]> 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 \begin_inset Newline newline
2231 \end_inset
2232
2233 L'option 
2234 \family sans
2235 Tourner
2236 \begin_inset space ~
2237 \end_inset
2238
2239 la
2240 \begin_inset space ~
2241 \end_inset
2242
2243 case
2244 \begin_inset space ~
2245 \end_inset
2246
2247 de
2248 \begin_inset space ~
2249 \end_inset
2250
2251 90°
2252 \family default
2253  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2254  L'option 
2255 \family sans
2256 Tourner
2257 \begin_inset space ~
2258 \end_inset
2259
2260 le
2261 \begin_inset space ~
2262 \end_inset
2263
2264 tableau
2265 \begin_inset space ~
2266 \end_inset
2267
2268 de
2269 \begin_inset space ~
2270 \end_inset
2271
2272 90°
2273 \family default
2274  fait pivoter tout le tableau.
2275  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2276  la sortie finale.
2277 \begin_inset Newline newline
2278 \end_inset
2279
2280
2281 \begin_inset Note Greyedout
2282 status open
2283
2284 \begin_layout Plain Layout
2285
2286 \series bold
2287 Note:
2288 \series default
2289  La plupart des visualiseurs DVI ne sont 
2290 \emph on
2291 pas
2292 \emph default
2293  capables d'afficher ces rotations.
2294 \end_layout
2295
2296 \end_inset
2297
2298
2299 \lang english
2300
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304
2305 \lang french
2306 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2307  spéciales pour le tableau, voir les sections
2308 \begin_inset space ~
2309 \end_inset
2310
2311
2312 \begin_inset CommandInset ref
2313 LatexCommand ref
2314 reference "sub:Calculs-multicolonnes"
2315
2316 \end_inset
2317
2318  et 
2319 \begin_inset CommandInset ref
2320 LatexCommand ref
2321 reference "sec:Tableaux-Colorés"
2322
2323 \end_inset
2324
2325 .
2326 \end_layout
2327
2328 \begin_layout Description
2329
2330 \family sans
2331 Bordures
2332 \family default
2333  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2334  ou la colonne courante.
2335  
2336 \begin_inset Newline newline
2337 \end_inset
2338
2339 En utilisant le style 
2340 \family sans
2341 Formel
2342 \family default
2343  à la place du style par 
2344 \family sans
2345 Défaut
2346 \family default
2347 , on va convertir le tableau en tableau formel comme on le décrit dans la
2348  section
2349 \begin_inset space ~
2350 \end_inset
2351
2352
2353 \begin_inset CommandInset ref
2354 LatexCommand ref
2355 reference "sec:Tableaux-Formels"
2356
2357 \end_inset
2358
2359 .
2360 \begin_inset Newline newline
2361 \end_inset
2362
2363 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2364  dans les lignes du tableau comme c'est décrit dans la section
2365 \begin_inset space ~
2366 \end_inset
2367
2368
2369 \begin_inset CommandInset ref
2370 LatexCommand ref
2371 reference "sub:Espacement-lignes"
2372
2373 \end_inset
2374
2375 .
2376 \end_layout
2377
2378 \begin_layout Description
2379 Tableau
2380 \begin_inset space ~
2381 \end_inset
2382
2383 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2384  un 
2385 \begin_inset Quotes eld
2386 \end_inset
2387
2388
2389 \emph on
2390 tableau long
2391 \emph default
2392
2393 \begin_inset Quotes erd
2394 \end_inset
2395
2396  qui peut continuer sur plusieurs pages.
2397  Les sections
2398 \begin_inset space ~
2399 \end_inset
2400
2401
2402 \begin_inset CommandInset ref
2403 LatexCommand ref
2404 reference "sec:Tableaux-longs"
2405
2406 \end_inset
2407
2408  et 
2409 \begin_inset CommandInset ref
2410 LatexCommand ref
2411 reference "sec:Questions-sur-tableaux-longs"
2412
2413 \end_inset
2414
2415  décrivent ces tableaux longs plus en détail.
2416 \end_layout
2417
2418 \begin_layout Standard
2419 Quand la barre d'outils tableau est activée, vous pouvez déplacer le curseur
2420  de cellule en cellule avec les touches de déplacement et voir s'afficher
2421  les propriétés de la cellule courante dans la fenêtre de dialogue.
2422 \end_layout
2423
2424 \begin_layout Section
2425 La barre d'outils tableau
2426 \begin_inset Index idx
2427 status collapsed
2428
2429 \begin_layout Plain Layout
2430 Tableau ! Barre d'outils
2431 \end_layout
2432
2433 \end_inset
2434
2435
2436 \end_layout
2437
2438 \begin_layout Standard
2439 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2440  permet de modifier plus rapidement les tableaux.
2441  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2442  le curseur se trouve à l'intérieur d'un tableau.
2443  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2444  au menu 
2445 \family sans
2446 Visualiser\SpecialChar \menuseparator
2447 Barres
2448 \begin_inset space ~
2449 \end_inset
2450
2451 d'outils\SpecialChar \menuseparator
2452 Tableau
2453 \family default
2454 .
2455 \end_layout
2456
2457 \begin_layout Standard
2458 La barre d'outils contient les icônes suivantes :
2459 \end_layout
2460
2461 \begin_layout Labeling
2462 \labelwidthstring 00.00.0000
2463 \begin_inset Graphics
2464         filename ../../images/tabular-feature_append-row.png
2465         scaleBeforeRotation
2466
2467 \end_inset
2468
2469  ajoute une ligne sous la cellule ou la sélection courante
2470 \end_layout
2471
2472 \begin_layout Labeling
2473 \labelwidthstring 00.00.0000
2474 \begin_inset Graphics
2475         filename ../../images/tabular-feature_append-column.png
2476         scaleBeforeRotation
2477
2478 \end_inset
2479
2480  ajoute une colonne à la droite de la cellule ou de la sélection courante
2481 \end_layout
2482
2483 \begin_layout Labeling
2484 \labelwidthstring 00.00.0000
2485 \begin_inset Graphics
2486         filename ../../images/tabular-feature_delete-row.png
2487         scaleBeforeRotation
2488
2489 \end_inset
2490
2491  supprime la ligne ou la sélection courante
2492 \end_layout
2493
2494 \begin_layout Labeling
2495 \labelwidthstring 00.00.0000
2496 \begin_inset Graphics
2497         filename ../../images/tabular-feature_delete-column.png
2498         scaleBeforeRotation
2499
2500 \end_inset
2501
2502  supprime la colonne ou la sélection courante
2503 \end_layout
2504
2505 \begin_layout Labeling
2506 \labelwidthstring 00.00.0000
2507 \begin_inset Graphics
2508         filename ../../images/tabular-feature_toggle-line-top.png
2509         scaleBeforeRotation
2510
2511 \end_inset
2512
2513  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2514  courante
2515 \end_layout
2516
2517 \begin_layout Labeling
2518 \labelwidthstring 00.00.0000
2519 \begin_inset Graphics
2520         filename ../../images/tabular-feature_toggle-line-bottom.png
2521         scaleBeforeRotation
2522
2523 \end_inset
2524
2525  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2526 \end_layout
2527
2528 \begin_layout Labeling
2529 \labelwidthstring 00.00.0000
2530 \begin_inset Graphics
2531         filename ../../images/tabular-feature_toggle-line-left.png
2532         scaleBeforeRotation
2533
2534 \end_inset
2535
2536  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2537 \begin_inset Note Note
2538 status collapsed
2539
2540 \begin_layout Plain Layout
2541 ou colonne ?
2542 \end_layout
2543
2544 \end_inset
2545
2546  ou de la sélection courante
2547 \end_layout
2548
2549 \begin_layout Labeling
2550 \labelwidthstring 00.00.0000
2551 \begin_inset Graphics
2552         filename ../../images/tabular-feature_toggle-line-right.png
2553         scaleBeforeRotation
2554
2555 \end_inset
2556
2557  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2558 \begin_inset Note Note
2559 status collapsed
2560
2561 \begin_layout Plain Layout
2562 ou colonne ?
2563 \end_layout
2564
2565 \end_inset
2566
2567  ou de la sélection courante
2568 \end_layout
2569
2570 \begin_layout Labeling
2571 \labelwidthstring 00.00.0000
2572 \begin_inset Graphics
2573         filename ../../images/tabular-feature_set-all-lines.png
2574         scaleBeforeRotation
2575
2576 \end_inset
2577
2578  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2579  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2580  colonne et la ligne courante
2581 \end_layout
2582
2583 \begin_layout Labeling
2584 \labelwidthstring 00.00.0000
2585 \begin_inset Graphics
2586         filename ../../images/tabular-feature_unset-all-lines.png
2587         scaleBeforeRotation
2588
2589 \end_inset
2590
2591  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2592  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2593  aussi la colonne et la ligne courante
2594 \end_layout
2595
2596 \begin_layout Labeling
2597 \labelwidthstring 00.00.0000
2598 \begin_inset Graphics
2599         filename ../../images/tabular-feature_m-align-left.png
2600         scaleBeforeRotation
2601
2602 \end_inset
2603
2604  aligne à gauche le contenu de la cellule ou de la colonne courante
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609 \begin_inset Graphics
2610         filename ../../images/tabular-feature_m-align-center.png
2611         scaleBeforeRotation
2612
2613 \end_inset
2614
2615  centre horizontalement le contenu de la cellule ou de la colonne courante
2616 \end_layout
2617
2618 \begin_layout Labeling
2619 \labelwidthstring 00.00.0000
2620 \begin_inset Graphics
2621         filename ../../images/tabular-feature_m-align-right.png
2622         scaleBeforeRotation
2623
2624 \end_inset
2625
2626  aligne à droite le contenu de la cellule ou de la colonne courante
2627 \end_layout
2628
2629 \begin_layout Labeling
2630 \labelwidthstring 00.00.0000
2631 \begin_inset Graphics
2632         filename ../../images/tabular-feature_m-valign-top.png
2633         scaleBeforeRotation
2634
2635 \end_inset
2636
2637  aligne le contenu de la cellule courante verticalement vers le haut
2638 \end_layout
2639
2640 \begin_layout Labeling
2641 \labelwidthstring 00.00.0000
2642 \begin_inset Graphics
2643         filename ../../images/tabular-feature_m-valign-middle.png
2644         scaleBeforeRotation
2645
2646 \end_inset
2647
2648  centre verticalement le contenu de la cellule courante
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653 \begin_inset Graphics
2654         filename ../../images/tabular-feature_m-valign-bottom.png
2655         scaleBeforeRotation
2656
2657 \end_inset
2658
2659  aligne le contenu de la cellule courante verticalement vers le bas
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Graphics
2665         filename ../../images/tabular-feature_set-rotate-cell.png
2666         scaleBeforeRotation
2667
2668 \end_inset
2669
2670  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2671 re
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Graphics
2677         filename ../../images/tabular-feature_set-rotate-tabular.png
2678         scaleBeforeRotation
2679
2680 \end_inset
2681
2682  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2683 \end_layout
2684
2685 \begin_layout Labeling
2686 \labelwidthstring 00.00.0000
2687 \begin_inset Graphics
2688         filename ../../images/tabular-feature_multicolumn.png
2689         scaleBeforeRotation
2690
2691 \end_inset
2692
2693  transforme en multi-colonne la cellule ou la sélection courante
2694 \end_layout
2695
2696 \begin_layout Standard
2697 \begin_inset Note Greyedout
2698 status open
2699
2700 \begin_layout Plain Layout
2701
2702 \series bold
2703 Note :
2704 \series default
2705  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2706  est utilisé pour toutes les autres cellules de la ligne.
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \begin_layout Section
2715 Le Menu Éditer Tableau
2716 \begin_inset Index idx
2717 status collapsed
2718
2719 \begin_layout Plain Layout
2720 Tableau ! Menu Éditer
2721 \end_layout
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \begin_layout Standard
2729 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2730  
2731 \family sans
2732 Éditer\SpecialChar \menuseparator
2733 Tableau
2734 \family default
2735  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2736  ou de la ligne courante et aussi de transformer la sélection courante en
2737  multi-colonne.
2738  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2739 \end_layout
2740
2741 \begin_layout Section
2742 Flottant de Tableau
2743 \begin_inset CommandInset label
2744 LatexCommand label
2745 name "sec:Table-Floats"
2746
2747 \end_inset
2748
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Flottants ! Tableaux
2755 \end_layout
2756
2757 \end_inset
2758
2759
2760 \begin_inset Index idx
2761 status collapsed
2762
2763 \begin_layout Plain Layout
2764 Tableau ! Flottants
2765 \end_layout
2766
2767 \end_inset
2768
2769
2770 \end_layout
2771
2772 \begin_layout Standard
2773 Pour des explications générales sur les flottants, jetez un œil à la section
2774 \begin_inset space ~
2775 \end_inset
2776
2777
2778 \begin_inset CommandInset ref
2779 LatexCommand ref
2780 reference "sec:Flottants-Introduction"
2781
2782 \end_inset
2783
2784 .
2785 \end_layout
2786
2787 \begin_layout Standard
2788 \begin_inset Float table
2789 placement h
2790 wide false
2791 sideways false
2792 status open
2793
2794 \begin_layout Plain Layout
2795 \begin_inset Caption
2796
2797 \begin_layout Plain Layout
2798 \begin_inset CommandInset label
2799 LatexCommand label
2800 name "tab:Flottant-de-tableau"
2801
2802 \end_inset
2803
2804 Un flottant de tableau.
2805 \end_layout
2806
2807 \end_inset
2808
2809
2810 \end_layout
2811
2812 \begin_layout Plain Layout
2813 \align center
2814 \begin_inset Tabular
2815 <lyxtabular version="3" rows="3" columns="3">
2816 <features tabularvalignment="middle">
2817 <column alignment="center" valignment="top" width="0pt">
2818 <column alignment="center" valignment="top" width="0pt">
2819 <column alignment="center" valignment="top" width="0pt">
2820 <row>
2821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825 1
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 2
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 3
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row>
2850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854 Jules
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863 Marie
2864 \end_layout
2865
2866 \end_inset
2867 </cell>
2868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872 Jean
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 </row>
2878 <row>
2879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883 \begin_inset Formula $\int x^{2}dx$
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $\left[\begin{array}{cc}
2896 a & b\\
2897 c & d
2898 \end{array}\right]$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910 \begin_inset Formula $1+1=2$
2911 \end_inset
2912
2913
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 </row>
2919 </lyxtabular>
2920
2921 \end_inset
2922
2923
2924 \end_layout
2925
2926 \end_inset
2927
2928
2929 \end_layout
2930
2931 \begin_layout Standard
2932 Les flottants de tableau sont insérés en utilisant le menu 
2933 \family sans
2934 Insérer\SpecialChar \menuseparator
2935 Flottant\SpecialChar \menuseparator
2936 Tableau
2937 \family default
2938  ou le bouton 
2939 \begin_inset Graphics
2940         filename ../../images/float-insert_table.png
2941         scale 85
2942         scaleBeforeRotation
2943
2944 \end_inset
2945
2946  de la barre d'outils.
2947 \end_layout
2948
2949 \begin_layout Standard
2950 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
2951  qui a comme étiquette 
2952 \begin_inset Quotes eld
2953 \end_inset
2954
2955 Tableau
2956 \begin_inset space ~
2957 \end_inset
2958
2959 #:
2960 \begin_inset Quotes erd
2961 \end_inset
2962
2963  (où # est le numéro du tableau).
2964  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
2965 \end_layout
2966
2967 \begin_layout Standard
2968 Le tableau
2969 \begin_inset space ~
2970 \end_inset
2971
2972
2973 \begin_inset CommandInset ref
2974 LatexCommand ref
2975 reference "tab:Flottant-de-tableau"
2976
2977 \end_inset
2978
2979  est un exemple de tableau dans un flottant de tableau.
2980 \end_layout
2981
2982 \begin_layout Standard
2983 On met habituellement la légende au dessus des tableaux, mais cette règle
2984  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
2985  Cela signifie que si vous utilisez un document appartenant aux classes
2986  
2987 \family sans
2988 article
2989 \family default
2990
2991 \family sans
2992 book
2993 \family default
2994
2995 \family sans
2996 letter
2997 \family default
2998 , ou
2999 \family sans
3000  report
3001 \family default
3002  il n'y aura pas d'espace entre la légende et le tableau.
3003  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3004  la commande de chargement du paquetage LaTeX 
3005 \series bold
3006 caption
3007 \series default
3008
3009 \begin_inset Index idx
3010 status collapsed
3011
3012 \begin_layout Plain Layout
3013 Paquetages LaTeX ! caption
3014 \end_layout
3015
3016 \end_inset
3017
3018  dans le préambule de votre document.
3019 \begin_inset Foot
3020 status open
3021
3022 \begin_layout Plain Layout
3023 Pour plus d'information voyez la section
3024 \begin_inset space ~
3025 \end_inset
3026
3027
3028 \begin_inset CommandInset ref
3029 LatexCommand ref
3030 reference "sec:Placement-légende"
3031
3032 \end_inset
3033
3034 .
3035 \end_layout
3036
3037 \end_inset
3038
3039 :
3040 \end_layout
3041
3042 \begin_layout Standard
3043
3044 \series bold
3045 tableposition=top
3046 \end_layout
3047
3048 \begin_layout Standard
3049 Le paquetage 
3050 \series bold
3051 caption
3052 \series default
3053 , qui est décrit dans la section
3054 \begin_inset space ~
3055 \end_inset
3056
3057
3058 \begin_inset CommandInset ref
3059 LatexCommand ref
3060 reference "sec:Formatage-légende"
3061
3062 \end_inset
3063
3064 , est utilisé pour ajuster le format des légendes.
3065 \end_layout
3066
3067 \begin_layout Standard
3068 Dans le texte, on fait référence à un tableau
3069 \begin_inset Index idx
3070 status collapsed
3071
3072 \begin_layout Plain Layout
3073 References@Références ! à des Tableaux
3074 \end_layout
3075
3076 \end_inset
3077
3078  en faisant référence à sa légende.
3079  On insère donc une étiquette dans la légende en utilisant le menu 
3080 \family sans
3081 Insérer
3082 \family default
3083 \SpecialChar \menuseparator
3084
3085 \family sans
3086 Étiquette
3087 \family default
3088  ou le bouton 
3089 \begin_inset Graphics
3090         filename ../../images/label-insert.png
3091         scale 85
3092         scaleBeforeRotation
3093
3094 \end_inset
3095
3096  de la barre d'outils.
3097  On peut alors faire référence à cette étiquette en utilisant le menu 
3098 \family sans
3099 Insérer\SpecialChar \menuseparator
3100 Référence
3101 \begin_inset space ~
3102 \end_inset
3103
3104 croisée
3105 \family default
3106  ou le bouton 
3107 \begin_inset Graphics
3108         filename ../../images/dialog-show-new-inset_ref.png
3109         scale 85
3110         scaleBeforeRotation
3111
3112 \end_inset
3113
3114  de la barre d'outils.
3115 \begin_inset Newline newline
3116 \end_inset
3117
3118 Les références croisées sont expliquées en détail dans la section
3119 \begin_inset space ~
3120 \end_inset
3121
3122
3123 \begin_inset CommandInset ref
3124 LatexCommand ref
3125 reference "sec:Referencer-les-Flottants"
3126
3127 \end_inset
3128
3129 .
3130 \end_layout
3131
3132 \begin_layout Section
3133 Tableaux Longs
3134 \begin_inset CommandInset label
3135 LatexCommand label
3136 name "sec:Tableaux-longs"
3137
3138 \end_inset
3139
3140
3141 \begin_inset Index idx
3142 status collapsed
3143
3144 \begin_layout Plain Layout
3145 Tableaux longs
3146 \end_layout
3147
3148 \end_inset
3149
3150
3151 \begin_inset Index idx
3152 status collapsed
3153
3154 \begin_layout Plain Layout
3155 Tableau ! Tableaux longs
3156 \end_layout
3157
3158 \end_inset
3159
3160
3161 \end_layout
3162
3163 \begin_layout Standard
3164 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3165  l'option 
3166 \family sans
3167 Utiliser
3168 \begin_inset space ~
3169 \end_inset
3170
3171 les
3172 \begin_inset space ~
3173 \end_inset
3174
3175 tableaux
3176 \begin_inset space ~
3177 \end_inset
3178
3179 longs
3180 \family default
3181  de l'onglet 
3182 \family sans
3183 Tableau
3184 \begin_inset space ~
3185 \end_inset
3186
3187 long
3188 \family default
3189  de la fenêtre 
3190 \family sans
3191 Paramètres
3192 \begin_inset space ~
3193 \end_inset
3194
3195 du
3196 \begin_inset space ~
3197 \end_inset
3198
3199 tableau
3200 \family default
3201  pour le répartir automatiquement sur plusieurs pages.
3202  En cochant cette option, vous activez les options suivantes:
3203 \end_layout
3204
3205 \begin_layout Description
3206 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3207  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3208  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3209  première page, si 
3210 \family sans
3211 Premier
3212 \begin_inset space ~
3213 \end_inset
3214
3215 en-tête
3216 \family default
3217  est défini.
3218  Ces lignes forment l'en-tête principal.
3219 \end_layout
3220
3221 \begin_layout Description
3222 Premier
3223 \begin_inset space ~
3224 \end_inset
3225
3226 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3227  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3228  d'en-tête utilisées pour la première page du tableau long.
3229 \end_layout
3230
3231 \begin_layout Description
3232 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3233  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3234  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3235  page si 
3236 \family sans
3237 Dernier
3238 \begin_inset space ~
3239 \end_inset
3240
3241 pied
3242 \family default
3243  est défini.
3244 \end_layout
3245
3246 \begin_layout Description
3247 Dernier
3248 \begin_inset space ~
3249 \end_inset
3250
3251 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3252  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3253  constituant le pied de la dernière page du tableau long.
3254 \end_layout
3255
3256 \begin_layout Description
3257 Légende La ligne courante contient la légende du tableau.
3258  La première ligne est transformée en une colonne unique et une légende
3259  est insérée.
3260  Vous trouverez d'autres explications sur les légendes pour les tableaux
3261  longs dans la section
3262 \begin_inset space ~
3263 \end_inset
3264
3265
3266 \begin_inset CommandInset ref
3267 LatexCommand ref
3268 reference "sub:Tableaux-longs-légende"
3269
3270 \end_inset
3271
3272 .
3273 \end_layout
3274
3275 \begin_layout Standard
3276 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3277  Voyez le tableau long qui suit pour voir comment ça marche :
3278 \end_layout
3279
3280 \begin_layout Standard
3281 \align center
3282 \begin_inset Tabular
3283 <lyxtabular version="3" rows="69" columns="3">
3284 <features islongtable="true" longtabularalignment="center">
3285 <column alignment="left" valignment="top" width="0cm">
3286 <column alignment="left" valignment="top" width="0pt">
3287 <column alignment="center" valignment="top" width="0pt">
3288 <row endfirsthead="true">
3289 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3290 \begin_inset Text
3291
3292 \begin_layout Plain Layout
3293
3294 \series bold
3295 Exemple d'annuaire téléphonique (ignorez les noms)
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 </row>
3319 <row endfirsthead="true">
3320 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324
3325 \series bold
3326 NOM
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3332 \begin_inset Text
3333
3334 \begin_layout Plain Layout
3335
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \series bold
3346 TEL.
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row endhead="true">
3353 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Exemple d'annuaire téléphonique
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row endhead="true">
3384 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 NOM
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408
3409 \series bold
3410 TEL.
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 </row>
3416 <row endfoot="true">
3417 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421  continue page suivante
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Annovi
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Silvia
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Bertoli
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Stefano
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Bozzi
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Walter
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Cachia
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Maria
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Cachia
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Maurizio
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Cinquemani
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Giusi
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Colin
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Bernard
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Concli
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Gianfranco
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Dal Bosco
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Carolina
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Dalpiaz
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Annamaria
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Feliciello
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Domenico
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Focarelli
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Paola
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Galletti
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Oreste
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Gasparini
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Franca
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Rizzardi
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Paola
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Lassini
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Giancarlo
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Malfatti
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Luciano
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Malfatti
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Valeriano
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Meneguzzo
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Roberto
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Mezzadra
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Roberto
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Pirpamer
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Erich
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Pochiesa
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Paolo
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111, 222
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Radina
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Claudio
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Stuffer
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Oskar
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Tacchelli
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Ugo
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 111
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \series bold
4227 Tezzele
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 Margit
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 111
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \series bold
4258 Unterkalmsteiner
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 Frieda
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 111
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \series bold
4289 Vieider
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Hilde
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 111
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \series bold
4320 Vigna
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 Jürgen
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 111
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349
4350 \series bold
4351 Weber
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Maurizio
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 111
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Winkler
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Franz
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 111
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411  
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Annovi
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Silvia
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Bertoli
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Stefano
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Bozzi
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Walter
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Cachia
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Maria
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Cachia
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Maurizio
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Cinquemani
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Giusi
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Colin
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Bernard
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Concli
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Gianfranco
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Dal Bosco
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Carolina
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Dalpiaz
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Annamaria
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Feliciello
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Domenico
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Focarelli
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Paola
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Galletti
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Oreste
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Gasparini
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Franca
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Rizzardi
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Paola
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Lassini
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Giancarlo
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Malfatti
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Luciano
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Malfatti
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Valeriano
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Meneguzzo
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Roberto
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Mezzadra
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Roberto
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Pirpamer
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Erich
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Pochiesa
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Paolo
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 555, 222
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Radina
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Claudio
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 555
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Stuffer
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Oskar
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
5180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186 Tacchelli
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Ugo
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 555
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row>
5211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215
5216 \series bold
5217 Tezzele
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 Margit
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235 555
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \series bold
5248 Unterkalmsteiner
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 Frieda
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 555
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 </row>
5272 <row>
5273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277
5278 \series bold
5279 Vieider
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 Hilde
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 555
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 </row>
5303 <row>
5304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \series bold
5310 Vigna
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 Jürgen
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 999
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \series bold
5341 Weber
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Maurizio
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 555
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \series bold
5372 Winkler
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 Franz
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 555
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row endlastfoot="true">
5397 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 Fin
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 </lyxtabular>
5426
5427 \end_inset
5428
5429
5430 \begin_inset ERT
5431 status collapsed
5432
5433 \begin_layout Plain Layout
5434
5435
5436 \backslash
5437 addtocounter{table}{-1}
5438 \end_layout
5439
5440 \end_inset
5441
5442
5443 \begin_inset Note Note
5444 status collapsed
5445
5446 \begin_layout Plain Layout
5447 Voyez la première note grisée de la section
5448 \begin_inset space ~
5449 \end_inset
5450
5451
5452 \begin_inset CommandInset ref
5453 LatexCommand ref
5454 reference "sub:Tableaux-longs-légende"
5455
5456 \end_inset
5457
5458  pour une explication de cette commande.
5459 \end_layout
5460
5461 \end_inset
5462
5463
5464 \end_layout
5465
5466 \begin_layout Subsection
5467 Notes de Bas de Page dans les Tableaux Longs
5468 \begin_inset CommandInset label
5469 LatexCommand label
5470 name "sub:Notes-dans-tableau-long"
5471
5472 \end_inset
5473
5474
5475 \begin_inset Index idx
5476 status collapsed
5477
5478 \begin_layout Plain Layout
5479 Tableaux longs ! Notes de bas de page
5480 \end_layout
5481
5482 \end_inset
5483
5484
5485 \end_layout
5486
5487 \begin_layout Standard
5488 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5489  long.
5490  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5491  contenant la note.
5492  Par exemple le tableau
5493 \begin_inset space ~
5494 \end_inset
5495
5496
5497 \begin_inset CommandInset ref
5498 LatexCommand ref
5499 reference "tab:Légendes-tableau-différentes"
5500
5501 \end_inset
5502
5503  a une note de bas de page.
5504 \end_layout
5505
5506 \begin_layout Subsection
5507 Alignement des Tableaux Longs
5508 \begin_inset Index idx
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512 Tableaux longs ! Alignement
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 Implicitement les Tableaux Longs sont centrés.
5522  Contrairement à l'alignement dans les colonnes et les lignes, l'alignement
5523  du tableau ne peut actuellement pas être modifié à partir de la fenêtre
5524  de dialogue.
5525  Pour modifier l'alignement d'un tableau long, vous devez modifier les valeurs
5526  des longueurs 
5527 \series bold
5528
5529 \backslash
5530 LTleft 
5531 \series default
5532 et 
5533 \series bold
5534
5535 \backslash
5536 LTright
5537 \series default
5538  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5539  concerné :
5540 \end_layout
5541
5542 \begin_layout Standard
5543
5544 \series bold
5545
5546 \backslash
5547 setlength{
5548 \backslash
5549 LTleft}{valeur}
5550 \end_layout
5551
5552 \begin_layout Standard
5553 Où 
5554 \series bold
5555 valeur
5556 \series default
5557  peut avoir n'importe laquelle des unités listées dans le tableau
5558 \begin_inset space ~
5559 \end_inset
5560
5561
5562 \begin_inset CommandInset ref
5563 LatexCommand ref
5564 reference "cha:Unités-de-longueur"
5565
5566 \end_inset
5567
5568 .
5569  
5570 \series bold
5571
5572 \backslash
5573 LTleft
5574 \series default
5575  contrôle la distance horizontale entre le bord gauche de la page et le
5576  tableau, et
5577 \series bold
5578  
5579 \backslash
5580 LTright
5581 \series default
5582  la distance au bord droit.
5583  La valeur implicite des ces deux distances est 
5584 \series bold
5585
5586 \backslash
5587 fill
5588 \series default
5589 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5590 \end_layout
5591
5592 \begin_layout Standard
5593 Le tableau long suivant a été aligné à gauche en mettant 
5594 \series bold
5595
5596 \backslash
5597 LTleft
5598 \series default
5599  à 0
5600 \begin_inset space \thinspace{}
5601 \end_inset
5602
5603 pt.
5604 \begin_inset ERT
5605 status collapsed
5606
5607 \begin_layout Plain Layout
5608
5609
5610 \backslash
5611 setlength{
5612 \backslash
5613 LTleft}{0pt}
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \end_layout
5620
5621 \begin_layout Standard
5622 \begin_inset Tabular
5623 <lyxtabular version="3" rows="5" columns="5">
5624 <features islongtable="true" longtabularalignment="center">
5625 <column alignment="center" valignment="top" width="0">
5626 <column alignment="center" valignment="top" width="0">
5627 <column alignment="center" valignment="top" width="0">
5628 <column alignment="center" valignment="top" width="0">
5629 <column alignment="center" valignment="top" width="0">
5630 <row>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 1
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 2
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 3
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 4
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 5
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 asd
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 s
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 s
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 s
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 asd
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 s
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 s
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 s
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 asd
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 s
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 s
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 s
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 asd
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 asd
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 asd
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 asd
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 </lyxtabular>
5866
5867 \end_inset
5868
5869
5870 \begin_inset ERT
5871 status collapsed
5872
5873 \begin_layout Plain Layout
5874
5875
5876 \backslash
5877 setlength{
5878 \backslash
5879 LTleft}{
5880 \backslash
5881 fill}
5882 \end_layout
5883
5884 \end_inset
5885
5886
5887 \begin_inset ERT
5888 status collapsed
5889
5890 \begin_layout Plain Layout
5891
5892
5893 \backslash
5894 addtocounter{table}{-1}
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \begin_inset Note Note
5901 status collapsed
5902
5903 \begin_layout Plain Layout
5904 Voyez la première note grisée de la section
5905 \begin_inset space ~
5906 \end_inset
5907
5908
5909 \begin_inset CommandInset ref
5910 LatexCommand ref
5911 reference "sub:Tableaux-longs-légende"
5912
5913 \end_inset
5914
5915  pour une explication de cette commande.
5916 \end_layout
5917
5918 \end_inset
5919
5920
5921 \end_layout
5922
5923 \begin_layout Subsection
5924 Légendes et Tableaux longs
5925 \begin_inset Index idx
5926 status collapsed
5927
5928 \begin_layout Plain Layout
5929 Tableaux longs ! Legendes@Légendes
5930 \end_layout
5931
5932 \end_inset
5933
5934
5935 \begin_inset CommandInset label
5936 LatexCommand label
5937 name "sub:Tableaux-longs-légende"
5938
5939 \end_inset
5940
5941
5942 \end_layout
5943
5944 \begin_layout Standard
5945 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
5946  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
5947  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
5948  Longs quand on utilise pour une ligne l'option de tableau long 
5949 \family sans
5950 Légende
5951 \family default
5952 , comme c'est expliqué dans la section
5953 \begin_inset space ~
5954 \end_inset
5955
5956
5957 \begin_inset CommandInset ref
5958 LatexCommand ref
5959 reference "sec:Tableaux-longs"
5960
5961 \end_inset
5962
5963 .
5964 \end_layout
5965
5966 \begin_layout Standard
5967 Voici un petit Tableau long pour voir comment ça marche :
5968 \end_layout
5969
5970 \begin_layout Standard
5971 \begin_inset Tabular
5972 <lyxtabular version="3" rows="6" columns="5">
5973 <features islongtable="true" longtabularalignment="center">
5974 <column alignment="center" valignment="top" width="0">
5975 <column alignment="center" valignment="top" width="0">
5976 <column alignment="center" valignment="top" width="0">
5977 <column alignment="center" valignment="top" width="0">
5978 <column alignment="center" valignment="top" width="0">
5979 <row caption="true">
5980 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 \begin_inset Caption
5985
5986 \begin_layout Plain Layout
5987 Tableau long avec une légende
5988 \begin_inset Argument
5989 status open
5990
5991 \begin_layout Plain Layout
5992 Tableau long
5993 \end_layout
5994
5995 \end_inset
5996
5997
5998 \end_layout
5999
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 </row>
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 1
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 2
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 3
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 4
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 5
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 </row>
6091 <row>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 asd
6097 \end_layout
6098
6099 \end_inset
6100 </cell>
6101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6102 \begin_inset Text
6103
6104 \begin_layout Plain Layout
6105 s
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 s
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 s
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 asd
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 </row>
6138 <row>
6139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 asd
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6149 \begin_inset Text
6150
6151 \begin_layout Plain Layout
6152 s
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161 s
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 s
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 asd
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 asd
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 s
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 s
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 s
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 asd
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 <row>
6233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 asd
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 asd
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 asd
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 asd
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 asd
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 </row>
6279 </lyxtabular>
6280
6281 \end_inset
6282
6283
6284 \end_layout
6285
6286 \begin_layout Standard
6287 \begin_inset VSpace medskip
6288 \end_inset
6289
6290
6291 \begin_inset Note Greyedout
6292 status open
6293
6294 \begin_layout Plain Layout
6295
6296 \series bold
6297 Note
6298 \begin_inset space ~
6299 \end_inset
6300
6301 1:
6302 \series default
6303  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6304  n'avez pas prévu de légende.
6305  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6306 \begin_inset space ~
6307 \end_inset
6308
6309 2.4 suit le tableau
6310 \begin_inset space ~
6311 \end_inset
6312
6313 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6314  sans légende.
6315  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6316  après chaque tableau long sans légende :
6317 \end_layout
6318
6319 \begin_layout Plain Layout
6320
6321 \series bold
6322
6323 \backslash
6324 addtocounter{table}{-1}
6325 \end_layout
6326
6327 \begin_layout Plain Layout
6328 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6329  et que vous ajoutez le code suivant dans le préambule du document :
6330 \end_layout
6331
6332 \begin_layout Plain Layout
6333
6334 \series bold
6335
6336 \backslash
6337 let
6338 \backslash
6339 myEnd
6340 \backslash
6341 endlongtable
6342 \begin_inset Newline newline
6343 \end_inset
6344
6345
6346 \backslash
6347 renewcommand{
6348 \backslash
6349 endlongtable}{
6350 \backslash
6351 myEnd
6352 \backslash
6353 addtocounter{table}{-1}}
6354 \end_layout
6355
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \begin_layout Standard
6362 \begin_inset Note Greyedout
6363 status open
6364
6365 \begin_layout Plain Layout
6366
6367 \series bold
6368 Note
6369 \begin_inset space ~
6370 \end_inset
6371
6372 2:
6373 \series default
6374  Si vous utilisez 
6375 \series bold
6376 hyperref
6377 \series default
6378
6379 \begin_inset Index idx
6380 status collapsed
6381
6382 \begin_layout Plain Layout
6383 Paquetages LaTeX ! hyperref
6384 \end_layout
6385
6386 \end_inset
6387
6388  dans les 
6389 \family sans
6390 Paramètres du document
6391 \family default
6392  rubrique 
6393 \family sans
6394 Propriétés
6395 \begin_inset space ~
6396 \end_inset
6397
6398 du
6399 \begin_inset space ~
6400 \end_inset
6401
6402 PDF
6403 \family default
6404 , pour transformer vos références croisées en liens cliquables, le lien
6405  vers un tableau long pointera toujours sur le début du document.
6406 \end_layout
6407
6408 \end_inset
6409
6410
6411 \end_layout
6412
6413 \begin_layout Subsubsection
6414 Références à des tableaux longs
6415 \begin_inset Index idx
6416 status collapsed
6417
6418 \begin_layout Plain Layout
6419 Tableaux longs ! Références
6420 \end_layout
6421
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \begin_layout Standard
6428 \begin_inset Tabular
6429 <lyxtabular version="3" rows="6" columns="5">
6430 <features islongtable="true" longtabularalignment="center">
6431 <column alignment="center" valignment="top" width="0">
6432 <column alignment="center" valignment="top" width="0">
6433 <column alignment="center" valignment="top" width="0">
6434 <column alignment="center" valignment="top" width="0">
6435 <column alignment="center" valignment="top" width="0">
6436 <row caption="true">
6437 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441 \begin_inset Caption
6442
6443 \begin_layout Plain Layout
6444 Tableau long référencé
6445 \begin_inset CommandInset label
6446 LatexCommand label
6447 name "tab:RefExemple"
6448
6449 \end_inset
6450
6451
6452 \end_layout
6453
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492
6493 \end_layout
6494
6495 \end_inset
6496 </cell>
6497 </row>
6498 <row>
6499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6500 \begin_inset Text
6501
6502 \begin_layout Plain Layout
6503 1
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 2
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6518 \begin_inset Text
6519
6520 \begin_layout Plain Layout
6521 3
6522 \end_layout
6523
6524 \end_inset
6525 </cell>
6526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6527 \begin_inset Text
6528
6529 \begin_layout Plain Layout
6530 4
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 5
6540 \end_layout
6541
6542 \end_inset
6543 </cell>
6544 </row>
6545 <row>
6546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6547 \begin_inset Text
6548
6549 \begin_layout Plain Layout
6550 asd
6551 \end_layout
6552
6553 \end_inset
6554 </cell>
6555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6556 \begin_inset Text
6557
6558 \begin_layout Plain Layout
6559 s
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 s
6569 \end_layout
6570
6571 \end_inset
6572 </cell>
6573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 s
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 asd
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 <row>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Plain Layout
6597 asd
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 s
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6612 \begin_inset Text
6613
6614 \begin_layout Plain Layout
6615 s
6616 \end_layout
6617
6618 \end_inset
6619 </cell>
6620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 s
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 asd
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 asd
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 s
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662 s
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6668 \begin_inset Text
6669
6670 \begin_layout Plain Layout
6671 s
6672 \end_layout
6673
6674 \end_inset
6675 </cell>
6676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6677 \begin_inset Text
6678
6679 \begin_layout Plain Layout
6680 asd
6681 \end_layout
6682
6683 \end_inset
6684 </cell>
6685 </row>
6686 <row>
6687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 asd
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 sad
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 asd
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718 asd
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 asd
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 </lyxtabular>
6734
6735 \end_inset
6736
6737
6738 \end_layout
6739
6740 \begin_layout Standard
6741 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6742  dans sa légende.
6743 \end_layout
6744
6745 \begin_layout Standard
6746 Ceci est une référence au tableau
6747 \begin_inset space ~
6748 \end_inset
6749
6750
6751 \begin_inset CommandInset ref
6752 LatexCommand ref
6753 reference "tab:RefExemple"
6754
6755 \end_inset
6756
6757 .
6758 \end_layout
6759
6760 \begin_layout Standard
6761 La mise en forme de la légende peut être ajustée avec celle de toutes les
6762  autres légendes de votre document en utilisant le paquetage LaTeX 
6763 \series bold
6764 caption
6765 \series default
6766
6767 \begin_inset Index idx
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771 Paquetages LaTeX ! caption
6772 \end_layout
6773
6774 \end_inset
6775
6776 , voir la section
6777 \begin_inset space ~
6778 \end_inset
6779
6780
6781 \begin_inset CommandInset ref
6782 LatexCommand ref
6783 reference "sec:Formatage-légende"
6784
6785 \end_inset
6786
6787 .
6788 \end_layout
6789
6790 \begin_layout Subsubsection
6791 Largeur de la légende
6792 \begin_inset Index idx
6793 status collapsed
6794
6795 \begin_layout Plain Layout
6796 Tableaux longs ! Largeur de la légende
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \end_layout
6803
6804 \begin_layout Standard
6805 La largeur maximale des lignes de légende est définie par la longueur 
6806 \series bold
6807
6808 \backslash
6809 LTcapwidth
6810 \series default
6811 .
6812  Sa valeur implicite est 4
6813 \begin_inset space \thinspace{}
6814 \end_inset
6815
6816 in.
6817  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6818  de votre document ou en tant que code TeX directement dans votre document
6819  avant le tableau qui doit être affectée.
6820 \end_layout
6821
6822 \begin_layout Standard
6823
6824 \series bold
6825
6826 \backslash
6827 setlength{
6828 \backslash
6829 LTcapwidth}{largeur}
6830 \end_layout
6831
6832 \begin_layout Standard
6833 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6834 ce
6835 \begin_inset space ~
6836 \end_inset
6837
6838
6839 \begin_inset CommandInset ref
6840 LatexCommand ref
6841 reference "cha:Unités-de-longueur"
6842
6843 \end_inset
6844
6845 .
6846 \end_layout
6847
6848 \begin_layout Standard
6849 \begin_inset Newpage pagebreak
6850 \end_inset
6851
6852
6853 \end_layout
6854
6855 \begin_layout Standard
6856 Les tableaux suivants montrent la différence :
6857 \end_layout
6858
6859 \begin_layout Standard
6860 \begin_inset Tabular
6861 <lyxtabular version="3" rows="6" columns="5">
6862 <features islongtable="true" longtabularalignment="center">
6863 <column alignment="center" valignment="top" width="0">
6864 <column alignment="center" valignment="top" width="0">
6865 <column alignment="center" valignment="top" width="0">
6866 <column alignment="center" valignment="top" width="0">
6867 <column alignment="center" valignment="top" width="0">
6868 <row caption="true">
6869 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 \begin_inset Caption
6874
6875 \begin_layout Plain Layout
6876 long titre complet avec la largeur implicite long titre complet avec la
6877  largeur implicite long titre complet avec la largeur implicite
6878 \begin_inset Argument
6879 status open
6880
6881 \begin_layout Plain Layout
6882 Légende avec largeur implicite
6883 \end_layout
6884
6885 \end_inset
6886
6887
6888 \end_layout
6889
6890 \end_inset
6891
6892
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6898 \begin_inset Text
6899
6900 \begin_layout Plain Layout
6901
6902 \end_layout
6903
6904 \end_inset
6905 </cell>
6906 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919
6920 \end_layout
6921
6922 \end_inset
6923 </cell>
6924 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 </row>
6934 <row>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 1
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6945 \begin_inset Text
6946
6947 \begin_layout Plain Layout
6948 2
6949 \end_layout
6950
6951 \end_inset
6952 </cell>
6953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 3
6958 \end_layout
6959
6960 \end_inset
6961 </cell>
6962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6963 \begin_inset Text
6964
6965 \begin_layout Plain Layout
6966 4
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 5
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 asd
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 s
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 s
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 s
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 </row>
7028 <row>
7029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 s
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 s
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 s
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 asd
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 asd
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 s
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 s
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 s
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 asd
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 </row>
7122 <row>
7123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 sad
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7142 \begin_inset Text
7143
7144 \begin_layout Plain Layout
7145 asd
7146 \end_layout
7147
7148 \end_inset
7149 </cell>
7150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 asd
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 asd
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 </row>
7169 </lyxtabular>
7170
7171 \end_inset
7172
7173
7174 \end_layout
7175
7176 \begin_layout Standard
7177 \begin_inset ERT
7178 status collapsed
7179
7180 \begin_layout Plain Layout
7181
7182
7183 \backslash
7184 setlength{
7185 \backslash
7186 LTcapwidth}{5cm}
7187 \end_layout
7188
7189 \end_inset
7190
7191
7192 \begin_inset Tabular
7193 <lyxtabular version="3" rows="6" columns="5">
7194 <features islongtable="true" longtabularalignment="center">
7195 <column alignment="center" valignment="top" width="0">
7196 <column alignment="center" valignment="top" width="0">
7197 <column alignment="center" valignment="top" width="0">
7198 <column alignment="center" valignment="top" width="0">
7199 <column alignment="center" valignment="top" width="0">
7200 <row caption="true">
7201 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 \begin_inset Caption
7206
7207 \begin_layout Plain Layout
7208 long titre complet avec la largeur réglée à 5
7209 \begin_inset space \thinspace{}
7210 \end_inset
7211
7212 cm long titre complet avec la largeur réglée à 5
7213 \begin_inset space \thinspace{}
7214 \end_inset
7215
7216 cm long titre complet avec la largeur réglée à 5
7217 \begin_inset space \thinspace{}
7218 \end_inset
7219
7220 cm
7221 \begin_inset Argument
7222 status open
7223
7224 \begin_layout Plain Layout
7225 Légende avec largeur à
7226 \begin_inset space \thinspace{}
7227 \end_inset
7228
7229 =
7230 \begin_inset space \thinspace{}
7231 \end_inset
7232
7233 5
7234 \begin_inset space \thinspace{}
7235 \end_inset
7236
7237 cm
7238 \end_layout
7239
7240 \end_inset
7241
7242
7243 \end_layout
7244
7245 \end_inset
7246
7247
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 </row>
7289 <row>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 1
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 2
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 3
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 4
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 5
7331 \end_layout
7332
7333 \end_inset
7334 </cell>
7335 </row>
7336 <row>
7337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7338 \begin_inset Text
7339
7340 \begin_layout Plain Layout
7341 asd
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 s
7351 \end_layout
7352
7353 \end_inset
7354 </cell>
7355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7356 \begin_inset Text
7357
7358 \begin_layout Plain Layout
7359 s
7360 \end_layout
7361
7362 \end_inset
7363 </cell>
7364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7365 \begin_inset Text
7366
7367 \begin_layout Plain Layout
7368 s
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377 asd
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 </row>
7383 <row>
7384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388 asd
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 s
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406 s
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415 s
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 asd
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 asd
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444 s
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453 s
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 s
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 asd
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 </row>
7477 <row>
7478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 asd
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 sad
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 asd
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 asd
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 asd
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 </row>
7524 </lyxtabular>
7525
7526 \end_inset
7527
7528
7529 \end_layout
7530
7531 \begin_layout Standard
7532 \begin_inset ERT
7533 status collapsed
7534
7535 \begin_layout Plain Layout
7536
7537
7538 \backslash
7539 setlength{
7540 \backslash
7541 LTcapwidth}{4in}
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \begin_layout Standard
7550 \begin_inset Note Greyedout
7551 status open
7552
7553 \begin_layout Plain Layout
7554
7555 \series bold
7556 Note:
7557 \series default
7558  Quand on utilise la paquetage LaTeX 
7559 \series bold
7560 caption
7561 \series default
7562
7563 \begin_inset Index idx
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567 Paquetages LaTeX ! caption
7568 \end_layout
7569
7570 \end_inset
7571
7572  , comme c'est les cas dans ce document, la légende prend toute la largeur
7573  de la page quand on utilise la largeur implicite de 4
7574 \begin_inset space \thinspace{}
7575 \end_inset
7576
7577 in pour 
7578 \series bold
7579
7580 \backslash
7581 LTcapwidth
7582 \series default
7583 .
7584  Pour avoir dans ce cas une légende qui fasse exactement 4
7585 \begin_inset space \thinspace{}
7586 \end_inset
7587
7588 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7589  comme par exemple 3.99
7590 \begin_inset space \thinspace{}
7591 \end_inset
7592
7593 in, soit utiliser la commande LaTeX 
7594 \series bold
7595
7596 \backslash
7597 captionsetup{width=valeur}
7598 \series default
7599  qui est disponible dans le paquetage 
7600 \series bold
7601 caption
7602 \series default
7603 .
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \begin_layout Subsubsection
7612 Des Légendes différentes sur chaque page d'un tableau
7613 \begin_inset Argument
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617 Légendes différentes
7618 \end_layout
7619
7620 \end_inset
7621
7622
7623 \begin_inset Index idx
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627 Tableaux longs ! Legendes@Légendes différentes par page
7628 \end_layout
7629
7630 \end_inset
7631
7632
7633 \end_layout
7634
7635 \begin_layout Standard
7636 Quand la légende du tableau pour les pages suivantes doit être différente
7637  de celle de la première page, insérez une légende avec la commande suivante
7638  en code TeX :
7639 \end_layout
7640
7641 \begin_layout Standard
7642
7643 \series bold
7644
7645 \backslash
7646 caption*{caption text}
7647 \backslash
7648
7649 \backslash
7650 %
7651 \end_layout
7652
7653 \begin_layout Standard
7654 dans une ligne de légende fictive qui sera marquée comme une entête.
7655  Le tableau
7656 \begin_inset space ~
7657 \end_inset
7658
7659
7660 \begin_inset CommandInset ref
7661 LatexCommand ref
7662 reference "tab:Légendes-tableau-différentes"
7663
7664 \end_inset
7665
7666  est un exemple de tableau long avec des légendes différentes et où la seconde
7667  légende ne contient pas le numéro du tableau.
7668 \end_layout
7669
7670 \begin_layout Standard
7671 \align center
7672 \begin_inset Tabular
7673 <lyxtabular version="3" rows="59" columns="3">
7674 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7675 <column alignment="left" valignment="top" width="0cm">
7676 <column alignment="left" valignment="top" width="0pt">
7677 <column alignment="center" valignment="top" width="0pt">
7678 <row caption="true">
7679 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 \begin_inset Caption
7684
7685 \begin_layout Plain Layout
7686 Exemple d'annuaire téléphonique
7687 \begin_inset CommandInset label
7688 LatexCommand label
7689 name "tab:Légendes-tableau-différentes"
7690
7691 \end_inset
7692
7693
7694 \begin_inset Argument
7695 status collapsed
7696
7697 \begin_layout Plain Layout
7698 Exemple Annuaire 
7699 \end_layout
7700
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \end_inset
7707
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 <row endfirsthead="true">
7733 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \series bold
7739 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 </row>
7763 <row endfirsthead="true">
7764 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7765 \begin_inset Text
7766
7767 \begin_layout Plain Layout
7768
7769 \series bold
7770 NOM
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788
7789 \series bold
7790 TÉL.
7791 \end_layout
7792
7793 \end_inset
7794 </cell>
7795 </row>
7796 <row endhead="true">
7797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 \begin_inset ERT
7802 status open
7803
7804 \begin_layout Plain Layout
7805
7806
7807 \backslash
7808 caption*{Suite de l'exemple d'annuaire téléphonique}
7809 \backslash
7810
7811 \backslash
7812 %
7813 \end_layout
7814
7815 \end_inset
7816
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row endhead="true">
7842 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Exemple d'annuaire téléphonique
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row endhead="true">
7873 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 NOM
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897
7898 \series bold
7899 TÉL.
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row endfoot="true">
7906 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 suite page suivante\SpecialChar \ldots{}
7911
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 Annovi
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 Silvia
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 111
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 </row>
7966 <row>
7967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971
7972 \series bold
7973 Bertoli
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Stefano
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 111
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Bozzi
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Walter
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 111
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 Cachia
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 Maria
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 111
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 </row>
8059 <row>
8060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \series bold
8066 Cachia
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 Maurizio
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 111
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Cinquemani
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 Giusi
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 111
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 Colin
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 Bernard
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 111
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \series bold
8159 Concli
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 Gianfranco
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 111
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \series bold
8190 Dal Bosco
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 Carolina
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 111
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \series bold
8221 Dalpiaz
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Annamaria
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 111
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \series bold
8252 Feliciello
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 Domenico
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 111
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \series bold
8283 Focarelli
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Paola
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 111
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \series bold
8314 Galletti
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 Oreste
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 111
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 <row>
8339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343
8344 \series bold
8345 Gasparini
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Franca
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 111
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \series bold
8376 Rizzardi
8377 \series default
8378
8379 \begin_inset Foot
8380 status open
8381
8382 \begin_layout Plain Layout
8383 Exemple de note de bas de page
8384 \end_layout
8385
8386 \end_inset
8387
8388
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 Paola
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 Lassini
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Giancarlo
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Malfatti
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Luciano
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Malfatti
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Valeriano
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Meneguzzo
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Roberto
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Mezzadra
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Roberto
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Pirpamer
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Erich
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Pochiesa
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Paolo
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 111, 222
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \series bold
8636 Radina
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 Claudio
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 111
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \series bold
8667 Stuffer
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 Oskar
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 111
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \series bold
8698 Tacchelli
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 Ugo
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 111
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 <row>
8723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727
8728 \series bold
8729 Tezzele
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Margit
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 111
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \series bold
8760 Unterkalmsteiner
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Frieda
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 111
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \series bold
8791 Vieider
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 Hilde
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 111
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 Vigna
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 Jürgen
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 111
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 <row>
8847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851
8852 \series bold
8853 Weber
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 Maurizio
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 111
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 </row>
8877 <row>
8878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884 Winkler
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 Franz
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 111
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 </row>
8908 <row>
8909 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913  
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 </row>
8937 <row>
8938 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942
8943 \series bold
8944 Annovi
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 Silvia
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 555
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 </row>
8968 <row>
8969 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973
8974 \series bold
8975 Bertoli
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 Stefano
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 555
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \series bold
9006 Bozzi
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Walter
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 555
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \series bold
9037 Cachia
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 Maria
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 555
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 </row>
9061 <row>
9062 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \series bold
9068 Cachia
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 Maurizio
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 555
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row>
9093 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \series bold
9099 Cinquemani
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Giusi
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 555
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \series bold
9130 Colin
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Bernard
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 555
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \series bold
9161 Concli
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Gianfranco
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 555
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \series bold
9192 Dal Bosco
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 Carolina
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 555
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 </row>
9216 <row>
9217 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223 Dalpiaz
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 Annamaria
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241 555
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \series bold
9254 Feliciello
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 Domenico
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272 555
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \series bold
9285 Focarelli
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 Paola
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 555
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 <row>
9310 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314
9315 \series bold
9316 Galletti
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 Oreste
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 555
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 <row>
9341 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345
9346 \series bold
9347 Gasparini
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 Franca
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 555
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \series bold
9378 Rizzardi
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 Paola
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 555
9397 \end_layout
9398
9399 \end_inset
9400 </cell>
9401 </row>
9402 <row>
9403 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407
9408 \series bold
9409 Lassini
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 Giancarlo
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427 555
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 </row>
9433 <row>
9434 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438
9439 \series bold
9440 Malfatti
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 Luciano
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 555
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 </row>
9464 <row>
9465 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469
9470 \series bold
9471 Malfatti
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 Valeriano
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489 555
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500
9501 \series bold
9502 Meneguzzo
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 Roberto
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 555
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row>
9527 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \series bold
9533 Mezzadra
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 Roberto
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551 555
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 </lyxtabular>
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \begin_layout Section
9565 Questions particulières concernant les tableaux longs
9566 \begin_inset Argument
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 Questions sur les tableaux longs
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \begin_inset CommandInset label
9577 LatexCommand label
9578 name "sec:Questions-sur-tableaux-longs"
9579
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \begin_layout Subsection
9586 Calculs des pages des tableaux longs
9587 \begin_inset Index idx
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591 Tableaux longs ! Calculs
9592 \end_layout
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Standard
9600 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9601  en utilisant des blocs (chunks).
9602  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9603  mémoire de LaTeX.
9604  La valeur implicite est fixée pour des raisons historiques à seulement
9605  20 lignes de tableau.
9606  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9607  peut ralentir la création de votre document.
9608  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9609  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9610  préambule de votre document :
9611 \end_layout
9612
9613 \begin_layout Standard
9614
9615 \series bold
9616
9617 \backslash
9618 setcounter{LTchunksize}{100}
9619 \end_layout
9620
9621 \begin_layout Subsection
9622 Les Flottants et les Tableaux Longs
9623 \begin_inset Index idx
9624 status collapsed
9625
9626 \begin_layout Plain Layout
9627 Tableaux longs ! Flottants
9628 \end_layout
9629
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \begin_layout Standard
9636 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9637  commence un tableau long.
9638  Pour éviter une telle situation, 
9639 \lang english
9640 insert a 
9641 \begin_inset Quotes eld
9642 \end_inset
9643
9644 clear page
9645 \begin_inset Quotes erd
9646 \end_inset
9647
9648  (menu
9649 \lang french
9650  
9651 \family sans
9652 Insérer\SpecialChar \menuseparator
9653 Typographie
9654 \begin_inset space ~
9655 \end_inset
9656
9657 spéciale\SpecialChar \menuseparator
9658 Saut de page (vide le tampon)
9659 \family default
9660
9661 \begin_inset space \thinspace{}
9662 \end_inset
9663
9664 ) juste avant votre tableau long.
9665 \end_layout
9666
9667 \begin_layout Subsection
9668 Sauts de pages forcés
9669 \begin_inset Index idx
9670 status collapsed
9671
9672 \begin_layout Plain Layout
9673 Tableaux longs ! Sauts de pages forcés
9674 \end_layout
9675
9676 \end_inset
9677
9678
9679 \end_layout
9680
9681 \begin_layout Standard
9682 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9683  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9684  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9685  de saut de ligne 
9686 \begin_inset Quotes eld
9687 \end_inset
9688
9689
9690 \backslash
9691
9692 \backslash
9693
9694 \begin_inset Quotes erd
9695 \end_inset
9696
9697  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9698  Avant la commande 
9699 \begin_inset Quotes eld
9700 \end_inset
9701
9702
9703 \backslash
9704
9705 \backslash
9706
9707 \begin_inset Quotes erd
9708 \end_inset
9709
9710 , vous devez insérer en code TeX, autant de caractères 
9711 \begin_inset Quotes eld
9712 \end_inset
9713
9714 &
9715 \begin_inset Quotes erd
9716 \end_inset
9717
9718  qu'il y a de colonnes après la cellule concernée.
9719  Le caractère 
9720 \begin_inset Quotes eld
9721 \end_inset
9722
9723 &
9724 \begin_inset Quotes erd
9725 \end_inset
9726
9727  sert à séparer les colonnes d'un tableau.
9728  Écrivez en code-TeX, après chaque 
9729 \begin_inset Quotes eld
9730 \end_inset
9731
9732 &
9733 \begin_inset Quotes erd
9734 \end_inset
9735
9736  le contenu des cellules correspondantes et en même temps supprimez le contenu
9737  de ces cellules dans le texte normal.
9738  
9739 \begin_inset Newline newline
9740 \end_inset
9741
9742 Après la commande 
9743 \backslash
9744
9745 \backslash
9746 , insérez autant de caractères 
9747 \begin_inset Quotes eld
9748 \end_inset
9749
9750 &
9751 \begin_inset Quotes erd
9752 \end_inset
9753
9754  qu'il y a de colonnes avant la colonne traitée.
9755  Dans le tableau
9756 \begin_inset space ~
9757 \end_inset
9758
9759
9760 \begin_inset CommandInset ref
9761 LatexCommand ref
9762 reference "tab:Tableau-saut-de-page"
9763
9764 \end_inset
9765
9766  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9767  suivie par une autre colonne.
9768  La commande suivante a donc été insérée en code TeX dans la cellule après
9769  le mot 
9770 \begin_inset Quotes eld
9771 \end_inset
9772
9773
9774 \emph on
9775 Castelchiodato,
9776 \emph default
9777
9778 \begin_inset Quotes erd
9779 \end_inset
9780
9781 :
9782 \end_layout
9783
9784 \begin_layout Standard
9785
9786 \series bold
9787 & 111
9788 \backslash
9789
9790 \backslash
9791  
9792 \backslash
9793 newpage
9794 \begin_inset Newline newline
9795 \end_inset
9796
9797 &
9798 \end_layout
9799
9800 \begin_layout Standard
9801 Le 
9802 \begin_inset Quotes eld
9803 \end_inset
9804
9805 111
9806 \begin_inset Quotes erd
9807 \end_inset
9808
9809  dans la troisième colonne de la ligne a été supprimé.
9810  
9811 \series bold
9812
9813 \backslash
9814 newpage
9815 \series default
9816  est nécessaire seulement quand un saut de page doit impérativement avoir
9817  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9818  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9819  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9820  est coupée, utilisez cette commande à la place de la précédente :
9821 \end_layout
9822
9823 \begin_layout Standard
9824
9825 \series bold
9826 & 111
9827 \backslash
9828
9829 \backslash
9830
9831 \begin_inset Newline newline
9832 \end_inset
9833
9834
9835 \backslash
9836 hline &
9837 \end_layout
9838
9839 \begin_layout Standard
9840 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9841  insérer la commande
9842 \end_layout
9843
9844 \begin_layout Standard
9845
9846 \series bold
9847
9848 \backslash
9849 setlength{
9850 \backslash
9851 parfillskip}{0pt}
9852 \end_layout
9853
9854 \begin_layout Standard
9855 au début de la cellule.
9856  Cela assure que la portion de la cellule qui va se trouver affichée sur
9857  la page suivante le sera avec toute la largeur de la cellule.
9858 \end_layout
9859
9860 \begin_layout Standard
9861 \align center
9862 \begin_inset Tabular
9863 <lyxtabular version="3" rows="38" columns="3">
9864 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
9865 <column alignment="left" valignment="top" width="0cm">
9866 <column alignment="left" valignment="top" width="3cm">
9867 <column alignment="center" valignment="top" width="0pt">
9868 <row caption="true">
9869 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 \begin_inset Caption
9874
9875 \begin_layout Plain Layout
9876 Tableau avec un saut de page forcé dans une cellule
9877 \begin_inset CommandInset label
9878 LatexCommand label
9879 name "tab:Tableau-saut-de-page"
9880
9881 \end_inset
9882
9883
9884 \begin_inset Argument
9885 status collapsed
9886
9887 \begin_layout Plain Layout
9888 Tableau avec un saut de page forcé dans une cellule
9889 \end_layout
9890
9891 \end_inset
9892
9893
9894 \end_layout
9895
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row endfirsthead="true">
9923 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \series bold
9929 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row endfirsthead="true">
9954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 NOM
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 TÉL.
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row endhead="true">
9987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset ERT
9992 status collapsed
9993
9994 \begin_layout Plain Layout
9995
9996
9997 \backslash
9998 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
9999 \backslash
10000
10001 \backslash
10002 %
10003 \end_layout
10004
10005 \end_inset
10006
10007
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row endhead="true">
10032 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036  
10037 \series bold
10038 Exemple d'annuaire téléphonique
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row endhead="true">
10063 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 NOM
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 TÉL.
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 </row>
10095 <row endfoot="true">
10096 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 suite page suivante\SpecialChar \ldots{}
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \end_layout
10112
10113 \end_inset
10114 </cell>
10115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 </row>
10125 <row>
10126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130
10131 \series bold
10132 Annovi
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10138 \begin_inset Text
10139
10140 \begin_layout Plain Layout
10141 Silvia
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 111
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 </row>
10156 <row>
10157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \series bold
10163 Bertoli
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 Stefano
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181 111
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 </row>
10187 <row>
10188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \series bold
10194 Bozzi
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Walter
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 111
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \series bold
10225 Cachia
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Maria
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 111
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 </row>
10249 <row>
10250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \series bold
10256 Cachia
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Maurizio
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274 111
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Cinquemani
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Giusi
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Colin
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Bernard
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Concli
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Gianfranco
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Dal Bosco
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Carolina
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Dalpiaz
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Annamaria
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Feliciello
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Domenico
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Focarelli
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Paola
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Galletti
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Oreste
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Gasparini
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Franca
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Lassini
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Giancarlo
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Malfatti
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Luciano
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Malfatti
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Valeriano
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Meneguzzo
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Roberto
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 Mezzadra
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Roberto
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 111
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \series bold
10721 Pirpamer
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Erich
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 111
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \series bold
10752 Pochiesa
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 Paolo
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 111, 222
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \series bold
10783 Radina
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 Claudio
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 111
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \series bold
10814 Rizzardi
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 Giancarlo, 11.
10824  Fürst von Montecompatri, 11.
10825  Fürst von Sulmona und Vivaro, 10.
10826  Fürst von Rossano, 5.
10827  Herzog von Canemorte, 11.
10828  Herzog von Palombara, 5.
10829  Herzog von Castelchiodato,
10830 \begin_inset ERT
10831 status open
10832
10833 \begin_layout Plain Layout
10834
10835 & 111
10836 \backslash
10837
10838 \backslash
10839  
10840 \backslash
10841 newpage
10842 \end_layout
10843
10844 \begin_layout Plain Layout
10845
10846 &
10847 \end_layout
10848
10849 \end_inset
10850
10851  11.
10852  Herzog von Poggionativo, 11.
10853  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10854  Graf von Valinfreda, 11.
10855  Baron von Cropalati, 11.
10856  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \end_layout
10867
10868 \end_inset
10869 </cell>
10870 </row>
10871 <row>
10872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876
10877 \series bold
10878 Stuffer
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 Oskar
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 111
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \series bold
10909 Tacchelli
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 Ugo
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 111
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 <row>
10934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \series bold
10940 Tezzele
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 Margit
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 111
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969
10970 \series bold
10971 Unterkalmsteiner
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 Frieda
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 111
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 </row>
10995 <row>
10996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000
11001 \series bold
11002 Vieider
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 Hilde
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 111
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \series bold
11033 Vigna
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Jürgen
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 111
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \series bold
11064 Weber
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 Maurizio
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082 111
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \series bold
11095 Winkler
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 Franz
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 111
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 </lyxtabular>
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \begin_layout Section
11127 Colonnes et lignes à lignes multiples
11128 \end_layout
11129
11130 \begin_layout Subsection
11131 Lignes multiples dans une cellule de tableau
11132 \begin_inset CommandInset label
11133 LatexCommand label
11134 name "sub:Lignes-multiple-dans-cellule"
11135
11136 \end_inset
11137
11138
11139 \begin_inset Index idx
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Plusieurs lignes dans une case de tableau
11144 \end_layout
11145
11146 \end_inset
11147
11148
11149 \begin_inset Index idx
11150 status collapsed
11151
11152 \begin_layout Plain Layout
11153 Tableau ! Saut de ligne
11154 \end_layout
11155
11156 \end_inset
11157
11158
11159 \end_layout
11160
11161 \begin_layout Standard
11162 \noindent
11163 \begin_inset Float table
11164 placement H
11165 wide false
11166 sideways false
11167 status open
11168
11169 \begin_layout Plain Layout
11170 \begin_inset Caption
11171
11172 \begin_layout Plain Layout
11173 \begin_inset CommandInset label
11174 LatexCommand label
11175 name "tab:Tableau-avec-plusieurs-lignes"
11176
11177 \end_inset
11178
11179 Tableau avec des lignes multiples dans une cellule
11180 \end_layout
11181
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \begin_layout Plain Layout
11188 \align center
11189 \begin_inset Tabular
11190 <lyxtabular version="3" rows="3" columns="3">
11191 <features tabularvalignment="middle">
11192 <column alignment="center" valignment="middle" width="2.5cm">
11193 <column alignment="center" valignment="middle" width="0">
11194 <column alignment="center" valignment="middle" width="0">
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 Lignes
11201 \begin_inset Newline linebreak
11202 \end_inset
11203
11204 multiples
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 b
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 c
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 d
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 e
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 f
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row>
11258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 g
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 h
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 i
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 </row>
11286 </lyxtabular>
11287
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \end_inset
11294
11295
11296 \end_layout
11297
11298 \begin_layout Standard
11299 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11300  d'un paragraphe avec des sauts de lignes et des césures.
11301 \end_layout
11302
11303 \begin_layout Standard
11304 Pour obtenir le tableau
11305 \begin_inset space ~
11306 \end_inset
11307
11308
11309 \begin_inset CommandInset ref
11310 LatexCommand ref
11311 reference "tab:Tableau-avec-plusieurs-lignes"
11312
11313 \end_inset
11314
11315 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11316  droit dessus.
11317  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11318  2.5
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 cm et choisissez les alignements vertical et horizontal centrés.
11323  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11324  Comme notre texte est plus petit que 2.5
11325 \begin_inset space \thinspace{}
11326 \end_inset
11327
11328 cm, une seule ligne va apparaître.
11329  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11330  
11331 \family sans
11332 Ctrl-Shift-Entrée
11333 \family default
11334 ).
11335  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11336 ement découpé en plusieurs lignes.
11337 \end_layout
11338
11339 \begin_layout Standard
11340 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11341  pas effectuer de césure si c'est le premier élément de la cellule.
11342  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11343  premier élément : Ajoutez un espace horizontal de 0
11344 \begin_inset space \thinspace{}
11345 \end_inset
11346
11347 pt juste avant votre mot.
11348  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11349  Le tableau
11350 \begin_inset space ~
11351 \end_inset
11352
11353
11354 \begin_inset CommandInset ref
11355 LatexCommand ref
11356 reference "tab:Tableau-césure"
11357
11358 \end_inset
11359
11360  montre l'effet de cette insertion.
11361 \end_layout
11362
11363 \begin_layout Standard
11364 \begin_inset Float table
11365 placement h
11366 wide false
11367 sideways false
11368 status open
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Caption
11372
11373 \begin_layout Plain Layout
11374 \begin_inset CommandInset label
11375 LatexCommand label
11376 name "tab:Tableau-césure"
11377
11378 \end_inset
11379
11380 Tableau avec et sans césure.
11381 \end_layout
11382
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Plain Layout
11389 \begin_inset space \hfill{}
11390 \end_inset
11391
11392
11393 \begin_inset Tabular
11394 <lyxtabular version="3" rows="3" columns="3">
11395 <features tabularvalignment="middle">
11396 <column alignment="center" valignment="middle" width="2.5cm">
11397 <column alignment="center" valignment="middle" width="0">
11398 <column alignment="center" valignment="middle" width="0">
11399 <row>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 mottrèslongdansunecellule
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 b
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 c
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 </row>
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 d
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 e
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 f
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 <row>
11458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 g
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 h
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 i
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \begin_inset space \hfill{}
11492 \end_inset
11493
11494
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="3" columns="3">
11497 <features tabularvalignment="middle">
11498 <column alignment="center" valignment="middle" width="2.5cm">
11499 <column alignment="center" valignment="middle" width="0">
11500 <column alignment="center" valignment="middle" width="0">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 \begin_inset space \hspace{}
11507 \length 0pt
11508 \end_inset
11509
11510 mottrèslongdansunecellule
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11516 \begin_inset Text
11517
11518 \begin_layout Plain Layout
11519 b
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11525 \begin_inset Text
11526
11527 \begin_layout Plain Layout
11528 c
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 </row>
11534 <row>
11535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 d
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 e
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 f
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 g
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 h
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 i
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 </lyxtabular>
11593
11594 \end_inset
11595
11596
11597 \begin_inset space \hfill{}
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \begin_layout Subsection
11609 Multi-colonnes
11610 \begin_inset CommandInset label
11611 LatexCommand label
11612 name "sub:Multicolonnes"
11613
11614 \end_inset
11615
11616
11617 \begin_inset Index idx
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621 Multi-colonnes
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \begin_inset Index idx
11628 status collapsed
11629
11630 \begin_layout Plain Layout
11631 Tableau ! Multi-colonnes
11632 \end_layout
11633
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \begin_layout Subsubsection
11640 Les Bases des Multicolonnes
11641 \end_layout
11642
11643 \begin_layout Standard
11644 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11645  qu'elle doit couvrir et utilisez soit le bouton
11646 \begin_inset Graphics
11647         filename ../../images/tabular-feature_multicolumn.png
11648         scale 85
11649         scaleBeforeRotation
11650
11651 \end_inset
11652
11653  de la barre d'outils tableau, ou le menu 
11654 \family sans
11655 Éditer\SpecialChar \menuseparator
11656 Tableau\SpecialChar \menuseparator
11657 Multi-colonnes
11658 \family default
11659 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11660  
11661 \family sans
11662 Multi-colonnes
11663 \family default
11664  
11665 \lang english
11666 in the appearing context menu.
11667 \end_layout
11668
11669 \begin_layout Standard
11670 Les multi-colonnes ont leurs propres paramètres de cellule.
11671  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11672  de la cellule, cela n'affecte que la cellule multi-colonne.
11673  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11674  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11675 \end_layout
11676
11677 \begin_layout Standard
11678 \align center
11679 \begin_inset Tabular
11680 <lyxtabular version="3" rows="3" columns="4">
11681 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11682 <column alignment="center" valignment="top" width="0pt">
11683 <column alignment="center" valignment="middle" width="0">
11684 <column alignment="center" valignment="top" width="0in">
11685 <column alignment="center" valignment="top" width="0pt">
11686 <row>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 abc
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 def ghi
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 jkl
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 </row>
11724 <row>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 A
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11735 \begin_inset Text
11736
11737 \begin_layout Plain Layout
11738 B
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 C
11748 \end_layout
11749
11750 \end_inset
11751 </cell>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 D
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 </row>
11762 <row>
11763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 1
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11773 \begin_inset Text
11774
11775 \begin_layout Plain Layout
11776 2
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 3
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 4
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 </row>
11800 </lyxtabular>
11801
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \begin_layout Subsubsection
11808 Calculs avec les multi-colonnes
11809 \begin_inset CommandInset label
11810 LatexCommand label
11811 name "sub:Calculs-multicolonnes"
11812
11813 \end_inset
11814
11815
11816 \begin_inset Index idx
11817 status collapsed
11818
11819 \begin_layout Plain Layout
11820 Multi-colonnes ! Calculs
11821 \end_layout
11822
11823 \end_inset
11824
11825
11826 \end_layout
11827
11828 \begin_layout Standard
11829 LyX gère directement les multi-colonnes, mais nous devons faire attention
11830  à la largeur des cellules couvertes par la cellule multicolonne.
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \begin_inset Float table
11835 placement h
11836 wide false
11837 sideways false
11838 status open
11839
11840 \begin_layout Plain Layout
11841 \begin_inset Caption
11842
11843 \begin_layout Plain Layout
11844 \begin_inset CommandInset label
11845 LatexCommand label
11846 name "tab:Tableau-multicolonne-parfaite"
11847
11848 \end_inset
11849
11850 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11851  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11852 \begin_inset Argument
11853 status open
11854
11855 \begin_layout Plain Layout
11856 Tableau avec multicolonne parfaite
11857 \end_layout
11858
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \end_inset
11865
11866
11867 \end_layout
11868
11869 \begin_layout Plain Layout
11870 \align center
11871 \begin_inset Tabular
11872 <lyxtabular version="3" rows="3" columns="3">
11873 <features tabularvalignment="middle">
11874 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11875 <column alignment="center" valignment="middle" width="0">
11876 <column alignment="center" valignment="top" width="0">
11877 <row>
11878 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 multicolonne sur plusieurs lignes
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 c
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 <row>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 d
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 e
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 f
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 <row>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 g
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 h
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 i
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 </lyxtabular>
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \begin_layout Standard
11977 Par exemple, pour créer le tableau
11978 \begin_inset space ~
11979 \end_inset
11980
11981
11982 \begin_inset CommandInset ref
11983 LatexCommand ref
11984 reference "tab:Tableau-multicolonne-parfaite"
11985
11986 \end_inset
11987
11988 , sélectionnez les deux premières cellules de la première ligne d'un tableau
11989  3×3 et faites un clic droit dessus.
11990  Ensuite choisissez pour cette cellule
11991 \emph on
11992 ,
11993 \emph default
11994  dans la fenêtre de dialogue de tableau, 
11995 \emph on
11996 multicolonne
11997 \emph default
11998
11999 \emph on
12000 alignement
12001 \begin_inset space ~
12002 \end_inset
12003
12004 horizontal
12005 \begin_inset space ~
12006 \end_inset
12007
12008 centré
12009 \emph default
12010  et une largeur de 2.5
12011 \begin_inset space \thinspace{}
12012 \end_inset
12013
12014 cm.
12015  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12016  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12017 \begin_inset space \thinspace{}
12018 \end_inset
12019
12020 cm pour la première colonne.
12021  La deuxième colonne aura alors automatiquement une largeur de 1.25
12022 \begin_inset space \thinspace{}
12023 \end_inset
12024
12025 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12026  C'est ce qui a été fait pour le tableau
12027 \begin_inset space ~
12028 \end_inset
12029
12030
12031 \begin_inset CommandInset ref
12032 LatexCommand ref
12033 reference "tab:Tableau-multicolonne-imparfait"
12034
12035 \end_inset
12036
12037 .
12038 \end_layout
12039
12040 \begin_layout Standard
12041 \begin_inset Float table
12042 wide false
12043 sideways false
12044 status open
12045
12046 \begin_layout Plain Layout
12047 \begin_inset Caption
12048
12049 \begin_layout Plain Layout
12050 \begin_inset CommandInset label
12051 LatexCommand label
12052 name "tab:Tableau-multicolonne-imparfait"
12053
12054 \end_inset
12055
12056 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12057  de la largeur de la cellule multicolonne.
12058 \begin_inset Argument
12059 status open
12060
12061 \begin_layout Plain Layout
12062 Tableau avec multicolonne pas parfaite
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \end_layout
12069
12070 \end_inset
12071
12072
12073 \end_layout
12074
12075 \begin_layout Plain Layout
12076 \align center
12077 \begin_inset Tabular
12078 <lyxtabular version="3" rows="3" columns="3">
12079 <features tabularvalignment="middle">
12080 <column alignment="center" valignment="top" width="1.25cm">
12081 <column alignment="center" valignment="top" width="0">
12082 <column alignment="center" valignment="top" width="0">
12083 <row>
12084 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 multicolonne sur plusieurs lignes
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 c
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 </row>
12112 <row>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 d
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 e
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 f
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 g
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 h
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 i
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 </lyxtabular>
12171
12172 \end_inset
12173
12174
12175 \end_layout
12176
12177 \end_inset
12178
12179
12180 \end_layout
12181
12182 \begin_layout Standard
12183 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12184  de la cellule multicolonne, elle est un peu plus large.
12185  La raison est que la taille que l'on donne à une cellule, 
12186 \begin_inset Formula $W_{g}$
12187 \end_inset
12188
12189  n'est pas sa taille totale, 
12190 \begin_inset Formula $W_{\mathrm{tot}}$
12191 \end_inset
12192
12193  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12194  lui donne.
12195  L'appendice
12196 \begin_inset space ~
12197 \end_inset
12198
12199
12200 \begin_inset CommandInset ref
12201 LatexCommand eqref
12202 reference "cha:Explication-de-l'Equation"
12203
12204 \end_inset
12205
12206  explique pourquoi en détail.
12207 \end_layout
12208
12209 \begin_layout Standard
12210 La largeur nécessaire 
12211 \begin_inset Formula $W_{g\, n}$
12212 \end_inset
12213
12214  quand 
12215 \emph on
12216 n
12217 \emph default
12218  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12219  ait une largeur totale de 
12220 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12221 \end_inset
12222
12223 :
12224 \begin_inset Formula \begin{equation}
12225 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \begin_layout Standard
12233 Dans notre cas nous avons 
12234 \begin_inset Formula $n=2$
12235 \end_inset
12236
12237
12238 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12239 \end_inset
12240
12241 cm et les valeurs implicites pour les autres longueurs, l'équation
12242 \begin_inset space ~
12243 \end_inset
12244
12245
12246 \begin_inset CommandInset ref
12247 LatexCommand ref
12248 reference "eq:Wgn"
12249
12250 \end_inset
12251
12252  devient
12253 \begin_inset Formula \begin{equation}
12254 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12255
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12263  
12264 \series bold
12265 calc
12266 \series default
12267  avec la ligne suivante dans le préambule du document
12268 \begin_inset Index idx
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272 Paquetages LaTeX ! calc
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \end_layout
12279
12280 \begin_layout Standard
12281
12282 \series bold
12283
12284 \backslash
12285 usepackage{calc}
12286 \end_layout
12287
12288 \begin_layout Standard
12289 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12290  de dialogue.
12291  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12292  la fenêtre de dialogue.
12293  Voici un aperçu de ces paramètres :
12294 \end_layout
12295
12296 \begin_layout Itemize
12297
12298 \series bold
12299 p{largeur}
12300 \series default
12301  crée une cellule de taille donnée, le texte est aligné verticalement en
12302  haut.
12303 \end_layout
12304
12305 \begin_layout Itemize
12306
12307 \series bold
12308 m{largeur}
12309 \series default
12310  crée une cellule de taille donnée, le texte est aligné verticalement au
12311  centre
12312 \end_layout
12313
12314 \begin_layout Itemize
12315
12316 \series bold
12317 b{largeur}
12318 \series default
12319  crée une cellule de taille donnée, le texte est aligné verticalement en
12320  bas
12321 \end_layout
12322
12323 \begin_layout Standard
12324 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12325  la fenêtre de dialogue sont ignorés.
12326 \end_layout
12327
12328 \begin_layout Standard
12329 \begin_inset Note Greyedout
12330 status open
12331
12332 \begin_layout Plain Layout
12333
12334 \series bold
12335 Note:
12336 \series default
12337  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12338  en compte.
12339 \end_layout
12340
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \begin_layout Standard
12347 Comme le texte doit être centré horizontalement, on ajoute la commande 
12348 \series bold
12349
12350 \backslash
12351 centering
12352 \series default
12353 .
12354  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12355  des colonnes recouvertes :
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361 >{
12362 \backslash
12363 centering}m{1.25cm-6.2pt}
12364 \end_layout
12365
12366 \begin_layout Standard
12367 La commande 
12368 \series bold
12369 >{ }
12370 \series default
12371  signifie que les commandes qui se trouvent entre les accolades doivent
12372  être appliquées avant que la cellule ne soit créée.
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12377  multicolonne, il est toujours aligné à gauche.
12378  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12379  isolées.
12380  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12381 \end_layout
12382
12383 \begin_layout Standard
12384
12385 \series bold
12386 >{
12387 \backslash
12388 centering}m{2.5cm}
12389 \end_layout
12390
12391 \begin_layout Subsection
12392 Multi-lignes
12393 \begin_inset Index idx
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397 Multi-lignes
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \begin_inset Index idx
12404 status collapsed
12405
12406 \begin_layout Plain Layout
12407 Tableau ! Multi-ligne
12408 \end_layout
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Au contraire des multi-colonnes, les multi-lignes ne sont pas encore gérés
12417  par LyX, il faut donc utiliser un peu de code TeX.
12418  Pour utiliser les multi-lignes, vous devez charger le paquetage LaTeX 
12419 \series bold
12420 multirow
12421 \series default
12422
12423 \begin_inset Index idx
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427 Paquetages LaTeX ! multirow
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \series bold
12434  
12435 \series default
12436 dans le préambule de votre document avec la commande 
12437 \end_layout
12438
12439 \begin_layout Standard
12440
12441 \series bold
12442
12443 \backslash
12444 usepackage{multirow}
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Les cellules multilignes sont créées avec la commande
12449 \end_layout
12450
12451 \begin_layout Standard
12452
12453 \series bold
12454
12455 \backslash
12456 multirow{number of rows}{cell width}{cell entry}
12457 \end_layout
12458
12459 \begin_layout Standard
12460 Pour créer le tableau suivant :
12461 \end_layout
12462
12463 \begin_layout Standard
12464 \align center
12465 \begin_inset ERT
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469
12470
12471 \backslash
12472 renewcommand{
12473 \backslash
12474 multirowsetup}{
12475 \backslash
12476 centering}
12477 \end_layout
12478
12479 \end_inset
12480
12481
12482 \begin_inset Tabular
12483 <lyxtabular version="3" rows="3" columns="3">
12484 <features tabularvalignment="middle">
12485 <column alignment="center" valignment="top" width="0">
12486 <column alignment="center" valignment="top" width="0">
12487 <column alignment="center" valignment="top" width="0">
12488 <row>
12489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 a
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 b
12503 \end_layout
12504
12505 \end_inset
12506 </cell>
12507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 c
12512 \end_layout
12513
12514 \end_inset
12515 </cell>
12516 </row>
12517 <row>
12518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12519 \begin_inset Text
12520
12521 \begin_layout Plain Layout
12522 \begin_inset ERT
12523 status collapsed
12524
12525 \begin_layout Plain Layout
12526
12527
12528 \backslash
12529 multirow{2}{2.5cm}{
12530 \end_layout
12531
12532 \end_inset
12533
12534 cellule multi-lignes
12535 \begin_inset ERT
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539
12540 }
12541 \end_layout
12542
12543 \end_inset
12544
12545
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 e
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 f
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 </row>
12569 <row>
12570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 h
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 i
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 </lyxtabular>
12599
12600 \end_inset
12601
12602
12603 \begin_inset ERT
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607
12608
12609 \backslash
12610 renewcommand{
12611 \backslash
12612 multirowsetup}{
12613 \backslash
12614 raggedright}
12615 \end_layout
12616
12617 \end_inset
12618
12619
12620 \end_layout
12621
12622 \begin_layout Standard
12623 créez un tableau 3×3.
12624  Désactivez la bordure supérieure de la dernière cellule dans la première
12625  colonne.
12626  La cellule multi-ligne est ensuite créée dans la deuxième cellule de la
12627  première colonne en y insérant la commande
12628 \end_layout
12629
12630 \begin_layout Standard
12631
12632 \series bold
12633
12634 \backslash
12635 multirow{2}{2.5cm}{
12636 \end_layout
12637
12638 \begin_layout Standard
12639 comme du code TeX.
12640  Les paramètres de la commande indiquent que la cellule multi-ligne couvre
12641  deux lignes et a une largeur de 2.5
12642 \begin_inset space \thinspace{}
12643 \end_inset
12644
12645 cm.
12646  Le contenu de la cellule suit le code TeX et on termine la commande en
12647  ajoutant l'accolade fermante 
12648 \series bold
12649 }
12650 \series default
12651  dans une nouvelle boîte de code TeX, juste après le texte.
12652 \end_layout
12653
12654 \begin_layout Standard
12655
12656 \series bold
12657
12658 \backslash
12659 multirow
12660 \series default
12661  aligne implicitement son contenu à gauche.
12662  Pour passer outre le comportement implicite, vous devez redéfinir la commande
12663  
12664 \series bold
12665
12666 \backslash
12667 multirowsetup
12668 \series default
12669  avec la commande
12670 \end_layout
12671
12672 \begin_layout Standard
12673
12674 \series bold
12675
12676 \backslash
12677 renewcommand{
12678 \backslash
12679 multirowsetup}{
12680 \backslash
12681 centering}
12682 \end_layout
12683
12684 \begin_layout Standard
12685 dans le préambule du document.
12686  Après ça, tous les contenus de cellules multi-lignes du document seront
12687  centrés.
12688  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12689  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12690  juste avant le tableau concerné, plutôt que dans le préambule.
12691  Si le texte doit être aligné à droite, remplacez 
12692 \series bold
12693
12694 \backslash
12695 centering
12696 \series default
12697  par 
12698 \series bold
12699
12700 \backslash
12701 raggedleft
12702 \series default
12703 .
12704  Pour revenir à l'alignement à gauche utilisez 
12705 \series bold
12706
12707 \backslash
12708 raggedright
12709 \series default
12710 .
12711 \end_layout
12712
12713 \begin_layout Section
12714 Les Tableaux Formels
12715 \begin_inset CommandInset label
12716 LatexCommand label
12717 name "sec:Tableaux-Formels"
12718
12719 \end_inset
12720
12721
12722 \begin_inset Index idx
12723 status collapsed
12724
12725 \begin_layout Plain Layout
12726 Tableau ! Formel
12727 \end_layout
12728
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \begin_layout Standard
12735 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12736  à celle du tableau
12737 \begin_inset space ~
12738 \end_inset
12739
12740
12741 \begin_inset CommandInset ref
12742 LatexCommand ref
12743 reference "tab:Exemple-tableau-booktabs"
12744
12745 \end_inset
12746
12747 .
12748  Ce genre de tableau est appelé 
12749 \begin_inset Quotes eld
12750 \end_inset
12751
12752
12753 \emph on
12754 formel
12755 \emph default
12756
12757 \begin_inset Quotes erd
12758 \end_inset
12759
12760 .
12761  Pour transformer un tableau en tableau formel, utilisez l'option 
12762 \family sans
12763 Formel
12764 \family default
12765  de l'onglet 
12766 \family sans
12767 Bordures
12768 \family default
12769  de la fenêtre de dialogue 
12770 \family sans
12771 Paramètres
12772 \begin_inset space ~
12773 \end_inset
12774
12775 du
12776 \begin_inset space ~
12777 \end_inset
12778
12779 tableau
12780 \family default
12781 .
12782 \end_layout
12783
12784 \begin_layout Standard
12785 \begin_inset Float table
12786 placement h
12787 wide false
12788 sideways false
12789 status open
12790
12791 \begin_layout Plain Layout
12792 \begin_inset Caption
12793
12794 \begin_layout Plain Layout
12795 \begin_inset CommandInset label
12796 LatexCommand label
12797 name "tab:Exemple-tableau-booktabs"
12798
12799 \end_inset
12800
12801 Exemple de tableau formel
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \end_layout
12808
12809 \begin_layout Plain Layout
12810 \align center
12811 \begin_inset Tabular
12812 <lyxtabular version="3" rows="8" columns="4">
12813 <features booktabs="true" tabularvalignment="middle">
12814 <column alignment="center" valignment="top" width="0">
12815 <column alignment="center" valignment="top" width="0">
12816 <column alignment="center" valignment="top" width="0">
12817 <column alignment="center" valignment="top" width="0">
12818 <row>
12819 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 Système
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" topline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 Chip
12833 \begin_inset space \thinspace{}
12834 \end_inset
12835
12836 1
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 Chip
12846 \begin_inset space \thinspace{}
12847 \end_inset
12848
12849 2
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 <row>
12865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 \begin_inset ERT
12870 status collapsed
12871
12872 \begin_layout Plain Layout
12873
12874
12875 \backslash
12876 cmidrule(r){2-2}
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \begin_inset ERT
12883 status collapsed
12884
12885 \begin_layout Plain Layout
12886
12887
12888 \backslash
12889 cmidrule(l){3-4}
12890 \end_layout
12891
12892 \end_inset
12893
12894 Épaisseur du capteur en µm
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 300
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 300
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 <cell alignment="center" valignment="top" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 700
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 </row>
12927 <row>
12928 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 Angle du biseau en °
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" topline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 3.55
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 <cell alignment="center" valignment="top" topline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 2.71
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 7.99
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row topspace="default">
12966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 Résolution spatiale en µm
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 4.26
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 10.17
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 10.56
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 <row topspace="default">
13004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 MTF à 
13009 \begin_inset Formula $f_{\mathrm{max}}$
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 0.53
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 0.37
13031 \end_layout
13032
13033 \end_inset
13034 </cell>
13035 <cell alignment="center" valignment="top" usebox="none">
13036 \begin_inset Text
13037
13038 \begin_layout Plain Layout
13039 0.39
13040 \end_layout
13041
13042 \end_inset
13043 </cell>
13044 </row>
13045 <row topspace="default">
13046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13047 \begin_inset Text
13048
13049 \begin_layout Plain Layout
13050 \begin_inset ERT
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054
13055
13056 \backslash
13057 cmidrule(l{10pt}){1-1}
13058 \end_layout
13059
13060 \end_inset
13061
13062 résolution spatiale LSF
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071
13072 \end_layout
13073
13074 \end_inset
13075 </cell>
13076 <cell alignment="center" valignment="top" usebox="none">
13077 \begin_inset Text
13078
13079 \begin_layout Plain Layout
13080
13081 \end_layout
13082
13083 \end_inset
13084 </cell>
13085 <cell alignment="center" valignment="top" usebox="none">
13086 \begin_inset Text
13087
13088 \begin_layout Plain Layout
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 </row>
13095 <row>
13096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 en µm
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 129.7
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 52.75
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 50.78
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row>
13134 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 en % de la taille des pixels
13139 \end_layout
13140
13141 \end_inset
13142 </cell>
13143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 76.3
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 95.9
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 92.3
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 </row>
13171 </lyxtabular>
13172
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \begin_layout Standard
13184 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13185  
13186 \family sans
13187 Bordures
13188 \family default
13189  de la fenêtre de dialogue 
13190 \family sans
13191 Paramètres
13192 \begin_inset space ~
13193 \end_inset
13194
13195 du
13196 \begin_inset space ~
13197 \end_inset
13198
13199 tableau
13200 \family default
13201  comme c'est décrit dans la section
13202 \begin_inset space ~
13203 \end_inset
13204
13205
13206 \begin_inset CommandInset ref
13207 LatexCommand ref
13208 reference "sub:Espacement-lignes"
13209
13210 \end_inset
13211
13212 .
13213 \end_layout
13214
13215 \begin_layout Standard
13216 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13217  verticales.
13218  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13219  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13220  sortie imprimée :
13221 \begin_inset Newline newline
13222 \end_inset
13223
13224 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13225 \begin_inset space \thinspace{}
13226 \end_inset
13227
13228 em alors que les autres lignes ont implicite une épaisseur de 0.05
13229 \begin_inset space \thinspace{}
13230 \end_inset
13231
13232 em.
13233 \end_layout
13234
13235 \begin_layout Standard
13236 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13237  les lignes de préambule suivantes :
13238 \end_layout
13239
13240 \begin_layout Standard
13241
13242 \series bold
13243
13244 \backslash
13245 let
13246 \backslash
13247 mytoprule
13248 \backslash
13249 toprule
13250 \begin_inset Newline newline
13251 \end_inset
13252
13253
13254 \backslash
13255 renewcommand{
13256 \backslash
13257 toprule}{
13258 \backslash
13259 mytoprule[width]}
13260 \end_layout
13261
13262 \begin_layout Standard
13263 Cet exemple concerne la première ligne, appelée 
13264 \series bold
13265 toprule
13266 \series default
13267 .
13268  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13269 \series bold
13270 toprule
13271 \series default
13272  par 
13273 \series bold
13274 bottomrule
13275 \series default
13276 .
13277  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13278  
13279 \series bold
13280 toprule
13281 \series default
13282  par 
13283 \series bold
13284 midrule
13285 \series default
13286 .
13287  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13288 \begin_inset space ~
13289 \end_inset
13290
13291
13292 \begin_inset CommandInset ref
13293 LatexCommand ref
13294 reference "cha:Unités-de-longueur"
13295
13296 \end_inset
13297
13298  pour préciser l'épaisseur voulue.
13299 \end_layout
13300
13301 \begin_layout Standard
13302 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13303  en mettant une ligne pour une cellule multi colonne.
13304  LyX va utiliser en interne la commande 
13305 \series bold
13306
13307 \backslash
13308 cmidrule
13309 \series default
13310  pour créer cette ligne.
13311  Sa syntaxe complète est :
13312 \end_layout
13313
13314 \begin_layout Standard
13315
13316 \series bold
13317
13318 \backslash
13319 cmidrule[largeur](rognage){colDépart-colFin}
13320 \end_layout
13321
13322 \begin_layout Standard
13323 Les options de la commande 
13324 \series bold
13325
13326 \backslash
13327 cmidrule
13328 \series default
13329  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13330  TeX pour pouvoir les utiliser.
13331  On peut créer manuellement des lignes 
13332 \series bold
13333
13334 \backslash
13335 mitrales
13336 \series default
13337  en insérant la commande en code TeX comme le premier élément de la première
13338  cellule de la ligne.
13339  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13340  en question.
13341 \end_layout
13342
13343 \begin_layout Standard
13344 La valeur implicite pour l'épaisseur des lignes est de 0.03
13345 \begin_inset space \thinspace{}
13346 \end_inset
13347
13348 em.
13349  
13350 \series bold
13351 colDépart
13352 \series default
13353  est le numéro de la colonne dans laquelle la ligne commence et 
13354 \series bold
13355 colFin
13356 \series default
13357  est le numéro de la colonne dans laquelle elle se termine.
13358  La valeur de 
13359 \series bold
13360 colFin
13361 \series default
13362  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13363  Le paramètre optionnel 
13364 \series bold
13365 rognage
13366 \series default
13367  peut être soit 
13368 \emph on
13369 l{largeurRognage}
13370 \emph default
13371 , ou 
13372 \emph on
13373 r{largeurRognage}
13374 \emph default
13375  où les valeurs de
13376 \emph on
13377  largeurRognage
13378 \emph default
13379  sont aussi optionnelles.
13380  En utilisant par exemple la valeur 
13381 \emph on
13382 l{2pt}
13383 \emph default
13384  pour ce paramètre, la ligne va être rognée de 2
13385 \begin_inset space \thinspace{}
13386 \end_inset
13387
13388 pt à son extrémité gauche.
13389  Si vous ne spécifiez pas de valeur pour 
13390 \emph on
13391 largeurRognage
13392 \emph default
13393  les lignes sont implicitement rognées de 0.5
13394 \begin_inset space \thinspace{}
13395 \end_inset
13396
13397 em.
13398 \end_layout
13399
13400 \begin_layout Standard
13401 \begin_inset VSpace bigskip
13402 \end_inset
13403
13404 Le tableau
13405 \begin_inset space ~
13406 \end_inset
13407
13408
13409 \begin_inset CommandInset ref
13410 LatexCommand ref
13411 reference "tab:Exemple-tableau-booktabs"
13412
13413 \end_inset
13414
13415  a été créé en utilisant les commandes
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 cmidrule(r){2-2}
13424 \backslash
13425 cmidrule(l){3-4}
13426 \end_layout
13427
13428 \begin_layout Standard
13429 au début de la deuxième ligne et
13430 \end_layout
13431
13432 \begin_layout Standard
13433
13434 \series bold
13435
13436 \backslash
13437 cmidrule(l{10pt}){1-1}
13438 \end_layout
13439
13440 \begin_layout Standard
13441 au début de la sixième ligne.
13442 \end_layout
13443
13444 \begin_layout Standard
13445 \begin_inset VSpace bigskip
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \begin_layout Standard
13452 Vous pouvez vouloir des commandes 
13453 \series bold
13454
13455 \backslash
13456 cmidrule
13457 \series default
13458 s qui se recouvrent comme pour le tableau
13459 \begin_inset space ~
13460 \end_inset
13461
13462
13463 \begin_inset CommandInset ref
13464 LatexCommand ref
13465 reference "tab:Tableau-booktabs-special"
13466
13467 \end_inset
13468
13469 .
13470  On obtient ce résultat en utilisant la commande suivante en code TeX
13471 \end_layout
13472
13473 \begin_layout Standard
13474
13475 \series bold
13476
13477 \backslash
13478 morecmidrules
13479 \end_layout
13480
13481 \begin_layout Standard
13482 La commande qui a été utilisée pour la deuxième ligne du tableau
13483 \begin_inset space ~
13484 \end_inset
13485
13486
13487 \begin_inset CommandInset ref
13488 LatexCommand ref
13489 reference "tab:Tableau-booktabs-special"
13490
13491 \end_inset
13492
13493  est
13494 \end_layout
13495
13496 \begin_layout Standard
13497
13498 \series bold
13499
13500 \backslash
13501 cmidrule(r){2-2}
13502 \backslash
13503 cmidrule(l){3-4}
13504 \backslash
13505 morecmidrules
13506 \backslash
13507 cmidrule{2-4}
13508 \end_layout
13509
13510 \begin_layout Standard
13511 La commande pour la sixième ligne est
13512 \end_layout
13513
13514 \begin_layout Standard
13515
13516 \series bold
13517
13518 \backslash
13519 midrule
13520 \backslash
13521 morecmidrules
13522 \backslash
13523 cmidrule{3-4}
13524 \end_layout
13525
13526 \begin_layout Standard
13527 \begin_inset VSpace bigskip
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \begin_layout Standard
13534 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13535 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13536  font toute la largeur du tableau :
13537 \end_layout
13538
13539 \begin_layout Standard
13540
13541 \series bold
13542
13543 \backslash
13544 specialrule{largeur}{espace au dessus}{espace en dessous}
13545 \end_layout
13546
13547 \begin_layout Standard
13548 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13549  du paquetage LaTeX 
13550 \series bold
13551 booktabs
13552 \series default
13553  
13554 \begin_inset CommandInset citation
13555 LatexCommand cite
13556 key "booktabs"
13557
13558 \end_inset
13559
13560 .
13561 \begin_inset Index idx
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565 Paquetages LaTeX ! booktabs
13566 \end_layout
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574 \begin_inset Float table
13575 placement h
13576 wide false
13577 sideways false
13578 status open
13579
13580 \begin_layout Plain Layout
13581 \begin_inset Caption
13582
13583 \begin_layout Plain Layout
13584 \begin_inset CommandInset label
13585 LatexCommand label
13586 name "tab:Tableau-booktabs-special"
13587
13588 \end_inset
13589
13590 Tableau formel spécial
13591 \end_layout
13592
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Plain Layout
13599 \align center
13600 \begin_inset Tabular
13601 <lyxtabular version="3" rows="8" columns="4">
13602 <features booktabs="true" tabularvalignment="middle">
13603 <column alignment="center" valignment="top" width="0">
13604 <column alignment="center" valignment="top" width="0">
13605 <column alignment="center" valignment="top" width="0">
13606 <column alignment="center" valignment="top" width="0">
13607 <row>
13608 <cell alignment="center" valignment="top" topline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 Système
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 Chip
13622 \begin_inset space \thinspace{}
13623 \end_inset
13624
13625 1
13626 \end_layout
13627
13628 \end_inset
13629 </cell>
13630 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13631 \begin_inset Text
13632
13633 \begin_layout Plain Layout
13634 Chip
13635 \begin_inset space \thinspace{}
13636 \end_inset
13637
13638 2
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 </row>
13653 <row>
13654 <cell alignment="center" valignment="top" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 \begin_inset ERT
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662
13663
13664 \backslash
13665 cmidrule(r){2-2}
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \begin_inset ERT
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675
13676
13677 \backslash
13678 cmidrule(l){3-4}
13679 \end_layout
13680
13681 \end_inset
13682
13683
13684 \begin_inset ERT
13685 status collapsed
13686
13687 \begin_layout Plain Layout
13688
13689
13690 \backslash
13691 morecmidrules 
13692 \end_layout
13693
13694 \end_inset
13695
13696
13697 \begin_inset ERT
13698 status collapsed
13699
13700 \begin_layout Plain Layout
13701
13702
13703 \backslash
13704 cmidrule{2-4}
13705 \end_layout
13706
13707 \end_inset
13708
13709 Epaisseur du capteur en µm
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 300
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 300
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 700
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 </row>
13742 <row>
13743 <cell alignment="center" valignment="top" topline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 Angle biseau en °
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" topline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 3.55
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 2.71
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" topline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 7.99
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 </row>
13780 <row topspace="default">
13781 <cell alignment="center" valignment="top" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 Résolution spatiale en µm
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 4.26
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 10.17
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 10.56
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 </row>
13818 <row topspace="default">
13819 <cell alignment="center" valignment="top" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 MTF à 
13824 \begin_inset Formula $f_{\mathrm{max}}$
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 0.53
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 0.37
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 0.39
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 <row>
13861 <cell alignment="center" valignment="top" topline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 \begin_inset ERT
13866 status collapsed
13867
13868 \begin_layout Plain Layout
13869
13870
13871 \backslash
13872 morecmidrules 
13873 \end_layout
13874
13875 \end_inset
13876
13877
13878 \begin_inset ERT
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882
13883
13884 \backslash
13885 cmidrule{3-4}
13886 \end_layout
13887
13888 \end_inset
13889
13890 résolution spatiale LSF
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 <row>
13924 <cell alignment="center" valignment="top" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 en µm
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 129.7
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 52.75
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell alignment="center" valignment="top" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 50.78
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 </row>
13961 <row>
13962 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 en % de la taille des pixels
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 76.3
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 95.9
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 92.3
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 </lyxtabular>
14000
14001 \end_inset
14002
14003
14004 \end_layout
14005
14006 \end_inset
14007
14008
14009 \end_layout
14010
14011 \begin_layout Section
14012 Alignement Vertical des Tableaux
14013 \begin_inset Index idx
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017 Tableau ! Alignement
14018 \end_layout
14019
14020 \end_inset
14021
14022
14023 \end_layout
14024
14025 \begin_layout Standard
14026 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14027  doit être à l'intérieur d'une boîte.
14028  La boîte peut alors être alignée comme c'est décrit dans la 
14029 \begin_inset space ~
14030 \end_inset
14031
14032
14033 \begin_inset CommandInset ref
14034 LatexCommand ref
14035 reference "sec:Boîte-Dialogue"
14036
14037 \end_inset
14038
14039 .
14040 \end_layout
14041
14042 \begin_layout Standard
14043 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14044  minipage
14045 \begin_inset Foot
14046 status open
14047
14048 \begin_layout Plain Layout
14049 Les minipages son décrites dans la section
14050 \begin_inset space ~
14051 \end_inset
14052
14053
14054 \begin_inset CommandInset ref
14055 LatexCommand ref
14056 reference "sec:Minipages"
14057
14058 \end_inset
14059
14060 .
14061 \end_layout
14062
14063 \end_inset
14064
14065  dont la largeur est de 15
14066 \begin_inset space \thinspace{}
14067 \end_inset
14068
14069 col% :
14070 \end_layout
14071
14072 \begin_layout Itemize
14073 test 
14074 \begin_inset Box Frameless
14075 position "t"
14076 hor_pos "c"
14077 has_inner_box 1
14078 inner_pos "c"
14079 use_parbox 0
14080 use_makebox 0
14081 width "15col%"
14082 special "none"
14083 height "1in"
14084 height_special "totalheight"
14085 status collapsed
14086
14087 \begin_layout Plain Layout
14088 \begin_inset Tabular
14089 <lyxtabular version="3" rows="3" columns="3">
14090 <features tabularvalignment="middle">
14091 <column alignment="center" valignment="top" width="0">
14092 <column alignment="center" valignment="top" width="0">
14093 <column alignment="center" valignment="top" width="0">
14094 <row>
14095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 a
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108 d
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117 g
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 </row>
14123 <row>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128 b
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Plain Layout
14137 e
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146 h
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 </row>
14152 <row>
14153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 c
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14163 \begin_inset Text
14164
14165 \begin_layout Plain Layout
14166 f
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 i
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 </row>
14181 </lyxtabular>
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \end_inset
14189
14190  test 
14191 \begin_inset ERT
14192 status collapsed
14193
14194 \begin_layout Plain Layout
14195
14196
14197 \backslash
14198 raisebox{0.85
14199 \backslash
14200 baselineskip}{
14201 \end_layout
14202
14203 \end_inset
14204
14205
14206 \begin_inset Box Frameless
14207 position "t"
14208 hor_pos "c"
14209 has_inner_box 1
14210 inner_pos "c"
14211 use_parbox 0
14212 use_makebox 0
14213 width "15col%"
14214 special "none"
14215 height "1in"
14216 height_special "totalheight"
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220 \begin_inset Tabular
14221 <lyxtabular version="3" rows="3" columns="3">
14222 <features tabularvalignment="middle">
14223 <column alignment="center" valignment="top" width="0">
14224 <column alignment="center" valignment="top" width="0">
14225 <column alignment="center" valignment="top" width="0">
14226 <row>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 a
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 d
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 g
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 </row>
14255 <row>
14256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 b
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 e
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 h
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 <row>
14285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 c
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 f
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 i
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 </row>
14313 </lyxtabular>
14314
14315 \end_inset
14316
14317
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \begin_inset ERT
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328 }
14329 \end_layout
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Itemize
14337 test 
14338 \begin_inset Box Frameless
14339 position "c"
14340 hor_pos "c"
14341 has_inner_box 1
14342 inner_pos "c"
14343 use_parbox 0
14344 use_makebox 0
14345 width "15col%"
14346 special "none"
14347 height "1in"
14348 height_special "totalheight"
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352 \begin_inset Tabular
14353 <lyxtabular version="3" rows="3" columns="3">
14354 <features tabularvalignment="middle">
14355 <column alignment="center" valignment="top" width="0">
14356 <column alignment="center" valignment="top" width="0">
14357 <column alignment="center" valignment="top" width="0">
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 a
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 d
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 g
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 b
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 e
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 h
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 c
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 f
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 i
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 </lyxtabular>
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \begin_layout Itemize
14458 test 
14459 \begin_inset Box Frameless
14460 position "b"
14461 hor_pos "c"
14462 has_inner_box 1
14463 inner_pos "c"
14464 use_parbox 0
14465 use_makebox 0
14466 width "15col%"
14467 special "none"
14468 height "1in"
14469 height_special "totalheight"
14470 status collapsed
14471
14472 \begin_layout Plain Layout
14473 \begin_inset Tabular
14474 <lyxtabular version="3" rows="3" columns="3">
14475 <features tabularvalignment="middle">
14476 <column alignment="center" valignment="top" width="0">
14477 <column alignment="center" valignment="top" width="0">
14478 <column alignment="center" valignment="top" width="0">
14479 <row>
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484 a
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 d
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14499 \begin_inset Text
14500
14501 \begin_layout Plain Layout
14502 g
14503 \end_layout
14504
14505 \end_inset
14506 </cell>
14507 </row>
14508 <row>
14509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14510 \begin_inset Text
14511
14512 \begin_layout Plain Layout
14513 b
14514 \end_layout
14515
14516 \end_inset
14517 </cell>
14518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14519 \begin_inset Text
14520
14521 \begin_layout Plain Layout
14522 e
14523 \end_layout
14524
14525 \end_inset
14526 </cell>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531 h
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 </row>
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 c
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 f
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560 i
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 </row>
14566 </lyxtabular>
14567
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \end_inset
14574
14575  test 
14576 \begin_inset ERT
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580
14581
14582 \backslash
14583 raisebox{-0.32
14584 \backslash
14585 baselineskip}{
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \begin_inset Box Frameless
14592 position "b"
14593 hor_pos "c"
14594 has_inner_box 1
14595 inner_pos "c"
14596 use_parbox 0
14597 use_makebox 0
14598 width "15col%"
14599 special "none"
14600 height "1in"
14601 height_special "totalheight"
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605 \begin_inset Tabular
14606 <lyxtabular version="3" rows="3" columns="3">
14607 <features tabularvalignment="middle">
14608 <column alignment="center" valignment="top" width="0">
14609 <column alignment="center" valignment="top" width="0">
14610 <column alignment="center" valignment="top" width="0">
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616 a
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625 d
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14631 \begin_inset Text
14632
14633 \begin_layout Plain Layout
14634 g
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 </row>
14640 <row>
14641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14642 \begin_inset Text
14643
14644 \begin_layout Plain Layout
14645 b
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 e
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 h
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 </row>
14669 <row>
14670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 c
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14680 \begin_inset Text
14681
14682 \begin_layout Plain Layout
14683 f
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14689 \begin_inset Text
14690
14691 \begin_layout Plain Layout
14692 i
14693 \end_layout
14694
14695 \end_inset
14696 </cell>
14697 </row>
14698 </lyxtabular>
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \end_inset
14706
14707
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712
14713 }
14714 \end_layout
14715
14716 \end_inset
14717
14718
14719 \end_layout
14720
14721 \begin_layout Standard
14722 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14723  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14724  la ligne dans laquelle le tableau est inséré.
14725  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14726  boîte élévatrice (raisebox)
14727 \begin_inset Foot
14728 status collapsed
14729
14730 \begin_layout Plain Layout
14731 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14732 \begin_inset space ~
14733 \end_inset
14734
14735
14736 \begin_inset CommandInset ref
14737 LatexCommand ref
14738 reference "sub:Alignement-Vertical"
14739
14740 \end_inset
14741
14742 .
14743 \end_layout
14744
14745 \end_inset
14746
14747 .
14748  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14749  aligné en utilisant la commande en code TeX suivante 
14750 \end_layout
14751
14752 \begin_layout Standard
14753
14754 \series bold
14755
14756 \backslash
14757 raisebox{0.85
14758 \backslash
14759 baselineskip}{
14760 \end_layout
14761
14762 \begin_layout Standard
14763 placée juste avant la boîte minipage.
14764  Après la boîte on insère l'accolade fermante en code TeX.
14765  Pour le deuxième tableau de la dernière ligne, la commande 
14766 \end_layout
14767
14768 \begin_layout Standard
14769
14770 \series bold
14771
14772 \backslash
14773 raisebox{-0.32
14774 \backslash
14775 baselineskip}{
14776 \end_layout
14777
14778 \begin_layout Standard
14779 est utilisée.
14780 \end_layout
14781
14782 \begin_layout Standard
14783 \begin_inset Note Greyedout
14784 status open
14785
14786 \begin_layout Plain Layout
14787
14788 \series bold
14789 Note:
14790 \series default
14791  L'alignement entre le contenu de la ligne du tableau et le texte de la
14792  ligne qui l'entoure ne peut pas être parfait.
14793  Le facteur utilisé dans la commande 
14794 \series bold
14795
14796 \backslash
14797 raisebox
14798 \series default
14799  pour obtenir cet alignement dépend de la police de caractères du document,
14800  de la taille de la police et de l'épaisseur des lignes du tableau.
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Section
14809 Tableaux Colorés
14810 \begin_inset CommandInset label
14811 LatexCommand label
14812 name "sec:Tableaux-Colorés"
14813
14814 \end_inset
14815
14816
14817 \begin_inset Index idx
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821 Tableau ! Coloré
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Subsection
14830 Cellules Colorées
14831 \begin_inset Index idx
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835 Couleur des tableaux ! Pour les cellules
14836 \end_layout
14837
14838 \end_inset
14839
14840
14841 \begin_inset Index idx
14842 status collapsed
14843
14844 \begin_layout Plain Layout
14845 Couleur ! Pour les cellules de tableau
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \begin_layout Standard
14854 \begin_inset Float table
14855 placement h
14856 wide false
14857 sideways false
14858 status open
14859
14860 \begin_layout Plain Layout
14861 \begin_inset Caption
14862
14863 \begin_layout Plain Layout
14864 \begin_inset CommandInset label
14865 LatexCommand label
14866 name "tab:Tableau-coloré-sans-colortbl"
14867
14868 \end_inset
14869
14870 Tableau coloré sans utiliser le paquetage  
14871 \series bold
14872 colortbl
14873 \series default
14874
14875 \begin_inset Argument
14876 status open
14877
14878 \begin_layout Plain Layout
14879 Tableau sans colortbl
14880 \end_layout
14881
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \begin_layout Plain Layout
14893 \align center
14894 \begin_inset Tabular
14895 <lyxtabular version="3" rows="3" columns="3">
14896 <features tabularvalignment="middle">
14897 <column alignment="center" valignment="top" width="0">
14898 <column alignment="center" valignment="top" width="0">
14899 <column alignment="center" valignment="top" width="0">
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \color green
14907 a
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14913 \begin_inset Text
14914
14915 \begin_layout Plain Layout
14916
14917 \color red
14918 b
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \color red
14929 c
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 </row>
14935 <row>
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940
14941 \color green
14942 d
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951
14952 \color blue
14953 e
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962
14963 \color blue
14964 f
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 </row>
14970 <row>
14971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975
14976 \color green
14977 g
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986
14987 \color blue
14988 h
14989 \end_layout
14990
14991 \end_inset
14992 </cell>
14993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997
14998 \color blue
14999 i
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 </lyxtabular>
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \begin_layout Standard
15018 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15019  et choisissez une couleur dans le menu 
15020 \family sans
15021 Éditer\SpecialChar \menuseparator
15022 Style
15023 \begin_inset space ~
15024 \end_inset
15025
15026 de
15027 \begin_inset space ~
15028 \end_inset
15029
15030 Texte
15031 \family default
15032 .
15033  C'est ce qui a été utilisé pour créer le tableau
15034 \begin_inset space ~
15035 \end_inset
15036
15037
15038 \begin_inset CommandInset ref
15039 LatexCommand ref
15040 reference "tab:Tableau-coloré-sans-colortbl"
15041
15042 \end_inset
15043
15044 .
15045  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15046 \series bold
15047 colortbl
15048 \series default
15049 .
15050 \begin_inset Index idx
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054 Paquetages LaTeX ! colortbl
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \begin_layout Standard
15063 \begin_inset ERT
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067
15068
15069 \backslash
15070 ifcolortbl
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \begin_inset Note Note
15077 status open
15078
15079 \begin_layout Plain Layout
15080 La section qui suit ne sera affichée que si vous avez installé le paquetage
15081  LaTeX 
15082 \series bold
15083 colortbl
15084 \series default
15085 .
15086 \end_layout
15087
15088 \end_inset
15089
15090
15091 \end_layout
15092
15093 \begin_layout Standard
15094 Pour créer des tableaux colorés, vous devez charger le paquetage
15095 \series bold
15096  colortbl
15097 \series default
15098  dans le préambule avec la ligne
15099 \end_layout
15100
15101 \begin_layout Standard
15102
15103 \series bold
15104
15105 \backslash
15106 usepackage{colortbl}
15107 \end_layout
15108
15109 \begin_layout Standard
15110 On choisit la couleur d'une colonne avec la commande 
15111 \end_layout
15112
15113 \begin_layout Standard
15114
15115 \series bold
15116
15117 \backslash
15118 columncolor{nom de couleur}
15119 \end_layout
15120
15121 \begin_layout Standard
15122 à l'intérieur d'une commande 
15123 \series bold
15124 >{ }
15125 \series default
15126 .
15127  Vous trouverez plus d'information sur la commande 
15128 \series bold
15129 >{}
15130 \series default
15131  dans la section
15132 \begin_inset space ~
15133 \end_inset
15134
15135
15136 \begin_inset CommandInset ref
15137 LatexCommand ref
15138 reference "sub:Calculs-multicolonnes"
15139
15140 \end_inset
15141
15142 .
15143 \end_layout
15144
15145 \begin_layout Standard
15146 Les noms de couleurs suivants sont prédéfinis :
15147 \end_layout
15148
15149 \begin_layout Standard
15150
15151 \family sans
15152 red
15153 \family default
15154  (rouge), 
15155 \family sans
15156 green
15157 \family default
15158  (vert), 
15159 \family sans
15160 yellow
15161 \family default
15162  (jaune), 
15163 \family sans
15164 blue
15165 \family default
15166  (bleu), 
15167 \family sans
15168 cyan
15169 \family default
15170
15171 \family sans
15172 magenta
15173 \family default
15174
15175 \family sans
15176 black 
15177 \family default
15178 (noir) et 
15179 \family sans
15180 white 
15181 \family default
15182 (blanc).
15183 \end_layout
15184
15185 \begin_layout Standard
15186 \begin_inset VSpace medskip
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \begin_layout Standard
15193 Vous pouvez aussi définir votre propre couleur avec la commande
15194 \end_layout
15195
15196 \begin_layout Standard
15197
15198 \series bold
15199
15200 \backslash
15201 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15202 \end_layout
15203
15204 \begin_layout Standard
15205 Le modèle de couleur peut être
15206 \end_layout
15207
15208 \begin_layout Labeling
15209 \labelwidthstring 00.00.0000
15210 cmyk: cyan, magenta, jaune (yellow), noir (black)
15211 \end_layout
15212
15213 \begin_layout Labeling
15214 \labelwidthstring 00.00.0000
15215 rgb: red, vert (green), bleu (blue)
15216 \end_layout
15217
15218 \begin_layout Labeling
15219 \labelwidthstring 00.00.0000
15220 gray dégradé de gris (gray)
15221 \end_layout
15222
15223 \begin_layout Standard
15224 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15225  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15226 \end_layout
15227
15228 \begin_layout Standard
15229 Vous pouvez par exemple définir la couleur 
15230 \begin_inset Quotes eld
15231 \end_inset
15232
15233
15234 \emph on
15235 vertfonce
15236 \begin_inset Quotes erd
15237 \end_inset
15238
15239  dans le préambule avec la ligne
15240 \end_layout
15241
15242 \begin_layout Standard
15243
15244 \series bold
15245
15246 \backslash
15247 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15248 \end_layout
15249
15250 \begin_layout Standard
15251 et la couleur "
15252 \emph on
15253 grisclair
15254 \emph default
15255 " avec
15256 \end_layout
15257
15258 \begin_layout Standard
15259
15260 \series bold
15261
15262 \backslash
15263 definecolor{grisclair}{gray}{0.8}
15264 \end_layout
15265
15266 \begin_layout Standard
15267 \begin_inset VSpace medskip
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \begin_layout Standard
15274 Les lignes sont colorées avec la commande
15275 \end_layout
15276
15277 \begin_layout Standard
15278
15279 \series bold
15280
15281 \backslash
15282 rowcolor{nom de la couleur}
15283 \end_layout
15284
15285 \begin_layout Standard
15286 et les cellules sont colorées avec la commande
15287 \end_layout
15288
15289 \begin_layout Standard
15290
15291 \series bold
15292
15293 \backslash
15294 cellcolor{nom de la couleur}
15295 \end_layout
15296
15297 \begin_layout Standard
15298 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15299 \end_layout
15300
15301 \begin_layout Standard
15302 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15303  choisissez une couleur dans le menu 
15304 \family sans
15305 Éditer\SpecialChar \menuseparator
15306 Style
15307 \begin_inset space ~
15308 \end_inset
15309
15310 de
15311 \begin_inset space ~
15312 \end_inset
15313
15314 Texte
15315 \family default
15316 .
15317  Si une cellule contient du code TeX, faites bien attention à ne colorer
15318  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15319 \end_layout
15320
15321 \begin_layout Standard
15322 \begin_inset Note Greyedout
15323 status open
15324
15325 \begin_layout Plain Layout
15326
15327 \series bold
15328 Note:
15329 \series default
15330  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15331  définies par l'utilisateur.
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \begin_layout Standard
15340 \begin_inset VSpace bigskip
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \begin_layout Standard
15347 Pour créer le tableau
15348 \begin_inset space ~
15349 \end_inset
15350
15351
15352 \begin_inset CommandInset ref
15353 LatexCommand ref
15354 reference "tab:Tableau-coloré-avec-colortbl"
15355
15356 \end_inset
15357
15358  faites ce qui suit : La couleur de la première colonne doit être 
15359 \emph on
15360 vertfonce
15361 \emph default
15362 .
15363  On insère donc la commande
15364 \end_layout
15365
15366 \begin_layout Standard
15367
15368 \series bold
15369 >{
15370 \backslash
15371 columncolor{vertfonce}
15372 \backslash
15373 centering}c
15374 \end_layout
15375
15376 \begin_layout Standard
15377 en code TeX pour cette colonne.
15378  La première ligne doit être bleue
15379 \begin_inset Note Note
15380 status open
15381
15382 \begin_layout Plain Layout
15383 cyan ? (NdT)
15384 \end_layout
15385
15386 \end_inset
15387
15388 , d'où la commande en code TeX
15389 \end_layout
15390
15391 \begin_layout Standard
15392
15393 \series bold
15394
15395 \backslash
15396 rowcolor{cyan}
15397 \end_layout
15398
15399 \begin_layout Standard
15400 qui est insérée dans la première cellule de cette ligne.
15401  Notez que cela annule la couleur de colonne pour la première cellule.
15402  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15403  en code TeX la commande
15404 \end_layout
15405
15406 \begin_layout Standard
15407
15408 \series bold
15409
15410 \backslash
15411 cellcolor{magenta}
15412 \end_layout
15413
15414 \begin_layout Standard
15415 Les caractères peuvent maintenant être colorés en utilisant le menu 
15416 \family sans
15417 Éditer\SpecialChar \menuseparator
15418 Style
15419 \begin_inset space ~
15420 \end_inset
15421
15422 de
15423 \begin_inset space ~
15424 \end_inset
15425
15426 Texte
15427 \family default
15428 .
15429 \end_layout
15430
15431 \begin_layout Standard
15432 \begin_inset Float table
15433 placement h
15434 wide false
15435 sideways false
15436 status open
15437
15438 \begin_layout Plain Layout
15439 \begin_inset Caption
15440
15441 \begin_layout Plain Layout
15442 \begin_inset CommandInset label
15443 LatexCommand label
15444 name "tab:Tableau-coloré-avec-colortbl"
15445
15446 \end_inset
15447
15448 Tableau coloré en utilisant le paquetage 
15449 \series bold
15450 colortbl
15451 \series default
15452
15453 \begin_inset Argument
15454 status collapsed
15455
15456 \begin_layout Plain Layout
15457 Tableau avec colortbl
15458 \end_layout
15459
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \begin_layout Plain Layout
15471 \align center
15472 \begin_inset Tabular
15473 <lyxtabular version="3" rows="3" columns="3">
15474 <features tabularvalignment="middle">
15475 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15476 <column alignment="center" valignment="top" width="0">
15477 <column alignment="center" valignment="top" width="0">
15478 <row>
15479 <cell alignment="center" valignment="top" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483 \begin_inset ERT
15484 status collapsed
15485
15486 \begin_layout Plain Layout
15487
15488
15489 \backslash
15490 rowcolor{cyan}
15491 \end_layout
15492
15493 \end_inset
15494
15495
15496 \color magenta
15497 a
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \color red
15508 b
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \color red
15519 c
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 </row>
15525 <row>
15526 <cell alignment="center" valignment="top" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \color yellow
15532 d
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \color blue
15543 e
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 <cell alignment="center" valignment="top" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552
15553 \color blue
15554 f
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 </row>
15560 <row>
15561 <cell alignment="center" valignment="top" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565
15566 \color yellow
15567 g
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \color blue
15578 h
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 \begin_inset ERT
15588 status collapsed
15589
15590 \begin_layout Plain Layout
15591
15592
15593 \backslash
15594 cellcolor{magenta}
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \color green
15601 i
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 </lyxtabular>
15608
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 \begin_inset ERT
15621 status collapsed
15622
15623 \begin_layout Plain Layout
15624
15625
15626 \backslash
15627 else
15628 \end_layout
15629
15630 \end_inset
15631
15632
15633 \begin_inset Note Note
15634 status open
15635
15636 \begin_layout Plain Layout
15637 Ce qui suit sera affiché si le paquetage 
15638 \series bold
15639 colortbl
15640 \series default
15641  n'est pas installé :
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Standard
15650 Vous devez installer le paquetage 
15651 \series bold
15652 colortbl
15653 \series default
15654  pour voir le contenu des cette section dans la sortie imprimée.
15655 \end_layout
15656
15657 \begin_layout Standard
15658 \begin_inset ERT
15659 status collapsed
15660
15661 \begin_layout Plain Layout
15662
15663
15664 \backslash
15665 fi
15666 \end_layout
15667
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \begin_layout Subsection
15674 Les filets colorées
15675 \begin_inset Index idx
15676 status collapsed
15677
15678 \begin_layout Plain Layout
15679 Tableau Coloré ! Pour les filets
15680 \end_layout
15681
15682 \end_inset
15683
15684
15685 \begin_inset Index idx
15686 status collapsed
15687
15688 \begin_layout Plain Layout
15689 Couleur ! Pour les filets des tableaux
15690 \end_layout
15691
15692 \end_inset
15693
15694
15695 \begin_inset Note Note
15696 status collapsed
15697
15698 \begin_layout Plain Layout
15699 on parle de filets plutôt que de lignes pour les tableaux
15700 \end_layout
15701
15702 \end_inset
15703
15704
15705 \end_layout
15706
15707 \begin_layout Standard
15708 Comme c'est décrit dans la section
15709 \begin_inset space ~
15710 \end_inset
15711
15712
15713 \begin_inset CommandInset ref
15714 LatexCommand ref
15715 reference "sub:Epaisseur-filets"
15716
15717 \end_inset
15718
15719 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15720  variable 
15721 \series bold
15722
15723 \backslash
15724 arrayrulewidth
15725 \series default
15726 .
15727  Elle est mise à 1.5
15728 \begin_inset space \thinspace{}
15729 \end_inset
15730
15731 pt pour tous les tableaux de cette section.
15732 \begin_inset ERT
15733 status collapsed
15734
15735 \begin_layout Plain Layout
15736
15737
15738 \backslash
15739 setlength{
15740 \backslash
15741 arrayrulewidth}{1.5pt}
15742 \end_layout
15743
15744 \end_inset
15745
15746
15747 \end_layout
15748
15749 \begin_layout Standard
15750 Pour colorer les filets verticaux, par exemple en vert, créez le format
15751  de colonne suivant dans le préambule du document, en suivant la description
15752  de la section
15753 \begin_inset space ~
15754 \end_inset
15755
15756
15757 \begin_inset CommandInset ref
15758 LatexCommand ref
15759 reference "sub:Formats-personnalisés"
15760
15761 \end_inset
15762
15763 :
15764 \end_layout
15765
15766 \begin_layout Standard
15767
15768 \series bold
15769
15770 \backslash
15771 newcolumntype{W}{!{
15772 \backslash
15773 color{green}
15774 \backslash
15775 vline}}
15776 \end_layout
15777
15778 \begin_layout Standard
15779 Pour le tableau
15780 \begin_inset space ~
15781 \end_inset
15782
15783
15784 \begin_inset CommandInset ref
15785 LatexCommand ref
15786 reference "tab:Tableau-filets-verticaux-colorés"
15787
15788 \end_inset
15789
15790  le paramètre LaTeX
15791 \series bold
15792  WcW
15793 \series default
15794  a été utilisé pour la dernière colonne et
15795 \series bold
15796  Wc
15797 \series default
15798  pour les autres colonnes.
15799 \end_layout
15800
15801 \begin_layout Standard
15802 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
15803 \end_layout
15804
15805 \begin_layout Standard
15806 \begin_inset Float table
15807 placement h
15808 wide false
15809 sideways false
15810 status open
15811
15812 \begin_layout Plain Layout
15813 \begin_inset Caption
15814
15815 \begin_layout Plain Layout
15816 \begin_inset CommandInset label
15817 LatexCommand label
15818 name "tab:Tableau-filets-verticaux-colorés"
15819
15820 \end_inset
15821
15822 Tableau avec filets verticaux colorés
15823 \end_layout
15824
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Plain Layout
15831 \align center
15832 \begin_inset Tabular
15833 <lyxtabular version="3" rows="3" columns="3">
15834 <features tabularvalignment="middle">
15835 <column alignment="center" valignment="top" width="0" special="Wc">
15836 <column alignment="center" valignment="top" width="0" special="Wc">
15837 <column alignment="center" valignment="top" width="0" special="WcW">
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 sd
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 <cell alignment="center" valignment="top" topline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 sd
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 sd
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 </lyxtabular>
15926
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \begin_layout Standard
15938 \begin_inset VSpace bigskip
15939 \end_inset
15940
15941 Pour colorer les filets horizontaux en rouge comme pour le tableau
15942 \begin_inset space ~
15943 \end_inset
15944
15945
15946 \begin_inset CommandInset ref
15947 LatexCommand ref
15948 reference "tab:Tableau-filet-horizontaux-colorés"
15949
15950 \end_inset
15951
15952 , insérez les commandes suivantes en code TeX juste avant le tableau ou
15953  le flottant de tableau :
15954 \end_layout
15955
15956 \begin_layout Standard
15957
15958 \series bold
15959
15960 \backslash
15961 let
15962 \backslash
15963 myHlineC
15964 \backslash
15965 hline
15966 \begin_inset Newline newline
15967 \end_inset
15968
15969
15970 \backslash
15971 renewcommand{
15972 \backslash
15973 hline}
15974 \begin_inset Newline newline
15975 \end_inset
15976
15977
15978 \begin_inset Phantom HPhantom
15979 status open
15980
15981 \begin_layout Plain Layout
15982
15983 \series bold
15984 \begin_inset space ~
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \end_inset
15991
15992 {
15993 \backslash
15994 arrayrulecolor{red}
15995 \backslash
15996 myHlineC
15997 \backslash
15998 arrayrulecolor{black}}
15999 \end_layout
16000
16001 \begin_layout Standard
16002 \begin_inset ERT
16003 status collapsed
16004
16005 \begin_layout Plain Layout
16006
16007
16008 \backslash
16009 let
16010 \backslash
16011 myHlineC
16012 \backslash
16013 hline
16014 \end_layout
16015
16016 \begin_layout Plain Layout
16017
16018
16019 \backslash
16020 renewcommand{
16021 \backslash
16022 hline}
16023 \end_layout
16024
16025 \begin_layout Plain Layout
16026
16027  {
16028 \backslash
16029 arrayrulecolor{red}
16030 \backslash
16031 myHlineC
16032 \backslash
16033 arrayrulecolor{black}}
16034 \end_layout
16035
16036 \end_inset
16037
16038
16039 \begin_inset Float table
16040 placement h
16041 wide false
16042 sideways false
16043 status open
16044
16045 \begin_layout Plain Layout
16046 \begin_inset Caption
16047
16048 \begin_layout Plain Layout
16049 \begin_inset CommandInset label
16050 LatexCommand label
16051 name "tab:Tableau-filet-horizontaux-colorés"
16052
16053 \end_inset
16054
16055 Tableau avec filets horizontaux colorés
16056 \end_layout
16057
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \begin_layout Plain Layout
16064 \align center
16065 \begin_inset Tabular
16066 <lyxtabular version="3" rows="3" columns="3">
16067 <features tabularvalignment="middle">
16068 <column alignment="center" valignment="top" width="0">
16069 <column alignment="center" valignment="top" width="0">
16070 <column alignment="center" valignment="top" width="0">
16071 <row>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 sd
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 </row>
16100 <row>
16101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 sd
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 </row>
16129 <row>
16130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152 sd
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 </row>
16158 </lyxtabular>
16159
16160 \end_inset
16161
16162
16163 \end_layout
16164
16165 \end_inset
16166
16167
16168 \end_layout
16169
16170 \begin_layout Standard
16171 Pour revenir à la couleur noire implicite, insérez la commande suivante
16172  en code TeX, juste après le tableau ou le flottant de tableau :
16173 \end_layout
16174
16175 \begin_layout Standard
16176
16177 \series bold
16178
16179 \backslash
16180 renewcommand{
16181 \backslash
16182 hline}{
16183 \backslash
16184 myHlineC}
16185 \end_layout
16186
16187 \begin_layout Standard
16188 Le tableau
16189 \begin_inset space ~
16190 \end_inset
16191
16192
16193 \begin_inset CommandInset ref
16194 LatexCommand ref
16195 reference "tab:Tableau-avec-filets-colorés"
16196
16197 \end_inset
16198
16199  est un exemple avec des filets horizontaux et verticaux colorés.
16200 \end_layout
16201
16202 \begin_layout Standard
16203 \begin_inset Float table
16204 placement h
16205 wide false
16206 sideways false
16207 status open
16208
16209 \begin_layout Plain Layout
16210 \begin_inset Caption
16211
16212 \begin_layout Plain Layout
16213 \begin_inset CommandInset label
16214 LatexCommand label
16215 name "tab:Tableau-avec-filets-colorés"
16216
16217 \end_inset
16218
16219 Tableau avec filets horizontaux et verticaux colorés
16220 \end_layout
16221
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \begin_layout Plain Layout
16228 \align center
16229 \begin_inset Tabular
16230 <lyxtabular version="3" rows="3" columns="3">
16231 <features tabularvalignment="middle">
16232 <column alignment="center" valignment="top" width="0" special="Wc">
16233 <column alignment="center" valignment="top" width="0" special="Wc">
16234 <column alignment="center" valignment="top" width="0" special="WcW">
16235 <row>
16236 <cell alignment="center" valignment="top" topline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 sd
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 <cell alignment="center" valignment="top" topline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 </row>
16264 <row>
16265 <cell alignment="center" valignment="top" topline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269
16270 \end_layout
16271
16272 \end_inset
16273 </cell>
16274 <cell alignment="center" valignment="top" topline="true" usebox="none">
16275 \begin_inset Text
16276
16277 \begin_layout Plain Layout
16278 sd
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 </row>
16293 <row topspace="default">
16294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16295 \begin_inset Text
16296
16297 \begin_layout Plain Layout
16298
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 sd
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 </row>
16322 </lyxtabular>
16323
16324 \end_inset
16325
16326
16327 \end_layout
16328
16329 \end_inset
16330
16331
16332 \end_layout
16333
16334 \begin_layout Standard
16335 \begin_inset ERT
16336 status collapsed
16337
16338 \begin_layout Plain Layout
16339
16340
16341 \backslash
16342 renewcommand{
16343 \backslash
16344 hline}{
16345 \backslash
16346 myHlineC}
16347 \end_layout
16348
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \begin_layout Standard
16355 \begin_inset ERT
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359
16360
16361 \backslash
16362 setlength{
16363 \backslash
16364 arrayrulewidth}{0.4pt}
16365 \end_layout
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \begin_layout Section
16373 Personnalisation des Tableaux
16374 \begin_inset Index idx
16375 status collapsed
16376
16377 \begin_layout Plain Layout
16378 Tableau ! Personnalisation
16379 \end_layout
16380
16381 \end_inset
16382
16383
16384 \begin_inset Index idx
16385 status collapsed
16386
16387 \begin_layout Plain Layout
16388 Personnalisation des tableaux
16389 \end_layout
16390
16391 \end_inset
16392
16393
16394 \end_layout
16395
16396 \begin_layout Subsection
16397 Espacement des lignes
16398 \begin_inset CommandInset label
16399 LatexCommand label
16400 name "sub:Espacement-lignes"
16401
16402 \end_inset
16403
16404
16405 \begin_inset Index idx
16406 status collapsed
16407
16408 \begin_layout Plain Layout
16409 Personnalisation des tableaux ! Espacement des lignes
16410 \end_layout
16411
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \begin_layout Standard
16418 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16419  l'onglet 
16420 \family sans
16421 Bordures
16422 \family default
16423  de la fenêtre de dialogue 
16424 \family sans
16425 Paramètres
16426 \begin_inset space ~
16427 \end_inset
16428
16429 du
16430 \begin_inset space ~
16431 \end_inset
16432
16433 tableau
16434 \family default
16435 .
16436  Vous y trouverez trois possibilités :
16437 \end_layout
16438
16439 \begin_layout Description
16440 Haut
16441 \begin_inset space ~
16442 \end_inset
16443
16444 de
16445 \begin_inset space ~
16446 \end_inset
16447
16448 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16449  Si le tableau est un tableau formel
16450 \begin_inset Foot
16451 status collapsed
16452
16453 \begin_layout Plain Layout
16454 Les tableaux formels sont décrits dans la section
16455 \begin_inset space ~
16456 \end_inset
16457
16458
16459 \begin_inset CommandInset ref
16460 LatexCommand ref
16461 reference "sec:Tableaux-Formels"
16462
16463 \end_inset
16464
16465 .
16466 \end_layout
16467
16468 \end_inset
16469
16470  LyX va insérer implicitement un espace de 0.5
16471 \begin_inset space \thinspace{}
16472 \end_inset
16473
16474 em.
16475  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16476  les filets verticaux comme dans le tableau suivant :
16477 \begin_inset VSpace medskip
16478 \end_inset
16479
16480
16481 \begin_inset Newline newline
16482 \end_inset
16483
16484
16485 \begin_inset space \hspace*{}
16486 \length 0pt
16487 \end_inset
16488
16489
16490 \begin_inset space \hfill{}
16491 \end_inset
16492
16493
16494 \begin_inset Tabular
16495 <lyxtabular version="3" rows="3" columns="1">
16496 <features tabularvalignment="middle">
16497 <column alignment="center" valignment="top" width="0">
16498 <row>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 A
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row topspace="3mm">
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 espace de 3
16515 \begin_inset space \thinspace{}
16516 \end_inset
16517
16518 mm en haut de la ligne
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 C
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 </lyxtabular>
16536
16537 \end_inset
16538
16539
16540 \begin_inset space \hfill{}
16541 \end_inset
16542
16543
16544 \begin_inset space \hspace*{}
16545 \length 0pt
16546 \end_inset
16547
16548
16549 \begin_inset VSpace medskip
16550 \end_inset
16551
16552
16553 \begin_inset Newline newline
16554 \end_inset
16555
16556 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16557  pas de filets verticaux.
16558 \end_layout
16559
16560 \begin_layout Description
16561 Bas
16562 \begin_inset space ~
16563 \end_inset
16564
16565 de
16566 \begin_inset space ~
16567 \end_inset
16568
16569 ligne va ajouter de l'espace sous les caractères de la ligne.
16570  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16571  de 0.5
16572 \begin_inset space \thinspace{}
16573 \end_inset
16574
16575 em, pour les tableaux normaux, l'espace implicite est de 2
16576 \begin_inset space \thinspace{}
16577 \end_inset
16578
16579 pt.
16580 \end_layout
16581
16582 \begin_layout Description
16583 Entre
16584 \begin_inset space ~
16585 \end_inset
16586
16587 les
16588 \begin_inset space ~
16589 \end_inset
16590
16591 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16592  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16593  de 0.5
16594 \begin_inset space \thinspace{}
16595 \end_inset
16596
16597 em.
16598  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16599  les filets verticaux comme dans le tableau suivant :
16600 \begin_inset VSpace medskip
16601 \end_inset
16602
16603
16604 \begin_inset Newline newline
16605 \end_inset
16606
16607
16608 \begin_inset space \hspace*{}
16609 \length 0pt
16610 \end_inset
16611
16612
16613 \begin_inset space \hfill{}
16614 \end_inset
16615
16616
16617 \begin_inset Tabular
16618 <lyxtabular version="3" rows="3" columns="1">
16619 <features tabularvalignment="middle">
16620 <column alignment="center" valignment="top" width="0">
16621 <row>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 A
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 </row>
16632 <row interlinespace="3mm">
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Formula $\downarrow$
16638 \end_inset
16639
16640  espace de 3
16641 \begin_inset space \thinspace{}
16642 \end_inset
16643
16644 mm entre les lignes 
16645 \begin_inset Formula $\downarrow$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 \begin_inset Formula $\uparrow$
16660 \end_inset
16661
16662  espace de 3
16663 \begin_inset space \thinspace{}
16664 \end_inset
16665
16666 mm entre les lignes 
16667 \begin_inset Formula $\uparrow$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 </lyxtabular>
16677
16678 \end_inset
16679
16680
16681 \begin_inset space \hfill{}
16682 \end_inset
16683
16684
16685 \begin_inset space \hspace*{}
16686 \length 0pt
16687 \end_inset
16688
16689
16690 \begin_inset VSpace medskip
16691 \end_inset
16692
16693
16694 \begin_inset Newline newline
16695 \end_inset
16696
16697 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16698  pas de filets verticaux.
16699 \end_layout
16700
16701 \begin_layout Standard
16702 \begin_inset VSpace bigskip
16703 \end_inset
16704
16705 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16706  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16707  dans le préambule :
16708 \end_layout
16709
16710 \begin_layout Standard
16711
16712 \series bold
16713
16714 \backslash
16715 @ifundefined{extrarowheight}
16716 \begin_inset Newline newline
16717 \end_inset
16718
16719
16720 \begin_inset Phantom HPhantom
16721 status open
16722
16723 \begin_layout Plain Layout
16724
16725 \series bold
16726 \begin_inset space ~
16727 \end_inset
16728
16729
16730 \end_layout
16731
16732 \end_inset
16733
16734 {
16735 \backslash
16736 usepackage{array}}{}
16737 \begin_inset Newline newline
16738 \end_inset
16739
16740
16741 \backslash
16742 setlength{
16743 \backslash
16744 extrarowheight}{height}
16745 \end_layout
16746
16747 \begin_layout Standard
16748 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16749  plus exactement centré verticalement.
16750  (le paquetage 
16751 \series bold
16752 array 
16753 \series default
16754 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
16755  auto-définis.
16756  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
16757  
16758 \series bold
16759
16760 \backslash
16761 @ifundefined
16762 \series default
16763  dans la commande précédente.)
16764 \end_layout
16765
16766 \begin_layout Standard
16767 Si vous utilisez des polices de taille plus grande que la taille normale,
16768  les bordures des tableaux sont souvent trop proches du texte.
16769  On peut corriger ce problème en insérant la commande 
16770 \series bold
16771
16772 \begin_inset space \space{}
16773 \end_inset
16774
16775
16776 \backslash
16777 strut
16778 \series default
16779  en code TeX au debut d'une ligne du tableau.
16780  Le tableau
16781 \lang english
16782
16783 \begin_inset space ~
16784 \end_inset
16785
16786
16787 \begin_inset CommandInset ref
16788 LatexCommand ref
16789 reference "tab:Alignement-vertical"
16790
16791 \end_inset
16792
16793
16794 \lang french
16795  montre l'effet de cette commande.
16796 \end_layout
16797
16798 \begin_layout Standard
16799 \noindent
16800 \begin_inset Float table
16801 placement h
16802 wide false
16803 sideways false
16804 status open
16805
16806 \begin_layout Plain Layout
16807 \begin_inset Caption
16808
16809 \begin_layout Plain Layout
16810 \begin_inset CommandInset label
16811 LatexCommand label
16812 name "tab:Alignement-vertical"
16813
16814 \end_inset
16815
16816 Alignement vertical d'un texte avec une police de grande taille.
16817 \end_layout
16818
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \begin_layout Plain Layout
16825 \begin_inset space \hfill{}
16826 \end_inset
16827
16828
16829 \begin_inset Float table
16830 wide false
16831 sideways false
16832 status collapsed
16833
16834 \begin_layout Plain Layout
16835 \begin_inset Caption
16836
16837 \begin_layout Plain Layout
16838 Tableau normal.
16839 \end_layout
16840
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \begin_layout Plain Layout
16847 \noindent
16848 \align center
16849 \begin_inset Tabular
16850 <lyxtabular version="3" rows="6" columns="1">
16851 <features tabularvalignment="middle">
16852 <column alignment="left" valignment="top" width="0">
16853 <row>
16854 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 Normal, g
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869
16870 \size large
16871 Large
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 <row>
16878 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882
16883 \size larger
16884 Larger
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \size largest
16897 Largest
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 <row>
16904 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908
16909 \size huge
16910 Huge
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row>
16917 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \size huge
16923 Huger
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 </row>
16929 </lyxtabular>
16930
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \begin_inset space \hfill{}
16940 \end_inset
16941
16942
16943 \begin_inset Float table
16944 wide false
16945 sideways false
16946 status collapsed
16947
16948 \begin_layout Plain Layout
16949 \begin_inset Caption
16950
16951 \begin_layout Plain Layout
16952 Tableau utilisant la commande 
16953 \series bold
16954
16955 \backslash
16956 strut
16957 \series default
16958 .
16959 \end_layout
16960
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \begin_layout Plain Layout
16967 \noindent
16968 \align center
16969 \begin_inset Tabular
16970 <lyxtabular version="3" rows="6" columns="1">
16971 <features tabularvalignment="middle">
16972 <column alignment="left" valignment="top" width="0">
16973 <row>
16974 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 Normal, g
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \size large
16991 \begin_inset ERT
16992 status collapsed
16993
16994 \begin_layout Plain Layout
16995
16996
16997 \backslash
16998 strut 
16999 \end_layout
17000
17001 \end_inset
17002
17003 Large
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \size larger
17016 \begin_inset ERT
17017 status collapsed
17018
17019 \begin_layout Plain Layout
17020
17021
17022 \backslash
17023 strut 
17024 \end_layout
17025
17026 \end_inset
17027
17028 Larger
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \size largest
17041 \begin_inset ERT
17042 status collapsed
17043
17044 \begin_layout Plain Layout
17045
17046
17047 \backslash
17048 strut 
17049 \end_layout
17050
17051 \end_inset
17052
17053 Largest
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \size huge
17066 \begin_inset ERT
17067 status collapsed
17068
17069 \begin_layout Plain Layout
17070
17071
17072 \backslash
17073 strut 
17074 \end_layout
17075
17076 \end_inset
17077
17078 Huge
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \size giant
17091 \begin_inset ERT
17092 status collapsed
17093
17094 \begin_layout Plain Layout
17095
17096
17097 \backslash
17098 strut 
17099 \end_layout
17100
17101 \end_inset
17102
17103
17104 \size huge
17105 Huger
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 </lyxtabular>
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119
17120
17121 \begin_inset space \hfill{}
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \begin_layout Subsection
17133 Alignements de cellules spéciaux
17134 \begin_inset Index idx
17135 status collapsed
17136
17137 \begin_layout Plain Layout
17138 Personnalisation des tableaux ! Alignement de cellules spéciaux
17139 \end_layout
17140
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \begin_layout Standard
17147 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17148  cellules sur un caractère donné, par exemple le séparateur décimal comme
17149  dans le tableau
17150 \begin_inset space ~
17151 \end_inset
17152
17153
17154 \begin_inset CommandInset ref
17155 LatexCommand ref
17156 reference "tab:Tableau-centré-sur-séparateur"
17157
17158 \end_inset
17159
17160 .
17161 \end_layout
17162
17163 \begin_layout Standard
17164 \begin_inset Float table
17165 placement h
17166 wide false
17167 sideways false
17168 status open
17169
17170 \begin_layout Plain Layout
17171 \begin_inset Caption
17172
17173 \begin_layout Plain Layout
17174 \begin_inset CommandInset label
17175 LatexCommand label
17176 name "tab:Tableau-centré-sur-séparateur"
17177
17178 \end_inset
17179
17180 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17181 \end_layout
17182
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \begin_layout Plain Layout
17189 \align center
17190 \begin_inset Tabular
17191 <lyxtabular version="3" rows="4" columns="2">
17192 <features tabularvalignment="middle">
17193 <column alignment="right" valignment="top" width="0">
17194 <column alignment="left" valignment="top" width="0" special="@{}l">
17195 <row>
17196 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 en-tête
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220 12,
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 6
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 </row>
17235 <row>
17236 <cell alignment="center" valignment="top" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 0,
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 68
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="center" valignment="top" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 -123,
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 0
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 </lyxtabular>
17276
17277 \end_inset
17278
17279
17280 \end_layout
17281
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \begin_layout Standard
17288 Ce tableau a été créé comme un tableau 4×2.
17289  L'en-tête est une cellule multicolonne centrée.
17290  La première colonne est alignée à droite et contient les chiffres qui se
17291  trouvent avant la virgule ainsi que la virgule elle-même.
17292  La deuxième colonne est alignée à gauche et contient les chiffres situés
17293  après la virgule.
17294  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17295  tableau, le paramètre LaTeX suivant 
17296 \lang english
17297 was used
17298 \lang french
17299  pour la deuxième colonne :
17300 \end_layout
17301
17302 \begin_layout Standard
17303
17304 \series bold
17305 @{}l
17306 \end_layout
17307
17308 \begin_layout Standard
17309 Le tableau
17310 \begin_inset space ~
17311 \end_inset
17312
17313
17314 \begin_inset CommandInset ref
17315 LatexCommand ref
17316 reference "tab:Plusieurs-exemples-alignements"
17317
17318 \end_inset
17319
17320  montre quelques exemples d'alignements.
17321  Pour l'alignement sur l'opérateur de relation, vous devez ajouter le deuxième
17322  plus petit espace mathématique au début de la dernière colonne pour obtenir
17323  l'espacement correct autour du signe de relation.
17324 \end_layout
17325
17326 \begin_layout Standard
17327 \begin_inset Float table
17328 wide false
17329 sideways false
17330 status open
17331
17332 \begin_layout Plain Layout
17333 \begin_inset Caption
17334
17335 \begin_layout Plain Layout
17336 \begin_inset CommandInset label
17337 LatexCommand label
17338 name "tab:Plusieurs-exemples-alignements"
17339
17340 \end_inset
17341
17342 Plusieurs exemples d'alignement de cellules.
17343 \end_layout
17344
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \begin_layout Plain Layout
17351 \align center
17352 \begin_inset Tabular
17353 <lyxtabular version="3" rows="4" columns="6">
17354 <features tabularvalignment="middle">
17355 <column alignment="right" valignment="top" width="0">
17356 <column alignment="left" valignment="top" width="0" special="@{}l">
17357 <column alignment="right" valignment="top" width="0">
17358 <column alignment="left" valignment="top" width="0" special="@{}l">
17359 <column alignment="right" valignment="top" width="0">
17360 <column alignment="left" valignment="top" width="0" special="@{}l">
17361 <row>
17362 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 unités
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 exposants
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 relations
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="center" valignment="top" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 12×
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 24
17432 \begin_inset space \thinspace{}
17433 \end_inset
17434
17435 bouteilles
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 \begin_inset Formula $10\cdot$
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $10^{\mbox{-}17}$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\Gamma(t)\propto$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 <cell alignment="center" valignment="top" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 \begin_inset Formula $\:\Upsilon(t)$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 1024×
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 768
17504 \begin_inset space \thinspace{}
17505 \end_inset
17506
17507 Pixels
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $5.78\cdot$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $10^{7}$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $A\ne$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 \begin_inset Formula $\: B_{\mathrm{red}}$
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 </row>
17561 <row>
17562 <cell alignment="center" valignment="top" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 32×
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575 6
17576 \begin_inset space \thinspace{}
17577 \end_inset
17578
17579 cm
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 -
17589 \begin_inset Formula $33.5\cdot$
17590 \end_inset
17591
17592
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $10^{4}$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 <cell alignment="center" valignment="top" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 \begin_inset Formula $\sin(\alpha)\ge$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\:\sin(\beta)$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 </lyxtabular>
17635
17636 \end_inset
17637
17638
17639 \end_layout
17640
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \begin_layout Standard
17647 \begin_inset VSpace bigskip
17648 \end_inset
17649
17650 Il y a aussi le paquetage LaTeX 
17651 \series bold
17652 dcolumn
17653 \series default
17654
17655 \begin_inset Index idx
17656 status collapsed
17657
17658 \begin_layout Plain Layout
17659 Paquetages LaTeX ! dcolumn
17660 \end_layout
17661
17662 \end_inset
17663
17664  qui fournit des alignements pour les cellules de tableaux.
17665  Mais malheureusement, il traite le contenu des cellules comme des mathématiques
17666  et ne permet pas de formules dans les cellules du tableau : Avec 
17667 \series bold
17668 dcolumn
17669 \series default
17670  la première colonne du tableau
17671 \begin_inset space ~
17672 \end_inset
17673
17674
17675 \begin_inset CommandInset ref
17676 LatexCommand ref
17677 reference "tab:Plusieurs-exemples-alignements"
17678
17679 \end_inset
17680
17681  ressemblera à la première colonne du tableau
17682 \begin_inset space ~
17683 \end_inset
17684
17685
17686 \begin_inset CommandInset ref
17687 LatexCommand ref
17688 reference "tab:Alignements-avec-dcolumn"
17689
17690 \end_inset
17691
17692
17693 \lang english
17694  and only with some tricks like the expected.
17695  
17696 \lang french
17697 On ne peut pas aligner la deuxième et la troisième colonne du tableau
17698 \begin_inset space ~
17699 \end_inset
17700
17701
17702 \begin_inset CommandInset ref
17703 LatexCommand ref
17704 reference "tab:Plusieurs-exemples-alignements"
17705
17706 \end_inset
17707
17708  avec 
17709 \series bold
17710 dcolumn
17711 \series default
17712 .
17713 \end_layout
17714
17715 \begin_layout Standard
17716 \begin_inset Float table
17717 placement h
17718 wide false
17719 sideways false
17720 status open
17721
17722 \begin_layout Plain Layout
17723 \begin_inset Caption
17724
17725 \begin_layout Plain Layout
17726 \begin_inset CommandInset label
17727 LatexCommand label
17728 name "tab:Alignements-avec-dcolumn"
17729
17730 \end_inset
17731
17732 Alignements quand on utilise le paquetage LaTeX dcolumn.
17733  Pour toutes les colonnes des astuces d'alignement ont dû être utilisées
17734  pour obtenir la sortie.
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Plain Layout
17743 \align center
17744 \begin_inset Tabular
17745 <lyxtabular version="3" rows="4" columns="3">
17746 <features tabularvalignment="middle">
17747 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1.0}">
17748 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.11}">
17749 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.9}">
17750 <row>
17751 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17752 \begin_inset Text
17753
17754 \begin_layout Plain Layout
17755 unités
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 unités
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17770 \begin_inset Text
17771
17772 \begin_layout Plain Layout
17773 unités
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 </row>
17779 <row>
17780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17781 \begin_inset Text
17782
17783 \begin_layout Plain Layout
17784 12x24
17785 \begin_inset space \thinspace{}
17786 \end_inset
17787
17788 bouteilles
17789 \end_layout
17790
17791 \end_inset
17792 </cell>
17793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 12x24
17798 \begin_inset space \thinspace{}
17799 \end_inset
17800
17801
17802 \begin_inset Formula $\mbox{bouteilles}$
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 <cell alignment="center" valignment="top" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814 12
17815 \begin_inset ERT
17816 status collapsed
17817
17818 \begin_layout Plain Layout
17819
17820
17821 \backslash
17822 times 
17823 \end_layout
17824
17825 \end_inset
17826
17827 24+
17828 \begin_inset Formula $\mbox{bouteilles}$
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 <row>
17838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842 1024x768
17843 \begin_inset space \thinspace{}
17844 \end_inset
17845
17846 Pixels
17847 \end_layout
17848
17849 \end_inset
17850 </cell>
17851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855 1024x768
17856 \begin_inset space \thinspace{}
17857 \end_inset
17858
17859
17860 \begin_inset Formula $\mbox{Pixels}$
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 1024
17873 \begin_inset ERT
17874 status collapsed
17875
17876 \begin_layout Plain Layout
17877
17878
17879 \backslash
17880 times 
17881 \end_layout
17882
17883 \end_inset
17884
17885 768+
17886 \begin_inset Formula $\mbox{Pixels}$
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 </row>
17895 <row>
17896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 32x6
17901 \begin_inset space \thinspace{}
17902 \end_inset
17903
17904 cm
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 32x6
17914 \begin_inset space \thinspace{}
17915 \end_inset
17916
17917
17918 \begin_inset Formula $\mbox{cm}$
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 32
17931 \begin_inset ERT
17932 status collapsed
17933
17934 \begin_layout Plain Layout
17935
17936
17937 \backslash
17938 times 
17939 \end_layout
17940
17941 \end_inset
17942
17943 6+
17944 \begin_inset Formula $\mbox{cm}$
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 </row>
17953 </lyxtabular>
17954
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \begin_layout Subsection
17966 Formats de cellule et de colonne personnalisés
17967 \begin_inset CommandInset label
17968 LatexCommand label
17969 name "sub:Formats-personnalisés"
17970
17971 \end_inset
17972
17973
17974 \begin_inset Index idx
17975 status collapsed
17976
17977 \begin_layout Plain Layout
17978 Personnalisation des tableaux !  Format de cellule/colonne
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \begin_layout Standard
17987 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
17988  multicolonne comme dans la section
17989 \begin_inset space ~
17990 \end_inset
17991
17992
17993 \begin_inset CommandInset ref
17994 LatexCommand ref
17995 reference "sub:Calculs-multicolonnes"
17996
17997 \end_inset
17998
17999  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18000  multicolonnes.
18001  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18002  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18003  du document.
18004  Le format est défini avec la commande
18005 \end_layout
18006
18007 \begin_layout Standard
18008
18009 \series bold
18010
18011 \backslash
18012 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18013 \end_layout
18014
18015 \begin_layout Standard
18016 Le nom du format peut n'avoir qu'une lettre.
18017  Les lettres 
18018 \emph on
18019 b
18020 \emph default
18021
18022 \emph on
18023 c
18024 \emph default
18025
18026 \emph on
18027 l
18028 \emph default
18029
18030 \emph on
18031 m
18032 \emph default
18033
18034 \emph on
18035 p
18036 \emph default
18037  et 
18038 \emph on
18039 r
18040 \emph default
18041  sont prédéfinies et donc ne peuvent être utilisées.
18042  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18043 \end_layout
18044
18045 \begin_layout Standard
18046 \begin_inset VSpace medskip
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Standard
18053 Pour de cellules multicolonnes centrées verticalement et horizontalement
18054  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18055  :
18056 \end_layout
18057
18058 \begin_layout Standard
18059
18060 \series bold
18061
18062 \backslash
18063 newcolumntype{M}[1]{>{
18064 \backslash
18065 centering
18066 \backslash
18067 hspace{0pt}}m{#1}}
18068 \end_layout
18069
18070 \begin_layout Standard
18071 Où le 
18072 \series bold
18073
18074 \backslash
18075 hspace{0pt}
18076 \series default
18077  évite le problème de césure du premier mot, comme c'est décrit en section
18078 \begin_inset space ~
18079 \end_inset
18080
18081
18082 \begin_inset CommandInset ref
18083 LatexCommand ref
18084 reference "sub:Lignes-multiple-dans-cellule"
18085
18086 \end_inset
18087
18088 .
18089  Ensuite, vous pouvez entrer
18090 \end_layout
18091
18092 \begin_layout Standard
18093
18094 \series bold
18095 M{width}
18096 \end_layout
18097
18098 \begin_layout Standard
18099 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18100  une multicolonne.
18101 \end_layout
18102
18103 \begin_layout Standard
18104 \begin_inset VSpace bigskip
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \begin_layout Standard
18111 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18112  définir le format
18113 \end_layout
18114
18115 \begin_layout Standard
18116
18117 \series bold
18118
18119 \backslash
18120 newcolumntype{S}[2]{>{
18121 \backslash
18122 centering
18123 \backslash
18124 hspace{0pt}}
18125 \begin_inset Newline newline
18126 \end_inset
18127
18128
18129 \begin_inset Phantom HPhantom
18130 status open
18131
18132 \begin_layout Plain Layout
18133
18134 \series bold
18135
18136 \backslash
18137 newcolumntype{S}[2]
18138 \end_layout
18139
18140 \end_inset
18141
18142 m{(#1+(2
18143 \backslash
18144 tabcolsep+
18145 \backslash
18146 arrayrulewidth)*(1-#2))/#2}}
18147 \end_layout
18148
18149 \begin_layout Standard
18150 Ce format utilise l'équation
18151 \begin_inset space ~
18152 \end_inset
18153
18154
18155 \begin_inset CommandInset ref
18156 LatexCommand eqref
18157 reference "eq:Wgn"
18158
18159 \end_inset
18160
18161  pour calculer la largeur que doit avoir chacune des cellules couverte par
18162  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18163 \end_layout
18164
18165 \begin_layout Standard
18166 Ensuite, vous pouvez entrer
18167 \end_layout
18168
18169 \begin_layout Standard
18170
18171 \series bold
18172 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18173 \end_layout
18174
18175 \begin_layout Standard
18176 comme paramètre LaTeX de la colonne.
18177 \end_layout
18178
18179 \begin_layout Standard
18180 \begin_inset VSpace bigskip
18181 \end_inset
18182
18183
18184 \end_layout
18185
18186 \begin_layout Standard
18187 Pour des colonnes colorées, vous pouvez définir
18188 \end_layout
18189
18190 \begin_layout Standard
18191
18192 \series bold
18193
18194 \backslash
18195 newcolumntype{K}[1]{>{
18196 \backslash
18197 columncolor{#1}
18198 \backslash
18199 hspace{0pt}}c}
18200 \end_layout
18201
18202 \begin_layout Standard
18203 Le 
18204 \begin_inset Quotes eld
18205 \end_inset
18206
18207 c
18208 \begin_inset Quotes erd
18209 \end_inset
18210
18211  à la fin crée une colonne de largeur variable dont le texte est centré
18212  horizontalement.
18213  Vous pouvez maintenant entrer
18214 \end_layout
18215
18216 \begin_layout Standard
18217
18218 \series bold
18219 K{nom de couleur}
18220 \end_layout
18221
18222 \begin_layout Standard
18223 comme paramètre LaTeX.
18224 \end_layout
18225
18226 \begin_layout Standard
18227 \begin_inset VSpace bigskip
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \begin_layout Standard
18234 Pour créer le tableau
18235 \begin_inset space ~
18236 \end_inset
18237
18238
18239 \begin_inset CommandInset ref
18240 LatexCommand ref
18241 reference "tab:Tableau-formats-personnalisés"
18242
18243 \end_inset
18244
18245  utilisez les paramètres LaTeX
18246 \end_layout
18247
18248 \begin_layout Standard
18249
18250 \series bold
18251 M{2.5cm}
18252 \end_layout
18253
18254 \begin_layout Standard
18255 pour la première colonne et la multicolonne,
18256 \end_layout
18257
18258 \begin_layout Standard
18259
18260 \series bold
18261 K{red}
18262 \end_layout
18263
18264 \begin_layout Standard
18265 pour la dernière colonne, et
18266 \end_layout
18267
18268 \begin_layout Standard
18269
18270 \series bold
18271 S{2.5cm}{2}
18272 \end_layout
18273
18274 \begin_layout Standard
18275 pour les cellules de la deuxième colonne.
18276 \end_layout
18277
18278 \begin_layout Standard
18279 \begin_inset Float table
18280 placement h
18281 wide false
18282 sideways false
18283 status open
18284
18285 \begin_layout Plain Layout
18286 \begin_inset Caption
18287
18288 \begin_layout Plain Layout
18289 \begin_inset CommandInset label
18290 LatexCommand label
18291 name "tab:Tableau-formats-personnalisés"
18292
18293 \end_inset
18294
18295 Tableau utilisant des formats personnalisés
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Plain Layout
18304 \align center
18305 \begin_inset Tabular
18306 <lyxtabular version="3" rows="3" columns="4">
18307 <features tabularvalignment="middle">
18308 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18309 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18310 <column alignment="center" valignment="middle" width="0">
18311 <column alignment="center" valignment="middle" width="0" special="K{red}">
18312 <row>
18313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 motTrèsLongDansUneCellule
18318 \end_layout
18319
18320 \end_inset
18321 </cell>
18322 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18323 \begin_inset Text
18324
18325 \begin_layout Plain Layout
18326 multicolonne avec multiligne
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 c
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 </row>
18350 <row>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 d
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 e
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 f
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 g
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 h
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 i
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 j
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 k
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 </lyxtabular>
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Subsection
18439 Épaisseur des filets
18440 \begin_inset CommandInset label
18441 LatexCommand label
18442 name "sub:Epaisseur-filets"
18443
18444 \end_inset
18445
18446
18447 \begin_inset Index idx
18448 status collapsed
18449
18450 \begin_layout Plain Layout
18451 Personnalisation des tableaux ! Épaisseur filets
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \begin_layout Standard
18460 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18461  
18462 \series bold
18463
18464 \backslash
18465 arrayrulewidth
18466 \series default
18467 .
18468  Pour mettre, par exemple, une épaisseur de filet de 1.5
18469 \begin_inset space \thinspace{}
18470 \end_inset
18471
18472 pt, comme pour le tableau
18473 \begin_inset space ~
18474 \end_inset
18475
18476
18477 \begin_inset CommandInset ref
18478 LatexCommand ref
18479 reference "tab:Tableau-filets-1.5pt"
18480
18481 \end_inset
18482
18483 , insérez la commande
18484 \end_layout
18485
18486 \begin_layout Standard
18487
18488 \series bold
18489
18490 \backslash
18491 setlength{
18492 \backslash
18493 arrayrulewidth}{1.5pt}
18494 \end_layout
18495
18496 \begin_layout Standard
18497 en code TeX avant le tableau ou le flottant de tableau.
18498  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18499  suivent.
18500  pour revenir aux valeurs implicites, mettez 
18501 \series bold
18502
18503 \backslash
18504 arrayrulewidth
18505 \series default
18506  à 0.4
18507 \begin_inset space \thinspace{}
18508 \end_inset
18509
18510 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18511 \end_layout
18512
18513 \begin_layout Standard
18514 \begin_inset ERT
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518
18519
18520 \backslash
18521 setlength{
18522 \backslash
18523 arrayrulewidth}{1.5pt}
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \begin_inset Float table
18530 wide false
18531 sideways false
18532 status open
18533
18534 \begin_layout Plain Layout
18535 \begin_inset Caption
18536
18537 \begin_layout Plain Layout
18538 \begin_inset CommandInset label
18539 LatexCommand label
18540 name "tab:Tableau-filets-1.5pt"
18541
18542 \end_inset
18543
18544 Tableau avec des filets de 1.5
18545 \begin_inset space \thinspace{}
18546 \end_inset
18547
18548 pt
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Plain Layout
18557 \align center
18558 \begin_inset Tabular
18559 <lyxtabular version="3" rows="3" columns="3">
18560 <features tabularvalignment="middle">
18561 <column alignment="center" valignment="top" width="0">
18562 <column alignment="center" valignment="top" width="0">
18563 <column alignment="center" valignment="top" width="0">
18564 <row>
18565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569 sd
18570 \end_layout
18571
18572 \end_inset
18573 </cell>
18574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row>
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 sd
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18613 \begin_inset Text
18614
18615 \begin_layout Plain Layout
18616
18617 \end_layout
18618
18619 \end_inset
18620 </cell>
18621 </row>
18622 <row>
18623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 sd
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 </lyxtabular>
18652
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset ERT
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665
18666
18667 \backslash
18668 setlength{
18669 \backslash
18670 arrayrulewidth}{0.4pt}
18671 \end_layout
18672
18673 \end_inset
18674
18675
18676 \end_layout
18677
18678 \begin_layout Standard
18679 \begin_inset VSpace bigskip
18680 \end_inset
18681
18682 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18683 \begin_inset space \thinspace{}
18684 \end_inset
18685
18686 pt, comme dans le tableau
18687 \begin_inset space ~
18688 \end_inset
18689
18690
18691 \begin_inset CommandInset ref
18692 LatexCommand ref
18693 reference "tab:Tableau-filets-horizontaux-1.5pt"
18694
18695 \end_inset
18696
18697 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18698  de tableau :
18699 \end_layout
18700
18701 \begin_layout Standard
18702
18703 \series bold
18704
18705 \backslash
18706 let
18707 \backslash
18708 myHline
18709 \backslash
18710 hline
18711 \begin_inset Newline newline
18712 \end_inset
18713
18714
18715 \backslash
18716 renewcommand{
18717 \backslash
18718 hline}
18719 \begin_inset Newline newline
18720 \end_inset
18721
18722  {
18723 \backslash
18724 noalign{
18725 \backslash
18726 global
18727 \backslash
18728 arrayrulewidth 1.5pt}
18729 \begin_inset Newline newline
18730 \end_inset
18731
18732  
18733 \backslash
18734 myHline
18735 \backslash
18736 noalign{
18737 \backslash
18738 global
18739 \backslash
18740 arrayrulewidth 0.4pt}}
18741 \end_layout
18742
18743 \begin_layout Standard
18744 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18745  en code TeX après le tableau ou le flottant de tableau :
18746 \end_layout
18747
18748 \begin_layout Standard
18749
18750 \series bold
18751
18752 \backslash
18753 renewcommand{
18754 \backslash
18755 hline}{
18756 \backslash
18757 myHline}
18758 \end_layout
18759
18760 \begin_layout Standard
18761 \begin_inset ERT
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765
18766
18767 \backslash
18768 let
18769 \backslash
18770 myHline
18771 \backslash
18772 hline
18773 \end_layout
18774
18775 \begin_layout Plain Layout
18776
18777
18778 \backslash
18779 renewcommand{
18780 \backslash
18781 hline}
18782 \end_layout
18783
18784 \begin_layout Plain Layout
18785
18786  {
18787 \backslash
18788 noalign{
18789 \backslash
18790 global
18791 \backslash
18792 arrayrulewidth 1.5pt}
18793 \end_layout
18794
18795 \begin_layout Plain Layout
18796
18797   
18798 \backslash
18799 myHline
18800 \backslash
18801 noalign{
18802 \backslash
18803 global
18804 \backslash
18805 arrayrulewidth 0.4pt}}
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \begin_inset Float table
18812 wide false
18813 sideways false
18814 status open
18815
18816 \begin_layout Plain Layout
18817 \begin_inset Caption
18818
18819 \begin_layout Plain Layout
18820 \begin_inset CommandInset label
18821 LatexCommand label
18822 name "tab:Tableau-filets-horizontaux-1.5pt"
18823
18824 \end_inset
18825
18826 Tableau avec des filets horizontaux de 1.5
18827 \begin_inset space \thinspace{}
18828 \end_inset
18829
18830 pt
18831 \end_layout
18832
18833 \end_inset
18834
18835
18836 \end_layout
18837
18838 \begin_layout Plain Layout
18839 \align center
18840 \begin_inset Tabular
18841 <lyxtabular version="3" rows="3" columns="3">
18842 <features tabularvalignment="middle">
18843 <column alignment="center" valignment="top" width="0">
18844 <column alignment="center" valignment="top" width="0">
18845 <column alignment="center" valignment="top" width="0">
18846 <row>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 sd
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 </row>
18875 <row>
18876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 sd
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 </row>
18904 <row>
18905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 sd
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 </row>
18933 </lyxtabular>
18934
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \begin_inset ERT
18944 status collapsed
18945
18946 \begin_layout Plain Layout
18947
18948
18949 \backslash
18950 renewcommand{
18951 \backslash
18952 hline}{
18953 \backslash
18954 myHline}
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \begin_layout Standard
18963 \begin_inset VSpace bigskip
18964 \end_inset
18965
18966 Pour que seuls les filets verticaux aient une épaisseur de 1.5
18967 \begin_inset space \thinspace{}
18968 \end_inset
18969
18970 pt, créez le format de colonne suivant dans le préambule, en suivant la
18971  description de la section
18972 \begin_inset space ~
18973 \end_inset
18974
18975
18976 \begin_inset CommandInset ref
18977 LatexCommand ref
18978 reference "sub:Formats-personnalisés"
18979
18980 \end_inset
18981
18982 :
18983 \end_layout
18984
18985 \begin_layout Standard
18986
18987 \series bold
18988
18989 \backslash
18990 newcolumntype{V}{!{
18991 \backslash
18992 vrule width 1.5pt}}
18993 \end_layout
18994
18995 \begin_layout Standard
18996 Pour le tableau
18997 \begin_inset space ~
18998 \end_inset
18999
19000
19001 \begin_inset CommandInset ref
19002 LatexCommand ref
19003 reference "tab:Tableau-filets-verticaux-1.5pt"
19004
19005 \end_inset
19006
19007  le paramètre LaTeX 
19008 \end_layout
19009
19010 \begin_layout Standard
19011
19012 \series bold
19013 VcV
19014 \end_layout
19015
19016 \begin_layout Standard
19017 a été utilisé pour la dernière colonne et
19018 \end_layout
19019
19020 \begin_layout Standard
19021
19022 \series bold
19023 Vc
19024 \end_layout
19025
19026 \begin_layout Standard
19027 pour les autres colonnes.
19028 \end_layout
19029
19030 \begin_layout Standard
19031 \begin_inset Float table
19032 wide false
19033 sideways false
19034 status open
19035
19036 \begin_layout Plain Layout
19037 \begin_inset Caption
19038
19039 \begin_layout Plain Layout
19040 \begin_inset CommandInset label
19041 LatexCommand label
19042 name "tab:Tableau-filets-verticaux-1.5pt"
19043
19044 \end_inset
19045
19046 Tableau avec des filets verticaux de 1.5
19047 \begin_inset space \thinspace{}
19048 \end_inset
19049
19050 pt 
19051 \end_layout
19052
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \begin_layout Plain Layout
19059 \align center
19060 \begin_inset Tabular
19061 <lyxtabular version="3" rows="3" columns="3">
19062 <features tabularvalignment="middle">
19063 <column alignment="center" valignment="top" width="0" special="Vc">
19064 <column alignment="center" valignment="top" width="0" special="Vc">
19065 <column alignment="center" valignment="top" width="0" special="VcV">
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 sd
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 <cell alignment="center" valignment="top" topline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 <cell alignment="center" valignment="top" topline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \end_layout
19091
19092 \end_inset
19093 </cell>
19094 </row>
19095 <row>
19096 <cell alignment="center" valignment="top" topline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 sd
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 </row>
19124 <row>
19125 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19126 \begin_inset Text
19127
19128 \begin_layout Plain Layout
19129
19130 \end_layout
19131
19132 \end_inset
19133 </cell>
19134 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 sd
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 </row>
19153 </lyxtabular>
19154
19155 \end_inset
19156
19157
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Subsection
19166 Filets à traits interrompus
19167 \begin_inset Index idx
19168 status collapsed
19169
19170 \begin_layout Plain Layout
19171 Personnalisation des tableaux ! Filets à traits interrompus
19172 \end_layout
19173
19174 \end_inset
19175
19176
19177 \end_layout
19178
19179 \begin_layout Standard
19180 \begin_inset ERT
19181 status collapsed
19182
19183 \begin_layout Plain Layout
19184
19185
19186 \backslash
19187 ifarydshln
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \begin_inset Note Note
19194 status open
19195
19196 \begin_layout Plain Layout
19197 La section suivante ne s'affichera que si vous avez installé le paquetage
19198  LaTeX 
19199 \series bold
19200 arydshln
19201 \series default
19202 .
19203 \end_layout
19204
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \begin_layout Standard
19211 \begin_inset Float table
19212 placement H
19213 wide false
19214 sideways false
19215 status open
19216
19217 \begin_layout Plain Layout
19218 \begin_inset Caption
19219
19220 \begin_layout Plain Layout
19221 \begin_inset CommandInset label
19222 LatexCommand label
19223 name "tab:Tableau-filets-tirets"
19224
19225 \end_inset
19226
19227 Tableau avec des filets à traits interrompus
19228 \end_layout
19229
19230 \end_inset
19231
19232
19233 \end_layout
19234
19235 \begin_layout Plain Layout
19236 \align center
19237 \begin_inset Tabular
19238 <lyxtabular version="3" rows="5" columns="5">
19239 <features tabularvalignment="middle">
19240 <column alignment="center" valignment="top" width="0">
19241 <column alignment="center" valignment="top" width="0">
19242 <column alignment="center" valignment="top" width="0" special=":c">
19243 <column alignment="center" valignment="top" width="0">
19244 <column alignment="center" valignment="top" width="0">
19245 <row>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 a
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 b
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 c
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 d
19278 \end_layout
19279
19280 \end_inset
19281 </cell>
19282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286 e
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 f
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 g
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 h
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 i
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 j
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset ERT
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348
19349
19350 \backslash
19351 hdashline 
19352 \end_layout
19353
19354 \end_inset
19355
19356 k
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 l
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 m
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 n
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 o
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403 \begin_inset ERT
19404 status collapsed
19405
19406 \begin_layout Plain Layout
19407
19408
19409 \backslash
19410 cdashline{4-5}
19411 \end_layout
19412
19413 \end_inset
19414
19415 p
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 q
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 r
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 s
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 t
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 u
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480 v
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 w
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 x
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 </row>
19504 </lyxtabular>
19505
19506 \end_inset
19507
19508
19509 \end_layout
19510
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \begin_layout Standard
19517 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19518  donc employer du code TeX.
19519  Mais avant il faut charger le paquetage LaTeX 
19520 \series bold
19521 arydshln
19522 \series default
19523
19524 \begin_inset Index idx
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528 Paquetages LaTeX ! arydshln
19529 \end_layout
19530
19531 \end_inset
19532
19533  dans le préambule du document avec la commande 
19534 \end_layout
19535
19536 \begin_layout Standard
19537
19538 \series bold
19539
19540 \backslash
19541 usepackage{arydshln}
19542 \end_layout
19543
19544 \begin_layout Standard
19545 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19546  
19547 \begin_inset Quotes eld
19548 \end_inset
19549
19550 :
19551 \begin_inset Quotes erd
19552 \end_inset
19553
19554  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19555  dans la fenêtre de dialogue de paramètre du tableau.
19556 \end_layout
19557
19558 \begin_layout Standard
19559 Pour un trait horizontal interrompu, ajoutez la commande
19560 \end_layout
19561
19562 \begin_layout Standard
19563
19564 \series bold
19565
19566 \backslash
19567 hdashline
19568 \end_layout
19569
19570 \begin_layout Standard
19571 en code TeX comme premier élément de la première cellule de la ligne de
19572  tableau.
19573 \end_layout
19574
19575 \begin_layout Standard
19576 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19577  commande 
19578 \end_layout
19579
19580 \begin_layout Standard
19581
19582 \series bold
19583
19584 \backslash
19585 cdashline{
19586 \series default
19587 numéros de colonnes}
19588 \end_layout
19589
19590 \begin_layout Standard
19591 en code TeX comme premier élément de la première cellule de la ligne.
19592  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19593  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19594 \end_layout
19595
19596 \begin_layout Standard
19597
19598 \series bold
19599
19600 \backslash
19601 cdashline{2-4}
19602 \end_layout
19603
19604 \begin_layout Standard
19605 comme premier élément de la première cellule de la ligne contenant la multicolon
19606 ne.
19607 \end_layout
19608
19609 \begin_layout Standard
19610 \begin_inset VSpace bigskip
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Standard
19617 Le tableau
19618 \begin_inset space ~
19619 \end_inset
19620
19621
19622 \begin_inset CommandInset ref
19623 LatexCommand ref
19624 reference "tab:Tableau-filets-tirets"
19625
19626 \end_inset
19627
19628  a été créé en utilisant 
19629 \begin_inset Quotes eld
19630 \end_inset
19631
19632
19633 \series bold
19634 :c
19635 \series default
19636
19637 \begin_inset Quotes erd
19638 \end_inset
19639
19640  comme paramètre LaTeX pour la troisième colonne.
19641  La commande en code TeX 
19642 \series bold
19643
19644 \backslash
19645 hdashline
19646 \series default
19647  a été insérée dans la première cellule de la troisième ligne et la commande
19648  en code TeX 
19649 \series bold
19650
19651 \backslash
19652 cdashline{4-5}
19653 \series default
19654  a été insérée dans la première cellule de la quatrième ligne.
19655 \end_layout
19656
19657 \begin_layout Standard
19658 \begin_inset Note Greyedout
19659 status open
19660
19661 \begin_layout Plain Layout
19662
19663 \series bold
19664 Note:
19665 \series default
19666  Le paquetage LaTeX 
19667 \series bold
19668 arydshln
19669 \series default
19670  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19671  
19672 \series bold
19673 colortbl
19674 \series default
19675
19676 \begin_inset Index idx
19677 status collapsed
19678
19679 \begin_layout Plain Layout
19680 Paquetages LaTeX ! colortbl
19681 \end_layout
19682
19683 \end_inset
19684
19685  qui est utilisé pour avoir des tableaux colorés dans la section
19686 \begin_inset space ~
19687 \end_inset
19688
19689
19690 \begin_inset CommandInset ref
19691 LatexCommand ref
19692 reference "sec:Tableaux-Colorés"
19693
19694 \end_inset
19695
19696 .
19697  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19698  traits interrompus.
19699 \end_layout
19700
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \begin_layout Standard
19707 \begin_inset ERT
19708 status collapsed
19709
19710 \begin_layout Plain Layout
19711
19712
19713 \backslash
19714 else
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \begin_inset Note Note
19721 status open
19722
19723 \begin_layout Plain Layout
19724 Ce qui suit sera affiché si le paquetage LaTeX 
19725 \series bold
19726 arydshln
19727 \series default
19728  n'est pas installé :
19729 \end_layout
19730
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Vous devez installer le paquetage LaTeX 
19738 \series bold
19739 arydshln
19740 \series default
19741  pour voir le contenu des cette section dans la sortie imprimée.
19742 \end_layout
19743
19744 \begin_layout Standard
19745 \begin_inset ERT
19746 status collapsed
19747
19748 \begin_layout Plain Layout
19749
19750
19751 \backslash
19752 fi
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Chapter
19761 Flottants
19762 \begin_inset Index idx
19763 status collapsed
19764
19765 \begin_layout Plain Layout
19766 Flottants
19767 \end_layout
19768
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \begin_layout Section
19775 Introduction
19776 \begin_inset CommandInset label
19777 LatexCommand label
19778 name "sec:Flottants-Introduction"
19779
19780 \end_inset
19781
19782
19783 \begin_inset Index idx
19784 status collapsed
19785
19786 \begin_layout Plain Layout
19787 Flottants ! Introduction
19788 \end_layout
19789
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Standard
19796 Un flottant est une portion de document, qui peut être associé à une étiquette
19797  et dont la position n'est pas fixée.
19798  Il peut 
19799 \begin_inset Quotes eld
19800 \end_inset
19801
19802 flotter
19803 \begin_inset Quotes erd
19804 \end_inset
19805
19806  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19807  plus approprié.
19808  Les 
19809 \family sans
19810 Notes
19811 \begin_inset space ~
19812 \end_inset
19813
19814 en
19815 \begin_inset space ~
19816 \end_inset
19817
19818 Bas
19819 \begin_inset space ~
19820 \end_inset
19821
19822 de
19823 \begin_inset space ~
19824 \end_inset
19825
19826 Page
19827 \family default
19828  et le 
19829 \family sans
19830 Notes
19831 \begin_inset space ~
19832 \end_inset
19833
19834 en
19835 \begin_inset space ~
19836 \end_inset
19837
19838 Marge
19839 \family default
19840  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19841  sur la page suivante quand il y a trop de notes sur la page courante.
19842 \end_layout
19843
19844 \begin_layout Standard
19845 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19846  très grande qualité.
19847  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19848  éviter des lignes blanches ou des pages sans texte.
19849  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19850  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19851  le texte.
19852  Les flottants sont donc numérotés.
19853  Les références croisées sont décrites dans la section
19854 \begin_inset space ~
19855 \end_inset
19856
19857
19858 \begin_inset CommandInset ref
19859 LatexCommand ref
19860 reference "sec:Referencer-les-Flottants"
19861
19862 \end_inset
19863
19864 .
19865 \end_layout
19866
19867 \begin_layout Standard
19868 Pour insérer un flottant, on utilise un des sous menus du menu 
19869 \family sans
19870 Insérer\SpecialChar \menuseparator
19871 Flottant.
19872
19873 \family default
19874  Une boîte va être insérée dans votre document avec par exemple une étiquette
19875  du genre 
19876 \begin_inset Quotes eld
19877 \end_inset
19878
19879 Figure
19880 \begin_inset space ~
19881 \end_inset
19882
19883 #:
19884 \begin_inset Quotes erd
19885 \end_inset
19886
19887  (où # est un numéro).
19888  L'étiquette est automatiquement traduite dans la langue du document dans
19889  la sortie finale.
19890  Après l'étiquette vous pouvez insérer du texte comme légende.
19891  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19892  séparé, à l'intérieur du flottant.
19893  Vous trouverez plus de détails sur le positionnement des légendes dans
19894  la section
19895 \begin_inset space ~
19896 \end_inset
19897
19898
19899 \begin_inset CommandInset ref
19900 LatexCommand ref
19901 reference "sec:Placement-légende"
19902
19903 \end_inset
19904
19905 .
19906  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
19907  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
19908  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
19909  Une boîte de flottant fermée ressemble à ceci : 
19910 \begin_inset Graphics
19911         filename clipart/floatQt4.png
19912         scale 60
19913
19914 \end_inset
19915
19916  – une case grise avec un texte rouge.
19917 \end_layout
19918
19919 \begin_layout Standard
19920 Il est recommandé d'insérer les flottants comme des paragraphes séparés
19921  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
19922  est formaté de façon particulière.
19923 \end_layout
19924
19925 \begin_layout Section
19926 Les Types de Flottants
19927 \end_layout
19928
19929 \begin_layout Standard
19930 En plus des flottants de figures et de tableau qui sont décrits respectivement
19931  dans les sections
19932 \begin_inset space ~
19933 \end_inset
19934
19935
19936 \begin_inset CommandInset ref
19937 LatexCommand ref
19938 reference "sec:Figure-Floats"
19939
19940 \end_inset
19941
19942  et 
19943 \begin_inset CommandInset ref
19944 LatexCommand ref
19945 reference "sec:Table-Floats"
19946
19947 \end_inset
19948
19949 , LyX offre aussi les types 
19950 \series bold
19951 Algorithme
19952 \series default
19953  et 
19954 \series bold
19955 Enrobage
19956 \series default
19957 .
19958 \end_layout
19959
19960 \begin_layout Subsection
19961 Flottant d'algorithme
19962 \begin_inset Index idx
19963 status collapsed
19964
19965 \begin_layout Plain Layout
19966 Flottants ! Algorithmes
19967 \end_layout
19968
19969 \end_inset
19970
19971
19972 \begin_inset CommandInset label
19973 LatexCommand label
19974 name "sub:Flottant-d'Algorithme"
19975
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \begin_layout Standard
19982 \begin_inset Float algorithm
19983 placement h
19984 wide false
19985 sideways false
19986 status open
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Caption
19990
19991 \begin_layout Plain Layout
19992 \begin_inset CommandInset label
19993 LatexCommand label
19994 name "alg:Exemple-Flottant-Algorithme"
19995
19996 \end_inset
19997
19998 Exemple de flottant d'algorithme
19999 \end_layout
20000
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \begin_layout LyX-Code
20007 for I in 1..N loop
20008 \begin_inset Newline newline
20009 \end_inset
20010
20011  Sum:= Sum + A(I); /*comment*/
20012 \begin_inset Newline newline
20013 \end_inset
20014
20015 end loop
20016 \begin_inset VSpace -4mm
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \begin_layout Standard
20028 Ce type de flottant est inséré à l'aide du menu 
20029 \family sans
20030 Insérer\SpecialChar \menuseparator
20031 Flottant\SpecialChar \menuseparator
20032 Algorithme
20033 \family default
20034 .
20035  Il peut être utilisé pour des morceaux de code source ou des descriptions
20036  d'algorithmes et peut être utilisé comme une alternative au listing de
20037  code source qui est décrit au chapitre
20038 \begin_inset space ~
20039 \end_inset
20040
20041
20042 \begin_inset CommandInset ref
20043 LatexCommand ref
20044 reference "cha:Program-Code-Listings"
20045
20046 \end_inset
20047
20048 .
20049  Vous pouvez par exemple utiliser l'environnement Code
20050 \begin_inset space ~
20051 \end_inset
20052
20053 LyX qui est décrit dans le 
20054 \emph on
20055 Guide
20056 \emph default
20057
20058 \begin_inset space ~
20059 \end_inset
20060
20061
20062 \emph on
20063 de
20064 \begin_inset space ~
20065 \end_inset
20066
20067 l'Utilisateur
20068 \emph default
20069  de LyX.
20070  l'algorithme
20071 \begin_inset space ~
20072 \end_inset
20073
20074
20075 \begin_inset CommandInset ref
20076 LatexCommand ref
20077 reference "alg:Exemple-Flottant-Algorithme"
20078
20079 \end_inset
20080
20081  est un exemple de flottant d'algorithme où un espace vertical de -4
20082 \begin_inset space \thinspace{}
20083 \end_inset
20084
20085 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20086  soit placée exactement sous le texte de la dernière ligne.
20087 \end_layout
20088
20089 \begin_layout Standard
20090 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20091  du document.
20092  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20093 ent en ajoutant la ligne suivante dans le préambule de votre document :
20094 \end_layout
20095
20096 \begin_layout Standard
20097
20098 \series bold
20099
20100 \backslash
20101 floatname{algorithm}{votre
20102 \begin_inset space ~
20103 \end_inset
20104
20105 nom}
20106 \end_layout
20107
20108 \begin_layout Standard
20109
20110 \family sans
20111  votre
20112 \begin_inset space ~
20113 \end_inset
20114
20115 nom
20116 \family default
20117  est le mot 
20118 \begin_inset Quotes eld
20119 \end_inset
20120
20121
20122 \emph on
20123 algorithme
20124 \emph default
20125
20126 \begin_inset Quotes erd
20127 \end_inset
20128
20129  dans votre langue.
20130 \end_layout
20131
20132 \begin_layout Standard
20133 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20134 \family sans
20135 Insérer\SpecialChar \menuseparator
20136 Listes
20137 \begin_inset space ~
20138 \end_inset
20139
20140 &
20141 \begin_inset space ~
20142 \end_inset
20143
20144 TdM\SpecialChar \menuseparator
20145 Liste
20146 \begin_inset space ~
20147 \end_inset
20148
20149 des
20150 \begin_inset space ~
20151 \end_inset
20152
20153 algorithmes
20154 \family default
20155  si votre document est en la même langue que les menus de LyX.
20156  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20157  en code TeX à la place:
20158 \end_layout
20159
20160 \begin_layout Standard
20161
20162 \series bold
20163
20164 \backslash
20165 listof{algorithm}{votre
20166 \begin_inset space ~
20167 \end_inset
20168
20169 nom}
20170 \end_layout
20171
20172 \begin_layout Standard
20173 où 
20174 \family sans
20175 votre
20176 \begin_inset space ~
20177 \end_inset
20178
20179 nom
20180 \family default
20181  est la traduction de 
20182 \begin_inset Quotes eld
20183 \end_inset
20184
20185
20186 \emph on
20187 List of Algorithm
20188 \emph default
20189 s
20190 \begin_inset Quotes erd
20191 \end_inset
20192
20193  dans votre langue.
20194 \end_layout
20195
20196 \begin_layout Standard
20197 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20198  le schéma 
20199 \begin_inset Quotes eld
20200 \end_inset
20201
20202 chapitre.algorithme
20203 \begin_inset Quotes erd
20204 \end_inset
20205
20206  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20207  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20208  commande dans le préambule de votre document :
20209 \end_layout
20210
20211 \begin_layout Standard
20212
20213 \series bold
20214
20215 \backslash
20216 numberwithin{algorithm}{chapter}
20217 \end_layout
20218
20219 \begin_layout Standard
20220 Pour pouvoir utiliser la commande 
20221 \series bold
20222
20223 \backslash
20224 numberwithin
20225 \series default
20226 , activez l'option 
20227 \family sans
20228 Utiliser
20229 \begin_inset space ~
20230 \end_inset
20231
20232 le
20233 \begin_inset space ~
20234 \end_inset
20235
20236 paquetage
20237 \begin_inset space ~
20238 \end_inset
20239
20240 AMS
20241 \begin_inset space ~
20242 \end_inset
20243
20244 math
20245 \family default
20246  dans la rubrique 
20247 \family sans
20248 Options
20249 \begin_inset space ~
20250 \end_inset
20251
20252 des
20253 \begin_inset space ~
20254 \end_inset
20255
20256 Maths
20257 \family default
20258  de la fenêtre de dialogue 
20259 \family sans
20260 Paramètres
20261 \begin_inset space ~
20262 \end_inset
20263
20264 du
20265 \begin_inset space ~
20266 \end_inset
20267
20268 Document
20269 \family default
20270 .
20271 \begin_inset Newpage newpage
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \begin_layout Subsection
20278 Flottant d'enrobage
20279 \begin_inset Index idx
20280 status collapsed
20281
20282 \begin_layout Plain Layout
20283 Flottants ! Flottants d'enrobage
20284 \end_layout
20285
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \begin_layout Standard
20292 \begin_inset Wrap figure
20293 lines 0
20294 placement l
20295 overhang 1cm
20296 width "40col%"
20297 status open
20298
20299 \begin_layout Plain Layout
20300 \begin_inset Graphics
20301         filename ../clipart/mobius.eps
20302         width 40col%
20303         scaleBeforeRotation
20304         rotateOrigin center
20305
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \begin_layout Plain Layout
20312 \begin_inset Caption
20313
20314 \begin_layout Plain Layout
20315 \begin_inset CommandInset label
20316 LatexCommand label
20317 name "fig:Figure-enrobée"
20318
20319 \end_inset
20320
20321 Ceci est une figure habillée.
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330
20331  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20332  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20333  Vous pouvez en insérer un en utilisant le menu 
20334 \family sans
20335 Insérer\SpecialChar \menuseparator
20336 Flottant\SpecialChar \menuseparator
20337 Flottant
20338 \begin_inset space ~
20339 \end_inset
20340
20341 d'enrobage
20342 \family default
20343  à la condition que le paquetage LaTeX 
20344 \series bold
20345 wrapfig
20346 \series default
20347
20348 \begin_inset Index idx
20349 status collapsed
20350
20351 \begin_layout Plain Layout
20352 Paquetages LaTeX ! wrapfig
20353 \begin_inset ERT
20354 status collapsed
20355
20356 \begin_layout Plain Layout
20357
20358
20359 \backslash
20360 vspace{4mm}
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369
20370  soit installé.
20371 \begin_inset Foot
20372 status collapsed
20373
20374 \begin_layout Plain Layout
20375 Voyez dans la manuel 
20376 \emph on
20377 Configuration
20378 \begin_inset space ~
20379 \end_inset
20380
20381 LaTeX 
20382 \emph default
20383 comment installer des paquetages LaTeX.
20384 \end_layout
20385
20386 \end_inset
20387
20388  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20389  sur la boîte du flottant.
20390  Les paramètres obligatoires sont l'
20391 \family sans
20392 Emplacement
20393 \family default
20394  et la 
20395 \family sans
20396 Largeur
20397 \family default
20398 .
20399  Les paramètres facultatifs sont le 
20400 \family sans
20401 Débordement
20402 \family default
20403  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20404  de la page et la 
20405 \family sans
20406 Porté de la ligne
20407 \family default
20408  qui précise le nombre approximatif de lignes dont le flottant va avoir
20409  besoin.
20410  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20411  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20412  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20413  à l'intérieur du paragraphe ou vers les autres paragraphes.
20414  La figure
20415 \begin_inset space ~
20416 \end_inset
20417
20418
20419 \begin_inset CommandInset ref
20420 LatexCommand ref
20421 reference "fig:Figure-enrobée"
20422
20423 \end_inset
20424
20425  est un exemple de flottant d'enrobage avec une largeur de 40
20426 \begin_inset space \thinspace{}
20427 \end_inset
20428
20429 col%, un débordement de 1
20430 \begin_inset space \thinspace{}
20431 \end_inset
20432
20433 cm et placé à gauche.
20434 \begin_inset Foot
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438 Les unités disponibles sont expliquées dans l'appendice
20439 \begin_inset space ~
20440 \end_inset
20441
20442
20443 \begin_inset CommandInset ref
20444 LatexCommand ref
20445 reference "cha:Unités-de-longueur"
20446
20447 \end_inset
20448
20449 .
20450 \end_layout
20451
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \begin_layout Standard
20458 \begin_inset Note Greyedout
20459 status open
20460
20461 \begin_layout Plain Layout
20462
20463 \series bold
20464 Note:
20465 \series default
20466  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20467  figure trop près du bas de page peut tout chambouler et faire que le flottant
20468  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20469  de texte.
20470 \end_layout
20471
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \begin_layout Standard
20478 En général:
20479 \end_layout
20480
20481 \begin_layout Itemize
20482 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20483  qui risquent de passer à la page suivante.
20484  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20485  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20486  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20487  de page.
20488 \end_layout
20489
20490 \begin_layout Itemize
20491 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20492  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20493 e.
20494 \end_layout
20495
20496 \begin_layout Itemize
20497 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20498  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20499  texte entre les deux, comme séparateur.
20500 \end_layout
20501
20502 \begin_layout Itemize
20503 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20504  ou les tableaux.
20505 \end_layout
20506
20507 \begin_layout Section
20508 Numérotation des flottants
20509 \begin_inset Index idx
20510 status collapsed
20511
20512 \begin_layout Plain Layout
20513 Flottants ! Numérotation
20514 \end_layout
20515
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \begin_layout Standard
20522 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20523  ils se trouvent, soit en utilisant un format du genre 
20524 \begin_inset Quotes eld
20525 \end_inset
20526
20527 chapitre.numéro
20528 \begin_inset Quotes erd
20529 \end_inset
20530
20531  ou 
20532 \begin_inset Quotes eld
20533 \end_inset
20534
20535 section.numéro
20536 \begin_inset Quotes erd
20537 \end_inset
20538
20539 .
20540  Cela dépend de la classe de document utilisée.
20541 \end_layout
20542
20543 \begin_layout Standard
20544 Pour changer le format de la numérotation qui ne dépend pas de la section
20545  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20546  le préambule du document :
20547 \end_layout
20548
20549 \begin_layout Standard
20550
20551 \series bold
20552
20553 \backslash
20554 renewcommand{
20555 \backslash
20556 thetable}{
20557 \backslash
20558 roman{table}}
20559 \end_layout
20560
20561 \begin_layout Standard
20562
20563 \series bold
20564
20565 \backslash
20566 thetable
20567 \series default
20568  est la commande qui imprime le numéro du tableau, pour les figures, la
20569  commande serait 
20570 \series bold
20571
20572 \backslash
20573 thefigure
20574 \series default
20575 .
20576  La commande 
20577 \series bold
20578
20579 \backslash
20580 roman
20581 \series default
20582  utilisée dans la commande précédente, imprime le numéro du tableau sous
20583  forme de petits chiffres romains.
20584 \end_layout
20585
20586 \begin_layout Standard
20587 Pour changer le type de numérotation pour par exemple 
20588 \begin_inset Quotes eld
20589 \end_inset
20590
20591 sous-section.numéro
20592 \begin_inset Quotes erd
20593 \end_inset
20594
20595 , utilisez la commande suivante dans le préambule du document :
20596 \end_layout
20597
20598 \begin_layout Standard
20599
20600 \series bold
20601
20602 \backslash
20603 numberwithin{table}{subsection}
20604 \end_layout
20605
20606 \begin_layout Standard
20607 Pour pouvoir utiliser la commande 
20608 \series bold
20609
20610 \backslash
20611 numberwithin
20612 \series default
20613 , vous devez activer l'option 
20614 \family sans
20615 Utiliser
20616 \begin_inset space ~
20617 \end_inset
20618
20619 le
20620 \begin_inset space ~
20621 \end_inset
20622
20623 paquetage
20624 \begin_inset space ~
20625 \end_inset
20626
20627 maths
20628 \begin_inset space ~
20629 \end_inset
20630
20631 AMS
20632 \family default
20633  dans la rubrique 
20634 \family sans
20635 Options
20636 \begin_inset space ~
20637 \end_inset
20638
20639 des
20640 \begin_inset space ~
20641 \end_inset
20642
20643 Maths
20644 \family default
20645  de la fenêtre de dialogue 
20646 \family sans
20647 Paramètres
20648 \family default
20649  du document.
20650 \end_layout
20651
20652 \begin_layout Standard
20653 Veuillez aussi jeter un coup d'œil à la section
20654 \begin_inset space ~
20655 \end_inset
20656
20657
20658 \begin_inset CommandInset ref
20659 LatexCommand ref
20660 reference "sub:Numerotation-notes-bas-de-page"
20661
20662 \end_inset
20663
20664  pour plus de détails et des notes importantes sur les commandes de numérotation.
20665 \end_layout
20666
20667 \begin_layout Section
20668 Faire Référence à des Flottants
20669 \begin_inset CommandInset label
20670 LatexCommand label
20671 name "sec:Referencer-les-Flottants"
20672
20673 \end_inset
20674
20675
20676 \begin_inset Index idx
20677 status collapsed
20678
20679 \begin_layout Plain Layout
20680 Flottants ! Références
20681 \end_layout
20682
20683 \end_inset
20684
20685
20686 \begin_inset Index idx
20687 status collapsed
20688
20689 \begin_layout Plain Layout
20690 References@Références ! à des Flottants 
20691 \end_layout
20692
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \begin_layout Standard
20699 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20700  en utilisant le menu 
20701 \family sans
20702 Insérer\SpecialChar \menuseparator
20703 Étiquette
20704 \family default
20705  ou le bouton 
20706 \begin_inset Graphics
20707         filename ../../images/label-insert.png
20708         scale 85
20709         scaleBeforeRotation
20710
20711 \end_inset
20712
20713  de la barre d'outils.
20714  Une boîte grise de ce genre : 
20715 \begin_inset Graphics
20716         filename clipart/labelQt4.png
20717         scale 85
20718         scaleBeforeRotation
20719
20720 \end_inset
20721
20722  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20723  de saisir le texte de l'étiquette.
20724  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20725  précédés d'un préfixe.
20726  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20727  préfixe sera "
20728 \family sans
20729 fig:
20730 \family default
20731 ".
20732 \end_layout
20733
20734 \begin_layout Standard
20735 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20736  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20737 \family sans
20738 Insérer\SpecialChar \menuseparator
20739 Référence
20740 \begin_inset space ~
20741 \end_inset
20742
20743 Croisée
20744 \family default
20745  ou le bouton 
20746 \begin_inset Graphics
20747         filename ../../images/dialog-show-new-inset_ref.png
20748         scale 85
20749         scaleBeforeRotation
20750
20751 \end_inset
20752
20753  de la barre d'outils.
20754  Une boîte grise de référence croisée comme celle-ci : 
20755 \begin_inset Graphics
20756         filename ../clipart/referenceQt4.png
20757         scale 85
20758         scaleBeforeRotation
20759
20760 \end_inset
20761
20762  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20763  toutes les étiquettes définies dans votre document.
20764  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20765  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20766  de la fenêtre de dialogue.
20767  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20768  une.
20769  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20770  de la référence croisée.
20771 \end_layout
20772
20773 \begin_layout Standard
20774 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20775  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20776  les deux.
20777  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20778  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20779  du numéro de la référence.
20780 \end_layout
20781
20782 \begin_layout Standard
20783 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20784  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20785  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20786  pas à vous en préoccuper.
20787 \end_layout
20788
20789 \begin_layout Standard
20790 Le bouton 
20791 \family sans
20792 Aller
20793 \begin_inset space ~
20794 \end_inset
20795
20796 à
20797 \begin_inset space ~
20798 \end_inset
20799
20800 l'étiquette
20801 \family default
20802  dans la fenêtre de référence croisée va positionner le curseur juste devant
20803  l'étiquette à laquelle on fait référence.
20804  Le nom du bouton bouton 
20805 \family sans
20806 Revenir
20807 \family default
20808  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20809  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20810  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20811  à votre point de départ.
20812 \end_layout
20813
20814 \begin_layout Subsection
20815 Formats de Références Croisées
20816 \begin_inset CommandInset label
20817 LatexCommand label
20818 name "sub:Formats-Références-Croisées"
20819
20820 \end_inset
20821
20822
20823 \begin_inset Index idx
20824 status collapsed
20825
20826 \begin_layout Plain Layout
20827 References@Références ! Formats
20828 \end_layout
20829
20830 \end_inset
20831
20832
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Il y a six types de références croisées :
20837 \end_layout
20838
20839 \begin_layout Description
20840 <référence>
20841 \begin_inset space ~
20842 \end_inset
20843
20844 : affiche le numéro de l'élément, c'est le choix implicite : 
20845 \begin_inset CommandInset ref
20846 LatexCommand ref
20847 reference "fig:Deux-images-déformées"
20848
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \begin_layout Description
20855 (<référence>)
20856 \begin_inset space ~
20857 \end_inset
20858
20859 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20860  normalement pour faire référence à des formules mathématiques, en particulier
20861  quand le mot 
20862 \begin_inset Quotes eld
20863 \end_inset
20864
20865 Équation
20866 \begin_inset Quotes erd
20867 \end_inset
20868
20869  est omis : 
20870 \begin_inset CommandInset ref
20871 LatexCommand eqref
20872 reference "eq:Wgn"
20873
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \begin_layout Description
20880 <page>
20881 \begin_inset space ~
20882 \end_inset
20883
20884 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20885 \begin_inset space ~
20886 \end_inset
20887
20888
20889 \begin_inset CommandInset ref
20890 LatexCommand pageref
20891 reference "fig:Deux-images-déformées"
20892
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \begin_layout Description
20899 page
20900 \begin_inset space ~
20901 \end_inset
20902
20903 <page>
20904 \begin_inset space ~
20905 \end_inset
20906
20907 : affiche le mot 
20908 \begin_inset Quotes eld
20909 \end_inset
20910
20911 page
20912 \begin_inset Quotes erd
20913 \end_inset
20914
20915  suivi du numéro de la page sur laquelle se trouve l'élément : 
20916 \begin_inset CommandInset ref
20917 LatexCommand vpageref
20918 reference "fig:Deux-images-déformées"
20919
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \begin_layout Description
20926 <référence>
20927 \begin_inset space ~
20928 \end_inset
20929
20930 page
20931 \begin_inset space ~
20932 \end_inset
20933
20934 <page>
20935 \begin_inset space ~
20936 \end_inset
20937
20938 : affiche le numéro de l'élément, le mot 
20939 \begin_inset Quotes eld
20940 \end_inset
20941
20942 page
20943 \begin_inset Quotes erd
20944 \end_inset
20945
20946  et le numéro de la page : 
20947 \begin_inset CommandInset ref
20948 LatexCommand vref
20949 reference "fig:Deux-images-déformées"
20950
20951 \end_inset
20952
20953
20954 \end_layout
20955
20956 \begin_layout Description
20957 Référence
20958 \begin_inset space ~
20959 \end_inset
20960
20961 mise
20962 \begin_inset space ~
20963 \end_inset
20964
20965 en
20966 \begin_inset space ~
20967 \end_inset
20968
20969 forme
20970 \begin_inset space ~
20971 \end_inset
20972
20973 : affiche une référence croisée qui définit son propre format.
20974
20975 \lang english
20976  
20977 \lang french
20978
20979 \begin_inset Note Greyedout
20980 status open
20981
20982 \begin_layout Plain Layout
20983
20984 \series bold
20985 Note:
20986 \series default
20987  Ce type de référence croisée n'est disponible que si vous avez installé
20988  le paquetage LaTeX 
20989 \series bold
20990 prettyref
20991 \series default
20992
20993 \begin_inset Index idx
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997 Paquetages LaTeX ! prettyref
20998 \end_layout
20999
21000 \end_inset
21001
21002 .
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Standard
21011
21012 \family sans
21013 <page>
21014 \family default
21015  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21016  précédente, la même page ou la page suivante.
21017  Vous verrez par exemple un texte du genre 
21018 \begin_inset Quotes eld
21019 \end_inset
21020
21021
21022 \family sans
21023 sur cette page
21024 \family default
21025
21026 \begin_inset Quotes erd
21027 \end_inset
21028
21029  à la place.
21030  Le style 
21031 \family sans
21032 <référence>
21033 \begin_inset space ~
21034 \end_inset
21035
21036 page
21037 \begin_inset space ~
21038 \end_inset
21039
21040 <page>
21041 \family default
21042  
21043 \lang english
21044 will not print anything about the page if the label is on the same page.
21045 \end_layout
21046
21047 \begin_layout Standard
21048 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21049  se trouve sont calculés automatiquement par LaTeX.
21050  Vous choisissez une des six variétés de références dans le champ Format
21051  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21052  boîte de la référence croisée.
21053 \end_layout
21054
21055 \begin_layout Standard
21056 \begin_inset Note Greyedout
21057 status open
21058
21059 \begin_layout Plain Layout
21060
21061 \series bold
21062 Note:
21063 \series default
21064  Le paquetage LaTeX 
21065 \series bold
21066 prettyref
21067 \series default
21068
21069 \begin_inset Index idx
21070 status collapsed
21071
21072 \begin_layout Plain Layout
21073 Paquetages LaTeX ! prettyref
21074 \end_layout
21075
21076 \end_inset
21077
21078  ne connaît pas tous les raccourcis possibles pour les étiquettes
21079 \begin_inset Foot
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083 \begin_inset Quotes eld
21084 \end_inset
21085
21086 fig:
21087 \begin_inset Quotes erd
21088 \end_inset
21089
21090  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21091  de figures,.
21092 \end_layout
21093
21094 \end_inset
21095
21096  et n'est pas internationalisé.
21097  Pour savoir comment introduire de nouveaux raccourcis ou de nouvelles traductio
21098 ns dans 
21099 \series bold
21100 prettyref
21101 \series default
21102 , voir la documentation du paquetage
21103 \begin_inset CommandInset citation
21104 LatexCommand cite
21105 key "prettyref"
21106
21107 \end_inset
21108
21109 .
21110 \end_layout
21111
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \begin_layout Standard
21118 \begin_inset Note Greyedout
21119 status open
21120
21121 \begin_layout Plain Layout
21122
21123 \series bold
21124 Note:
21125 \series default
21126  Du fait d'un bogue dans la paquetage LaTeX 
21127 \series bold
21128 varioref
21129 \series default
21130  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21131  si la langue du document est le français.
21132  Pour contourner ce bogue, voir
21133 \begin_inset Newline newline
21134 \end_inset
21135
21136
21137 \begin_inset CommandInset href
21138 LatexCommand href
21139 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21140
21141 \end_inset
21142
21143 .
21144 \end_layout
21145
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \begin_layout Subsection
21152 Nommage automatique des références croisées
21153 \begin_inset Index idx
21154 status collapsed
21155
21156 \begin_layout Plain Layout
21157 References@Références ! Nommage automatique
21158 \end_layout
21159
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \begin_layout Standard
21166 Le paquetage LaTeX 
21167 \series bold
21168 hyperref
21169 \series default
21170
21171 \begin_inset Index idx
21172 status collapsed
21173
21174 \begin_layout Plain Layout
21175 Paquetages LaTeX ! hyperref
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \series bold
21182
21183 \series default
21184 qui est activé dans la rubrique 
21185 \family sans
21186 Propriétés du PDF
21187 \family default
21188  de la fenêtre de dialogue 
21189 \family sans
21190 Paramètres du document
21191 \family default
21192  fournit une fonction très utile pour automatiser la création des références
21193  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21194  une section).
21195  Par exemple pour vous éviter de devoir écrire le mot 
21196 \begin_inset Quotes eld
21197 \end_inset
21198
21199 Figure
21200 \begin_inset Quotes erd
21201 \end_inset
21202
21203  devant chaque référence à une figure.
21204  Pour profiter de ce nommage automatique des références croisées, vous devez
21205  activer 
21206 \series bold
21207 hyperref
21208 \series default
21209  et insérer la ligne suivante dans le préambule du document :
21210 \end_layout
21211
21212 \begin_layout Standard
21213
21214 \series bold
21215
21216 \backslash
21217 AtBeginDocument{
21218 \backslash
21219 renewcommand{
21220 \backslash
21221 ref}[1]{
21222 \backslash
21223 mbox{
21224 \backslash
21225 autoref{#1}}}}
21226 \end_layout
21227
21228 \begin_layout Standard
21229 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21230  défaut, par exemple vous préférez le nom 
21231 \begin_inset Quotes eld
21232 \end_inset
21233
21234 sec.
21235 \begin_inset space \thinspace{}
21236 \end_inset
21237
21238
21239 \begin_inset Quotes eld
21240 \end_inset
21241
21242  plutôt que 
21243 \begin_inset Quotes eld
21244 \end_inset
21245
21246 section
21247 \begin_inset Quotes erd
21248 \end_inset
21249
21250 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21251 \end_layout
21252
21253 \begin_layout Standard
21254
21255 \series bold
21256
21257 \backslash
21258 addto
21259 \backslash
21260 extrasenglish{
21261 \backslash
21262 renewcommand{
21263 \backslash
21264 sectionautorefname}
21265 \begin_inset Newline newline
21266 \end_inset
21267
21268
21269 \begin_inset Phantom HPhantom
21270 status open
21271
21272 \begin_layout Plain Layout
21273
21274 \series bold
21275 \begin_inset space ~
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \end_inset
21282
21283 {sec.
21284 \backslash
21285 negthinspace}}
21286 \end_layout
21287
21288 \begin_layout Standard
21289 Si vous utilisez une autre langue que l'anglais, remplacez 
21290 \series bold
21291
21292 \backslash
21293 extrasenglish
21294 \series default
21295  par 
21296 \series bold
21297
21298 \backslash
21299 extras***
21300 \series default
21301 , où *** est le nom de la langue que vous utilisez.
21302
21303 \series bold
21304  
21305 \end_layout
21306
21307 \begin_layout Standard
21308 Pour avoir des noms automatiques, mais pas pour certains types de références,
21309  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21310 \end_layout
21311
21312 \begin_layout Standard
21313
21314 \series bold
21315
21316 \backslash
21317 newlength{
21318 \backslash
21319 abc}
21320 \begin_inset Newline newline
21321 \end_inset
21322
21323
21324 \backslash
21325 settowidth{
21326 \backslash
21327 abc}{
21328 \backslash
21329 space}
21330 \begin_inset Newline newline
21331 \end_inset
21332
21333
21334 \backslash
21335 addto
21336 \backslash
21337 extrasenglish{
21338 \backslash
21339 renewcommand{
21340 \backslash
21341 equationautorefname}
21342 \begin_inset Newline newline
21343 \end_inset
21344
21345
21346 \begin_inset Phantom HPhantom
21347 status open
21348
21349 \begin_layout Plain Layout
21350
21351 \series bold
21352 \begin_inset space ~
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \end_inset
21359
21360 {
21361 \backslash
21362 hspace{-
21363 \backslash
21364 abc}}
21365 \end_layout
21366
21367 \begin_layout Standard
21368 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21369  de 
21370 \series bold
21371 hyperref
21372 \series default
21373  
21374 \begin_inset CommandInset citation
21375 LatexCommand cite
21376 key "hyperref"
21377
21378 \end_inset
21379
21380 .
21381 \end_layout
21382
21383 \begin_layout Standard
21384 \begin_inset Note Greyedout
21385 status open
21386
21387 \begin_layout Plain Layout
21388
21389 \series bold
21390 Note:
21391 \series default
21392  Le nommage automatique de références ne peut être utilisé si vous avez
21393  choisi le style de référence 
21394 \family sans
21395 Référence
21396 \begin_inset space ~
21397 \end_inset
21398
21399 mise
21400 \begin_inset space ~
21401 \end_inset
21402
21403 en
21404 \begin_inset space ~
21405 \end_inset
21406
21407 forme
21408 \family default
21409  décrit dans la section
21410 \begin_inset space ~
21411 \end_inset
21412
21413
21414 \begin_inset CommandInset ref
21415 LatexCommand ref
21416 reference "sub:Formats-Références-Croisées"
21417
21418 \end_inset
21419
21420 .
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \begin_layout Standard
21429 Le manuel 
21430 \emph on
21431 Math
21432 \emph default
21433  est un exemple dans lequel on a utilisé le référencement automatique.
21434 \end_layout
21435
21436 \begin_layout Subsection
21437 Positionnement des Références 
21438 \begin_inset CommandInset label
21439 LatexCommand label
21440 name "sub:Reference-Position"
21441
21442 \end_inset
21443
21444
21445 \begin_inset Index idx
21446 status collapsed
21447
21448 \begin_layout Plain Layout
21449 References@Références ! Positionnement
21450 \end_layout
21451
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \begin_layout Standard
21458 Si vous utilisez le paquetage 
21459 \series bold
21460 hyperref, 
21461 \series default
21462 qui est activé dans la rubrique 
21463 \family sans
21464 Propriétés du PDF
21465 \family default
21466  de la fenêtre de dialogue 
21467 \family sans
21468 Paramètres du document,
21469 \family default
21470  pour lier vos références croisées dans la sortie finale, vous verrez que
21471  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21472  l'image.
21473  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21474  pourrez voir l'image sans faire défiler le texte.
21475  Ce problème vient du fait que le point d'ancrage de la référence se situe
21476  à l'endroit de l'étiquette.
21477  En utilisant le paquetage LaTeX 
21478 \series bold
21479 hypcap
21480 \series default
21481
21482 \begin_inset Index idx
21483 status collapsed
21484
21485 \begin_layout Plain Layout
21486 Paquetages LaTeX ! hypcap
21487 \end_layout
21488
21489 \end_inset
21490
21491 , qui fait partie du paquetage LaTeX 
21492 \series bold
21493 oberdiek
21494 \series default
21495
21496 \begin_inset Index idx
21497 status collapsed
21498
21499 \begin_layout Plain Layout
21500 Paquetages LaTeX ! oberdiek
21501 \end_layout
21502
21503 \end_inset
21504
21505 , le point d'ancrage d'un lien est place en haut du flottant.
21506  Pour utiliser cette fonction avec les flottants de figure, chargez 
21507 \series bold
21508 hypcap
21509 \series default
21510  dans l'entête du document avec la ligne
21511 \end_layout
21512
21513 \begin_layout Standard
21514
21515 \series bold
21516
21517 \backslash
21518 usepackage[figure]{hypcap}
21519 \end_layout
21520
21521 \begin_layout Standard
21522 Vous pouvez aussi utiliser 
21523 \series bold
21524 hypcap
21525 \series default
21526  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21527  raisons de stabilité.
21528  Pour plus d'information, jetez un coup d'œil au manuel d' 
21529 \series bold
21530 hypcap
21531 \series default
21532  
21533 \begin_inset CommandInset citation
21534 LatexCommand cite
21535 key "hypcap"
21536
21537 \end_inset
21538
21539 .
21540 \end_layout
21541
21542 \begin_layout Standard
21543 \begin_inset Note Greyedout
21544 status open
21545
21546 \begin_layout Plain Layout
21547
21548 \series bold
21549 Note:
21550 \series default
21551  
21552 \series bold
21553 hypcap
21554 \series default
21555  n'a aucun effet pour les références à des sous-figures.
21556 \end_layout
21557
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \begin_layout Section
21564 Placement des flottants
21565 \begin_inset CommandInset label
21566 LatexCommand label
21567 name "sec:Placement-flottants"
21568
21569 \end_inset
21570
21571
21572 \begin_inset Index idx
21573 status collapsed
21574
21575 \begin_layout Plain Layout
21576 Flottants ! Placement
21577 \end_layout
21578
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \begin_layout Standard
21585 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21586  de dialogue 
21587 \family sans
21588 Paramètre
21589 \begin_inset space ~
21590 \end_inset
21591
21592 de
21593 \begin_inset space ~
21594 \end_inset
21595
21596 Flottant
21597 \family default
21598  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21599  utilise pour déterminer où placer le flottant.
21600 \begin_inset Newline newline
21601 \end_inset
21602
21603 L'option 
21604 \family sans
21605 Plusieurs
21606 \begin_inset space ~
21607 \end_inset
21608
21609 colonnes
21610 \family default
21611  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21612  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21613  confiné sur une seule colonne.
21614 \begin_inset Newline newline
21615 \end_inset
21616
21617 L'option 
21618 \family sans
21619 Rotation
21620 \begin_inset space ~
21621 \end_inset
21622
21623 90°
21624 \family default
21625  est utilisée pour faire tourner les flottants, voyez la section
21626 \begin_inset space ~
21627 \end_inset
21628
21629
21630 \begin_inset CommandInset ref
21631 LatexCommand ref
21632 reference "sec:Flottants-renversés"
21633
21634 \end_inset
21635
21636 .
21637 \end_layout
21638
21639 \begin_layout Standard
21640 En désactivant l'option 
21641 \family sans
21642 Utilise
21643 \begin_inset space ~
21644 \end_inset
21645
21646 le
21647 \begin_inset space ~
21648 \end_inset
21649
21650 placement
21651 \begin_inset space ~
21652 \end_inset
21653
21654 par
21655 \begin_inset space ~
21656 \end_inset
21657
21658 défaut
21659 \family default
21660  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21661  le placement du flottant:
21662 \end_layout
21663
21664 \begin_layout Description
21665 Ici,
21666 \begin_inset space ~
21667 \end_inset
21668
21669 si
21670 \begin_inset space ~
21671 \end_inset
21672
21673 possible: essaie de placer le flottant à la position où il a été inséré
21674  dans LyX
21675 \end_layout
21676
21677 \begin_layout Description
21678 Haut
21679 \begin_inset space ~
21680 \end_inset
21681
21682 de
21683 \begin_inset space ~
21684 \end_inset
21685
21686 la
21687 \begin_inset space ~
21688 \end_inset
21689
21690 page: essaie de placer le flottant en haut de la page courante
21691 \end_layout
21692
21693 \begin_layout Description
21694 Bas
21695 \begin_inset space ~
21696 \end_inset
21697
21698 de
21699 \begin_inset space ~
21700 \end_inset
21701
21702 la
21703 \begin_inset space ~
21704 \end_inset
21705
21706 page: essaie de placer le flottant en bas de la page courante
21707 \end_layout
21708
21709 \begin_layout Description
21710 Page
21711 \begin_inset space ~
21712 \end_inset
21713
21714 de
21715 \begin_inset space ~
21716 \end_inset
21717
21718 flottants: essaie de placer le flottant sur une page à part, éventuellement
21719  avec d'autres flottants 
21720 \end_layout
21721
21722 \begin_layout Standard
21723 LaTeX utilise
21724 \emph on
21725  toujours 
21726 \emph default
21727 les options dans l'ordre donné ci-dessus.
21728  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21729  d'abord essayer 
21730 \family sans
21731 Ici
21732 \begin_inset space ~
21733 \end_inset
21734
21735 si
21736 \begin_inset space ~
21737 \end_inset
21738
21739 possible
21740 \family default
21741 , ensuite 
21742 \family sans
21743 Haut
21744 \begin_inset space ~
21745 \end_inset
21746
21747 de
21748 \begin_inset space ~
21749 \end_inset
21750
21751 la
21752 \begin_inset space ~
21753 \end_inset
21754
21755 page
21756 \family default
21757 , et ainsi de suite.
21758  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21759  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21760  Si aucune des quatre options de placement n'est possible, la procédure
21761  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21762 \end_layout
21763
21764 \begin_layout Standard
21765 Implicitement, chaque option a ses propres règles d'application:
21766 \end_layout
21767
21768 \begin_layout Standard
21769
21770 \family sans
21771 Haut
21772 \begin_inset space ~
21773 \end_inset
21774
21775 de
21776 \begin_inset space ~
21777 \end_inset
21778
21779 la
21780 \begin_inset space ~
21781 \end_inset
21782
21783 page
21784 \family default
21785  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21786  en haut de page (
21787 \series bold
21788
21789 \backslash
21790 topfraction
21791 \series default
21792 ).
21793 \end_layout
21794
21795 \begin_layout Standard
21796
21797 \family sans
21798 Bas
21799 \begin_inset space ~
21800 \end_inset
21801
21802 de
21803 \begin_inset space ~
21804 \end_inset
21805
21806 la
21807 \begin_inset space ~
21808 \end_inset
21809
21810 page
21811 \family default
21812  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21813  en bas de page (
21814 \series bold
21815
21816 \backslash
21817 bottomfraction
21818 \series default
21819 ).
21820 \end_layout
21821
21822 \begin_layout Standard
21823
21824 \family sans
21825 Page
21826 \begin_inset space ~
21827 \end_inset
21828
21829 de
21830 \begin_inset space ~
21831 \end_inset
21832
21833 flottants
21834 \family default
21835  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21836  si ils occupent plus de 50% de celle-ci (
21837 \series bold
21838
21839 \backslash
21840 floatpagefraction
21841 \series default
21842 ).
21843 \end_layout
21844
21845 \begin_layout Standard
21846 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21847  supplémentaire 
21848 \family sans
21849 Ignorer
21850 \begin_inset space ~
21851 \end_inset
21852
21853 les
21854 \begin_inset space ~
21855 \end_inset
21856
21857 règles
21858 \begin_inset space ~
21859 \end_inset
21860
21861 LaTeX
21862 \family default
21863 \lang english
21864 .
21865 \begin_inset Newline newline
21866 \end_inset
21867
21868
21869 \lang french
21870 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21871  données entre parenthèses après les descriptions des règles données ci-dessus.
21872  Par exemple, pour augmenter à 50
21873 \begin_inset space \thinspace{}
21874 \end_inset
21875
21876 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21877  trop petite, ajoutez cette ligne au préambule de votre document :
21878 \end_layout
21879
21880 \begin_layout Standard
21881
21882 \series bold
21883
21884 \backslash
21885 renewcommand{
21886 \backslash
21887 bottomfraction}{0.5}
21888 \end_layout
21889
21890 \begin_layout Standard
21891 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21892  exactement à l'endroit où vous l'avez inséré.
21893  dans ce cas utilisez l'option 
21894 \family sans
21895 Ici
21896 \begin_inset space ~
21897 \end_inset
21898
21899 à
21900 \begin_inset space ~
21901 \end_inset
21902
21903 tout
21904 \begin_inset space ~
21905 \end_inset
21906
21907 Prix
21908 \family default
21909 .
21910  Utilisez cette option le moins souvent possible et seulement quand le document
21911  est presque prêt à être imprimé.
21912  En effet, le flottant n'est plus capable de 
21913 \begin_inset Quotes eld
21914 \end_inset
21915
21916 flotter
21917 \begin_inset Quotes erd
21918 \end_inset
21919
21920 , ce qui peut perturber toutes les mises en page.
21921 \end_layout
21922
21923 \begin_layout Standard
21924 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21925  sont toujours entourés par le texte d'un paragraphe donné.
21926 \begin_inset VSpace bigskip
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \begin_layout Standard
21933 On peut parfois se trouver dans la situation où un flottant est placé en
21934  haut d'une page alors que la section concernée ne commence qu'au milieu
21935  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21936  la section précédente.
21937  On peut utiliser la commande LaTeX 
21938 \series bold
21939
21940 \backslash
21941 suppressfloats
21942 \series default
21943  pour éviter ce cas.
21944  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21945  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21946  soit placé avant que la section commence.
21947  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21948  votre document :
21949 \end_layout
21950
21951 \begin_layout Standard
21952
21953 \series bold
21954
21955 \backslash
21956 let
21957 \backslash
21958 mySection
21959 \backslash
21960 section
21961 \begin_inset Newline newline
21962 \end_inset
21963
21964
21965 \backslash
21966 renewcommand{
21967 \backslash
21968 section}{
21969 \backslash
21970 suppressfloats[t]
21971 \backslash
21972 mySection}
21973 \end_layout
21974
21975 \begin_layout Standard
21976 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21977  comme les chapitres et les sous-sections.
21978  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21979  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21980  ensuite avoir du mal à trouver un positionnement correct.
21981 \end_layout
21982
21983 \begin_layout Standard
21984 \begin_inset VSpace bigskip
21985 \end_inset
21986
21987 Dans certains cas il est demandé de placer toutes les figures et tous les
21988  tableaux à la fin du document.
21989  C'est pour de telles situations que le paquetage LaTeX 
21990 \series bold
21991 endfloat
21992 \series default
21993
21994 \begin_inset Index idx
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998 Paquetages LaTeX ! endfloat
21999 \end_layout
22000
22001 \end_inset
22002
22003  a été développé.
22004  Il met en effet tous les flottants de figures et de tableaux à la fin du
22005  document dans leurs propres sections.
22006  À la position d'origine du flottant, une indication textuelle du genre
22007  
22008 \begin_inset Quotes eld
22009 \end_inset
22010
22011
22012 \family sans
22013 [Figure
22014 \begin_inset space ~
22015 \end_inset
22016
22017 3.2 
22018 \lang english
22019 about here.
22020 \lang french
22021 ]
22022 \family default
22023
22024 \begin_inset Quotes erd
22025 \end_inset
22026
22027  est insérée.
22028  Le paquetage 
22029 \series bold
22030 endfloat
22031 \series default
22032  est chargé dans le préambule avec la ligne suivante 
22033 \end_layout
22034
22035 \begin_layout Standard
22036
22037 \series bold
22038
22039 \backslash
22040 usepackage[options]{endfloat}
22041 \end_layout
22042
22043 \begin_layout Standard
22044 Il y a aussi de nombreuses options de paquetage pour modifier le format
22045  des sections de figures ou de tableau qui sont créées.
22046  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22047  
22048 \series bold
22049 endfloa
22050 \series default
22051
22052 \begin_inset CommandInset citation
22053 LatexCommand cite
22054 key "endfloat"
22055
22056 \end_inset
22057
22058 .
22059 \begin_inset Newline newline
22060 \end_inset
22061
22062
22063 \begin_inset Note Greyedout
22064 status open
22065
22066 \begin_layout Plain Layout
22067
22068 \series bold
22069 Note: endfloat
22070 \series default
22071  ne fournit pas de traduction automatique de l'indication textuelle, vous
22072  devez donc le faire manuellement, voyez la section
22073 \begin_inset space ~
22074 \end_inset
22075
22076 4 de 
22077 \begin_inset CommandInset citation
22078 LatexCommand cite
22079 key "endfloat"
22080
22081 \end_inset
22082
22083 .
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \begin_inset Newline newline
22090 \end_inset
22091
22092
22093 \begin_inset Note Greyedout
22094 status open
22095
22096 \begin_layout Plain Layout
22097
22098 \series bold
22099 Note:
22100 \series default
22101  Il y a actuellement un bug dans le paquetage 
22102 \series bold
22103 endfloat
22104 \series default
22105  quand la légende contient un 
22106 \begin_inset Quotes eld
22107 \end_inset
22108
22109 ß
22110 \begin_inset Quotes erd
22111 \end_inset
22112
22113  allemand.
22114  Utilisez dans ce cas la commande 
22115 \begin_inset Quotes eld
22116 \end_inset
22117
22118
22119 \series bold
22120
22121 \backslash
22122 ss
22123 \series default
22124
22125 \begin_inset Quotes erd
22126 \end_inset
22127
22128  en code TeX à la place du 
22129 \begin_inset Quotes eld
22130 \end_inset
22131
22132 ß
22133 \begin_inset Quotes erd
22134 \end_inset
22135
22136 .
22137 \end_layout
22138
22139 \end_inset
22140
22141
22142 \end_layout
22143
22144 \begin_layout Standard
22145 \begin_inset VSpace bigskip
22146 \end_inset
22147
22148 Pour plus d'information sur les manières de placer les flottants, jetez
22149  un coup d'œil aux livres sur LaTeX, 
22150 \begin_inset CommandInset citation
22151 LatexCommand cite
22152 key "latexcompanion,latexguide,latexbook"
22153
22154 \end_inset
22155
22156 .
22157 \end_layout
22158
22159 \begin_layout Section
22160 Flottants Renversés
22161 \begin_inset CommandInset label
22162 LatexCommand label
22163 name "sec:Flottants-renversés"
22164
22165 \end_inset
22166
22167
22168 \begin_inset Index idx
22169 status collapsed
22170
22171 \begin_layout Plain Layout
22172 Flottants ! Renversés
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Standard
22181 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22182  tableaux très larges.
22183  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22184  un clic droit sur la boîte du flottant et utilisez l'option 
22185 \family sans
22186 Rotation
22187 \begin_inset space ~
22188 \end_inset
22189
22190 90°
22191 \family default
22192 .
22193 \end_layout
22194
22195 \begin_layout Standard
22196 Les flottants renversés sont systématiquement placés sur leur propre page
22197  ( ou colonne, si vous avez un document sur deux colonnes ).
22198  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22199  
22200 \family sans
22201 Plusieurs
22202 \begin_inset space ~
22203 \end_inset
22204
22205 colonnes
22206 \family default
22207  dans les paramètres du flottant.
22208  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22209  du côté de la marge externe.
22210  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22211  ajouter soit l'option 
22212 \series bold
22213 figuresleft
22214 \series default
22215  soit l'option 
22216 \series bold
22217 figuresright
22218 \series default
22219  aux options de la classe de document.
22220 \end_layout
22221
22222 \begin_layout Standard
22223 Faire référence à un flottant renversé se fait de la même manière que pour
22224  un flottant normal, la mise en forme de la légende est aussi identique
22225  : Le tableau
22226 \begin_inset space ~
22227 \end_inset
22228
22229
22230 \begin_inset CommandInset ref
22231 LatexCommand ref
22232 reference "tab:Tableau-pivoté"
22233
22234 \end_inset
22235
22236  est un exemple de flottant de tableau renversé.
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \begin_inset Note Greyedout
22241 status open
22242
22243 \begin_layout Plain Layout
22244
22245 \series bold
22246 Note:
22247 \series default
22248  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22249  DVI.
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Standard
22258 \begin_inset Float table
22259 wide false
22260 sideways true
22261 status open
22262
22263 \begin_layout Plain Layout
22264 \begin_inset Caption
22265
22266 \begin_layout Plain Layout
22267 \begin_inset CommandInset label
22268 LatexCommand label
22269 name "tab:Tableau-pivoté"
22270
22271 \end_inset
22272
22273  Tableau pivoté
22274 \end_layout
22275
22276 \end_inset
22277
22278
22279 \end_layout
22280
22281 \begin_layout Plain Layout
22282 \align center
22283 \begin_inset Tabular
22284 <lyxtabular version="3" rows="1" columns="5">
22285 <features tabularvalignment="middle">
22286 <column alignment="center" valignment="top" width="0">
22287 <column alignment="center" valignment="top" width="0">
22288 <column alignment="center" valignment="top" width="0">
22289 <column alignment="center" valignment="top" width="0">
22290 <column alignment="center" valignment="top" width="0">
22291 <row>
22292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 test
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 b
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 c
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 d
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 e
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 </lyxtabular>
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \begin_layout Section
22351 Sous-flottants
22352 \begin_inset Index idx
22353 status collapsed
22354
22355 \begin_layout Plain Layout
22356 Flottants ! Sous-flottants
22357 \end_layout
22358
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \begin_layout Standard
22365 Un exemple de sous-flottant : une figure composée de plusieurs images.
22366  On les crée en insérant un flottant dans un flottant existant.
22367  Le positionnement des sous-flottants peut être contrôlé comme pour les
22368  paragraphes comme on le voit avec les tableaux
22369 \begin_inset space ~
22370 \end_inset
22371
22372
22373 \begin_inset CommandInset ref
22374 LatexCommand ref
22375 reference "tab:Deux-sous-tableaux-cote-a-cote"
22376
22377 \end_inset
22378
22379  et 
22380 \begin_inset CommandInset ref
22381 LatexCommand ref
22382 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22383
22384 \end_inset
22385
22386 .
22387 \end_layout
22388
22389 \begin_layout Standard
22390 On fait référence à des sous-flottants comme on le ferait avec des flottants
22391  normaux : Les tableaux
22392 \begin_inset space ~
22393 \end_inset
22394
22395
22396 \begin_inset CommandInset ref
22397 LatexCommand ref
22398 reference "tab:Le-sous-tableau-a"
22399
22400 \end_inset
22401
22402  et 
22403 \begin_inset CommandInset ref
22404 LatexCommand ref
22405 reference "tab:Le-sous-tableau-b"
22406
22407 \end_inset
22408
22409  sont des sous-tableaux du tableau
22410 \begin_inset space ~
22411 \end_inset
22412
22413
22414 \begin_inset CommandInset ref
22415 LatexCommand ref
22416 reference "tab:Deux-sous-tableaux-cote-a-cote"
22417
22418 \end_inset
22419
22420 .
22421 \end_layout
22422
22423 \begin_layout Standard
22424 \begin_inset Float table
22425 wide false
22426 sideways false
22427 status open
22428
22429 \begin_layout Plain Layout
22430 \begin_inset Caption
22431
22432 \begin_layout Plain Layout
22433 \begin_inset CommandInset label
22434 LatexCommand label
22435 name "tab:Deux-sous-tableaux-cote-a-cote"
22436
22437 \end_inset
22438
22439 Deux sous-tableaux placés côte-à-côte.
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \begin_layout Plain Layout
22448 \align center
22449 \begin_inset space \hfill{}
22450 \end_inset
22451
22452
22453 \begin_inset Float table
22454 wide false
22455 sideways false
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459 \begin_inset Caption
22460
22461 \begin_layout Plain Layout
22462 \begin_inset CommandInset label
22463 LatexCommand label
22464 name "tab:Le-sous-tableau-a"
22465
22466 \end_inset
22467
22468 Le sous-tableau a
22469 \end_layout
22470
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \begin_layout Plain Layout
22477 \align center
22478 \begin_inset Tabular
22479 <lyxtabular version="3" rows="1" columns="5">
22480 <features tabularvalignment="middle">
22481 <column alignment="center" valignment="top" width="0">
22482 <column alignment="center" valignment="top" width="0">
22483 <column alignment="center" valignment="top" width="0">
22484 <column alignment="center" valignment="top" width="0">
22485 <column alignment="center" valignment="top" width="0">
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 test
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 b
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509 c
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 d
22519 \end_layout
22520
22521 \end_inset
22522 </cell>
22523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527 e
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 </lyxtabular>
22534
22535 \end_inset
22536
22537
22538 \end_layout
22539
22540 \end_inset
22541
22542
22543 \begin_inset space \hfill{}
22544 \end_inset
22545
22546
22547 \begin_inset Float table
22548 wide false
22549 sideways false
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Caption
22554
22555 \begin_layout Plain Layout
22556 \begin_inset CommandInset label
22557 LatexCommand label
22558 name "tab:Le-sous-tableau-b"
22559
22560 \end_inset
22561
22562 Le sous-tableau b.
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \begin_layout Plain Layout
22571 \align center
22572 \begin_inset Tabular
22573 <lyxtabular version="3" rows="1" columns="5">
22574 <features tabularvalignment="middle">
22575 <column alignment="center" valignment="top" width="0">
22576 <column alignment="center" valignment="top" width="0">
22577 <column alignment="center" valignment="top" width="0">
22578 <column alignment="center" valignment="top" width="0">
22579 <column alignment="center" valignment="top" width="0">
22580 <row>
22581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 e
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 d
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 c
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 b
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 test
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 </lyxtabular>
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635
22636
22637 \begin_inset space \hfill{}
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \begin_layout Standard
22649 \begin_inset Float table
22650 wide false
22651 sideways false
22652 status open
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Caption
22656
22657 \begin_layout Plain Layout
22658 \begin_inset CommandInset label
22659 LatexCommand label
22660 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22661
22662 \end_inset
22663
22664 Deux sous-tableaux placés l'un sur l'autre.
22665  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \begin_layout Plain Layout
22674 \align center
22675 \begin_inset Float table
22676 wide false
22677 sideways false
22678 status collapsed
22679
22680 \begin_layout Plain Layout
22681 \begin_inset Caption
22682
22683 \begin_layout Plain Layout
22684
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Plain Layout
22693 \align center
22694 \begin_inset Tabular
22695 <lyxtabular version="3" rows="1" columns="4">
22696 <features tabularvalignment="middle">
22697 <column alignment="center" valignment="top" width="0">
22698 <column alignment="center" valignment="top" width="0">
22699 <column alignment="center" valignment="top" width="0">
22700 <column alignment="center" valignment="top" width="0">
22701 <row>
22702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 test
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715 test
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 test
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 test
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 </lyxtabular>
22740
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \begin_layout Plain Layout
22752 \align center
22753 \begin_inset Float table
22754 wide false
22755 sideways false
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Caption
22760
22761 \begin_layout Plain Layout
22762
22763 \end_layout
22764
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \begin_layout Plain Layout
22771 \align center
22772 \begin_inset Tabular
22773 <lyxtabular version="3" rows="1" columns="5">
22774 <features tabularvalignment="middle">
22775 <column alignment="center" valignment="top" width="0">
22776 <column alignment="center" valignment="top" width="0">
22777 <column alignment="center" valignment="top" width="0">
22778 <column alignment="center" valignment="top" width="0">
22779 <column alignment="center" valignment="top" width="0">
22780 <row>
22781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 a
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 b
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 c
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 d
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821 e
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 </lyxtabular>
22828
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \begin_layout Section
22845 Flottants côte-à-côte
22846 \begin_inset Index idx
22847 status collapsed
22848
22849 \begin_layout Plain Layout
22850 Flottants ! côte-à-côte
22851 \end_layout
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \begin_layout Standard
22859 Pour placer des flottants côte-à-côte, comme pour la figure
22860 \begin_inset space ~
22861 \end_inset
22862
22863
22864 \begin_inset CommandInset ref
22865 LatexCommand ref
22866 reference "fig:Flottant-gauche"
22867
22868 \end_inset
22869
22870  et 
22871 \begin_inset CommandInset ref
22872 LatexCommand ref
22873 reference "fig:Flottant-droit"
22874
22875 \end_inset
22876
22877 , on n'utilise 
22878 \emph on
22879 qu'un seul 
22880 \emph default
22881 flottant.
22882  On y insère deux boîtes de minipages.
22883 \begin_inset Foot
22884 status collapsed
22885
22886 \begin_layout Plain Layout
22887 Les minipages sont décrites dans la section
22888 \begin_inset space ~
22889 \end_inset
22890
22891
22892 \begin_inset CommandInset ref
22893 LatexCommand ref
22894 reference "sec:Minipages"
22895
22896 \end_inset
22897
22898 .
22899 \end_layout
22900
22901 \end_inset
22902
22903  La largeur est mise à 45
22904 \begin_inset space \thinspace{}
22905 \end_inset
22906
22907 -50
22908 \begin_inset space \thinspace{}
22909 \end_inset
22910
22911 column% et l'alignement de la boîte à 
22912 \family sans
22913 Bas
22914 \family default
22915  pour chaque minipage.
22916  Les boîtes minipages contiennent l'image et la légende exactement comme
22917  avec un flottant.
22918  La seule différence est que l'unité de longueur 
22919 \family sans
22920 Largeur
22921 \begin_inset space ~
22922 \end_inset
22923
22924 colonne
22925 \begin_inset space ~
22926 \end_inset
22927
22928 %
22929 \family default
22930  utilisée pour l'image est maintenant définie par rapport à la largeur des
22931  boîtes minipages.
22932 \end_layout
22933
22934 \begin_layout Standard
22935 \begin_inset Float figure
22936 wide false
22937 sideways false
22938 status open
22939
22940 \begin_layout Plain Layout
22941 \begin_inset Box Frameless
22942 position "b"
22943 hor_pos "c"
22944 has_inner_box 1
22945 inner_pos "t"
22946 use_parbox 0
22947 use_makebox 0
22948 width "45col%"
22949 special "none"
22950 height "1in"
22951 height_special "totalheight"
22952 status open
22953
22954 \begin_layout Plain Layout
22955 \align center
22956 \begin_inset Graphics
22957         filename ../clipart/mobius.eps
22958         lyxscale 50
22959         width 100col%
22960         scaleBeforeRotation
22961
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Caption
22969
22970 \begin_layout Plain Layout
22971 \begin_inset CommandInset label
22972 LatexCommand label
22973 name "fig:Flottant-gauche"
22974
22975 \end_inset
22976
22977 Flottant du côté gauche.
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \begin_inset space \hfill{}
22989 \end_inset
22990
22991
22992 \begin_inset Box Frameless
22993 position "b"
22994 hor_pos "c"
22995 has_inner_box 1
22996 inner_pos "t"
22997 use_parbox 0
22998 use_makebox 0
22999 width "45col%"
23000 special "none"
23001 height "1in"
23002 height_special "totalheight"
23003 status open
23004
23005 \begin_layout Plain Layout
23006 \align center
23007 \begin_inset Graphics
23008         filename ../clipart/platypus.eps
23009         lyxscale 50
23010         width 100col%
23011         scaleBeforeRotation
23012
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \begin_layout Plain Layout
23019 \begin_inset Caption
23020
23021 \begin_layout Plain Layout
23022 \begin_inset CommandInset label
23023 LatexCommand label
23024 name "fig:Flottant-droit"
23025
23026 \end_inset
23027
23028 Flottant du côté droit.
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \begin_layout Section
23047 Mise en Forme de la Légende
23048 \begin_inset Index idx
23049 status collapsed
23050
23051 \begin_layout Plain Layout
23052 Légende ! Mise en forme
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \begin_inset Index idx
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062 Flottants ! Mise en forme de la Légende
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \begin_inset CommandInset label
23069 LatexCommand label
23070 name "sec:Formatage-légende"
23071
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \begin_layout Standard
23078 L'environnement 
23079 \family sans
23080 Légende
23081 \family default
23082  est l'environnement de paragraphe implicite pour les 
23083 \family sans
23084 flottants
23085 \family default
23086 .
23087  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23088  par exemple 
23089 \begin_inset Quotes eld
23090 \end_inset
23091
23092
23093 \family sans
23094 Figure #:
23095 \family default
23096
23097 \begin_inset Quotes erd
23098 \end_inset
23099
23100  suivi par le texte de la légende.
23101  Le 
23102 \begin_inset Quotes eld
23103 \end_inset
23104
23105 #
23106 \begin_inset Quotes erd
23107 \end_inset
23108
23109  étant remplacé par le numéro de référence réel.
23110  implicitement l'étiquette et le numéro sont dans la même police de caractères
23111  que le texte de la légende et deux points suivent le numéro pour séparer
23112  l'étiquette du texte.
23113  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23114 \end_layout
23115
23116 \begin_layout Standard
23117 Pour modifier le format implicite des légendes, il faut charger le paquetage
23118  LaTeX 
23119 \series bold
23120 caption
23121 \series default
23122
23123 \begin_inset Index idx
23124 status collapsed
23125
23126 \begin_layout Plain Layout
23127 Paquetages LaTeX ! caption
23128 \end_layout
23129
23130 \end_inset
23131
23132  dans le préambule de votre document avec la ligne suivante :
23133 \end_layout
23134
23135 \begin_layout Standard
23136
23137 \series bold
23138
23139 \backslash
23140 usepackage[format definition]{caption}
23141 \end_layout
23142
23143 \begin_layout Standard
23144 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23145  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23146  dans ce document, utilisez les commandes suivantes :
23147 \end_layout
23148
23149 \begin_layout Standard
23150
23151 \series bold
23152
23153 \backslash
23154 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23155 \end_layout
23156
23157 \begin_layout Standard
23158 Vous pouvez aussi définir des formats de légendes différents pour les différents
23159  types de flottants.
23160  Dans ce cas chargez le paquetage 
23161 \series bold
23162 caption 
23163 \series default
23164 sans option de format spécifique et définissez les différents formats à
23165  l'aide de la commande 
23166 \end_layout
23167
23168 \begin_layout Standard
23169
23170 \series bold
23171
23172 \backslash
23173 captionsetup[type de flottant]{définition du format}
23174 \end_layout
23175
23176 \begin_layout Standard
23177 dans le préambule du document.
23178  Par exemple les formats de légende de la Figure
23179 \begin_inset space ~
23180 \end_inset
23181
23182
23183 \begin_inset CommandInset ref
23184 LatexCommand ref
23185 reference "fig:Legende-de-fig"
23186
23187 \end_inset
23188
23189  et du Tableau
23190 \begin_inset space ~
23191 \end_inset
23192
23193
23194 \begin_inset CommandInset ref
23195 LatexCommand ref
23196 reference "tab:Légende-de-tab"
23197
23198 \end_inset
23199
23200  peuvent être créés en utilisant les commandes suivantes dans le préambule
23201  :
23202 \end_layout
23203
23204 \begin_layout Standard
23205
23206 \series bold
23207
23208 \backslash
23209 usepackage[tableposition=top]{caption}
23210 \series default
23211
23212 \begin_inset Newline newline
23213 \end_inset
23214
23215
23216 \series bold
23217
23218 \backslash
23219 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23220 \begin_inset Newline newline
23221 \end_inset
23222
23223
23224 \begin_inset Phantom HPhantom
23225 status open
23226
23227 \begin_layout Plain Layout
23228
23229 \series bold
23230
23231 \backslash
23232 captionsetup[figure]{
23233 \end_layout
23234
23235 \end_inset
23236
23237 labelsep=period}
23238 \begin_inset Newline newline
23239 \end_inset
23240
23241
23242 \backslash
23243 captionsetup[table]{labelfont={bf,sf}}
23244 \end_layout
23245
23246 \begin_layout Standard
23247 \begin_inset Note Greyedout
23248 status open
23249
23250 \begin_layout Plain Layout
23251
23252 \series bold
23253 Note:
23254 \series default
23255  L'option 
23256 \series bold
23257 tableposition=top
23258 \series default
23259  n'a pas d'effet quand on utilise un document de classe 
23260 \series bold
23261 KOMA-Script
23262 \series default
23263
23264 \begin_inset Index idx
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268 Paquetages LaTeX ! KOMA-Script
23269 \end_layout
23270
23271 \end_inset
23272
23273 .
23274  Dans ce cas on doit utiliser l'option 
23275 \series bold
23276 captions=tableheading
23277 \series default
23278  de la classe de document.
23279 \end_layout
23280
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \begin_layout Standard
23287 Pour plus d'information sur le paquetage 
23288 \series bold
23289 caption
23290 \series default
23291  nous vous renvoyons à sa documentation 
23292 \begin_inset CommandInset citation
23293 LatexCommand cite
23294 key "caption"
23295
23296 \end_inset
23297
23298 .
23299 \end_layout
23300
23301 \begin_layout Standard
23302 Pour changer le nom de l'étiquette, par exemple de 
23303 \begin_inset Quotes eld
23304 \end_inset
23305
23306 Figure
23307 \begin_inset Quotes erd
23308 \end_inset
23309
23310  à 
23311 \begin_inset Quotes eld
23312 \end_inset
23313
23314 Image
23315 \begin_inset Quotes erd
23316 \end_inset
23317
23318 , utilisez la commande suivante dans le préambule :
23319 \end_layout
23320
23321 \begin_layout Standard
23322
23323 \series bold
23324
23325 \backslash
23326 renewcommand{
23327 \backslash
23328 fnum@figure}{Image~
23329 \backslash
23330 thefigure}
23331 \end_layout
23332
23333 \begin_layout Standard
23334 où 
23335 \series bold
23336
23337 \backslash
23338 thefigure
23339 \series default
23340  insère le numéro de la figure et
23341 \series bold
23342  
23343 \begin_inset Quotes eld
23344 \end_inset
23345
23346 ~
23347 \series default
23348
23349 \begin_inset Quotes erd
23350 \end_inset
23351
23352  ajoute une espace insécable.
23353 \end_layout
23354
23355 \begin_layout Standard
23356 \begin_inset VSpace bigskip
23357 \end_inset
23358
23359 Si vous utilisez un document de classe 
23360 \series bold
23361 KOMA-Script
23362 \series default
23363
23364 \begin_inset Index idx
23365 status collapsed
23366
23367 \begin_layout Plain Layout
23368 Paquetages LaTeX ! KOMA-Script
23369 \end_layout
23370
23371 \end_inset
23372
23373  (
23374 \family sans
23375 article (KOMA-Script)
23376 \family default
23377
23378 \family sans
23379 book (KOMA-Script)
23380 \family default
23381
23382 \family sans
23383 letter (KOMA-Script)
23384 \family default
23385 , ou 
23386 \family sans
23387 report (KOMA-Script)
23388 \family default
23389
23390 \begin_inset space \thinspace{}
23391 \end_inset
23392
23393 ), Vous pouvez utiliser la commande incorporée 
23394 \series bold
23395
23396 \backslash
23397 setkomafont 
23398 \series default
23399 du paquetage
23400 \series bold
23401  KOMA-Script 
23402 \series default
23403 à la place du paquetage
23404 \series bold
23405  caption.
23406  
23407 \series default
23408 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23409  suivante au préambule de votre document :
23410 \end_layout
23411
23412 \begin_layout Standard
23413
23414 \series bold
23415
23416 \backslash
23417 setkomafont{captionlabel}{
23418 \backslash
23419 bfseries}
23420 \end_layout
23421
23422 \begin_layout Standard
23423 Pour plus d'information au sujet de 
23424 \series bold
23425
23426 \backslash
23427 setkomafont
23428 \series default
23429  nous vous renvoyons à la documentation du paquetage 
23430 \series bold
23431 KOMA-Script
23432 \series default
23433  
23434 \begin_inset CommandInset citation
23435 LatexCommand cite
23436 key "KOMA-Script"
23437
23438 \end_inset
23439
23440 .
23441 \end_layout
23442
23443 \begin_layout Standard
23444 \begin_inset ERT
23445 status collapsed
23446
23447 \begin_layout Plain Layout
23448
23449
23450 \backslash
23451 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23452 }
23453 \end_layout
23454
23455 \end_inset
23456
23457
23458 \begin_inset Note Note
23459 status open
23460
23461 \begin_layout Plain Layout
23462 Le format de la légende n'est modifié que pour cet exemple.
23463 \end_layout
23464
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \begin_layout Standard
23471 \begin_inset Float figure
23472 placement !p
23473 wide false
23474 sideways false
23475 status open
23476
23477 \begin_layout Plain Layout
23478 \align center
23479 \begin_inset Graphics
23480         filename ../clipart/mobius.eps
23481         lyxscale 50
23482         scale 50
23483         scaleBeforeRotation
23484
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Caption
23492
23493 \begin_layout Plain Layout
23494 \begin_inset CommandInset label
23495 LatexCommand label
23496 name "fig:Legende-de-fig"
23497
23498 \end_inset
23499
23500 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23501  pour montrer les différents types de formats de légendes.
23502  Ici on a utilisé un format de légende personnalisé.
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \begin_layout Standard
23516 \begin_inset ERT
23517 status collapsed
23518
23519 \begin_layout Plain Layout
23520
23521
23522 \backslash
23523 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23524 on}
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \begin_layout Standard
23533 \begin_inset Float table
23534 placement !p
23535 wide false
23536 sideways false
23537 status open
23538
23539 \begin_layout Plain Layout
23540 \begin_inset Caption
23541
23542 \begin_layout Plain Layout
23543 \begin_inset CommandInset label
23544 LatexCommand label
23545 name "tab:Légende-de-tab"
23546
23547 \end_inset
23548
23549 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23550  pour montrer les différents types de formats de légendes.
23551  Ici on a utilisé le format de légende implicite.
23552 \end_layout
23553
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \begin_layout Plain Layout
23560 \align center
23561 \begin_inset Tabular
23562 <lyxtabular version="3" rows="1" columns="5">
23563 <features tabularvalignment="middle">
23564 <column alignment="center" valignment="top" width="0">
23565 <column alignment="center" valignment="top" width="0">
23566 <column alignment="center" valignment="top" width="0">
23567 <column alignment="center" valignment="top" width="0">
23568 <column alignment="center" valignment="top" width="0">
23569 <row>
23570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 a
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583 b
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 c
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 d
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 e
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 </row>
23616 </lyxtabular>
23617
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \begin_layout Section
23629 Positionnement de la Légende
23630 \begin_inset Index idx
23631 status collapsed
23632
23633 \begin_layout Plain Layout
23634 Légende ! Placement
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \begin_inset Index idx
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644 Flottants ! Placement de la légende
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \begin_inset CommandInset label
23651 LatexCommand label
23652 name "sec:Placement-légende"
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660 La règle habituelle pour placer la légende est :
23661 \end_layout
23662
23663 \begin_layout Description
23664 Figure
23665 \begin_inset space ~
23666 \end_inset
23667
23668 : La légende est placée en dessous de la figure
23669 \end_layout
23670
23671 \begin_layout Description
23672 Tableau
23673 \begin_inset space ~
23674 \end_inset
23675
23676 : La légende est placée au dessus du tableau
23677 \end_layout
23678
23679 \begin_layout Standard
23680 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23681  au dessus des tableaux.
23682  Ce qui fait que si vous utilisez une des classes de document 
23683 \family sans
23684 article
23685 \family default
23686
23687 \family sans
23688 book
23689 \family default
23690
23691 \family sans
23692 letter
23693 \family default
23694 , ou 
23695 \family sans
23696 report
23697 \family default
23698  il n'y aura pas d'espace libre entre la légende et le tableau.
23699  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23700  de chargement du paquetage LaTeX 
23701 \series bold
23702 caption
23703 \series default
23704  dans le préambule de votre document
23705 \begin_inset Foot
23706 status open
23707
23708 \begin_layout Plain Layout
23709 Voir la section
23710 \begin_inset space ~
23711 \end_inset
23712
23713
23714 \begin_inset CommandInset ref
23715 LatexCommand ref
23716 reference "sec:Formatage-légende"
23717
23718 \end_inset
23719
23720  pour plus d'information sur le paquetage 
23721 \series bold
23722 caption
23723 \series default
23724 .
23725 \end_layout
23726
23727 \end_inset
23728
23729 :
23730 \end_layout
23731
23732 \begin_layout Standard
23733
23734 \series bold
23735 tableposition=top
23736 \end_layout
23737
23738 \begin_layout Standard
23739 Si vous utilisez une classe de document 
23740 \series bold
23741 KOMA-Script
23742 \series default
23743
23744 \begin_inset Index idx
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748 Paquetages LaTeX ! KOMA-Script
23749 \end_layout
23750
23751 \end_inset
23752
23753  (
23754 \family sans
23755 article (KOMA-Script)
23756 \family default
23757
23758 \family sans
23759 book (KOMA-Script)
23760 \family default
23761
23762 \family sans
23763 letter (KOMA-Script)
23764 \family default
23765 , ou 
23766 \family sans
23767 report (KOMA-Script)
23768 \family default
23769
23770 \begin_inset space \thinspace{}
23771 \end_inset
23772
23773 ), vous pouvez utiliser à la place du paquetage 
23774 \series bold
23775 caption
23776 \series default
23777  l'option 
23778 \series bold
23779 captions=tableheading
23780 \series default
23781  de la classe de document.
23782 \end_layout
23783
23784 \begin_layout Standard
23785 \begin_inset VSpace bigskip
23786 \end_inset
23787
23788 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23789  Pour cela, vous devez charger le paquetage LaTeX 
23790 \series bold
23791 sidecap
23792 \series default
23793
23794 \begin_inset Index idx
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798 Paquetages LaTeX ! sidecap
23799 \end_layout
23800
23801 \end_inset
23802
23803  dans le préambule de votre document avec la ligne de commande suivante
23804 \end_layout
23805
23806 \begin_layout Standard
23807
23808 \series bold
23809
23810 \backslash
23811 usepackage[option]{sidecap}
23812 \end_layout
23813
23814 \begin_layout Standard
23815 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23816  extérieure – à droite sur les pages impaires et à gauche sur les pages
23817  paires.
23818  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23819  
23820 \series bold
23821 innercaption
23822 \series default
23823 .
23824  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23825  
23826 \series bold
23827 rightcaption
23828 \series default
23829  ou 
23830 \series bold
23831 leftcaption
23832 \series default
23833 .
23834 \end_layout
23835
23836 \begin_layout Standard
23837 \begin_inset ERT
23838 status collapsed
23839
23840 \begin_layout Plain Layout
23841
23842
23843 \backslash
23844 ifsidecap
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \begin_inset Note Note
23851 status open
23852
23853 \begin_layout Plain Layout
23854 La section suivante ne sera affichée que si le paquetage LaTeX 
23855 \series bold
23856 sidecap
23857 \series default
23858  a été installé.
23859 \end_layout
23860
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \begin_layout Standard
23867 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23868  ajouter ces commandes dans le préambule de votre document :
23869 \end_layout
23870
23871 \begin_layout Standard
23872 \noindent
23873 \begin_inset CommandInset line
23874 LatexCommand rule
23875 offset "0.5ex"
23876 width "100line%"
23877 height "1pt"
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885
23886 \series bold
23887
23888 \backslash
23889 newcommand{
23890 \backslash
23891 TabBesBeg}{%
23892 \begin_inset Newline newline
23893 \end_inset
23894
23895
23896 \begin_inset Phantom HPhantom
23897 status open
23898
23899 \begin_layout Plain Layout
23900
23901 \series bold
23902 \begin_inset space ~
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909
23910
23911 \backslash
23912 let
23913 \backslash
23914 MyTable
23915 \backslash
23916 table
23917 \begin_inset Newline newline
23918 \end_inset
23919
23920
23921 \begin_inset Phantom HPhantom
23922 status open
23923
23924 \begin_layout Plain Layout
23925
23926 \series bold
23927 \begin_inset space ~
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934
23935
23936 \backslash
23937 let
23938 \backslash
23939 MyEndtable
23940 \backslash
23941 endtable
23942 \begin_inset Newline newline
23943 \end_inset
23944
23945
23946 \begin_inset Phantom HPhantom
23947 status open
23948
23949 \begin_layout Plain Layout
23950
23951 \series bold
23952 \begin_inset space ~
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959
23960
23961 \backslash
23962 renewenvironment{table}{
23963 \backslash
23964 begin{SCtable}}{
23965 \backslash
23966 end{SCtable}}}
23967 \end_layout
23968
23969 \begin_layout Standard
23970
23971 \series bold
23972
23973 \backslash
23974 newcommand{
23975 \backslash
23976 TabBesEnd}{%
23977 \begin_inset Newline newline
23978 \end_inset
23979
23980
23981 \begin_inset Phantom HPhantom
23982 status open
23983
23984 \begin_layout Plain Layout
23985
23986 \series bold
23987 \begin_inset space ~
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \backslash
23997 let
23998 \backslash
23999 table
24000 \backslash
24001 MyTable
24002 \begin_inset Newline newline
24003 \end_inset
24004
24005
24006 \begin_inset Phantom HPhantom
24007 status open
24008
24009 \begin_layout Plain Layout
24010
24011 \series bold
24012 \begin_inset space ~
24013 \end_inset
24014
24015
24016 \end_layout
24017
24018 \end_inset
24019
24020
24021 \backslash
24022 let
24023 \backslash
24024 endtable
24025 \backslash
24026 MyEndtable
24027 \end_layout
24028
24029 \begin_layout Standard
24030
24031 \series bold
24032
24033 \backslash
24034 newcommand{
24035 \backslash
24036 FigBesBeg}{%
24037 \begin_inset Newline newline
24038 \end_inset
24039
24040
24041 \begin_inset Phantom HPhantom
24042 status open
24043
24044 \begin_layout Plain Layout
24045
24046 \series bold
24047 \begin_inset space ~
24048 \end_inset
24049
24050
24051 \end_layout
24052
24053 \end_inset
24054
24055
24056 \backslash
24057 let
24058 \backslash
24059 MyFigure
24060 \backslash
24061 figure
24062 \begin_inset Newline newline
24063 \end_inset
24064
24065
24066 \begin_inset Phantom HPhantom
24067 status open
24068
24069 \begin_layout Plain Layout
24070
24071 \series bold
24072 \begin_inset space ~
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \end_inset
24079
24080
24081 \backslash
24082 let
24083 \backslash
24084 MyEndfigure
24085 \backslash
24086 endfigure
24087 \begin_inset Newline newline
24088 \end_inset
24089
24090
24091 \begin_inset Phantom HPhantom
24092 status open
24093
24094 \begin_layout Plain Layout
24095
24096 \series bold
24097 \begin_inset space ~
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \end_inset
24104
24105
24106 \backslash
24107 renewenvironment{figure}{
24108 \backslash
24109 begin{SCfigure}}{
24110 \backslash
24111 end{SCfigure}}}
24112 \end_layout
24113
24114 \begin_layout Standard
24115
24116 \series bold
24117
24118 \backslash
24119 newcommand{
24120 \backslash
24121 FigBesEnd}{%
24122 \begin_inset Newline newline
24123 \end_inset
24124
24125
24126 \begin_inset Phantom HPhantom
24127 status open
24128
24129 \begin_layout Plain Layout
24130
24131 \series bold
24132 \begin_inset space ~
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \end_inset
24139
24140
24141 \backslash
24142 let
24143 \backslash
24144 figure
24145 \backslash
24146 MyFigure
24147 \begin_inset Newline newline
24148 \end_inset
24149
24150
24151 \begin_inset Phantom HPhantom
24152 status open
24153
24154 \begin_layout Plain Layout
24155
24156 \series bold
24157 \begin_inset space ~
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \backslash
24167 let
24168 \backslash
24169 endfigure
24170 \backslash
24171 MyEndfigure}
24172 \end_layout
24173
24174 \begin_layout Standard
24175 \noindent
24176 \begin_inset CommandInset line
24177 LatexCommand rule
24178 offset "0.5ex"
24179 width "100line%"
24180 height "1pt"
24181
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \begin_layout Standard
24188 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24189  la légende se place sur le côté.
24190  Pour les flottants de figure, utilisez la commande
24191 \end_layout
24192
24193 \begin_layout Standard
24194
24195 \series bold
24196
24197 \backslash
24198 FigBesBeg
24199 \end_layout
24200
24201 \begin_layout Standard
24202 en code TeX avant le flottant.
24203  Après le flottant, insérez la commande
24204 \end_layout
24205
24206 \begin_layout Standard
24207
24208 \series bold
24209
24210 \backslash
24211 FigBesEnd
24212 \end_layout
24213
24214 \begin_layout Standard
24215 en code TeX pour revenir à la définition originale du flottant.
24216 \end_layout
24217
24218 \begin_layout Standard
24219 Pour les flottants de tableau, utilisez les commandes correspondantes
24220 \end_layout
24221
24222 \begin_layout Standard
24223
24224 \series bold
24225
24226 \backslash
24227 TabBesBeg
24228 \series default
24229  et 
24230 \series bold
24231
24232 \backslash
24233 TabBesEnd
24234 \end_layout
24235
24236 \begin_layout Standard
24237 La figure
24238 \begin_inset space ~
24239 \end_inset
24240
24241
24242 \begin_inset CommandInset ref
24243 LatexCommand ref
24244 reference "fig:legende-a-coté-fig"
24245
24246 \end_inset
24247
24248  et le tableau
24249 \begin_inset space ~
24250 \end_inset
24251
24252
24253 \begin_inset CommandInset ref
24254 LatexCommand ref
24255 reference "tab:legende-à-coté-tableau"
24256
24257 \end_inset
24258
24259  sont des exemples où la légende a été mises sur le coté.
24260 \end_layout
24261
24262 \begin_layout Standard
24263 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24264  pour les flottants de tableau et vers le bas pour les flottants de figure.
24265  Pour changer ce comportement, vous pouvez utiliser les commandes
24266 \end_layout
24267
24268 \begin_layout Standard
24269
24270 \series bold
24271
24272 \backslash
24273 sidecaptionvpos{type flottant}{placement}
24274 \end_layout
24275
24276 \begin_layout Standard
24277 dans le préambule du document ou en code TeX juste avant le flottant visé.
24278  Le type du flottant est soit 
24279 \family sans
24280 figure
24281 \family default
24282  soit 
24283 \family sans
24284 table
24285 \family default
24286 , le placement peut être 
24287 \begin_inset Quotes eld
24288 \end_inset
24289
24290
24291 \family sans
24292 t
24293 \family default
24294
24295 \begin_inset Quotes erd
24296 \end_inset
24297
24298  pour haut (top), 
24299 \begin_inset Quotes eld
24300 \end_inset
24301
24302
24303 \family sans
24304 c
24305 \family default
24306
24307 \begin_inset Quotes erd
24308 \end_inset
24309
24310  pour centre (center), ou 
24311 \begin_inset Quotes eld
24312 \end_inset
24313
24314
24315 \family sans
24316 b
24317 \family default
24318
24319 \begin_inset Quotes erd
24320 \end_inset
24321
24322  pour bas (bottom).
24323  Pour que, par exemple, les légendes des flottants de figure soient centrés
24324  verticalement, utilisez la commande
24325 \end_layout
24326
24327 \begin_layout Standard
24328
24329 \series bold
24330
24331 \backslash
24332 sidecaptionvpos{figure}{c}
24333 \end_layout
24334
24335 \begin_layout Standard
24336 C'est ce qui a été utilisé pour la figure
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \begin_inset CommandInset ref
24342 LatexCommand ref
24343 reference "fig:legende-à-coté-fig-2"
24344
24345 \end_inset
24346
24347 .
24348 \end_layout
24349
24350 \begin_layout Standard
24351 \begin_inset VSpace medskip
24352 \end_inset
24353
24354 Pour plus d'information sur le paquetage 
24355 \series bold
24356 sidecap
24357 \series default
24358  nous vous renvoyons à sa documentation 
24359 \begin_inset CommandInset citation
24360 LatexCommand cite
24361 key "sidecap"
24362
24363 \end_inset
24364
24365 .
24366 \end_layout
24367
24368 \begin_layout Standard
24369 \begin_inset Note Greyedout
24370 status open
24371
24372 \begin_layout Plain Layout
24373
24374 \series bold
24375 Note:
24376 \series default
24377  Le paquetage LaTeX 
24378 \series bold
24379 hypcap
24380 \series default
24381
24382 \begin_inset Index idx
24383 status collapsed
24384
24385 \begin_layout Plain Layout
24386 Paquetages LaTeX ! hypcap
24387 \end_layout
24388
24389 \end_inset
24390
24391 , qui est décrit dans la section
24392 \begin_inset space ~
24393 \end_inset
24394
24395
24396 \begin_inset CommandInset ref
24397 LatexCommand ref
24398 reference "sub:Reference-Position"
24399
24400 \end_inset
24401
24402 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24403 \end_layout
24404
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \begin_layout Standard
24411 \begin_inset ERT
24412 status collapsed
24413
24414 \begin_layout Plain Layout
24415
24416
24417 \backslash
24418 FigBesBeg 
24419 \end_layout
24420
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \begin_layout Standard
24427 \begin_inset Float figure
24428 wide false
24429 sideways false
24430 status open
24431
24432 \begin_layout Plain Layout
24433 \begin_inset Graphics
24434         filename ../clipart/escher-lsd.eps
24435         scale 75
24436         scaleBeforeRotation
24437
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \begin_layout Plain Layout
24444 \begin_inset Caption
24445
24446 \begin_layout Plain Layout
24447 \begin_inset CommandInset label
24448 LatexCommand label
24449 name "fig:legende-a-coté-fig"
24450
24451 \end_inset
24452
24453 Une légende à côté d'une figure.
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \begin_layout Standard
24467 \begin_inset ERT
24468 status collapsed
24469
24470 \begin_layout Plain Layout
24471
24472
24473 \backslash
24474 TabBesBeg 
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Standard
24483 \begin_inset Float table
24484 wide false
24485 sideways false
24486 status open
24487
24488 \begin_layout Plain Layout
24489 \begin_inset Caption
24490
24491 \begin_layout Plain Layout
24492 \begin_inset CommandInset label
24493 LatexCommand label
24494 name "tab:legende-à-coté-tableau"
24495
24496 \end_inset
24497
24498 Une légende à côté d'un tableau.
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Tabular
24508 <lyxtabular version="3" rows="4" columns="5">
24509 <features tabularvalignment="middle">
24510 <column alignment="center" valignment="top" width="0">
24511 <column alignment="center" valignment="top" width="0">
24512 <column alignment="center" valignment="top" width="0">
24513 <column alignment="center" valignment="top" width="0">
24514 <column alignment="center" valignment="top" width="0">
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 a
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538 b
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 c
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576 d
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Plain Layout
24594 e
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 </row>
24609 <row>
24610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Plain Layout
24614 f
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 g
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650 h
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 </row>
24656 <row>
24657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 i
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24685 \begin_inset Text
24686
24687 \begin_layout Plain Layout
24688 j
24689 \end_layout
24690
24691 \end_inset
24692 </cell>
24693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 </row>
24703 </lyxtabular>
24704
24705 \end_inset
24706
24707
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \end_layout
24714
24715 \begin_layout Standard
24716 \begin_inset ERT
24717 status collapsed
24718
24719 \begin_layout Plain Layout
24720
24721
24722 \backslash
24723 TabBesEnd
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732 \begin_inset ERT
24733 status collapsed
24734
24735 \begin_layout Plain Layout
24736
24737
24738 \backslash
24739 sidecaptionvpos{figure}{c}
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \begin_inset Float figure
24746 wide false
24747 sideways false
24748 status open
24749
24750 \begin_layout Plain Layout
24751 \begin_inset Graphics
24752         filename ../clipart/escher-lsd.eps
24753         scale 75
24754         scaleBeforeRotation
24755
24756 \end_inset
24757
24758
24759 \end_layout
24760
24761 \begin_layout Plain Layout
24762 \begin_inset Caption
24763
24764 \begin_layout Plain Layout
24765 \begin_inset CommandInset label
24766 LatexCommand label
24767 name "fig:legende-à-coté-fig-2"
24768
24769 \end_inset
24770
24771 Une légende centrée verticalement à côté d'une figure.
24772 \end_layout
24773
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \begin_layout Standard
24785 \begin_inset ERT
24786 status collapsed
24787
24788 \begin_layout Plain Layout
24789
24790
24791 \backslash
24792 FigBesEnd
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 \begin_inset ERT
24802 status collapsed
24803
24804 \begin_layout Plain Layout
24805
24806
24807 \backslash
24808 else
24809 \end_layout
24810
24811 \end_inset
24812
24813
24814 \begin_inset Note Note
24815 status open
24816
24817 \begin_layout Plain Layout
24818 Ce qui suit sera affiché si le paquetage LaTeX 
24819 \series bold
24820 sidecap
24821 \series default
24822  n'est pas installé :
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Standard
24831 Vous devez installer le paquetage LaTeX 
24832 \series bold
24833 sidecap
24834 \series default
24835  pour voir la suite de cette section dans la sortie imprimée.
24836 \end_layout
24837
24838 \begin_layout Standard
24839 \begin_inset ERT
24840 status collapsed
24841
24842 \begin_layout Plain Layout
24843
24844
24845 \backslash
24846 fi
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Section
24855 Les Listes de Flottants
24856 \begin_inset Index idx
24857 status collapsed
24858
24859 \begin_layout Plain Layout
24860 Flottants ! Listes de Flottants
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \begin_layout Standard
24869 De la même façon que la table des matières fait la liste des sections du
24870  document, il y a des listes pour tous les types de flottants, comme par
24871  exemple pour les figures du document.
24872  Vous pouvez les insérer en utilisant le menu 
24873 \family sans
24874 Insérer\SpecialChar \menuseparator
24875 Listes
24876 \begin_inset space ~
24877 \end_inset
24878
24879 &
24880 \begin_inset space ~
24881 \end_inset
24882
24883 TdM
24884 \family default
24885 .
24886 \end_layout
24887
24888 \begin_layout Standard
24889 Les entrées de la liste sont la légende du flottant ou éventuellement le
24890  titre court, le numéro du flottant, et le numéro de la page où le flottant
24891  apparaît dans le document.
24892 \end_layout
24893
24894 \begin_layout Standard
24895 Vous trouverez à la fin de ce document une liste des figures et une liste
24896  des tableaux.
24897 \end_layout
24898
24899 \begin_layout Chapter
24900 Notes
24901 \end_layout
24902
24903 \begin_layout Section
24904 Les Notes de LyX
24905 \begin_inset Index idx
24906 status collapsed
24907
24908 \begin_layout Plain Layout
24909 Notes ! Notes LyX 
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 On peut insérer une note en utilisant le bouton 
24919 \begin_inset Graphics
24920         filename ../../images/note-insert.png
24921         scale 85
24922         scaleBeforeRotation
24923
24924 \end_inset
24925
24926  de la barre d'outils ou avec le menu 
24927 \family sans
24928 Insérer\SpecialChar \menuseparator
24929 Note
24930 \family default
24931 .
24932  Il y a trois types de notes :
24933 \end_layout
24934
24935 \begin_layout Description
24936 Note
24937 \begin_inset space ~
24938 \end_inset
24939
24940 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
24941  finale.
24942  La boîte de cette note ressemble à ceci :
24943 \begin_inset Newline newline
24944 \end_inset
24945
24946
24947 \begin_inset Newline newline
24948 \end_inset
24949
24950
24951 \begin_inset Graphics
24952         filename clipart/LyXNoteImageQt4.png
24953         display false
24954         scale 65
24955         scaleBeforeRotation
24956
24957 \end_inset
24958
24959  
24960 \begin_inset Note Note
24961 status open
24962
24963 \begin_layout Plain Layout
24964 Le texte de cette note n'apparaîtra pas à l'impression.
24965 \end_layout
24966
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \begin_layout Description
24973 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
24974  il est inséré comme un commentaire LaTeX quand vous exportez votre document
24975  vers un fichier au format LaTeX avec le menu 
24976 \family sans
24977 Fichier\SpecialChar \menuseparator
24978 Exporter\SpecialChar \menuseparator
24979 LaTeX (pdflatex) / (plain)
24980 \family default
24981 .
24982  La boîte de cette note ressemble à ceci :
24983 \begin_inset Newline newline
24984 \end_inset
24985
24986
24987 \begin_inset Newline newline
24988 \end_inset
24989
24990
24991 \begin_inset Graphics
24992         filename clipart/CommentNoteImageQt4.png
24993         display false
24994         scale 55
24995         scaleBeforeRotation
24996
24997 \end_inset
24998
24999
25000 \lang english
25001  
25002 \lang french
25003
25004 \begin_inset Note Comment
25005 status open
25006
25007 \begin_layout Plain Layout
25008 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25009  LaTeX.
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \begin_layout Description
25018 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25019  La boîte de cette note ressemble à ceci :
25020 \lang english
25021
25022 \begin_inset Newline newline
25023 \end_inset
25024
25025
25026 \lang french
25027
25028 \begin_inset Newline newline
25029 \end_inset
25030
25031
25032 \begin_inset Graphics
25033         filename clipart/GreyedOutNoteImageQt4.png
25034         lyxscale 80
25035         display false
25036         scale 55
25037         scaleBeforeRotation
25038
25039 \end_inset
25040
25041
25042 \begin_inset Newline newline
25043 \end_inset
25044
25045
25046 \begin_inset ERT
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050
25051
25052 \backslash
25053 renewenvironment{lyxgreyedout}
25054 \end_layout
25055
25056 \begin_layout Plain Layout
25057
25058 {
25059 \backslash
25060 textcolor[gray]{0.8}
25061 \backslash
25062 bgroup}{
25063 \backslash
25064 egroup}
25065 \end_layout
25066
25067 \end_inset
25068
25069
25070 \begin_inset Note Greyedout
25071 status open
25072
25073 \begin_layout Plain Layout
25074 Le texte
25075 \begin_inset Foot
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25080  grisé.
25081  
25082 \end_layout
25083
25084 \end_inset
25085
25086  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \begin_inset ERT
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096
25097
25098 \backslash
25099 renewenvironment{lyxgreyedout}
25100 \end_layout
25101
25102 \begin_layout Plain Layout
25103
25104 {
25105 \backslash
25106 textcolor{blue}
25107 \backslash
25108 bgroup}{
25109 \backslash
25110 egroup}
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \begin_inset Note Note
25117 status open
25118
25119 \begin_layout Plain Layout
25120 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25121  originale qu'elle a dans LyX.
25122  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25123  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25124 \end_layout
25125
25126 \end_inset
25127
25128
25129 \begin_inset Newline newline
25130 \end_inset
25131
25132
25133 \begin_inset Newline newline
25134 \end_inset
25135
25136 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25137  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25138 \end_layout
25139
25140 \begin_layout Standard
25141 \begin_inset VSpace bigskip
25142 \end_inset
25143
25144 Quand vous utilisez le bouton 
25145 \begin_inset Graphics
25146         filename ../../images/note-insert.png
25147         scale 85
25148         scaleBeforeRotation
25149
25150 \end_inset
25151
25152  de la barre d'outils, vous insérez une 
25153 \family sans
25154 Note
25155 \begin_inset space ~
25156 \end_inset
25157
25158 LyX
25159 \family default
25160 .
25161  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25162 la et cliquez sur le bouton d'insertion de note.
25163  Pour retransformer une note en texte, appuyez sur la touche 
25164 \family sans
25165 backspace
25166 \family default
25167  quand le curseur est au tout début de la note ou appuyez sur la touche
25168  
25169 \family sans
25170 Suppr.
25171
25172 \family default
25173  quand le curseur se trouve à la fin de la note.
25174 \end_layout
25175
25176 \begin_layout Standard
25177 \begin_inset VSpace bigskip
25178 \end_inset
25179
25180 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25181  commandes suivantes dans le préambule :
25182 \end_layout
25183
25184 \begin_layout Standard
25185
25186 \series bold
25187
25188 \backslash
25189 renewenvironment{lyxgreyedout}
25190 \begin_inset Newline newline
25191 \end_inset
25192
25193
25194 \begin_inset Phantom HPhantom
25195 status open
25196
25197 \begin_layout Plain Layout
25198
25199 \series bold
25200 \begin_inset space ~
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \end_inset
25207
25208 {
25209 \backslash
25210 textcolor{color}
25211 \backslash
25212 bgroup}{
25213 \backslash
25214 egroup}
25215 \end_layout
25216
25217 \begin_layout Standard
25218 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25219  sont expliqués dans la section
25220 \begin_inset space ~
25221 \end_inset
25222
25223
25224 \begin_inset CommandInset ref
25225 LatexCommand ref
25226 reference "sec:Tableaux-Colorés"
25227
25228 \end_inset
25229
25230 .
25231 \end_layout
25232
25233 \begin_layout Standard
25234 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25235  grisées avec leur texte en bleu.
25236 \end_layout
25237
25238 \begin_layout Section
25239 Notes en Bas de Page
25240 \begin_inset CommandInset label
25241 LatexCommand label
25242 name "sec:Notes-bas-de-page"
25243
25244 \end_inset
25245
25246
25247 \begin_inset Index idx
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 Notes ! Notes de bas de page
25252 \end_layout
25253
25254 \end_inset
25255
25256
25257 \begin_inset Index idx
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261 Notes de bas de page
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Standard
25270 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25271  
25272 \begin_inset Graphics
25273         filename ../../images/footnote-insert.png
25274         scale 85
25275         scaleBeforeRotation
25276
25277 \end_inset
25278
25279  de la barre d'outils, soit en utilisant le menu 
25280 \family sans
25281 Insérer\SpecialChar \menuseparator
25282 Note
25283 \begin_inset space ~
25284 \end_inset
25285
25286 en
25287 \begin_inset space ~
25288 \end_inset
25289
25290 Bas
25291 \begin_inset space ~
25292 \end_inset
25293
25294 de
25295 \begin_inset space ~
25296 \end_inset
25297
25298 Page
25299 \family default
25300 .
25301  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25302  rouge 
25303 \begin_inset Quotes fld
25304 \end_inset
25305
25306 bas
25307 \begin_inset Quotes frd
25308 \end_inset
25309
25310  qui ressemble à ceci : 
25311 \begin_inset Graphics
25312         filename clipart/footnoteQt4.png
25313         scale 80
25314         scaleBeforeRotation
25315
25316 \end_inset
25317
25318  Vous pouvez y entrer votre texte.
25319  Si vous voulez transformer du texte déjà existant en note en bas de page,
25320  sélectionnez-le et cliquez sur le bouton 
25321 \family sans
25322 Note
25323 \begin_inset space ~
25324 \end_inset
25325
25326 en
25327 \begin_inset space ~
25328 \end_inset
25329
25330 Bas
25331 \begin_inset space ~
25332 \end_inset
25333
25334 de
25335 \begin_inset space ~
25336 \end_inset
25337
25338 Page
25339 \family default
25340  de la barre d'outils.
25341  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25342  
25343 \family sans
25344 backspace
25345 \family default
25346  quand le curseur est au tout début de la note ou appuyez sur la touche
25347  
25348 \family sans
25349 Suppr.
25350
25351 \family default
25352  quand le curseur se trouve à la fin de la note.
25353 \end_layout
25354
25355 \begin_layout Standard
25356 Voici un exemple de note en bas de page:
25357 \begin_inset Foot
25358 status open
25359
25360 \begin_layout Plain Layout
25361 \begin_inset CommandInset label
25362 LatexCommand label
25363 name "fn:Note-en-bas"
25364
25365 \end_inset
25366
25367 Ceci est un exemple de note en bas de page.
25368 \end_layout
25369
25370 \end_inset
25371
25372
25373 \begin_inset ERT
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377
25378
25379 \backslash
25380 newcounter{MyRepeatFoot}
25381 \end_layout
25382
25383 \begin_layout Plain Layout
25384
25385
25386 \backslash
25387 setcounter{MyRepeatFoot}{
25388 \backslash
25389 thefootnote}
25390 \end_layout
25391
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \begin_layout Standard
25398 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25399  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25400  de note.
25401  Le texte de la note est placé en bas de la page courante.
25402  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25403  Selon votre classe de document les numéros de notes pourront être réinitialisés
25404  à chaque nouveau chapitre.
25405 \end_layout
25406
25407 \begin_layout Standard
25408 On peut faire référence à une note en bas de page comme on le fait avec
25409  les flottants : Insérez une étiquette dans la note et faites une référence
25410  croisée vers cette étiquette comme c'est décrit dans la
25411 \begin_inset space ~
25412 \end_inset
25413
25414
25415 \begin_inset CommandInset ref
25416 LatexCommand ref
25417 reference "sec:Referencer-les-Flottants"
25418
25419 \end_inset
25420
25421 .
25422 \begin_inset Newline newline
25423 \end_inset
25424
25425 Voici une référence à une note de bas de page :
25426 \begin_inset space ~
25427 \end_inset
25428
25429
25430 \begin_inset CommandInset ref
25431 LatexCommand ref
25432 reference "fn:Note-en-bas"
25433
25434 \end_inset
25435
25436 .
25437 \end_layout
25438
25439 \begin_layout Standard
25440 \begin_inset VSpace defskip
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \begin_layout Standard
25447
25448 \lang english
25449 Footnotes in tables are not printed by LaTeX due to technical reasons.
25450  However there exists another method to print them: Instead of the footnote
25451  the command 
25452 \series bold
25453
25454 \backslash
25455 footnotemark{}
25456 \series default
25457  is inserted as TeX-code.
25458  The text of the footnote is entered as argument of the TeX-code command
25459  
25460 \series bold
25461
25462 \backslash
25463 footnotetext
25464 \series default
25465  after the table.
25466 \begin_inset Newline newline
25467 \end_inset
25468
25469 This was done for the following table with the command
25470 \end_layout
25471
25472 \begin_layout Standard
25473
25474 \series bold
25475 \lang english
25476
25477 \backslash
25478 footnotetext{
25479 \series default
25480 Printed table footnote.
25481 \series bold
25482 }
25483 \end_layout
25484
25485 \begin_layout Standard
25486
25487 \lang english
25488 \begin_inset Tabular
25489 <lyxtabular version="3" rows="2" columns="1">
25490 <features tabularvalignment="middle">
25491 <column alignment="center" valignment="top" width="0">
25492 <row>
25493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497
25498 \lang english
25499 This an example text.
25500 \begin_inset Foot
25501 status open
25502
25503 \begin_layout Plain Layout
25504
25505 \lang english
25506 This footnote will not be printed!
25507 \end_layout
25508
25509 \end_inset
25510
25511
25512 \end_layout
25513
25514 \end_inset
25515 </cell>
25516 </row>
25517 <row>
25518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522
25523 \lang english
25524 This an example text.
25525 \begin_inset ERT
25526 status collapsed
25527
25528 \begin_layout Plain Layout
25529
25530
25531 \backslash
25532 footnotemark{}
25533 \end_layout
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 </row>
25543 </lyxtabular>
25544
25545 \end_inset
25546
25547
25548 \begin_inset ERT
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552
25553
25554 \backslash
25555 footnotetext{
25556 \end_layout
25557
25558 \end_inset
25559
25560 Printed table footnote.
25561 \begin_inset ERT
25562 status collapsed
25563
25564 \begin_layout Plain Layout
25565
25566 }
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \begin_layout Standard
25575
25576 \lang english
25577 Footnotes in longtables are described in section
25578 \begin_inset space ~
25579 \end_inset
25580
25581
25582 \lang french
25583
25584 \begin_inset CommandInset ref
25585 LatexCommand ref
25586 reference "sub:Notes-dans-tableau-long"
25587
25588 \end_inset
25589
25590 .
25591 \end_layout
25592
25593 \begin_layout Standard
25594
25595 \lang english
25596 Footnotes in minipage boxes are printed, but inside the box and with a different
25597  numbering because a minipage box is like a page inside a page.
25598  (For more about minipages, see section
25599 \begin_inset space ~
25600 \end_inset
25601
25602
25603 \lang french
25604
25605 \begin_inset CommandInset ref
25606 LatexCommand ref
25607 reference "sec:Minipages"
25608
25609 \end_inset
25610
25611
25612 \lang english
25613 .) To get a footnote in the minipage that is output at the bottom of the
25614  page like normal footnotes, also use the method of 
25615 \series bold
25616
25617 \backslash
25618 footnotemark{}
25619 \series default
25620  and 
25621 \series bold
25622
25623 \backslash
25624 footnotetext
25625 \series default
25626 .
25627 \end_layout
25628
25629 \begin_layout Standard
25630
25631 \lang english
25632 \begin_inset Box Frameless
25633 position "t"
25634 hor_pos "c"
25635 has_inner_box 1
25636 inner_pos "t"
25637 use_parbox 0
25638 use_makebox 0
25639 width "100col%"
25640 special "none"
25641 height "1in"
25642 height_special "totalheight"
25643 status open
25644
25645 \begin_layout Plain Layout
25646
25647 \lang english
25648 This an example text in a minipage.
25649 \begin_inset Foot
25650 status open
25651
25652 \begin_layout Plain Layout
25653
25654 \lang english
25655 Footnote in the minipage.
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Plain Layout
25664
25665 \lang english
25666 This an example text in a minipage.
25667 \begin_inset ERT
25668 status collapsed
25669
25670 \begin_layout Plain Layout
25671
25672
25673 \backslash
25674 footnotemark{}
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \begin_layout Standard
25688
25689 \lang english
25690 \begin_inset ERT
25691 status collapsed
25692
25693 \begin_layout Plain Layout
25694
25695
25696 \backslash
25697 footnotetext{
25698 \end_layout
25699
25700 \end_inset
25701
25702 Footnote outside the minipage.
25703 \begin_inset ERT
25704 status collapsed
25705
25706 \begin_layout Plain Layout
25707
25708 }
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 \begin_inset VSpace defskip
25718 \end_inset
25719
25720
25721 \end_layout
25722
25723 \begin_layout Standard
25724
25725 \lang english
25726 To refer to the same footnote several times without printing the footnote
25727  text every time, use the command 
25728 \series bold
25729
25730 \backslash
25731 footnotemark[number]
25732 \series default
25733  in TeX-code.
25734 \begin_inset Newline newline
25735 \end_inset
25736
25737 As you do not know the number of the repeating footnote while you are writing
25738  the text, you have to store its number.
25739  For the following footnote mark example, these commands were inserted in
25740  TeX-code after Footnote
25741 \begin_inset space ~
25742 \end_inset
25743
25744
25745 \lang french
25746
25747 \begin_inset CommandInset ref
25748 LatexCommand ref
25749 reference "fn:Note-en-bas"
25750
25751 \end_inset
25752
25753
25754 \lang english
25755  to store the footnote number
25756 \lang french
25757 :
25758 \end_layout
25759
25760 \begin_layout Standard
25761
25762 \series bold
25763
25764 \backslash
25765 newcounter{MyRepeatFoot}
25766 \begin_inset Newline newline
25767 \end_inset
25768
25769
25770 \backslash
25771 setcounter{MyRepeatFoot}{
25772 \backslash
25773 thefootnote}
25774 \end_layout
25775
25776 \begin_layout Standard
25777
25778 \lang english
25779 The footnote mark was then created with this command
25780 \lang french
25781 :
25782 \end_layout
25783
25784 \begin_layout Standard
25785
25786 \series bold
25787
25788 \backslash
25789 footnotemark[
25790 \backslash
25791 theMyRepeatFoot]
25792 \end_layout
25793
25794 \begin_layout Standard
25795
25796 \lang english
25797 Here is a repeated footnote
25798 \lang french
25799 :
25800 \begin_inset ERT
25801 status collapsed
25802
25803 \begin_layout Plain Layout
25804
25805
25806 \backslash
25807 footnotemark[
25808 \backslash
25809 theMyRepeatFoot]
25810 \end_layout
25811
25812 \end_inset
25813
25814
25815 \end_layout
25816
25817 \begin_layout Standard
25818
25819 \lang english
25820 If you want to repeat the previous footnote, you can omit the storage of
25821  the footnote number and just use this command instead
25822 \lang french
25823 :
25824 \end_layout
25825
25826 \begin_layout Standard
25827
25828 \series bold
25829
25830 \backslash
25831 footnotemark[
25832 \backslash
25833 thefootnote]
25834 \end_layout
25835
25836 \begin_layout Standard
25837
25838 \lang english
25839 Here is another repeated footnote
25840 \lang french
25841 :
25842 \begin_inset ERT
25843 status collapsed
25844
25845 \begin_layout Plain Layout
25846
25847
25848 \backslash
25849 footnotemark[
25850 \backslash
25851 thefootnote]
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \begin_layout Subsection
25860 Numérotation de Notes de Bas de Page
25861 \begin_inset CommandInset label
25862 LatexCommand label
25863 name "sub:Numerotation-notes-bas-de-page"
25864
25865 \end_inset
25866
25867
25868 \begin_inset Index idx
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872 Notes de bas de page ! Numérotation
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \begin_layout Standard
25881 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
25882  ajoutez cette commande dans le préambule de votre document :
25883 \end_layout
25884
25885 \begin_layout Standard
25886
25887 \series bold
25888
25889 \backslash
25890 @addtoreset{footnote}{section}
25891 \end_layout
25892
25893 \begin_layout Standard
25894 \begin_inset VSpace bigskip
25895 \end_inset
25896
25897 La commande de préambule suivante change le style de numérotation des notes
25898  en petits chiffres romains :
25899 \end_layout
25900
25901 \begin_layout Standard
25902
25903 \series bold
25904
25905 \backslash
25906 renewcommand{
25907 \backslash
25908 thefootnote}{
25909 \backslash
25910 roman{footnote}}
25911 \end_layout
25912
25913 \begin_layout Standard
25914 \begin_inset ERT
25915 status collapsed
25916
25917 \begin_layout Plain Layout
25918
25919
25920 \backslash
25921 renewcommand{
25922 \backslash
25923 thefootnote}{
25924 \backslash
25925 roman{footnote}}
25926 \end_layout
25927
25928 \end_inset
25929
25930  Cette note de bas de page utilise une numérotation en chiffres romains
25931  :
25932 \begin_inset Foot
25933 status open
25934
25935 \begin_layout Plain Layout
25936 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
25937  romains.
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \begin_layout Standard
25946 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
25947  la commande précédente 
25948 \series bold
25949
25950 \backslash
25951 roman
25952 \series default
25953  par 
25954 \series bold
25955
25956 \backslash
25957 Roman
25958 \series default
25959 .
25960  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
25961  utilisez respectivement soit 
25962 \series bold
25963
25964 \backslash
25965 Alph
25966 \series default
25967  soit 
25968 \series bold
25969
25970 \backslash
25971 alph
25972 \series default
25973 .
25974  Pour les 
25975 \begin_inset Quotes eld
25976 \end_inset
25977
25978 numéroter
25979 \begin_inset Quotes erd
25980 \end_inset
25981
25982  avec des symboles, utilisez 
25983 \series bold
25984
25985 \backslash
25986 fnsymbol
25987 \series default
25988 .
25989 \end_layout
25990
25991 \begin_layout Standard
25992 \begin_inset Note Greyedout
25993 status open
25994
25995 \begin_layout Plain Layout
25996
25997 \series bold
25998 Note:
25999 \series default
26000  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26001  puisque cette numérotation est limitée à des lettres seules.
26002 \end_layout
26003
26004 \end_inset
26005
26006
26007 \begin_inset Newline newline
26008 \end_inset
26009
26010
26011 \begin_inset Note Greyedout
26012 status open
26013
26014 \begin_layout Plain Layout
26015
26016 \series bold
26017 Note:
26018 \series default
26019  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \begin_layout Standard
26028 Pour revenir au style de numérotation implicite quand vous en avez changé,
26029  utilisez 
26030 \series bold
26031
26032 \backslash
26033 arabic
26034 \series default
26035  à la place de 
26036 \series bold
26037
26038 \backslash
26039 roman
26040 \series default
26041  dans la commande précédente.
26042 \begin_inset ERT
26043 status collapsed
26044
26045 \begin_layout Plain Layout
26046
26047
26048 \backslash
26049 renewcommand{
26050 \backslash
26051 thefootnote}{
26052 \backslash
26053 arabic{footnote}}
26054 \end_layout
26055
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \begin_layout Standard
26062 \begin_inset VSpace bigskip
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \begin_layout Standard
26069 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26070  le schéma 
26071 \begin_inset Quotes eld
26072 \end_inset
26073
26074 chapitre.note
26075 \begin_inset Quotes erd
26076 \end_inset
26077
26078 , ajoutez la commande suivante au préambule de votre document :
26079 \end_layout
26080
26081 \begin_layout Standard
26082
26083 \series bold
26084
26085 \backslash
26086 numberwithin{footnote}{chapter}
26087 \end_layout
26088
26089 \begin_layout Standard
26090 Pour pouvoir utiliser la commande 
26091 \series bold
26092
26093 \backslash
26094 numberwithin
26095 \series default
26096 , activez dans la rubrique 
26097 \family sans
26098 Options
26099 \begin_inset space ~
26100 \end_inset
26101
26102 des
26103 \begin_inset space ~
26104 \end_inset
26105
26106 Maths
26107 \family default
26108  dans les paramètres du document, l'option 
26109 \family sans
26110 Utiliser
26111 \begin_inset space ~
26112 \end_inset
26113
26114 le
26115 \begin_inset space ~
26116 \end_inset
26117
26118 paquetage
26119 \begin_inset space ~
26120 \end_inset
26121
26122 maths
26123 \begin_inset space ~
26124 \end_inset
26125
26126 AMS
26127 \family default
26128 .
26129 \end_layout
26130
26131 \begin_layout Standard
26132 \begin_inset ERT
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136
26137
26138 \backslash
26139 numberwithin{footnote}{chapter}
26140 \end_layout
26141
26142 \end_inset
26143
26144 Ceci est un autre exemple de note de bas de page:
26145 \series bold
26146
26147 \begin_inset Foot
26148 status open
26149
26150 \begin_layout Plain Layout
26151 Cette note est numérotée en suivant le schéma 
26152 \begin_inset Quotes eld
26153 \end_inset
26154
26155 chapitre.note
26156 \begin_inset Quotes erd
26157 \end_inset
26158
26159 .
26160 \end_layout
26161
26162 \end_inset
26163
26164
26165 \series default
26166
26167 \begin_inset ERT
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171
26172
26173 \backslash
26174 renewcommand{
26175 \backslash
26176 thefootnote}{
26177 \backslash
26178 arabic{footnote}}
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Standard
26187 \begin_inset Note Greyedout
26188 status open
26189
26190 \begin_layout Plain Layout
26191
26192 \series bold
26193 Note:
26194 \series default
26195  
26196 \series bold
26197
26198 \backslash
26199 numberwithin
26200 \series default
26201  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26202  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26203  prises en compte.
26204  
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \begin_layout Standard
26213 Donc pour avoir par exemple le schéma 
26214 \begin_inset Quotes eld
26215 \end_inset
26216
26217 chapitre.
26218 \backslash
26219 Roman{note}
26220 \begin_inset Quotes erd
26221 \end_inset
26222
26223 , utilisez la commande suivante plutôt que 
26224 \series bold
26225
26226 \backslash
26227 numberwithin
26228 \series default
26229  :
26230 \end_layout
26231
26232 \begin_layout Standard
26233
26234 \series bold
26235
26236 \backslash
26237 renewcommand{
26238 \backslash
26239 thefootnote}{
26240 \backslash
26241 thechapter.
26242 \backslash
26243 Roman{footnote}}
26244 \end_layout
26245
26246 \begin_layout Subsection
26247 Positionnement de notes de bas de page
26248 \begin_inset Index idx
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252 Notes de bas de page ! Positionnement
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \begin_layout Standard
26261 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26262  vertical entre elles en bas de la page.
26263  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26264  de 1.5
26265 \begin_inset space \thinspace{}
26266 \end_inset
26267
26268 mm avec la commande suivante dans le préambule :
26269 \end_layout
26270
26271 \begin_layout Standard
26272
26273 \series bold
26274
26275 \backslash
26276 let
26277 \backslash
26278 myFoot
26279 \backslash
26280 footnote
26281 \begin_inset Newline newline
26282 \end_inset
26283
26284
26285 \backslash
26286 renewcommand{
26287 \backslash
26288 footnote}[1]{
26289 \backslash
26290 myFoot{#1
26291 \backslash
26292 vspace{1.5mm}}}
26293 \end_layout
26294
26295 \begin_layout Standard
26296 \begin_inset VSpace bigskip
26297 \end_inset
26298
26299 Dans un document à deux colonnes les notes de bas de page apparaissent en
26300  bas de chaque colonne, comme sur la Figure
26301 \begin_inset space ~
26302 \end_inset
26303
26304
26305 \begin_inset CommandInset ref
26306 LatexCommand ref
26307 reference "fig:Position-standard-note-bas-de-page"
26308
26309 \end_inset
26310
26311 .
26312  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26313  sur la Figure
26314 \begin_inset space ~
26315 \end_inset
26316
26317
26318 \begin_inset CommandInset ref
26319 LatexCommand ref
26320 reference "fig:Position-note-avec-ftnright"
26321
26322 \end_inset
26323
26324 , utilisez le paquetage LaTeX 
26325 \series bold
26326 ftnright
26327 \series default
26328
26329 \begin_inset Index idx
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333 Paquetages LaTeX ! ftnright
26334 \end_layout
26335
26336 \end_inset
26337
26338  avec cette commande dans le préambule du document:
26339 \end_layout
26340
26341 \begin_layout Standard
26342
26343 \series bold
26344
26345 \backslash
26346 usepackage{ftnright}
26347 \end_layout
26348
26349 \begin_layout Standard
26350 \begin_inset Float figure
26351 placement !h
26352 wide false
26353 sideways false
26354 status open
26355
26356 \begin_layout Plain Layout
26357 \begin_inset ERT
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361
26362
26363 \backslash
26364 framebox{
26365 \end_layout
26366
26367 \end_inset
26368
26369
26370 \begin_inset Graphics
26371         filename ../clipart/without_fntright.pdf
26372         width 100col%
26373         scaleBeforeRotation
26374
26375 \end_inset
26376
26377
26378 \begin_inset ERT
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382
26383 }
26384 \end_layout
26385
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Plain Layout
26392 \begin_inset Caption
26393
26394 \begin_layout Plain Layout
26395 \begin_inset CommandInset label
26396 LatexCommand label
26397 name "fig:Position-standard-note-bas-de-page"
26398
26399 \end_inset
26400
26401 Positionnement standard des notes de bas de page dans un document à deux
26402  colonnes.
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Standard
26416 \begin_inset Float figure
26417 placement !h
26418 wide false
26419 sideways false
26420 status open
26421
26422 \begin_layout Plain Layout
26423 \begin_inset ERT
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427
26428
26429 \backslash
26430 framebox{
26431 \end_layout
26432
26433 \end_inset
26434
26435
26436 \begin_inset Graphics
26437         filename ../clipart/with_fntright.pdf
26438         width 100col%
26439         scaleBeforeRotation
26440
26441 \end_inset
26442
26443
26444 \begin_inset ERT
26445 status collapsed
26446
26447 \begin_layout Plain Layout
26448
26449 }
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Plain Layout
26458 \begin_inset Caption
26459
26460 \begin_layout Plain Layout
26461 \begin_inset CommandInset label
26462 LatexCommand label
26463 name "fig:Position-note-avec-ftnright"
26464
26465 \end_inset
26466
26467 Positionnement de notes de bas de page dans un document à deux colonnes
26468  en utilisant le paquetage LaTeX 
26469 \series bold
26470 ftnright
26471 \series default
26472 .
26473 \end_layout
26474
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Standard
26486 \begin_inset VSpace bigskip
26487 \end_inset
26488
26489 Dans certaines publications scientifiques, il est courant de rassembler
26490  les notes de bas de page et de les imprimer dans un paragraphe particulier
26491  à la fin de la section, comme sur la Figure
26492 \begin_inset space ~
26493 \end_inset
26494
26495
26496 \begin_inset CommandInset ref
26497 LatexCommand ref
26498 reference "fig:Notes-de-fin"
26499
26500 \end_inset
26501
26502 .
26503  On les appelle 
26504 \begin_inset Quotes eld
26505 \end_inset
26506
26507 notes de fin
26508 \begin_inset Quotes erd
26509 \end_inset
26510
26511 .
26512 \begin_inset Index idx
26513 status collapsed
26514
26515 \begin_layout Plain Layout
26516 Notes de fin
26517 \end_layout
26518
26519 \end_inset
26520
26521  Pour utiliser des notes de fin à la place des notes de bas de page dans
26522  votre document, charger le module 
26523 \family sans
26524 Note de bas de page en fin de document
26525 \family default
26526  à partir de 
26527 \family sans
26528 Document\SpecialChar \menuseparator
26529 Paramètres\SpecialChar \menuseparator
26530 Modules
26531 \family default
26532 .
26533  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26534 \end_layout
26535
26536 \begin_layout Standard
26537
26538 \series bold
26539
26540 \backslash
26541 theendnotes
26542 \end_layout
26543
26544 \begin_layout Standard
26545 en code TeX à la fin d'une section ou d'un chapitre.
26546 \end_layout
26547
26548 \begin_layout Standard
26549 \begin_inset Float figure
26550 wide false
26551 sideways false
26552 status open
26553
26554 \begin_layout Plain Layout
26555 \align center
26556 \begin_inset ERT
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561
26562 \backslash
26563 framebox{
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \begin_inset Graphics
26570         filename ../clipart/endnotes.pdf
26571         scaleBeforeRotation
26572
26573 \end_inset
26574
26575
26576 \begin_inset ERT
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580
26581 }
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \begin_layout Plain Layout
26590 \begin_inset Caption
26591
26592 \begin_layout Plain Layout
26593 \begin_inset CommandInset label
26594 LatexCommand label
26595 name "fig:Notes-de-fin"
26596
26597 \end_inset
26598
26599 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26600  séparé à la fin des sections ou des chapitres.
26601 \end_layout
26602
26603 \end_inset
26604
26605
26606 \end_layout
26607
26608 \end_inset
26609
26610
26611 \end_layout
26612
26613 \begin_layout Standard
26614 \begin_inset VSpace medskip
26615 \end_inset
26616
26617 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26618  dans la langue du document, cela doit être fait manuellement.
26619  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26620  
26621 \begin_inset Quotes eld
26622 \end_inset
26623
26624 Notes
26625 \begin_inset Quotes erd
26626 \end_inset
26627
26628  en sa traduction Allemande
26629 \begin_inset Foot
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633 En français, 
26634 \begin_inset Quotes eld
26635 \end_inset
26636
26637 Notes
26638 \begin_inset Quotes erd
26639 \end_inset
26640
26641  peut être conservé.
26642 \end_layout
26643
26644 \end_inset
26645
26646  
26647 \begin_inset Quotes eld
26648 \end_inset
26649
26650 Anmerkungen
26651 \begin_inset Quotes erd
26652 \end_inset
26653
26654  :
26655 \end_layout
26656
26657 \begin_layout Standard
26658
26659 \series bold
26660
26661 \backslash
26662 renewcommand{
26663 \backslash
26664 notesname}{Anmerkungen}
26665 \end_layout
26666
26667 \begin_layout Standard
26668 \begin_inset VSpace medskip
26669 \end_inset
26670
26671 La numérotation des notes de fin peut être modifiée comme celle des notes
26672  de bas de page comme c'est décrit dans la section
26673 \begin_inset space ~
26674 \end_inset
26675
26676
26677 \begin_inset CommandInset ref
26678 LatexCommand ref
26679 reference "sub:Numerotation-notes-bas-de-page"
26680
26681 \end_inset
26682
26683  ; remplacez juste la commande 
26684 \series bold
26685
26686 \backslash
26687 thefootnote
26688 \series default
26689  par 
26690 \series bold
26691
26692 \backslash
26693 theendnote
26694 \series default
26695 .
26696  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26697 \series bold
26698
26699 \backslash
26700 @addtoreset
26701 \series default
26702  comme c'est décrit dans la section
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "sub:Numerotation-notes-bas-de-page"
26710
26711 \end_inset
26712
26713  et remplacez le paramètre de commande 
26714 \series bold
26715 footnote
26716 \series default
26717  par 
26718 \series bold
26719 endnote
26720 \series default
26721 .
26722 \end_layout
26723
26724 \begin_layout Standard
26725
26726 \lang english
26727 For endnotes there is
26728 \lang french
26729  la commande 
26730 \series bold
26731
26732 \backslash
26733 endnotemark[numéro]
26734 \series default
26735  qui est semblable à 
26736 \series bold
26737
26738 \backslash
26739 footnotemark
26740 \series default
26741 , décrite dans la section
26742 \begin_inset space ~
26743 \end_inset
26744
26745
26746 \begin_inset CommandInset ref
26747 LatexCommand ref
26748 reference "sec:Notes-bas-de-page"
26749
26750 \end_inset
26751
26752 .
26753 \end_layout
26754
26755 \begin_layout Standard
26756 \begin_inset VSpace bigskip
26757 \end_inset
26758
26759 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
26760 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
26761 \series bold
26762 footmisc
26763 \series default
26764
26765 \begin_inset Index idx
26766 status collapsed
26767
26768 \begin_layout Plain Layout
26769 Paquetages LaTeX ! footmisc
26770 \end_layout
26771
26772 \end_inset
26773
26774
26775 \begin_inset CommandInset citation
26776 LatexCommand cite
26777 key "footmisc"
26778
26779 \end_inset
26780
26781  pour plus d'information à ce sujet.
26782 \end_layout
26783
26784 \begin_layout Standard
26785 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26786  voyez les livres sur LaTeX, 
26787 \begin_inset CommandInset citation
26788 LatexCommand cite
26789 key "latexcompanion,latexguide,latexbook"
26790
26791 \end_inset
26792
26793 .
26794 \end_layout
26795
26796 \begin_layout Section
26797 Notes en Marge
26798 \begin_inset Index idx
26799 status collapsed
26800
26801 \begin_layout Plain Layout
26802 Notes ! Notes en Marge
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \begin_layout Standard
26811 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26812 t de la même façon.
26813  Quand vous insérez une note en marge avec 
26814 \family sans
26815 Insérer\SpecialChar \menuseparator
26816 Note
26817 \begin_inset space ~
26818 \end_inset
26819
26820 en
26821 \begin_inset space ~
26822 \end_inset
26823
26824 Marge
26825 \family default
26826  ou avec le bouton 
26827 \begin_inset Graphics
26828         filename ../../images/marginalnote-insert.png
26829         scale 85
26830         scaleBeforeRotation
26831
26832 \end_inset
26833
26834  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26835  grise avec une étiquette rouge 
26836 \begin_inset Quotes fld
26837 \end_inset
26838
26839 marge
26840 \begin_inset Quotes frd
26841 \end_inset
26842
26843 .
26844  
26845 \begin_inset Marginal
26846 status collapsed
26847
26848 \begin_layout Plain Layout
26849 C'est une note en marge.
26850 \end_layout
26851
26852 \end_inset
26853
26854  Cette boîte est la représentation de votre note dans LyX.
26855  Vous pouvez y entrer votre texte.
26856 \end_layout
26857
26858 \begin_layout Standard
26859 Les notes en marge apparaissent dans la marge de droite dans les documents
26860  imprimées sur une seule face.
26861  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
26862  
26863 \begin_inset Quotes eld
26864 \end_inset
26865
26866 extérieure
26867 \begin_inset Quotes erd
26868 \end_inset
26869
26870  – la gauche sur les pages paires et la droite sur les pages impaires.
26871  Le texte de la note en marge est aligné à l'opposé de la marge externe
26872  – aligné à droite quand la note apparaît dans la marge de gauche.
26873  La première ligne de la note apparaît à la hauteur de la ligne de texte
26874  où la note a été insérée dans le document.
26875 \end_layout
26876
26877 \begin_layout Standard
26878 \begin_inset VSpace bigskip
26879 \end_inset
26880
26881 Pour placer une note dans la marge interne, ajoutez la commande suivante
26882  :
26883 \end_layout
26884
26885 \begin_layout Standard
26886
26887 \series bold
26888
26889 \backslash
26890 reversemarginpar
26891 \end_layout
26892
26893 \begin_layout Standard
26894 sous forme de code TeX avant votre note de marge.
26895  Le nouveau positionnement est pris en compte pour toutes les notes en marge
26896  qui suivent 
26897 \begin_inset ERT
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901
26902
26903 \backslash
26904 reversemarginpar 
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \begin_inset Marginal
26911 status open
26912
26913 \begin_layout Plain Layout
26914 Cette note en marge est dans la marge interne.
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \series bold
26921
26922 \begin_inset Newline newline
26923 \end_inset
26924
26925
26926 \series default
26927
26928 \begin_inset Note Greyedout
26929 status open
26930
26931 \begin_layout Plain Layout
26932
26933 \series bold
26934 Note:
26935 \series default
26936  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26937  les notes sont souvent mal mises en formes dans la sortie imprimée.
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \begin_layout Standard
26946 Pour revenir au positionnement implicite, ajoutez la commande :
26947 \end_layout
26948
26949 \begin_layout Standard
26950
26951 \series bold
26952
26953 \backslash
26954 normalmarginpar
26955 \end_layout
26956
26957 \begin_layout Standard
26958 sous forme de code TeX.
26959 \begin_inset ERT
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963
26964
26965 \backslash
26966 normalmarginpar 
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \begin_inset Newline newline
26973 \end_inset
26974
26975  
26976 \begin_inset Note Greyedout
26977 status open
26978
26979 \begin_layout Plain Layout
26980
26981 \series bold
26982 Note:
26983 \series default
26984  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26985  
26986 \series bold
26987
26988 \backslash
26989 reversemarginpar
26990 \series default
26991  est aussi utilisée.
26992 \end_layout
26993
26994 \end_inset
26995
26996
26997 \end_layout
26998
26999 \begin_layout Standard
27000 \begin_inset VSpace bigskip
27001 \end_inset
27002
27003
27004 \begin_inset Marginal
27005 status open
27006
27007 \begin_layout Plain Layout
27008 UnTrèsLongMotEnMarge sans césure.
27009 \end_layout
27010
27011 \end_inset
27012
27013  Comme dans le cas décrit dans la section
27014 \begin_inset space ~
27015 \end_inset
27016
27017
27018 \begin_inset CommandInset ref
27019 LatexCommand ref
27020 reference "sub:Lignes-multiple-dans-cellule"
27021
27022 \end_inset
27023
27024 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27025  mot d'une note en marge.
27026  Pour éviter ce problème, insérez un espacement horizontal de 0
27027 \begin_inset space \thinspace{}
27028 \end_inset
27029
27030 pt avant le mot en question: 
27031 \begin_inset Marginal
27032 status open
27033
27034 \begin_layout Plain Layout
27035 \begin_inset space \hspace{}
27036 \length 0pt
27037 \end_inset
27038
27039 UnMotTrèsLongEnMarge avec une césure.
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \end_layout
27046
27047 \begin_layout Standard
27048 \begin_inset VSpace bigskip
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Standard
27055 \begin_inset Note Greyedout
27056 status open
27057
27058 \begin_layout Plain Layout
27059
27060 \series bold
27061 Note:
27062 \series default
27063  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27064  tableaux, des flottants et des notes de bas de page.
27065 \end_layout
27066
27067 \end_inset
27068
27069
27070 \end_layout
27071
27072 \begin_layout Standard
27073 \begin_inset VSpace bigskip
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \begin_layout Standard
27080 \begin_inset ERT
27081 status collapsed
27082
27083 \begin_layout Plain Layout
27084
27085
27086 \backslash
27087 ifmarginnote
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \begin_inset Note Note
27094 status open
27095
27096 \begin_layout Plain Layout
27097 La section suivante ne sera affichée que si le paquetage LaTeX 
27098 \series bold
27099 marginnote
27100 \series default
27101  a été installé.
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \begin_layout Standard
27110 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27111 \series bold
27112 marginnote
27113 \series default
27114
27115 \begin_inset Index idx
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 Paquetages LaTeX ! marginnote
27120 \end_layout
27121
27122 \end_inset
27123
27124 .
27125  En ajoutant les deux lignes suivantes au préambule de votre document, la
27126  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27127  la commande fournie par le paquetage 
27128 \series bold
27129 marginnote
27130 \series default
27131  :
27132 \end_layout
27133
27134 \begin_layout Standard
27135
27136 \series bold
27137
27138 \backslash
27139 usepackage{marginnote}
27140 \begin_inset Newline newline
27141 \end_inset
27142
27143
27144 \backslash
27145 let
27146 \backslash
27147 marginpar
27148 \backslash
27149 marginnote
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Ce paquetage est aussi utilisé dans ce document parce que 
27154 \series bold
27155 marginnote
27156 \series default
27157  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27158  vertical pour une note.
27159  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27160  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27161  en page.
27162  Le décalage est inséré dans LyX sous forme de code TeX directement après
27163  la note sous la forme
27164 \end_layout
27165
27166 \begin_layout Standard
27167
27168 \series bold
27169 [offset]
27170 \end_layout
27171
27172 \begin_layout Standard
27173 où l'offset utilise l'une des unités listées dans le tableau
27174 \begin_inset space ~
27175 \end_inset
27176
27177
27178 \begin_inset CommandInset ref
27179 LatexCommand ref
27180 reference "cha:Unités-de-longueur"
27181
27182 \end_inset
27183
27184 .
27185  Une valeur négative déplace la note vers le haut, une valeur positive la
27186  déplace vers le bas.
27187  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27188  vers le haut de 1.5
27189 \begin_inset space \thinspace{}
27190 \end_inset
27191
27192 cm avec la commande en code TeX 
27193 \begin_inset Quotes eld
27194 \end_inset
27195
27196
27197 \series bold
27198 [-1.5cm]
27199 \series default
27200
27201 \begin_inset Quotes erd
27202 \end_inset
27203
27204
27205 \begin_inset Marginal
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 Cette note en marge est décalée vers le haut de 1.5
27210 \begin_inset space \thinspace{}
27211 \end_inset
27212
27213 cm par rapport à sa position d'origine.
27214 \end_layout
27215
27216 \end_inset
27217
27218
27219 \begin_inset ERT
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223
27224 [-1.5cm]
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Standard
27233 \begin_inset VSpace medskip
27234 \end_inset
27235
27236 Avec le paquetage 
27237 \series bold
27238 marginnote
27239 \series default
27240  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27241  Par exemple les commandes 
27242 \end_layout
27243
27244 \begin_layout Standard
27245
27246 \series bold
27247
27248 \backslash
27249 renewcommand*{
27250 \backslash
27251 raggedleftmarginnote}{
27252 \backslash
27253 centering}
27254 \begin_inset Newline newline
27255 \end_inset
27256
27257
27258 \backslash
27259 renewcommand*{
27260 \backslash
27261 raggedrightmarginnote}{
27262 \backslash
27263 centering}
27264 \end_layout
27265
27266 \begin_layout Standard
27267 donnent un alignement centré.
27268  
27269 \series bold
27270
27271 \backslash
27272 raggedleftmarginnote
27273 \series default
27274  indique une note qui apparaît dans la marge de gauche.
27275 \begin_inset ERT
27276 status collapsed
27277
27278 \begin_layout Plain Layout
27279
27280
27281 \backslash
27282 renewcommand*{
27283 \backslash
27284 raggedleftmarginnote}{
27285 \backslash
27286 centering}
27287 \end_layout
27288
27289 \begin_layout Plain Layout
27290
27291
27292 \backslash
27293 renewcommand*{
27294 \backslash
27295 raggedrightmarginnote}{
27296 \backslash
27297 centering}
27298 \end_layout
27299
27300 \end_inset
27301
27302
27303 \begin_inset Marginal
27304 status collapsed
27305
27306 \begin_layout Plain Layout
27307 Le texte de cette note en marge est centré.
27308 \end_layout
27309
27310 \end_inset
27311
27312 .
27313  Le comportement implicite est donné par
27314 \end_layout
27315
27316 \begin_layout Standard
27317
27318 \series bold
27319
27320 \backslash
27321 renewcommand*{
27322 \backslash
27323 raggedleftmarginnote}{
27324 \backslash
27325 raggedleft}
27326 \begin_inset Newline newline
27327 \end_inset
27328
27329
27330 \backslash
27331 renewcommand*{
27332 \backslash
27333 raggedrightmarginnote}{
27334 \backslash
27335 raggedright}
27336 \series default
27337
27338 \begin_inset ERT
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342
27343
27344 \backslash
27345 renewcommand*{
27346 \backslash
27347 raggedleftmarginnote}{
27348 \backslash
27349 raggedleft}
27350 \end_layout
27351
27352 \begin_layout Plain Layout
27353
27354
27355 \backslash
27356 renewcommand*{
27357 \backslash
27358 raggedrightmarginnote}{
27359 \backslash
27360 raggedright}
27361 \end_layout
27362
27363 \end_inset
27364
27365
27366 \end_layout
27367
27368 \begin_layout Standard
27369 \begin_inset VSpace medskip
27370 \end_inset
27371
27372 Pour les autre fonctions du paquetage 
27373 \series bold
27374 marginnote
27375 \series default
27376  nous vous renvoyons à sa documentation 
27377 \begin_inset CommandInset citation
27378 LatexCommand cite
27379 key "marginnote"
27380
27381 \end_inset
27382
27383 .
27384 \end_layout
27385
27386 \begin_layout Standard
27387 \begin_inset VSpace bigskip
27388 \end_inset
27389
27390 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27391  définition.
27392  Pour créer par exemple une entête pour toutes les notes en marge avec le
27393  texte 
27394 \begin_inset Quotes eld
27395 \end_inset
27396
27397
27398 \family sans
27399 \series bold
27400 \bar under
27401 Attention!
27402 \family default
27403 \series default
27404 \bar default
27405
27406 \begin_inset Quotes erd
27407 \end_inset
27408
27409  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27410  de votre document :
27411 \end_layout
27412
27413 \begin_layout Standard
27414
27415 \series bold
27416
27417 \backslash
27418 let
27419 \backslash
27420 myMarginpar
27421 \backslash
27422 marginpar
27423 \begin_inset Newline newline
27424 \end_inset
27425
27426
27427 \backslash
27428 renewcommand{
27429 \backslash
27430 marginpar}[1]{
27431 \backslash
27432 myMarginpar{%
27433 \begin_inset Newline newline
27434 \end_inset
27435
27436
27437 \begin_inset Phantom HPhantom
27438 status open
27439
27440 \begin_layout Plain Layout
27441
27442 \series bold
27443 \begin_inset space ~
27444 \end_inset
27445
27446
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \backslash
27453 hspace{0pt}
27454 \backslash
27455 textsf{
27456 \backslash
27457 textbf{
27458 \backslash
27459 underbar{Attention!}}}%
27460 \begin_inset Newline newline
27461 \end_inset
27462
27463
27464 \begin_inset Phantom HPhantom
27465 status open
27466
27467 \begin_layout Plain Layout
27468
27469 \series bold
27470 \begin_inset space ~
27471 \end_inset
27472
27473
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \backslash
27480 vspace{1.5mm}
27481 \backslash
27482
27483 \backslash
27484 #1}}
27485 \end_layout
27486
27487 \begin_layout Standard
27488 \begin_inset ERT
27489 status collapsed
27490
27491 \begin_layout Plain Layout
27492
27493
27494 \backslash
27495 let
27496 \backslash
27497 myMarginpar
27498 \backslash
27499 marginpar
27500 \end_layout
27501
27502 \begin_layout Plain Layout
27503
27504
27505 \backslash
27506 renewcommand{
27507 \backslash
27508 marginpar}[1]{
27509 \backslash
27510 myMarginpar{%
27511 \end_layout
27512
27513 \begin_layout Plain Layout
27514
27515    
27516 \backslash
27517 textsf{
27518 \backslash
27519 textbf{
27520 \backslash
27521 underbar{Attention!}}}%
27522 \end_layout
27523
27524 \begin_layout Plain Layout
27525
27526    
27527 \backslash
27528 vspace{1.5mm}
27529 \backslash
27530
27531 \backslash
27532 #1}}
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \begin_inset Marginal
27539 status open
27540
27541 \begin_layout Plain Layout
27542 Ceci est une note en marge avec une en-tête prédéfinie.
27543 \end_layout
27544
27545 \end_inset
27546
27547
27548 \begin_inset ERT
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552
27553 [-1.5cm]
27554 \end_layout
27555
27556 \end_inset
27557
27558
27559 \begin_inset ERT
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563
27564
27565 \backslash
27566 renewcommand{
27567 \backslash
27568 marginpar}[1]{
27569 \backslash
27570 myMarginpar{#1}}
27571 \end_layout
27572
27573 \end_inset
27574
27575
27576 \begin_inset Note Note
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581 \lang english
27582 The margin note format is changed only for this example.
27583 \end_layout
27584
27585 \end_inset
27586
27587
27588 \end_layout
27589
27590 \begin_layout Standard
27591 \begin_inset ERT
27592 status collapsed
27593
27594 \begin_layout Plain Layout
27595
27596
27597 \backslash
27598 else
27599 \end_layout
27600
27601 \end_inset
27602
27603
27604 \begin_inset Note Note
27605 status open
27606
27607 \begin_layout Plain Layout
27608 Ce qui suit sera affiché si le paquetage LaTeX 
27609 \series bold
27610 marginnote
27611 \series default
27612  n'est pas installé :
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Standard
27621 Vous devez installer le paquetage LaTeX 
27622 \series bold
27623 marginnote
27624 \series default
27625  pour voir la suite de cette section dans la sortie imprimée.
27626 \end_layout
27627
27628 \begin_layout Standard
27629 \begin_inset ERT
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633
27634
27635 \backslash
27636 fi
27637 \end_layout
27638
27639 \end_inset
27640
27641
27642 \end_layout
27643
27644 \begin_layout Chapter
27645 Les Boîtes
27646 \end_layout
27647
27648 \begin_layout Section
27649 Introduction
27650 \begin_inset Index idx
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 Boîtes ! Introduction
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Standard
27663 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27664  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27665  voir la section
27666 \begin_inset space ~
27667 \end_inset
27668
27669
27670 \begin_inset CommandInset ref
27671 LatexCommand ref
27672 reference "sec:Minipages"
27673
27674 \end_inset
27675
27676 , pour encadrer des portions de texte, voir la section
27677 \begin_inset space ~
27678 \end_inset
27679
27680
27681 \begin_inset CommandInset ref
27682 LatexCommand ref
27683 reference "sec:Décorations"
27684
27685 \end_inset
27686
27687 , pour empêcher que des mots subissent une césure, voir la section
27688 \begin_inset space ~
27689 \end_inset
27690
27691
27692 \begin_inset CommandInset ref
27693 LatexCommand ref
27694 reference "sec:Empêcher-césure"
27695
27696 \end_inset
27697
27698 , pour aligner du texte, voir la section
27699 \begin_inset space ~
27700 \end_inset
27701
27702
27703 \begin_inset CommandInset ref
27704 LatexCommand ref
27705 reference "sub:Alignement-Vertical"
27706
27707 \end_inset
27708
27709 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27710 \begin_inset space ~
27711 \end_inset
27712
27713
27714 \begin_inset CommandInset ref
27715 LatexCommand ref
27716 reference "sec:Boîtes-colorées"
27717
27718 \end_inset
27719
27720 .
27721 \end_layout
27722
27723 \begin_layout Standard
27724 On peut insérer une boîte en utilisant le menu 
27725 \family sans
27726 Insérer\SpecialChar \menuseparator
27727 Boîte
27728 \family default
27729  ou avec le bouton 
27730 \begin_inset Graphics
27731         filename ../../images/box-insert.png
27732         scale 85
27733         scaleBeforeRotation
27734
27735 \end_inset
27736
27737  de la barre d'outils.
27738  Une boîte grise avec une étiquette 
27739 \family sans
27740 Boîte
27741 \begin_inset space ~
27742 \end_inset
27743
27744 (Minipage)
27745 \family default
27746
27747 \begin_inset Graphics
27748         filename clipart/BoxInsetDefaultQt4.png
27749         scale 65
27750         scaleBeforeRotation
27751
27752 \end_inset
27753
27754  est alors insérée.
27755  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27756  et 
27757 \lang english
27758 selecting 
27759 \family sans
27760 Settings
27761 \family default
27762 \lang french
27763 .
27764  La fenêtre de dialogue qui apparaît donne accès aux types de
27765 \family sans
27766  Boîte
27767 \begin_inset space ~
27768 \end_inset
27769
27770 Intérieure
27771 \family default
27772  
27773 \family sans
27774 Parbox
27775 \begin_inset Note Note
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779 En attendant un traduction plus correcte NdT
27780 \end_layout
27781
27782 \end_inset
27783
27784
27785 \family default
27786  et 
27787 \family sans
27788 Minipage
27789 \family default
27790 .
27791  Le type 
27792 \family sans
27793 Minipage
27794 \family default
27795  est le type implicite pour les boîtes nouvellement créées et il est décrit
27796  dans la section
27797 \begin_inset space ~
27798 \end_inset
27799
27800
27801 \begin_inset CommandInset ref
27802 LatexCommand ref
27803 reference "sec:Minipages"
27804
27805 \end_inset
27806
27807 ; le type 
27808 \family sans
27809 Parbox
27810 \family default
27811  est décrit dans la section
27812 \begin_inset space ~
27813 \end_inset
27814
27815
27816 \begin_inset CommandInset ref
27817 LatexCommand ref
27818 reference "sec:Parboxes"
27819
27820 \end_inset
27821
27822  et le type 
27823 \family sans
27824 \lang english
27825 Makebox
27826 \family default
27827 \lang french
27828  est décrit dans la section
27829 \begin_inset space ~
27830 \end_inset
27831
27832
27833 \begin_inset CommandInset ref
27834 LatexCommand ref
27835 reference "sec:Empêcher-césure"
27836
27837 \end_inset
27838
27839 .
27840 \end_layout
27841
27842 \begin_layout Standard
27843 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
27844  comme les flottants ou les notes de bas de page.
27845 \end_layout
27846
27847 \begin_layout Standard
27848 \begin_inset Note Greyedout
27849 status open
27850
27851 \begin_layout Plain Layout
27852
27853 \series bold
27854 Note:
27855 \series default
27856  Vous ne pouvez pas employer une boîte comme élément dans un environnement
27857  de type 
27858 \family sans
27859 Liste
27860 \family default
27861  ou 
27862 \family sans
27863 Description
27864 \family default
27865 .
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Standard
27874 \begin_inset Note Greyedout
27875 status open
27876
27877 \begin_layout Plain Layout
27878
27879 \series bold
27880 Note:
27881 \series default
27882  Pour une raison inconnue, vous ne pouvez mettre le type de la 
27883 \family sans
27884 Boîte
27885 \begin_inset space ~
27886 \end_inset
27887
27888 Intérieure
27889 \family default
27890  à 
27891 \family sans
27892 Aucune
27893 \family default
27894  que quand vous utilisez une boîte encadrée.
27895  Les boîtes sans 
27896 \family sans
27897 Boîte
27898 \begin_inset space ~
27899 \end_inset
27900
27901 Intérieure
27902 \family default
27903  et sans cadre sont expliquées dans la section
27904 \begin_inset space ~
27905 \end_inset
27906
27907
27908 \begin_inset CommandInset ref
27909 LatexCommand ref
27910 reference "sec:Empêcher-césure"
27911
27912 \end_inset
27913
27914 .
27915 \end_layout
27916
27917 \end_inset
27918
27919
27920 \end_layout
27921
27922 \begin_layout Section
27923 La fenêtre de dialogue Boîte
27924 \begin_inset CommandInset label
27925 LatexCommand label
27926 name "sec:Boîte-Dialogue"
27927
27928 \end_inset
27929
27930
27931 \begin_inset Index idx
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 Boîtes ! Fenêtre de dialogue Boîte
27936 \end_layout
27937
27938 \end_inset
27939
27940
27941 \end_layout
27942
27943 \begin_layout Subsection
27944 Taille
27945 \begin_inset Index idx
27946 status collapsed
27947
27948 \begin_layout Plain Layout
27949 Boîtes ! Taille
27950 \end_layout
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Standard
27958 Dans la fenêtre de dialogue 
27959 \family sans
27960 Paramètres
27961 \begin_inset space ~
27962 \end_inset
27963
27964 de
27965 \begin_inset space ~
27966 \end_inset
27967
27968 Boîte
27969 \family default
27970  vous pouvez modifier la géométrie de la boîte avec les champs 
27971 \family sans
27972 Largeur
27973 \family default
27974  et 
27975 \family sans
27976 Hauteur
27977 \family default
27978 .
27979  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27980  dans le tableau
27981 \begin_inset space ~
27982 \end_inset
27983
27984
27985 \begin_inset CommandInset ref
27986 LatexCommand ref
27987 reference "tab:Unités"
27988
27989 \end_inset
27990
27991 .
27992  Le champ 
27993 \family sans
27994 Hauteur
27995 \family default
27996  offre en plus les spécifications de taille suivantes :
27997 \end_layout
27998
27999 \begin_layout Description
28000 Profondeur C'est simplement la 
28001 \begin_inset Quotes eld
28002 \end_inset
28003
28004 hauteur
28005 \begin_inset Quotes erd
28006 \end_inset
28007
28008  du texte.
28009  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28010  lignes de texte dans la boîte.
28011 \begin_inset Newline newline
28012 \end_inset
28013
28014
28015 \begin_inset Newline newline
28016 \end_inset
28017
28018
28019 \begin_inset Newline newline
28020 \end_inset
28021
28022
28023 \begin_inset Box Boxed
28024 position "c"
28025 hor_pos "c"
28026 has_inner_box 1
28027 inner_pos "c"
28028 use_parbox 0
28029 use_makebox 0
28030 width "12col%"
28031 special "none"
28032 height "1in"
28033 height_special "depth"
28034 status open
28035
28036 \begin_layout Plain Layout
28037 \align center
28038 Boîte dont la hauteur est égale à 1
28039 \begin_inset space \thinspace{}
28040 \end_inset
28041
28042 Profondeur
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \begin_inset Newline newline
28049 \end_inset
28050
28051
28052 \begin_inset Newline newline
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Description
28059 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28060  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28061  est deux fois plus haute que le texte : 
28062 \begin_inset Box Boxed
28063 position "c"
28064 hor_pos "c"
28065 has_inner_box 1
28066 inner_pos "c"
28067 use_parbox 0
28068 use_makebox 0
28069 width "20col%"
28070 special "none"
28071 height "2in"
28072 height_special "height"
28073 status open
28074
28075 \begin_layout Plain Layout
28076 \align center
28077 Boîte dont la hauteur est 2
28078 \begin_inset space \thinspace{}
28079 \end_inset
28080
28081 Hauteur
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Description
28090 Hauteur
28091 \begin_inset space ~
28092 \end_inset
28093
28094 Totale C'est égal à Hauteur
28095 \begin_inset space \thinspace{}
28096 \end_inset
28097
28098 +
28099 \begin_inset space \thinspace{}
28100 \end_inset
28101
28102 Profondeur : 
28103 \begin_inset Box Boxed
28104 position "c"
28105 hor_pos "c"
28106 has_inner_box 1
28107 inner_pos "c"
28108 use_parbox 0
28109 use_makebox 0
28110 width "20col%"
28111 special "none"
28112 height "1in"
28113 height_special "totalheight"
28114 status open
28115
28116 \begin_layout Plain Layout
28117 \align center
28118 Boîte dont la hauteur est 1
28119 \begin_inset space \thinspace{}
28120 \end_inset
28121
28122 Hauteur
28123 \begin_inset space ~
28124 \end_inset
28125
28126 Totale
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Description
28135 Largeur On prend la largeur de la boîte comme hauteur : 
28136 \begin_inset Box Boxed
28137 position "c"
28138 hor_pos "c"
28139 has_inner_box 1
28140 inner_pos "c"
28141 use_parbox 0
28142 use_makebox 0
28143 width "12col%"
28144 special "none"
28145 height "1in"
28146 height_special "width"
28147 status open
28148
28149 \begin_layout Plain Layout
28150 \align center
28151 Boîte dont la hauteur est 1
28152 \begin_inset space \thinspace{}
28153 \end_inset
28154
28155 Largeur
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Subsection
28164 Alignement
28165 \begin_inset Index idx
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 Boîtes ! Alignement
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Standard
28178 Quand vous avez choisi une 
28179 \family sans
28180 Boîte
28181 \begin_inset space ~
28182 \end_inset
28183
28184 Intérieure
28185 \family default
28186 , l'alignement vertical de la boîte peut être :
28187 \end_layout
28188
28189 \begin_layout Description
28190 Haut Ceci est un exemple de texte.
28191  
28192 \begin_inset Box Boxed
28193 position "t"
28194 hor_pos "c"
28195 has_inner_box 1
28196 inner_pos "c"
28197 use_parbox 0
28198 use_makebox 0
28199 width "12col%"
28200 special "none"
28201 height "1in"
28202 height_special "totalheight"
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 \align center
28207 Cette boîte est alignée sur le haut.
28208 \end_layout
28209
28210 \end_inset
28211
28212  Ceci est un exemple de texte.
28213 \end_layout
28214
28215 \begin_layout Description
28216 Milieu Ceci est un exemple de texte.
28217  
28218 \begin_inset Box Boxed
28219 position "c"
28220 hor_pos "c"
28221 has_inner_box 1
28222 inner_pos "c"
28223 use_parbox 0
28224 use_makebox 0
28225 width "12col%"
28226 special "none"
28227 height "1in"
28228 height_special "totalheight"
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232 \align center
28233 Cette boîte est alignée au centre.
28234 \end_layout
28235
28236 \end_inset
28237
28238  Ceci est un exemple de texte.
28239 \end_layout
28240
28241 \begin_layout Description
28242 Bas Ceci est un exemple de texte.
28243  
28244 \begin_inset Box Boxed
28245 position "b"
28246 hor_pos "c"
28247 has_inner_box 1
28248 inner_pos "c"
28249 use_parbox 0
28250 use_makebox 0
28251 width "12col%"
28252 special "none"
28253 height "1in"
28254 height_special "totalheight"
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258 \align center
28259 Cette boîte est alignée sur le bas.
28260 \end_layout
28261
28262 \end_inset
28263
28264  Ceci est un exemple de texte.
28265 \end_layout
28266
28267 \begin_layout Standard
28268 \begin_inset Note Greyedout
28269 status open
28270
28271 \begin_layout Plain Layout
28272
28273 \series bold
28274 Note:
28275 \series default
28276  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28277  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28278  l'autre non.
28279 \end_layout
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \begin_layout Standard
28287 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28288  paragraphe grâce à la fenêtre de dialogue 
28289 \family sans
28290 Paramètres
28291 \begin_inset space ~
28292 \end_inset
28293
28294 de
28295 \begin_inset space ~
28296 \end_inset
28297
28298 Boîte
28299 \family default
28300 .
28301 \end_layout
28302
28303 \begin_layout Standard
28304 \begin_inset VSpace bigskip
28305 \end_inset
28306
28307 Quand vous avez choisi une 
28308 \family sans
28309 Boîte
28310 \begin_inset space ~
28311 \end_inset
28312
28313 Intérieure
28314 \family default
28315 , l'alignement vertical du contenu de la boîte peut être :
28316 \end_layout
28317
28318 \begin_layout Description
28319 haut Ceci est un exemple de texte.
28320 \begin_inset Box Boxed
28321 position "c"
28322 hor_pos "c"
28323 has_inner_box 1
28324 inner_pos "t"
28325 use_parbox 0
28326 use_makebox 0
28327 width "12col%"
28328 special "none"
28329 height "1.5in"
28330 height_special "totalheight"
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334 \align center
28335 Le texte de cette boîte est aligné sur le haut.
28336 \end_layout
28337
28338 \end_inset
28339
28340  Ceci est un exemple de texte.
28341 \end_layout
28342
28343 \begin_layout Description
28344 milieu Ceci est un exemple de texte.
28345  
28346 \begin_inset Box Boxed
28347 position "c"
28348 hor_pos "c"
28349 has_inner_box 1
28350 inner_pos "c"
28351 use_parbox 0
28352 use_makebox 0
28353 width "12col%"
28354 special "none"
28355 height "1.5in"
28356 height_special "totalheight"
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 \align center
28361 Le texte de cette boîte est aligné au centre
28362 \end_layout
28363
28364 \end_inset
28365
28366  Ceci est un exemple de texte.
28367 \end_layout
28368
28369 \begin_layout Description
28370 bas Ceci est un exemple de texte.
28371  
28372 \begin_inset Box Boxed
28373 position "c"
28374 hor_pos "c"
28375 has_inner_box 1
28376 inner_pos "b"
28377 use_parbox 0
28378 use_makebox 0
28379 width "12col%"
28380 special "none"
28381 height "1.5in"
28382 height_special "totalheight"
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386 \align center
28387 Le texte de cette boîte est aligné en bas.
28388 \end_layout
28389
28390 \end_inset
28391
28392  Ceci est un exemple de texte.
28393 \end_layout
28394
28395 \begin_layout Description
28396 élongation Ceci est un exemple de texte.
28397  
28398 \begin_inset Box Boxed
28399 position "c"
28400 hor_pos "c"
28401 has_inner_box 1
28402 inner_pos "s"
28403 use_parbox 0
28404 use_makebox 0
28405 width "12col%"
28406 special "none"
28407 height "1.5in"
28408 height_special "totalheight"
28409 status collapsed
28410
28411 \begin_layout Plain Layout
28412 \align center
28413 Le texte 
28414 \end_layout
28415
28416 \begin_layout Plain Layout
28417 \align center
28418 de cette
28419 \end_layout
28420
28421 \begin_layout Plain Layout
28422 \align center
28423 boîte est
28424 \end_layout
28425
28426 \begin_layout Plain Layout
28427 \align center
28428 allongé.
28429 \end_layout
28430
28431 \end_inset
28432
28433  Ceci est un exemple de texte.
28434 \end_layout
28435
28436 \begin_layout Standard
28437 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28438  paragraphe.
28439  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28440 \end_layout
28441
28442 \begin_layout Standard
28443 \begin_inset VSpace bigskip
28444 \end_inset
28445
28446 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28447  la fenêtre de dialogue 
28448 \family sans
28449 Paramètres
28450 \begin_inset space ~
28451 \end_inset
28452
28453 de
28454 \begin_inset space ~
28455 \end_inset
28456
28457 paragraphe
28458 \family default
28459  quand vous avez choisi une 
28460 \family sans
28461 Boîte
28462 \begin_inset space ~
28463 \end_inset
28464
28465 Intérieure
28466 \family default
28467 .
28468 \end_layout
28469
28470 \begin_layout Standard
28471 \align center
28472 \begin_inset Box Boxed
28473 position "c"
28474 hor_pos "c"
28475 has_inner_box 1
28476 inner_pos "s"
28477 use_parbox 0
28478 use_makebox 0
28479 width "15col%"
28480 special "none"
28481 height "1.25in"
28482 height_special "totalheight"
28483 status open
28484
28485 \begin_layout Plain Layout
28486 \align left
28487 Le texte de 
28488 \end_layout
28489
28490 \begin_layout Plain Layout
28491 \align left
28492 cette boîte
28493 \end_layout
28494
28495 \begin_layout Plain Layout
28496 \align right
28497 est allongé.
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Standard
28506 Si vous n'avez pas choisi une 
28507 \family sans
28508 Boîte
28509 \begin_inset space ~
28510 \end_inset
28511
28512 Intérieure
28513 \family default
28514 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28515  de dialogue de boîte.
28516 \end_layout
28517
28518 \begin_layout Standard
28519 \align center
28520 \begin_inset Box Boxed
28521 position "c"
28522 hor_pos "s"
28523 has_inner_box 0
28524 inner_pos "s"
28525 use_parbox 0
28526 use_makebox 0
28527 width "90col%"
28528 special "none"
28529 height "1.25in"
28530 height_special "totalheight"
28531 status open
28532
28533 \begin_layout Plain Layout
28534 \align left
28535 Le texte de cette boîte est allongé horizontalement.
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \end_layout
28542
28543 \begin_layout Subsection
28544 Décorations
28545 \begin_inset CommandInset label
28546 LatexCommand label
28547 name "sec:Décorations"
28548
28549 \end_inset
28550
28551
28552 \begin_inset Index idx
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556 Boîtes ! Décorations
28557 \end_layout
28558
28559 \end_inset
28560
28561
28562 \end_layout
28563
28564 \begin_layout Standard
28565 On peut spécifier le style de la boîte en utilisant la liste déroulante
28566  
28567 \family sans
28568 Décoration
28569 \family default
28570 .
28571  Les possibilités sont les suivantes :
28572 \end_layout
28573
28574 \begin_layout Description
28575 Aucun
28576 \begin_inset space ~
28577 \end_inset
28578
28579 cadre
28580 \begin_inset space ~
28581 \end_inset
28582
28583 tracé 
28584 \lang english
28585 Nothing is drawn.
28586 \end_layout
28587
28588 \begin_layout Description
28589 Cadre
28590 \begin_inset space ~
28591 \end_inset
28592
28593 rectangulaire
28594 \begin_inset space ~
28595 \end_inset
28596
28597 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28598  L'épaisseur du trait de ce cadre est donnée par la variable  
28599 \series bold
28600
28601 \backslash
28602 fboxrule
28603 \series default
28604 .
28605 \begin_inset Newline newline
28606 \end_inset
28607
28608
28609 \begin_inset Box Boxed
28610 position "c"
28611 hor_pos "c"
28612 has_inner_box 1
28613 inner_pos "c"
28614 use_parbox 0
28615 use_makebox 0
28616 width "20col%"
28617 special "none"
28618 height "1in"
28619 height_special "totalheight"
28620 status open
28621
28622 \begin_layout Plain Layout
28623 \align center
28624 Boîte rectangulaire
28625 \end_layout
28626
28627 \end_inset
28628
28629
28630 \end_layout
28631
28632 \begin_layout Description
28633 Cadre
28634 \begin_inset space ~
28635 \end_inset
28636
28637 oval,
28638 \begin_inset space ~
28639 \end_inset
28640
28641 fin Ceci dessine un cadre ovalisée autour de la boîte.
28642  L'épaisseur du trait de ce cadre est de  0.4
28643 \begin_inset space \thinspace{}
28644 \end_inset
28645
28646 pt.
28647  
28648 \begin_inset Box ovalbox
28649 position "c"
28650 hor_pos "c"
28651 has_inner_box 1
28652 inner_pos "c"
28653 use_parbox 0
28654 use_makebox 0
28655 width "20col%"
28656 special "none"
28657 height "1in"
28658 height_special "totalheight"
28659 status open
28660
28661 \begin_layout Plain Layout
28662 \align center
28663 Boîte ovalisée, fine
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Description
28672 Cadre
28673 \begin_inset space ~
28674 \end_inset
28675
28676 oval,
28677 \begin_inset space ~
28678 \end_inset
28679
28680 épais Ceci dessine un cadre ovalisée autour de la boîte.
28681  L'épaisseur du trait de ce cadre est de   0.8
28682 \begin_inset space \thinspace{}
28683 \end_inset
28684
28685 pt.
28686  
28687 \begin_inset Box Ovalbox
28688 position "c"
28689 hor_pos "c"
28690 has_inner_box 1
28691 inner_pos "c"
28692 use_parbox 0
28693 use_makebox 0
28694 width "20col%"
28695 special "none"
28696 height "1in"
28697 height_special "totalheight"
28698 status open
28699
28700 \begin_layout Plain Layout
28701 \align center
28702 Boîte ovalisée, épaisse
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Description
28711 Ombre
28712 \begin_inset space ~
28713 \end_inset
28714
28715 en
28716 \begin_inset space ~
28717 \end_inset
28718
28719 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28720  L'épaisseur du trait de ce cadre est donnée par la variable  
28721 \series bold
28722
28723 \backslash
28724 fboxrule
28725 \series default
28726 , l'ombre a une épaisseur de  4
28727 \begin_inset space \thinspace{}
28728 \end_inset
28729
28730 pt.
28731  
28732 \begin_inset Box Shadowbox
28733 position "c"
28734 hor_pos "c"
28735 has_inner_box 1
28736 inner_pos "c"
28737 use_parbox 0
28738 use_makebox 0
28739 width "20col%"
28740 special "none"
28741 height "1in"
28742 height_special "totalheight"
28743 status open
28744
28745 \begin_layout Plain Layout
28746 \align center
28747 Boîte ombrée
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Description
28756 Fond
28757 \begin_inset space ~
28758 \end_inset
28759
28760 ombré Ceci dessine une boîte avec un arrière plan rouge.
28761  Contrairement aux boîtes coloriées
28762 \begin_inset Foot
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766 Voir la section
28767 \begin_inset space ~
28768 \end_inset
28769
28770
28771 \begin_inset CommandInset ref
28772 LatexCommand ref
28773 reference "sec:Boîtes-colorées"
28774
28775 \end_inset
28776
28777 .
28778 \end_layout
28779
28780 \end_inset
28781
28782 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28783  son propre paragraphe.
28784 \lang english
28785
28786 \begin_inset Box Shaded
28787 position "t"
28788 hor_pos "c"
28789 has_inner_box 0
28790 inner_pos "t"
28791 use_parbox 0
28792 use_makebox 0
28793 width "50col%"
28794 special "none"
28795 height "1in"
28796 height_special "totalheight"
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800 Boîte avec fond ombré
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Description
28809 Cadre
28810 \begin_inset space ~
28811 \end_inset
28812
28813 rectangulaire
28814 \begin_inset space ~
28815 \end_inset
28816
28817 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
28818  boîte.
28819  L'épaisseur du trait du cadre interne est de 0.75
28820 \begin_inset space \thinspace{}
28821 \end_inset
28822
28823
28824 \series bold
28825
28826 \backslash
28827 fboxrule
28828 \series default
28829 , l'épaisseur du trait du cadre externe est de 1.5
28830 \begin_inset space \thinspace{}
28831 \end_inset
28832
28833
28834 \series bold
28835
28836 \backslash
28837 fboxrule
28838 \series default
28839 .
28840  La distance entre les deux cadres est de  1.5
28841 \begin_inset space \thinspace{}
28842 \end_inset
28843
28844
28845 \series bold
28846
28847 \backslash
28848 fboxrule
28849 \series default
28850
28851 \begin_inset space \thinspace{}
28852 \end_inset
28853
28854 +
28855 \begin_inset space \thinspace{}
28856 \end_inset
28857
28858 0.5
28859 \begin_inset space \thinspace{}
28860 \end_inset
28861
28862 pt.
28863  
28864 \begin_inset Box Doublebox
28865 position "c"
28866 hor_pos "c"
28867 has_inner_box 1
28868 inner_pos "c"
28869 use_parbox 0
28870 use_makebox 0
28871 width "20col%"
28872 special "none"
28873 height "1in"
28874 height_special "totalheight"
28875 status open
28876
28877 \begin_layout Plain Layout
28878 \align center
28879 Boîte double
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \end_layout
28886
28887 \begin_layout Standard
28888 \begin_inset VSpace bigskip
28889 \end_inset
28890
28891 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
28892  style de boîte utilisé.
28893  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
28894  le paquetage LaTeX 
28895 \series bold
28896 fancybox
28897 \series default
28898
28899 \begin_inset Index idx
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903 Paquetages LaTeX ! fancybox
28904 \end_layout
28905
28906 \end_inset
28907
28908 .
28909 \end_layout
28910
28911 \begin_layout Standard
28912 \begin_inset VSpace bigskip
28913 \end_inset
28914
28915 Quand vous utilisez le style de décoration 
28916 \family sans
28917 cadre rectangulaire simple
28918 \family default
28919  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
28920  de la boîte.
28921  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
28922  predra toute la largeur de la colonne, la boîte sera considérée comme son
28923  propre paragraphe et 
28924 \series bold
28925
28926 \backslash
28927 fboxrule
28928 \series default
28929  et 
28930 \series bold
28931
28932 \backslash
28933 fboxsep
28934 \series default
28935  n'ont aucun effet sur ce type de boîte.
28936  L'épaisseur de la ligne du cadre a la valeur de 
28937 \series bold
28938
28939 \backslash
28940 FrameRule
28941 \series default
28942 .
28943  
28944 \begin_inset Box Framed
28945 position "t"
28946 hor_pos "c"
28947 has_inner_box 0
28948 inner_pos "t"
28949 use_parbox 0
28950 use_makebox 0
28951 width "100col%"
28952 special "none"
28953 height "1in"
28954 height_special "totalheight"
28955 status collapsed
28956
28957 \begin_layout Plain Layout
28958 Boîte avec cadre simple et sauts de page
28959 \end_layout
28960
28961 \end_inset
28962
28963
28964 \end_layout
28965
28966 \begin_layout Section
28967 Personnalisation des boîtes
28968 \begin_inset Index idx
28969 status collapsed
28970
28971 \begin_layout Plain Layout
28972 Boîtes! Personnalisation
28973 \end_layout
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \begin_layout Standard
28981 La valeur implicite pour la variable 
28982 \series bold
28983
28984 \backslash
28985 fboxrule
28986 \series default
28987  est 0.4
28988 \begin_inset space \thinspace{}
28989 \end_inset
28990
28991 pt.
28992  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
28993  pour avoir 2
28994 \begin_inset space \thinspace{}
28995 \end_inset
28996
28997 pt :
28998 \end_layout
28999
29000 \begin_layout Standard
29001
29002 \series bold
29003
29004 \backslash
29005 setlength{
29006 \backslash
29007 fboxrule}{2pt}
29008 \end_layout
29009
29010 \begin_layout Standard
29011 \begin_inset ERT
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015
29016
29017 \backslash
29018 setlength{
29019 \backslash
29020 fboxrule}{2pt}
29021 \end_layout
29022
29023 \end_inset
29024
29025
29026 \begin_inset Box Boxed
29027 position "c"
29028 hor_pos "c"
29029 has_inner_box 1
29030 inner_pos "c"
29031 use_parbox 0
29032 use_makebox 0
29033 width "25col%"
29034 special "none"
29035 height "1in"
29036 height_special "totalheight"
29037 status open
29038
29039 \begin_layout Plain Layout
29040 \align center
29041 Boîte rectangulaire avec 
29042 \series bold
29043
29044 \backslash
29045 fboxrule
29046 \series default
29047
29048 \begin_inset space \thinspace{}
29049 \end_inset
29050
29051 =
29052 \begin_inset space \thinspace{}
29053 \end_inset
29054
29055 2
29056 \begin_inset space \thinspace{}
29057 \end_inset
29058
29059 pt
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070
29071 \backslash
29072 setlength{
29073 \backslash
29074 fboxrule}{0.4pt}
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Standard
29083 \begin_inset VSpace bigskip
29084 \end_inset
29085
29086 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29087  les types de cadres, implicitement il est de 3
29088 \begin_inset space \thinspace{}
29089 \end_inset
29090
29091 pt.
29092  Vous pouvez le modifier en donnant une autre valeur à la variable 
29093 \series bold
29094
29095 \backslash
29096 fboxsep
29097 \series default
29098 .
29099  Par exemple la commande
29100 \end_layout
29101
29102 \begin_layout Standard
29103
29104 \series bold
29105
29106 \backslash
29107 setlength{
29108 \backslash
29109 fboxsep}{10pt}
29110 \end_layout
29111
29112 \begin_layout Standard
29113 met une valeur de 10
29114 \begin_inset space \thinspace{}
29115 \end_inset
29116
29117 pt, comme celle utilisée pour cette boîte :
29118 \end_layout
29119
29120 \begin_layout Standard
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126
29127 \backslash
29128 setlength{
29129 \backslash
29130 fboxsep}{10pt}
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \begin_inset Box Boxed
29137 position "c"
29138 hor_pos "c"
29139 has_inner_box 1
29140 inner_pos "c"
29141 use_parbox 0
29142 use_makebox 0
29143 width "25col%"
29144 special "none"
29145 height "1in"
29146 height_special "totalheight"
29147 status open
29148
29149 \begin_layout Plain Layout
29150 \align center
29151 Boîte rectangulaire avec 
29152 \series bold
29153
29154 \backslash
29155 fboxsep
29156 \series default
29157
29158 \begin_inset space \thinspace{}
29159 \end_inset
29160
29161 =
29162 \begin_inset space \thinspace{}
29163 \end_inset
29164
29165 10
29166 \begin_inset space \thinspace{}
29167 \end_inset
29168
29169 pt
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \begin_inset ERT
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179
29180
29181 \backslash
29182 setlength{
29183 \backslash
29184 fboxsep}{3pt}
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 \begin_inset VSpace bigskip
29194 \end_inset
29195
29196 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29197  la commande 
29198 \series bold
29199
29200 \backslash
29201 cornersize
29202 \series default
29203 .
29204  Par exemple, la commande
29205 \end_layout
29206
29207 \begin_layout Standard
29208
29209 \series bold
29210
29211 \backslash
29212 cornersize*{1cm}
29213 \end_layout
29214
29215 \begin_layout Standard
29216 donne un diamètre de 1
29217 \begin_inset space \thinspace{}
29218 \end_inset
29219
29220 cm.
29221  La commande
29222 \end_layout
29223
29224 \begin_layout Standard
29225
29226 \series bold
29227
29228 \backslash
29229 cornersize{num}
29230 \end_layout
29231
29232 \begin_layout Standard
29233 fixe le diamètre à 
29234 \family sans
29235 num
29236 \begin_inset space \thinspace{}
29237 \end_inset
29238
29239 ×
29240 \begin_inset space \thinspace{}
29241 \end_inset
29242
29243 minimum(largeur et hauteur de la boîte)
29244 \family default
29245 .
29246  La valeur implicite est 
29247 \series bold
29248
29249 \backslash
29250 cornersize{0.5}
29251 \series default
29252 .
29253 \end_layout
29254
29255 \begin_layout Standard
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261
29262 \backslash
29263 cornersize*{1.5cm}
29264 \end_layout
29265
29266 \end_inset
29267
29268
29269 \begin_inset Box Ovalbox
29270 position "c"
29271 hor_pos "c"
29272 has_inner_box 1
29273 inner_pos "c"
29274 use_parbox 0
29275 use_makebox 0
29276 width "25col%"
29277 special "none"
29278 height "1in"
29279 height_special "totalheight"
29280 status open
29281
29282 \begin_layout Plain Layout
29283 \align center
29284 Boîte ovale avec 
29285 \series bold
29286
29287 \backslash
29288 cornersize
29289 \series default
29290
29291 \begin_inset space \thinspace{}
29292 \end_inset
29293
29294 =
29295 \begin_inset space \thinspace{}
29296 \end_inset
29297
29298 1.5
29299 \begin_inset space \thinspace{}
29300 \end_inset
29301
29302 cm
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \begin_inset ERT
29309 status collapsed
29310
29311 \begin_layout Plain Layout
29312
29313
29314 \backslash
29315 cornersize{0.5}
29316 \end_layout
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \begin_layout Standard
29324 \begin_inset VSpace bigskip
29325 \end_inset
29326
29327 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29328  
29329 \series bold
29330
29331 \backslash
29332 shadowsize
29333 \series default
29334 .
29335  Elle est fixée à 2
29336 \begin_inset space \thinspace{}
29337 \end_inset
29338
29339 pt pour la boîte suivante par la commande :
29340 \end_layout
29341
29342 \begin_layout Standard
29343
29344 \series bold
29345
29346 \backslash
29347 setlength{
29348 \backslash
29349 shadowsize}{2pt}
29350 \end_layout
29351
29352 \begin_layout Standard
29353 \begin_inset ERT
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357
29358
29359 \backslash
29360 setlength{
29361 \backslash
29362 shadowsize}{2pt}
29363 \end_layout
29364
29365 \end_inset
29366
29367
29368 \begin_inset Box Shadowbox
29369 position "c"
29370 hor_pos "c"
29371 has_inner_box 1
29372 inner_pos "c"
29373 use_parbox 0
29374 use_makebox 0
29375 width "25col%"
29376 special "none"
29377 height "1in"
29378 height_special "totalheight"
29379 status open
29380
29381 \begin_layout Plain Layout
29382 \align center
29383 Boîte ombrée avec 
29384 \series bold
29385
29386 \backslash
29387 shadowsize
29388 \series default
29389
29390 \begin_inset space \thinspace{}
29391 \end_inset
29392
29393 =
29394 \begin_inset space \thinspace{}
29395 \end_inset
29396
29397 2
29398 \begin_inset space \thinspace{}
29399 \end_inset
29400
29401 pt
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \begin_inset ERT
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411
29412
29413 \backslash
29414 setlength{
29415 \backslash
29416 shadowsize}{4pt}
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 \begin_inset VSpace bigskip
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \begin_layout Standard
29432 La valeur implicite pour la longueur 
29433 \series bold
29434
29435 \backslash
29436 FrameRule
29437 \series default
29438  est 0,4
29439 \begin_inset space \thinspace{}
29440 \end_inset
29441
29442 pt.
29443  L'espacement implicite entre le contenu de la note et le cadre est de 9
29444 \begin_inset space \thinspace{}
29445 \end_inset
29446
29447 pt et il peut être modifié en utilisant la valeur de 
29448 \series bold
29449
29450 \backslash
29451 FrameSep
29452 \series default
29453 .
29454  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29455  suivantes en code TeX
29456 \end_layout
29457
29458 \begin_layout Standard
29459
29460 \series bold
29461
29462 \backslash
29463 setlength{
29464 \backslash
29465 FrameRule}{5pt}
29466 \begin_inset Newline newline
29467 \end_inset
29468
29469
29470 \backslash
29471 setlength{
29472 \backslash
29473 FrameSep}{0.5cm}
29474 \end_layout
29475
29476 \begin_layout Standard
29477 \begin_inset ERT
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481
29482
29483 \backslash
29484 setlength{
29485 \backslash
29486 FrameRule}{5pt}
29487 \end_layout
29488
29489 \begin_layout Plain Layout
29490
29491
29492 \backslash
29493 setlength{
29494 \backslash
29495 FrameSep}{0.5cm}
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \begin_inset Box Framed
29502 position "t"
29503 hor_pos "c"
29504 has_inner_box 0
29505 inner_pos "t"
29506 use_parbox 0
29507 use_makebox 0
29508 width "100col%"
29509 special "none"
29510 height "1in"
29511 height_special "totalheight"
29512 status open
29513
29514 \begin_layout Plain Layout
29515 Ceci est un texte dans une boîte autorisant les 
29516 \family sans
29517 sauts de page
29518 \family default
29519 .
29520 \end_layout
29521
29522 \end_inset
29523
29524
29525 \begin_inset ERT
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529
29530
29531 \backslash
29532 setlength{
29533 \backslash
29534 FrameRule}{0.4pt}
29535 \end_layout
29536
29537 \begin_layout Plain Layout
29538
29539
29540 \backslash
29541 setlength{
29542 \backslash
29543 FrameSep}{9pt}
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Standard
29552
29553 \lang english
29554 \begin_inset VSpace bigskip
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Pour les bôites à 
29562 \family sans
29563 Fond
29564 \begin_inset space ~
29565 \end_inset
29566
29567 ombré
29568 \family default
29569 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29570  3
29571 \begin_inset space \thinspace{}
29572 \end_inset
29573
29574 pt et il peut être modifié avec la valeur de 
29575 \series bold
29576
29577 \backslash
29578 fboxsep
29579 \series default
29580 .
29581  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29582  localement avec la commande 
29583 \series bold
29584
29585 \backslash
29586 definecolor{shadecolor}
29587 \series default
29588 , soit globalement avec le menu 
29589 \family sans
29590 Outils\SpecialChar \menuseparator
29591 Préférences
29592 \family default
29593 \SpecialChar \menuseparator
29594
29595 \family sans
29596 Couleurs\SpecialChar \menuseparator
29597 boîte
29598 \begin_inset space ~
29599 \end_inset
29600
29601 ombrée
29602 \family default
29603 .
29604  La syntaxe de la commande 
29605 \series bold
29606
29607 \backslash
29608 definecolor
29609 \series default
29610  est expliquée dans la section
29611 \begin_inset space ~
29612 \end_inset
29613
29614
29615 \begin_inset CommandInset ref
29616 LatexCommand ref
29617 reference "sec:Tableaux-Colorés"
29618
29619 \end_inset
29620
29621
29622 \begin_inset Foot
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626 Notez que l'utilisation de 
29627 \series bold
29628
29629 \backslash
29630 definecolor
29631 \series default
29632  ne peut se faire sans le paquetage LaTeX 
29633 \series bold
29634 color
29635 \series default
29636  dans le préambule, voir la section
29637 \begin_inset space ~
29638 \end_inset
29639
29640
29641 \begin_inset CommandInset ref
29642 LatexCommand ref
29643 reference "sec:Boîtes-colorées"
29644
29645 \end_inset
29646
29647 .
29648  
29649 \end_layout
29650
29651 \end_inset
29652
29653 .
29654 \end_layout
29655
29656 \begin_layout Standard
29657 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29658  les commandes en code TeX suivantes
29659 \end_layout
29660
29661 \begin_layout Standard
29662
29663 \series bold
29664
29665 \backslash
29666 setlength{
29667 \backslash
29668 fboxsep}{0.5cm}
29669 \series default
29670
29671 \begin_inset Newline newline
29672 \end_inset
29673
29674
29675 \series bold
29676
29677 \backslash
29678 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29679 \end_layout
29680
29681 \begin_layout Standard
29682 \begin_inset ERT
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686
29687
29688 \backslash
29689 setlength{
29690 \backslash
29691 fboxsep}{0.5cm}
29692 \end_layout
29693
29694 \begin_layout Plain Layout
29695
29696
29697 \backslash
29698 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \begin_inset Box Shaded
29705 position "t"
29706 hor_pos "c"
29707 has_inner_box 0
29708 inner_pos "t"
29709 use_parbox 0
29710 use_makebox 0
29711 width "100col%"
29712 special "none"
29713 height "1in"
29714 height_special "totalheight"
29715 status open
29716
29717 \begin_layout Plain Layout
29718
29719 \color yellow
29720 Ceci est un texte jaune dans une boîte à 
29721 \family sans
29722 Fond
29723 \begin_inset space ~
29724 \end_inset
29725
29726 ombré
29727 \family default
29728 \color inherit
29729  
29730 \color yellow
29731 avec un fond vert foncé.
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \begin_inset ERT
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741
29742
29743 \backslash
29744 setlength{
29745 \backslash
29746 fboxsep}{3pt}
29747 \end_layout
29748
29749 \begin_layout Plain Layout
29750
29751
29752 \backslash
29753 definecolor{shadecolor}{rgb}{1,0,0}
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Standard
29762
29763 \lang english
29764 \begin_inset VSpace bigskip
29765 \end_inset
29766
29767
29768 \end_layout
29769
29770 \begin_layout Standard
29771 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29772  les boîtes qui suivent la commandes qui les a changées.
29773 \end_layout
29774
29775 \begin_layout Section
29776 Minipages
29777 \begin_inset CommandInset label
29778 LatexCommand label
29779 name "sec:Minipages"
29780
29781 \end_inset
29782
29783
29784 \begin_inset Index idx
29785 status collapsed
29786
29787 \begin_layout Plain Layout
29788 Boîtes ! Minipages
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \end_layout
29795
29796 \begin_layout Standard
29797 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29798 ur d'une page.
29799  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29800  règles d'indentation, de saut de ligne, etc.
29801  s'appliquent.
29802 \end_layout
29803
29804 \begin_layout Standard
29805 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29806  langues.
29807 \end_layout
29808
29809 \begin_layout Standard
29810 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29811  Leur largeur est fixée à 45
29812 \begin_inset space \thinspace{}
29813 \end_inset
29814
29815 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29816  via le menu 
29817 \family sans
29818 Insérer\SpecialChar \menuseparator
29819 Typographie
29820 \begin_inset space ~
29821 \end_inset
29822
29823 spéciale\SpecialChar \menuseparator
29824 Ressort
29825 \begin_inset space ~
29826 \end_inset
29827
29828 Horizontal
29829 \family default
29830 .
29831 \end_layout
29832
29833 \begin_layout Standard
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838
29839 \lang english
29840 \begin_inset Box Frameless
29841 position "t"
29842 hor_pos "c"
29843 has_inner_box 1
29844 inner_pos "c"
29845 use_parbox 0
29846 use_makebox 0
29847 width "45col%"
29848 special "none"
29849 height "1in"
29850 height_special "totalheight"
29851 status open
29852
29853 \begin_layout Plain Layout
29854
29855 \lang german
29856 Dies ist ein deutscher Text.
29857  Dies ist ein deutscher Text.
29858  Dies ist ein deutscher Text.
29859  Dies ist ein deutscher Text.
29860  Dies ist ein deutscher Text.
29861  Dies ist ein deutscher Text.
29862  Dies ist ein deutscher Text.
29863  Dies ist ein deutscher Text.
29864  Dies ist ein deutscher Text.
29865  Dies ist ein deutscher Text.
29866  Dies ist ein deutscher Text.
29867  Dies ist ein deutscher Text.
29868  Dies ist ein deutscher Text
29869 \begin_inset Foot
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874 \lang german
29875 Dies ist eine deutsche Fußnote.
29876 \end_layout
29877
29878 \end_inset
29879
29880 .
29881  Dies ist ein deutscher Text.
29882  Dies ist ein deutscher Text.
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \begin_inset space \hfill{}
29889 \end_inset
29890
29891
29892 \begin_inset Box Frameless
29893 position "t"
29894 hor_pos "c"
29895 has_inner_box 1
29896 inner_pos "c"
29897 use_parbox 0
29898 use_makebox 0
29899 width "45col%"
29900 special "none"
29901 height "1in"
29902 height_special "totalheight"
29903 status open
29904
29905 \begin_layout Plain Layout
29906
29907 \lang english
29908 This is an English Text.
29909  This is an English Text.
29910  This is an English Text.
29911  This is an English Text.
29912  This is an English Text.
29913  This is an English Text.
29914  This is an English Text.
29915  This is an English Text.
29916  This is an English Text.
29917  This is an English Text.
29918  This is an English Text.
29919  This is an English Text.
29920  This is an English Text.
29921  This is an English Text.
29922  This is an English Text.
29923  This is an English Text.
29924 \begin_inset Foot
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929 \lang english
29930 This is an English footnote.
29931 \end_layout
29932
29933 \end_inset
29934
29935  This is an English Text.
29936  
29937 \end_layout
29938
29939 \end_inset
29940
29941
29942 \end_layout
29943
29944 \begin_layout Standard
29945 \begin_inset VSpace bigskip
29946 \end_inset
29947
29948 Les paramètres globaux du document sont ignorés au sein d'une minipage.
29949  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
29950  minipages, même si vous les avez mis par exemple à 
29951 \family sans
29952 Moyen
29953 \family default
29954  dans les paramètres du document.
29955 \end_layout
29956
29957 \begin_layout Standard
29958 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
29959  portion de texte, voyez la section
29960 \begin_inset space ~
29961 \end_inset
29962
29963
29964 \begin_inset CommandInset ref
29965 LatexCommand ref
29966 reference "sub:Couleur-pour-les-Paragraphes"
29967
29968 \end_inset
29969
29970 .
29971 \end_layout
29972
29973 \begin_layout Standard
29974 \begin_inset Note Greyedout
29975 status open
29976
29977 \begin_layout Plain Layout
29978
29979 \series bold
29980 Note:
29981 \series default
29982  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
29983  mais les minipages peuvent être utilisées dans un tableau, un flottant
29984  ou une autre boîte.
29985 \end_layout
29986
29987 \end_inset
29988
29989
29990 \end_layout
29991
29992 \begin_layout Section
29993 Les Parboxes
29994 \begin_inset CommandInset label
29995 LatexCommand label
29996 name "sec:Parboxes"
29997
29998 \end_inset
29999
30000
30001 \begin_inset Index idx
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005 Boîtes ! Parboxes
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Standard
30014 \begin_inset Note Note
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018
30019 \lang english
30020 En attendant une traduction de parbox (NdT)
30021 \end_layout
30022
30023 \end_inset
30024
30025 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30026  ne peuvent avoir de note de bas de page.
30027  La principale différence avec les minipages, c'est que les minipages au
30028  contraire des parboxes, ne sont pas de vraies boîtes, mais des environnements
30029  LaTeX.
30030 \end_layout
30031
30032 \begin_layout Standard
30033 \align center
30034 \begin_inset Box Frameless
30035 position "t"
30036 hor_pos "c"
30037 has_inner_box 1
30038 inner_pos "t"
30039 use_parbox 1
30040 use_makebox 0
30041 width "33col%"
30042 special "none"
30043 height "1in"
30044 height_special "totalheight"
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 Ceci est un texte à l'intérieur d'une parbox.
30049  Ceci est un texte à l'intérieur d'une parbox.
30050 \end_layout
30051
30052 \begin_layout Plain Layout
30053 Cette note de bas de page ne devrait pas apparaître :
30054 \begin_inset Foot
30055 status open
30056
30057 \begin_layout Plain Layout
30058 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30059  pas.
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \end_layout
30071
30072 \begin_layout Section
30073 Des Boîtes pour les Mots et les Caractères
30074 \begin_inset Index idx
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078 Boîtes ! Pour les caractères
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Subsection
30087 Empêcher la Césure
30088 \begin_inset CommandInset label
30089 LatexCommand label
30090 name "sec:Empêcher-césure"
30091
30092 \end_inset
30093
30094
30095 \begin_inset Index idx
30096 status collapsed
30097
30098 \begin_layout Plain Layout
30099 Boîtes ! Pour empêcher la césure
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \begin_layout Standard
30108 Vous pouvez utiliser 
30109 \lang english
30110 the box type 
30111 \family sans
30112 Makebox
30113 \family default
30114 \lang french
30115  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30116 \begin_inset Newline newline
30117 \end_inset
30118
30119 Voici un exemple de texte :
30120 \end_layout
30121
30122 \begin_layout Standard
30123 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30124 \begin_inset Quotes eld
30125 \end_inset
30126
30127 motTrèsTrèsLong
30128 \begin_inset Quotes erd
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \begin_layout Standard
30135 Pour empêcher que le mot 
30136 \begin_inset Quotes eld
30137 \end_inset
30138
30139 motTrèsTrèsLong
30140 \begin_inset Quotes erd
30141 \end_inset
30142
30143  
30144 \lang english
30145 put the word into a box, set the 
30146 \family sans
30147 Inner
30148 \begin_inset space ~
30149 \end_inset
30150
30151 box
30152 \family default
30153  to 
30154 \family sans
30155 Makebox
30156 \family default
30157  and its width to 1
30158 \begin_inset space \thinspace{}
30159 \end_inset
30160
30161 Width.
30162 \end_layout
30163
30164 \begin_layout Standard
30165 Voici le résultat :
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30170 \begin_inset Box Frameless
30171 position "t"
30172 hor_pos "c"
30173 has_inner_box 1
30174 inner_pos "t"
30175 use_parbox 0
30176 use_makebox 1
30177 width "1in"
30178 special "width"
30179 height "1in"
30180 height_special "totalheight"
30181 status open
30182
30183 \begin_layout Plain Layout
30184 \begin_inset Quotes eld
30185 \end_inset
30186
30187 motTrèsTrèsLong
30188 \begin_inset Quotes erd
30189 \end_inset
30190
30191
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \end_layout
30198
30199 \begin_layout Standard
30200 Une autre méthode consiste à mettre la commande 
30201 \begin_inset Quotes eld
30202 \end_inset
30203
30204
30205 \series bold
30206
30207 \backslash
30208 -
30209 \series default
30210
30211 \begin_inset Quotes grd
30212 \end_inset
30213
30214  en code TeX, juste avant le mot :
30215 \end_layout
30216
30217 \begin_layout Standard
30218 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30219 \begin_inset Quotes eld
30220 \end_inset
30221
30222
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228
30229 \backslash
30230 -
30231 \end_layout
30232
30233 \end_inset
30234
30235 motTrèsTrèsLong
30236 \begin_inset Quotes erd
30237 \end_inset
30238
30239
30240 \end_layout
30241
30242 \begin_layout Standard
30243 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30244  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30245 \family sans
30246 Insérer\SpecialChar \menuseparator
30247 Formats\SpecialChar \menuseparator
30248 Passage
30249 \begin_inset space ~
30250 \end_inset
30251
30252 à
30253 \begin_inset space ~
30254 \end_inset
30255
30256 la
30257 \begin_inset space ~
30258 \end_inset
30259
30260 Ligne
30261 \family default
30262  (raccourci 
30263 \family sans
30264 Ctrl-Entrée
30265 \family default
30266 ) :
30267 \end_layout
30268
30269 \begin_layout Standard
30270 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30271 \begin_inset Newline newline
30272 \end_inset
30273
30274
30275 \begin_inset Box Frameless
30276 position "t"
30277 hor_pos "c"
30278 has_inner_box 1
30279 inner_pos "t"
30280 use_parbox 0
30281 use_makebox 1
30282 width "1in"
30283 special "width"
30284 height "1in"
30285 height_special "totalheight"
30286 status open
30287
30288 \begin_layout Plain Layout
30289 \begin_inset Quotes eld
30290 \end_inset
30291
30292 motTrèsTrèsLong
30293 \begin_inset Quotes erd
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \begin_layout Subsection
30305 Alignement Vertical
30306 \begin_inset CommandInset label
30307 LatexCommand label
30308 name "sub:Alignement-Vertical"
30309
30310 \end_inset
30311
30312
30313 \begin_inset Index idx
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317 Boîtes ! Pour l'alignement vertical
30318 \end_layout
30319
30320 \end_inset
30321
30322
30323 \begin_inset Index idx
30324 status collapsed
30325
30326 \begin_layout Plain Layout
30327 Boîtes ! Boîtes élévatrices
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \begin_inset Index idx
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337 Raisebox|see
30338 \begin_inset ERT
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342
30343 {
30344 \end_layout
30345
30346 \end_inset
30347
30348 Boîtes élévatrices
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354 }
30355 \end_layout
30356
30357 \end_inset
30358
30359
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Standard
30368 Avec la commande 
30369 \series bold
30370
30371 \backslash
30372 raisebox
30373 \series default
30374  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30375  par rapport au texte qui l'entoure.
30376  La commande
30377 \series bold
30378  
30379 \backslash
30380 raisebox
30381 \series default
30382  s'utilise en suivant la syntaxe suivante :
30383 \end_layout
30384
30385 \begin_layout Standard
30386
30387 \series bold
30388
30389 \backslash
30390 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30391 \end_layout
30392
30393 \begin_layout Standard
30394 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30395  pour l'abaisser.
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Pour aligner le mot 
30400 \begin_inset Quotes eld
30401 \end_inset
30402
30403 empêcher
30404 \begin_inset Quotes erd
30405 \end_inset
30406
30407  de façon à ce que le point le plus bas du caractère le plus 
30408 \begin_inset Quotes eld
30409 \end_inset
30410
30411 profond
30412 \begin_inset Quotes erd
30413 \end_inset
30414
30415 , le 
30416 \begin_inset Quotes eld
30417 \end_inset
30418
30419 p
30420 \begin_inset Quotes erd
30421 \end_inset
30422
30423 , soit au niveau de la ligne de base, insérez la commande 
30424 \end_layout
30425
30426 \begin_layout Standard
30427
30428 \series bold
30429
30430 \backslash
30431 raisebox{
30432 \backslash
30433 depth}{
30434 \end_layout
30435
30436 \begin_layout Standard
30437 en code TeX avant le mot.
30438  Insérez après le mot l'accolade fermante 
30439 \begin_inset Quotes eld
30440 \end_inset
30441
30442
30443 \series bold
30444 }
30445 \series default
30446
30447 \begin_inset Quotes erd
30448 \end_inset
30449
30450  en code TeX.
30451 \begin_inset Newline newline
30452 \end_inset
30453
30454 Voici le résultat :
30455 \end_layout
30456
30457 \begin_layout Standard
30458 Cette ligne de texte contient le mot 
30459 \begin_inset ERT
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463
30464
30465 \backslash
30466 raisebox{
30467 \backslash
30468 depth}{
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \begin_inset Quotes eld
30475 \end_inset
30476
30477 empêcher
30478 \begin_inset Quotes erd
30479 \end_inset
30480
30481
30482 \begin_inset ERT
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486
30487 }
30488 \end_layout
30489
30490 \end_inset
30491
30492  comme mot élevé.
30493 \end_layout
30494
30495 \begin_layout Standard
30496 \begin_inset VSpace bigskip
30497 \end_inset
30498
30499 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30500  entre les lignes va être agrandie :
30501 \end_layout
30502
30503 \begin_layout Standard
30504 Cette ligne de texte contient le mot
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 raisebox{-
30513 \backslash
30514 depth}{
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \begin_inset Quotes eld
30521 \end_inset
30522
30523 empêcher
30524 \begin_inset Quotes erd
30525 \end_inset
30526
30527
30528 \begin_inset ERT
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532
30533 }
30534 \end_layout
30535
30536 \end_inset
30537
30538  comme mot abaissé.
30539 \begin_inset Newline newline
30540 \end_inset
30541
30542 Cette ligne de texte contient le mot 
30543 \begin_inset ERT
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547
30548
30549 \backslash
30550 raisebox{0.5cm}{
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \begin_inset Quotes eld
30557 \end_inset
30558
30559 tester
30560 \begin_inset Quotes erd
30561 \end_inset
30562
30563
30564 \begin_inset ERT
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568
30569 }
30570 \end_layout
30571
30572 \end_inset
30573
30574  comme mot élevé.
30575 \end_layout
30576
30577 \begin_layout Standard
30578 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30579  mettez la hauteur de la boîte à zéro.
30580  Par exemple utilisez
30581 \end_layout
30582
30583 \begin_layout Standard
30584
30585 \series bold
30586
30587 \backslash
30588 raisebox{-
30589 \backslash
30590 depth}[0pt]{
30591 \end_layout
30592
30593 \begin_layout Standard
30594 Cette ligne de texte contient le mot
30595 \begin_inset ERT
30596 status collapsed
30597
30598 \begin_layout Plain Layout
30599
30600
30601 \backslash
30602 raisebox{-
30603 \backslash
30604 depth}[0pt]{
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \begin_inset Quotes eld
30611 \end_inset
30612
30613 empêcher
30614 \begin_inset Quotes erd
30615 \end_inset
30616
30617
30618 \begin_inset ERT
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622
30623 }
30624 \end_layout
30625
30626 \end_inset
30627
30628  comme mot abaissé.
30629 \begin_inset Newline newline
30630 \end_inset
30631
30632 Cette ligne de texte contient le mot 
30633 \begin_inset ERT
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637
30638
30639 \backslash
30640 raisebox{0.5cm}[0pt]{
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \begin_inset Quotes eld
30647 \end_inset
30648
30649 tester
30650 \begin_inset Quotes erd
30651 \end_inset
30652
30653
30654 \begin_inset ERT
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658
30659 }
30660 \end_layout
30661
30662 \end_inset
30663
30664  comme mot élevé.
30665 \end_layout
30666
30667 \begin_layout Section
30668 Boîtes Colorées
30669 \begin_inset CommandInset label
30670 LatexCommand label
30671 name "sec:Boîtes-colorées"
30672
30673 \end_inset
30674
30675
30676 \begin_inset Index idx
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680 Boîtes ! Couleur
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Subsection
30689 De la couleur pour le texte
30690 \begin_inset Index idx
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694 Couleur ! Pour le texte
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30704  une boîte appelée 
30705 \begin_inset Quotes eld
30706 \end_inset
30707
30708 colorbox
30709 \begin_inset Quotes erd
30710 \end_inset
30711
30712 .
30713  Cela demande que le paquetage LaTeX 
30714 \series bold
30715 color
30716 \series default
30717
30718 \begin_inset Index idx
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722 Paquetages LaTeX ! color
30723 \end_layout
30724
30725 \end_inset
30726
30727  soit chargé dans le préambule du document avec la commande
30728 \end_layout
30729
30730 \begin_layout Standard
30731
30732 \series bold
30733
30734 \backslash
30735 @ifundefined{textcolor}
30736 \begin_inset Newline newline
30737 \end_inset
30738
30739
30740 \begin_inset Phantom HPhantom
30741 status open
30742
30743 \begin_layout Plain Layout
30744
30745 \series bold
30746 \begin_inset space ~
30747 \end_inset
30748
30749
30750 \end_layout
30751
30752 \end_inset
30753
30754 {
30755 \backslash
30756 usepackage{color}}{}
30757 \end_layout
30758
30759 \begin_layout Standard
30760 Le paquetage 
30761 \series bold
30762 color
30763 \series default
30764  sera chargé automatiquement par LyX dès que vous colorez du texte.
30765 \begin_inset Foot
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30770  
30771 \series bold
30772
30773 \backslash
30774 @ifundefined
30775 \series default
30776 .
30777 \end_layout
30778
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \begin_layout Standard
30785 \begin_inset VSpace medskip
30786 \end_inset
30787
30788 Les boîtes colorées sont créées par la commande 
30789 \series bold
30790
30791 \backslash
30792 colorbox
30793 \series default
30794 .
30795  Elle est utilisée avec la syntaxe suivante :
30796 \end_layout
30797
30798 \begin_layout Standard
30799
30800 \series bold
30801
30802 \backslash
30803 colorbox{couleur}{contenu de la boîte}
30804 \end_layout
30805
30806 \begin_layout Standard
30807 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30808  peuvent être placées à l'intérieur d'autres boîtes.
30809 \end_layout
30810
30811 \begin_layout Standard
30812 Les couleurs suivantes sont prédéfinies ::
30813 \begin_inset Newline newline
30814 \end_inset
30815
30816
30817 \family sans
30818 black
30819 \family default
30820  (noir), 
30821 \family sans
30822 blue
30823 \family default
30824  (bleu), 
30825 \family sans
30826 cyan
30827 \family default
30828 \series bold
30829 ,
30830 \series default
30831  
30832 \family sans
30833 green
30834 \family default
30835  (vert), 
30836 \family sans
30837 magenta
30838 \family default
30839
30840 \family sans
30841 red
30842 \family default
30843  (rouge), 
30844 \family sans
30845 white
30846 \family default
30847  (blanc), and 
30848 \family sans
30849 yellow
30850 \family default
30851  (jaune).
30852 \begin_inset Newline newline
30853 \end_inset
30854
30855 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
30856  section
30857 \begin_inset space ~
30858 \end_inset
30859
30860
30861 \begin_inset CommandInset ref
30862 LatexCommand ref
30863 reference "sec:Tableaux-Colorés"
30864
30865 \end_inset
30866
30867 .
30868 \end_layout
30869
30870 \begin_layout Standard
30871 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 colorbox{red}{
30880 \end_layout
30881
30882 \begin_layout Standard
30883 avant le mot en code TeX.
30884  Insérez l'accolade fermante 
30885 \begin_inset Quotes eld
30886 \end_inset
30887
30888 }
30889 \begin_inset Quotes erd
30890 \end_inset
30891
30892  après le mot, en code TeX.
30893 \begin_inset Newline newline
30894 \end_inset
30895
30896 Voici le résultat :
30897 \end_layout
30898
30899 \begin_layout Standard
30900 Cette ligne de texte contient le mot
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906
30907 \backslash
30908 colorbox{red}{
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \begin_inset Quotes eld
30915 \end_inset
30916
30917 Attention!
30918 \begin_inset Quotes erd
30919 \end_inset
30920
30921
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927 }
30928 \end_layout
30929
30930 \end_inset
30931
30932  sur fond rouge.
30933 \end_layout
30934
30935 \begin_layout Standard
30936 \begin_inset VSpace bigskip
30937 \end_inset
30938
30939 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
30940  vous pouvez utiliser la commande 
30941 \series bold
30942
30943 \backslash
30944 fcolorbox
30945 \series default
30946  avec la syntaxe suivante :
30947 \end_layout
30948
30949 \begin_layout Standard
30950
30951 \series bold
30952
30953 \backslash
30954 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
30955 \end_layout
30956
30957 \begin_layout Standard
30958
30959 \series bold
30960
30961 \backslash
30962 fcolorbox
30963 \series default
30964  est une extension de 
30965 \series bold
30966
30967 \backslash
30968 colorbox
30969 \series default
30970 .
30971  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
30972  peuvent être modifiés avec les variables 
30973 \series bold
30974
30975 \backslash
30976 fboxrule
30977 \series default
30978  et 
30979 \series bold
30980
30981 \backslash
30982 fboxsep
30983 \series default
30984 , comme c'est décrit dans la section
30985 \begin_inset space ~
30986 \end_inset
30987
30988
30989 \begin_inset CommandInset ref
30990 LatexCommand ref
30991 reference "sec:Décorations"
30992
30993 \end_inset
30994
30995 .
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Pour l'exemple suivant, on a utilisé la commande
31000 \end_layout
31001
31002 \begin_layout Standard
31003
31004 \series bold
31005
31006 \backslash
31007 fcolorbox{cyan}{magenta}{
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31012 \begin_inset space \thinspace{}
31013 \end_inset
31014
31015 mm:
31016 \begin_inset Newline newline
31017 \end_inset
31018
31019
31020 \begin_inset ERT
31021 status collapsed
31022
31023 \begin_layout Plain Layout
31024
31025
31026 \backslash
31027 fboxrule 1mm 
31028 \backslash
31029 fboxsep 1mm
31030 \end_layout
31031
31032 \end_inset
31033
31034
31035 \begin_inset ERT
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039
31040
31041 \backslash
31042 fcolorbox{cyan}{magenta}{
31043 \end_layout
31044
31045 \end_inset
31046
31047 Ce texte est dans une boîte encadrée et colorée.
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053 }
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 \begin_inset VSpace bigskip
31063 \end_inset
31064
31065 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31066  les yeux ! - NdT) :
31067 \begin_inset Newline newline
31068 \end_inset
31069
31070
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076
31077 \backslash
31078 fcolorbox{cyan}{magenta}{
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \color yellow
31085 Ce texte est coloré dans une boîte colorée et encadrée.
31086 \color inherit
31087
31088 \begin_inset ERT
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092
31093 }
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \begin_inset ERT
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103
31104
31105 \backslash
31106 fboxrule 0.4pt 
31107 \backslash
31108 fboxsep 3pt
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \end_layout
31115
31116 \begin_layout Standard
31117
31118 \series bold
31119 \begin_inset VSpace medskip
31120 \end_inset
31121
31122
31123 \end_layout
31124
31125 \begin_layout Standard
31126 \begin_inset Note Greyedout
31127 status open
31128
31129 \begin_layout Plain Layout
31130
31131 \series bold
31132 Note:
31133 \series default
31134  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31135  de ligne.
31136  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31137  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31138 \end_layout
31139
31140 \end_inset
31141
31142
31143 \end_layout
31144
31145 \begin_layout Subsection
31146 De la couleur pour les paragraphes
31147 \begin_inset CommandInset label
31148 LatexCommand label
31149 name "sub:Couleur-pour-les-Paragraphes"
31150
31151 \end_inset
31152
31153
31154 \begin_inset Index idx
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158 Couleur ! Pour les  paragraphes
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31168  texte dans une minipage.
31169  Avant la minipage, insérez la commande 
31170 \series bold
31171
31172 \backslash
31173 colorbox
31174 \series default
31175  
31176 \end_layout
31177
31178 \begin_layout Standard
31179
31180 \series bold
31181
31182 \backslash
31183 colorbox{color}{
31184 \end_layout
31185
31186 \begin_layout Standard
31187 en code TeX.
31188  Après la minipage, insérez l'accolade fermante 
31189 \begin_inset Quotes eld
31190 \end_inset
31191
31192 }
31193 \begin_inset Quotes erd
31194 \end_inset
31195
31196  en code TeX.
31197 \end_layout
31198
31199 \begin_layout Standard
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205
31206 \backslash
31207 colorbox{lightgrey}{
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \begin_inset Box Frameless
31214 position "t"
31215 hor_pos "c"
31216 has_inner_box 1
31217 inner_pos "t"
31218 use_parbox 0
31219 use_makebox 0
31220 width "100col%"
31221 special "none"
31222 height "1in"
31223 height_special "totalheight"
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227 Ce texte a un fond coloré.
31228  Ce texte a un fond coloré.
31229 \end_layout
31230
31231 \begin_layout Plain Layout
31232 \begin_inset VSpace defskip
31233 \end_inset
31234
31235 Le texte peut avoir des notes de bas de page
31236 \begin_inset Foot
31237 status collapsed
31238
31239 \begin_layout Plain Layout
31240 Un autre exemple de note de bas de page
31241 \end_layout
31242
31243 \end_inset
31244
31245  et contenir des figures et des tableaux.
31246 \end_layout
31247
31248 \begin_layout Plain Layout
31249 \align center
31250 \begin_inset Tabular
31251 <lyxtabular version="3" rows="3" columns="3">
31252 <features tabularvalignment="middle">
31253 <column alignment="center" valignment="top" width="0">
31254 <column alignment="center" valignment="top" width="0">
31255 <column alignment="center" valignment="top" width="0">
31256 <row>
31257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31258 \begin_inset Text
31259
31260 \begin_layout Plain Layout
31261 a
31262 \end_layout
31263
31264 \end_inset
31265 </cell>
31266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31267 \begin_inset Text
31268
31269 \begin_layout Plain Layout
31270 !
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279 3
31280 \end_layout
31281
31282 \end_inset
31283 </cell>
31284 </row>
31285 <row>
31286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Plain Layout
31290 <
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31296 \begin_inset Text
31297
31298 \begin_layout Plain Layout
31299 b2
31300 \begin_inset Quotes erd
31301 \end_inset
31302
31303 |
31304 \end_layout
31305
31306 \end_inset
31307 </cell>
31308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31309 \begin_inset Text
31310
31311 \begin_layout Plain Layout
31312 >
31313 \end_layout
31314
31315 \end_inset
31316 </cell>
31317 </row>
31318 <row>
31319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31320 \begin_inset Text
31321
31322 \begin_layout Plain Layout
31323 1
31324 \end_layout
31325
31326 \end_inset
31327 </cell>
31328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31329 \begin_inset Text
31330
31331 \begin_layout Plain Layout
31332 §
31333 \end_layout
31334
31335 \end_inset
31336 </cell>
31337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31338 \begin_inset Text
31339
31340 \begin_layout Plain Layout
31341 c
31342 \end_layout
31343
31344 \end_inset
31345 </cell>
31346 </row>
31347 </lyxtabular>
31348
31349 \end_inset
31350
31351
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362 }
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \begin_layout Section
31371 Les boîtes pivotées et redimensionnées
31372 \end_layout
31373
31374 \begin_layout Standard
31375 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31376  charger le paquetage LaTeX 
31377 \series bold
31378 graphicx
31379 \series default
31380
31381 \begin_inset Index idx
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385 Paquetages LaTeX ! graphicx
31386 \end_layout
31387
31388 \end_inset
31389
31390  dans le préambule de votre document avec la commande
31391 \end_layout
31392
31393 \begin_layout Standard
31394
31395 \series bold
31396
31397 \backslash
31398 @ifundefined{rotatebox}
31399 \begin_inset Newline newline
31400 \end_inset
31401
31402
31403 \begin_inset Phantom HPhantom
31404 status open
31405
31406 \begin_layout Plain Layout
31407
31408 \series bold
31409 \begin_inset space ~
31410 \end_inset
31411
31412
31413 \end_layout
31414
31415 \end_inset
31416
31417 {
31418 \backslash
31419 usepackage{graphicx}}{}
31420 \end_layout
31421
31422 \begin_layout Standard
31423 \begin_inset Note Greyedout
31424 status open
31425
31426 \begin_layout Plain Layout
31427
31428 \series bold
31429 Note:
31430 \series default
31431  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31432  redimensionnés.
31433 \end_layout
31434
31435 \end_inset
31436
31437
31438 \end_layout
31439
31440 \begin_layout Standard
31441 \begin_inset Note Greyedout
31442 status open
31443
31444 \begin_layout Plain Layout
31445
31446 \series bold
31447 Note:
31448 \series default
31449  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31450  redimensionnée.
31451 \end_layout
31452
31453 \end_inset
31454
31455
31456 \end_layout
31457
31458 \begin_layout Subsection
31459 Les Boîtes pivotées
31460 \begin_inset Index idx
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 Boîtes ! pivotées
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \begin_inset Index idx
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474 Pivoter des objets
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \begin_inset Index idx
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 Figures ! Pivotées
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \begin_inset Index idx
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494 Tableau ! Pivoter
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31504  (rotated).
31505  Une telle boîte est créée avec la commande 
31506 \series bold
31507
31508 \backslash
31509 rotatebox
31510 \series default
31511  en code TeX avec la syntaxe
31512 \end_layout
31513
31514 \begin_layout Standard
31515
31516 \series bold
31517
31518 \backslash
31519 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31520 \end_layout
31521
31522 \begin_layout Standard
31523 La position du pivot est donnée par l'origine de rotation spécifiée sous
31524  la forme 
31525 \series bold
31526 origin=position
31527 \series default
31528 .
31529  Les valeurs suivantes sont possibles pour la position: 
31530 \emph on
31531 c
31532 \emph default
31533  (centre), 
31534 \emph on
31535 l
31536 \emph default
31537  (gauche/
31538 \lang english
31539 left
31540 \lang french
31541 ), 
31542 \emph on
31543 r
31544 \emph default
31545  (droite/
31546 \lang english
31547 right
31548 \lang french
31549 ), 
31550 \emph on
31551 b
31552 \emph default
31553  (bas/
31554 \lang english
31555 bottom
31556 \lang french
31557 ), 
31558 \emph on
31559 t
31560 \emph default
31561  (haut/
31562 \lang english
31563 top
31564 \lang french
31565 ), et aussi des combinaisons des quatre positions de base.
31566  Par exemple 
31567 \emph on
31568 lt
31569 \emph default
31570  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31571  Quand on ne donne pas d'origine, la position 
31572 \emph on
31573 l
31574 \emph default
31575  est utilisée.
31576  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31577  ou négatif.
31578  Le sens positif de rotation est anti-horaire.
31579 \end_layout
31580
31581 \begin_layout Standard
31582 Dans l'exemple qui suit, la commande 
31583 \series bold
31584
31585 \backslash
31586 rotatebox[origin=c]{60}{
31587 \series default
31588  a été insérée en code TeX juste avant le texte 
31589 \begin_inset Quotes eld
31590 \end_inset
31591
31592 pivoté de 90°
31593 \begin_inset Quotes erd
31594 \end_inset
31595
31596  ; la boîte est refermée juste après le texte par une accolade fermante
31597  
31598 \begin_inset Quotes eld
31599 \end_inset
31600
31601 }
31602 \begin_inset Quotes erd
31603 \end_inset
31604
31605  en code TeX.
31606 \end_layout
31607
31608 \begin_layout Standard
31609 Voici une ligne avec du texte 
31610 \begin_inset ERT
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614
31615
31616 \backslash
31617 rotatebox[origin=c]{60}{
31618 \end_layout
31619
31620 \end_inset
31621
31622 pivoté de 60°
31623 \begin_inset ERT
31624 status collapsed
31625
31626 \begin_layout Plain Layout
31627
31628 }
31629 \end_layout
31630
31631 \end_inset
31632
31633 .
31634 \end_layout
31635
31636 \begin_layout Standard
31637 La boîte peut contenir une autre boîte ou une formule en ligne :
31638 \end_layout
31639
31640 \begin_layout Standard
31641 Voici une ligne avec du texte 
31642 \begin_inset ERT
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646
31647
31648 \backslash
31649 rotatebox[origin=r]{-60}{
31650 \end_layout
31651
31652 \end_inset
31653
31654
31655 \begin_inset Box Doublebox
31656 position "c"
31657 hor_pos "c"
31658 has_inner_box 0
31659 inner_pos "c"
31660 use_parbox 0
31661 use_makebox 0
31662 width "1in"
31663 special "width"
31664 height "1in"
31665 height_special "totalheight"
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669 pivoté de -60°
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \begin_inset ERT
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679
31680 }
31681 \end_layout
31682
31683 \end_inset
31684
31685  et encadré 
31686 \begin_inset ERT
31687 status collapsed
31688
31689 \begin_layout Plain Layout
31690
31691
31692 \backslash
31693 rotatebox[origin=lb]{60}{
31694 \end_layout
31695
31696 \end_inset
31697
31698
31699 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31700 \end_inset
31701
31702
31703 \begin_inset ERT
31704 status collapsed
31705
31706 \begin_layout Plain Layout
31707
31708 }
31709 \end_layout
31710
31711 \end_inset
31712
31713  et une formule.
31714 \end_layout
31715
31716 \begin_layout Standard
31717 ou encore une figure ou un tableau :
31718 \end_layout
31719
31720 \begin_layout Standard
31721 Voici une ligne
31722 \begin_inset ERT
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726
31727
31728 \backslash
31729 rotatebox[origin=lb]{90}{
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \begin_inset Graphics
31736         filename ../clipart/platypus.eps
31737         lyxscale 50
31738         width 25col%
31739
31740 \end_inset
31741
31742
31743 \begin_inset ERT
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747
31748 }
31749 \end_layout
31750
31751 \end_inset
31752
31753  avec une image pivotée de 90° 
31754 \begin_inset ERT
31755 status collapsed
31756
31757 \begin_layout Plain Layout
31758
31759
31760 \backslash
31761 rotatebox[origin=l]{-90}{
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \begin_inset Tabular
31768 <lyxtabular version="3" rows="2" columns="2">
31769 <features tabularvalignment="middle">
31770 <column alignment="center" valignment="top" width="0">
31771 <column alignment="center" valignment="top" width="0">
31772 <row>
31773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31774 \begin_inset Text
31775
31776 \begin_layout Plain Layout
31777 q
31778 \end_layout
31779
31780 \end_inset
31781 </cell>
31782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31783 \begin_inset Text
31784
31785 \begin_layout Plain Layout
31786 w
31787 \end_layout
31788
31789 \end_inset
31790 </cell>
31791 </row>
31792 <row>
31793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31794 \begin_inset Text
31795
31796 \begin_layout Plain Layout
31797 e
31798 \end_layout
31799
31800 \end_inset
31801 </cell>
31802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Plain Layout
31806 r
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 </row>
31812 </lyxtabular>
31813
31814 \end_inset
31815
31816
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822 }
31823 \end_layout
31824
31825 \end_inset
31826
31827  et un tableau.
31828 \end_layout
31829
31830 \begin_layout Subsection
31831 Les boîtes redimensionnées
31832 \begin_inset Index idx
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836 Boîtes ! Redimensionnées
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \begin_inset Index idx
31843 status collapsed
31844
31845 \begin_layout Plain Layout
31846 Redimensionner des objets
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \begin_inset Index idx
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856 Figures ! Redimensionnées
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \begin_inset Index idx
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866 Tableau ! Redimensionner
31867 \end_layout
31868
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \begin_layout Standard
31875 Pour redimensionner des objets on peut utiliser les commandes 
31876 \series bold
31877
31878 \backslash
31879 scalebox
31880 \series default
31881  et 
31882 \series bold
31883
31884 \backslash
31885 resizebox
31886 \series default
31887  insérées sous forme de code TeX.
31888 \end_layout
31889
31890 \begin_layout Standard
31891
31892 \series bold
31893
31894 \backslash
31895 scalebox
31896 \series default
31897  est utilisée avec la syntaxe suivante :
31898 \end_layout
31899
31900 \begin_layout Standard
31901
31902 \series bold
31903
31904 \backslash
31905 scalebox{horizontal}[vertical]{contenu de la boîte}
31906 \end_layout
31907
31908 \begin_layout Standard
31909 Horizontal et vertical sont les facteurs d'échelle correspondants.
31910  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
31911  utilisé comme facteur vertical.
31912 \end_layout
31913
31914 \begin_layout Standard
31915 Par exemple, la commande 
31916 \series bold
31917
31918 \backslash
31919 scalebox{2}{Bonjour}
31920 \series default
31921  crée un 
31922 \begin_inset ERT
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926
31927
31928 \backslash
31929 scalebox{2}{
31930 \end_layout
31931
31932 \end_inset
31933
31934 Bonjour
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940 }
31941 \end_layout
31942
31943 \end_inset
31944
31945  de taille double par rapport à la taille du texte du document.
31946 \end_layout
31947
31948 \begin_layout Standard
31949
31950 \series bold
31951
31952 \backslash
31953 scalebox{2}[1]{Hello}
31954 \series default
31955  au contraire va déformer le 
31956 \begin_inset ERT
31957 status collapsed
31958
31959 \begin_layout Plain Layout
31960
31961
31962 \backslash
31963 scalebox{2}[1]{
31964 \end_layout
31965
31966 \end_inset
31967
31968 Bonjour
31969 \begin_inset ERT
31970 status collapsed
31971
31972 \begin_layout Plain Layout
31973
31974 }
31975 \end_layout
31976
31977 \end_inset
31978
31979 .
31980 \end_layout
31981
31982 \begin_layout Standard
31983 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
31984  La commande 
31985 \series bold
31986
31987 \backslash
31988 scalebox{-1}[1]{Hello}
31989 \series default
31990  peut donc être utilisée pour créer du texte en miroir : 
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 scalebox{-1}[1]{
31999 \end_layout
32000
32001 \end_inset
32002
32003 Bonjour
32004 \begin_inset ERT
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008
32009 }
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \end_layout
32016
32017 \begin_layout Standard
32018
32019 \series bold
32020
32021 \backslash
32022 scalebox{1}[-1]{Bonjour}
32023 \series default
32024  effectue une réflexion du 
32025 \begin_inset ERT
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029
32030
32031 \backslash
32032 scalebox{1}[-1]{
32033 \end_layout
32034
32035 \end_inset
32036
32037 Bonjour
32038 \begin_inset ERT
32039 status collapsed
32040
32041 \begin_layout Plain Layout
32042
32043 }
32044 \end_layout
32045
32046 \end_inset
32047
32048  par rapport à la ligne de base.
32049 \end_layout
32050
32051 \begin_layout Standard
32052 La commande 
32053 \series bold
32054
32055 \backslash
32056 reflectbox{contenu de la boîte} 
32057 \series default
32058 existe aussi et est équivalente à
32059 \series bold
32060  
32061 \backslash
32062 scalebox{-1}[1]{contenu de la boîte}.
32063
32064 \series default
32065  
32066 \begin_inset Newline newline
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \begin_layout Standard
32073 \begin_inset VSpace bigskip
32074 \end_inset
32075
32076 La commande 
32077 \series bold
32078
32079 \backslash
32080 resizebox
32081 \series default
32082  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32083  données.
32084  La syntaxe de la commande est :
32085 \end_layout
32086
32087 \begin_layout Standard
32088
32089 \series bold
32090
32091 \backslash
32092 resizebox{largeur}{hauteur}{contenu de la boîte}
32093 \end_layout
32094
32095 \begin_layout Standard
32096 Si un des deux paramètres est remplacé par un point d'exclamation 
32097 \series bold
32098 !
32099 \series default
32100 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32101 \end_layout
32102
32103 \begin_layout Standard
32104 La commande 
32105 \series bold
32106
32107 \backslash
32108 resizebox{2cm}{1cm}{Bonjour}
32109 \series default
32110  produit : 
32111 \begin_inset ERT
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115
32116
32117 \backslash
32118 resizebox{2cm}{1cm}{
32119 \end_layout
32120
32121 \end_inset
32122
32123 Bonjour
32124 \begin_inset ERT
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128
32129 }
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \begin_inset Newline newline
32136 \end_inset
32137
32138 La commande 
32139 \series bold
32140
32141 \backslash
32142 resizebox{2cm}{!}{Bonjour}
32143 \series default
32144  produit : 
32145 \begin_inset ERT
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149
32150
32151 \backslash
32152 resizebox{2cm}{!}{
32153 \end_layout
32154
32155 \end_inset
32156
32157 Bonjour
32158 \begin_inset ERT
32159 status collapsed
32160
32161 \begin_layout Plain Layout
32162
32163 }
32164 \end_layout
32165
32166 \end_inset
32167
32168
32169 \end_layout
32170
32171 \begin_layout Standard
32172 \begin_inset VSpace bigskip
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 \begin_inset Note Greyedout
32180 status open
32181
32182 \begin_layout Plain Layout
32183
32184 \series bold
32185 Note:
32186 \series default
32187  Quand les paramètres des commandes 
32188 \series bold
32189
32190 \backslash
32191 scalebox
32192 \series default
32193  ou 
32194 \series bold
32195
32196 \backslash
32197 resizebox
32198 \series default
32199  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32200  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32201  partiellement.
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \begin_layout Standard
32210 \begin_inset VSpace bigskip
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Les boîtes peuvent être combinée dans n'importe quel ordre.
32218  Par exemple, la commande 
32219 \begin_inset Newline newline
32220 \end_inset
32221
32222
32223 \series bold
32224
32225 \backslash
32226 rotatebox[origin=c]{-45}{
32227 \backslash
32228 resizebox{2cm}{!}{
32229 \backslash
32230 reflectbox{Bonjour}}}
32231 \begin_inset Newline newline
32232 \end_inset
32233
32234
32235 \series default
32236 produit :
32237 \end_layout
32238
32239 \begin_layout Standard
32240 \align center
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 rotatebox[origin=c]{-45}{
32249 \backslash
32250 resizebox{2cm}{!}{
32251 \backslash
32252 reflectbox{
32253 \end_layout
32254
32255 \end_inset
32256
32257 Bonjour
32258 \begin_inset ERT
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262
32263 }}}
32264 \end_layout
32265
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \begin_layout Standard
32272 \noindent
32273 Les images, les tableaux et les formules sont autorisées comme contenu de
32274  boîte :
32275 \end_layout
32276
32277 \begin_layout Standard
32278 \align center
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283
32284
32285 \backslash
32286 rotatebox[origin=c]{-30}{
32287 \backslash
32288 resizebox{2cm}{!}{
32289 \backslash
32290 reflectbox{
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \begin_inset Graphics
32297         filename ../clipart/platypus.eps
32298         lyxscale 50
32299         width 25col%
32300
32301 \end_inset
32302
32303
32304 \begin_inset ERT
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308
32309 }}}
32310 \end_layout
32311
32312 \end_inset
32313
32314
32315 \begin_inset ERT
32316 status collapsed
32317
32318 \begin_layout Plain Layout
32319
32320
32321 \backslash
32322 rotatebox[origin=c]{-45}{
32323 \backslash
32324 resizebox{2cm}{!}{
32325 \backslash
32326 reflectbox{
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \begin_inset Tabular
32333 <lyxtabular version="3" rows="2" columns="2">
32334 <features tabularvalignment="middle">
32335 <column alignment="center" valignment="top" width="0">
32336 <column alignment="center" valignment="top" width="0">
32337 <row>
32338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32339 \begin_inset Text
32340
32341 \begin_layout Plain Layout
32342 q
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351 w
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 </row>
32357 <row>
32358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 e
32363 \end_layout
32364
32365 \end_inset
32366 </cell>
32367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371 r
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 </row>
32377 </lyxtabular>
32378
32379 \end_inset
32380
32381
32382 \begin_inset ERT
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386
32387 }}}
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \begin_inset ERT
32394 status collapsed
32395
32396 \begin_layout Plain Layout
32397
32398
32399 \backslash
32400 rotatebox[origin=c]{-45}{
32401 \backslash
32402 resizebox{2cm}{!}{
32403 \backslash
32404 reflectbox{
32405 \end_layout
32406
32407 \end_inset
32408
32409
32410 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32411 \end_inset
32412
32413
32414 \begin_inset ERT
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418
32419 }}}
32420 \end_layout
32421
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \begin_layout Standard
32428 Quand on utilise le style global de formule 
32429 \series bold
32430 fleqn
32431 \series default
32432  dans le document
32433 \begin_inset Foot
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437 Quand 
32438 \begin_inset Quotes eld
32439 \end_inset
32440
32441 fleqn
32442 \begin_inset Quotes erd
32443 \end_inset
32444
32445  est ajouté aux options de la classe de document.
32446 \end_layout
32447
32448 \end_inset
32449
32450 , les formules hors texte peuvent aussi être redimensionnées.
32451 \end_layout
32452
32453 \begin_layout Chapter
32454 Trucs Externes
32455 \begin_inset Index idx
32456 status collapsed
32457
32458 \begin_layout Plain Layout
32459 Trucs externes
32460 \end_layout
32461
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \begin_layout Standard
32468 Avec le menu 
32469 \family sans
32470 Insérer\SpecialChar \menuseparator
32471 Fichier
32472 \family default
32473  vous pouvez insérer un contenu externe à votre document.
32474  Ce contenu peut être :
32475 \end_layout
32476
32477 \begin_layout Description
32478 Document
32479 \begin_inset space ~
32480 \end_inset
32481
32482 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32483  document.
32484 \end_layout
32485
32486 \begin_layout Description
32487 Texte
32488 \begin_inset space ~
32489 \end_inset
32490
32491 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32492 e.
32493 \end_layout
32494
32495 \begin_layout Description
32496 Texte
32497 \begin_inset space ~
32498 \end_inset
32499
32500 Brut
32501 \begin_inset space ~
32502 \end_inset
32503
32504 par
32505 \begin_inset space ~
32506 \end_inset
32507
32508 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32509  Les lignes vides créent un nouveau paragraphe dans votre document.
32510 \end_layout
32511
32512 \begin_layout Description
32513 Objet
32514 \begin_inset space ~
32515 \end_inset
32516
32517 Externe Fichiers de formats variés.
32518 \end_layout
32519
32520 \begin_layout Description
32521 Sous-document Documents LyX ou LaTeX.
32522 \end_layout
32523
32524 \begin_layout Section
32525 Objets Externes 
32526 \begin_inset Index idx
32527 status collapsed
32528
32529 \begin_layout Plain Layout
32530 Trucs externes ! Objets Externes
32531 \end_layout
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Standard
32539 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32540  de fichiers dans votre document sans avoir à convertir ces derniers en
32541  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32542  qui va s'occuper des conversions.
32543  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32544  LyX des images dans des formats divers.
32545  Quand vous avez activé 
32546 \family sans
32547 Aperçu
32548 \begin_inset space ~
32549 \end_inset
32550
32551 sur
32552 \begin_inset space ~
32553 \end_inset
32554
32555 le
32556 \begin_inset space ~
32557 \end_inset
32558
32559 vif
32560 \family default
32561  dans le menu des préférences de LyX, dans la rubrique 
32562 \family sans
32563 Apparence\SpecialChar \menuseparator
32564 Graphiques
32565 \family default
32566 , les objets externes de type Dia et Xfig sont affichés directement dans
32567  LyX.
32568 \end_layout
32569
32570 \begin_layout Standard
32571 On insère des objets externes en utilisant la fenêtre de dialogue 
32572 \family sans
32573 Objet
32574 \begin_inset space ~
32575 \end_inset
32576
32577 Externe
32578 \family default
32579  qui est accessible via le menu 
32580 \family sans
32581 Insérer\SpecialChar \menuseparator
32582 Fichiers\SpecialChar \menuseparator
32583 Objet
32584 \begin_inset space ~
32585 \end_inset
32586
32587 Externe
32588 \family default
32589 .
32590  Actuellement les types de fichiers (
32591 \family sans
32592 Modèles
32593 \family default
32594 ) suivants sont autorisés :
32595 \end_layout
32596
32597 \begin_layout Description
32598 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32599  par le programme 
32600 \series bold
32601
32602 \begin_inset CommandInset href
32603 LatexCommand href
32604 name "XBoard"
32605 target "http://en.wikipedia.org/wiki/XBoard"
32606
32607 \end_inset
32608
32609
32610 \series default
32611 .
32612 \end_layout
32613
32614 \begin_layout Description
32615 Date Ce modèle insère la date sous la forme 
32616 \emph on
32617 Jour-Mois-Année
32618 \emph default
32619 .
32620  Voici un exemple de date insérée comme objet externe :: 
32621 \begin_inset External
32622         template Date
32623         filename .
32624
32625 \end_inset
32626
32627
32628 \begin_inset space ~
32629 \end_inset
32630
32631
32632 \begin_inset Note Note
32633 status open
32634
32635 \begin_layout Plain Layout
32636 Retirer l'espace protégé quand le bug 4398 sera résolu !
32637 \end_layout
32638
32639 \end_inset
32640
32641
32642 \begin_inset Newline newline
32643 \end_inset
32644
32645 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32646  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32647 \family sans
32648 Insérer\SpecialChar \menuseparator
32649 Date
32650 \family default
32651  et avec la commande LaTeX 
32652 \series bold
32653
32654 \backslash
32655 today
32656 \series default
32657  entrée comme code TeX.
32658  Ces différentes méthodes sont comparée dans le tableau
32659 \begin_inset space ~
32660 \end_inset
32661
32662
32663 \begin_inset CommandInset ref
32664 LatexCommand ref
32665 reference "tab:Comparaison-des-dates"
32666
32667 \end_inset
32668
32669 .
32670 \end_layout
32671
32672 \begin_layout Description
32673 Dia Ce modèle accepte les diagrammes créés avec le programme 
32674 \series bold
32675
32676 \begin_inset CommandInset href
32677 LatexCommand href
32678 name "Dia"
32679 target "http://en.wikipedia.org/wiki/Dia_(software)"
32680
32681 \end_inset
32682
32683
32684 \series default
32685 .
32686 \end_layout
32687
32688 \begin_layout Description
32689 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32690  par le programme 
32691 \series bold
32692
32693 \begin_inset CommandInset href
32694 LatexCommand href
32695 name "LilyPond"
32696 target "http://en.wikipedia.org/wiki/LilyPond"
32697
32698 \end_inset
32699
32700
32701 \series default
32702 .
32703 \end_layout
32704
32705 \begin_layout Description
32706 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32707  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32708  
32709 \emph on
32710 pages
32711 \emph default
32712  dans le champ 
32713 \family sans
32714 Option
32715 \family default
32716  dans l'onglet 
32717 \family sans
32718 Options LaTeX et LyX
32719 \family default
32720  en suivant les instructions données pour le modèle.
32721  Si on ne donne pas d'option 
32722 \emph on
32723 pages
32724 \emph default
32725 , seule la première page du PDF sera insérée.
32726 \end_layout
32727
32728 \begin_layout Description
32729 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32730  À peu près tous les formats d'images populaires sont acceptés.
32731  Les images peuvent être traitées dans la fenêtre de dialogue 
32732 \family sans
32733 Objet
32734 \begin_inset space ~
32735 \end_inset
32736
32737 Externe
32738 \family default
32739  comme les images qui sont habituellement incorporées en utilisant le menu
32740  
32741 \family sans
32742 Insérer\SpecialChar \menuseparator
32743 Graphique
32744 \family default
32745 , comme c'est décrit dans la section
32746 \begin_inset space ~
32747 \end_inset
32748
32749
32750 \begin_inset CommandInset ref
32751 LatexCommand ref
32752 reference "sec:Graphics-Dialog"
32753
32754 \end_inset
32755
32756 .
32757  La différence est que seules les images matricielles sont autorisées, ce
32758  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32759 \end_layout
32760
32761 \begin_layout Description
32762 XFig Ce modèle accepte les images créées avec le programme 
32763 \series bold
32764
32765 \begin_inset CommandInset href
32766 LatexCommand href
32767 name "Xfig"
32768 target "http://en.wikipedia.org/wiki/Xfig"
32769
32770 \end_inset
32771
32772
32773 \series default
32774 .
32775 \end_layout
32776
32777 \begin_layout Standard
32778 \begin_inset Float table
32779 placement h
32780 wide false
32781 sideways false
32782 status open
32783
32784 \begin_layout Plain Layout
32785 \begin_inset Caption
32786
32787 \begin_layout Plain Layout
32788 \begin_inset CommandInset label
32789 LatexCommand label
32790 name "tab:Comparaison-des-dates"
32791
32792 \end_inset
32793
32794 Comparaison des méthodes d'insertion de la date.
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \end_layout
32801
32802 \begin_layout Plain Layout
32803 \align center
32804 \begin_inset Tabular
32805 <lyxtabular version="3" rows="4" columns="4">
32806 <features tabularvalignment="middle">
32807 <column alignment="center" valignment="top" width="0">
32808 <column alignment="center" valignment="top" width="0">
32809 <column alignment="center" valignment="top" width="0">
32810 <column alignment="center" valignment="top" width="0">
32811 <row>
32812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32813 \begin_inset Text
32814
32815 \begin_layout Plain Layout
32816 Format du document
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825
32826 \family sans
32827 Objet
32828 \begin_inset space ~
32829 \end_inset
32830
32831 Externe\SpecialChar \menuseparator
32832 Date
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841
32842 \family sans
32843 Insérer\SpecialChar \menuseparator
32844 Date
32845 \end_layout
32846
32847 \end_inset
32848 </cell>
32849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32850 \begin_inset Text
32851
32852 \begin_layout Plain Layout
32853 commande 
32854 \series bold
32855
32856 \backslash
32857 today
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 </row>
32863 <row>
32864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868 LyX
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877 comme boîte d'insert
32878 \end_layout
32879
32880 \end_inset
32881 </cell>
32882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32883 \begin_inset Text
32884
32885 \begin_layout Plain Layout
32886 comme date
32887 \end_layout
32888
32889 \end_inset
32890 </cell>
32891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32892 \begin_inset Text
32893
32894 \begin_layout Plain Layout
32895 comme boîte de code TeX
32896 \end_layout
32897
32898 \end_inset
32899 </cell>
32900 </row>
32901 <row>
32902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32903 \begin_inset Text
32904
32905 \begin_layout Plain Layout
32906 LaTeX
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915 comme date
32916 \end_layout
32917
32918 \end_inset
32919 </cell>
32920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32921 \begin_inset Text
32922
32923 \begin_layout Plain Layout
32924 comme date
32925 \end_layout
32926
32927 \end_inset
32928 </cell>
32929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32930 \begin_inset Text
32931
32932 \begin_layout Plain Layout
32933 comme commande
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 </row>
32939 <row>
32940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944 DVI, PDF, PS
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32950 \begin_inset Text
32951
32952 \begin_layout Plain Layout
32953 comme date
32954 \end_layout
32955
32956 \end_inset
32957 </cell>
32958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962 comme date
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32968 \begin_inset Text
32969
32970 \begin_layout Plain Layout
32971 comme date date
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 </lyxtabular>
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \begin_layout Standard
32990 Quand vous activez l'option 
32991 \family sans
32992 Brouillon
32993 \family default
32994  de l'onglet 
32995 \family sans
32996 Fichier
32997 \family default
32998  de la fenêtre de dialogue 
32999 \family sans
33000 Objet
33001 \begin_inset space ~
33002 \end_inset
33003
33004 Externe
33005 \family default
33006 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33007 \begin_inset Newline newline
33008 \end_inset
33009
33010 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33011  : 
33012 \begin_inset Graphics
33013         filename ../clipart/ExternalMaterialQt4.png
33014         scale 85
33015         scaleBeforeRotation
33016
33017 \end_inset
33018
33019  soit comme une image, selon que vous avez ou non activé l'option 
33020 \family sans
33021 Afficher
33022 \begin_inset space ~
33023 \end_inset
33024
33025 dans
33026 \begin_inset space ~
33027 \end_inset
33028
33029 LyX
33030 \family default
33031  de l'onglet 
33032 \family sans
33033 Options LaTeX et LyX
33034 \family default
33035  de la fenêtre de dialogue.
33036 \end_layout
33037
33038 \begin_layout Standard
33039 Le manuel 
33040 \family sans
33041 \emph on
33042 Personnalisation
33043 \family default
33044 \emph default
33045  explique comment vous pouvez créer vos propres modèles.
33046 \end_layout
33047
33048 \begin_layout Section
33049 Sous-documents
33050 \begin_inset CommandInset label
33051 LatexCommand label
33052 name "sec:Sous-documents"
33053
33054 \end_inset
33055
33056
33057 \begin_inset Index idx
33058 status collapsed
33059
33060 \begin_layout Plain Layout
33061 Trucs externes ! Sous-documents
33062 \end_layout
33063
33064 \end_inset
33065
33066
33067 \begin_inset Index idx
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071 Fichiers ! Insérer
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 Les sous-documents sont utilisés quand on a un document très long qui peut
33081  être décomposé en plusieurs parties ou sections plus petites.
33082  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33083  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33084  Les différents documents sont ce que l'on appelle les sous-documents et
33085  un document maître les relie pour imprimer le document complet ou seulement
33086  une partie de celui-ci.
33087  Un sous-document hérite du contenu de son maître, par exemple le préambule
33088  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33089 \end_layout
33090
33091 \begin_layout Standard
33092 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33093  comme celle-ci : 
33094 \begin_inset Graphics
33095         filename clipart/ChildDocumentQt4.png
33096         lyxscale 70
33097         scale 60
33098         scaleBeforeRotation
33099
33100 \end_inset
33101
33102  Pour inclure des sous-documents dans un document maître , on utilise le
33103  menu 
33104 \family sans
33105 Insérer\SpecialChar \menuseparator
33106 Fichier\SpecialChar \menuseparator
33107 Sous-document
33108 \family default
33109 .
33110  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33111  des quatre méthodes d'inclusion :
33112 \end_layout
33113
33114 \begin_layout Description
33115 Inclus
33116 \begin_inset space ~
33117 \end_inset
33118
33119 (include) Vous pouvez inclure des documents LyX et LaTeX.
33120  Quand vous cliquez sur le bouton 
33121 \family sans
33122 Charger
33123 \family default
33124  dans la fenêtre de dialogue 
33125 \family sans
33126 Sous-document
33127 \family default
33128 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33129  vous puissiez le modifier.
33130 \begin_inset Newline newline
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \begin_layout Standard
33137 Voici un sous-document inséré avec la méthode 
33138 \family sans
33139 Inclus
33140 \family default
33141  : 
33142 \begin_inset CommandInset include
33143 LatexCommand include
33144 filename "DocumentBidon1.lyx"
33145
33146 \end_inset
33147
33148
33149 \end_layout
33150
33151 \begin_layout Standard
33152 La numérotation des sections va prendre en compte les sections des fichiers
33153  incorporés dans l'ordre où ils sont insérés dans le document maître.
33154  Le document qui est inclus comme exemple possède une sous-section qui sera
33155  numérotée comme sous-section de la section actuelle.
33156  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33157  : la sous-section
33158 \begin_inset space ~
33159 \end_inset
33160
33161
33162 \begin_inset CommandInset ref
33163 LatexCommand ref
33164 reference "sub:Sous-section-externe-1"
33165
33166 \end_inset
33167
33168  est dans le fichier inclus.
33169 \end_layout
33170
33171 \begin_layout Standard
33172 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33173  du document maître est utilisé.
33174  Les branches présentes dans le sous-document seront ignorées par le document
33175  maître tant que le document maître possède une branche avec le même nom.
33176  Les documents inclus sont insérés en commençant une nouvelle page et sont
33177  suivis par un saut de page.
33178 \end_layout
33179
33180 \begin_layout Standard
33181 Si vous travaillez uniquement sur un chapitre particulier d'un document
33182  important et que vous voulez optimiser le temps de compilation, vous pouvez
33183  inclure chaque fichier dans une branche
33184 \begin_inset Foot
33185 status open
33186
33187 \begin_layout Plain Layout
33188 Les branches sont décrites dans la section 
33189 \emph on
33190 Branches
33191 \emph default
33192  du 
33193 \emph on
33194 Guide de l'utilisateur
33195 \emph default
33196  de LyX.
33197 \end_layout
33198
33199 \end_inset
33200
33201 .
33202  En activant ou désactivant une branche, vous pouvez décider les fichiers
33203  inclus qui doivent apparaître dans la sortie imprimée.
33204 \end_layout
33205
33206 \begin_layout Standard
33207 \begin_inset Note Greyedout
33208 status open
33209
33210 \begin_layout Plain Layout
33211
33212 \series bold
33213 Note:
33214 \series default
33215  À cause d'un bug de LyX, la commande 
33216 \series bold
33217
33218 \backslash
33219 includeonly
33220 \series default
33221  ne peut actuellement pas être utilisée comme solution alternative pour
33222  décider quels sont les fichiers qui doivent être inclus.
33223 \end_layout
33224
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \begin_layout Standard
33231 \begin_inset Note Greyedout
33232 status open
33233
33234 \begin_layout Plain Layout
33235
33236 \series bold
33237 Note:
33238 \series default
33239  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33240  une classe de document différente de celle du document maître, vous recevez
33241  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33242  que cela peut produire des résultats inattendus sur la sortie imprimée.
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Description
33251 Incorporé
33252 \begin_inset space ~
33253 \end_inset
33254
33255 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33256  sont :
33257 \end_layout
33258
33259 \begin_deeper
33260 \begin_layout Itemize
33261 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33262  par un saut de page.
33263 \end_layout
33264
33265 \begin_layout Itemize
33266 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33267  
33268 \family sans
33269 Aperçu
33270 \begin_inset space ~
33271 \end_inset
33272
33273 sur
33274 \begin_inset space ~
33275 \end_inset
33276
33277 le
33278 \begin_inset space ~
33279 \end_inset
33280
33281 vif
33282 \family default
33283  est activée dans les préférences dans la rubrique 
33284 \family sans
33285 Apparence\SpecialChar \menuseparator
33286 Graphique
33287 \family default
33288 .
33289 \end_layout
33290
33291 \begin_layout Itemize
33292 La commande LaTeX 
33293 \series bold
33294
33295 \backslash
33296 includeonly
33297 \series default
33298  ne peut pas être utilisée.
33299 \end_layout
33300
33301 \end_deeper
33302 \begin_layout Standard
33303 Voici un sous document inséré en utilisant la méthode 
33304 \family sans
33305 Incorporé
33306 \family default
33307  : 
33308 \begin_inset CommandInset include
33309 LatexCommand input
33310 preview true
33311 filename "DocumentBidon2.lyx"
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Description
33319 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33320  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33321  sous forme de code source et aucune des commandes éventuellement présentes
33322  ne sera exécutée.
33323  Vous pouvez utiliser l'option 
33324 \family sans
33325 Marquer
33326 \begin_inset space ~
33327 \end_inset
33328
33329 les
33330 \begin_inset space ~
33331 \end_inset
33332
33333 espaces
33334 \family default
33335  qui matérialise chaque espace présente dans le code source par un caractère
33336  
33337 \begin_inset Quotes eld
33338 \end_inset
33339
33340
33341 \begin_inset ERT
33342 status collapsed
33343
33344 \begin_layout Plain Layout
33345
33346
33347 \backslash
33348 textvisiblespace 
33349 \end_layout
33350
33351 \end_inset
33352
33353
33354 \begin_inset Quotes erd
33355 \end_inset
33356
33357  .
33358  La différence avec la méthode qui consiste à utiliser le menu 
33359 \family sans
33360 Insérer\SpecialChar \menuseparator
33361 Fichier\SpecialChar \menuseparator
33362 Texte
33363 \begin_inset space ~
33364 \end_inset
33365
33366 brut
33367 \family default
33368  est que le contenu du document n'apparaît pas dans LyX.
33369 \end_layout
33370
33371 \begin_layout Standard
33372 Voici un sous-document inclus en utilisant la méthode 
33373 \family sans
33374 verbatim
33375 \family default
33376  : 
33377 \begin_inset CommandInset include
33378 LatexCommand verbatiminput
33379 filename "DocumentTexteBidon.txt"
33380
33381 \end_inset
33382
33383
33384 \begin_inset VSpace bigskip
33385 \end_inset
33386
33387 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33388  l'option 
33389 \family sans
33390 Marquer
33391 \begin_inset space ~
33392 \end_inset
33393
33394 les
33395 \begin_inset space ~
33396 \end_inset
33397
33398 espaces :
33399 \family default
33400  
33401 \begin_inset CommandInset include
33402 LatexCommand verbatiminput*
33403 filename "DocumentTexteBidon.txt"
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411 \begin_inset VSpace bigskip
33412 \end_inset
33413
33414
33415 \end_layout
33416
33417 \begin_layout Standard
33418 \begin_inset Note Greyedout
33419 status open
33420
33421 \begin_layout Plain Layout
33422
33423 \series bold
33424 Note:
33425 \series default
33426  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33427  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33428 \end_layout
33429
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \begin_layout Description
33436 Listings Ce type d'inclusion est décrit dans le chapitre
33437 \begin_inset space ~
33438 \end_inset
33439
33440
33441 \begin_inset CommandInset ref
33442 LatexCommand ref
33443 reference "cha:Program-Code-Listings"
33444
33445 \end_inset
33446
33447 .
33448 \end_layout
33449
33450 \begin_layout Standard
33451 \begin_inset Note Greyedout
33452 status open
33453
33454 \begin_layout Plain Layout
33455
33456 \series bold
33457 Note:
33458 \series default
33459  Inclure le même document deux fois dans un même document peut poser des
33460  problèmes avec LaTeX.
33461 \end_layout
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Chapter
33469 Listings de Code Source
33470 \begin_inset CommandInset label
33471 LatexCommand label
33472 name "cha:Program-Code-Listings"
33473
33474 \end_inset
33475
33476
33477 \begin_inset Index idx
33478 status collapsed
33479
33480 \begin_layout Plain Layout
33481 Listings
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \begin_inset Index idx
33488 status collapsed
33489
33490 \begin_layout Plain Layout
33491 Code Source
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \begin_inset Index idx
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501 Flottants ! Listings
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \end_layout
33508
33509 \begin_layout Standard
33510 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33511  un insert 
33512 \family sans
33513 Listings
33514 \family default
33515  qui peut être créé grâce au menu 
33516 \family sans
33517 Insérer
33518 \family default
33519 \SpecialChar \menuseparator
33520
33521 \family sans
33522 Listing
33523 \begin_inset space ~
33524 \end_inset
33525
33526 de
33527 \begin_inset space ~
33528 \end_inset
33529
33530 Code
33531 \begin_inset space ~
33532 \end_inset
33533
33534 Source
33535 \family default
33536 .
33537  Le paquetage LaTeX 
33538 \series bold
33539 listings
33540 \series default
33541
33542 \begin_inset Index idx
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546 Paquetages LaTeX ! listings
33547 \end_layout
33548
33549 \end_inset
33550
33551  fournit un moyen puissant et flexible d'insérer des listings de code source
33552  dans votre document.
33553  
33554 \end_layout
33555
33556 \begin_layout Standard
33557 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33558  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33559 \end_layout
33560
33561 \begin_layout Standard
33562 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33563  imprimée.
33564  L'option d'emplacement 
33565 \family sans
33566 Listing
33567 \begin_inset space ~
33568 \end_inset
33569
33570 en
33571 \begin_inset space ~
33572 \end_inset
33573
33574 Ligne
33575 \family default
33576  imprime le listing dans la ligne comme ceci : 
33577 \begin_inset listings
33578 lstparams "language={C++}"
33579 inline true
33580 status open
33581
33582 \begin_layout Plain Layout
33583
33584 int a=5;
33585 \end_layout
33586
33587 \end_inset
33588
33589
33590 \begin_inset Newline newline
33591 \end_inset
33592
33593 L'option 
33594 \family sans
33595 Flottant
33596 \family default
33597  crée un flottant de listing pour lequel vous pouvez préciser les options
33598  classiques d'emplacement : 
33599 \begin_inset Quotes eld
33600 \end_inset
33601
33602
33603 \family sans
33604 h
33605 \family default
33606
33607 \begin_inset Quotes erd
33608 \end_inset
33609
33610
33611 \begin_inset Quotes eld
33612 \end_inset
33613
33614
33615 \family sans
33616 t
33617 \family default
33618
33619 \begin_inset Quotes erd
33620 \end_inset
33621
33622
33623 \begin_inset Quotes eld
33624 \end_inset
33625
33626
33627 \family sans
33628 b
33629 \family default
33630
33631 \begin_inset Quotes erd
33632 \end_inset
33633
33634 , et 
33635 \begin_inset Quotes eld
33636 \end_inset
33637
33638
33639 \family sans
33640 p
33641 \family default
33642
33643 \begin_inset Quotes erd
33644 \end_inset
33645
33646  correspondant aux emplacement décrits dans la section
33647 \begin_inset space ~
33648 \end_inset
33649
33650
33651 \begin_inset CommandInset ref
33652 LatexCommand ref
33653 reference "sec:Placement-flottants"
33654
33655 \end_inset
33656
33657 .
33658  Les options de positionnement peuvent être mélangées et doivent être saisies
33659  sans séparation, par exemple, on peut taper 
33660 \begin_inset Quotes eld
33661 \end_inset
33662
33663
33664 \family sans
33665 htbp
33666 \family default
33667
33668 \begin_inset Quotes erd
33669 \end_inset
33670
33671 .
33672  L' option 
33673 \begin_inset Quotes eld
33674 \end_inset
33675
33676 h
33677 \begin_inset Quotes erd
33678 \end_inset
33679
33680  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33681  
33682 \family sans
33683 Flottant
33684 \family default
33685  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33686  légende et être référencés.
33687 \end_layout
33688
33689 \begin_layout Standard
33690 Vous pouvez ajouter une légende à un listing avec le menu 
33691 \family sans
33692 Insérer\SpecialChar \menuseparator
33693 Légende
33694 \family default
33695 .
33696  On peut référencer les listings de la même façon que les flottants :Voir
33697  le listing
33698 \begin_inset space ~
33699 \end_inset
33700
33701
33702 \begin_inset CommandInset ref
33703 LatexCommand ref
33704 reference "lst:Listing-exemple"
33705
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \begin_layout Standard
33712 \begin_inset listings
33713 lstparams "language=Python"
33714 inline false
33715 status open
33716
33717 \begin_layout Plain Layout
33718
33719 \begin_inset Caption
33720
33721 \begin_layout Plain Layout
33722 \begin_inset CommandInset label
33723 LatexCommand label
33724 name "lst:Listing-exemple"
33725
33726 \end_inset
33727
33728 Exemple de listing flottant
33729 \end_layout
33730
33731 \end_inset
33732
33733 # Exemple de listing flottant
33734 \end_layout
33735
33736 \begin_layout Plain Layout
33737
33738 def func(param):
33739 \end_layout
33740
33741 \begin_layout Plain Layout
33742
33743     'ceci est une fonction python'
33744 \end_layout
33745
33746 \begin_layout Plain Layout
33747
33748     pass
33749 \end_layout
33750
33751 \end_inset
33752
33753
33754 \end_layout
33755
33756 \begin_layout Standard
33757 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33758  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33759  de manière particulière dans la sortie imprimée.
33760  Dans l'exemple de listing, le mot clé Python 
33761 \begin_inset Quotes eld
33762 \end_inset
33763
33764 def
33765 \begin_inset Quotes erd
33766 \end_inset
33767
33768  est reconnu et imprimé en caractères gras dans la sortie.
33769 \end_layout
33770
33771 \begin_layout Standard
33772 \begin_inset Note Greyedout
33773 status open
33774
33775 \begin_layout Plain Layout
33776
33777 \series bold
33778 Note:
33779 \series default
33780  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
33781  une police de caractères à 
33782 \family typewriter
33783 chasse fixe
33784 \family default
33785 , c'est que votre police ne contient probablement pas de série grasse.
33786  Dans ce cas choisissez une police différente dans le menu 
33787 \family sans
33788 Document\SpecialChar \menuseparator
33789 Paramètres\SpecialChar \menuseparator
33790 Polices
33791 \family default
33792 .
33793  (Les polices 
33794 \emph on
33795 LuxiMono, BeraMono
33796 \emph default
33797  et 
33798 \emph on
33799 Courier
33800 \emph default
33801  contiennent une série grasse.)
33802 \end_layout
33803
33804 \end_inset
33805
33806
33807 \end_layout
33808
33809 \begin_layout Standard
33810 Dans la rubrique 
33811 \family sans
33812 Numérotation
33813 \begin_inset space ~
33814 \end_inset
33815
33816 des
33817 \begin_inset space ~
33818 \end_inset
33819
33820 Lignes
33821 \family default
33822  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
33823 n des lignes.
33824  Vous pouvez mettre un nombre dans le champ 
33825 \family sans
33826 Pas
33827 \family default
33828  pour désigner les lignes qui seront numérotées.
33829  Par exemple, si vous mettez 
33830 \begin_inset Quotes eld
33831 \end_inset
33832
33833 3
33834 \begin_inset Quotes erd
33835 \end_inset
33836
33837 , seule une ligne sur trois sera numérotée.
33838 \end_layout
33839
33840 \begin_layout Standard
33841 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
33842  apparaîtront dans la sortie.
33843  Vous devez utiliser l'option 
33844 \family sans
33845 Table
33846 \begin_inset space ~
33847 \end_inset
33848
33849 de
33850 \begin_inset space ~
33851 \end_inset
33852
33853 Caractères
33854 \begin_inset space ~
33855 \end_inset
33856
33857 Étendue
33858 \family default
33859  quand vous employez des caractères spécifiques à une langue donnée comme
33860  les umlauts Allemands dans votre listing.
33861 \begin_inset Newline newline
33862 \end_inset
33863
33864 Voici un exemple de listing avec la numérotation des lignes à gauche par
33865  pas de 3, en langage Python, avec les options 
33866 \begin_inset Quotes eld
33867 \end_inset
33868
33869 Table
33870 \begin_inset space ~
33871 \end_inset
33872
33873 de
33874 \begin_inset space ~
33875 \end_inset
33876
33877 caractères
33878 \begin_inset space ~
33879 \end_inset
33880
33881 étendue
33882 \begin_inset Quotes erd
33883 \end_inset
33884
33885  et 
33886 \begin_inset Quotes eld
33887 \end_inset
33888
33889 Espace
33890 \begin_inset space ~
33891 \end_inset
33892
33893 représenté
33894 \begin_inset space ~
33895 \end_inset
33896
33897 par
33898 \begin_inset space ~
33899 \end_inset
33900
33901 un
33902 \begin_inset space ~
33903 \end_inset
33904
33905 symbole
33906 \begin_inset Quotes erd
33907 \end_inset
33908
33909 , l'intervalle de ligne étant 3
33910 \begin_inset space \thinspace{}
33911 \end_inset
33912
33913 -
33914 \begin_inset space \thinspace{}
33915 \end_inset
33916
33917 8:
33918 \end_layout
33919
33920 \begin_layout Standard
33921 \begin_inset listings
33922 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
33923 inline false
33924 status open
33925
33926 \begin_layout Plain Layout
33927
33928 def func(param):
33929 \end_layout
33930
33931 \begin_layout Plain Layout
33932
33933     'ceci est une fonction Python'
33934 \end_layout
33935
33936 \begin_layout Plain Layout
33937
33938     pass
33939 \end_layout
33940
33941 \begin_layout Plain Layout
33942
33943 def func(param):
33944 \end_layout
33945
33946 \begin_layout Plain Layout
33947
33948 'Ça, c'est un mot Allemand : Tschüß'
33949 \end_layout
33950
33951 \begin_layout Plain Layout
33952
33953 pass
33954 \end_layout
33955
33956 \begin_layout Plain Layout
33957
33958 def func(param):
33959 \end_layout
33960
33961 \begin_layout Plain Layout
33962
33963 'ceci est une fonction Python'
33964 \end_layout
33965
33966 \begin_layout Plain Layout
33967
33968 pass
33969 \end_layout
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \begin_layout Standard
33977 \begin_inset Note Greyedout
33978 status open
33979
33980 \begin_layout Plain Layout
33981
33982 \series bold
33983 Note:
33984 \series default
33985  À cause d'un bug dans le paquetage 
33986 \series bold
33987 listings
33988 \series default
33989  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
33990  listing.
33991  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
33992  les lignes 3 et 6.
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \begin_layout Standard
34001 \begin_inset VSpace bigskip
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \begin_layout Standard
34008 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34009  listing.
34010  Pour le faire, il suffit d'utiliser le menu 
34011 \family sans
34012 Insérer\SpecialChar \menuseparator
34013 Fichier\SpecialChar \menuseparator
34014 Sous-document
34015 \family default
34016  et de choisir le type 
34017 \family sans
34018 Listing
34019 \family default
34020
34021 \begin_inset space ~
34022 \end_inset
34023
34024
34025 \family sans
34026 de
34027 \begin_inset space ~
34028 \end_inset
34029
34030 Code
34031 \begin_inset space ~
34032 \end_inset
34033
34034 source
34035 \family default
34036 .
34037 \begin_inset Foot
34038 status collapsed
34039
34040 \begin_layout Plain Layout
34041 Les autres types de sous-documents sont décrits dans la section
34042 \begin_inset space ~
34043 \end_inset
34044
34045
34046 \begin_inset CommandInset ref
34047 LatexCommand ref
34048 reference "sec:Sous-documents"
34049
34050 \end_inset
34051
34052 .
34053 \end_layout
34054
34055 \end_inset
34056
34057  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34058  à utiliser pour le listing dans une zone de texte.
34059  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34060  
34061 \begin_inset Quotes eld
34062 \end_inset
34063
34064 ?
34065 \begin_inset Quotes erd
34066 \end_inset
34067
34068  dans la zone de texte.
34069 \end_layout
34070
34071 \begin_layout Standard
34072 Pour faire référence à un sous-document de type listing, tapez une étiquette
34073  dans le champ correspondant de la fenêtre de dialogue.
34074  On peut alors faire référence à cette étiquette en utilisant le menu 
34075 \family sans
34076 Insérer\SpecialChar \menuseparator
34077 Référence
34078 \begin_inset space ~
34079 \end_inset
34080
34081 Croisée
34082 \family default
34083 .
34084 \end_layout
34085
34086 \begin_layout Standard
34087 Le listing
34088 \begin_inset space ~
34089 \end_inset
34090
34091
34092 \begin_inset CommandInset ref
34093 LatexCommand ref
34094 reference "lst:listing-fichier"
34095
34096 \end_inset
34097
34098  est une exemple de listing issu d'un fichier ; ici les lignes 10
34099 \begin_inset space \thinspace{}
34100 \end_inset
34101
34102 -
34103 \begin_inset space \thinspace{}
34104 \end_inset
34105
34106 15 de ce fichier LyX sont listées.
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \begin_inset CommandInset include
34111 LatexCommand lstinputlisting
34112 filename "EmbeddedObjects.lyx"
34113 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34114
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \begin_layout Standard
34121 \begin_inset VSpace bigskip
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Standard
34128
34129 \lang english
34130 Inserting a formula into a listing can be done the following way:
34131 \end_layout
34132
34133 \begin_layout Enumerate
34134
34135 \lang english
34136 Open the listings dialog and add
34137 \begin_inset Newline newline
34138 \end_inset
34139
34140
34141 \family sans
34142 mathescape=true
34143 \family default
34144
34145 \begin_inset Newline newline
34146 \end_inset
34147
34148 to the field of the 
34149 \family sans
34150 Advanced
34151 \family default
34152  tab.
34153 \end_layout
34154
34155 \begin_layout Enumerate
34156
34157 \lang english
34158 Create a formula outside the listing
34159 \end_layout
34160
34161 \begin_layout Enumerate
34162
34163 \lang english
34164 Copy the content of the formula (not the formula inset) to the clipboard
34165  (shortcut 
34166 \begin_inset Info
34167 type  "shortcut"
34168 arg   "copy"
34169 \end_inset
34170
34171 )
34172 \end_layout
34173
34174 \begin_layout Enumerate
34175
34176 \lang english
34177 In the listing write 
34178 \begin_inset Quotes eld
34179 \end_inset
34180
34181
34182 \family sans
34183 $$
34184 \family default
34185
34186 \begin_inset Quotes erd
34187 \end_inset
34188
34189  and copy from the clipboard between the dollar-signs (shortcut 
34190 \begin_inset Info
34191 type  "shortcut"
34192 arg   "paste"
34193 \end_inset
34194
34195 )
34196 \end_layout
34197
34198 \begin_layout Standard
34199 \begin_inset listings
34200 lstparams "language=Python,mathescape=true"
34201 inline false
34202 status open
34203
34204 \begin_layout Plain Layout
34205
34206 \begin_inset Caption
34207
34208 \begin_layout Plain Layout
34209 Exemple de listing flottant 
34210 \lang english
34211 containing a formula
34212 \end_layout
34213
34214 \end_inset
34215
34216 # Exemple de listing flottant
34217 \end_layout
34218
34219 \begin_layout Plain Layout
34220
34221 def func(param):
34222 \end_layout
34223
34224 \begin_layout Plain Layout
34225
34226     # $
34227 \backslash
34228 prod_{n=1}^{
34229 \backslash
34230 infty}
34231 \backslash
34232 ,
34233 \backslash
34234 frac{1}{x^{2}}$
34235 \end_layout
34236
34237 \begin_layout Plain Layout
34238
34239     pass
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset VSpace bigskip
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Standard
34255 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34256  de dialogue 
34257 \family sans
34258 Document\SpecialChar \menuseparator
34259 Paramètres\SpecialChar \menuseparator
34260 Format
34261 \begin_inset space ~
34262 \end_inset
34263
34264 du
34265 \begin_inset space ~
34266 \end_inset
34267
34268 Texte
34269 \family default
34270 .
34271  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34272  
34273 \begin_inset Quotes eld
34274 \end_inset
34275
34276 ?
34277 \begin_inset Quotes erd
34278 \end_inset
34279
34280  dans le champ 
34281 \family sans
34282 Paramètres
34283 \begin_inset space ~
34284 \end_inset
34285
34286 du
34287 \begin_inset space ~
34288 \end_inset
34289
34290 Listing
34291 \family default
34292 .
34293 \end_layout
34294
34295 \begin_layout Standard
34296 Pour plus d'information sur le paquetage 
34297 \series bold
34298 listings
34299 \series default
34300 , nous vous renvoyons à sa documentation 
34301 \begin_inset CommandInset citation
34302 LatexCommand cite
34303 key "listings"
34304
34305 \end_inset
34306
34307 .
34308 \end_layout
34309
34310 \begin_layout Standard
34311 \begin_inset Newpage newpage
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Chapter
34318 \start_of_appendix
34319 Unités de longueur utilisables avec LyX
34320 \begin_inset Argument
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324 Unités de longueur
34325 \end_layout
34326
34327 \end_inset
34328
34329
34330 \begin_inset Index idx
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334 Unités
34335 \end_layout
34336
34337 \end_inset
34338
34339
34340 \begin_inset CommandInset label
34341 LatexCommand label
34342 name "cha:Unités-de-longueur"
34343
34344 \end_inset
34345
34346
34347 \end_layout
34348
34349 \begin_layout Standard
34350 Pour comprendre les unités de longueur utilisées dans cette documentation,
34351  le tableau
34352 \begin_inset space ~
34353 \end_inset
34354
34355
34356 \begin_inset CommandInset ref
34357 LatexCommand ref
34358 reference "tab:Unités"
34359
34360 \end_inset
34361
34362 décrit les unités utilisées par LyX.
34363 \begin_inset Float table
34364 placement h
34365 wide false
34366 sideways false
34367 status open
34368
34369 \begin_layout Plain Layout
34370 \begin_inset Caption
34371
34372 \begin_layout Plain Layout
34373 \begin_inset CommandInset label
34374 LatexCommand label
34375 name "tab:Unités"
34376
34377 \end_inset
34378
34379 Unités de longueur
34380 \end_layout
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \begin_layout Plain Layout
34388 \begin_inset VSpace medskip
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \begin_layout Plain Layout
34395 \align center
34396 \begin_inset Tabular
34397 <lyxtabular version="3" rows="20" columns="2">
34398 <features tabularvalignment="middle">
34399 <column alignment="center" valignment="top" width="0">
34400 <column alignment="center" valignment="top" width="0">
34401 <row>
34402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34403 \begin_inset Text
34404
34405 \begin_layout Plain Layout
34406 unité
34407 \end_layout
34408
34409 \end_inset
34410 </cell>
34411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34412 \begin_inset Text
34413
34414 \begin_layout Plain Layout
34415 nom/description
34416 \end_layout
34417
34418 \end_inset
34419 </cell>
34420 </row>
34421 <row>
34422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34423 \begin_inset Text
34424
34425 \begin_layout Plain Layout
34426 mm
34427 \end_layout
34428
34429 \end_inset
34430 </cell>
34431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34432 \begin_inset Text
34433
34434 \begin_layout Plain Layout
34435 millimètre
34436 \end_layout
34437
34438 \end_inset
34439 </cell>
34440 </row>
34441 <row>
34442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34443 \begin_inset Text
34444
34445 \begin_layout Plain Layout
34446 cm
34447 \end_layout
34448
34449 \end_inset
34450 </cell>
34451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455 centimètre
34456 \end_layout
34457
34458 \end_inset
34459 </cell>
34460 </row>
34461 <row>
34462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34463 \begin_inset Text
34464
34465 \begin_layout Plain Layout
34466 in
34467 \end_layout
34468
34469 \end_inset
34470 </cell>
34471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34472 \begin_inset Text
34473
34474 \begin_layout Plain Layout
34475 pouce (inch)
34476 \end_layout
34477
34478 \end_inset
34479 </cell>
34480 </row>
34481 <row>
34482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34483 \begin_inset Text
34484
34485 \begin_layout Plain Layout
34486 pt
34487 \end_layout
34488
34489 \end_inset
34490 </cell>
34491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34492 \begin_inset Text
34493
34494 \begin_layout Plain Layout
34495 point (72.27
34496 \begin_inset space \thinspace{}
34497 \end_inset
34498
34499 pt = 1
34500 \begin_inset space \thinspace{}
34501 \end_inset
34502
34503 in)
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 </row>
34509 <row>
34510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34511 \begin_inset Text
34512
34513 \begin_layout Plain Layout
34514 pc
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34520 \begin_inset Text
34521
34522 \begin_layout Plain Layout
34523 pica (1
34524 \begin_inset space \thinspace{}
34525 \end_inset
34526
34527 pc = 12
34528 \begin_inset space \thinspace{}
34529 \end_inset
34530
34531 pt)
34532 \end_layout
34533
34534 \end_inset
34535 </cell>
34536 </row>
34537 <row>
34538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34539 \begin_inset Text
34540
34541 \begin_layout Plain Layout
34542 sp
34543 \end_layout
34544
34545 \end_inset
34546 </cell>
34547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34548 \begin_inset Text
34549
34550 \begin_layout Plain Layout
34551 scaled point (65536
34552 \begin_inset space \thinspace{}
34553 \end_inset
34554
34555 sp = 1
34556 \begin_inset space \thinspace{}
34557 \end_inset
34558
34559 pt)
34560 \end_layout
34561
34562 \end_inset
34563 </cell>
34564 </row>
34565 <row>
34566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570 bp
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 gros point (72
34580 \begin_inset space \thinspace{}
34581 \end_inset
34582
34583 bp = 1
34584 \begin_inset space \thinspace{}
34585 \end_inset
34586
34587 in)
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 </row>
34593 <row>
34594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34595 \begin_inset Text
34596
34597 \begin_layout Plain Layout
34598 dd
34599 \end_layout
34600
34601 \end_inset
34602 </cell>
34603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 didot (72
34608 \begin_inset space \thinspace{}
34609 \end_inset
34610
34611 dd 
34612 \begin_inset Formula $\approx$
34613 \end_inset
34614
34615  37.6
34616 \begin_inset space \thinspace{}
34617 \end_inset
34618
34619 mm)
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 </row>
34625 <row>
34626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34627 \begin_inset Text
34628
34629 \begin_layout Plain Layout
34630 cc
34631 \end_layout
34632
34633 \end_inset
34634 </cell>
34635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 cicero (1
34640 \begin_inset space \thinspace{}
34641 \end_inset
34642
34643 cc = 12
34644 \begin_inset space \thinspace{}
34645 \end_inset
34646
34647 dd)
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 </row>
34653 <row>
34654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34655 \begin_inset Text
34656
34657 \begin_layout Plain Layout
34658 Scale%
34659 \end_layout
34660
34661 \end_inset
34662 </cell>
34663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34664 \begin_inset Text
34665
34666 \begin_layout Plain Layout
34667 % de la largeur originale de l'image
34668 \end_layout
34669
34670 \end_inset
34671 </cell>
34672 </row>
34673 <row>
34674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34675 \begin_inset Text
34676
34677 \begin_layout Plain Layout
34678 text%
34679 \end_layout
34680
34681 \end_inset
34682 </cell>
34683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34684 \begin_inset Text
34685
34686 \begin_layout Plain Layout
34687 % de la largeur du texte
34688 \end_layout
34689
34690 \end_inset
34691 </cell>
34692 </row>
34693 <row>
34694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 col%
34699 \end_layout
34700
34701 \end_inset
34702 </cell>
34703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 % de la largeur de la colonne
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 </row>
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 page%
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 % de la largeur du papier
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 <row>
34734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34735 \begin_inset Text
34736
34737 \begin_layout Plain Layout
34738 line%
34739 \end_layout
34740
34741 \end_inset
34742 </cell>
34743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747 % de la largeur de la ligne
34748 \end_layout
34749
34750 \end_inset
34751 </cell>
34752 </row>
34753 <row>
34754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34755 \begin_inset Text
34756
34757 \begin_layout Plain Layout
34758 theight%
34759 \end_layout
34760
34761 \end_inset
34762 </cell>
34763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34764 \begin_inset Text
34765
34766 \begin_layout Plain Layout
34767 % la hauteur du texte
34768 \end_layout
34769
34770 \end_inset
34771 </cell>
34772 </row>
34773 <row>
34774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34775 \begin_inset Text
34776
34777 \begin_layout Plain Layout
34778 pheight%
34779 \end_layout
34780
34781 \end_inset
34782 </cell>
34783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34784 \begin_inset Text
34785
34786 \begin_layout Plain Layout
34787 % hauteur du papier
34788 \end_layout
34789
34790 \end_inset
34791 </cell>
34792 </row>
34793 <row>
34794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34795 \begin_inset Text
34796
34797 \begin_layout Plain Layout
34798 ex
34799 \end_layout
34800
34801 \end_inset
34802 </cell>
34803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34804 \begin_inset Text
34805
34806 \begin_layout Plain Layout
34807 hauteur de la lettre 
34808 \emph on
34809 x
34810 \emph default
34811  dans la police courante
34812 \end_layout
34813
34814 \end_inset
34815 </cell>
34816 </row>
34817 <row>
34818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34819 \begin_inset Text
34820
34821 \begin_layout Plain Layout
34822 em
34823 \end_layout
34824
34825 \end_inset
34826 </cell>
34827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34828 \begin_inset Text
34829
34830 \begin_layout Plain Layout
34831 largeur de la lettre
34832 \emph on
34833  M
34834 \emph default
34835  dans la police courante
34836 \end_layout
34837
34838 \end_inset
34839 </cell>
34840 </row>
34841 <row>
34842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34843 \begin_inset Text
34844
34845 \begin_layout Plain Layout
34846 mu
34847 \end_layout
34848
34849 \end_inset
34850 </cell>
34851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34852 \begin_inset Text
34853
34854 \begin_layout Plain Layout
34855 unité mathématique (1
34856 \begin_inset space \thinspace{}
34857 \end_inset
34858
34859 mu = 1/18
34860 \begin_inset space \thinspace{}
34861 \end_inset
34862
34863 em)
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 </row>
34869 </lyxtabular>
34870
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \end_inset
34877
34878
34879 \end_layout
34880
34881 \begin_layout Chapter
34882 Formats des fichiers de sortie graphiques
34883 \begin_inset CommandInset label
34884 LatexCommand label
34885 name "cha:Formats-fichiers-graphiques"
34886
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \begin_layout Section
34893 DVI
34894 \begin_inset Index idx
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898 Formats de Fichiers! DVI
34899 \end_layout
34900
34901 \end_inset
34902
34903
34904 \begin_inset Index idx
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908 DVI|see
34909 \begin_inset ERT
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913
34914 {
34915 \end_layout
34916
34917 \end_inset
34918
34919 Formats de Fichiers
34920 \begin_inset ERT
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924
34925 }
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Standard
34939 Ce type de fichiers a l'extension 
34940 \begin_inset Quotes fld
34941 \end_inset
34942
34943
34944 \family typewriter
34945 .dvi
34946 \family default
34947
34948 \begin_inset Quotes frd
34949 \end_inset
34950
34951 .
34952  Il est appelé 
34953 \emph on
34954 indépendant de l'appareil
34955 \emph default
34956  ou 
34957 \begin_inset Quotes fld
34958 \end_inset
34959
34960 device independent (DVI)
34961 \begin_inset Quotes frd
34962 \end_inset
34963
34964 , car il est complètement portable ; vous pouvez les recopier d'une machine
34965  à l'autre sans avoir à faire de conversion.
34966  À l'époque où ce format a été développé, c'était loin d'être évident.
34967  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
34968  étape préliminaire avant la conversion vers un autre format comme le PostScript.
34969 \end_layout
34970
34971 \begin_layout Standard
34972 \begin_inset Note Greyedout
34973 status open
34974
34975 \begin_layout Plain Layout
34976
34977 \series bold
34978 Note:
34979 \series default
34980  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
34981  au fichier.
34982  
34983 \end_layout
34984
34985 \end_inset
34986
34987  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
34988  
34989 \family typewriter
34990 .dvi
34991 \family default
34992 .
34993  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
34994 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
34995  pour les rendre visibles quand vous faites défiler votre document.
34996  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
34997  avec de nombreuses images.
34998 \end_layout
34999
35000 \begin_layout Standard
35001 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
35002  menu 
35003 \family sans
35004 Fichier\SpecialChar \menuseparator
35005 Exporter\SpecialChar \menuseparator
35006 DVI.
35007
35008 \family default
35009  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
35010 \family sans
35011 Visualiser
35012 \family default
35013  ou en utilisant le bouton
35014 \begin_inset Graphics
35015         filename ../../images/buffer-view_dvi.png
35016         scale 85
35017         scaleBeforeRotation
35018
35019 \end_inset
35020
35021  de la barre d'outils.
35022 \end_layout
35023
35024 \begin_layout Section
35025 PostScript
35026 \begin_inset CommandInset label
35027 LatexCommand label
35028 name "sec:PostScript"
35029
35030 \end_inset
35031
35032
35033 \begin_inset Index idx
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037 Formats de Fichiers ! PostScript
35038 \end_layout
35039
35040 \end_inset
35041
35042
35043 \begin_inset Index idx
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047 PostScript|see
35048 \begin_inset ERT
35049 status collapsed
35050
35051 \begin_layout Plain Layout
35052
35053 {
35054 \end_layout
35055
35056 \end_inset
35057
35058 Formats de Fichiers
35059 \begin_inset ERT
35060 status collapsed
35061
35062 \begin_layout Plain Layout
35063
35064 }
35065 \end_layout
35066
35067 \end_inset
35068
35069
35070 \end_layout
35071
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \begin_layout Standard
35078 Ce type de fichiers a l'extension 
35079 \begin_inset Quotes fld
35080 \end_inset
35081
35082
35083 \family typewriter
35084 .ps
35085 \family default
35086
35087 \begin_inset Quotes frd
35088 \end_inset
35089
35090 .
35091  PostScript a été développé par la société 
35092 \series bold
35093 Adobe
35094 \series default
35095  comme un langage pour les imprimantes.
35096  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
35097  pour imprimer le document.
35098  PostScript peut être considéré comme un 
35099 \begin_inset Quotes fld
35100 \end_inset
35101
35102 langage de programmation
35103 \begin_inset Quotes frd
35104 \end_inset
35105
35106  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
35107  images
35108 \begin_inset Foot
35109 status open
35110
35111 \begin_layout Plain Layout
35112 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
35113  LaTeX 
35114 \series bold
35115 pstricks
35116 \series default
35117
35118 \begin_inset CommandInset citation
35119 LatexCommand cite
35120 key "pstricks"
35121
35122 \end_inset
35123
35124 .
35125 \end_layout
35126
35127 \end_inset
35128
35129 .
35130  En partie à cause de toutes ces possibilités un fichier PostScript est
35131  souvent plus gros qu'un PDF.
35132 \end_layout
35133
35134 \begin_layout Standard
35135 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35136  plus gros qu'un PDF.
35137 \end_layout
35138
35139 \begin_layout Standard
35140 PostScript ne peut contenir que des images au format 
35141 \begin_inset Quotes fld
35142 \end_inset
35143
35144 PostScript Encapsulé
35145 \begin_inset Quotes frd
35146 \end_inset
35147
35148  (encapsulated PostScript ou EPS, d'extension 
35149 \family typewriter
35150 .eps
35151 \family default
35152 ).
35153  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35154  il doit les convertir en interne en EPS.
35155  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35156  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35157  document.
35158  Cela risque de ralentir de façon importante votre rythme de travail.
35159  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35160  vos images directement en EPS pour éviter ce problème.
35161 \end_layout
35162
35163 \begin_layout Standard
35164 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35165  le menu 
35166 \family sans
35167 Fichier\SpecialChar \menuseparator
35168 Exporter\SpecialChar \menuseparator
35169 PostScript.
35170
35171 \family default
35172  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35173  
35174 \family sans
35175 Visualiser
35176 \family default
35177  ou en utilisant le bouton 
35178 \begin_inset Graphics
35179         filename ../../images/buffer-view_ps.png
35180         scale 85
35181         scaleBeforeRotation
35182
35183 \end_inset
35184
35185  de la barre d'outils.
35186 \end_layout
35187
35188 \begin_layout Section
35189 PDF
35190 \begin_inset Index idx
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194 Formats de Fichiers ! PDF
35195 \end_layout
35196
35197 \end_inset
35198
35199
35200 \begin_inset Index idx
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204 PDF
35205 \end_layout
35206
35207 \end_inset
35208
35209
35210 \end_layout
35211
35212 \begin_layout Standard
35213 Ce type de fichiers a l'extension 
35214 \begin_inset Quotes fld
35215 \end_inset
35216
35217
35218 \family typewriter
35219 .pdf
35220 \family default
35221
35222 \begin_inset Quotes frd
35223 \end_inset
35224
35225 .
35226  Ce 
35227 \begin_inset Quotes fld
35228 \end_inset
35229
35230 format de document portable
35231 \begin_inset Quotes frd
35232 \end_inset
35233
35234  (portable document format ou PDF) est développé par 
35235 \family typewriter
35236 Adobe
35237 \family default
35238  comme une évolution de PostScript.
35239  Il est plus comprimé et utilise moins de commandes que PostScript.
35240  Comme son nom l'indique, il est 
35241 \begin_inset Quotes fld
35242 \end_inset
35243
35244 portable
35245 \begin_inset Quotes frd
35246 \end_inset
35247
35248  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35249  aura exactement le même aspect.
35250 \end_layout
35251
35252 \begin_layout Standard
35253 PDF peut contenir des images dans son propre format PDF et dans les formats
35254  JPG (format du 
35255 \begin_inset Quotes fld
35256 \end_inset
35257
35258 Joint Photographic Expert Group
35259 \begin_inset Quotes frd
35260 \end_inset
35261
35262  avec comme extension 
35263 \family typewriter
35264 .jpg
35265 \family default
35266  ou 
35267 \family typewriter
35268 .jpeg
35269 \family default
35270 ) et PNG (
35271 \begin_inset Quotes fld
35272 \end_inset
35273
35274 Portable Network Graphics
35275 \begin_inset Quotes frd
35276 \end_inset
35277
35278  avec l'extension 
35279 \family typewriter
35280 .png
35281 \family default
35282 ).
35283  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35284  dans un de ces formats.
35285  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35286  vont ralentir votre travail.
35287  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35288 \end_layout
35289
35290 \begin_layout Standard
35291 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35292  menu 
35293 \family sans
35294 Fichier\SpecialChar \menuseparator
35295 Exporter 
35296 \family default
35297 de trois façons différentes:
35298 \end_layout
35299
35300 \begin_layout Description
35301 PDF
35302 \begin_inset space ~
35303 \end_inset
35304
35305 (ps2pdf) Ceci utilise le programme 
35306 \family typewriter
35307 ps2pdf
35308 \family default
35309  qui créé un PDF à partir de la version PostScript de votre fichier.
35310  Cette dernière est produite par le programme 
35311 \family typewriter
35312 dvips
35313 \family default
35314  qui utilise une version DVI comme étape intermédiaire.
35315  Cette variante consiste donc en trois conversions.
35316 \end_layout
35317
35318 \begin_layout Description
35319 PDF
35320 \begin_inset space ~
35321 \end_inset
35322
35323 (dvipdfm) Ceci utilise le programme 
35324 \family typewriter
35325 dvipdfm
35326 \family default
35327  qui convertit votre fichier en DVI avant de le convertir en PDF.
35328 \end_layout
35329
35330 \begin_layout Description
35331 PDF
35332 \begin_inset space ~
35333 \end_inset
35334
35335 (pdflatex) Ceci utilise le programme 
35336 \family typewriter
35337 pdftex
35338 \family default
35339  qui convertit directement votre fichier en PDF.
35340 \end_layout
35341
35342 \begin_layout Standard
35343 Nous recommandons d'utiliser l'option 
35344 \family sans
35345 PDF
35346 \begin_inset space ~
35347 \end_inset
35348
35349 (pdflatex)
35350 \family default
35351  car 
35352 \family typewriter
35353 pdftex
35354 \family default
35355  accepte toutes les fonctionnalités des versions actuelles de PDF.
35356  Il est en plus rapide et stable.
35357  Le programme 
35358 \family typewriter
35359 dvipdfm
35360 \family default
35361  n'est plus développé est est donc un peu dépassé.
35362 \end_layout
35363
35364 \begin_layout Standard
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35370 \family sans
35371 Visualiser
35372 \family default
35373  ou en utilisant le bouton 
35374 \begin_inset Graphics
35375         filename ../../images/buffer-view_pdf2.png
35376         scale 85
35377         scaleBeforeRotation
35378
35379 \end_inset
35380
35381  de la barre d'outils
35382 \family sans
35383  (
35384 \family default
35385 qui utilise 
35386 \family sans
35387 PDF
35388 \begin_inset space ~
35389 \end_inset
35390
35391 (pdflatex)
35392 \family default
35393 ).
35394 \end_layout
35395
35396 \begin_layout Chapter
35397 Explication de l' Équation
35398 \begin_inset space ~
35399 \end_inset
35400
35401 (
35402 \begin_inset CommandInset ref
35403 LatexCommand ref
35404 reference "eq:Wgn"
35405
35406 \end_inset
35407
35408 )
35409 \begin_inset CommandInset label
35410 LatexCommand label
35411 name "cha:Explication-de-l'Equation"
35412
35413 \end_inset
35414
35415
35416 \end_layout
35417
35418 \begin_layout Standard
35419 La largeur totale de 
35420 \emph on
35421 n
35422 \emph default
35423  cellules de tableau 
35424 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35425 \end_inset
35426
35427  peut être calculée avec
35428 \end_layout
35429
35430 \begin_layout Standard
35431 \begin_inset Formula \begin{equation}
35432 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}
35433
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \begin_layout Standard
35440 Où 
35441 \begin_inset Formula $W_{g\, n}$
35442 \end_inset
35443
35444  est la largeur fixe de toutes les cellules.
35445  
35446 \series bold
35447
35448 \backslash
35449 tabcolsep
35450 \series default
35451  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35452  sa valeur implicite est 6
35453 \begin_inset space \thinspace{}
35454 \end_inset
35455
35456 pt.
35457  
35458 \series bold
35459
35460 \backslash
35461 arrayrulewidth
35462 \series default
35463  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35464 \begin_inset space \thinspace{}
35465 \end_inset
35466
35467 pt.
35468 \end_layout
35469
35470 \begin_layout Standard
35471 D'après l'équation
35472 \begin_inset space ~
35473 \end_inset
35474
35475
35476 \begin_inset CommandInset ref
35477 LatexCommand eqref
35478 reference "eq:Wtot_n"
35479
35480 \end_inset
35481
35482 , la largeur totale d'une multicolonne, 
35483 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35484 \end_inset
35485
35486  est
35487 \end_layout
35488
35489 \begin_layout Standard
35490 \begin_inset Formula \begin{equation}
35491 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Standard
35499 En posant que les équations 
35500 \begin_inset space ~
35501 \end_inset
35502
35503
35504 \begin_inset CommandInset ref
35505 LatexCommand eqref
35506 reference "eq:Wtot_n"
35507
35508 \end_inset
35509
35510  et 
35511 \begin_inset CommandInset ref
35512 LatexCommand eqref
35513 reference "eq:Wtot_mult"
35514
35515 \end_inset
35516
35517  sont égales, on peut calculer la largeur nécessaire 
35518 \begin_inset Formula $W_{g\, n}$
35519 \end_inset
35520
35521  quand 
35522 \emph on
35523 n
35524 \emph default
35525  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35526  de 
35527 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35528 \end_inset
35529
35530 :
35531 \end_layout
35532
35533 \begin_layout Standard
35534 \begin_inset Formula \begin{equation}
35535 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
35536
35537 \end_inset
35538
35539
35540 \end_layout
35541
35542 \begin_layout Bibliography
35543 \labelwidthstring Bibliographie
35544 \begin_inset CommandInset bibitem
35545 LatexCommand bibitem
35546 key "latexcompanion"
35547
35548 \end_inset
35549
35550 Frank Mittelbach and Michel Goossens: 
35551 \emph on
35552 The LaTeX Companion Second Edition.
35553
35554 \emph default
35555  Addison-Wesley, 2004
35556 \end_layout
35557
35558 \begin_layout Bibliography
35559 \labelwidthstring Bibliographie
35560 \begin_inset CommandInset bibitem
35561 LatexCommand bibitem
35562 key "latexguide"
35563
35564 \end_inset
35565
35566 Helmut Kopka and Patrick W.
35567  Daly: 
35568 \emph on
35569 A Guide to LaTeX Fourth Edition.
35570
35571 \emph default
35572  Addison-Wesley, 2003
35573 \end_layout
35574
35575 \begin_layout Bibliography
35576 \labelwidthstring Bibliographie
35577 \begin_inset CommandInset bibitem
35578 LatexCommand bibitem
35579 key "latexbook"
35580
35581 \end_inset
35582
35583 Leslie Lamport: 
35584 \emph on
35585 LaTeX: A Document Preparation System.
35586
35587 \emph default
35588  Addison-Wesley, second edition, 1994
35589 \end_layout
35590
35591 \begin_layout Bibliography
35592 \labelwidthstring Bibliographie
35593 \begin_inset CommandInset bibitem
35594 LatexCommand bibitem
35595 key "booktabs"
35596
35597 \end_inset
35598
35599 Documentation du paquetage LaTeX 
35600 \series bold
35601
35602 \begin_inset CommandInset href
35603 LatexCommand href
35604 name "booktabs"
35605 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35606
35607 \end_inset
35608
35609
35610 \series default
35611
35612 \begin_inset Index idx
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616 Paquetages LaTeX ! booktabs
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \end_layout
35623
35624 \begin_layout Bibliography
35625 \labelwidthstring Bibliographie
35626 \begin_inset CommandInset bibitem
35627 LatexCommand bibitem
35628 key "caption"
35629
35630 \end_inset
35631
35632 Documentation du paquetage LaTeX 
35633 \series bold
35634
35635 \begin_inset CommandInset href
35636 LatexCommand href
35637 name "caption"
35638 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35639
35640 \end_inset
35641
35642
35643 \series default
35644
35645 \begin_inset Index idx
35646 status collapsed
35647
35648 \begin_layout Plain Layout
35649 Paquetages LaTeX ! caption
35650 \end_layout
35651
35652 \end_inset
35653
35654
35655 \end_layout
35656
35657 \begin_layout Bibliography
35658 \labelwidthstring Bibliographie
35659 \begin_inset CommandInset bibitem
35660 LatexCommand bibitem
35661 key "endfloat"
35662
35663 \end_inset
35664
35665 Documentation du paquetage LaTeX 
35666 \series bold
35667
35668 \begin_inset CommandInset href
35669 LatexCommand href
35670 name "endfloat"
35671 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35672
35673 \end_inset
35674
35675
35676 \series default
35677
35678 \begin_inset Index idx
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682 Paquetages LaTeX ! endfloat
35683 \end_layout
35684
35685 \end_inset
35686
35687
35688 \end_layout
35689
35690 \begin_layout Bibliography
35691 \labelwidthstring Bibliographie
35692 \begin_inset CommandInset bibitem
35693 LatexCommand bibitem
35694 key "wrapfig"
35695
35696 \end_inset
35697
35698 Documentation du paquetage LaTeX 
35699 \series bold
35700
35701 \begin_inset CommandInset href
35702 LatexCommand href
35703 name "wrapfig"
35704 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35705
35706 \end_inset
35707
35708
35709 \series default
35710
35711 \begin_inset Index idx
35712 status collapsed
35713
35714 \begin_layout Plain Layout
35715 Paquetages LaTeX ! wrapfig
35716 \begin_inset ERT
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720
35721
35722 \backslash
35723 vspace{4mm}
35724 \end_layout
35725
35726 \end_inset
35727
35728
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Bibliography
35737 \labelwidthstring Bibliographie
35738 \begin_inset CommandInset bibitem
35739 LatexCommand bibitem
35740 key "footmisc"
35741
35742 \end_inset
35743
35744 Documentation du paquetage LaTeX 
35745 \series bold
35746
35747 \begin_inset CommandInset href
35748 LatexCommand href
35749 name "footmisc"
35750 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35751
35752 \end_inset
35753
35754
35755 \series default
35756
35757 \begin_inset Index idx
35758 status collapsed
35759
35760 \begin_layout Plain Layout
35761 Paquetages LaTeX ! footmisc
35762 \end_layout
35763
35764 \end_inset
35765
35766
35767 \end_layout
35768
35769 \begin_layout Bibliography
35770 \labelwidthstring Bibliographie
35771 \begin_inset CommandInset bibitem
35772 LatexCommand bibitem
35773 key "hypcap"
35774
35775 \end_inset
35776
35777 Documentation du paquetage LaTeX 
35778 \series bold
35779
35780 \begin_inset CommandInset href
35781 LatexCommand href
35782 name "hypcap"
35783 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35784
35785 \end_inset
35786
35787
35788 \series default
35789
35790 \begin_inset Index idx
35791 status collapsed
35792
35793 \begin_layout Plain Layout
35794 Paquetages LaTeX ! hyperref
35795 \end_layout
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \begin_layout Bibliography
35803 \labelwidthstring Bibliographie
35804 \begin_inset CommandInset bibitem
35805 LatexCommand bibitem
35806 key "hyperref"
35807
35808 \end_inset
35809
35810 Documentation du paquetage LaTeX 
35811 \series bold
35812
35813 \begin_inset CommandInset href
35814 LatexCommand href
35815 name "hyperref"
35816 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
35817
35818 \end_inset
35819
35820
35821 \series default
35822
35823 \begin_inset Index idx
35824 status collapsed
35825
35826 \begin_layout Plain Layout
35827 Paquetages LaTeX ! hyperref
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \end_layout
35834
35835 \begin_layout Bibliography
35836 \labelwidthstring Bibliographie
35837 \begin_inset CommandInset bibitem
35838 LatexCommand bibitem
35839 key "KOMA-Script"
35840
35841 \end_inset
35842
35843 Documentation du paquetage LaTeX 
35844 \series bold
35845
35846 \begin_inset CommandInset href
35847 LatexCommand href
35848 name "KOMA-Script"
35849 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
35850
35851 \end_inset
35852
35853
35854 \series default
35855
35856 \begin_inset Index idx
35857 status collapsed
35858
35859 \begin_layout Plain Layout
35860 Paquetages LaTeX ! KOMA-Script
35861 \end_layout
35862
35863 \end_inset
35864
35865
35866 \end_layout
35867
35868 \begin_layout Bibliography
35869 \labelwidthstring Bibliographie
35870 \begin_inset CommandInset bibitem
35871 LatexCommand bibitem
35872 key "listings"
35873
35874 \end_inset
35875
35876 Documentation du paquetage LaTeX 
35877 \series bold
35878
35879 \begin_inset CommandInset href
35880 LatexCommand href
35881 name "listings"
35882 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
35883
35884 \end_inset
35885
35886
35887 \series default
35888
35889 \begin_inset Index idx
35890 status collapsed
35891
35892 \begin_layout Plain Layout
35893 Paquetages LaTeX ! listings
35894 \end_layout
35895
35896 \end_inset
35897
35898
35899 \end_layout
35900
35901 \begin_layout Bibliography
35902 \labelwidthstring Bibliographie
35903 \begin_inset CommandInset bibitem
35904 LatexCommand bibitem
35905 key "marginnote"
35906
35907 \end_inset
35908
35909 Documentation du paquetage LaTeX 
35910 \series bold
35911
35912 \begin_inset CommandInset href
35913 LatexCommand href
35914 name "marginnote"
35915 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
35916
35917 \end_inset
35918
35919
35920 \series default
35921
35922 \begin_inset Index idx
35923 status collapsed
35924
35925 \begin_layout Plain Layout
35926 Paquetages LaTeX ! marginnote
35927 \end_layout
35928
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \begin_layout Bibliography
35935 \labelwidthstring Bibliographie
35936 \begin_inset CommandInset bibitem
35937 LatexCommand bibitem
35938 key "pstricks"
35939
35940 \end_inset
35941
35942 Page Web du paquetage LaTeX 
35943 \series bold
35944
35945 \begin_inset CommandInset href
35946 LatexCommand href
35947 name "PSTricks"
35948 target "http://tug.org/PSTricks/"
35949
35950 \end_inset
35951
35952
35953 \series default
35954
35955 \begin_inset Index idx
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959 Paquetages LaTeX ! PSTricks
35960 \end_layout
35961
35962 \end_inset
35963
35964
35965 \end_layout
35966
35967 \begin_layout Bibliography
35968 \labelwidthstring Bibliographie
35969 \begin_inset CommandInset bibitem
35970 LatexCommand bibitem
35971 key "sidecap"
35972
35973 \end_inset
35974
35975 Documentation du paquetage LaTeX 
35976 \series bold
35977
35978 \begin_inset CommandInset href
35979 LatexCommand href
35980 name "sidecap"
35981 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
35982
35983 \end_inset
35984
35985
35986 \series default
35987
35988 \begin_inset Index idx
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992 Paquetages LaTeX ! sidecap
35993 \end_layout
35994
35995 \end_inset
35996
35997
35998 \end_layout
35999
36000 \begin_layout Bibliography
36001 \labelwidthstring Bibliographie
36002 \begin_inset CommandInset bibitem
36003 LatexCommand bibitem
36004 key "prettyref"
36005
36006 \end_inset
36007
36008 Documentation du paquetage LaTeX
36009 \series bold
36010  
36011 \begin_inset CommandInset href
36012 LatexCommand href
36013 name "prettyref"
36014 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36015
36016 \end_inset
36017
36018
36019 \series default
36020
36021 \begin_inset Index idx
36022 status collapsed
36023
36024 \begin_layout Plain Layout
36025 Paquetages LaTeX ! prettyref
36026 \end_layout
36027
36028 \end_inset
36029
36030
36031 \end_layout
36032
36033 \begin_layout Bibliography
36034 \labelwidthstring Bibliographie
36035 \begin_inset CommandInset bibitem
36036 LatexCommand bibitem
36037 key "NewInLyX20"
36038
36039 \end_inset
36040
36041
36042 \begin_inset CommandInset href
36043 LatexCommand href
36044 name "Page Wiki"
36045 target "http://wiki.lyx.org/LyX/NewInLyX20"
36046
36047 \end_inset
36048
36049  au sujet des nouveautés de 
36050 \family sans
36051 LyX 2.0
36052 \family default
36053 .
36054 \end_layout
36055
36056 \begin_layout Standard
36057 \begin_inset CommandInset index_print
36058 LatexCommand printindex
36059 type "idx"
36060
36061 \end_inset
36062
36063
36064 \end_layout
36065
36066 \end_body
36067 \end_document