]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Convert local layout to new format.
[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 410
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 % increase the bottom float placement fraction
60 \renewcommand{\bottomfraction}{0.5}
61
62 % avoids that floats are placed before their
63 % corresponding section starts
64 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
65
66 % speed up the longtable calculation
67 \setcounter{LTchunksize}{100}
68
69 % used for scaled and rotated boxes
70 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
71
72 % used for colored tables
73 \@ifundefined{textcolor}
74  {\usepackage{color}}{}
75 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
76 \definecolor{lightgrey}{gray}{0.8}
77
78 % check for package colortbl
79 % used for colored table cells
80 \newboolean{colortbl}
81 \IfFileExists{colortbl.sty}
82  {\usepackage{colortbl}
83   \setboolean{colortbl}{true}}
84  {\setboolean{colortbl}{false}}
85
86 % used for book-style tables
87 \usepackage{booktabs}
88
89 % used to have extra space in table cells
90 \@ifundefined{extrarowheight}
91  {\usepackage{array}}{}
92 \setlength{\extrarowheight}{2pt}
93
94 % used for customized tables
95 % ---
96 \newcolumntype{M}[1]
97  {>{\centering\hspace{0pt}}m{#1}}
98
99 \newcolumntype{S}[2]
100  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
101
102 \newcolumntype{K}[1]
103  {>{\columncolor{#1}\hspace{0pt}}c}
104
105 \newcolumntype{V}{!{\vrule width 1.5pt}}
106
107 \newcolumntype{W}{!{\color{green}\vline}}
108 % ---
109
110 % insert additional vertical space of
111 % 1.5 mm between footnotes
112 \let\myFoot\footnote
113 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
114
115 % number algorithm floats within chapters
116 \numberwithin{algorithm}{chapter}
117
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package arydshln
124 % used for tables with dashed lines
125 \newboolean{arydshln}
126 \IfFileExists{arydshln.sty}
127  {\usepackage{arydshln}
128   \setboolean{arydshln}{true}}
129  {\setboolean{arydshln}{false}}
130
131 % check for package marginnote
132 % used for margin notes
133 \newboolean{marginnote}
134 \IfFileExists{marginnote.sty}
135  {\usepackage{marginnote}
136   \let\marginpar\marginnote
137   \setboolean{marginnote}{true}}
138  {\setboolean{marginnote}{false}}
139
140 % check for package sidecap
141 % used for captions on the side
142 \newboolean{sidecap}
143 \IfFileExists{sidecap.sty}
144  {\usepackage{sidecap}
145   \setboolean{sidecap}{true}}
146  {\setboolean{sidecap}{false}}
147
148 % redefine the \LyX macro for PDF bookmarks
149 \def\LyX{\texorpdfstring{%
150   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
151   {LyX}}
152
153 % use normal list environments also in French documents
154 \frenchbsetup{StandardLayout}
155 \end_preamble
156 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
157 \use_default_options false
158 \maintain_unincluded_children false
159 \language french
160 \inputencoding auto
161 \fontencoding global
162 \font_roman default
163 \font_sans default
164 \font_typewriter default
165 \font_default_family default
166 \use_non_tex_fonts false
167 \font_sc false
168 \font_osf false
169 \font_sf_scale 100
170 \font_tt_scale 100
171
172 \graphics default
173 \default_output_format default
174 \output_sync 0
175 \bibtex_command default
176 \index_command default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pdfusetitle false
193 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
194 \papersize default
195 \use_geometry false
196 \use_amsmath 2
197 \use_esint 0
198 \use_mhchem 1
199 \use_mathdots 1
200 \cite_engine basic
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \use_refstyle 0
206 \notefontcolor #0000ff
207 \index Index
208 \shortcut idx
209 \color #008000
210 \end_index
211 \secnumdepth 3
212 \tocdepth 3
213 \paragraph_separation skip
214 \defskip medskip
215 \quotes_language french
216 \papercolumns 1
217 \papersides 2
218 \paperpagestyle default
219 \bullet 1 1 34 -1
220 \bullet 2 2 35 -1
221 \bullet 3 2 7 -1
222 \tracking_changes false
223 \output_changes false
224 \html_math_output 0
225 \html_be_strict false
226 \end_header
227
228 \begin_body
229
230 \begin_layout Title
231 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
232  les Boîtes et les Objets Externes de LyX
233 \end_layout
234
235 \begin_layout Author
236 par l'Équipe LyX
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
243  de la documentation de LyX: 
244 \begin_inset CommandInset href
245 LatexCommand href
246 name "lyx-docs@lists.lyx.org"
247 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
248 type "mailto:"
249
250 \end_inset
251
252
253 \end_layout
254
255 \end_inset
256
257
258 \begin_inset Note Note
259 status collapsed
260
261 \begin_layout Plain Layout
262 auteur original : Uwe Stöhr
263 \end_layout
264
265 \begin_layout Plain Layout
266 Traduction française : Siegfried Meunier-Guttin-Cluzel
267 \end_layout
268
269 \begin_layout Plain Layout
270 version 1.6.x janvier 2010
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Version 2.0.x
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 Si votre distribution LaTeX est un peu ancienne (TeXLive 2007 par exemple),
303  
304 \begin_inset Quotes fld
305 \end_inset
306
307 Visionner
308 \begin_inset Quotes frd
309 \end_inset
310
311  ou 
312 \begin_inset Quotes fld
313 \end_inset
314
315 Exporter
316 \begin_inset Quotes frd
317 \end_inset
318
319  en PDF ne fonctionnera pas du fait d'un conflit entre 
320 \family typewriter
321 varioref/hyperref
322 \family default
323  et le caractère 
324 \begin_inset Quotes fld
325 \end_inset
326
327 :
328 \begin_inset Quotes frd
329 \end_inset
330
331  apparaissant dans certaines étiquettes.
332  Pour résoudre ce problème, vous pouvez:
333 \end_layout
334
335 \begin_layout Itemize
336 soit désactiver 
337 \family typewriter
338 hyperref
339 \family default
340  dans le menu 
341 \family sans
342 Document\SpecialChar \menuseparator
343 Paramètres\SpecialChar \menuseparator
344 Propriété PDF
345 \family default
346 ;
347 \end_layout
348
349 \begin_layout Itemize
350 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
351 \begin_inset Newline newline
352 \end_inset
353
354
355 \series bold
356 http://wiki.lyx.org/LyX/DocumentationDevelopment#UserGuide
357 \series default
358 ;
359 \end_layout
360
361 \begin_layout Itemize
362 soit mettre à jour votre distribution (en installant par exemple au moins
363  TeXLive 2008)
364 \end_layout
365
366 \end_inset
367
368
369 \begin_inset Note Note
370 status collapsed
371
372 \begin_layout Plain Layout
373 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
374  
375 \series bold
376 arydshln
377 \series default
378
379 \series bold
380 colortbl
381 \series default
382
383 \series bold
384 marginnote
385 \series default
386 , et 
387 \series bold
388 sidecap
389 \series default
390  doivent être installés.
391  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
392  les sections qui nécessitent les paquetages en question n'apparaîtront
393  pas sur la sortie.
394 \end_layout
395
396 \begin_layout Plain Layout
397 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
398 \begin_inset Newline newline
399 \end_inset
400
401
402 \series bold
403 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Chapter
412 Figures
413 \begin_inset Index idx
414 status collapsed
415
416 \begin_layout Plain Layout
417 Figures
418 \end_layout
419
420 \end_inset
421
422
423 \begin_inset Index idx
424 status collapsed
425
426 \begin_layout Plain Layout
427 Graphiques|see
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433 {
434 \end_layout
435
436 \end_inset
437
438 Figures
439 \begin_inset ERT
440 status collapsed
441
442 \begin_layout Plain Layout
443
444 }
445 \end_layout
446
447 \end_inset
448
449
450 \end_layout
451
452 \end_inset
453
454
455 \end_layout
456
457 \begin_layout Section
458 La fenêtre de dialogue Graphique
459 \begin_inset Index idx
460 status collapsed
461
462 \begin_layout Plain Layout
463 Figures ! Fenêtre de dialogue Graphique
464 \end_layout
465
466 \end_inset
467
468
469 \begin_inset CommandInset label
470 LatexCommand label
471 name "sec:Graphics-Dialog"
472
473 \end_inset
474
475
476 \end_layout
477
478 \begin_layout Standard
479 Pour placer une figure dans votre document, cliquez sur le bouton
480 \begin_inset Graphics
481         filename ../../images/dialog-show-new-inset_graphics.png
482         scale 85
483         scaleBeforeRotation
484
485 \end_inset
486
487  dans la barre d'outils, ou faites 
488 \family sans
489 Insérer\SpecialChar \menuseparator
490 Graphique
491 \family default
492 .
493  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
494  à charger.
495  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
496  dans le texte.
497 \end_layout
498
499 \begin_layout Standard
500 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
501  sur une image
502 \begin_inset Note Note
503 status collapsed
504
505 \begin_layout Plain Layout
506 Ça marche aussi avec le bouton gauche ! (NdT)
507 \end_layout
508
509 \end_inset
510
511 .
512  Cette fenêtre de dialogue possède trois onglets:
513 \end_layout
514
515 \begin_layout Description
516 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
517  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
518  Les unités de longueurs utilisées sont décrites dans l'appendice
519 \begin_inset space ~
520 \end_inset
521
522
523 \begin_inset CommandInset ref
524 LatexCommand ref
525 reference "cha:Unités-de-longueur"
526
527 \end_inset
528
529 .
530 \begin_inset Newline newline
531 \end_inset
532
533
534 \begin_inset Index idx
535 status collapsed
536
537 \begin_layout Plain Layout
538 Figures ! Pivotées
539 \end_layout
540
541 \end_inset
542
543 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
544  d'une montre, en donnant l'angle de rotation et la position du pivot.
545  L'image apparaîtra pivotée dans LyX.
546 \begin_inset Newline newline
547 \end_inset
548
549
550 \begin_inset Index idx
551 status collapsed
552
553 \begin_layout Plain Layout
554 Figures ! Redimensionnées
555 \end_layout
556
557 \end_inset
558
559 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
560  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
561  sa largeur.
562  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
563  déterminée automatiquement.
564  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
565  éventuellement une distorsion.
566  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
567  
568 \family sans
569 Conserver
570 \begin_inset space ~
571 \end_inset
572
573 les
574 \begin_inset space ~
575 \end_inset
576
577 proportions
578 \family default
579 .
580  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
581  pas les valeurs fixées.
582  
583 \begin_inset Newline newline
584 \end_inset
585
586 Les images peuvent être modifiée en utilisant le programme de votre choix
587  en faisant un clic droit dessus et en choisissant 
588 \family sans
589 Éditer le fichier ailleurs
590 \family default
591  dans le menu contextuel qui apparaît.
592  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
593  
594 \family sans
595 Formats
596 \begin_inset space ~
597 \end_inset
598
599 de
600 \begin_inset space ~
601 \end_inset
602
603 fichiers
604 \family default
605  dans la fenêtre de dialogue de 
606 \family sans
607 Préférences
608 \family default
609  de LyX.
610 \end_layout
611
612 \begin_layout Description
613 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
614  la sortie finale est de modifier les coordonnées de la zone de l'image
615  qui est affichée.
616  Cette zone peut être calculée automatiquement à partir des données présentes
617  dans le fichier en appuyant sur le bouton 
618 \family sans
619 Valeurs
620 \begin_inset space ~
621 \end_inset
622
623 du
624 \begin_inset space ~
625 \end_inset
626
627 Fichier
628 \family default
629 .
630  Avec l'option 
631 \family sans
632 Couper
633 \begin_inset space ~
634 \end_inset
635
636 à
637 \begin_inset space ~
638 \end_inset
639
640 la
641 \begin_inset space ~
642 \end_inset
643
644 boîte
645 \begin_inset space ~
646 \end_inset
647
648 de
649 \begin_inset space ~
650 \end_inset
651
652 délimitation, 
653 \family default
654 seule la portion de l'image qui est dans la zone définie sera imprimée.
655  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
656  donc vous pouvez ignorer l'onglet 
657 \family sans
658 Rogner
659 \family default
660 .
661 \end_layout
662
663 \begin_layout Description
664
665 \family sans
666 Options
667 \begin_inset space ~
668 \end_inset
669
670 LaTeX
671 \begin_inset space ~
672 \end_inset
673
674 et
675 \begin_inset space ~
676 \end_inset
677
678 LyX
679 \family default
680  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
681  les experts ès-LaTeX pourront fournir des options supplémentaires pour
682  LaTeX
683 \begin_inset Newline newline
684 \end_inset
685
686 L'option 
687 \family sans
688 Mode brouillon
689 \family default
690  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
691  avec la taille de l'image.
692 \begin_inset Newline newline
693 \end_inset
694
695 L'option 
696 \family sans
697 Ne
698 \begin_inset space ~
699 \end_inset
700
701 pas
702 \begin_inset space ~
703 \end_inset
704
705 décompresser
706 \begin_inset space ~
707 \end_inset
708
709 à
710 \begin_inset space ~
711 \end_inset
712
713 l'exportation
714 \family default
715  n'affectera que les graphiques EPS zippés, par exemple 
716 \family typewriter
717 x.eps.gz
718 \family default
719 .
720  Quand cette option est activée, les images ne sont pas décompressées à
721  l'exportation, vu que LaTeX peut les traiter telles-quelles
722 \begin_inset Newline newline
723 \end_inset
724
725 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
726  disques quand on utilise PostScript comme format de sortie, voir l'appendice
727 \begin_inset space ~
728 \end_inset
729
730
731 \begin_inset CommandInset ref
732 LatexCommand ref
733 reference "sec:PostScript"
734
735 \end_inset
736
737 .
738  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
739  terminal UNIX ou une console Windows:
740 \begin_inset Newline newline
741 \end_inset
742
743
744 \series bold
745 gzip x.eps
746 \series default
747
748 \begin_inset Newline newline
749 \end_inset
750
751
752 \series bold
753 zgrep %%Bounding x.eps.gz > x.eps.bb
754 \series default
755
756 \begin_inset Newline newline
757 \end_inset
758
759 La seconde commande va créer le fichier contenant la description de la boîte
760  de délimitation 
761 \begin_inset Quotes eld
762 \end_inset
763
764
765 \family typewriter
766 x.eps.bb
767 \family default
768
769 \begin_inset Quotes erd
770 \end_inset
771
772  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
773 \begin_inset Newline newline
774 \end_inset
775
776 Le champ 
777 \family sans
778 Initialiser
779 \begin_inset space ~
780 \end_inset
781
782 le
783 \begin_inset space ~
784 \end_inset
785
786 nom
787 \begin_inset space ~
788 \end_inset
789
790 du
791 \begin_inset space ~
792 \end_inset
793
794 groupe
795 \family default
796  vous permet de définir ou de choisir un groupe de paramètres d'image
797 \begin_inset Index idx
798 status collapsed
799
800 \begin_layout Plain Layout
801 Figures ! Groupes de paramétrisation
802 \end_layout
803
804 \end_inset
805
806 .
807  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
808  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
809  les autres soient automatiquement modifiées de la même manière.
810  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
811  avoir à modifier leur taille manuellement une par une.
812  On peut rattacher une image à un groupe existant en utilisant le menu contextue
813 l de l'image et en cochant le nom du groupe dans la liste
814 \begin_inset Foot
815 status collapsed
816
817 \begin_layout Plain Layout
818 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
819 \end_layout
820
821 \end_inset
822
823 .
824 \end_layout
825
826 \begin_layout Standard
827 \begin_inset VSpace bigskip
828 \end_inset
829
830
831 \end_layout
832
833 \begin_layout Standard
834 Voici un exemple d'image au format EPS
835 \begin_inset Foot
836 status collapsed
837
838 \begin_layout Plain Layout
839 Les format d'images sont décrits dans la section
840 \begin_inset space ~
841 \end_inset
842
843
844 \begin_inset CommandInset ref
845 LatexCommand ref
846 reference "sec:Image-Formats"
847
848 \end_inset
849
850 .
851 \end_layout
852
853 \end_inset
854
855  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
856 nt:
857 \end_layout
858
859 \begin_layout Standard
860 \align center
861 \begin_inset Graphics
862         filename ../clipart/mobius.eps
863         scale 70
864         scaleBeforeRotation
865         rotateOrigin center
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Standard
873 Et voici la même image mais en mode brouillon:
874 \end_layout
875
876 \begin_layout Standard
877 \align center
878 \begin_inset Graphics
879         filename ../clipart/mobius.eps
880         scale 70
881         draft
882         scaleBeforeRotation
883         rotateOrigin center
884
885 \end_inset
886
887
888 \end_layout
889
890 \begin_layout Section
891 Figures Flottantes
892 \begin_inset CommandInset label
893 LatexCommand label
894 name "sec:Figure-Floats"
895
896 \end_inset
897
898
899 \begin_inset Index idx
900 status collapsed
901
902 \begin_layout Plain Layout
903 Flottants ! Figures
904 \end_layout
905
906 \end_inset
907
908
909 \begin_inset Index idx
910 status collapsed
911
912 \begin_layout Plain Layout
913 Figures ! Flottants
914 \end_layout
915
916 \end_inset
917
918
919 \end_layout
920
921 \begin_layout Standard
922 Pour des explications d'ordre général concernant les flottants, jetez un
923  coup d'œil à la section
924 \begin_inset space ~
925 \end_inset
926
927
928 \begin_inset CommandInset ref
929 LatexCommand ref
930 reference "sec:Flottants-Introduction"
931
932 \end_inset
933
934 .
935 \end_layout
936
937 \begin_layout Standard
938 Le bouton 
939 \begin_inset Graphics
940         filename ../../images/float-insert_figure.png
941         scale 85
942         scaleBeforeRotation
943
944 \end_inset
945
946  de la barre d'outils et le menu 
947 \family sans
948 Insérer\SpecialChar \menuseparator
949 Flottant\SpecialChar \menuseparator
950 Figure
951 \family default
952  insèrent un flottant avec l'étiquette 
953 \begin_inset Quotes eld
954 \end_inset
955
956
957 \series bold
958 Figure
959 \begin_inset space ~
960 \end_inset
961
962 #:
963 \series default
964
965 \begin_inset Quotes erd
966 \end_inset
967
968  (# est le numéro réel de l'image).
969  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
970 \begin_inset space ~
971 \end_inset
972
973
974 \begin_inset CommandInset ref
975 LatexCommand ref
976 reference "fig:kill-plat"
977
978 \end_inset
979
980  ou en dessous de la légende comme pour la Figure
981 \begin_inset space ~
982 \end_inset
983
984
985 \begin_inset CommandInset ref
986 LatexCommand ref
987 reference "fig:escher"
988
989 \end_inset
990
991 .
992  Vous trouverez plus d'information sur le positionnement des légendes dans
993  la section
994 \begin_inset space ~
995 \end_inset
996
997
998 \begin_inset CommandInset ref
999 LatexCommand ref
1000 reference "sec:Placement-légende"
1001
1002 \end_inset
1003
1004 .
1005 \end_layout
1006
1007 \begin_layout Standard
1008 \begin_inset Float figure
1009 wide false
1010 sideways false
1011 status open
1012
1013 \begin_layout Plain Layout
1014 \align center
1015 \begin_inset Graphics
1016         filename ../clipart/platypus.eps
1017         width 50col%
1018         scaleBeforeRotation
1019         rotateOrigin center
1020
1021 \end_inset
1022
1023
1024 \end_layout
1025
1026 \begin_layout Plain Layout
1027 \begin_inset Caption
1028
1029 \begin_layout Plain Layout
1030 \begin_inset CommandInset label
1031 LatexCommand label
1032 name "fig:kill-plat"
1033
1034 \end_inset
1035
1036 Un ornithorynque sévèrement déformé dans un flottant de figure.
1037 \end_layout
1038
1039 \end_inset
1040
1041
1042 \end_layout
1043
1044 \end_inset
1045
1046
1047 \end_layout
1048
1049 \begin_layout Standard
1050 \begin_inset Float figure
1051 wide false
1052 sideways false
1053 status open
1054
1055 \begin_layout Plain Layout
1056 \begin_inset Caption
1057
1058 \begin_layout Plain Layout
1059 \begin_inset CommandInset label
1060 LatexCommand label
1061 name "fig:escher"
1062
1063 \end_inset
1064
1065 M.C.
1066  Escher sous LSD.
1067 \end_layout
1068
1069 \end_inset
1070
1071
1072 \end_layout
1073
1074 \begin_layout Plain Layout
1075 \align center
1076 \begin_inset Graphics
1077         filename ../clipart/escher-lsd.eps
1078         scale 80
1079         scaleBeforeRotation
1080         rotateOrigin center
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \end_inset
1088
1089
1090 \end_layout
1091
1092 \begin_layout Standard
1093 \begin_inset Index idx
1094 status collapsed
1095
1096 \begin_layout Plain Layout
1097 References@Références ! à des Figures
1098 \end_layout
1099
1100 \end_inset
1101
1102 Les figure
1103 \begin_inset space ~
1104 \end_inset
1105
1106
1107 \begin_inset CommandInset ref
1108 LatexCommand ref
1109 reference "fig:kill-plat"
1110
1111 \end_inset
1112
1113  et 
1114 \begin_inset CommandInset ref
1115 LatexCommand ref
1116 reference "fig:escher"
1117
1118 \end_inset
1119
1120  sont des exemples de figures référencées.
1121  Dans le texte, on fait référence à une figure en faisant référence à sa
1122  légende.
1123  On insère donc une étiquette dans la légende en utilisant le menu 
1124 \family sans
1125 Insérer
1126 \family default
1127 \SpecialChar \menuseparator
1128
1129 \family sans
1130 Étiquette
1131 \family default
1132  ou le bouton 
1133 \begin_inset Graphics
1134         filename ../../images/label-insert.png
1135         scale 85
1136         scaleBeforeRotation
1137
1138 \end_inset
1139
1140  de la barre d'outils.
1141  On peut alors faire référence à cette étiquette en utilisant le menu 
1142 \family sans
1143 Insérer\SpecialChar \menuseparator
1144 Référence
1145 \begin_inset space ~
1146 \end_inset
1147
1148 croisée
1149 \family default
1150  ou le bouton 
1151 \begin_inset Graphics
1152         filename ../../images/dialog-show-new-inset_ref.png
1153         scale 85
1154         scaleBeforeRotation
1155
1156 \end_inset
1157
1158  de la barre d'outils.
1159  Il est important d'utiliser des références pour les flottants de figures
1160  plutôt que des locutions vagues du genre 
1161 \begin_inset Quotes eld
1162 \end_inset
1163
1164 la figure ci-dessous
1165 \begin_inset Quotes erd
1166 \end_inset
1167
1168 , puisque LaTeX va repositionner la figure dans le document final.
1169  Votre figure risque de ne plus être ci-dessous du tout !
1170 \begin_inset Newline newline
1171 \end_inset
1172
1173 Le référencement est expliqué plus en détail dans la section
1174 \begin_inset space ~
1175 \end_inset
1176
1177
1178 \begin_inset CommandInset ref
1179 LatexCommand ref
1180 reference "sec:Referencer-les-Flottants"
1181
1182 \end_inset
1183
1184 .
1185 \end_layout
1186
1187 \begin_layout Standard
1188 En principe on met une seule figure dans un flottant, mais parfois vous
1189  pouvez vouloir deux figures avec chacune sa sous-légende.
1190  C'est possible en insérant des flottants d'image dans des flottants d'image
1191  existants.
1192  Notez que seule la légende principale des flottants est reprise dans la
1193  liste des figures.
1194  La figure
1195 \begin_inset space ~
1196 \end_inset
1197
1198
1199 \begin_inset CommandInset ref
1200 LatexCommand ref
1201 reference "fig:Deux-images-déformées"
1202
1203 \end_inset
1204
1205  est un exemple de flottant de figure avec deux images mises l'une à côté
1206  de l'autre.
1207  Vous pouvez aussi mettre les images les unes sous les autres.
1208  Les figures
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "fig:Structure-indéfinissable"
1216
1217 \end_inset
1218
1219  et 
1220 \begin_inset CommandInset ref
1221 LatexCommand ref
1222 reference "fig:Un-ornithorynque"
1223
1224 \end_inset
1225
1226  sont des sous-figures.
1227 \end_layout
1228
1229 \begin_layout Standard
1230 \begin_inset Float figure
1231 wide false
1232 sideways false
1233 status open
1234
1235 \begin_layout Plain Layout
1236 \begin_inset space \hfill{}
1237 \end_inset
1238
1239
1240 \begin_inset Float figure
1241 wide false
1242 sideways false
1243 status open
1244
1245 \begin_layout Plain Layout
1246 \begin_inset Caption
1247
1248 \begin_layout Plain Layout
1249 \begin_inset CommandInset label
1250 LatexCommand label
1251 name "fig:Structure-indéfinissable"
1252
1253 \end_inset
1254
1255 Structure indéfinissable
1256 \end_layout
1257
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Plain Layout
1264 \begin_inset Graphics
1265         filename ../clipart/escher-lsd.eps
1266         width 45col%
1267         scaleBeforeRotation
1268         groupId Déformés
1269
1270 \end_inset
1271
1272
1273 \end_layout
1274
1275 \end_inset
1276
1277
1278 \begin_inset space \hfill{}
1279 \end_inset
1280
1281
1282 \begin_inset Float figure
1283 wide false
1284 sideways false
1285 status open
1286
1287 \begin_layout Plain Layout
1288 \begin_inset Caption
1289
1290 \begin_layout Plain Layout
1291 \begin_inset CommandInset label
1292 LatexCommand label
1293 name "fig:Un-ornithorynque"
1294
1295 \end_inset
1296
1297 Un ornithorynque
1298 \end_layout
1299
1300 \end_inset
1301
1302
1303 \end_layout
1304
1305 \begin_layout Plain Layout
1306 \begin_inset Graphics
1307         filename ../clipart/platypus.eps
1308         width 45col%
1309         scaleBeforeRotation
1310         groupId Déformés
1311
1312 \end_inset
1313
1314
1315 \end_layout
1316
1317 \end_inset
1318
1319
1320 \begin_inset space \hfill{}
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Plain Layout
1327 \begin_inset Caption
1328
1329 \begin_layout Plain Layout
1330 \begin_inset CommandInset label
1331 LatexCommand label
1332 name "fig:Deux-images-déformées"
1333
1334 \end_inset
1335
1336 Deux images déformées.
1337  Les deux images font partie du groupe de paramétrisation 
1338 \begin_inset Quotes eld
1339 \end_inset
1340
1341 déformés
1342 \begin_inset Quotes erd
1343 \end_inset
1344
1345 .
1346 \end_layout
1347
1348 \end_inset
1349
1350
1351 \end_layout
1352
1353 \end_inset
1354
1355
1356 \end_layout
1357
1358 \begin_layout Section
1359 Les Formats d'images
1360 \begin_inset CommandInset label
1361 LatexCommand label
1362 name "sec:Image-Formats"
1363
1364 \end_inset
1365
1366
1367 \begin_inset Index idx
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 Formats d' images
1372 \end_layout
1373
1374 \end_inset
1375
1376
1377 \begin_inset Index idx
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381 Figures ! Formats d'images
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Standard
1390 Vous pouvez insérer des images dans n'importe quel format connu.
1391  Mais, comme nous l'avons expliqué dans l'appendice
1392 \begin_inset space ~
1393 \end_inset
1394
1395
1396 \begin_inset CommandInset ref
1397 LatexCommand ref
1398 reference "cha:Formats-fichiers-graphiques"
1399
1400 \end_inset
1401
1402 ,
1403 \lang english
1404  
1405 \lang french
1406 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1407  de formats d'images.
1408  Pour s'en sortir LyX utilise le programme 
1409 \family typewriter
1410 ImageMagick
1411 \family default
1412  en arrière plan pour convertir les formats que vous utilisez dans un des
1413  formats acceptés par le format de sortie.
1414  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1415 ons en n'utilisant que les formats listés dans les sous sections de
1416 \lang english
1417  
1418 \lang french
1419 l'appendice
1420 \begin_inset space ~
1421 \end_inset
1422
1423
1424 \begin_inset CommandInset ref
1425 LatexCommand ref
1426 reference "cha:Formats-fichiers-graphiques"
1427
1428 \end_inset
1429
1430 .
1431 \end_layout
1432
1433 \begin_layout Standard
1434 Comme pour les polices de caractères, il y a deux grands types de formats
1435  d'images:
1436 \end_layout
1437
1438 \begin_layout Description
1439 Les
1440 \begin_inset space ~
1441 \end_inset
1442
1443 images
1444 \begin_inset space ~
1445 \end_inset
1446
1447 Matricielles
1448 \begin_inset space ~
1449 \end_inset
1450
1451 (ou
1452 \begin_inset space ~
1453 \end_inset
1454
1455 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1456  enregistrés sous un format compressé.
1457  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1458  petits carrés quand on utilise des agrandissements trop importants (aspect
1459  
1460 \begin_inset Quotes eld
1461 \end_inset
1462
1463 pixellisé
1464 \begin_inset Quotes erd
1465 \end_inset
1466
1467 ).
1468  Les formats matriciels les plus connus sont le GIF (
1469 \begin_inset Quotes eld
1470 \end_inset
1471
1472 Graphics Interchange Format
1473 \begin_inset Quotes erd
1474 \end_inset
1475
1476 , avec comme extension de fichier 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480
1481 \family typewriter
1482 .gif
1483 \family default
1484
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488 )
1489 \begin_inset Index idx
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 GIF|see
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 {
1500 \end_layout
1501
1502 \end_inset
1503
1504 Format d'image
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 }
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \end_layout
1517
1518 \end_inset
1519
1520 , le PNG (
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524 Portable Network Graphics, extension 
1525 \begin_inset Quotes eld
1526 \end_inset
1527
1528
1529 \family typewriter
1530 .png
1531 \family default
1532
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536 )
1537 \begin_inset Index idx
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 PNG|see
1542 \begin_inset ERT
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 {
1548 \end_layout
1549
1550 \end_inset
1551
1552 Formats d'image
1553 \begin_inset ERT
1554 status collapsed
1555
1556 \begin_layout Plain Layout
1557
1558 }
1559 \end_layout
1560
1561 \end_inset
1562
1563
1564 \end_layout
1565
1566 \end_inset
1567
1568  et le JPG (
1569 \begin_inset Quotes eld
1570 \end_inset
1571
1572 Joint Photographic Expert Group, extension 
1573 \begin_inset Quotes eld
1574 \end_inset
1575
1576
1577 \family typewriter
1578 .jpg
1579 \family default
1580
1581 \begin_inset Quotes erd
1582 \end_inset
1583
1584  ou 
1585 \begin_inset Quotes eld
1586 \end_inset
1587
1588
1589 \family typewriter
1590 .jpeg
1591 \family default
1592
1593 \begin_inset Quotes erd
1594 \end_inset
1595
1596 )
1597 \begin_inset Index idx
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601 JPG|see
1602 \begin_inset ERT
1603 status collapsed
1604
1605 \begin_layout Plain Layout
1606
1607 {
1608 \end_layout
1609
1610 \end_inset
1611
1612 Formats d'image
1613 \begin_inset ERT
1614 status collapsed
1615
1616 \begin_layout Plain Layout
1617
1618 }
1619 \end_layout
1620
1621 \end_inset
1622
1623
1624 \end_layout
1625
1626 \end_inset
1627
1628 .
1629 \end_layout
1630
1631 \begin_layout Description
1632 Les
1633 \begin_inset space ~
1634 \end_inset
1635
1636 images
1637 \begin_inset space ~
1638 \end_inset
1639
1640 Vectorielles
1641 \begin_inset space ~
1642 \end_inset
1643
1644 (ou
1645 \begin_inset space ~
1646 \end_inset
1647
1648 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1649  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1650 nnée comme on le veut sans perte de précision.
1651  La possibilité de redimensionner les images est très utilisé pour les présentat
1652 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1653 nnement.
1654  Le redimensionnement permet aussi de présenter des documents en ligne où
1655  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1656  étudier les détails.
1657 \begin_inset Newline newline
1658 \end_inset
1659
1660 Les principaux formats vectoriels sont le SVG (
1661 \begin_inset Quotes eld
1662 \end_inset
1663
1664 Scalable Vector Graphics
1665 \begin_inset Quotes erd
1666 \end_inset
1667
1668 , extension
1669 \begin_inset Quotes eld
1670 \end_inset
1671
1672
1673 \family typewriter
1674 .svg
1675 \family default
1676
1677 \begin_inset Quotes erd
1678 \end_inset
1679
1680 )
1681 \begin_inset Index idx
1682 status collapsed
1683
1684 \begin_layout Plain Layout
1685 SVG|see
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691 {
1692 \end_layout
1693
1694 \end_inset
1695
1696 Format d'image
1697 \begin_inset ERT
1698 status collapsed
1699
1700 \begin_layout Plain Layout
1701
1702 }
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \end_inset
1711
1712 , l'EPS ( 
1713 \begin_inset Quotes eld
1714 \end_inset
1715
1716 encapsulated PostScript
1717 \begin_inset Quotes erd
1718 \end_inset
1719
1720 , extension
1721 \begin_inset Quotes eld
1722 \end_inset
1723
1724
1725 \family typewriter
1726 .eps
1727 \family default
1728
1729 \begin_inset Quotes erd
1730 \end_inset
1731
1732 )
1733 \begin_inset Index idx
1734 status collapsed
1735
1736 \begin_layout Plain Layout
1737 EPS|see
1738 \begin_inset ERT
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742
1743 {
1744 \end_layout
1745
1746 \end_inset
1747
1748 Format d'image
1749 \begin_inset ERT
1750 status collapsed
1751
1752 \begin_layout Plain Layout
1753
1754 }
1755 \end_layout
1756
1757 \end_inset
1758
1759
1760 \end_layout
1761
1762 \end_inset
1763
1764 , le PDF (
1765 \begin_inset Quotes eld
1766 \end_inset
1767
1768 Portable Document Format
1769 \begin_inset Quotes erd
1770 \end_inset
1771
1772 , extension
1773 \begin_inset Quotes eld
1774 \end_inset
1775
1776
1777 \family typewriter
1778 .pdf
1779 \family default
1780
1781 \begin_inset Quotes erd
1782 \end_inset
1783
1784 )
1785 \begin_inset Index idx
1786 status collapsed
1787
1788 \begin_layout Plain Layout
1789 PDF|see
1790 \begin_inset ERT
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794
1795 {
1796 \end_layout
1797
1798 \end_inset
1799
1800 Format d'image
1801 \begin_inset ERT
1802 status collapsed
1803
1804 \begin_layout Plain Layout
1805
1806 }
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \end_layout
1813
1814 \end_inset
1815
1816  et le WMF (
1817 \begin_inset Quotes eld
1818 \end_inset
1819
1820 Windows Metafile
1821 \begin_inset Quotes erd
1822 \end_inset
1823
1824 , extension 
1825 \begin_inset Quotes eld
1826 \end_inset
1827
1828
1829 \family typewriter
1830 .wfm
1831 \family default
1832
1833 \begin_inset Quotes erd
1834 \end_inset
1835
1836  ou 
1837 \begin_inset Quotes eld
1838 \end_inset
1839
1840
1841 \family typewriter
1842 .emf
1843 \family default
1844
1845 \begin_inset Quotes erd
1846 \end_inset
1847
1848 )
1849 \begin_inset Index idx
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 WMF|see
1854 \begin_inset ERT
1855 status collapsed
1856
1857 \begin_layout Plain Layout
1858
1859 {
1860 \end_layout
1861
1862 \end_inset
1863
1864 Formats d'images
1865 \begin_inset ERT
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869
1870 }
1871 \end_layout
1872
1873 \end_inset
1874
1875
1876 \end_layout
1877
1878 \end_inset
1879
1880 .
1881  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1882  en EPS, mais le résultat ne sera pas redimensionnable.
1883  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1884 \begin_inset Foot
1885 status open
1886
1887 \begin_layout Plain Layout
1888 Dans le cas du PDF l'image initiale est aussi compressée.
1889 \end_layout
1890
1891 \end_inset
1892
1893 .
1894 \end_layout
1895
1896 \begin_layout Standard
1897 Les fichiers PDF générés par 
1898 \family typewriter
1899 Adobe Photoshop
1900 \family default
1901 , par exemple, sont des images matricielles.
1902 \end_layout
1903
1904 \begin_layout Standard
1905 En principe il est quasiment impossible de convertir une image matricielle
1906  en graphique vectoriel, seul le contraire est possible.
1907
1908 \lang english
1909  
1910 \lang french
1911 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1912  dans respectivement un fichier de sortie PDF ou PostScript.
1913  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1914  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1915  WMF/SVG
1916 \begin_inset Formula $\to$
1917 \end_inset
1918
1919 PDF/EPS convenables.
1920 \end_layout
1921
1922 \begin_layout Chapter
1923 Tableaux
1924 \begin_inset Index idx
1925 status collapsed
1926
1927 \begin_layout Plain Layout
1928 Tableau
1929 \end_layout
1930
1931 \end_inset
1932
1933
1934 \end_layout
1935
1936 \begin_layout Section
1937 Introduction
1938 \begin_inset Index idx
1939 status collapsed
1940
1941 \begin_layout Plain Layout
1942 Tableau ! Introduction
1943 \end_layout
1944
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \begin_layout Standard
1951 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1952  
1953 \begin_inset Graphics
1954         filename ../../images/tabular-insert.png
1955         scale 85
1956         scaleBeforeRotation
1957
1958 \end_inset
1959
1960  soit 
1961 \family sans
1962 Insérer\SpecialChar \menuseparator
1963 Tableau
1964 \family default
1965 .
1966  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1967  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1968  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1969  sur un bouton de la souris pour valider votre choix.
1970  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1971  vous demandant le nombre de lignes et de colonnes.
1972 \begin_inset Newline newline
1973 \end_inset
1974
1975 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1976  une à droite de la colonne la plus à droite et une en bas de la rangée
1977  du bas, qui forment une boîte autour du tableau.
1978  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1979  apparaît séparée du reste du tableau.
1980  Voici un exemple :
1981 \end_layout
1982
1983 \begin_layout Standard
1984 \align center
1985 \begin_inset Tabular
1986 <lyxtabular version="3" rows="4" columns="4">
1987 <features tabularvalignment="middle">
1988 <column alignment="center" valignment="top" width="0">
1989 <column alignment="center" valignment="top" width="0">
1990 <column alignment="center" valignment="top" width="0">
1991 <column alignment="center" valignment="top" width="0">
1992 <row>
1993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1994 \begin_inset Text
1995
1996 \begin_layout Plain Layout
1997
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006 1
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Plain Layout
2015 2
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024 3
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 </row>
2030 <row>
2031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2032 \begin_inset Text
2033
2034 \begin_layout Plain Layout
2035 A
2036 \end_layout
2037
2038 \end_inset
2039 </cell>
2040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2041 \begin_inset Text
2042
2043 \begin_layout Plain Layout
2044
2045 \end_layout
2046
2047 \end_inset
2048 </cell>
2049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2050 \begin_inset Text
2051
2052 \begin_layout Plain Layout
2053
2054 \end_layout
2055
2056 \end_inset
2057 </cell>
2058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2059 \begin_inset Text
2060
2061 \begin_layout Plain Layout
2062
2063 \end_layout
2064
2065 \end_inset
2066 </cell>
2067 </row>
2068 <row>
2069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2070 \begin_inset Text
2071
2072 \begin_layout Plain Layout
2073 B
2074 \end_layout
2075
2076 \end_inset
2077 </cell>
2078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2079 \begin_inset Text
2080
2081 \begin_layout Plain Layout
2082
2083 \end_layout
2084
2085 \end_inset
2086 </cell>
2087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2088 \begin_inset Text
2089
2090 \begin_layout Plain Layout
2091
2092 \end_layout
2093
2094 \end_inset
2095 </cell>
2096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2097 \begin_inset Text
2098
2099 \begin_layout Plain Layout
2100
2101 \end_layout
2102
2103 \end_inset
2104 </cell>
2105 </row>
2106 <row>
2107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2108 \begin_inset Text
2109
2110 \begin_layout Plain Layout
2111 C
2112 \end_layout
2113
2114 \end_inset
2115 </cell>
2116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2117 \begin_inset Text
2118
2119 \begin_layout Plain Layout
2120
2121 \end_layout
2122
2123 \end_inset
2124 </cell>
2125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2126 \begin_inset Text
2127
2128 \begin_layout Plain Layout
2129
2130 \end_layout
2131
2132 \end_inset
2133 </cell>
2134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138
2139 \end_layout
2140
2141 \end_inset
2142 </cell>
2143 </row>
2144 </lyxtabular>
2145
2146 \end_inset
2147
2148
2149 \end_layout
2150
2151 \begin_layout Section
2152 La fenêtre 
2153 \family sans
2154 Tableau
2155 \family default
2156
2157 \begin_inset Index idx
2158 status collapsed
2159
2160 \begin_layout Plain Layout
2161 Tableau ! Fenêtre de dialogue
2162 \end_layout
2163
2164 \end_inset
2165
2166
2167 \end_layout
2168
2169 \begin_layout Standard
2170 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2171  de la souris, ce qui fait apparaître une fenêtre avec des options.
2172  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2173  la colonne et la ligne dans laquelle le curseur se trouve.
2174  La plupart des options peuvent s'appliquer à des sélections.
2175  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2176  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2177  votre sélection.
2178  Notez qu'il y a une différence entre sélectionner le 
2179 \emph on
2180 contenu 
2181 \emph default
2182 d'une cellule et sélectionner la cellule elle-même.
2183 \begin_inset Newline newline
2184 \end_inset
2185
2186 En cochant l'option 
2187 \family sans
2188 Application
2189 \begin_inset space ~
2190 \end_inset
2191
2192 immédiate
2193 \family default
2194  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2195  est appliquée directement.
2196  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2197  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2198  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2199  de dialogue, vous devez appuyer sur 
2200 \family sans
2201 Entrée
2202 \family default
2203  pour que la modification soit appliquée.
2204 \begin_inset Newline newline
2205 \end_inset
2206
2207 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2208  :
2209 \end_layout
2210
2211 \begin_layout Description
2212 Paramètres
2213 \begin_inset space ~
2214 \end_inset
2215
2216 du
2217 \begin_inset space ~
2218 \end_inset
2219
2220 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2221  la largeur de la colonne courante.
2222  L'alignement horizontal 
2223 \family sans
2224 Au
2225 \begin_inset space ~
2226 \end_inset
2227
2228 séparateur
2229 \begin_inset space ~
2230 \end_inset
2231
2232 décimal
2233 \family default
2234  est décrit dans la section
2235 \begin_inset space ~
2236 \end_inset
2237
2238
2239 \begin_inset CommandInset ref
2240 LatexCommand ref
2241 reference "sub:Alignements-de-cellules"
2242
2243 \end_inset
2244
2245 .
2246  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2247  vertical de la ligne courante.
2248  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2249  et donc, plusieurs paragraphes de texte, voir la section
2250 \begin_inset space ~
2251 \end_inset
2252
2253
2254 \begin_inset CommandInset ref
2255 LatexCommand ref
2256 reference "sub:Lignes-multiple-dans-cellule"
2257
2258 \end_inset
2259
2260 .
2261  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2262  pour accommoder le contenu de cellule le plus large.
2263 \begin_inset Newline newline
2264 \end_inset
2265
2266 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2267  un multicolonne, voir la section
2268 \begin_inset space ~
2269 \end_inset
2270
2271
2272 \begin_inset CommandInset ref
2273 LatexCommand ref
2274 reference "sub:Multicolonnes"
2275
2276 \end_inset
2277
2278  ou une cellule d'une colonne comme cellule multiligne, voir la section
2279 \begin_inset space ~
2280 \end_inset
2281
2282
2283 \begin_inset CommandInset ref
2284 LatexCommand ref
2285 reference "sub:Multi-lignes"
2286
2287 \end_inset
2288
2289 .
2290 \begin_inset Newline newline
2291 \end_inset
2292
2293 L'option 
2294 \family sans
2295 Tourner
2296 \begin_inset space ~
2297 \end_inset
2298
2299 la
2300 \begin_inset space ~
2301 \end_inset
2302
2303 case
2304 \begin_inset space ~
2305 \end_inset
2306
2307 de
2308 \begin_inset space ~
2309 \end_inset
2310
2311 90°
2312 \family default
2313  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2314  L'option 
2315 \family sans
2316 Tourner
2317 \begin_inset space ~
2318 \end_inset
2319
2320 le
2321 \begin_inset space ~
2322 \end_inset
2323
2324 tableau
2325 \begin_inset space ~
2326 \end_inset
2327
2328 de
2329 \begin_inset space ~
2330 \end_inset
2331
2332 90°
2333 \family default
2334  fait pivoter tout le tableau.
2335  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2336  la sortie finale.
2337 \begin_inset Newline newline
2338 \end_inset
2339
2340
2341 \begin_inset Note Greyedout
2342 status open
2343
2344 \begin_layout Plain Layout
2345
2346 \series bold
2347 Note:
2348 \series default
2349  La plupart des visualiseurs DVI ne sont 
2350 \emph on
2351 pas
2352 \emph default
2353  capables d'afficher ces rotations.
2354 \end_layout
2355
2356 \end_inset
2357
2358
2359 \begin_inset Newline newline
2360 \end_inset
2361
2362 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2363  qui sont incorporés dans une ligne de texte :
2364 \begin_inset Newline newline
2365 \end_inset
2366
2367 Une ligne avec des tableaux alignés de différentes manières: 
2368 \begin_inset Tabular
2369 <lyxtabular version="3" rows="2" columns="2">
2370 <features tabularvalignment="top">
2371 <column alignment="center" valignment="top" width="0pt">
2372 <column alignment="center" valignment="top" width="0">
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387 1
2388 \end_layout
2389
2390 \end_inset
2391 </cell>
2392 </row>
2393 <row>
2394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398 A
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 </row>
2413 </lyxtabular>
2414
2415 \end_inset
2416
2417  
2418 \begin_inset Tabular
2419 <lyxtabular version="3" rows="2" columns="2">
2420 <features tabularvalignment="middle">
2421 <column alignment="center" valignment="top" width="0">
2422 <column alignment="center" valignment="top" width="0">
2423 <row>
2424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437 1
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 <row>
2444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Plain Layout
2448 A
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Plain Layout
2457
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 </row>
2463 </lyxtabular>
2464
2465 \end_inset
2466
2467  
2468 \begin_inset Tabular
2469 <lyxtabular version="3" rows="2" columns="2">
2470 <features tabularvalignment="bottom">
2471 <column alignment="center" valignment="top" width="0pt">
2472 <column alignment="center" valignment="top" width="0">
2473 <row>
2474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Plain Layout
2478
2479 \end_layout
2480
2481 \end_inset
2482 </cell>
2483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2484 \begin_inset Text
2485
2486 \begin_layout Plain Layout
2487 1
2488 \end_layout
2489
2490 \end_inset
2491 </cell>
2492 </row>
2493 <row>
2494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Plain Layout
2498 A
2499 \end_layout
2500
2501 \end_inset
2502 </cell>
2503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 </row>
2513 </lyxtabular>
2514
2515 \end_inset
2516
2517
2518 \begin_inset Newline newline
2519 \end_inset
2520
2521 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2522  spéciales pour le tableau, voir les sections
2523 \begin_inset space ~
2524 \end_inset
2525
2526
2527 \begin_inset CommandInset ref
2528 LatexCommand ref
2529 reference "sub:Calculs-multicolonnes"
2530
2531 \end_inset
2532
2533  et 
2534 \begin_inset CommandInset ref
2535 LatexCommand ref
2536 reference "sec:Tableaux-Colorés"
2537
2538 \end_inset
2539
2540 .
2541 \end_layout
2542
2543 \begin_layout Description
2544
2545 \family sans
2546 Bordures
2547 \family default
2548  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2549  ou la colonne courante.
2550  
2551 \begin_inset Newline newline
2552 \end_inset
2553
2554 En utilisant le style 
2555 \family sans
2556 Formel
2557 \family default
2558  à la place du style par 
2559 \family sans
2560 Défaut
2561 \family default
2562 , on va convertir le tableau en tableau formel comme on le décrit dans la
2563  section
2564 \begin_inset space ~
2565 \end_inset
2566
2567
2568 \begin_inset CommandInset ref
2569 LatexCommand ref
2570 reference "sec:Tableaux-Formels"
2571
2572 \end_inset
2573
2574 .
2575 \begin_inset Newline newline
2576 \end_inset
2577
2578 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2579  dans les lignes du tableau comme c'est décrit dans la section
2580 \begin_inset space ~
2581 \end_inset
2582
2583
2584 \begin_inset CommandInset ref
2585 LatexCommand ref
2586 reference "sub:Espacement-lignes"
2587
2588 \end_inset
2589
2590 .
2591 \end_layout
2592
2593 \begin_layout Description
2594 Tableau
2595 \begin_inset space ~
2596 \end_inset
2597
2598 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2599  un 
2600 \begin_inset Quotes eld
2601 \end_inset
2602
2603
2604 \emph on
2605 tableau long
2606 \emph default
2607
2608 \begin_inset Quotes erd
2609 \end_inset
2610
2611  qui peut continuer sur plusieurs pages.
2612  Les sections
2613 \begin_inset space ~
2614 \end_inset
2615
2616
2617 \begin_inset CommandInset ref
2618 LatexCommand ref
2619 reference "sec:Tableaux-longs"
2620
2621 \end_inset
2622
2623  et 
2624 \begin_inset CommandInset ref
2625 LatexCommand ref
2626 reference "sec:Questions-sur-tableaux-longs"
2627
2628 \end_inset
2629
2630  décrivent ces tableaux longs plus en détail.
2631 \end_layout
2632
2633 \begin_layout Section
2634 La barre d'outils tableau
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Tableau ! Barre d'outils
2640 \end_layout
2641
2642 \end_inset
2643
2644
2645 \end_layout
2646
2647 \begin_layout Standard
2648 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2649  permet de modifier plus rapidement les tableaux.
2650  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2651  le curseur se trouve à l'intérieur d'un tableau.
2652  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2653  au menu 
2654 \family sans
2655 Visualiser\SpecialChar \menuseparator
2656 Barres
2657 \begin_inset space ~
2658 \end_inset
2659
2660 d'outils\SpecialChar \menuseparator
2661 Tableau
2662 \family default
2663 .
2664 \end_layout
2665
2666 \begin_layout Standard
2667 La barre d'outils contient les icônes suivantes :
2668 \end_layout
2669
2670 \begin_layout Labeling
2671 \labelwidthstring 00.00.0000
2672 \begin_inset Graphics
2673         filename ../../images/tabular-feature_append-row.png
2674         scaleBeforeRotation
2675
2676 \end_inset
2677
2678  ajoute une ligne sous la cellule ou la sélection courante
2679 \end_layout
2680
2681 \begin_layout Labeling
2682 \labelwidthstring 00.00.0000
2683 \begin_inset Graphics
2684         filename ../../images/tabular-feature_append-column.png
2685         scaleBeforeRotation
2686
2687 \end_inset
2688
2689  ajoute une colonne à la droite de la cellule ou de la sélection courante
2690 \end_layout
2691
2692 \begin_layout Labeling
2693 \labelwidthstring 00.00.0000
2694 \begin_inset Graphics
2695         filename ../../images/tabular-feature_delete-row.png
2696         scaleBeforeRotation
2697
2698 \end_inset
2699
2700  supprime la ligne ou la sélection courante
2701 \end_layout
2702
2703 \begin_layout Labeling
2704 \labelwidthstring 00.00.0000
2705 \begin_inset Graphics
2706         filename ../../images/tabular-feature_delete-column.png
2707         scaleBeforeRotation
2708
2709 \end_inset
2710
2711  supprime la colonne ou la sélection courante
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Graphics
2717         filename ../../images/tabular-feature_toggle-line-top.png
2718         scaleBeforeRotation
2719
2720 \end_inset
2721
2722  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2723  courante
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Graphics
2729         filename ../../images/tabular-feature_toggle-line-bottom.png
2730         scaleBeforeRotation
2731
2732 \end_inset
2733
2734  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Graphics
2740         filename ../../images/tabular-feature_toggle-line-left.png
2741         scaleBeforeRotation
2742
2743 \end_inset
2744
2745  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2746 \begin_inset Note Note
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 ou colonne ?
2751 \end_layout
2752
2753 \end_inset
2754
2755  ou de la sélection courante
2756 \end_layout
2757
2758 \begin_layout Labeling
2759 \labelwidthstring 00.00.0000
2760 \begin_inset Graphics
2761         filename ../../images/tabular-feature_toggle-line-right.png
2762         scaleBeforeRotation
2763
2764 \end_inset
2765
2766  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2767 \begin_inset Note Note
2768 status collapsed
2769
2770 \begin_layout Plain Layout
2771 ou colonne ?
2772 \end_layout
2773
2774 \end_inset
2775
2776  ou de la sélection courante
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781 \begin_inset Graphics
2782         filename ../../images/tabular-feature_set-all-lines.png
2783         scaleBeforeRotation
2784
2785 \end_inset
2786
2787  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2788  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2789  colonne et la ligne courante
2790 \end_layout
2791
2792 \begin_layout Labeling
2793 \labelwidthstring 00.00.0000
2794 \begin_inset Graphics
2795         filename ../../images/tabular-feature_unset-all-lines.png
2796         scaleBeforeRotation
2797
2798 \end_inset
2799
2800  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2801  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2802  aussi la colonne et la ligne courante
2803 \end_layout
2804
2805 \begin_layout Labeling
2806 \labelwidthstring 00.00.0000
2807 \begin_inset Graphics
2808         filename ../../images/tabular-feature_m-align-left.png
2809         scaleBeforeRotation
2810
2811 \end_inset
2812
2813  aligne à gauche le contenu de la cellule ou de la colonne courante
2814 \end_layout
2815
2816 \begin_layout Labeling
2817 \labelwidthstring 00.00.0000
2818 \begin_inset Graphics
2819         filename ../../images/tabular-feature_m-align-center.png
2820         scaleBeforeRotation
2821
2822 \end_inset
2823
2824  centre horizontalement le contenu de la cellule ou de la colonne courante
2825 \end_layout
2826
2827 \begin_layout Labeling
2828 \labelwidthstring 00.00.0000
2829 \begin_inset Graphics
2830         filename ../../images/tabular-feature_m-align-right.png
2831         scaleBeforeRotation
2832
2833 \end_inset
2834
2835  aligne à droite le contenu de la cellule ou de la colonne courante
2836 \end_layout
2837
2838 \begin_layout Labeling
2839 \labelwidthstring 00.00.0000
2840 \begin_inset Graphics
2841         filename ../../images/tabular-feature_align-decimal.png
2842         scaleBeforeRotation
2843
2844 \end_inset
2845
2846  aligne le contenu de la colonne courante sur un caractère
2847 \end_layout
2848
2849 \begin_layout Labeling
2850 \labelwidthstring 00.00.0000
2851 \begin_inset Graphics
2852         filename ../../images/tabular-feature_m-valign-top.png
2853         scaleBeforeRotation
2854
2855 \end_inset
2856
2857  aligne le contenu de la cellule courante verticalement vers le haut
2858 \end_layout
2859
2860 \begin_layout Labeling
2861 \labelwidthstring 00.00.0000
2862 \begin_inset Graphics
2863         filename ../../images/tabular-feature_m-valign-middle.png
2864         scaleBeforeRotation
2865
2866 \end_inset
2867
2868  centre verticalement le contenu de la cellule courante
2869 \end_layout
2870
2871 \begin_layout Labeling
2872 \labelwidthstring 00.00.0000
2873 \begin_inset Graphics
2874         filename ../../images/tabular-feature_m-valign-bottom.png
2875         scaleBeforeRotation
2876
2877 \end_inset
2878
2879  aligne le contenu de la cellule courante verticalement vers le bas
2880 \end_layout
2881
2882 \begin_layout Labeling
2883 \labelwidthstring 00.00.0000
2884 \begin_inset Graphics
2885         filename ../../images/tabular-feature_set-rotate-cell.png
2886         scaleBeforeRotation
2887
2888 \end_inset
2889
2890  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2891 re
2892 \end_layout
2893
2894 \begin_layout Labeling
2895 \labelwidthstring 00.00.0000
2896 \begin_inset Graphics
2897         filename ../../images/tabular-feature_set-rotate-tabular.png
2898         scaleBeforeRotation
2899
2900 \end_inset
2901
2902  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2903 \end_layout
2904
2905 \begin_layout Labeling
2906 \labelwidthstring 00.00.0000
2907 \begin_inset Graphics
2908         filename ../../images/tabular-feature_multicolumn.png
2909         scaleBeforeRotation
2910
2911 \end_inset
2912
2913  transforme en multi-colonne la cellule ou la sélection courante
2914 \end_layout
2915
2916 \begin_layout Labeling
2917 \labelwidthstring 00.00.0000
2918 \begin_inset Graphics
2919         filename ../../images/tabular-feature_multirow.png
2920         scaleBeforeRotation
2921
2922 \end_inset
2923
2924  transforme en multiligne la cellule ou la sélection courante
2925 \end_layout
2926
2927 \begin_layout Standard
2928 \begin_inset Note Greyedout
2929 status open
2930
2931 \begin_layout Plain Layout
2932
2933 \series bold
2934 Note :
2935 \series default
2936  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2937  est utilisé pour toutes les autres cellules de la ligne.
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \end_layout
2944
2945 \begin_layout Section
2946 Le Menu Éditer Tableau
2947 \begin_inset Index idx
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951 Tableau ! Menu Éditer
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \begin_layout Standard
2960 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2961  
2962 \family sans
2963 Éditer\SpecialChar \menuseparator
2964 Tableau
2965 \family default
2966  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2967  ou de la ligne courante et aussi de transformer la sélection courante en
2968  multi-colonne.
2969  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2970 \end_layout
2971
2972 \begin_layout Section
2973 Flottant de Tableau
2974 \begin_inset CommandInset label
2975 LatexCommand label
2976 name "sec:Table-Floats"
2977
2978 \end_inset
2979
2980
2981 \begin_inset Index idx
2982 status collapsed
2983
2984 \begin_layout Plain Layout
2985 Flottants ! Tableaux
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \begin_inset Index idx
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 Tableau ! Flottants
2996 \end_layout
2997
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \begin_layout Standard
3004 Pour des explications générales sur les flottants, jetez un œil à la section
3005 \begin_inset space ~
3006 \end_inset
3007
3008
3009 \begin_inset CommandInset ref
3010 LatexCommand ref
3011 reference "sec:Flottants-Introduction"
3012
3013 \end_inset
3014
3015 .
3016 \end_layout
3017
3018 \begin_layout Standard
3019 \begin_inset Float table
3020 placement h
3021 wide false
3022 sideways false
3023 status open
3024
3025 \begin_layout Plain Layout
3026 \begin_inset Caption
3027
3028 \begin_layout Plain Layout
3029 \begin_inset CommandInset label
3030 LatexCommand label
3031 name "tab:Flottant-de-tableau"
3032
3033 \end_inset
3034
3035 Un flottant de tableau.
3036 \end_layout
3037
3038 \end_inset
3039
3040
3041 \end_layout
3042
3043 \begin_layout Plain Layout
3044 \align center
3045 \begin_inset Tabular
3046 <lyxtabular version="3" rows="3" columns="3">
3047 <features tabularvalignment="middle">
3048 <column alignment="center" valignment="top" width="0pt">
3049 <column alignment="center" valignment="top" width="0pt">
3050 <column alignment="center" valignment="top" width="0pt">
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056 1
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065 2
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074 3
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row>
3081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085 Jules
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 Marie
3095 \end_layout
3096
3097 \end_inset
3098 </cell>
3099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103 Jean
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 <row>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 \begin_inset Formula $\int x^{2}dx$
3115 \end_inset
3116
3117
3118 \end_layout
3119
3120 \end_inset
3121 </cell>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 \begin_inset Formula $\left[\begin{array}{cc}
3127 a & b\\
3128 c & d
3129 \end{array}\right]$
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141 \begin_inset Formula $1+1=2$
3142 \end_inset
3143
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 </lyxtabular>
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163 Les flottants de tableau sont insérés en utilisant le menu 
3164 \family sans
3165 Insérer\SpecialChar \menuseparator
3166 Flottant\SpecialChar \menuseparator
3167 Tableau
3168 \family default
3169  ou le bouton 
3170 \begin_inset Graphics
3171         filename ../../images/float-insert_table.png
3172         scale 85
3173         scaleBeforeRotation
3174
3175 \end_inset
3176
3177  de la barre d'outils.
3178 \end_layout
3179
3180 \begin_layout Standard
3181 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3182  qui a comme étiquette 
3183 \begin_inset Quotes eld
3184 \end_inset
3185
3186 Tableau
3187 \begin_inset space ~
3188 \end_inset
3189
3190 #:
3191 \begin_inset Quotes erd
3192 \end_inset
3193
3194  (où # est le numéro du tableau).
3195  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3196 \end_layout
3197
3198 \begin_layout Standard
3199 Le tableau
3200 \begin_inset space ~
3201 \end_inset
3202
3203
3204 \begin_inset CommandInset ref
3205 LatexCommand ref
3206 reference "tab:Flottant-de-tableau"
3207
3208 \end_inset
3209
3210  est un exemple de tableau dans un flottant de tableau.
3211 \end_layout
3212
3213 \begin_layout Standard
3214 On met habituellement la légende au dessus des tableaux, mais cette règle
3215  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3216  Cela signifie que si vous utilisez un document appartenant aux classes
3217  
3218 \family sans
3219 article
3220 \family default
3221
3222 \family sans
3223 book
3224 \family default
3225
3226 \family sans
3227 letter
3228 \family default
3229 , ou
3230 \family sans
3231  report
3232 \family default
3233  il n'y aura pas d'espace entre la légende et le tableau.
3234  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3235  la commande de chargement du paquetage LaTeX 
3236 \series bold
3237 caption
3238 \series default
3239
3240 \begin_inset Index idx
3241 status collapsed
3242
3243 \begin_layout Plain Layout
3244 Paquetages LaTeX ! caption
3245 \end_layout
3246
3247 \end_inset
3248
3249  dans le préambule de votre document.
3250 \begin_inset Foot
3251 status open
3252
3253 \begin_layout Plain Layout
3254 Pour plus d'information voyez la section
3255 \begin_inset space ~
3256 \end_inset
3257
3258
3259 \begin_inset CommandInset ref
3260 LatexCommand ref
3261 reference "sec:Placement-légende"
3262
3263 \end_inset
3264
3265 .
3266 \end_layout
3267
3268 \end_inset
3269
3270 :
3271 \end_layout
3272
3273 \begin_layout Standard
3274
3275 \series bold
3276 tableposition=top
3277 \end_layout
3278
3279 \begin_layout Standard
3280 Le paquetage 
3281 \series bold
3282 caption
3283 \series default
3284 , qui est décrit dans la section
3285 \begin_inset space ~
3286 \end_inset
3287
3288
3289 \begin_inset CommandInset ref
3290 LatexCommand ref
3291 reference "sec:Formatage-légende"
3292
3293 \end_inset
3294
3295 , est utilisé pour ajuster le format des légendes.
3296 \end_layout
3297
3298 \begin_layout Standard
3299 Dans le texte, on fait référence à un tableau
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 References@Références ! à des Tableaux
3305 \end_layout
3306
3307 \end_inset
3308
3309  en faisant référence à sa légende.
3310  On insère donc une étiquette dans la légende en utilisant le menu 
3311 \family sans
3312 Insérer
3313 \family default
3314 \SpecialChar \menuseparator
3315
3316 \family sans
3317 Étiquette
3318 \family default
3319  ou le bouton 
3320 \begin_inset Graphics
3321         filename ../../images/label-insert.png
3322         scale 85
3323         scaleBeforeRotation
3324
3325 \end_inset
3326
3327  de la barre d'outils.
3328  On peut alors faire référence à cette étiquette en utilisant le menu 
3329 \family sans
3330 Insérer\SpecialChar \menuseparator
3331 Référence
3332 \begin_inset space ~
3333 \end_inset
3334
3335 croisée
3336 \family default
3337  ou le bouton 
3338 \begin_inset Graphics
3339         filename ../../images/dialog-show-new-inset_ref.png
3340         scale 85
3341         scaleBeforeRotation
3342
3343 \end_inset
3344
3345  de la barre d'outils.
3346 \begin_inset Newline newline
3347 \end_inset
3348
3349 Les références croisées sont expliquées en détail dans la section
3350 \begin_inset space ~
3351 \end_inset
3352
3353
3354 \begin_inset CommandInset ref
3355 LatexCommand ref
3356 reference "sec:Referencer-les-Flottants"
3357
3358 \end_inset
3359
3360 .
3361 \end_layout
3362
3363 \begin_layout Section
3364 Tableaux Longs
3365 \begin_inset CommandInset label
3366 LatexCommand label
3367 name "sec:Tableaux-longs"
3368
3369 \end_inset
3370
3371
3372 \begin_inset Index idx
3373 status collapsed
3374
3375 \begin_layout Plain Layout
3376 Tableaux longs
3377 \end_layout
3378
3379 \end_inset
3380
3381
3382 \begin_inset Index idx
3383 status collapsed
3384
3385 \begin_layout Plain Layout
3386 Tableau ! Tableaux longs
3387 \end_layout
3388
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \begin_layout Standard
3395 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3396  l'option 
3397 \family sans
3398 Utiliser
3399 \begin_inset space ~
3400 \end_inset
3401
3402 les
3403 \begin_inset space ~
3404 \end_inset
3405
3406 tableaux
3407 \begin_inset space ~
3408 \end_inset
3409
3410 longs
3411 \family default
3412  de l'onglet 
3413 \family sans
3414 Tableau
3415 \begin_inset space ~
3416 \end_inset
3417
3418 long
3419 \family default
3420  de la fenêtre 
3421 \family sans
3422 Paramètres
3423 \begin_inset space ~
3424 \end_inset
3425
3426 du
3427 \begin_inset space ~
3428 \end_inset
3429
3430 tableau
3431 \family default
3432  pour le répartir automatiquement sur plusieurs pages.
3433  En cochant cette option, vous activez les options suivantes:
3434 \end_layout
3435
3436 \begin_layout Description
3437 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3438  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3439  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3440  première page, si 
3441 \family sans
3442 Premier
3443 \begin_inset space ~
3444 \end_inset
3445
3446 en-tête
3447 \family default
3448  est défini.
3449  Ces lignes forment l'en-tête principal.
3450 \end_layout
3451
3452 \begin_layout Description
3453 Premier
3454 \begin_inset space ~
3455 \end_inset
3456
3457 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3458  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3459  d'en-tête utilisées pour la première page du tableau long.
3460 \end_layout
3461
3462 \begin_layout Description
3463 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3464  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3465  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3466  page si 
3467 \family sans
3468 Dernier
3469 \begin_inset space ~
3470 \end_inset
3471
3472 pied
3473 \family default
3474  est défini.
3475 \end_layout
3476
3477 \begin_layout Description
3478 Dernier
3479 \begin_inset space ~
3480 \end_inset
3481
3482 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3483  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3484  constituant le pied de la dernière page du tableau long.
3485 \end_layout
3486
3487 \begin_layout Description
3488 Légende La ligne courante contient la légende du tableau.
3489  La première ligne est transformée en une colonne unique et une légende
3490  est insérée.
3491  Vous trouverez d'autres explications sur les légendes pour les tableaux
3492  longs dans la section
3493 \begin_inset space ~
3494 \end_inset
3495
3496
3497 \begin_inset CommandInset ref
3498 LatexCommand ref
3499 reference "sub:Tableaux-longs-légende"
3500
3501 \end_inset
3502
3503 .
3504 \end_layout
3505
3506 \begin_layout Standard
3507 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3508  Voyez le tableau long qui suit pour voir comment ça marche :
3509 \end_layout
3510
3511 \begin_layout Standard
3512 \align center
3513 \begin_inset Tabular
3514 <lyxtabular version="3" rows="69" columns="3">
3515 <features islongtable="true" longtabularalignment="center">
3516 <column alignment="left" valignment="top" width="0cm">
3517 <column alignment="left" valignment="top" width="0pt">
3518 <column alignment="center" valignment="top" width="0pt">
3519 <row endfirsthead="true">
3520 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Exemple d'annuaire téléphonique (ignorez les noms)
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row endfirsthead="true">
3551 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 NOM
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575
3576 \series bold
3577 TEL.
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row endhead="true">
3584 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Exemple d'annuaire téléphonique
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row endhead="true">
3615 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 NOM
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 TEL.
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row endfoot="true">
3648 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652  continue page suivante
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Annovi
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Silvia
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Bertoli
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Stefano
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Bozzi
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Walter
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Cachia
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Maria
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Cachia
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Maurizio
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Cinquemani
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Giusi
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Colin
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Bernard
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Concli
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Gianfranco
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Dal Bosco
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Carolina
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Dalpiaz
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Annamaria
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Feliciello
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Domenico
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Focarelli
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Paola
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Galletti
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Oreste
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Gasparini
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Franca
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 111
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Rizzardi
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Paola
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 111
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146
4147 \series bold
4148 Lassini
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Giancarlo
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 111
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \series bold
4179 Malfatti
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 Luciano
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 111
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \series bold
4210 Malfatti
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 Valeriano
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 111
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \series bold
4241 Meneguzzo
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 Roberto
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 111
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \series bold
4272 Mezzadra
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Roberto
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 111
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \series bold
4303 Pirpamer
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Erich
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 111
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \series bold
4334 Pochiesa
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 Paolo
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 111, 222
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \series bold
4365 Radina
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 Claudio
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 111
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Stuffer
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Oskar
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 111
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Tacchelli
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Ugo
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 111
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Tezzele
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Margit
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 111
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Unterkalmsteiner
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Frieda
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 111
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Vieider
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Hilde
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 111
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \series bold
4551 Vigna
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 Jürgen
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569 111
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \series bold
4582 Weber
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Maurizio
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600 111
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 <row>
4607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611
4612 \series bold
4613 Winkler
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Franz
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 111
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642  
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Annovi
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Silvia
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Bertoli
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Stefano
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Bozzi
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Walter
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Cachia
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Maria
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Cachia
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Maurizio
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Cinquemani
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Giusi
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Colin
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Bernard
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Concli
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Gianfranco
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Dal Bosco
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Carolina
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Dalpiaz
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Annamaria
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Feliciello
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Domenico
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 555
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Focarelli
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Paola
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Galletti
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Oreste
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 555
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row>
5070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076 Gasparini
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Franca
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 555
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 <row>
5101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \series bold
5107 Rizzardi
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 Paola
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 555
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 <row>
5132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136
5137 \series bold
5138 Lassini
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 Giancarlo
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 555
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 <row>
5163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167
5168 \series bold
5169 Malfatti
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 Luciano
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 555
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 </row>
5193 <row>
5194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \series bold
5200 Malfatti
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 Valeriano
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 555
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 <row>
5225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229
5230 \series bold
5231 Meneguzzo
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Roberto
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 555
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 </row>
5255 <row>
5256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260
5261 \series bold
5262 Mezzadra
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 Roberto
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 555
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 </row>
5286 <row>
5287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \series bold
5293 Pirpamer
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 Erich
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 555
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322
5323 \series bold
5324 Pochiesa
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 Paolo
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 555, 222
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 </row>
5348 <row>
5349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353
5354 \series bold
5355 Radina
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 Claudio
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 555
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 </row>
5379 <row>
5380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384
5385 \series bold
5386 Stuffer
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 Oskar
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 555
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 </row>
5410 <row>
5411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \series bold
5417 Tacchelli
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 Ugo
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 555
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row>
5442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \series bold
5448 Tezzele
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 Margit
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 555
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 </row>
5472 <row>
5473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477
5478 \series bold
5479 Unterkalmsteiner
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 Frieda
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 555
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 </row>
5503 <row>
5504 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508
5509 \series bold
5510 Vieider
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 <cell alignment="center" valignment="top" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 Hilde
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 555
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539
5540 \series bold
5541 Vigna
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 Jürgen
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 999
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 </row>
5565 <row>
5566 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570
5571 \series bold
5572 Weber
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 <cell alignment="center" valignment="top" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 Maurizio
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 555
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row>
5597 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601
5602 \series bold
5603 Winkler
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 Franz
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 555
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row endlastfoot="true">
5628 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 Fin
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 </lyxtabular>
5657
5658 \end_inset
5659
5660
5661 \begin_inset ERT
5662 status collapsed
5663
5664 \begin_layout Plain Layout
5665
5666
5667 \backslash
5668 addtocounter{table}{-1}
5669 \end_layout
5670
5671 \end_inset
5672
5673
5674 \begin_inset Note Note
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678 Voyez la première note grisée de la section
5679 \begin_inset space ~
5680 \end_inset
5681
5682
5683 \begin_inset CommandInset ref
5684 LatexCommand ref
5685 reference "sub:Tableaux-longs-légende"
5686
5687 \end_inset
5688
5689  pour une explication de cette commande.
5690 \end_layout
5691
5692 \end_inset
5693
5694
5695 \end_layout
5696
5697 \begin_layout Subsection
5698 Notes de Bas de Page dans les Tableaux Longs
5699 \begin_inset CommandInset label
5700 LatexCommand label
5701 name "sub:Notes-dans-tableau-long"
5702
5703 \end_inset
5704
5705
5706 \begin_inset Index idx
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 Tableaux longs ! Notes de bas de page
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \begin_layout Standard
5719 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5720  long.
5721  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5722  contenant la note.
5723  Par exemple le tableau
5724 \begin_inset space ~
5725 \end_inset
5726
5727
5728 \begin_inset CommandInset ref
5729 LatexCommand ref
5730 reference "tab:Légendes-tableau-différentes"
5731
5732 \end_inset
5733
5734  a une note de bas de page.
5735 \end_layout
5736
5737 \begin_layout Subsection
5738 Alignement des Tableaux Longs
5739 \begin_inset Index idx
5740 status collapsed
5741
5742 \begin_layout Plain Layout
5743 Tableaux longs ! Alignement
5744 \end_layout
5745
5746 \end_inset
5747
5748
5749 \end_layout
5750
5751 \begin_layout Standard
5752 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5753  de dialogue des paramètres de tableau.
5754  Pour les alignements à droite et à gauche, le tableau sera directement
5755  au bord de la page.
5756  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5757  l'alignement centré et modifier les valeurs des longueurs 
5758 \series bold
5759
5760 \backslash
5761 LTleft 
5762 \series default
5763 et 
5764 \series bold
5765
5766 \backslash
5767 LTright
5768 \series default
5769  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5770  concerné :
5771 \end_layout
5772
5773 \begin_layout Standard
5774
5775 \series bold
5776
5777 \backslash
5778 setlength{
5779 \backslash
5780 LTleft}{valeur}
5781 \end_layout
5782
5783 \begin_layout Standard
5784 Où 
5785 \series bold
5786 valeur
5787 \series default
5788  peut avoir n'importe laquelle des unités listées dans le tableau
5789 \begin_inset space ~
5790 \end_inset
5791
5792
5793 \begin_inset CommandInset ref
5794 LatexCommand ref
5795 reference "cha:Unités-de-longueur"
5796
5797 \end_inset
5798
5799 .
5800  
5801 \series bold
5802
5803 \backslash
5804 LTleft
5805 \series default
5806  contrôle la distance horizontale entre le bord gauche de la page et le
5807  tableau, et
5808 \series bold
5809  
5810 \backslash
5811 LTright
5812 \series default
5813  la distance au bord droit.
5814  La valeur implicite des ces deux distances est 
5815 \series bold
5816
5817 \backslash
5818 fill
5819 \series default
5820 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5821 \end_layout
5822
5823 \begin_layout Standard
5824 Le tableau long suivant a été centrée en mettant 
5825 \series bold
5826
5827 \backslash
5828 LTleft
5829 \series default
5830  à 
5831 \family sans
5832 0.1
5833 \backslash
5834 columnwidth
5835 \family default
5836 :
5837 \begin_inset ERT
5838 status collapsed
5839
5840 \begin_layout Plain Layout
5841
5842
5843 \backslash
5844 setlength{
5845 \backslash
5846 LTleft}{0.1
5847 \backslash
5848 columnwidth}
5849 \end_layout
5850
5851 \end_inset
5852
5853
5854 \end_layout
5855
5856 \begin_layout Standard
5857 \begin_inset Tabular
5858 <lyxtabular version="3" rows="5" columns="5">
5859 <features islongtable="true" longtabularalignment="center">
5860 <column alignment="center" valignment="top" width="0">
5861 <column alignment="center" valignment="top" width="0">
5862 <column alignment="center" valignment="top" width="0">
5863 <column alignment="center" valignment="top" width="0">
5864 <column alignment="center" valignment="top" width="0">
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 1
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 2
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 3
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 4
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 5
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 asd
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 s
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 s
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 asd
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 </row>
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 asd
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 s
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 s
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 s
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 asd
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 s
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 s
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6035 \begin_inset Text
6036
6037 \begin_layout Plain Layout
6038 s
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 asd
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 </row>
6053 <row>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 asd
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067 asd
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076 asd
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 asd
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 asd
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 </row>
6100 </lyxtabular>
6101
6102 \end_inset
6103
6104
6105 \begin_inset ERT
6106 status collapsed
6107
6108 \begin_layout Plain Layout
6109
6110
6111 \backslash
6112 setlength{
6113 \backslash
6114 LTleft}{
6115 \backslash
6116 fill}
6117 \end_layout
6118
6119 \end_inset
6120
6121
6122 \begin_inset ERT
6123 status collapsed
6124
6125 \begin_layout Plain Layout
6126
6127
6128 \backslash
6129 addtocounter{table}{-1}
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \begin_inset Note Note
6136 status collapsed
6137
6138 \begin_layout Plain Layout
6139 Voyez la première note grisée de la section
6140 \begin_inset space ~
6141 \end_inset
6142
6143
6144 \begin_inset CommandInset ref
6145 LatexCommand ref
6146 reference "sub:Tableaux-longs-légende"
6147
6148 \end_inset
6149
6150  pour une explication de cette commande.
6151 \end_layout
6152
6153 \end_inset
6154
6155
6156 \end_layout
6157
6158 \begin_layout Subsection
6159 Légendes et Tableaux longs
6160 \begin_inset Index idx
6161 status collapsed
6162
6163 \begin_layout Plain Layout
6164 Tableaux longs ! Legendes@Légendes
6165 \end_layout
6166
6167 \end_inset
6168
6169
6170 \begin_inset CommandInset label
6171 LatexCommand label
6172 name "sub:Tableaux-longs-légende"
6173
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \begin_layout Standard
6180 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6181  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6182  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6183  Longs quand on utilise pour une ligne l'option de tableau long 
6184 \family sans
6185 Légende
6186 \family default
6187 , comme c'est expliqué dans la section
6188 \begin_inset space ~
6189 \end_inset
6190
6191
6192 \begin_inset CommandInset ref
6193 LatexCommand ref
6194 reference "sec:Tableaux-longs"
6195
6196 \end_inset
6197
6198 .
6199 \end_layout
6200
6201 \begin_layout Standard
6202 Voici un petit Tableau long pour voir comment ça marche :
6203 \end_layout
6204
6205 \begin_layout Standard
6206 \begin_inset Tabular
6207 <lyxtabular version="3" rows="6" columns="5">
6208 <features islongtable="true" longtabularalignment="center">
6209 <column alignment="center" valignment="top" width="0">
6210 <column alignment="center" valignment="top" width="0">
6211 <column alignment="center" valignment="top" width="0">
6212 <column alignment="center" valignment="top" width="0">
6213 <column alignment="center" valignment="top" width="0">
6214 <row caption="true">
6215 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Caption
6220
6221 \begin_layout Plain Layout
6222 Tableau long avec une légende
6223 \begin_inset Argument
6224 status open
6225
6226 \begin_layout Plain Layout
6227 Tableau long
6228 \end_layout
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \end_inset
6236
6237
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 </row>
6279 <row>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 1
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 2
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 3
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 4
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 5
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 </row>
6326 <row>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 asd
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 s
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 s
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 asd
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 </row>
6373 <row>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 asd
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 s
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 s
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 s
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 asd
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 </row>
6420 <row>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 s
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 s
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 s
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 asd
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 </row>
6467 <row>
6468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 asd
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 asd
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 asd
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6496 \begin_inset Text
6497
6498 \begin_layout Plain Layout
6499 asd
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 asd
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 </row>
6514 </lyxtabular>
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 \begin_inset VSpace medskip
6523 \end_inset
6524
6525
6526 \begin_inset Note Greyedout
6527 status open
6528
6529 \begin_layout Plain Layout
6530
6531 \series bold
6532 Note
6533 \begin_inset space ~
6534 \end_inset
6535
6536 1:
6537 \series default
6538  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6539  n'avez pas prévu de légende.
6540  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6541 \begin_inset space ~
6542 \end_inset
6543
6544 2.4 suit le tableau
6545 \begin_inset space ~
6546 \end_inset
6547
6548 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6549  sans légende.
6550  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6551  après chaque tableau long sans légende :
6552 \end_layout
6553
6554 \begin_layout Plain Layout
6555
6556 \series bold
6557
6558 \backslash
6559 addtocounter{table}{-1}
6560 \end_layout
6561
6562 \begin_layout Plain Layout
6563 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6564  et que vous ajoutez le code suivant dans le préambule du document :
6565 \end_layout
6566
6567 \begin_layout Plain Layout
6568
6569 \series bold
6570
6571 \backslash
6572 let
6573 \backslash
6574 myEnd
6575 \backslash
6576 endlongtable
6577 \begin_inset Newline newline
6578 \end_inset
6579
6580
6581 \backslash
6582 renewcommand{
6583 \backslash
6584 endlongtable}{
6585 \backslash
6586 myEnd
6587 \backslash
6588 addtocounter{table}{-1}}
6589 \end_layout
6590
6591 \end_inset
6592
6593
6594 \end_layout
6595
6596 \begin_layout Standard
6597 \begin_inset Note Greyedout
6598 status open
6599
6600 \begin_layout Plain Layout
6601
6602 \series bold
6603 Note
6604 \begin_inset space ~
6605 \end_inset
6606
6607 2:
6608 \series default
6609  Si vous utilisez 
6610 \series bold
6611 hyperref
6612 \series default
6613
6614 \begin_inset Index idx
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618 Paquetages LaTeX ! hyperref
6619 \end_layout
6620
6621 \end_inset
6622
6623  dans les 
6624 \family sans
6625 Paramètres du document
6626 \family default
6627  rubrique 
6628 \family sans
6629 Propriétés
6630 \begin_inset space ~
6631 \end_inset
6632
6633 du
6634 \begin_inset space ~
6635 \end_inset
6636
6637 PDF
6638 \family default
6639 , pour transformer vos références croisées en liens cliquables, le lien
6640  vers un tableau long pointera toujours sur le début du document.
6641 \end_layout
6642
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \begin_layout Subsubsection
6649 Références à des tableaux longs
6650 \begin_inset Index idx
6651 status collapsed
6652
6653 \begin_layout Plain Layout
6654 Tableaux longs ! Références
6655 \end_layout
6656
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \begin_layout Standard
6663 \begin_inset Tabular
6664 <lyxtabular version="3" rows="6" columns="5">
6665 <features islongtable="true" longtabularalignment="center">
6666 <column alignment="center" valignment="top" width="0">
6667 <column alignment="center" valignment="top" width="0">
6668 <column alignment="center" valignment="top" width="0">
6669 <column alignment="center" valignment="top" width="0">
6670 <column alignment="center" valignment="top" width="0">
6671 <row caption="true">
6672 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 \begin_inset Caption
6677
6678 \begin_layout Plain Layout
6679 Tableau long référencé
6680 \begin_inset CommandInset label
6681 LatexCommand label
6682 name "tab:RefExemple"
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6715 \begin_inset Text
6716
6717 \begin_layout Plain Layout
6718
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727
6728 \end_layout
6729
6730 \end_inset
6731 </cell>
6732 </row>
6733 <row>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 1
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 2
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 3
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6762 \begin_inset Text
6763
6764 \begin_layout Plain Layout
6765 4
6766 \end_layout
6767
6768 \end_inset
6769 </cell>
6770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6771 \begin_inset Text
6772
6773 \begin_layout Plain Layout
6774 5
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 </row>
6780 <row>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 asd
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 s
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 s
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6809 \begin_inset Text
6810
6811 \begin_layout Plain Layout
6812 s
6813 \end_layout
6814
6815 \end_inset
6816 </cell>
6817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6818 \begin_inset Text
6819
6820 \begin_layout Plain Layout
6821 asd
6822 \end_layout
6823
6824 \end_inset
6825 </cell>
6826 </row>
6827 <row>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 asd
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 s
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 s
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6856 \begin_inset Text
6857
6858 \begin_layout Plain Layout
6859 s
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868 asd
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 </row>
6874 <row>
6875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 asd
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 s
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 s
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 s
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 asd
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 </row>
6921 <row>
6922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 asd
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 sad
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 asd
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 asd
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 asd
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 </row>
6968 </lyxtabular>
6969
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \begin_layout Standard
6976 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6977  dans sa légende.
6978 \end_layout
6979
6980 \begin_layout Standard
6981 Ceci est une référence au tableau
6982 \begin_inset space ~
6983 \end_inset
6984
6985
6986 \begin_inset CommandInset ref
6987 LatexCommand ref
6988 reference "tab:RefExemple"
6989
6990 \end_inset
6991
6992 .
6993 \end_layout
6994
6995 \begin_layout Standard
6996 La mise en forme de la légende peut être ajustée avec celle de toutes les
6997  autres légendes de votre document en utilisant le paquetage LaTeX 
6998 \series bold
6999 caption
7000 \series default
7001
7002 \begin_inset Index idx
7003 status collapsed
7004
7005 \begin_layout Plain Layout
7006 Paquetages LaTeX ! caption
7007 \end_layout
7008
7009 \end_inset
7010
7011 , voir la section
7012 \begin_inset space ~
7013 \end_inset
7014
7015
7016 \begin_inset CommandInset ref
7017 LatexCommand ref
7018 reference "sec:Formatage-légende"
7019
7020 \end_inset
7021
7022 .
7023 \end_layout
7024
7025 \begin_layout Subsubsection
7026 Largeur de la légende
7027 \begin_inset Index idx
7028 status collapsed
7029
7030 \begin_layout Plain Layout
7031 Tableaux longs ! Largeur de la légende
7032 \end_layout
7033
7034 \end_inset
7035
7036
7037 \end_layout
7038
7039 \begin_layout Standard
7040 La largeur maximale des lignes de légende est définie par la longueur 
7041 \series bold
7042
7043 \backslash
7044 LTcapwidth
7045 \series default
7046 .
7047  Sa valeur implicite est 4
7048 \begin_inset space \thinspace{}
7049 \end_inset
7050
7051 in.
7052  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7053  de votre document ou en tant que code TeX directement dans votre document
7054  avant le tableau qui doit être affectée.
7055 \end_layout
7056
7057 \begin_layout Standard
7058
7059 \series bold
7060
7061 \backslash
7062 setlength{
7063 \backslash
7064 LTcapwidth}{largeur}
7065 \end_layout
7066
7067 \begin_layout Standard
7068 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7069 ce
7070 \begin_inset space ~
7071 \end_inset
7072
7073
7074 \begin_inset CommandInset ref
7075 LatexCommand ref
7076 reference "cha:Unités-de-longueur"
7077
7078 \end_inset
7079
7080 .
7081 \end_layout
7082
7083 \begin_layout Standard
7084 Les tableaux suivants montrent la différence :
7085 \end_layout
7086
7087 \begin_layout Standard
7088 \begin_inset Tabular
7089 <lyxtabular version="3" rows="6" columns="5">
7090 <features islongtable="true" longtabularalignment="center">
7091 <column alignment="center" valignment="top" width="0">
7092 <column alignment="center" valignment="top" width="0">
7093 <column alignment="center" valignment="top" width="0">
7094 <column alignment="center" valignment="top" width="0">
7095 <column alignment="center" valignment="top" width="0">
7096 <row caption="true">
7097 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101 \begin_inset Caption
7102
7103 \begin_layout Plain Layout
7104 long titre complet avec la largeur implicite long titre complet avec la
7105  largeur implicite long titre complet avec la largeur implicite
7106 \begin_inset Argument
7107 status open
7108
7109 \begin_layout Plain Layout
7110 Légende avec largeur implicite
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \end_layout
7122
7123 \end_inset
7124 </cell>
7125 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129
7130 \end_layout
7131
7132 \end_inset
7133 </cell>
7134 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 </row>
7162 <row>
7163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7164 \begin_inset Text
7165
7166 \begin_layout Plain Layout
7167 1
7168 \end_layout
7169
7170 \end_inset
7171 </cell>
7172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7173 \begin_inset Text
7174
7175 \begin_layout Plain Layout
7176 2
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 3
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 4
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 5
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 </row>
7209 <row>
7210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7211 \begin_inset Text
7212
7213 \begin_layout Plain Layout
7214 asd
7215 \end_layout
7216
7217 \end_inset
7218 </cell>
7219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7220 \begin_inset Text
7221
7222 \begin_layout Plain Layout
7223 s
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 s
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 s
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 asd
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 </row>
7256 <row>
7257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261 asd
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7267 \begin_inset Text
7268
7269 \begin_layout Plain Layout
7270 s
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Plain Layout
7279 s
7280 \end_layout
7281
7282 \end_inset
7283 </cell>
7284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 s
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 asd
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 </row>
7303 <row>
7304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7305 \begin_inset Text
7306
7307 \begin_layout Plain Layout
7308 asd
7309 \end_layout
7310
7311 \end_inset
7312 </cell>
7313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317 s
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 s
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 s
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 asd
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 </row>
7350 <row>
7351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355 asd
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 sad
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 asd
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382 asd
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391 asd
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 </lyxtabular>
7398
7399 \end_inset
7400
7401
7402 \end_layout
7403
7404 \begin_layout Standard
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 setlength{
7413 \backslash
7414 LTcapwidth}{5cm}
7415 \end_layout
7416
7417 \end_inset
7418
7419
7420 \begin_inset Tabular
7421 <lyxtabular version="3" rows="6" columns="5">
7422 <features islongtable="true" longtabularalignment="center">
7423 <column alignment="center" valignment="top" width="0">
7424 <column alignment="center" valignment="top" width="0">
7425 <column alignment="center" valignment="top" width="0">
7426 <column alignment="center" valignment="top" width="0">
7427 <column alignment="center" valignment="top" width="0">
7428 <row caption="true">
7429 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 \begin_inset Caption
7434
7435 \begin_layout Plain Layout
7436 long titre complet avec la largeur réglée à 5
7437 \begin_inset space \thinspace{}
7438 \end_inset
7439
7440 cm long titre complet avec la largeur réglée à 5
7441 \begin_inset space \thinspace{}
7442 \end_inset
7443
7444 cm long titre complet avec la largeur réglée à 5
7445 \begin_inset space \thinspace{}
7446 \end_inset
7447
7448 cm
7449 \begin_inset Argument
7450 status open
7451
7452 \begin_layout Plain Layout
7453 Légende avec largeur à
7454 \begin_inset space \thinspace{}
7455 \end_inset
7456
7457 =
7458 \begin_inset space \thinspace{}
7459 \end_inset
7460
7461 5
7462 \begin_inset space \thinspace{}
7463 \end_inset
7464
7465 cm
7466 \end_layout
7467
7468 \end_inset
7469
7470
7471 \end_layout
7472
7473 \end_inset
7474
7475
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 1
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 2
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540 3
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 4
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 5
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 <row>
7565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569 asd
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 s
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 s
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 s
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 asd
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 asd
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 s
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634 s
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 s
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 asd
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row>
7659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 asd
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672 s
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 s
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 s
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 asd
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row>
7706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 asd
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 sad
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 asd
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737 asd
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 asd
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 </row>
7752 </lyxtabular>
7753
7754 \end_inset
7755
7756
7757 \end_layout
7758
7759 \begin_layout Standard
7760 \begin_inset ERT
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764
7765
7766 \backslash
7767 setlength{
7768 \backslash
7769 LTcapwidth}{4in}
7770 \end_layout
7771
7772 \end_inset
7773
7774
7775 \end_layout
7776
7777 \begin_layout Standard
7778 \begin_inset Note Greyedout
7779 status open
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 Note:
7785 \series default
7786  Quand on utilise la paquetage LaTeX 
7787 \series bold
7788 caption
7789 \series default
7790
7791 \begin_inset Index idx
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795 Paquetages LaTeX ! caption
7796 \end_layout
7797
7798 \end_inset
7799
7800  , comme c'est les cas dans ce document, la légende prend toute la largeur
7801  de la page quand on utilise la largeur implicite de 4
7802 \begin_inset space \thinspace{}
7803 \end_inset
7804
7805 in pour 
7806 \series bold
7807
7808 \backslash
7809 LTcapwidth
7810 \series default
7811 .
7812  Pour avoir dans ce cas une légende qui fasse exactement 4
7813 \begin_inset space \thinspace{}
7814 \end_inset
7815
7816 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7817  comme par exemple 3.99
7818 \begin_inset space \thinspace{}
7819 \end_inset
7820
7821 in, soit utiliser la commande LaTeX 
7822 \series bold
7823
7824 \backslash
7825 captionsetup{width=valeur}
7826 \series default
7827  qui est disponible dans le paquetage 
7828 \series bold
7829 caption
7830 \series default
7831 .
7832 \end_layout
7833
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \begin_layout Subsubsection
7840 Des Légendes différentes sur chaque page d'un tableau
7841 \begin_inset Argument
7842 status collapsed
7843
7844 \begin_layout Plain Layout
7845 Légendes différentes
7846 \end_layout
7847
7848 \end_inset
7849
7850
7851 \begin_inset Index idx
7852 status collapsed
7853
7854 \begin_layout Plain Layout
7855 Tableaux longs ! Legendes@Légendes différentes par page
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \begin_layout Standard
7864 Quand la légende du tableau pour les pages suivantes doit être différente
7865  de celle de la première page, insérez une légende avec la commande suivante
7866  en code TeX :
7867 \end_layout
7868
7869 \begin_layout Standard
7870
7871 \series bold
7872
7873 \backslash
7874 caption*{caption text}
7875 \backslash
7876
7877 \backslash
7878 %
7879 \end_layout
7880
7881 \begin_layout Standard
7882 dans une ligne de légende fictive qui sera marquée comme une entête.
7883  Le tableau
7884 \begin_inset space ~
7885 \end_inset
7886
7887
7888 \begin_inset CommandInset ref
7889 LatexCommand ref
7890 reference "tab:Légendes-tableau-différentes"
7891
7892 \end_inset
7893
7894  est un exemple de tableau long avec des légendes différentes et où la seconde
7895  légende ne contient pas le numéro du tableau.
7896 \end_layout
7897
7898 \begin_layout Standard
7899 \align center
7900 \begin_inset Tabular
7901 <lyxtabular version="3" rows="59" columns="3">
7902 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7903 <column alignment="left" valignment="top" width="0cm">
7904 <column alignment="left" valignment="top" width="0pt">
7905 <column alignment="center" valignment="top" width="0pt">
7906 <row caption="true">
7907 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Caption
7912
7913 \begin_layout Plain Layout
7914 Exemple d'annuaire téléphonique
7915 \begin_inset CommandInset label
7916 LatexCommand label
7917 name "tab:Légendes-tableau-différentes"
7918
7919 \end_inset
7920
7921
7922 \begin_inset Argument
7923 status collapsed
7924
7925 \begin_layout Plain Layout
7926 Exemple Annuaire 
7927 \end_layout
7928
7929 \end_inset
7930
7931
7932 \end_layout
7933
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row endfirsthead="true">
7961 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \series bold
7967 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row endfirsthead="true">
7992 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 NOM
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \series bold
8018 TÉL.
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row endhead="true">
8025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 \begin_inset ERT
8030 status open
8031
8032 \begin_layout Plain Layout
8033
8034
8035 \backslash
8036 caption*{Suite de l'exemple d'annuaire téléphonique}
8037 \backslash
8038
8039 \backslash
8040 %
8041 \end_layout
8042
8043 \end_inset
8044
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row endhead="true">
8070 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \series bold
8076 Exemple d'annuaire téléphonique
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row endhead="true">
8101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \series bold
8107 NOM
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \series bold
8127 TÉL.
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row endfoot="true">
8134 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 suite page suivante\SpecialChar \ldots{}
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Annovi
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Silvia
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Bertoli
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Stefano
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Bozzi
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Walter
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Cachia
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Maria
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Cachia
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Maurizio
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Cinquemani
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Giusi
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Colin
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Bernard
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Concli
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Gianfranco
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Dal Bosco
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Carolina
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \series bold
8449 Dalpiaz
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 Annamaria
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 111
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \series bold
8480 Feliciello
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 Domenico
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 111
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \series bold
8511 Focarelli
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 Paola
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 111
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \series bold
8542 Galletti
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 Oreste
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 111
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \series bold
8573 Gasparini
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Franca
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 111
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \series bold
8604 Rizzardi
8605 \series default
8606
8607 \begin_inset Foot
8608 status open
8609
8610 \begin_layout Plain Layout
8611 Exemple de note de bas de page
8612 \end_layout
8613
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Paola
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 111
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Lassini
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Giancarlo
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 111
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \series bold
8678 Malfatti
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Luciano
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 111
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Malfatti
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Valeriano
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 111
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Meneguzzo
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Roberto
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 111
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Mezzadra
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Roberto
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 111
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802 Pirpamer
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Erich
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 111
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \series bold
8833 Pochiesa
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 Paolo
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 111, 222
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \series bold
8864 Radina
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Claudio
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 111
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Stuffer
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Oskar
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 111
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Tacchelli
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Ugo
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 111
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Tezzele
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Margit
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 111
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Unterkalmsteiner
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Frieda
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 111
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Vieider
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Hilde
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 111
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Vigna
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Jürgen
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 111
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Weber
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Maurizio
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 111
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Winkler
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Franz
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 111
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141  
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row>
9166 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \series bold
9172 Annovi
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 Silvia
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 555
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \series bold
9203 Bertoli
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 Stefano
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 555
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 </row>
9227 <row>
9228 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232
9233 \series bold
9234 Bozzi
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 Walter
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 555
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \series bold
9265 Cachia
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 Maria
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 555
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 <row>
9290 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \series bold
9296 Cachia
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 Maurizio
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 555
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \series bold
9327 Cinquemani
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 Giusi
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 555
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 </row>
9351 <row>
9352 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356
9357 \series bold
9358 Colin
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 Bernard
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 555
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387
9388 \series bold
9389 Concli
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 Gianfranco
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 555
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row>
9414 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \series bold
9420 Dal Bosco
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 Carolina
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 555
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 <row>
9445 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \series bold
9451 Dalpiaz
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 Annamaria
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 555
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \series bold
9482 Feliciello
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 Domenico
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 555
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 </row>
9506 <row>
9507 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511
9512 \series bold
9513 Focarelli
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 Paola
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 555
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 </row>
9537 <row>
9538 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542
9543 \series bold
9544 Galletti
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 Oreste
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562 555
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 </row>
9568 <row>
9569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \series bold
9575 Gasparini
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584 Franca
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 555
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \series bold
9606 Rizzardi
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 Paola
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624 555
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row>
9631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \series bold
9637 Lassini
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646 Giancarlo
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 555
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 <row>
9662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \series bold
9668 Malfatti
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 Luciano
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 555
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 </row>
9692 <row>
9693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697
9698 \series bold
9699 Malfatti
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 Valeriano
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717 555
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 <row>
9724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728
9729 \series bold
9730 Meneguzzo
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 Roberto
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748 555
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row>
9755 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759
9760 \series bold
9761 Mezzadra
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770 Roberto
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 555
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 </lyxtabular>
9786
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \begin_layout Section
9793 Questions particulières concernant les tableaux longs
9794 \begin_inset Argument
9795 status collapsed
9796
9797 \begin_layout Plain Layout
9798 Questions sur les tableaux longs
9799 \end_layout
9800
9801 \end_inset
9802
9803
9804 \begin_inset CommandInset label
9805 LatexCommand label
9806 name "sec:Questions-sur-tableaux-longs"
9807
9808 \end_inset
9809
9810
9811 \end_layout
9812
9813 \begin_layout Subsection
9814 Calculs des pages des tableaux longs
9815 \begin_inset Index idx
9816 status collapsed
9817
9818 \begin_layout Plain Layout
9819 Tableaux longs ! Calculs
9820 \end_layout
9821
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \begin_layout Standard
9828 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9829  en utilisant des blocs (chunks).
9830  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9831  mémoire de LaTeX.
9832  La valeur implicite est fixée pour des raisons historiques à seulement
9833  20 lignes de tableau.
9834  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9835  peut ralentir la création de votre document.
9836  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9837  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9838  préambule de votre document :
9839 \end_layout
9840
9841 \begin_layout Standard
9842
9843 \series bold
9844
9845 \backslash
9846 setcounter{LTchunksize}{100}
9847 \end_layout
9848
9849 \begin_layout Subsection
9850 Les Flottants et les Tableaux Longs
9851 \begin_inset Index idx
9852 status collapsed
9853
9854 \begin_layout Plain Layout
9855 Tableaux longs ! Flottants
9856 \end_layout
9857
9858 \end_inset
9859
9860
9861 \end_layout
9862
9863 \begin_layout Standard
9864 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9865  commence un tableau long.
9866  Pour éviter une telle situation, insérez un saut de page (menu 
9867 \family sans
9868 Insérer\SpecialChar \menuseparator
9869 Typographie
9870 \begin_inset space ~
9871 \end_inset
9872
9873 spéciale\SpecialChar \menuseparator
9874 Saut de page (vide le tampon)
9875 \family default
9876
9877 \begin_inset space \thinspace{}
9878 \end_inset
9879
9880 ) juste avant votre tableau long.
9881 \end_layout
9882
9883 \begin_layout Subsection
9884 Sauts de pages forcés
9885 \begin_inset Index idx
9886 status collapsed
9887
9888 \begin_layout Plain Layout
9889 Tableaux longs ! Sauts de pages forcés
9890 \end_layout
9891
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \begin_layout Standard
9898 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9899  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9900  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9901  de saut de ligne 
9902 \begin_inset Quotes eld
9903 \end_inset
9904
9905
9906 \backslash
9907
9908 \backslash
9909
9910 \begin_inset Quotes erd
9911 \end_inset
9912
9913  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9914  Avant la commande 
9915 \begin_inset Quotes eld
9916 \end_inset
9917
9918
9919 \backslash
9920
9921 \backslash
9922
9923 \begin_inset Quotes erd
9924 \end_inset
9925
9926 , vous devez insérer en code TeX, autant de caractères 
9927 \begin_inset Quotes eld
9928 \end_inset
9929
9930 &
9931 \begin_inset Quotes erd
9932 \end_inset
9933
9934  qu'il y a de colonnes après la cellule concernée.
9935  Le caractère 
9936 \begin_inset Quotes eld
9937 \end_inset
9938
9939 &
9940 \begin_inset Quotes erd
9941 \end_inset
9942
9943  sert à séparer les colonnes d'un tableau.
9944  Écrivez en code-TeX, après chaque 
9945 \begin_inset Quotes eld
9946 \end_inset
9947
9948 &
9949 \begin_inset Quotes erd
9950 \end_inset
9951
9952  le contenu des cellules correspondantes et en même temps supprimez le contenu
9953  de ces cellules dans le texte normal.
9954  
9955 \begin_inset Newline newline
9956 \end_inset
9957
9958 Après la commande 
9959 \backslash
9960
9961 \backslash
9962 , insérez autant de caractères 
9963 \begin_inset Quotes eld
9964 \end_inset
9965
9966 &
9967 \begin_inset Quotes erd
9968 \end_inset
9969
9970  qu'il y a de colonnes avant la colonne traitée.
9971  Dans le tableau
9972 \begin_inset space ~
9973 \end_inset
9974
9975
9976 \begin_inset CommandInset ref
9977 LatexCommand ref
9978 reference "tab:Tableau-saut-de-page"
9979
9980 \end_inset
9981
9982  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9983  suivie par une autre colonne.
9984  La commande suivante a donc été insérée en code TeX dans la cellule après
9985  le mot 
9986 \begin_inset Quotes eld
9987 \end_inset
9988
9989
9990 \emph on
9991 Castelchiodato,
9992 \emph default
9993
9994 \begin_inset Quotes erd
9995 \end_inset
9996
9997 :
9998 \end_layout
9999
10000 \begin_layout Standard
10001
10002 \series bold
10003 & 111
10004 \backslash
10005
10006 \backslash
10007  
10008 \backslash
10009 newpage
10010 \begin_inset Newline newline
10011 \end_inset
10012
10013 &
10014 \end_layout
10015
10016 \begin_layout Standard
10017 Le 
10018 \begin_inset Quotes eld
10019 \end_inset
10020
10021 111
10022 \begin_inset Quotes erd
10023 \end_inset
10024
10025  dans la troisième colonne de la ligne a été supprimé.
10026  
10027 \series bold
10028
10029 \backslash
10030 newpage
10031 \series default
10032  est nécessaire seulement quand un saut de page doit impérativement avoir
10033  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10034  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10035  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10036  est coupée, utilisez cette commande à la place de la précédente :
10037 \end_layout
10038
10039 \begin_layout Standard
10040
10041 \series bold
10042 & 111
10043 \backslash
10044
10045 \backslash
10046
10047 \begin_inset Newline newline
10048 \end_inset
10049
10050
10051 \backslash
10052 hline &
10053 \end_layout
10054
10055 \begin_layout Standard
10056 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10057  insérer la commande
10058 \end_layout
10059
10060 \begin_layout Standard
10061
10062 \series bold
10063
10064 \backslash
10065 setlength{
10066 \backslash
10067 parfillskip}{0pt}
10068 \end_layout
10069
10070 \begin_layout Standard
10071 au début de la cellule.
10072  Cela assure que la portion de la cellule qui va se trouver affichée sur
10073  la page suivante le sera avec toute la largeur de la cellule.
10074 \end_layout
10075
10076 \begin_layout Standard
10077 \align center
10078 \begin_inset Tabular
10079 <lyxtabular version="3" rows="38" columns="3">
10080 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10081 <column alignment="left" valignment="top" width="0cm">
10082 <column alignment="left" valignment="top" width="3cm">
10083 <column alignment="center" valignment="top" width="0pt">
10084 <row caption="true">
10085 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 \begin_inset Caption
10090
10091 \begin_layout Plain Layout
10092 Tableau avec un saut de page forcé dans une cellule
10093 \begin_inset CommandInset label
10094 LatexCommand label
10095 name "tab:Tableau-saut-de-page"
10096
10097 \end_inset
10098
10099
10100 \begin_inset Argument
10101 status collapsed
10102
10103 \begin_layout Plain Layout
10104 Tableau avec un saut de page forcé dans une cellule
10105 \end_layout
10106
10107 \end_inset
10108
10109
10110 \end_layout
10111
10112 \end_inset
10113
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row endfirsthead="true">
10139 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row endfirsthead="true">
10170 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 NOM
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 TÉL.
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row endhead="true">
10203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207 \begin_inset ERT
10208 status collapsed
10209
10210 \begin_layout Plain Layout
10211
10212
10213 \backslash
10214 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10215 \backslash
10216
10217 \backslash
10218 %
10219 \end_layout
10220
10221 \end_inset
10222
10223
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row endhead="true">
10248 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252  
10253 \series bold
10254 Exemple d'annuaire téléphonique
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row endhead="true">
10279 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 NOM
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \series bold
10305 TÉL.
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row endfoot="true">
10312 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 suite page suivante\SpecialChar \ldots{}
10317
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Annovi
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Silvia
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Bertoli
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Stefano
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Bozzi
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Walter
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Cachia
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Maria
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Cachia
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Maurizio
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Cinquemani
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Giusi
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Colin
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Bernard
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Concli
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Gianfranco
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Dal Bosco
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Carolina
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Dalpiaz
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Annamaria
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Feliciello
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Domenico
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Focarelli
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Paola
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Galletti
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Oreste
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Gasparini
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Franca
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row>
10776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \series bold
10782 Lassini
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 Giancarlo
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800 111
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813 Malfatti
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 Luciano
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 111
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 </row>
10837 <row>
10838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842
10843 \series bold
10844 Malfatti
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 Valeriano
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 111
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row>
10869 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \series bold
10875 Meneguzzo
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 Roberto
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 111
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 </row>
10899 <row>
10900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904
10905 \series bold
10906 Mezzadra
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 Roberto
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 111
10925 \end_layout
10926
10927 \end_inset
10928 </cell>
10929 </row>
10930 <row>
10931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935
10936 \series bold
10937 Pirpamer
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 Erich
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 111
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 </row>
10961 <row>
10962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966
10967 \series bold
10968 Pochiesa
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 Paolo
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 111, 222
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 <row>
10993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \series bold
10999 Radina
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 Claudio
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 111
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 <row>
11024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \series bold
11030 Rizzardi
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 Giancarlo, 11.
11040  Fürst von Montecompatri, 11.
11041  Fürst von Sulmona und Vivaro, 10.
11042  Fürst von Rossano, 5.
11043  Herzog von Canemorte, 11.
11044  Herzog von Palombara, 5.
11045  Herzog von Castelchiodato,
11046 \begin_inset ERT
11047 status open
11048
11049 \begin_layout Plain Layout
11050
11051 & 111
11052 \backslash
11053
11054 \backslash
11055  
11056 \backslash
11057 newpage
11058 \end_layout
11059
11060 \begin_layout Plain Layout
11061
11062 &
11063 \end_layout
11064
11065 \end_inset
11066
11067  11.
11068  Herzog von Poggionativo, 11.
11069  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11070  Graf von Valinfreda, 11.
11071  Baron von Cropalati, 11.
11072  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 </row>
11087 <row>
11088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \series bold
11094 Stuffer
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 Oskar
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 111
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 </row>
11118 <row>
11119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123
11124 \series bold
11125 Tacchelli
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 Ugo
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 111
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 <row>
11150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154
11155 \series bold
11156 Tezzele
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 Margit
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 111
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 <row>
11181 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \series bold
11187 Unterkalmsteiner
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 Frieda
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 111
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 </row>
11211 <row>
11212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216
11217 \series bold
11218 Vieider
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 Hilde
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 111
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247
11248 \series bold
11249 Vigna
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 Jürgen
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267 111
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 </row>
11273 <row>
11274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278
11279 \series bold
11280 Weber
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 Maurizio
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 111
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 </row>
11304 <row>
11305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309
11310 \series bold
11311 Winkler
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 Franz
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 111
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 </row>
11335 </lyxtabular>
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Section
11343 Colonnes et lignes à lignes multiples
11344 \end_layout
11345
11346 \begin_layout Subsection
11347 Lignes multiples dans une cellule de tableau
11348 \begin_inset CommandInset label
11349 LatexCommand label
11350 name "sub:Lignes-multiple-dans-cellule"
11351
11352 \end_inset
11353
11354
11355 \begin_inset Index idx
11356 status collapsed
11357
11358 \begin_layout Plain Layout
11359 Plusieurs lignes dans une case de tableau
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \begin_inset Index idx
11366 status collapsed
11367
11368 \begin_layout Plain Layout
11369 Tableau ! Saut de ligne
11370 \end_layout
11371
11372 \end_inset
11373
11374
11375 \end_layout
11376
11377 \begin_layout Standard
11378 \noindent
11379 \begin_inset Float table
11380 placement H
11381 wide false
11382 sideways false
11383 status open
11384
11385 \begin_layout Plain Layout
11386 \begin_inset Caption
11387
11388 \begin_layout Plain Layout
11389 \begin_inset CommandInset label
11390 LatexCommand label
11391 name "tab:Tableau-avec-plusieurs-lignes"
11392
11393 \end_inset
11394
11395 Tableau avec des lignes multiples dans une cellule
11396 \end_layout
11397
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \begin_layout Plain Layout
11404 \align center
11405 \begin_inset Tabular
11406 <lyxtabular version="3" rows="3" columns="3">
11407 <features tabularvalignment="middle">
11408 <column alignment="center" valignment="middle" width="2.5cm">
11409 <column alignment="center" valignment="middle" width="0">
11410 <column alignment="center" valignment="middle" width="0">
11411 <row>
11412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 Lignes
11417 \begin_inset Newline linebreak
11418 \end_inset
11419
11420 multiples
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 b
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 c
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 </row>
11444 <row>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 d
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 e
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 f
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 g
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 h
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 i
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 </row>
11502 </lyxtabular>
11503
11504 \end_inset
11505
11506
11507 \end_layout
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Standard
11515 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11516  d'un paragraphe avec des sauts de lignes et des césures.
11517 \end_layout
11518
11519 \begin_layout Standard
11520 Pour obtenir le tableau
11521 \begin_inset space ~
11522 \end_inset
11523
11524
11525 \begin_inset CommandInset ref
11526 LatexCommand ref
11527 reference "tab:Tableau-avec-plusieurs-lignes"
11528
11529 \end_inset
11530
11531 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11532  droit dessus.
11533  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11534  2.5
11535 \begin_inset space \thinspace{}
11536 \end_inset
11537
11538 cm et choisissez les alignements vertical et horizontal centrés.
11539  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11540  Comme notre texte est plus petit que 2.5
11541 \begin_inset space \thinspace{}
11542 \end_inset
11543
11544 cm, une seule ligne va apparaître.
11545  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11546  
11547 \family sans
11548 Ctrl-Shift-Entrée
11549 \family default
11550 ).
11551  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11552 ement découpé en plusieurs lignes.
11553 \end_layout
11554
11555 \begin_layout Standard
11556 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11557  pas effectuer de césure si c'est le premier élément de la cellule.
11558  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11559  premier élément : Ajoutez un espace horizontal de 0
11560 \begin_inset space \thinspace{}
11561 \end_inset
11562
11563 pt juste avant votre mot.
11564  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11565  Le tableau
11566 \begin_inset space ~
11567 \end_inset
11568
11569
11570 \begin_inset CommandInset ref
11571 LatexCommand ref
11572 reference "tab:Tableau-césure"
11573
11574 \end_inset
11575
11576  montre l'effet de cette insertion.
11577 \end_layout
11578
11579 \begin_layout Standard
11580 \begin_inset Float table
11581 placement h
11582 wide false
11583 sideways false
11584 status open
11585
11586 \begin_layout Plain Layout
11587 \begin_inset Caption
11588
11589 \begin_layout Plain Layout
11590 \begin_inset CommandInset label
11591 LatexCommand label
11592 name "tab:Tableau-césure"
11593
11594 \end_inset
11595
11596 Tableau avec et sans césure.
11597 \end_layout
11598
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \begin_layout Plain Layout
11605 \begin_inset space \hfill{}
11606 \end_inset
11607
11608
11609 \begin_inset Tabular
11610 <lyxtabular version="3" rows="3" columns="3">
11611 <features tabularvalignment="middle">
11612 <column alignment="center" valignment="middle" width="2.5cm">
11613 <column alignment="center" valignment="middle" width="0">
11614 <column alignment="center" valignment="middle" width="0">
11615 <row>
11616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 mottrèslongdansunecellule
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 b
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 c
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 </row>
11644 <row>
11645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 d
11650 \end_layout
11651
11652 \end_inset
11653 </cell>
11654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 e
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 f
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678 g
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 h
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 i
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 </row>
11702 </lyxtabular>
11703
11704 \end_inset
11705
11706
11707 \begin_inset space \hfill{}
11708 \end_inset
11709
11710
11711 \begin_inset Tabular
11712 <lyxtabular version="3" rows="3" columns="3">
11713 <features tabularvalignment="middle">
11714 <column alignment="center" valignment="middle" width="2.5cm">
11715 <column alignment="center" valignment="middle" width="0">
11716 <column alignment="center" valignment="middle" width="0">
11717 <row>
11718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 \begin_inset space \hspace{}
11723 \length 0pt
11724 \end_inset
11725
11726 mottrèslongdansunecellule
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 b
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 c
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 <row>
11751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 d
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764 e
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 f
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 </row>
11779 <row>
11780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 g
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 h
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 i
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 </row>
11808 </lyxtabular>
11809
11810 \end_inset
11811
11812
11813 \begin_inset space \hfill{}
11814 \end_inset
11815
11816
11817 \end_layout
11818
11819 \end_inset
11820
11821
11822 \end_layout
11823
11824 \begin_layout Subsection
11825 Multi-colonnes
11826 \begin_inset CommandInset label
11827 LatexCommand label
11828 name "sub:Multicolonnes"
11829
11830 \end_inset
11831
11832
11833 \begin_inset Index idx
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Multi-colonnes
11838 \end_layout
11839
11840 \end_inset
11841
11842
11843 \begin_inset Index idx
11844 status collapsed
11845
11846 \begin_layout Plain Layout
11847 Tableau ! Multi-colonnes
11848 \end_layout
11849
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \begin_layout Subsubsection
11856 Les Bases des Multicolonnes
11857 \end_layout
11858
11859 \begin_layout Standard
11860 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11861  qu'elle doit couvrir et utilisez soit le bouton
11862 \begin_inset Graphics
11863         filename ../../images/tabular-feature_multicolumn.png
11864         scale 85
11865         scaleBeforeRotation
11866
11867 \end_inset
11868
11869  de la barre d'outils tableau, ou le menu 
11870 \family sans
11871 Éditer\SpecialChar \menuseparator
11872 Tableau\SpecialChar \menuseparator
11873 Multi-colonnes
11874 \family default
11875 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11876  
11877 \family sans
11878 Multi-colonnes
11879 \family default
11880 .
11881 \end_layout
11882
11883 \begin_layout Standard
11884 Les multi-colonnes ont leurs propres paramètres de cellule.
11885  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11886  de la cellule, cela n'affecte que la cellule multi-colonne.
11887  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11888  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11889 \end_layout
11890
11891 \begin_layout Standard
11892 \align center
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="3" columns="4">
11895 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11896 <column alignment="center" valignment="top" width="0pt">
11897 <column alignment="center" valignment="middle" width="0">
11898 <column alignment="center" valignment="top" width="0in">
11899 <column alignment="center" valignment="top" width="0pt">
11900 <row>
11901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 abc
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 def ghi
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 jkl
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 </row>
11938 <row>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 A
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 B
11953 \end_layout
11954
11955 \end_inset
11956 </cell>
11957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 C
11962 \end_layout
11963
11964 \end_inset
11965 </cell>
11966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11967 \begin_inset Text
11968
11969 \begin_layout Plain Layout
11970 D
11971 \end_layout
11972
11973 \end_inset
11974 </cell>
11975 </row>
11976 <row>
11977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11978 \begin_inset Text
11979
11980 \begin_layout Plain Layout
11981 1
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 2
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 3
12000 \end_layout
12001
12002 \end_inset
12003 </cell>
12004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12005 \begin_inset Text
12006
12007 \begin_layout Plain Layout
12008 4
12009 \end_layout
12010
12011 \end_inset
12012 </cell>
12013 </row>
12014 </lyxtabular>
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \begin_layout Subsubsection
12022 Calculs avec les multi-colonnes
12023 \begin_inset CommandInset label
12024 LatexCommand label
12025 name "sub:Calculs-multicolonnes"
12026
12027 \end_inset
12028
12029
12030 \begin_inset Index idx
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034 Multi-colonnes ! Calculs
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 LyX gère directement les multi-colonnes, mais nous devons faire attention
12044  à la largeur des cellules couvertes par la cellule multicolonne.
12045 \end_layout
12046
12047 \begin_layout Standard
12048 \begin_inset Float table
12049 placement h
12050 wide false
12051 sideways false
12052 status open
12053
12054 \begin_layout Plain Layout
12055 \begin_inset Caption
12056
12057 \begin_layout Plain Layout
12058 \begin_inset CommandInset label
12059 LatexCommand label
12060 name "tab:Tableau-multicolonne-parfaite"
12061
12062 \end_inset
12063
12064 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
12065  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12066 \begin_inset Argument
12067 status open
12068
12069 \begin_layout Plain Layout
12070 Tableau avec multicolonne parfaite
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Plain Layout
12084 \align center
12085 \begin_inset Tabular
12086 <lyxtabular version="3" rows="3" columns="3">
12087 <features tabularvalignment="middle">
12088 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12089 <column alignment="center" valignment="middle" width="0">
12090 <column alignment="center" valignment="top" width="0">
12091 <row>
12092 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 multicolonne sur plusieurs lignes
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12111 \begin_inset Text
12112
12113 \begin_layout Plain Layout
12114 c
12115 \end_layout
12116
12117 \end_inset
12118 </cell>
12119 </row>
12120 <row>
12121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12122 \begin_inset Text
12123
12124 \begin_layout Plain Layout
12125 d
12126 \end_layout
12127
12128 \end_inset
12129 </cell>
12130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 e
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12140 \begin_inset Text
12141
12142 \begin_layout Plain Layout
12143 f
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 </row>
12149 <row>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 g
12155 \end_layout
12156
12157 \end_inset
12158 </cell>
12159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12160 \begin_inset Text
12161
12162 \begin_layout Plain Layout
12163 h
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 i
12173 \end_layout
12174
12175 \end_inset
12176 </cell>
12177 </row>
12178 </lyxtabular>
12179
12180 \end_inset
12181
12182
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \begin_layout Standard
12191 Par exemple, pour créer le tableau
12192 \begin_inset space ~
12193 \end_inset
12194
12195
12196 \begin_inset CommandInset ref
12197 LatexCommand ref
12198 reference "tab:Tableau-multicolonne-parfaite"
12199
12200 \end_inset
12201
12202 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12203  3×3 et faites un clic droit dessus.
12204  Ensuite choisissez pour cette cellule
12205 \emph on
12206 ,
12207 \emph default
12208  dans la fenêtre de dialogue de tableau, 
12209 \emph on
12210 multicolonne
12211 \emph default
12212
12213 \emph on
12214 alignement
12215 \begin_inset space ~
12216 \end_inset
12217
12218 horizontal
12219 \begin_inset space ~
12220 \end_inset
12221
12222 centré
12223 \emph default
12224  et une largeur de 2.5
12225 \begin_inset space \thinspace{}
12226 \end_inset
12227
12228 cm.
12229  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12230  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12231 \begin_inset space \thinspace{}
12232 \end_inset
12233
12234 cm pour la première colonne.
12235  La deuxième colonne aura alors automatiquement une largeur de 1.25
12236 \begin_inset space \thinspace{}
12237 \end_inset
12238
12239 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12240  C'est ce qui a été fait pour le tableau
12241 \begin_inset space ~
12242 \end_inset
12243
12244
12245 \begin_inset CommandInset ref
12246 LatexCommand ref
12247 reference "tab:Tableau-multicolonne-imparfait"
12248
12249 \end_inset
12250
12251 .
12252 \end_layout
12253
12254 \begin_layout Standard
12255 \begin_inset Float table
12256 wide false
12257 sideways false
12258 status open
12259
12260 \begin_layout Plain Layout
12261 \begin_inset Caption
12262
12263 \begin_layout Plain Layout
12264 \begin_inset CommandInset label
12265 LatexCommand label
12266 name "tab:Tableau-multicolonne-imparfait"
12267
12268 \end_inset
12269
12270 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12271  de la largeur de la cellule multicolonne.
12272 \begin_inset Argument
12273 status open
12274
12275 \begin_layout Plain Layout
12276 Tableau avec multicolonne pas parfaite
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \end_layout
12288
12289 \begin_layout Plain Layout
12290 \align center
12291 \begin_inset Tabular
12292 <lyxtabular version="3" rows="3" columns="3">
12293 <features tabularvalignment="middle">
12294 <column alignment="center" valignment="top" width="1.25cm">
12295 <column alignment="center" valignment="top" width="0">
12296 <column alignment="center" valignment="top" width="0">
12297 <row>
12298 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 multicolonne sur plusieurs lignes
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12317 \begin_inset Text
12318
12319 \begin_layout Plain Layout
12320 c
12321 \end_layout
12322
12323 \end_inset
12324 </cell>
12325 </row>
12326 <row>
12327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12328 \begin_inset Text
12329
12330 \begin_layout Plain Layout
12331 d
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Plain Layout
12340 e
12341 \end_layout
12342
12343 \end_inset
12344 </cell>
12345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12346 \begin_inset Text
12347
12348 \begin_layout Plain Layout
12349 f
12350 \end_layout
12351
12352 \end_inset
12353 </cell>
12354 </row>
12355 <row>
12356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12357 \begin_inset Text
12358
12359 \begin_layout Plain Layout
12360 g
12361 \end_layout
12362
12363 \end_inset
12364 </cell>
12365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12366 \begin_inset Text
12367
12368 \begin_layout Plain Layout
12369 h
12370 \end_layout
12371
12372 \end_inset
12373 </cell>
12374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12375 \begin_inset Text
12376
12377 \begin_layout Plain Layout
12378 i
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 </row>
12384 </lyxtabular>
12385
12386 \end_inset
12387
12388
12389 \end_layout
12390
12391 \end_inset
12392
12393
12394 \end_layout
12395
12396 \begin_layout Standard
12397 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12398  de la cellule multicolonne, elle est un peu plus large.
12399  La raison est que la taille que l'on donne à une cellule, 
12400 \begin_inset Formula $W_{g}$
12401 \end_inset
12402
12403  n'est pas sa taille totale, 
12404 \begin_inset Formula $W_{\mathrm{tot}}$
12405 \end_inset
12406
12407  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12408  lui donne.
12409  L'appendice
12410 \begin_inset space ~
12411 \end_inset
12412
12413
12414 \begin_inset CommandInset ref
12415 LatexCommand eqref
12416 reference "cha:Explication-de-l'Equation"
12417
12418 \end_inset
12419
12420  explique pourquoi en détail.
12421 \end_layout
12422
12423 \begin_layout Standard
12424 La largeur nécessaire 
12425 \begin_inset Formula $W_{g\, n}$
12426 \end_inset
12427
12428  quand 
12429 \emph on
12430 n
12431 \emph default
12432  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12433  ait une largeur totale de 
12434 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12435 \end_inset
12436
12437 :
12438 \begin_inset Formula \begin{equation}
12439 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12440 \end{equation}
12441
12442 \end_inset
12443
12444
12445 \end_layout
12446
12447 \begin_layout Standard
12448 Dans notre cas nous avons 
12449 \begin_inset Formula $n=2$
12450 \end_inset
12451
12452
12453 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12454 \end_inset
12455
12456 cm et les valeurs implicites pour les autres longueurs, l'équation
12457 \begin_inset space ~
12458 \end_inset
12459
12460
12461 \begin_inset CommandInset ref
12462 LatexCommand ref
12463 reference "eq:Wgn"
12464
12465 \end_inset
12466
12467  devient
12468 \begin_inset Formula \begin{equation}
12469 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12470 \end{equation}
12471
12472 \end_inset
12473
12474
12475 \end_layout
12476
12477 \begin_layout Standard
12478 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12479  
12480 \series bold
12481 calc
12482 \series default
12483  avec la ligne suivante dans le préambule du document
12484 \begin_inset Index idx
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488 Paquetages LaTeX ! calc
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \begin_layout Standard
12497
12498 \series bold
12499
12500 \backslash
12501 usepackage{calc}
12502 \end_layout
12503
12504 \begin_layout Standard
12505 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12506  de dialogue.
12507  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12508  la fenêtre de dialogue.
12509  Voici un aperçu de ces paramètres :
12510 \end_layout
12511
12512 \begin_layout Itemize
12513
12514 \series bold
12515 p{largeur}
12516 \series default
12517  crée une cellule de taille donnée, le texte est aligné verticalement en
12518  haut.
12519 \end_layout
12520
12521 \begin_layout Itemize
12522
12523 \series bold
12524 m{largeur}
12525 \series default
12526  crée une cellule de taille donnée, le texte est aligné verticalement au
12527  centre
12528 \end_layout
12529
12530 \begin_layout Itemize
12531
12532 \series bold
12533 b{largeur}
12534 \series default
12535  crée une cellule de taille donnée, le texte est aligné verticalement en
12536  bas
12537 \end_layout
12538
12539 \begin_layout Standard
12540 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12541  la fenêtre de dialogue sont ignorés.
12542 \end_layout
12543
12544 \begin_layout Standard
12545 \begin_inset Note Greyedout
12546 status open
12547
12548 \begin_layout Plain Layout
12549
12550 \series bold
12551 Note:
12552 \series default
12553  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12554  en compte.
12555 \end_layout
12556
12557 \end_inset
12558
12559
12560 \end_layout
12561
12562 \begin_layout Standard
12563 Comme le texte doit être centré horizontalement, on ajoute la commande 
12564 \series bold
12565
12566 \backslash
12567 centering
12568 \series default
12569 .
12570  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12571  des colonnes recouvertes :
12572 \end_layout
12573
12574 \begin_layout Standard
12575
12576 \series bold
12577 >{
12578 \backslash
12579 centering}m{1.25cm-6.2pt}
12580 \end_layout
12581
12582 \begin_layout Standard
12583 La commande 
12584 \series bold
12585 >{ }
12586 \series default
12587  signifie que les commandes qui se trouvent entre les accolades doivent
12588  être appliquées avant que la cellule ne soit créée.
12589 \end_layout
12590
12591 \begin_layout Standard
12592 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12593  multicolonne, il est toujours aligné à gauche.
12594  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12595  isolées.
12596  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12597 \end_layout
12598
12599 \begin_layout Standard
12600
12601 \series bold
12602 >{
12603 \backslash
12604 centering}m{2.5cm}
12605 \end_layout
12606
12607 \begin_layout Subsection
12608 Multi-lignes
12609 \begin_inset CommandInset label
12610 LatexCommand label
12611 name "sub:Multi-lignes"
12612
12613 \end_inset
12614
12615
12616 \begin_inset Index idx
12617 status collapsed
12618
12619 \begin_layout Plain Layout
12620 Multi-lignes
12621 \end_layout
12622
12623 \end_inset
12624
12625
12626 \begin_inset Index idx
12627 status collapsed
12628
12629 \begin_layout Plain Layout
12630 Tableau ! Multi-ligne
12631 \end_layout
12632
12633 \end_inset
12634
12635
12636 \end_layout
12637
12638 \begin_layout Standard
12639 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12640  qu'elle doit couvrir et utilisez soit le bouton 
12641 \begin_inset Graphics
12642         filename ../../images/tabular-feature_multirow.png
12643         scale 85
12644         scaleBeforeRotation
12645
12646 \end_inset
12647
12648 de la barre d'outils tableau, ou le menu 
12649 \family sans
12650 Éditer\SpecialChar \menuseparator
12651 Tableau\SpecialChar \menuseparator
12652 Multi-lignes
12653 \family default
12654 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12655  
12656 \family sans
12657 Multi-lignes
12658 \family default
12659 .
12660 \end_layout
12661
12662 \begin_layout Standard
12663 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12664 \end_layout
12665
12666 \begin_layout Standard
12667 \align center
12668 \begin_inset Tabular
12669 <lyxtabular version="3" rows="3" columns="3">
12670 <features tabularvalignment="middle">
12671 <column alignment="center" valignment="top" width="0pt">
12672 <column alignment="center" valignment="top" width="0">
12673 <column alignment="center" valignment="top" width="0">
12674 <row>
12675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 un contenu long
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 b
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 c
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 </row>
12703 <row>
12704 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 multi-ligne
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 e
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 f
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 </row>
12732 <row>
12733 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746 h
12747 \end_layout
12748
12749 \end_inset
12750 </cell>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 i
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 </row>
12761 </lyxtabular>
12762
12763 \end_inset
12764
12765
12766 \end_layout
12767
12768 \begin_layout Standard
12769 La largeur de la cellule multiligne est déterminée par la largeur de toute
12770  la colonne.
12771  L'
12772 \family sans
12773 Espacement
12774 \begin_inset space ~
12775 \end_inset
12776
12777 vertical
12778 \family default
12779  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12780  est positive ou négative.
12781 \end_layout
12782
12783 \begin_layout Standard
12784 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12785  explicitement, la cellule hérite de l'alignement de la colonne.
12786  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12787  implicite, vous devez redéfinir la commande 
12788 \series bold
12789
12790 \backslash
12791 multirowsetup
12792 \series default
12793  avec la commande
12794 \end_layout
12795
12796 \begin_layout Standard
12797
12798 \series bold
12799
12800 \backslash
12801 renewcommand{
12802 \backslash
12803 multirowsetup}{
12804 \backslash
12805 centering}
12806 \end_layout
12807
12808 \begin_layout Standard
12809 dans le préambule du document.
12810  Après ça, tous les contenus de cellules multi-lignes du document seront
12811  centrés.
12812  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12813  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12814  juste avant le tableau concerné, plutôt que dans le préambule.
12815  Si le texte doit être aligné à droite, remplacez 
12816 \series bold
12817
12818 \backslash
12819 centering
12820 \series default
12821  par 
12822 \series bold
12823
12824 \backslash
12825 raggedleft
12826 \series default
12827 .
12828  Pour revenir à l'alignement à gauche utilisez 
12829 \series bold
12830
12831 \backslash
12832 raggedright
12833 \series default
12834 .
12835 \end_layout
12836
12837 \begin_layout Standard
12838 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12839  avec un décalage vertical de of -4
12840 \begin_inset space \thinspace{}
12841 \end_inset
12842
12843 mm dans une colonne de 3
12844 \begin_inset space \thinspace{}
12845 \end_inset
12846
12847 cm de large
12848 \begin_inset space ~
12849 \end_inset
12850
12851 :
12852 \end_layout
12853
12854 \begin_layout Standard
12855 \noindent
12856 \align center
12857 \begin_inset ERT
12858 status collapsed
12859
12860 \begin_layout Plain Layout
12861
12862
12863 \backslash
12864 renewcommand{
12865 \backslash
12866 multirowsetup}{
12867 \backslash
12868 raggedleft}
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \begin_inset Tabular
12875 <lyxtabular version="3" rows="4" columns="3">
12876 <features tabularvalignment="middle">
12877 <column alignment="center" valignment="top" width="3cm">
12878 <column alignment="center" valignment="top" width="0">
12879 <column alignment="center" valignment="top" width="0">
12880 <row>
12881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12882 \begin_inset Text
12883
12884 \begin_layout Plain Layout
12885 un contenu long
12886 \end_layout
12887
12888 \end_inset
12889 </cell>
12890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 b
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 c
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 </row>
12909 <row>
12910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12911 \begin_inset Text
12912
12913 \begin_layout Plain Layout
12914 t
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923 n
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 m
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 </row>
12938 <row>
12939 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Plain Layout
12943 multi-ligne
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 e
12953 \end_layout
12954
12955 \end_inset
12956 </cell>
12957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961 f
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 </row>
12967 <row>
12968 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12969 \begin_inset Text
12970
12971 \begin_layout Plain Layout
12972
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12978 \begin_inset Text
12979
12980 \begin_layout Plain Layout
12981 h
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 i
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 </row>
12996 </lyxtabular>
12997
12998 \end_inset
12999
13000
13001 \begin_inset ERT
13002 status collapsed
13003
13004 \begin_layout Plain Layout
13005
13006
13007 \backslash
13008 renewcommand{
13009 \backslash
13010 multirowsetup}{
13011 \backslash
13012 raggedright}
13013 \end_layout
13014
13015 \end_inset
13016
13017
13018 \end_layout
13019
13020 \begin_layout Section
13021 Les Tableaux Formels
13022 \begin_inset CommandInset label
13023 LatexCommand label
13024 name "sec:Tableaux-Formels"
13025
13026 \end_inset
13027
13028
13029 \begin_inset Index idx
13030 status collapsed
13031
13032 \begin_layout Plain Layout
13033 Tableau ! Formel
13034 \end_layout
13035
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \begin_layout Standard
13042 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13043  à celle du tableau
13044 \begin_inset space ~
13045 \end_inset
13046
13047
13048 \begin_inset CommandInset ref
13049 LatexCommand ref
13050 reference "tab:Exemple-tableau-booktabs"
13051
13052 \end_inset
13053
13054 .
13055  Ce genre de tableau est appelé 
13056 \begin_inset Quotes eld
13057 \end_inset
13058
13059
13060 \emph on
13061 formel
13062 \emph default
13063
13064 \begin_inset Quotes erd
13065 \end_inset
13066
13067 .
13068  Pour transformer un tableau en tableau formel, utilisez l'option 
13069 \family sans
13070 Formel
13071 \family default
13072  de l'onglet 
13073 \family sans
13074 Bordures
13075 \family default
13076  de la fenêtre de dialogue 
13077 \family sans
13078 Paramètres
13079 \begin_inset space ~
13080 \end_inset
13081
13082 du
13083 \begin_inset space ~
13084 \end_inset
13085
13086 tableau
13087 \family default
13088 .
13089 \end_layout
13090
13091 \begin_layout Standard
13092 \begin_inset Float table
13093 placement h
13094 wide false
13095 sideways false
13096 status open
13097
13098 \begin_layout Plain Layout
13099 \begin_inset Caption
13100
13101 \begin_layout Plain Layout
13102 \begin_inset CommandInset label
13103 LatexCommand label
13104 name "tab:Exemple-tableau-booktabs"
13105
13106 \end_inset
13107
13108 Exemple de tableau formel
13109 \end_layout
13110
13111 \end_inset
13112
13113
13114 \end_layout
13115
13116 \begin_layout Plain Layout
13117 \align center
13118 \begin_inset Tabular
13119 <lyxtabular version="3" rows="8" columns="4">
13120 <features booktabs="true" tabularvalignment="middle">
13121 <column alignment="center" valignment="top" width="0">
13122 <column alignment="center" valignment="top" width="0">
13123 <column alignment="center" valignment="top" width="0">
13124 <column alignment="center" valignment="top" width="0">
13125 <row>
13126 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 Système
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" topline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 Chip
13140 \begin_inset space \thinspace{}
13141 \end_inset
13142
13143 1
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13149 \begin_inset Text
13150
13151 \begin_layout Plain Layout
13152 Chip
13153 \begin_inset space \thinspace{}
13154 \end_inset
13155
13156 2
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 </row>
13171 <row>
13172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 \begin_inset ERT
13177 status collapsed
13178
13179 \begin_layout Plain Layout
13180
13181
13182 \backslash
13183 cmidrule(r){2-2}
13184 \end_layout
13185
13186 \end_inset
13187
13188
13189 \begin_inset ERT
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193
13194
13195 \backslash
13196 cmidrule(l){3-4}
13197 \end_layout
13198
13199 \end_inset
13200
13201 Épaisseur du capteur en µm
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell alignment="center" valignment="top" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210 300
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 <cell alignment="center" valignment="top" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 300
13220 \end_layout
13221
13222 \end_inset
13223 </cell>
13224 <cell alignment="center" valignment="top" usebox="none">
13225 \begin_inset Text
13226
13227 \begin_layout Plain Layout
13228 700
13229 \end_layout
13230
13231 \end_inset
13232 </cell>
13233 </row>
13234 <row>
13235 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13236 \begin_inset Text
13237
13238 \begin_layout Plain Layout
13239 Angle du biseau en °
13240 \end_layout
13241
13242 \end_inset
13243 </cell>
13244 <cell alignment="center" valignment="top" topline="true" usebox="none">
13245 \begin_inset Text
13246
13247 \begin_layout Plain Layout
13248 3.55
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Plain Layout
13257 2.71
13258 \end_layout
13259
13260 \end_inset
13261 </cell>
13262 <cell alignment="center" valignment="top" topline="true" usebox="none">
13263 \begin_inset Text
13264
13265 \begin_layout Plain Layout
13266 7.99
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 </row>
13272 <row topspace="default">
13273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13274 \begin_inset Text
13275
13276 \begin_layout Plain Layout
13277 Résolution spatiale en µm
13278 \end_layout
13279
13280 \end_inset
13281 </cell>
13282 <cell alignment="center" valignment="top" usebox="none">
13283 \begin_inset Text
13284
13285 \begin_layout Plain Layout
13286 4.26
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 <cell alignment="center" valignment="top" usebox="none">
13292 \begin_inset Text
13293
13294 \begin_layout Plain Layout
13295 10.17
13296 \end_layout
13297
13298 \end_inset
13299 </cell>
13300 <cell alignment="center" valignment="top" usebox="none">
13301 \begin_inset Text
13302
13303 \begin_layout Plain Layout
13304 10.56
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 </row>
13310 <row topspace="default">
13311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 MTF à 
13316 \begin_inset Formula $f_{\mathrm{max}}$
13317 \end_inset
13318
13319
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 0.53
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell alignment="center" valignment="top" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 0.37
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 <cell alignment="center" valignment="top" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 0.39
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 </row>
13352 <row topspace="default">
13353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 \begin_inset ERT
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361
13362
13363 \backslash
13364 cmidrule(l{10pt}){1-1}
13365 \end_layout
13366
13367 \end_inset
13368
13369 résolution spatiale LSF
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 </row>
13402 <row>
13403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 en µm
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 129.7
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 52.75
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 50.78
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 <row>
13441 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 en % de la taille des pixels
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 76.3
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 95.9
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 92.3
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 </row>
13478 </lyxtabular>
13479
13480 \end_inset
13481
13482
13483 \end_layout
13484
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \begin_layout Standard
13491 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13492  
13493 \family sans
13494 Bordures
13495 \family default
13496  de la fenêtre de dialogue 
13497 \family sans
13498 Paramètres
13499 \begin_inset space ~
13500 \end_inset
13501
13502 du
13503 \begin_inset space ~
13504 \end_inset
13505
13506 tableau
13507 \family default
13508  comme c'est décrit dans la section
13509 \begin_inset space ~
13510 \end_inset
13511
13512
13513 \begin_inset CommandInset ref
13514 LatexCommand ref
13515 reference "sub:Espacement-lignes"
13516
13517 \end_inset
13518
13519 .
13520 \end_layout
13521
13522 \begin_layout Standard
13523 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13524  verticales.
13525  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13526  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13527  sortie imprimée :
13528 \begin_inset Newline newline
13529 \end_inset
13530
13531 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13532 \begin_inset space \thinspace{}
13533 \end_inset
13534
13535 em alors que les autres lignes ont implicite une épaisseur de 0.05
13536 \begin_inset space \thinspace{}
13537 \end_inset
13538
13539 em.
13540 \end_layout
13541
13542 \begin_layout Standard
13543 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13544  les lignes de préambule suivantes :
13545 \end_layout
13546
13547 \begin_layout Standard
13548
13549 \series bold
13550
13551 \backslash
13552 let
13553 \backslash
13554 mytoprule
13555 \backslash
13556 toprule
13557 \begin_inset Newline newline
13558 \end_inset
13559
13560
13561 \backslash
13562 renewcommand{
13563 \backslash
13564 toprule}{
13565 \backslash
13566 mytoprule[width]}
13567 \end_layout
13568
13569 \begin_layout Standard
13570 Cet exemple concerne la première ligne, appelée 
13571 \series bold
13572 toprule
13573 \series default
13574 .
13575  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13576 \series bold
13577 toprule
13578 \series default
13579  par 
13580 \series bold
13581 bottomrule
13582 \series default
13583 .
13584  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13585  
13586 \series bold
13587 toprule
13588 \series default
13589  par 
13590 \series bold
13591 midrule
13592 \series default
13593 .
13594  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13595 \begin_inset space ~
13596 \end_inset
13597
13598
13599 \begin_inset CommandInset ref
13600 LatexCommand ref
13601 reference "cha:Unités-de-longueur"
13602
13603 \end_inset
13604
13605  pour préciser l'épaisseur voulue.
13606 \end_layout
13607
13608 \begin_layout Standard
13609 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13610  en mettant une ligne pour une cellule multi colonne.
13611  LyX va utiliser en interne la commande 
13612 \series bold
13613
13614 \backslash
13615 cmidrule
13616 \series default
13617  pour créer cette ligne.
13618  Sa syntaxe complète est :
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624
13625 \backslash
13626 cmidrule[largeur](rognage){colDépart-colFin}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 Les options de la commande 
13631 \series bold
13632
13633 \backslash
13634 cmidrule
13635 \series default
13636  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13637  TeX pour pouvoir les utiliser.
13638  On peut créer manuellement des lignes 
13639 \series bold
13640
13641 \backslash
13642 mitrales
13643 \series default
13644  en insérant la commande en code TeX comme le premier élément de la première
13645  cellule de la ligne.
13646  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13647  en question.
13648 \end_layout
13649
13650 \begin_layout Standard
13651 La valeur implicite pour l'épaisseur des lignes est de 0.03
13652 \begin_inset space \thinspace{}
13653 \end_inset
13654
13655 em.
13656  
13657 \series bold
13658 colDépart
13659 \series default
13660  est le numéro de la colonne dans laquelle la ligne commence et 
13661 \series bold
13662 colFin
13663 \series default
13664  est le numéro de la colonne dans laquelle elle se termine.
13665  La valeur de 
13666 \series bold
13667 colFin
13668 \series default
13669  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13670  Le paramètre optionnel 
13671 \series bold
13672 rognage
13673 \series default
13674  peut être soit 
13675 \emph on
13676 l{largeurRognage}
13677 \emph default
13678 , ou 
13679 \emph on
13680 r{largeurRognage}
13681 \emph default
13682  où les valeurs de
13683 \emph on
13684  largeurRognage
13685 \emph default
13686  sont aussi optionnelles.
13687  En utilisant par exemple la valeur 
13688 \emph on
13689 l{2pt}
13690 \emph default
13691  pour ce paramètre, la ligne va être rognée de 2
13692 \begin_inset space \thinspace{}
13693 \end_inset
13694
13695 pt à son extrémité gauche.
13696  Si vous ne spécifiez pas de valeur pour 
13697 \emph on
13698 largeurRognage
13699 \emph default
13700  les lignes sont implicitement rognées de 0.5
13701 \begin_inset space \thinspace{}
13702 \end_inset
13703
13704 em.
13705 \end_layout
13706
13707 \begin_layout Standard
13708 \begin_inset VSpace bigskip
13709 \end_inset
13710
13711 Le tableau
13712 \begin_inset space ~
13713 \end_inset
13714
13715
13716 \begin_inset CommandInset ref
13717 LatexCommand ref
13718 reference "tab:Exemple-tableau-booktabs"
13719
13720 \end_inset
13721
13722  a été créé en utilisant les commandes
13723 \end_layout
13724
13725 \begin_layout Standard
13726
13727 \series bold
13728
13729 \backslash
13730 cmidrule(r){2-2}
13731 \backslash
13732 cmidrule(l){3-4}
13733 \end_layout
13734
13735 \begin_layout Standard
13736 au début de la deuxième ligne et
13737 \end_layout
13738
13739 \begin_layout Standard
13740
13741 \series bold
13742
13743 \backslash
13744 cmidrule(l{10pt}){1-1}
13745 \end_layout
13746
13747 \begin_layout Standard
13748 au début de la sixième ligne.
13749 \end_layout
13750
13751 \begin_layout Standard
13752 \begin_inset VSpace bigskip
13753 \end_inset
13754
13755
13756 \end_layout
13757
13758 \begin_layout Standard
13759 Vous pouvez vouloir des commandes 
13760 \series bold
13761
13762 \backslash
13763 cmidrule
13764 \series default
13765 s qui se recouvrent comme pour le tableau
13766 \begin_inset space ~
13767 \end_inset
13768
13769
13770 \begin_inset CommandInset ref
13771 LatexCommand ref
13772 reference "tab:Tableau-booktabs-special"
13773
13774 \end_inset
13775
13776 .
13777  On obtient ce résultat en utilisant la commande suivante en code TeX
13778 \end_layout
13779
13780 \begin_layout Standard
13781
13782 \series bold
13783
13784 \backslash
13785 morecmidrules
13786 \end_layout
13787
13788 \begin_layout Standard
13789 La commande qui a été utilisée pour la deuxième ligne du tableau
13790 \begin_inset space ~
13791 \end_inset
13792
13793
13794 \begin_inset CommandInset ref
13795 LatexCommand ref
13796 reference "tab:Tableau-booktabs-special"
13797
13798 \end_inset
13799
13800  est
13801 \end_layout
13802
13803 \begin_layout Standard
13804
13805 \series bold
13806
13807 \backslash
13808 cmidrule(r){2-2}
13809 \backslash
13810 cmidrule(l){3-4}
13811 \backslash
13812 morecmidrules
13813 \backslash
13814 cmidrule{2-4}
13815 \end_layout
13816
13817 \begin_layout Standard
13818 La commande pour la sixième ligne est
13819 \end_layout
13820
13821 \begin_layout Standard
13822
13823 \series bold
13824
13825 \backslash
13826 midrule
13827 \backslash
13828 morecmidrules
13829 \backslash
13830 cmidrule{3-4}
13831 \end_layout
13832
13833 \begin_layout Standard
13834 \begin_inset VSpace bigskip
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \begin_layout Standard
13841 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13842 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13843  font toute la largeur du tableau :
13844 \end_layout
13845
13846 \begin_layout Standard
13847
13848 \series bold
13849
13850 \backslash
13851 specialrule{largeur}{espace au dessus}{espace en dessous}
13852 \end_layout
13853
13854 \begin_layout Standard
13855 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13856  du paquetage LaTeX 
13857 \series bold
13858 booktabs
13859 \series default
13860  
13861 \begin_inset CommandInset citation
13862 LatexCommand cite
13863 key "booktabs"
13864
13865 \end_inset
13866
13867 .
13868 \begin_inset Index idx
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872 Paquetages LaTeX ! booktabs
13873 \end_layout
13874
13875 \end_inset
13876
13877
13878 \end_layout
13879
13880 \begin_layout Standard
13881 \begin_inset Float table
13882 placement h
13883 wide false
13884 sideways false
13885 status open
13886
13887 \begin_layout Plain Layout
13888 \begin_inset Caption
13889
13890 \begin_layout Plain Layout
13891 \begin_inset CommandInset label
13892 LatexCommand label
13893 name "tab:Tableau-booktabs-special"
13894
13895 \end_inset
13896
13897 Tableau formel spécial
13898 \end_layout
13899
13900 \end_inset
13901
13902
13903 \end_layout
13904
13905 \begin_layout Plain Layout
13906 \align center
13907 \begin_inset Tabular
13908 <lyxtabular version="3" rows="8" columns="4">
13909 <features booktabs="true" tabularvalignment="middle">
13910 <column alignment="center" valignment="top" width="0">
13911 <column alignment="center" valignment="top" width="0">
13912 <column alignment="center" valignment="top" width="0">
13913 <column alignment="center" valignment="top" width="0">
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 Système
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 Chip
13929 \begin_inset space \thinspace{}
13930 \end_inset
13931
13932 1
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 Chip
13942 \begin_inset space \thinspace{}
13943 \end_inset
13944
13945 2
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 <row>
13961 <cell alignment="center" valignment="top" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 \begin_inset ERT
13966 status collapsed
13967
13968 \begin_layout Plain Layout
13969
13970
13971 \backslash
13972 cmidrule(r){2-2}
13973 \end_layout
13974
13975 \end_inset
13976
13977
13978 \begin_inset ERT
13979 status collapsed
13980
13981 \begin_layout Plain Layout
13982
13983
13984 \backslash
13985 cmidrule(l){3-4}
13986 \end_layout
13987
13988 \end_inset
13989
13990
13991 \begin_inset ERT
13992 status collapsed
13993
13994 \begin_layout Plain Layout
13995
13996
13997 \backslash
13998 morecmidrules 
13999 \end_layout
14000
14001 \end_inset
14002
14003
14004 \begin_inset ERT
14005 status collapsed
14006
14007 \begin_layout Plain Layout
14008
14009
14010 \backslash
14011 cmidrule{2-4}
14012 \end_layout
14013
14014 \end_inset
14015
14016 Epaisseur du capteur en µm
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 300
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 300
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 <cell alignment="center" valignment="top" usebox="none">
14040 \begin_inset Text
14041
14042 \begin_layout Plain Layout
14043 700
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 <row>
14050 <cell alignment="center" valignment="top" topline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 Angle biseau en °
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell alignment="center" valignment="top" topline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 3.55
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 2.71
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 7.99
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row topspace="default">
14088 <cell alignment="center" valignment="top" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 Résolution spatiale en µm
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 4.26
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 10.17
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 <cell alignment="center" valignment="top" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Plain Layout
14119 10.56
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 </row>
14125 <row topspace="default">
14126 <cell alignment="center" valignment="top" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 MTF à 
14131 \begin_inset Formula $f_{\mathrm{max}}$
14132 \end_inset
14133
14134
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 <cell alignment="center" valignment="top" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 0.53
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 <cell alignment="center" valignment="top" usebox="none">
14149 \begin_inset Text
14150
14151 \begin_layout Plain Layout
14152 0.37
14153 \end_layout
14154
14155 \end_inset
14156 </cell>
14157 <cell alignment="center" valignment="top" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 0.39
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 </row>
14167 <row>
14168 <cell alignment="center" valignment="top" topline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 \begin_inset ERT
14173 status collapsed
14174
14175 \begin_layout Plain Layout
14176
14177
14178 \backslash
14179 morecmidrules 
14180 \end_layout
14181
14182 \end_inset
14183
14184
14185 \begin_inset ERT
14186 status collapsed
14187
14188 \begin_layout Plain Layout
14189
14190
14191 \backslash
14192 cmidrule{3-4}
14193 \end_layout
14194
14195 \end_inset
14196
14197 résolution spatiale LSF
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell alignment="center" valignment="top" topline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 </row>
14230 <row>
14231 <cell alignment="center" valignment="top" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 en µm
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 129.7
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 52.75
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 <cell alignment="center" valignment="top" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 50.78
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 </row>
14268 <row>
14269 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 en % de la taille des pixels
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 76.3
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14288 \begin_inset Text
14289
14290 \begin_layout Plain Layout
14291 95.9
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 92.3
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 </lyxtabular>
14307
14308 \end_inset
14309
14310
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Section
14319 Alignement Vertical des Tableaux
14320 \begin_inset Index idx
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324 Tableau ! Alignement
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Standard
14333 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14334  doit être à l'intérieur d'une boîte.
14335  La boîte peut alors être alignée comme c'est décrit dans la 
14336 \begin_inset space ~
14337 \end_inset
14338
14339
14340 \begin_inset CommandInset ref
14341 LatexCommand ref
14342 reference "sec:Boîte-Dialogue"
14343
14344 \end_inset
14345
14346 .
14347 \end_layout
14348
14349 \begin_layout Standard
14350 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14351  minipage
14352 \begin_inset Foot
14353 status open
14354
14355 \begin_layout Plain Layout
14356 Les minipages son décrites dans la section
14357 \begin_inset space ~
14358 \end_inset
14359
14360
14361 \begin_inset CommandInset ref
14362 LatexCommand ref
14363 reference "sec:Minipages"
14364
14365 \end_inset
14366
14367 .
14368 \end_layout
14369
14370 \end_inset
14371
14372  dont la largeur est de 15
14373 \begin_inset space \thinspace{}
14374 \end_inset
14375
14376 col% :
14377 \end_layout
14378
14379 \begin_layout Itemize
14380 test 
14381 \begin_inset Box Frameless
14382 position "t"
14383 hor_pos "c"
14384 has_inner_box 1
14385 inner_pos "c"
14386 use_parbox 0
14387 use_makebox 0
14388 width "15col%"
14389 special "none"
14390 height "1in"
14391 height_special "totalheight"
14392 status collapsed
14393
14394 \begin_layout Plain Layout
14395 \begin_inset Tabular
14396 <lyxtabular version="3" rows="3" columns="3">
14397 <features tabularvalignment="middle">
14398 <column alignment="center" valignment="top" width="0">
14399 <column alignment="center" valignment="top" width="0">
14400 <column alignment="center" valignment="top" width="0">
14401 <row>
14402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14403 \begin_inset Text
14404
14405 \begin_layout Plain Layout
14406 a
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 d
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14421 \begin_inset Text
14422
14423 \begin_layout Plain Layout
14424 g
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 </row>
14430 <row>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 b
14436 \end_layout
14437
14438 \end_inset
14439 </cell>
14440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14441 \begin_inset Text
14442
14443 \begin_layout Plain Layout
14444 e
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 h
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 </row>
14459 <row>
14460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 c
14465 \end_layout
14466
14467 \end_inset
14468 </cell>
14469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14470 \begin_inset Text
14471
14472 \begin_layout Plain Layout
14473 f
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482 i
14483 \end_layout
14484
14485 \end_inset
14486 </cell>
14487 </row>
14488 </lyxtabular>
14489
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \end_inset
14496
14497  test 
14498 \begin_inset ERT
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502
14503
14504 \backslash
14505 raisebox{0.85
14506 \backslash
14507 baselineskip}{
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \begin_inset Box Frameless
14514 position "t"
14515 hor_pos "c"
14516 has_inner_box 1
14517 inner_pos "c"
14518 use_parbox 0
14519 use_makebox 0
14520 width "15col%"
14521 special "none"
14522 height "1in"
14523 height_special "totalheight"
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527 \begin_inset Tabular
14528 <lyxtabular version="3" rows="3" columns="3">
14529 <features tabularvalignment="middle">
14530 <column alignment="center" valignment="top" width="0">
14531 <column alignment="center" valignment="top" width="0">
14532 <column alignment="center" valignment="top" width="0">
14533 <row>
14534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 a
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 d
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 g
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 </row>
14562 <row>
14563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567 b
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14573 \begin_inset Text
14574
14575 \begin_layout Plain Layout
14576 e
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 h
14586 \end_layout
14587
14588 \end_inset
14589 </cell>
14590 </row>
14591 <row>
14592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14593 \begin_inset Text
14594
14595 \begin_layout Plain Layout
14596 c
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14602 \begin_inset Text
14603
14604 \begin_layout Plain Layout
14605 f
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 i
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 </row>
14620 </lyxtabular>
14621
14622 \end_inset
14623
14624
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \begin_inset ERT
14631 status collapsed
14632
14633 \begin_layout Plain Layout
14634
14635 }
14636 \end_layout
14637
14638 \end_inset
14639
14640
14641 \end_layout
14642
14643 \begin_layout Itemize
14644 test 
14645 \begin_inset Box Frameless
14646 position "c"
14647 hor_pos "c"
14648 has_inner_box 1
14649 inner_pos "c"
14650 use_parbox 0
14651 use_makebox 0
14652 width "15col%"
14653 special "none"
14654 height "1in"
14655 height_special "totalheight"
14656 status collapsed
14657
14658 \begin_layout Plain Layout
14659 \begin_inset Tabular
14660 <lyxtabular version="3" rows="3" columns="3">
14661 <features tabularvalignment="middle">
14662 <column alignment="center" valignment="top" width="0">
14663 <column alignment="center" valignment="top" width="0">
14664 <column alignment="center" valignment="top" width="0">
14665 <row>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670 a
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 d
14680 \end_layout
14681
14682 \end_inset
14683 </cell>
14684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688 g
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 </row>
14694 <row>
14695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699 b
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708 e
14709 \end_layout
14710
14711 \end_inset
14712 </cell>
14713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717 h
14718 \end_layout
14719
14720 \end_inset
14721 </cell>
14722 </row>
14723 <row>
14724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728 c
14729 \end_layout
14730
14731 \end_inset
14732 </cell>
14733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14734 \begin_inset Text
14735
14736 \begin_layout Plain Layout
14737 f
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746 i
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 </lyxtabular>
14753
14754 \end_inset
14755
14756
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \begin_layout Itemize
14765 test 
14766 \begin_inset Box Frameless
14767 position "b"
14768 hor_pos "c"
14769 has_inner_box 1
14770 inner_pos "c"
14771 use_parbox 0
14772 use_makebox 0
14773 width "15col%"
14774 special "none"
14775 height "1in"
14776 height_special "totalheight"
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780 \begin_inset Tabular
14781 <lyxtabular version="3" rows="3" columns="3">
14782 <features tabularvalignment="middle">
14783 <column alignment="center" valignment="top" width="0">
14784 <column alignment="center" valignment="top" width="0">
14785 <column alignment="center" valignment="top" width="0">
14786 <row>
14787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 a
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 d
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 g
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 <row>
14816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 b
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829 e
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 h
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 </row>
14844 <row>
14845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849 c
14850 \end_layout
14851
14852 \end_inset
14853 </cell>
14854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858 f
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 i
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 </row>
14873 </lyxtabular>
14874
14875 \end_inset
14876
14877
14878 \end_layout
14879
14880 \end_inset
14881
14882  test 
14883 \begin_inset ERT
14884 status collapsed
14885
14886 \begin_layout Plain Layout
14887
14888
14889 \backslash
14890 raisebox{-0.32
14891 \backslash
14892 baselineskip}{
14893 \end_layout
14894
14895 \end_inset
14896
14897
14898 \begin_inset Box Frameless
14899 position "b"
14900 hor_pos "c"
14901 has_inner_box 1
14902 inner_pos "c"
14903 use_parbox 0
14904 use_makebox 0
14905 width "15col%"
14906 special "none"
14907 height "1in"
14908 height_special "totalheight"
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912 \begin_inset Tabular
14913 <lyxtabular version="3" rows="3" columns="3">
14914 <features tabularvalignment="middle">
14915 <column alignment="center" valignment="top" width="0">
14916 <column alignment="center" valignment="top" width="0">
14917 <column alignment="center" valignment="top" width="0">
14918 <row>
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923 a
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932 d
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941 g
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 b
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 e
14962 \end_layout
14963
14964 \end_inset
14965 </cell>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 h
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 c
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990 f
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14996 \begin_inset Text
14997
14998 \begin_layout Plain Layout
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 \begin_inset ERT
15016 status collapsed
15017
15018 \begin_layout Plain Layout
15019
15020 }
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \begin_layout Standard
15029 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15030  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15031  la ligne dans laquelle le tableau est inséré.
15032  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15033  boîte élévatrice (raisebox)
15034 \begin_inset Foot
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15039 \begin_inset space ~
15040 \end_inset
15041
15042
15043 \begin_inset CommandInset ref
15044 LatexCommand ref
15045 reference "sub:Alignement-Vertical"
15046
15047 \end_inset
15048
15049 .
15050 \end_layout
15051
15052 \end_inset
15053
15054 .
15055  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15056  aligné en utilisant la commande en code TeX suivante 
15057 \end_layout
15058
15059 \begin_layout Standard
15060
15061 \series bold
15062
15063 \backslash
15064 raisebox{0.85
15065 \backslash
15066 baselineskip}{
15067 \end_layout
15068
15069 \begin_layout Standard
15070 placée juste avant la boîte minipage.
15071  Après la boîte on insère l'accolade fermante en code TeX.
15072  Pour le deuxième tableau de la dernière ligne, la commande 
15073 \end_layout
15074
15075 \begin_layout Standard
15076
15077 \series bold
15078
15079 \backslash
15080 raisebox{-0.32
15081 \backslash
15082 baselineskip}{
15083 \end_layout
15084
15085 \begin_layout Standard
15086 est utilisée.
15087 \end_layout
15088
15089 \begin_layout Standard
15090 \begin_inset Note Greyedout
15091 status open
15092
15093 \begin_layout Plain Layout
15094
15095 \series bold
15096 Note:
15097 \series default
15098  L'alignement entre le contenu de la ligne du tableau et le texte de la
15099  ligne qui l'entoure ne peut pas être parfait.
15100  Le facteur utilisé dans la commande 
15101 \series bold
15102
15103 \backslash
15104 raisebox
15105 \series default
15106  pour obtenir cet alignement dépend de la police de caractères du document,
15107  de la taille de la police et de l'épaisseur des lignes du tableau.
15108 \end_layout
15109
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \begin_layout Section
15116 Tableaux Colorés
15117 \begin_inset CommandInset label
15118 LatexCommand label
15119 name "sec:Tableaux-Colorés"
15120
15121 \end_inset
15122
15123
15124 \begin_inset Index idx
15125 status collapsed
15126
15127 \begin_layout Plain Layout
15128 Tableau ! Coloré
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \begin_layout Subsection
15137 Cellules Colorées
15138 \begin_inset Index idx
15139 status collapsed
15140
15141 \begin_layout Plain Layout
15142 Couleur des tableaux ! Pour les cellules
15143 \end_layout
15144
15145 \end_inset
15146
15147
15148 \begin_inset Index idx
15149 status collapsed
15150
15151 \begin_layout Plain Layout
15152 Couleur ! Pour les cellules de tableau
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \begin_layout Standard
15161 \begin_inset Float table
15162 placement h
15163 wide false
15164 sideways false
15165 status open
15166
15167 \begin_layout Plain Layout
15168 \begin_inset Caption
15169
15170 \begin_layout Plain Layout
15171 \begin_inset CommandInset label
15172 LatexCommand label
15173 name "tab:Tableau-coloré-sans-colortbl"
15174
15175 \end_inset
15176
15177 Tableau coloré sans utiliser le paquetage  
15178 \series bold
15179 colortbl
15180 \series default
15181
15182 \begin_inset Argument
15183 status open
15184
15185 \begin_layout Plain Layout
15186 Tableau sans colortbl
15187 \end_layout
15188
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195
15196
15197 \end_layout
15198
15199 \begin_layout Plain Layout
15200 \align center
15201 \begin_inset Tabular
15202 <lyxtabular version="3" rows="3" columns="3">
15203 <features tabularvalignment="middle">
15204 <column alignment="center" valignment="top" width="0">
15205 <column alignment="center" valignment="top" width="0">
15206 <column alignment="center" valignment="top" width="0">
15207 <row>
15208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \color green
15214 a
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \color red
15225 b
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234
15235 \color red
15236 c
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \color green
15249 d
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258
15259 \color blue
15260 e
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \color blue
15271 f
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 </row>
15277 <row>
15278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282
15283 \color green
15284 g
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293
15294 \color blue
15295 h
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \color blue
15306 i
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 </row>
15312 </lyxtabular>
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320
15321
15322 \end_layout
15323
15324 \begin_layout Standard
15325 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15326  et choisissez une couleur dans le menu 
15327 \family sans
15328 Éditer\SpecialChar \menuseparator
15329 Style
15330 \begin_inset space ~
15331 \end_inset
15332
15333 de
15334 \begin_inset space ~
15335 \end_inset
15336
15337 Texte
15338 \family default
15339 .
15340  C'est ce qui a été utilisé pour créer le tableau
15341 \begin_inset space ~
15342 \end_inset
15343
15344
15345 \begin_inset CommandInset ref
15346 LatexCommand ref
15347 reference "tab:Tableau-coloré-sans-colortbl"
15348
15349 \end_inset
15350
15351 .
15352  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15353 \series bold
15354 colortbl
15355 \series default
15356 .
15357 \begin_inset Index idx
15358 status collapsed
15359
15360 \begin_layout Plain Layout
15361 Paquetages LaTeX ! colortbl
15362 \end_layout
15363
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \begin_layout Standard
15370 \begin_inset ERT
15371 status collapsed
15372
15373 \begin_layout Plain Layout
15374
15375
15376 \backslash
15377 ifcolortbl
15378 \end_layout
15379
15380 \end_inset
15381
15382
15383 \begin_inset Note Note
15384 status open
15385
15386 \begin_layout Plain Layout
15387 La section qui suit ne sera affichée que si vous avez installé le paquetage
15388  LaTeX 
15389 \series bold
15390 colortbl
15391 \series default
15392 .
15393 \end_layout
15394
15395 \end_inset
15396
15397
15398 \end_layout
15399
15400 \begin_layout Standard
15401 Pour créer des tableaux colorés, vous devez charger le paquetage
15402 \series bold
15403  colortbl
15404 \series default
15405  dans le préambule avec la ligne
15406 \end_layout
15407
15408 \begin_layout Standard
15409
15410 \series bold
15411
15412 \backslash
15413 usepackage{colortbl}
15414 \end_layout
15415
15416 \begin_layout Standard
15417 On choisit la couleur d'une colonne avec la commande 
15418 \end_layout
15419
15420 \begin_layout Standard
15421
15422 \series bold
15423
15424 \backslash
15425 columncolor{nom de couleur}
15426 \end_layout
15427
15428 \begin_layout Standard
15429 à l'intérieur d'une commande 
15430 \series bold
15431 >{ }
15432 \series default
15433 .
15434  Vous trouverez plus d'information sur la commande 
15435 \series bold
15436 >{}
15437 \series default
15438  dans la section
15439 \begin_inset space ~
15440 \end_inset
15441
15442
15443 \begin_inset CommandInset ref
15444 LatexCommand ref
15445 reference "sub:Calculs-multicolonnes"
15446
15447 \end_inset
15448
15449 .
15450 \end_layout
15451
15452 \begin_layout Standard
15453 Les noms de couleurs suivants sont prédéfinis :
15454 \end_layout
15455
15456 \begin_layout Standard
15457
15458 \family sans
15459 red
15460 \family default
15461  (rouge), 
15462 \family sans
15463 green
15464 \family default
15465  (vert), 
15466 \family sans
15467 yellow
15468 \family default
15469  (jaune), 
15470 \family sans
15471 blue
15472 \family default
15473  (bleu), 
15474 \family sans
15475 cyan
15476 \family default
15477
15478 \family sans
15479 magenta
15480 \family default
15481
15482 \family sans
15483 black 
15484 \family default
15485 (noir) et 
15486 \family sans
15487 white 
15488 \family default
15489 (blanc).
15490 \end_layout
15491
15492 \begin_layout Standard
15493 \begin_inset VSpace medskip
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \begin_layout Standard
15500 Vous pouvez aussi définir votre propre couleur avec la commande
15501 \end_layout
15502
15503 \begin_layout Standard
15504
15505 \series bold
15506
15507 \backslash
15508 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15509 \end_layout
15510
15511 \begin_layout Standard
15512 Le modèle de couleur peut être
15513 \end_layout
15514
15515 \begin_layout Labeling
15516 \labelwidthstring 00.00.0000
15517 cmyk: cyan, magenta, jaune (yellow), noir (black)
15518 \end_layout
15519
15520 \begin_layout Labeling
15521 \labelwidthstring 00.00.0000
15522 rgb: red, vert (green), bleu (blue)
15523 \end_layout
15524
15525 \begin_layout Labeling
15526 \labelwidthstring 00.00.0000
15527 gray dégradé de gris (gray)
15528 \end_layout
15529
15530 \begin_layout Standard
15531 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15532  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15533 \end_layout
15534
15535 \begin_layout Standard
15536 Vous pouvez par exemple définir la couleur 
15537 \begin_inset Quotes eld
15538 \end_inset
15539
15540
15541 \emph on
15542 vertfonce
15543 \begin_inset Quotes erd
15544 \end_inset
15545
15546  dans le préambule avec la ligne
15547 \end_layout
15548
15549 \begin_layout Standard
15550
15551 \series bold
15552
15553 \backslash
15554 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15555 \end_layout
15556
15557 \begin_layout Standard
15558 et la couleur "
15559 \emph on
15560 grisclair
15561 \emph default
15562 " avec
15563 \end_layout
15564
15565 \begin_layout Standard
15566
15567 \series bold
15568
15569 \backslash
15570 definecolor{grisclair}{gray}{0.8}
15571 \end_layout
15572
15573 \begin_layout Standard
15574 \begin_inset VSpace medskip
15575 \end_inset
15576
15577
15578 \end_layout
15579
15580 \begin_layout Standard
15581 Les lignes sont colorées avec la commande
15582 \end_layout
15583
15584 \begin_layout Standard
15585
15586 \series bold
15587
15588 \backslash
15589 rowcolor{nom de la couleur}
15590 \end_layout
15591
15592 \begin_layout Standard
15593 et les cellules sont colorées avec la commande
15594 \end_layout
15595
15596 \begin_layout Standard
15597
15598 \series bold
15599
15600 \backslash
15601 cellcolor{nom de la couleur}
15602 \end_layout
15603
15604 \begin_layout Standard
15605 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15606 \end_layout
15607
15608 \begin_layout Standard
15609 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15610  choisissez une couleur dans le menu 
15611 \family sans
15612 Éditer\SpecialChar \menuseparator
15613 Style
15614 \begin_inset space ~
15615 \end_inset
15616
15617 de
15618 \begin_inset space ~
15619 \end_inset
15620
15621 Texte
15622 \family default
15623 .
15624  Si une cellule contient du code TeX, faites bien attention à ne colorer
15625  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15626 \end_layout
15627
15628 \begin_layout Standard
15629 \begin_inset Note Greyedout
15630 status open
15631
15632 \begin_layout Plain Layout
15633
15634 \series bold
15635 Note:
15636 \series default
15637  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15638  définies par l'utilisateur.
15639 \end_layout
15640
15641 \end_inset
15642
15643
15644 \end_layout
15645
15646 \begin_layout Standard
15647 \begin_inset VSpace bigskip
15648 \end_inset
15649
15650
15651 \end_layout
15652
15653 \begin_layout Standard
15654 Pour créer le tableau
15655 \begin_inset space ~
15656 \end_inset
15657
15658
15659 \begin_inset CommandInset ref
15660 LatexCommand ref
15661 reference "tab:Tableau-coloré-avec-colortbl"
15662
15663 \end_inset
15664
15665  faites ce qui suit : La couleur de la première colonne doit être 
15666 \emph on
15667 vertfonce
15668 \emph default
15669 .
15670  On insère donc la commande
15671 \end_layout
15672
15673 \begin_layout Standard
15674
15675 \series bold
15676 >{
15677 \backslash
15678 columncolor{vertfonce}
15679 \backslash
15680 centering}c
15681 \end_layout
15682
15683 \begin_layout Standard
15684 en code TeX pour cette colonne.
15685  La première ligne doit être bleue
15686 \begin_inset Note Note
15687 status open
15688
15689 \begin_layout Plain Layout
15690 cyan ? (NdT)
15691 \end_layout
15692
15693 \end_inset
15694
15695 , d'où la commande en code TeX
15696 \end_layout
15697
15698 \begin_layout Standard
15699
15700 \series bold
15701
15702 \backslash
15703 rowcolor{cyan}
15704 \end_layout
15705
15706 \begin_layout Standard
15707 qui est insérée dans la première cellule de cette ligne.
15708  Notez que cela annule la couleur de colonne pour la première cellule.
15709  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15710  en code TeX la commande
15711 \end_layout
15712
15713 \begin_layout Standard
15714
15715 \series bold
15716
15717 \backslash
15718 cellcolor{magenta}
15719 \end_layout
15720
15721 \begin_layout Standard
15722 Les caractères peuvent maintenant être colorés en utilisant le menu 
15723 \family sans
15724 Éditer\SpecialChar \menuseparator
15725 Style
15726 \begin_inset space ~
15727 \end_inset
15728
15729 de
15730 \begin_inset space ~
15731 \end_inset
15732
15733 Texte
15734 \family default
15735 .
15736 \end_layout
15737
15738 \begin_layout Standard
15739 \begin_inset Float table
15740 placement h
15741 wide false
15742 sideways false
15743 status open
15744
15745 \begin_layout Plain Layout
15746 \begin_inset Caption
15747
15748 \begin_layout Plain Layout
15749 \begin_inset CommandInset label
15750 LatexCommand label
15751 name "tab:Tableau-coloré-avec-colortbl"
15752
15753 \end_inset
15754
15755 Tableau coloré en utilisant le paquetage 
15756 \series bold
15757 colortbl
15758 \series default
15759
15760 \begin_inset Argument
15761 status collapsed
15762
15763 \begin_layout Plain Layout
15764 Tableau avec colortbl
15765 \end_layout
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \end_inset
15773
15774
15775 \end_layout
15776
15777 \begin_layout Plain Layout
15778 \align center
15779 \begin_inset Tabular
15780 <lyxtabular version="3" rows="3" columns="3">
15781 <features tabularvalignment="middle">
15782 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15783 <column alignment="center" valignment="top" width="0">
15784 <column alignment="center" valignment="top" width="0">
15785 <row>
15786 <cell alignment="center" valignment="top" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 \begin_inset ERT
15791 status collapsed
15792
15793 \begin_layout Plain Layout
15794
15795
15796 \backslash
15797 rowcolor{cyan}
15798 \end_layout
15799
15800 \end_inset
15801
15802
15803 \color magenta
15804 a
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \color red
15815 b
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \color red
15826 c
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 <row>
15833 <cell alignment="center" valignment="top" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \color yellow
15839 d
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \color blue
15850 e
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 <cell alignment="center" valignment="top" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859
15860 \color blue
15861 f
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row>
15868 <cell alignment="center" valignment="top" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \color yellow
15874 g
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \color blue
15885 h
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 \begin_inset ERT
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898
15899
15900 \backslash
15901 cellcolor{magenta}
15902 \end_layout
15903
15904 \end_inset
15905
15906
15907 \color green
15908 i
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 </row>
15914 </lyxtabular>
15915
15916 \end_inset
15917
15918
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Standard
15927 \begin_inset ERT
15928 status collapsed
15929
15930 \begin_layout Plain Layout
15931
15932
15933 \backslash
15934 else
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \begin_inset Note Note
15941 status open
15942
15943 \begin_layout Plain Layout
15944 Ce qui suit sera affiché si le paquetage 
15945 \series bold
15946 colortbl
15947 \series default
15948  n'est pas installé :
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 Vous devez installer le paquetage 
15958 \series bold
15959 colortbl
15960 \series default
15961  pour voir le contenu des cette section dans la sortie imprimée.
15962 \end_layout
15963
15964 \begin_layout Standard
15965 \begin_inset ERT
15966 status collapsed
15967
15968 \begin_layout Plain Layout
15969
15970
15971 \backslash
15972 fi
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Subsection
15981 Les filets colorées
15982 \begin_inset Index idx
15983 status collapsed
15984
15985 \begin_layout Plain Layout
15986 Tableau Coloré ! Pour les filets
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \begin_inset Index idx
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996 Couleur ! Pour les filets des tableaux
15997 \end_layout
15998
15999 \end_inset
16000
16001
16002 \begin_inset Note Note
16003 status collapsed
16004
16005 \begin_layout Plain Layout
16006 on parle de filets plutôt que de lignes pour les tableaux
16007 \end_layout
16008
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \begin_layout Standard
16015 Comme c'est décrit dans la section
16016 \begin_inset space ~
16017 \end_inset
16018
16019
16020 \begin_inset CommandInset ref
16021 LatexCommand ref
16022 reference "sub:Epaisseur-filets"
16023
16024 \end_inset
16025
16026 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16027  variable 
16028 \series bold
16029
16030 \backslash
16031 arrayrulewidth
16032 \series default
16033 .
16034  Elle est mise à 1.5
16035 \begin_inset space \thinspace{}
16036 \end_inset
16037
16038 pt pour tous les tableaux de cette section.
16039 \begin_inset ERT
16040 status collapsed
16041
16042 \begin_layout Plain Layout
16043
16044
16045 \backslash
16046 setlength{
16047 \backslash
16048 arrayrulewidth}{1.5pt}
16049 \end_layout
16050
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \begin_layout Standard
16057 Pour colorer les filets verticaux, par exemple en vert, créez le format
16058  de colonne suivant dans le préambule du document, en suivant la description
16059  de la section
16060 \begin_inset space ~
16061 \end_inset
16062
16063
16064 \begin_inset CommandInset ref
16065 LatexCommand ref
16066 reference "sub:Formats-personnalisés"
16067
16068 \end_inset
16069
16070 :
16071 \end_layout
16072
16073 \begin_layout Standard
16074
16075 \series bold
16076
16077 \backslash
16078 newcolumntype{W}{!{
16079 \backslash
16080 color{green}
16081 \backslash
16082 vline}}
16083 \end_layout
16084
16085 \begin_layout Standard
16086 Pour le tableau
16087 \begin_inset space ~
16088 \end_inset
16089
16090
16091 \begin_inset CommandInset ref
16092 LatexCommand ref
16093 reference "tab:Tableau-filets-verticaux-colorés"
16094
16095 \end_inset
16096
16097  le paramètre LaTeX
16098 \series bold
16099  WcW
16100 \series default
16101  a été utilisé pour la dernière colonne et
16102 \series bold
16103  Wc
16104 \series default
16105  pour les autres colonnes.
16106 \end_layout
16107
16108 \begin_layout Standard
16109 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16110 \end_layout
16111
16112 \begin_layout Standard
16113 \begin_inset Float table
16114 placement h
16115 wide false
16116 sideways false
16117 status open
16118
16119 \begin_layout Plain Layout
16120 \begin_inset Caption
16121
16122 \begin_layout Plain Layout
16123 \begin_inset CommandInset label
16124 LatexCommand label
16125 name "tab:Tableau-filets-verticaux-colorés"
16126
16127 \end_inset
16128
16129 Tableau avec filets verticaux colorés
16130 \end_layout
16131
16132 \end_inset
16133
16134
16135 \end_layout
16136
16137 \begin_layout Plain Layout
16138 \align center
16139 \begin_inset Tabular
16140 <lyxtabular version="3" rows="3" columns="3">
16141 <features tabularvalignment="middle">
16142 <column alignment="center" valignment="top" width="0" special="Wc">
16143 <column alignment="center" valignment="top" width="0" special="Wc">
16144 <column alignment="center" valignment="top" width="0" special="WcW">
16145 <row>
16146 <cell alignment="center" valignment="top" topline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 sd
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row>
16175 <cell alignment="center" valignment="top" topline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" topline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 sd
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 sd
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 </row>
16232 </lyxtabular>
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \begin_layout Standard
16245 \begin_inset VSpace bigskip
16246 \end_inset
16247
16248 Pour colorer les filets horizontaux en rouge comme pour le tableau
16249 \begin_inset space ~
16250 \end_inset
16251
16252
16253 \begin_inset CommandInset ref
16254 LatexCommand ref
16255 reference "tab:Tableau-filet-horizontaux-colorés"
16256
16257 \end_inset
16258
16259 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16260  le flottant de tableau :
16261 \end_layout
16262
16263 \begin_layout Standard
16264
16265 \series bold
16266
16267 \backslash
16268 let
16269 \backslash
16270 myHlineC
16271 \backslash
16272 hline
16273 \begin_inset Newline newline
16274 \end_inset
16275
16276
16277 \backslash
16278 renewcommand{
16279 \backslash
16280 hline}
16281 \begin_inset Newline newline
16282 \end_inset
16283
16284
16285 \begin_inset Phantom HPhantom
16286 status open
16287
16288 \begin_layout Plain Layout
16289
16290 \series bold
16291 \begin_inset space ~
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \end_inset
16298
16299 {
16300 \backslash
16301 arrayrulecolor{red}
16302 \backslash
16303 myHlineC
16304 \backslash
16305 arrayrulecolor{black}}
16306 \end_layout
16307
16308 \begin_layout Standard
16309 \begin_inset ERT
16310 status collapsed
16311
16312 \begin_layout Plain Layout
16313
16314
16315 \backslash
16316 let
16317 \backslash
16318 myHlineC
16319 \backslash
16320 hline
16321 \end_layout
16322
16323 \begin_layout Plain Layout
16324
16325
16326 \backslash
16327 renewcommand{
16328 \backslash
16329 hline}
16330 \end_layout
16331
16332 \begin_layout Plain Layout
16333
16334  {
16335 \backslash
16336 arrayrulecolor{red}
16337 \backslash
16338 myHlineC
16339 \backslash
16340 arrayrulecolor{black}}
16341 \end_layout
16342
16343 \end_inset
16344
16345
16346 \begin_inset Float table
16347 placement h
16348 wide false
16349 sideways false
16350 status open
16351
16352 \begin_layout Plain Layout
16353 \begin_inset Caption
16354
16355 \begin_layout Plain Layout
16356 \begin_inset CommandInset label
16357 LatexCommand label
16358 name "tab:Tableau-filet-horizontaux-colorés"
16359
16360 \end_inset
16361
16362 Tableau avec filets horizontaux colorés
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \end_layout
16369
16370 \begin_layout Plain Layout
16371 \align center
16372 \begin_inset Tabular
16373 <lyxtabular version="3" rows="3" columns="3">
16374 <features tabularvalignment="middle">
16375 <column alignment="center" valignment="top" width="0">
16376 <column alignment="center" valignment="top" width="0">
16377 <column alignment="center" valignment="top" width="0">
16378 <row>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 sd
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 sd
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459 sd
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 </lyxtabular>
16466
16467 \end_inset
16468
16469
16470 \end_layout
16471
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \begin_layout Standard
16478 Pour revenir à la couleur noire implicite, insérez la commande suivante
16479  en code TeX, juste après le tableau ou le flottant de tableau :
16480 \end_layout
16481
16482 \begin_layout Standard
16483
16484 \series bold
16485
16486 \backslash
16487 renewcommand{
16488 \backslash
16489 hline}{
16490 \backslash
16491 myHlineC}
16492 \end_layout
16493
16494 \begin_layout Standard
16495 Le tableau
16496 \begin_inset space ~
16497 \end_inset
16498
16499
16500 \begin_inset CommandInset ref
16501 LatexCommand ref
16502 reference "tab:Tableau-avec-filets-colorés"
16503
16504 \end_inset
16505
16506  est un exemple avec des filets horizontaux et verticaux colorés.
16507 \end_layout
16508
16509 \begin_layout Standard
16510 \begin_inset Float table
16511 placement h
16512 wide false
16513 sideways false
16514 status open
16515
16516 \begin_layout Plain Layout
16517 \begin_inset Caption
16518
16519 \begin_layout Plain Layout
16520 \begin_inset CommandInset label
16521 LatexCommand label
16522 name "tab:Tableau-avec-filets-colorés"
16523
16524 \end_inset
16525
16526 Tableau avec filets horizontaux et verticaux colorés
16527 \end_layout
16528
16529 \end_inset
16530
16531
16532 \end_layout
16533
16534 \begin_layout Plain Layout
16535 \align center
16536 \begin_inset Tabular
16537 <lyxtabular version="3" rows="3" columns="3">
16538 <features tabularvalignment="middle">
16539 <column alignment="center" valignment="top" width="0" special="Wc">
16540 <column alignment="center" valignment="top" width="0" special="Wc">
16541 <column alignment="center" valignment="top" width="0" special="WcW">
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 sd
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" topline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" topline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" topline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 sd
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" topline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row topspace="default">
16601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 sd
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 </lyxtabular>
16630
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \begin_layout Standard
16642 \begin_inset ERT
16643 status collapsed
16644
16645 \begin_layout Plain Layout
16646
16647
16648 \backslash
16649 renewcommand{
16650 \backslash
16651 hline}{
16652 \backslash
16653 myHlineC}
16654 \end_layout
16655
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \begin_layout Standard
16662 \begin_inset ERT
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666
16667
16668 \backslash
16669 setlength{
16670 \backslash
16671 arrayrulewidth}{0.4pt}
16672 \end_layout
16673
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \begin_layout Section
16680 Personnalisation des Tableaux
16681 \begin_inset Index idx
16682 status collapsed
16683
16684 \begin_layout Plain Layout
16685 Tableau ! Personnalisation
16686 \end_layout
16687
16688 \end_inset
16689
16690
16691 \begin_inset Index idx
16692 status collapsed
16693
16694 \begin_layout Plain Layout
16695 Personnalisation des tableaux
16696 \end_layout
16697
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \begin_layout Subsection
16704 Espacement des lignes
16705 \begin_inset CommandInset label
16706 LatexCommand label
16707 name "sub:Espacement-lignes"
16708
16709 \end_inset
16710
16711
16712 \begin_inset Index idx
16713 status collapsed
16714
16715 \begin_layout Plain Layout
16716 Personnalisation des tableaux ! Espacement des lignes
16717 \end_layout
16718
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \begin_layout Standard
16725 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16726  l'onglet 
16727 \family sans
16728 Bordures
16729 \family default
16730  de la fenêtre de dialogue 
16731 \family sans
16732 Paramètres
16733 \begin_inset space ~
16734 \end_inset
16735
16736 du
16737 \begin_inset space ~
16738 \end_inset
16739
16740 tableau
16741 \family default
16742 .
16743  Vous y trouverez trois possibilités :
16744 \end_layout
16745
16746 \begin_layout Description
16747 Haut
16748 \begin_inset space ~
16749 \end_inset
16750
16751 de
16752 \begin_inset space ~
16753 \end_inset
16754
16755 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16756  Si le tableau est un tableau formel
16757 \begin_inset Foot
16758 status collapsed
16759
16760 \begin_layout Plain Layout
16761 Les tableaux formels sont décrits dans la section
16762 \begin_inset space ~
16763 \end_inset
16764
16765
16766 \begin_inset CommandInset ref
16767 LatexCommand ref
16768 reference "sec:Tableaux-Formels"
16769
16770 \end_inset
16771
16772 .
16773 \end_layout
16774
16775 \end_inset
16776
16777  LyX va insérer implicitement un espace de 0.5
16778 \begin_inset space \thinspace{}
16779 \end_inset
16780
16781 em.
16782  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16783  les filets verticaux comme dans le tableau suivant :
16784 \begin_inset VSpace medskip
16785 \end_inset
16786
16787
16788 \begin_inset Newline newline
16789 \end_inset
16790
16791
16792 \begin_inset space \hspace*{}
16793 \length 0pt
16794 \end_inset
16795
16796
16797 \begin_inset space \hfill{}
16798 \end_inset
16799
16800
16801 \begin_inset Tabular
16802 <lyxtabular version="3" rows="3" columns="1">
16803 <features tabularvalignment="middle">
16804 <column alignment="center" valignment="top" width="0">
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 A
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row topspace="3mm">
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 espace de 3
16822 \begin_inset space \thinspace{}
16823 \end_inset
16824
16825 mm en haut de la ligne
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 C
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 </lyxtabular>
16843
16844 \end_inset
16845
16846
16847 \begin_inset space \hfill{}
16848 \end_inset
16849
16850
16851 \begin_inset space \hspace*{}
16852 \length 0pt
16853 \end_inset
16854
16855
16856 \begin_inset VSpace medskip
16857 \end_inset
16858
16859
16860 \begin_inset Newline newline
16861 \end_inset
16862
16863 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16864  pas de filets verticaux.
16865 \end_layout
16866
16867 \begin_layout Description
16868 Bas
16869 \begin_inset space ~
16870 \end_inset
16871
16872 de
16873 \begin_inset space ~
16874 \end_inset
16875
16876 ligne va ajouter de l'espace sous les caractères de la ligne.
16877  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16878  de 0.5
16879 \begin_inset space \thinspace{}
16880 \end_inset
16881
16882 em, pour les tableaux normaux, l'espace implicite est de 2
16883 \begin_inset space \thinspace{}
16884 \end_inset
16885
16886 pt.
16887 \end_layout
16888
16889 \begin_layout Description
16890 Entre
16891 \begin_inset space ~
16892 \end_inset
16893
16894 les
16895 \begin_inset space ~
16896 \end_inset
16897
16898 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16899  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16900  de 0.5
16901 \begin_inset space \thinspace{}
16902 \end_inset
16903
16904 em.
16905  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16906  les filets verticaux comme dans le tableau suivant :
16907 \begin_inset VSpace medskip
16908 \end_inset
16909
16910
16911 \begin_inset Newline newline
16912 \end_inset
16913
16914
16915 \begin_inset space \hspace*{}
16916 \length 0pt
16917 \end_inset
16918
16919
16920 \begin_inset space \hfill{}
16921 \end_inset
16922
16923
16924 \begin_inset Tabular
16925 <lyxtabular version="3" rows="3" columns="1">
16926 <features tabularvalignment="middle">
16927 <column alignment="center" valignment="top" width="0">
16928 <row>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 A
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 </row>
16939 <row interlinespace="3mm">
16940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 \begin_inset Formula $\downarrow$
16945 \end_inset
16946
16947  espace de 3
16948 \begin_inset space \thinspace{}
16949 \end_inset
16950
16951 mm entre les lignes 
16952 \begin_inset Formula $\downarrow$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\uparrow$
16967 \end_inset
16968
16969  espace de 3
16970 \begin_inset space \thinspace{}
16971 \end_inset
16972
16973 mm entre les lignes 
16974 \begin_inset Formula $\uparrow$
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 </lyxtabular>
16984
16985 \end_inset
16986
16987
16988 \begin_inset space \hfill{}
16989 \end_inset
16990
16991
16992 \begin_inset space \hspace*{}
16993 \length 0pt
16994 \end_inset
16995
16996
16997 \begin_inset VSpace medskip
16998 \end_inset
16999
17000
17001 \begin_inset Newline newline
17002 \end_inset
17003
17004 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17005  pas de filets verticaux.
17006 \end_layout
17007
17008 \begin_layout Standard
17009 \begin_inset VSpace bigskip
17010 \end_inset
17011
17012 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17013  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17014  dans le préambule :
17015 \end_layout
17016
17017 \begin_layout Standard
17018
17019 \series bold
17020
17021 \backslash
17022 @ifundefined{extrarowheight}
17023 \begin_inset Newline newline
17024 \end_inset
17025
17026
17027 \begin_inset Phantom HPhantom
17028 status open
17029
17030 \begin_layout Plain Layout
17031
17032 \series bold
17033 \begin_inset space ~
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040
17041 {
17042 \backslash
17043 usepackage{array}}{}
17044 \begin_inset Newline newline
17045 \end_inset
17046
17047
17048 \backslash
17049 setlength{
17050 \backslash
17051 extrarowheight}{height}
17052 \end_layout
17053
17054 \begin_layout Standard
17055 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17056  plus exactement centré verticalement.
17057  (le paquetage 
17058 \series bold
17059 array 
17060 \series default
17061 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17062  auto-définis.
17063  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17064  
17065 \series bold
17066
17067 \backslash
17068 @ifundefined
17069 \series default
17070  dans la commande précédente.)
17071 \end_layout
17072
17073 \begin_layout Standard
17074 Si vous utilisez des polices de taille plus grande que la taille normale,
17075  les bordures des tableaux sont souvent trop proches du texte.
17076  On peut corriger ce problème en insérant la commande 
17077 \series bold
17078
17079 \begin_inset space \space{}
17080 \end_inset
17081
17082
17083 \backslash
17084 strut
17085 \series default
17086  en code TeX au debut d'une ligne du tableau.
17087  Le tableau
17088 \lang english
17089
17090 \begin_inset space ~
17091 \end_inset
17092
17093
17094 \begin_inset CommandInset ref
17095 LatexCommand ref
17096 reference "tab:Alignement-vertical"
17097
17098 \end_inset
17099
17100
17101 \lang french
17102  montre l'effet de cette commande.
17103 \end_layout
17104
17105 \begin_layout Standard
17106 \noindent
17107 \begin_inset Float table
17108 placement h
17109 wide false
17110 sideways false
17111 status open
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Caption
17115
17116 \begin_layout Plain Layout
17117 \begin_inset CommandInset label
17118 LatexCommand label
17119 name "tab:Alignement-vertical"
17120
17121 \end_inset
17122
17123 Alignement vertical d'un texte avec une police de grande taille.
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \begin_layout Plain Layout
17132 \begin_inset space \hfill{}
17133 \end_inset
17134
17135
17136 \begin_inset Float table
17137 wide false
17138 sideways false
17139 status collapsed
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Caption
17143
17144 \begin_layout Plain Layout
17145 Tableau normal.
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \begin_layout Plain Layout
17154 \noindent
17155 \align center
17156 \begin_inset Tabular
17157 <lyxtabular version="3" rows="6" columns="1">
17158 <features tabularvalignment="middle">
17159 <column alignment="left" valignment="top" width="0">
17160 <row>
17161 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 Normal, g
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 </row>
17171 <row>
17172 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176
17177 \size large
17178 Large
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 </row>
17184 <row>
17185 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189
17190 \size larger
17191 Larger
17192 \end_layout
17193
17194 \end_inset
17195 </cell>
17196 </row>
17197 <row>
17198 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17199 \begin_inset Text
17200
17201 \begin_layout Plain Layout
17202
17203 \size largest
17204 Largest
17205 \end_layout
17206
17207 \end_inset
17208 </cell>
17209 </row>
17210 <row>
17211 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215
17216 \size huge
17217 Huge
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 <row>
17224 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \size huge
17230 Huger
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 </lyxtabular>
17237
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \end_inset
17244
17245
17246 \begin_inset space \hfill{}
17247 \end_inset
17248
17249
17250 \begin_inset Float table
17251 wide false
17252 sideways false
17253 status collapsed
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Caption
17257
17258 \begin_layout Plain Layout
17259 Tableau utilisant la commande 
17260 \series bold
17261
17262 \backslash
17263 strut
17264 \series default
17265 .
17266 \end_layout
17267
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \begin_layout Plain Layout
17274 \noindent
17275 \align center
17276 \begin_inset Tabular
17277 <lyxtabular version="3" rows="6" columns="1">
17278 <features tabularvalignment="middle">
17279 <column alignment="left" valignment="top" width="0">
17280 <row>
17281 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 Normal, g
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \size large
17298 \begin_inset ERT
17299 status collapsed
17300
17301 \begin_layout Plain Layout
17302
17303
17304 \backslash
17305 strut 
17306 \end_layout
17307
17308 \end_inset
17309
17310 Large
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \size larger
17323 \begin_inset ERT
17324 status collapsed
17325
17326 \begin_layout Plain Layout
17327
17328
17329 \backslash
17330 strut 
17331 \end_layout
17332
17333 \end_inset
17334
17335 Larger
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \size largest
17348 \begin_inset ERT
17349 status collapsed
17350
17351 \begin_layout Plain Layout
17352
17353
17354 \backslash
17355 strut 
17356 \end_layout
17357
17358 \end_inset
17359
17360 Largest
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \size huge
17373 \begin_inset ERT
17374 status collapsed
17375
17376 \begin_layout Plain Layout
17377
17378
17379 \backslash
17380 strut 
17381 \end_layout
17382
17383 \end_inset
17384
17385 Huge
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \size giant
17398 \begin_inset ERT
17399 status collapsed
17400
17401 \begin_layout Plain Layout
17402
17403
17404 \backslash
17405 strut 
17406 \end_layout
17407
17408 \end_inset
17409
17410
17411 \size huge
17412 Huger
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 </lyxtabular>
17419
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \end_inset
17426
17427
17428 \begin_inset space \hfill{}
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \begin_layout Standard
17440 \begin_inset Newpage newpage
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \begin_layout Subsection
17447 Alignements de cellules spéciaux
17448 \begin_inset CommandInset label
17449 LatexCommand label
17450 name "sub:Alignements-de-cellules"
17451
17452 \end_inset
17453
17454
17455 \begin_inset Index idx
17456 status collapsed
17457
17458 \begin_layout Plain Layout
17459 Personnalisation des tableaux ! Alignement de cellules spéciaux
17460 \end_layout
17461
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \begin_layout Standard
17468 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17469  cellules sur un caractère donné, par exemple le séparateur décimal comme
17470  dans le tableau
17471 \begin_inset space ~
17472 \end_inset
17473
17474
17475 \begin_inset CommandInset ref
17476 LatexCommand ref
17477 reference "tab:Tableau-centré-sur-séparateur-1"
17478
17479 \end_inset
17480
17481 .
17482  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17483  soit en appuyant sur le bouton 
17484 \begin_inset Graphics
17485         filename ../../images/tabular-feature_align-decimal.png
17486         scale 85
17487         scaleBeforeRotation
17488
17489 \end_inset
17490
17491 de la barre d'outils ou en modifiant le paramètre 
17492 \family sans
17493 Alignement horizontal
17494 \family default
17495  à 
17496 \family sans
17497 Au séparateur décimal
17498 \family default
17499 .
17500  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17501  dans les paramètres du tableau.
17502 \end_layout
17503
17504 \begin_layout Standard
17505 \begin_inset Float table
17506 placement h
17507 wide false
17508 sideways false
17509 status open
17510
17511 \begin_layout Plain Layout
17512 \begin_inset Caption
17513
17514 \begin_layout Plain Layout
17515 \begin_inset CommandInset label
17516 LatexCommand label
17517 name "tab:Tableau-centré-sur-séparateur-1"
17518
17519 \end_inset
17520
17521 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17522 \end_layout
17523
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \begin_layout Plain Layout
17530 \align center
17531 \begin_inset Tabular
17532 <lyxtabular version="3" rows="4" columns="1">
17533 <features booktabs="true" tabularvalignment="middle">
17534 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17535 <row>
17536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 en-tête
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 </row>
17546 <row>
17547 <cell alignment="center" valignment="top" topline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 12,6
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 </row>
17557 <row>
17558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 0,68
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 </row>
17568 <row>
17569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 -123,0
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 </row>
17579 </lyxtabular>
17580
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \end_inset
17587
17588
17589 \end_layout
17590
17591 \begin_layout Standard
17592 \begin_inset Float table
17593 placement h
17594 wide false
17595 sideways false
17596 status open
17597
17598 \begin_layout Plain Layout
17599 \begin_inset Caption
17600
17601 \begin_layout Plain Layout
17602 \begin_inset CommandInset label
17603 LatexCommand label
17604 name "tab:Tableau-centré-sur-séparateur-2"
17605
17606 \end_inset
17607
17608 Les cellules d'une colonnes sont centrées sur les opérateurs.
17609 \end_layout
17610
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Plain Layout
17617 \align center
17618 \begin_inset Tabular
17619 <lyxtabular version="3" rows="4" columns="2">
17620 <features booktabs="true" tabularvalignment="middle">
17621 <column alignment="right" valignment="top" width="0pt">
17622 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17623 <row>
17624 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 en-tête
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 <row>
17644 <cell alignment="center" valignment="top" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 \begin_inset Formula $12\,+$
17649 \end_inset
17650
17651
17652 \end_layout
17653
17654 \end_inset
17655 </cell>
17656 <cell alignment="center" valignment="top" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660 \begin_inset Formula $\,6$
17661 \end_inset
17662
17663
17664 \end_layout
17665
17666 \end_inset
17667 </cell>
17668 </row>
17669 <row>
17670 <cell alignment="center" valignment="top" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674 \begin_inset Formula $0\,-$
17675 \end_inset
17676
17677
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 \begin_inset Formula $\,68$
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700 \begin_inset Formula $-123\,/$
17701 \end_inset
17702
17703
17704 \end_layout
17705
17706 \end_inset
17707 </cell>
17708 <cell alignment="center" valignment="top" usebox="none">
17709 \begin_inset Text
17710
17711 \begin_layout Plain Layout
17712 \begin_inset Formula $\,0$
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 </row>
17721 </lyxtabular>
17722
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Standard
17734 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17735  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17736  formules.
17737  Dans ce cas on doit utiliser la méthode du tableau
17738 \begin_inset space ~
17739 \end_inset
17740
17741
17742 \begin_inset CommandInset ref
17743 LatexCommand ref
17744 reference "tab:Tableau-centré-sur-séparateur-2"
17745
17746 \end_inset
17747
17748 .
17749  Ce tableau a été créé comme un tableau 4×2.
17750  L'en-tête est une cellule multicolonne centrée.
17751  La première colonne est alignée à droite et contient la première partie
17752  et inclue l'opérateur.
17753  La seconde colonne contient le reste de la cellule aligné à gauche.
17754  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17755  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17756  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17757  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17758  :
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764 @{}l
17765 \end_layout
17766
17767 \begin_layout Standard
17768 Le tableau
17769 \begin_inset space ~
17770 \end_inset
17771
17772
17773 \begin_inset CommandInset ref
17774 LatexCommand ref
17775 reference "tab:Plusieurs-exemples-alignements"
17776
17777 \end_inset
17778
17779  montre quelques exemples d'alignements.
17780  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17781  comme pour la deuxième colonne du tableau
17782 \begin_inset space ~
17783 \end_inset
17784
17785
17786 \begin_inset CommandInset ref
17787 LatexCommand ref
17788 reference "tab:Tableau-centré-sur-séparateur-2"
17789
17790 \end_inset
17791
17792 .
17793 \end_layout
17794
17795 \begin_layout Standard
17796 \begin_inset Float table
17797 wide false
17798 sideways false
17799 status open
17800
17801 \begin_layout Plain Layout
17802 \begin_inset Caption
17803
17804 \begin_layout Plain Layout
17805 \begin_inset CommandInset label
17806 LatexCommand label
17807 name "tab:Plusieurs-exemples-alignements"
17808
17809 \end_inset
17810
17811 Plusieurs exemples d'alignement de cellules.
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \begin_layout Plain Layout
17820 \align center
17821 \begin_inset Tabular
17822 <lyxtabular version="3" rows="4" columns="6">
17823 <features tabularvalignment="middle">
17824 <column alignment="right" valignment="top" width="0">
17825 <column alignment="left" valignment="top" width="0" special="@{}l">
17826 <column alignment="right" valignment="top" width="0">
17827 <column alignment="left" valignment="top" width="0" special="@{}l">
17828 <column alignment="right" valignment="top" width="0">
17829 <column alignment="left" valignment="top" width="0" special="@{}l">
17830 <row>
17831 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 unités
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853 exposants
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 relations
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 </row>
17886 <row>
17887 <cell alignment="center" valignment="top" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891 12×
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900 24
17901 \begin_inset space \thinspace{}
17902 \end_inset
17903
17904 bouteilles
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell alignment="center" valignment="top" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 \begin_inset Formula $10\cdot$
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925 \begin_inset Formula $10^{\mbox{-}17}$
17926 \end_inset
17927
17928
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 <cell alignment="center" valignment="top" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937 \begin_inset Formula $\Gamma(t)\propto$
17938 \end_inset
17939
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 \begin_inset Formula $\:\Upsilon(t)$
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 </row>
17958 <row>
17959 <cell alignment="center" valignment="top" usebox="none">
17960 \begin_inset Text
17961
17962 \begin_layout Plain Layout
17963 1024×
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 768
17973 \begin_inset space \thinspace{}
17974 \end_inset
17975
17976 Pixels
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $5.78\cdot$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 \begin_inset Formula $10^{7}$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 \begin_inset Formula $A\ne$
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Formula $\: B_{\mathrm{red}}$
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 </row>
18030 <row>
18031 <cell alignment="center" valignment="top" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 32×
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044 6
18045 \begin_inset space \thinspace{}
18046 \end_inset
18047
18048 cm
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 -
18058 \begin_inset Formula $33.5\cdot$
18059 \end_inset
18060
18061
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 \begin_inset Formula $10^{4}$
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 \begin_inset Formula $\sin(\alpha)\ge$
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 <cell alignment="center" valignment="top" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 \begin_inset Formula $\:\sin(\beta)$
18095 \end_inset
18096
18097
18098 \end_layout
18099
18100 \end_inset
18101 </cell>
18102 </row>
18103 </lyxtabular>
18104
18105 \end_inset
18106
18107
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Subsection
18116 Formats de cellule et de colonne personnalisés
18117 \begin_inset CommandInset label
18118 LatexCommand label
18119 name "sub:Formats-personnalisés"
18120
18121 \end_inset
18122
18123
18124 \begin_inset Index idx
18125 status collapsed
18126
18127 \begin_layout Plain Layout
18128 Personnalisation des tableaux !  Format de cellule/colonne
18129 \end_layout
18130
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \begin_layout Standard
18137 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18138  multicolonne comme dans la section
18139 \begin_inset space ~
18140 \end_inset
18141
18142
18143 \begin_inset CommandInset ref
18144 LatexCommand ref
18145 reference "sub:Calculs-multicolonnes"
18146
18147 \end_inset
18148
18149  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18150  multicolonnes.
18151  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18152  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18153  du document.
18154  Le format est défini avec la commande
18155 \end_layout
18156
18157 \begin_layout Standard
18158
18159 \series bold
18160
18161 \backslash
18162 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18163 \end_layout
18164
18165 \begin_layout Standard
18166 Le nom du format peut n'avoir qu'une lettre.
18167  Les lettres 
18168 \emph on
18169 b
18170 \emph default
18171
18172 \emph on
18173 c
18174 \emph default
18175
18176 \emph on
18177 l
18178 \emph default
18179
18180 \emph on
18181 m
18182 \emph default
18183
18184 \emph on
18185 p
18186 \emph default
18187  et 
18188 \emph on
18189 r
18190 \emph default
18191  sont prédéfinies et donc ne peuvent être utilisées.
18192  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18193 \end_layout
18194
18195 \begin_layout Standard
18196 \begin_inset VSpace medskip
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Standard
18203 Pour de cellules multicolonnes centrées verticalement et horizontalement
18204  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18205  :
18206 \end_layout
18207
18208 \begin_layout Standard
18209
18210 \series bold
18211
18212 \backslash
18213 newcolumntype{M}[1]{>{
18214 \backslash
18215 centering
18216 \backslash
18217 hspace{0pt}}m{#1}}
18218 \end_layout
18219
18220 \begin_layout Standard
18221 Où le 
18222 \series bold
18223
18224 \backslash
18225 hspace{0pt}
18226 \series default
18227  évite le problème de césure du premier mot, comme c'est décrit en section
18228 \begin_inset space ~
18229 \end_inset
18230
18231
18232 \begin_inset CommandInset ref
18233 LatexCommand ref
18234 reference "sub:Lignes-multiple-dans-cellule"
18235
18236 \end_inset
18237
18238 .
18239  Ensuite, vous pouvez entrer
18240 \end_layout
18241
18242 \begin_layout Standard
18243
18244 \series bold
18245 M{width}
18246 \end_layout
18247
18248 \begin_layout Standard
18249 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18250  une multicolonne.
18251 \end_layout
18252
18253 \begin_layout Standard
18254 \begin_inset VSpace bigskip
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \begin_layout Standard
18261 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18262  définir le format
18263 \end_layout
18264
18265 \begin_layout Standard
18266
18267 \series bold
18268
18269 \backslash
18270 newcolumntype{S}[2]{>{
18271 \backslash
18272 centering
18273 \backslash
18274 hspace{0pt}}
18275 \begin_inset Newline newline
18276 \end_inset
18277
18278
18279 \begin_inset Phantom HPhantom
18280 status open
18281
18282 \begin_layout Plain Layout
18283
18284 \series bold
18285
18286 \backslash
18287 newcolumntype{S}[2]
18288 \end_layout
18289
18290 \end_inset
18291
18292 m{(#1+(2
18293 \backslash
18294 tabcolsep+
18295 \backslash
18296 arrayrulewidth)*(1-#2))/#2}}
18297 \end_layout
18298
18299 \begin_layout Standard
18300 Ce format utilise l'équation
18301 \begin_inset space ~
18302 \end_inset
18303
18304
18305 \begin_inset CommandInset ref
18306 LatexCommand eqref
18307 reference "eq:Wgn"
18308
18309 \end_inset
18310
18311  pour calculer la largeur que doit avoir chacune des cellules couverte par
18312  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18313 \end_layout
18314
18315 \begin_layout Standard
18316 Ensuite, vous pouvez entrer
18317 \end_layout
18318
18319 \begin_layout Standard
18320
18321 \series bold
18322 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18323 \end_layout
18324
18325 \begin_layout Standard
18326 comme paramètre LaTeX de la colonne.
18327 \end_layout
18328
18329 \begin_layout Standard
18330 \begin_inset VSpace bigskip
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Standard
18337 Pour des colonnes colorées, vous pouvez définir
18338 \end_layout
18339
18340 \begin_layout Standard
18341
18342 \series bold
18343
18344 \backslash
18345 newcolumntype{K}[1]{>{
18346 \backslash
18347 columncolor{#1}
18348 \backslash
18349 hspace{0pt}}c}
18350 \end_layout
18351
18352 \begin_layout Standard
18353 Le 
18354 \begin_inset Quotes eld
18355 \end_inset
18356
18357 c
18358 \begin_inset Quotes erd
18359 \end_inset
18360
18361  à la fin crée une colonne de largeur variable dont le texte est centré
18362  horizontalement.
18363  Vous pouvez maintenant entrer
18364 \end_layout
18365
18366 \begin_layout Standard
18367
18368 \series bold
18369 K{nom de couleur}
18370 \end_layout
18371
18372 \begin_layout Standard
18373 comme paramètre LaTeX.
18374 \end_layout
18375
18376 \begin_layout Standard
18377 \begin_inset VSpace bigskip
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Pour créer le tableau
18385 \begin_inset space ~
18386 \end_inset
18387
18388
18389 \begin_inset CommandInset ref
18390 LatexCommand ref
18391 reference "tab:Tableau-formats-personnalisés"
18392
18393 \end_inset
18394
18395  utilisez les paramètres LaTeX
18396 \end_layout
18397
18398 \begin_layout Standard
18399
18400 \series bold
18401 M{2.5cm}
18402 \end_layout
18403
18404 \begin_layout Standard
18405 pour la première colonne et la multicolonne,
18406 \end_layout
18407
18408 \begin_layout Standard
18409
18410 \series bold
18411 K{red}
18412 \end_layout
18413
18414 \begin_layout Standard
18415 pour la dernière colonne, et
18416 \end_layout
18417
18418 \begin_layout Standard
18419
18420 \series bold
18421 S{2.5cm}{2}
18422 \end_layout
18423
18424 \begin_layout Standard
18425 pour les cellules de la deuxième colonne.
18426 \end_layout
18427
18428 \begin_layout Standard
18429 \begin_inset Float table
18430 placement h
18431 wide false
18432 sideways false
18433 status open
18434
18435 \begin_layout Plain Layout
18436 \begin_inset Caption
18437
18438 \begin_layout Plain Layout
18439 \begin_inset CommandInset label
18440 LatexCommand label
18441 name "tab:Tableau-formats-personnalisés"
18442
18443 \end_inset
18444
18445 Tableau utilisant des formats personnalisés
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Plain Layout
18454 \align center
18455 \begin_inset Tabular
18456 <lyxtabular version="3" rows="3" columns="4">
18457 <features tabularvalignment="middle">
18458 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18459 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18460 <column alignment="center" valignment="middle" width="0">
18461 <column alignment="center" valignment="middle" width="0" special="K{red}">
18462 <row>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 motTrèsLongDansUneCellule
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 multicolonne avec multiligne
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 c
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 <row>
18501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 d
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 e
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523 f
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 g
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 </row>
18538 <row>
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 h
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 i
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 j
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 k
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 </row>
18576 </lyxtabular>
18577
18578 \end_inset
18579
18580
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Subsection
18589 Épaisseur des filets
18590 \begin_inset CommandInset label
18591 LatexCommand label
18592 name "sub:Epaisseur-filets"
18593
18594 \end_inset
18595
18596
18597 \begin_inset Index idx
18598 status collapsed
18599
18600 \begin_layout Plain Layout
18601 Personnalisation des tableaux ! Épaisseur filets
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Standard
18610 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18611  
18612 \series bold
18613
18614 \backslash
18615 arrayrulewidth
18616 \series default
18617 .
18618  Pour mettre, par exemple, une épaisseur de filet de 1.5
18619 \begin_inset space \thinspace{}
18620 \end_inset
18621
18622 pt, comme pour le tableau
18623 \begin_inset space ~
18624 \end_inset
18625
18626
18627 \begin_inset CommandInset ref
18628 LatexCommand ref
18629 reference "tab:Tableau-filets-1.5pt"
18630
18631 \end_inset
18632
18633 , insérez la commande
18634 \end_layout
18635
18636 \begin_layout Standard
18637
18638 \series bold
18639
18640 \backslash
18641 setlength{
18642 \backslash
18643 arrayrulewidth}{1.5pt}
18644 \end_layout
18645
18646 \begin_layout Standard
18647 en code TeX avant le tableau ou le flottant de tableau.
18648  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18649  suivent.
18650  pour revenir aux valeurs implicites, mettez 
18651 \series bold
18652
18653 \backslash
18654 arrayrulewidth
18655 \series default
18656  à 0.4
18657 \begin_inset space \thinspace{}
18658 \end_inset
18659
18660 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18661 \end_layout
18662
18663 \begin_layout Standard
18664 \begin_inset ERT
18665 status collapsed
18666
18667 \begin_layout Plain Layout
18668
18669
18670 \backslash
18671 setlength{
18672 \backslash
18673 arrayrulewidth}{1.5pt}
18674 \end_layout
18675
18676 \end_inset
18677
18678
18679 \begin_inset Float table
18680 wide false
18681 sideways false
18682 status open
18683
18684 \begin_layout Plain Layout
18685 \begin_inset Caption
18686
18687 \begin_layout Plain Layout
18688 \begin_inset CommandInset label
18689 LatexCommand label
18690 name "tab:Tableau-filets-1.5pt"
18691
18692 \end_inset
18693
18694 Tableau avec des filets de 1.5
18695 \begin_inset space \thinspace{}
18696 \end_inset
18697
18698 pt
18699 \end_layout
18700
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \begin_layout Plain Layout
18707 \align center
18708 \begin_inset Tabular
18709 <lyxtabular version="3" rows="3" columns="3">
18710 <features tabularvalignment="middle">
18711 <column alignment="center" valignment="top" width="0">
18712 <column alignment="center" valignment="top" width="0">
18713 <column alignment="center" valignment="top" width="0">
18714 <row>
18715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719 sd
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \end_layout
18739
18740 \end_inset
18741 </cell>
18742 </row>
18743 <row>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 sd
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 </row>
18772 <row>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 sd
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 </row>
18801 </lyxtabular>
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Plain Layout
18815
18816
18817 \backslash
18818 setlength{
18819 \backslash
18820 arrayrulewidth}{0.4pt}
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 \begin_inset VSpace bigskip
18830 \end_inset
18831
18832 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18833 \begin_inset space \thinspace{}
18834 \end_inset
18835
18836 pt, comme dans le tableau
18837 \begin_inset space ~
18838 \end_inset
18839
18840
18841 \begin_inset CommandInset ref
18842 LatexCommand ref
18843 reference "tab:Tableau-filets-horizontaux-1.5pt"
18844
18845 \end_inset
18846
18847 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18848  de tableau :
18849 \end_layout
18850
18851 \begin_layout Standard
18852
18853 \series bold
18854
18855 \backslash
18856 let
18857 \backslash
18858 myHline
18859 \backslash
18860 hline
18861 \begin_inset Newline newline
18862 \end_inset
18863
18864
18865 \backslash
18866 renewcommand{
18867 \backslash
18868 hline}
18869 \begin_inset Newline newline
18870 \end_inset
18871
18872  {
18873 \backslash
18874 noalign{
18875 \backslash
18876 global
18877 \backslash
18878 arrayrulewidth 1.5pt}
18879 \begin_inset Newline newline
18880 \end_inset
18881
18882  
18883 \backslash
18884 myHline
18885 \backslash
18886 noalign{
18887 \backslash
18888 global
18889 \backslash
18890 arrayrulewidth 0.4pt}}
18891 \end_layout
18892
18893 \begin_layout Standard
18894 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18895  en code TeX après le tableau ou le flottant de tableau :
18896 \end_layout
18897
18898 \begin_layout Standard
18899
18900 \series bold
18901
18902 \backslash
18903 renewcommand{
18904 \backslash
18905 hline}{
18906 \backslash
18907 myHline}
18908 \end_layout
18909
18910 \begin_layout Standard
18911 \begin_inset ERT
18912 status collapsed
18913
18914 \begin_layout Plain Layout
18915
18916
18917 \backslash
18918 let
18919 \backslash
18920 myHline
18921 \backslash
18922 hline
18923 \end_layout
18924
18925 \begin_layout Plain Layout
18926
18927
18928 \backslash
18929 renewcommand{
18930 \backslash
18931 hline}
18932 \end_layout
18933
18934 \begin_layout Plain Layout
18935
18936  {
18937 \backslash
18938 noalign{
18939 \backslash
18940 global
18941 \backslash
18942 arrayrulewidth 1.5pt}
18943 \end_layout
18944
18945 \begin_layout Plain Layout
18946
18947   
18948 \backslash
18949 myHline
18950 \backslash
18951 noalign{
18952 \backslash
18953 global
18954 \backslash
18955 arrayrulewidth 0.4pt}}
18956 \end_layout
18957
18958 \end_inset
18959
18960
18961 \begin_inset Float table
18962 wide false
18963 sideways false
18964 status open
18965
18966 \begin_layout Plain Layout
18967 \begin_inset Caption
18968
18969 \begin_layout Plain Layout
18970 \begin_inset CommandInset label
18971 LatexCommand label
18972 name "tab:Tableau-filets-horizontaux-1.5pt"
18973
18974 \end_inset
18975
18976 Tableau avec des filets horizontaux de 1.5
18977 \begin_inset space \thinspace{}
18978 \end_inset
18979
18980 pt
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \begin_layout Plain Layout
18989 \align center
18990 \begin_inset Tabular
18991 <lyxtabular version="3" rows="3" columns="3">
18992 <features tabularvalignment="middle">
18993 <column alignment="center" valignment="top" width="0">
18994 <column alignment="center" valignment="top" width="0">
18995 <column alignment="center" valignment="top" width="0">
18996 <row>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 sd
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 </row>
19025 <row>
19026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Plain Layout
19030
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039 sd
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 <row>
19055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 sd
19078 \end_layout
19079
19080 \end_inset
19081 </cell>
19082 </row>
19083 </lyxtabular>
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \end_inset
19091
19092
19093 \begin_inset ERT
19094 status collapsed
19095
19096 \begin_layout Plain Layout
19097
19098
19099 \backslash
19100 renewcommand{
19101 \backslash
19102 hline}{
19103 \backslash
19104 myHline}
19105 \end_layout
19106
19107 \end_inset
19108
19109
19110 \end_layout
19111
19112 \begin_layout Standard
19113 \begin_inset VSpace bigskip
19114 \end_inset
19115
19116 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19117 \begin_inset space \thinspace{}
19118 \end_inset
19119
19120 pt, créez le format de colonne suivant dans le préambule, en suivant la
19121  description de la section
19122 \begin_inset space ~
19123 \end_inset
19124
19125
19126 \begin_inset CommandInset ref
19127 LatexCommand ref
19128 reference "sub:Formats-personnalisés"
19129
19130 \end_inset
19131
19132 :
19133 \end_layout
19134
19135 \begin_layout Standard
19136
19137 \series bold
19138
19139 \backslash
19140 newcolumntype{V}{!{
19141 \backslash
19142 vrule width 1.5pt}}
19143 \end_layout
19144
19145 \begin_layout Standard
19146 Pour le tableau
19147 \begin_inset space ~
19148 \end_inset
19149
19150
19151 \begin_inset CommandInset ref
19152 LatexCommand ref
19153 reference "tab:Tableau-filets-verticaux-1.5pt"
19154
19155 \end_inset
19156
19157  le paramètre LaTeX 
19158 \end_layout
19159
19160 \begin_layout Standard
19161
19162 \series bold
19163 VcV
19164 \end_layout
19165
19166 \begin_layout Standard
19167 a été utilisé pour la dernière colonne et
19168 \end_layout
19169
19170 \begin_layout Standard
19171
19172 \series bold
19173 Vc
19174 \end_layout
19175
19176 \begin_layout Standard
19177 pour les autres colonnes.
19178 \end_layout
19179
19180 \begin_layout Standard
19181 \begin_inset Float table
19182 wide false
19183 sideways false
19184 status open
19185
19186 \begin_layout Plain Layout
19187 \begin_inset Caption
19188
19189 \begin_layout Plain Layout
19190 \begin_inset CommandInset label
19191 LatexCommand label
19192 name "tab:Tableau-filets-verticaux-1.5pt"
19193
19194 \end_inset
19195
19196 Tableau avec des filets verticaux de 1.5
19197 \begin_inset space \thinspace{}
19198 \end_inset
19199
19200 pt 
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Plain Layout
19209 \align center
19210 \begin_inset Tabular
19211 <lyxtabular version="3" rows="3" columns="3">
19212 <features tabularvalignment="middle">
19213 <column alignment="center" valignment="top" width="0" special="Vc">
19214 <column alignment="center" valignment="top" width="0" special="Vc">
19215 <column alignment="center" valignment="top" width="0" special="VcV">
19216 <row>
19217 <cell alignment="center" valignment="top" topline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 sd
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 </row>
19245 <row>
19246 <cell alignment="center" valignment="top" topline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 <cell alignment="center" valignment="top" topline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259 sd
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 sd
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 </lyxtabular>
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \begin_layout Subsection
19316 Filets à traits interrompus
19317 \begin_inset Index idx
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321 Personnalisation des tableaux ! Filets à traits interrompus
19322 \end_layout
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 \begin_inset ERT
19331 status collapsed
19332
19333 \begin_layout Plain Layout
19334
19335
19336 \backslash
19337 ifarydshln
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \begin_inset Note Note
19344 status open
19345
19346 \begin_layout Plain Layout
19347 La section suivante ne s'affichera que si vous avez installé le paquetage
19348  LaTeX 
19349 \series bold
19350 arydshln
19351 \series default
19352 .
19353 \end_layout
19354
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \begin_layout Standard
19361 \begin_inset Float table
19362 placement H
19363 wide false
19364 sideways false
19365 status open
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Caption
19369
19370 \begin_layout Plain Layout
19371 \begin_inset CommandInset label
19372 LatexCommand label
19373 name "tab:Tableau-filets-tirets"
19374
19375 \end_inset
19376
19377 Tableau avec des filets à traits interrompus
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \begin_layout Plain Layout
19386 \align center
19387 \begin_inset Tabular
19388 <lyxtabular version="3" rows="5" columns="5">
19389 <features tabularvalignment="middle">
19390 <column alignment="center" valignment="top" width="0">
19391 <column alignment="center" valignment="top" width="0">
19392 <column alignment="center" valignment="top" width="0" special=":c">
19393 <column alignment="center" valignment="top" width="0">
19394 <column alignment="center" valignment="top" width="0">
19395 <row>
19396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 a
19401 \end_layout
19402
19403 \end_inset
19404 </cell>
19405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19406 \begin_inset Text
19407
19408 \begin_layout Plain Layout
19409 b
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 c
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 d
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19433 \begin_inset Text
19434
19435 \begin_layout Plain Layout
19436 e
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447 f
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456 g
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 h
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 i
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 j
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 </row>
19489 <row>
19490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 \begin_inset ERT
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498
19499
19500 \backslash
19501 hdashline 
19502 \end_layout
19503
19504 \end_inset
19505
19506 k
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 l
19516 \end_layout
19517
19518 \end_inset
19519 </cell>
19520 <cell alignment="center" valignment="top" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524 m
19525 \end_layout
19526
19527 \end_inset
19528 </cell>
19529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19530 \begin_inset Text
19531
19532 \begin_layout Plain Layout
19533 n
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 o
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 \begin_inset ERT
19554 status collapsed
19555
19556 \begin_layout Plain Layout
19557
19558
19559 \backslash
19560 cdashline{4-5}
19561 \end_layout
19562
19563 \end_inset
19564
19565 p
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 q
19575 \end_layout
19576
19577 \end_inset
19578 </cell>
19579 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19580 \begin_inset Text
19581
19582 \begin_layout Plain Layout
19583 r
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 s
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19598 \begin_inset Text
19599
19600 \begin_layout Plain Layout
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 <row>
19608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612 t
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621 u
19622 \end_layout
19623
19624 \end_inset
19625 </cell>
19626 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630 v
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 w
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648 x
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 </lyxtabular>
19655
19656 \end_inset
19657
19658
19659 \end_layout
19660
19661 \end_inset
19662
19663
19664 \end_layout
19665
19666 \begin_layout Standard
19667 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19668  donc employer du code TeX.
19669  Mais avant il faut charger le paquetage LaTeX 
19670 \series bold
19671 arydshln
19672 \series default
19673
19674 \begin_inset Index idx
19675 status collapsed
19676
19677 \begin_layout Plain Layout
19678 Paquetages LaTeX ! arydshln
19679 \end_layout
19680
19681 \end_inset
19682
19683  dans le préambule du document avec la commande 
19684 \end_layout
19685
19686 \begin_layout Standard
19687
19688 \series bold
19689
19690 \backslash
19691 usepackage{arydshln}
19692 \end_layout
19693
19694 \begin_layout Standard
19695 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19696  
19697 \begin_inset Quotes eld
19698 \end_inset
19699
19700 :
19701 \begin_inset Quotes erd
19702 \end_inset
19703
19704  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19705  dans la fenêtre de dialogue de paramètre du tableau.
19706 \end_layout
19707
19708 \begin_layout Standard
19709 Pour un trait horizontal interrompu, ajoutez la commande
19710 \end_layout
19711
19712 \begin_layout Standard
19713
19714 \series bold
19715
19716 \backslash
19717 hdashline
19718 \end_layout
19719
19720 \begin_layout Standard
19721 en code TeX comme premier élément de la première cellule de la ligne de
19722  tableau.
19723 \end_layout
19724
19725 \begin_layout Standard
19726 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19727  commande 
19728 \end_layout
19729
19730 \begin_layout Standard
19731
19732 \series bold
19733
19734 \backslash
19735 cdashline{
19736 \series default
19737 numéros de colonnes}
19738 \end_layout
19739
19740 \begin_layout Standard
19741 en code TeX comme premier élément de la première cellule de la ligne.
19742  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19743  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19744 \end_layout
19745
19746 \begin_layout Standard
19747
19748 \series bold
19749
19750 \backslash
19751 cdashline{2-4}
19752 \end_layout
19753
19754 \begin_layout Standard
19755 comme premier élément de la première cellule de la ligne contenant la multicolon
19756 ne.
19757 \end_layout
19758
19759 \begin_layout Standard
19760 \begin_inset VSpace bigskip
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \begin_layout Standard
19767 Le tableau
19768 \begin_inset space ~
19769 \end_inset
19770
19771
19772 \begin_inset CommandInset ref
19773 LatexCommand ref
19774 reference "tab:Tableau-filets-tirets"
19775
19776 \end_inset
19777
19778  a été créé en utilisant 
19779 \begin_inset Quotes eld
19780 \end_inset
19781
19782
19783 \series bold
19784 :c
19785 \series default
19786
19787 \begin_inset Quotes erd
19788 \end_inset
19789
19790  comme paramètre LaTeX pour la troisième colonne.
19791  La commande en code TeX 
19792 \series bold
19793
19794 \backslash
19795 hdashline
19796 \series default
19797  a été insérée dans la première cellule de la troisième ligne et la commande
19798  en code TeX 
19799 \series bold
19800
19801 \backslash
19802 cdashline{4-5}
19803 \series default
19804  a été insérée dans la première cellule de la quatrième ligne.
19805 \end_layout
19806
19807 \begin_layout Standard
19808 \begin_inset Note Greyedout
19809 status open
19810
19811 \begin_layout Plain Layout
19812
19813 \series bold
19814 Note:
19815 \series default
19816  Le paquetage LaTeX 
19817 \series bold
19818 arydshln
19819 \series default
19820  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19821  
19822 \series bold
19823 colortbl
19824 \series default
19825
19826 \begin_inset Index idx
19827 status collapsed
19828
19829 \begin_layout Plain Layout
19830 Paquetages LaTeX ! colortbl
19831 \end_layout
19832
19833 \end_inset
19834
19835  qui est utilisé pour avoir des tableaux colorés dans la section
19836 \begin_inset space ~
19837 \end_inset
19838
19839
19840 \begin_inset CommandInset ref
19841 LatexCommand ref
19842 reference "sec:Tableaux-Colorés"
19843
19844 \end_inset
19845
19846 .
19847  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19848  traits interrompus.
19849 \end_layout
19850
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \begin_layout Standard
19857 \begin_inset ERT
19858 status collapsed
19859
19860 \begin_layout Plain Layout
19861
19862
19863 \backslash
19864 else
19865 \end_layout
19866
19867 \end_inset
19868
19869
19870 \begin_inset Note Note
19871 status open
19872
19873 \begin_layout Plain Layout
19874 Ce qui suit sera affiché si le paquetage LaTeX 
19875 \series bold
19876 arydshln
19877 \series default
19878  n'est pas installé :
19879 \end_layout
19880
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \begin_layout Standard
19887 Vous devez installer le paquetage LaTeX 
19888 \series bold
19889 arydshln
19890 \series default
19891  pour voir le contenu des cette section dans la sortie imprimée.
19892 \end_layout
19893
19894 \begin_layout Standard
19895 \begin_inset ERT
19896 status collapsed
19897
19898 \begin_layout Plain Layout
19899
19900
19901 \backslash
19902 fi
19903 \end_layout
19904
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \begin_layout Chapter
19911 Flottants
19912 \begin_inset Index idx
19913 status collapsed
19914
19915 \begin_layout Plain Layout
19916 Flottants
19917 \end_layout
19918
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \begin_layout Section
19925 Introduction
19926 \begin_inset CommandInset label
19927 LatexCommand label
19928 name "sec:Flottants-Introduction"
19929
19930 \end_inset
19931
19932
19933 \begin_inset Index idx
19934 status collapsed
19935
19936 \begin_layout Plain Layout
19937 Flottants ! Introduction
19938 \end_layout
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Standard
19946 Un flottant est une portion de document, qui peut être associé à une étiquette
19947  et dont la position n'est pas fixée.
19948  Il peut 
19949 \begin_inset Quotes eld
19950 \end_inset
19951
19952 flotter
19953 \begin_inset Quotes erd
19954 \end_inset
19955
19956  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19957  plus approprié.
19958  Les 
19959 \family sans
19960 Notes
19961 \begin_inset space ~
19962 \end_inset
19963
19964 en
19965 \begin_inset space ~
19966 \end_inset
19967
19968 Bas
19969 \begin_inset space ~
19970 \end_inset
19971
19972 de
19973 \begin_inset space ~
19974 \end_inset
19975
19976 Page
19977 \family default
19978  et le 
19979 \family sans
19980 Notes
19981 \begin_inset space ~
19982 \end_inset
19983
19984 en
19985 \begin_inset space ~
19986 \end_inset
19987
19988 Marge
19989 \family default
19990  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19991  sur la page suivante quand il y a trop de notes sur la page courante.
19992 \end_layout
19993
19994 \begin_layout Standard
19995 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19996  très grande qualité.
19997  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19998  éviter des lignes blanches ou des pages sans texte.
19999  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20000  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20001  le texte.
20002  Les flottants sont donc numérotés.
20003  Les références croisées sont décrites dans la section
20004 \begin_inset space ~
20005 \end_inset
20006
20007
20008 \begin_inset CommandInset ref
20009 LatexCommand ref
20010 reference "sec:Referencer-les-Flottants"
20011
20012 \end_inset
20013
20014 .
20015 \end_layout
20016
20017 \begin_layout Standard
20018 Pour insérer un flottant, on utilise un des sous menus du menu 
20019 \family sans
20020 Insérer\SpecialChar \menuseparator
20021 Flottant.
20022
20023 \family default
20024  Une boîte va être insérée dans votre document avec par exemple une étiquette
20025  du genre 
20026 \begin_inset Quotes eld
20027 \end_inset
20028
20029 Figure
20030 \begin_inset space ~
20031 \end_inset
20032
20033 #:
20034 \begin_inset Quotes erd
20035 \end_inset
20036
20037  (où # est un numéro).
20038  L'étiquette est automatiquement traduite dans la langue du document dans
20039  la sortie finale.
20040  Après l'étiquette vous pouvez insérer du texte comme légende.
20041  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20042  séparé, à l'intérieur du flottant.
20043  Vous trouverez plus de détails sur le positionnement des légendes dans
20044  la section
20045 \begin_inset space ~
20046 \end_inset
20047
20048
20049 \begin_inset CommandInset ref
20050 LatexCommand ref
20051 reference "sec:Placement-légende"
20052
20053 \end_inset
20054
20055 .
20056  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20057  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20058  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20059  Une boîte de flottant fermée ressemble à ceci : 
20060 \begin_inset Graphics
20061         filename clipart/floatQt4.png
20062         scale 60
20063
20064 \end_inset
20065
20066  – une case grise avec un texte rouge.
20067 \end_layout
20068
20069 \begin_layout Standard
20070 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20071  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20072  est formaté de façon particulière.
20073 \end_layout
20074
20075 \begin_layout Section
20076 Les Types de Flottants
20077 \end_layout
20078
20079 \begin_layout Standard
20080 En plus des flottants de figures et de tableau qui sont décrits respectivement
20081  dans les sections
20082 \begin_inset space ~
20083 \end_inset
20084
20085
20086 \begin_inset CommandInset ref
20087 LatexCommand ref
20088 reference "sec:Figure-Floats"
20089
20090 \end_inset
20091
20092  et 
20093 \begin_inset CommandInset ref
20094 LatexCommand ref
20095 reference "sec:Table-Floats"
20096
20097 \end_inset
20098
20099 , LyX offre aussi les types 
20100 \series bold
20101 Algorithme
20102 \series default
20103  et 
20104 \series bold
20105 Enrobage
20106 \series default
20107 .
20108 \end_layout
20109
20110 \begin_layout Subsection
20111 Flottant d'algorithme
20112 \begin_inset Index idx
20113 status collapsed
20114
20115 \begin_layout Plain Layout
20116 Flottants ! Algorithmes
20117 \end_layout
20118
20119 \end_inset
20120
20121
20122 \begin_inset CommandInset label
20123 LatexCommand label
20124 name "sub:Flottant-d'Algorithme"
20125
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \begin_layout Standard
20132 \begin_inset Float algorithm
20133 placement h
20134 wide false
20135 sideways false
20136 status open
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Caption
20140
20141 \begin_layout Plain Layout
20142 \begin_inset CommandInset label
20143 LatexCommand label
20144 name "alg:Exemple-Flottant-Algorithme"
20145
20146 \end_inset
20147
20148 Exemple de flottant d'algorithme
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout LyX-Code
20157 for I in 1..N loop
20158 \begin_inset Newline newline
20159 \end_inset
20160
20161  Sum:= Sum + A(I); /*comment*/
20162 \begin_inset Newline newline
20163 \end_inset
20164
20165 end loop
20166 \begin_inset VSpace -4mm
20167 \end_inset
20168
20169
20170 \end_layout
20171
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \begin_layout Standard
20178 Ce type de flottant est inséré à l'aide du menu 
20179 \family sans
20180 Insérer\SpecialChar \menuseparator
20181 Flottant\SpecialChar \menuseparator
20182 Algorithme
20183 \family default
20184 .
20185  Il peut être utilisé pour des morceaux de code source ou des descriptions
20186  d'algorithmes et peut être utilisé comme une alternative au listing de
20187  code source qui est décrit au chapitre
20188 \begin_inset space ~
20189 \end_inset
20190
20191
20192 \begin_inset CommandInset ref
20193 LatexCommand ref
20194 reference "cha:Program-Code-Listings"
20195
20196 \end_inset
20197
20198 .
20199  Vous pouvez par exemple utiliser l'environnement Code
20200 \begin_inset space ~
20201 \end_inset
20202
20203 LyX qui est décrit dans le 
20204 \emph on
20205 Guide
20206 \emph default
20207
20208 \begin_inset space ~
20209 \end_inset
20210
20211
20212 \emph on
20213 de
20214 \begin_inset space ~
20215 \end_inset
20216
20217 l'Utilisateur
20218 \emph default
20219  de LyX.
20220  l'algorithme
20221 \begin_inset space ~
20222 \end_inset
20223
20224
20225 \begin_inset CommandInset ref
20226 LatexCommand ref
20227 reference "alg:Exemple-Flottant-Algorithme"
20228
20229 \end_inset
20230
20231  est un exemple de flottant d'algorithme où un espace vertical de -4
20232 \begin_inset space \thinspace{}
20233 \end_inset
20234
20235 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20236  soit placée exactement sous le texte de la dernière ligne.
20237 \end_layout
20238
20239 \begin_layout Standard
20240 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20241  du document.
20242  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20243 ent en ajoutant la ligne suivante dans le préambule de votre document :
20244 \end_layout
20245
20246 \begin_layout Standard
20247
20248 \series bold
20249
20250 \backslash
20251 floatname{algorithm}{votre
20252 \begin_inset space ~
20253 \end_inset
20254
20255 nom}
20256 \end_layout
20257
20258 \begin_layout Standard
20259
20260 \family sans
20261  votre
20262 \begin_inset space ~
20263 \end_inset
20264
20265 nom
20266 \family default
20267  est le mot 
20268 \begin_inset Quotes eld
20269 \end_inset
20270
20271
20272 \emph on
20273 algorithme
20274 \emph default
20275
20276 \begin_inset Quotes erd
20277 \end_inset
20278
20279  dans votre langue.
20280 \end_layout
20281
20282 \begin_layout Standard
20283 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20284 \family sans
20285 Insérer\SpecialChar \menuseparator
20286 Listes
20287 \begin_inset space ~
20288 \end_inset
20289
20290 &
20291 \begin_inset space ~
20292 \end_inset
20293
20294 TdM\SpecialChar \menuseparator
20295 Liste
20296 \begin_inset space ~
20297 \end_inset
20298
20299 des
20300 \begin_inset space ~
20301 \end_inset
20302
20303 algorithmes
20304 \family default
20305  si votre document est en la même langue que les menus de LyX.
20306  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20307  en code TeX à la place:
20308 \end_layout
20309
20310 \begin_layout Standard
20311
20312 \series bold
20313
20314 \backslash
20315 listof{algorithm}{votre
20316 \begin_inset space ~
20317 \end_inset
20318
20319 nom}
20320 \end_layout
20321
20322 \begin_layout Standard
20323 où 
20324 \family sans
20325 votre
20326 \begin_inset space ~
20327 \end_inset
20328
20329 nom
20330 \family default
20331  est la traduction de 
20332 \begin_inset Quotes eld
20333 \end_inset
20334
20335
20336 \emph on
20337 List of Algorithm
20338 \emph default
20339 s
20340 \begin_inset Quotes erd
20341 \end_inset
20342
20343  dans votre langue.
20344 \end_layout
20345
20346 \begin_layout Standard
20347 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20348  le schéma 
20349 \begin_inset Quotes eld
20350 \end_inset
20351
20352 chapitre.algorithme
20353 \begin_inset Quotes erd
20354 \end_inset
20355
20356  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20357  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20358  commande dans le préambule de votre document :
20359 \end_layout
20360
20361 \begin_layout Standard
20362
20363 \series bold
20364
20365 \backslash
20366 numberwithin{algorithm}{chapter}
20367 \end_layout
20368
20369 \begin_layout Standard
20370 Pour pouvoir utiliser la commande 
20371 \series bold
20372
20373 \backslash
20374 numberwithin
20375 \series default
20376 , activez l'option 
20377 \family sans
20378 Utiliser
20379 \begin_inset space ~
20380 \end_inset
20381
20382 le
20383 \begin_inset space ~
20384 \end_inset
20385
20386 paquetage
20387 \begin_inset space ~
20388 \end_inset
20389
20390 AMS
20391 \begin_inset space ~
20392 \end_inset
20393
20394 math
20395 \family default
20396  dans la rubrique 
20397 \family sans
20398 Options
20399 \begin_inset space ~
20400 \end_inset
20401
20402 des
20403 \begin_inset space ~
20404 \end_inset
20405
20406 Maths
20407 \family default
20408  de la fenêtre de dialogue 
20409 \family sans
20410 Paramètres
20411 \begin_inset space ~
20412 \end_inset
20413
20414 du
20415 \begin_inset space ~
20416 \end_inset
20417
20418 Document
20419 \family default
20420 .
20421 \begin_inset Newpage newpage
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \begin_layout Subsection
20428 Flottant d'enrobage
20429 \begin_inset Index idx
20430 status collapsed
20431
20432 \begin_layout Plain Layout
20433 Flottants ! Flottants d'enrobage
20434 \end_layout
20435
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \begin_layout Standard
20442 \begin_inset Wrap figure
20443 lines 0
20444 placement l
20445 overhang 1cm
20446 width "40col%"
20447 status open
20448
20449 \begin_layout Plain Layout
20450 \begin_inset Graphics
20451         filename ../clipart/mobius.eps
20452         width 40col%
20453         scaleBeforeRotation
20454         rotateOrigin center
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Caption
20463
20464 \begin_layout Plain Layout
20465 \begin_inset CommandInset label
20466 LatexCommand label
20467 name "fig:Figure-enrobée"
20468
20469 \end_inset
20470
20471 Ceci est une figure habillée.
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480
20481  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20482  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20483  Vous pouvez en insérer un en utilisant le menu 
20484 \family sans
20485 Insérer\SpecialChar \menuseparator
20486 Flottant\SpecialChar \menuseparator
20487 Flottant
20488 \begin_inset space ~
20489 \end_inset
20490
20491 d'enrobage
20492 \family default
20493  à la condition que le paquetage LaTeX 
20494 \series bold
20495 wrapfig
20496 \series default
20497
20498 \begin_inset Index idx
20499 status collapsed
20500
20501 \begin_layout Plain Layout
20502 Paquetages LaTeX ! wrapfig
20503 \begin_inset ERT
20504 status collapsed
20505
20506 \begin_layout Plain Layout
20507
20508
20509 \backslash
20510 vspace{4mm}
20511 \end_layout
20512
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \end_inset
20519
20520  soit installé.
20521 \begin_inset Foot
20522 status collapsed
20523
20524 \begin_layout Plain Layout
20525 Voyez dans la manuel 
20526 \emph on
20527 Configuration
20528 \begin_inset space ~
20529 \end_inset
20530
20531 LaTeX 
20532 \emph default
20533 comment installer des paquetages LaTeX.
20534 \end_layout
20535
20536 \end_inset
20537
20538  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20539  sur la boîte du flottant.
20540  Les paramètres obligatoires sont l'
20541 \family sans
20542 Emplacement
20543 \family default
20544  et la 
20545 \family sans
20546 Largeur
20547 \family default
20548 .
20549  Les paramètres facultatifs sont le 
20550 \family sans
20551 Débordement
20552 \family default
20553  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20554  de la page et la 
20555 \family sans
20556 Porté de la ligne
20557 \family default
20558  qui précise le nombre approximatif de lignes dont le flottant va avoir
20559  besoin.
20560  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20561  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20562  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20563  à l'intérieur du paragraphe ou vers les autres paragraphes.
20564  La figure
20565 \begin_inset space ~
20566 \end_inset
20567
20568
20569 \begin_inset CommandInset ref
20570 LatexCommand ref
20571 reference "fig:Figure-enrobée"
20572
20573 \end_inset
20574
20575  est un exemple de flottant d'enrobage avec une largeur de 40
20576 \begin_inset space \thinspace{}
20577 \end_inset
20578
20579 col%, un débordement de 1
20580 \begin_inset space \thinspace{}
20581 \end_inset
20582
20583 cm et placé à gauche.
20584 \begin_inset Foot
20585 status collapsed
20586
20587 \begin_layout Plain Layout
20588 Les unités disponibles sont expliquées dans l'appendice
20589 \begin_inset space ~
20590 \end_inset
20591
20592
20593 \begin_inset CommandInset ref
20594 LatexCommand ref
20595 reference "cha:Unités-de-longueur"
20596
20597 \end_inset
20598
20599 .
20600 \end_layout
20601
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \begin_layout Standard
20608 \begin_inset Note Greyedout
20609 status open
20610
20611 \begin_layout Plain Layout
20612
20613 \series bold
20614 Note:
20615 \series default
20616  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20617  figure trop près du bas de page peut tout chambouler et faire que le flottant
20618  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20619  de texte.
20620 \end_layout
20621
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \begin_layout Standard
20628 En général:
20629 \end_layout
20630
20631 \begin_layout Itemize
20632 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20633  qui risquent de passer à la page suivante.
20634  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20635  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20636  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20637  de page.
20638 \end_layout
20639
20640 \begin_layout Itemize
20641 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20642  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20643 e.
20644 \end_layout
20645
20646 \begin_layout Itemize
20647 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20648  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20649  texte entre les deux, comme séparateur.
20650 \end_layout
20651
20652 \begin_layout Itemize
20653 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20654  ou les tableaux.
20655 \end_layout
20656
20657 \begin_layout Section
20658 Numérotation des flottants
20659 \begin_inset Index idx
20660 status collapsed
20661
20662 \begin_layout Plain Layout
20663 Flottants ! Numérotation
20664 \end_layout
20665
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \begin_layout Standard
20672 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20673  ils se trouvent, soit en utilisant un format du genre 
20674 \begin_inset Quotes eld
20675 \end_inset
20676
20677 chapitre.numéro
20678 \begin_inset Quotes erd
20679 \end_inset
20680
20681  ou 
20682 \begin_inset Quotes eld
20683 \end_inset
20684
20685 section.numéro
20686 \begin_inset Quotes erd
20687 \end_inset
20688
20689 .
20690  Cela dépend de la classe de document utilisée.
20691 \end_layout
20692
20693 \begin_layout Standard
20694 Pour changer le format de la numérotation qui ne dépend pas de la section
20695  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20696  le préambule du document :
20697 \end_layout
20698
20699 \begin_layout Standard
20700
20701 \series bold
20702
20703 \backslash
20704 renewcommand{
20705 \backslash
20706 thetable}{
20707 \backslash
20708 roman{table}}
20709 \end_layout
20710
20711 \begin_layout Standard
20712
20713 \series bold
20714
20715 \backslash
20716 thetable
20717 \series default
20718  est la commande qui imprime le numéro du tableau, pour les figures, la
20719  commande serait 
20720 \series bold
20721
20722 \backslash
20723 thefigure
20724 \series default
20725 .
20726  La commande 
20727 \series bold
20728
20729 \backslash
20730 roman
20731 \series default
20732  utilisée dans la commande précédente, imprime le numéro du tableau sous
20733  forme de petits chiffres romains.
20734 \end_layout
20735
20736 \begin_layout Standard
20737 Pour changer le type de numérotation pour par exemple 
20738 \begin_inset Quotes eld
20739 \end_inset
20740
20741 sous-section.numéro
20742 \begin_inset Quotes erd
20743 \end_inset
20744
20745 , utilisez la commande suivante dans le préambule du document :
20746 \end_layout
20747
20748 \begin_layout Standard
20749
20750 \series bold
20751
20752 \backslash
20753 numberwithin{table}{subsection}
20754 \end_layout
20755
20756 \begin_layout Standard
20757 Pour pouvoir utiliser la commande 
20758 \series bold
20759
20760 \backslash
20761 numberwithin
20762 \series default
20763 , vous devez activer l'option 
20764 \family sans
20765 Utiliser
20766 \begin_inset space ~
20767 \end_inset
20768
20769 le
20770 \begin_inset space ~
20771 \end_inset
20772
20773 paquetage
20774 \begin_inset space ~
20775 \end_inset
20776
20777 maths
20778 \begin_inset space ~
20779 \end_inset
20780
20781 AMS
20782 \family default
20783  dans la rubrique 
20784 \family sans
20785 Options
20786 \begin_inset space ~
20787 \end_inset
20788
20789 des
20790 \begin_inset space ~
20791 \end_inset
20792
20793 Maths
20794 \family default
20795  de la fenêtre de dialogue 
20796 \family sans
20797 Paramètres
20798 \family default
20799  du document.
20800 \end_layout
20801
20802 \begin_layout Standard
20803 Veuillez aussi jeter un coup d'œil à la section
20804 \begin_inset space ~
20805 \end_inset
20806
20807
20808 \begin_inset CommandInset ref
20809 LatexCommand ref
20810 reference "sub:Numerotation-notes-bas-de-page"
20811
20812 \end_inset
20813
20814  pour plus de détails et des notes importantes sur les commandes de numérotation.
20815 \end_layout
20816
20817 \begin_layout Section
20818 Faire Référence à des Flottants
20819 \begin_inset CommandInset label
20820 LatexCommand label
20821 name "sec:Referencer-les-Flottants"
20822
20823 \end_inset
20824
20825
20826 \begin_inset Index idx
20827 status collapsed
20828
20829 \begin_layout Plain Layout
20830 Flottants ! Références
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \begin_inset Index idx
20837 status collapsed
20838
20839 \begin_layout Plain Layout
20840 References@Références ! à des Flottants 
20841 \end_layout
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \begin_layout Standard
20849 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20850  en utilisant le menu 
20851 \family sans
20852 Insérer\SpecialChar \menuseparator
20853 Étiquette
20854 \family default
20855  ou le bouton 
20856 \begin_inset Graphics
20857         filename ../../images/label-insert.png
20858         scale 85
20859         scaleBeforeRotation
20860
20861 \end_inset
20862
20863  de la barre d'outils.
20864  Une boîte grise de ce genre : 
20865 \begin_inset Graphics
20866         filename clipart/labelQt4.png
20867         scale 85
20868         scaleBeforeRotation
20869
20870 \end_inset
20871
20872  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20873  de saisir le texte de l'étiquette.
20874  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20875  précédés d'un préfixe.
20876  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20877  préfixe sera "
20878 \family sans
20879 fig:
20880 \family default
20881 ".
20882 \end_layout
20883
20884 \begin_layout Standard
20885 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20886  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20887 \family sans
20888 Insérer\SpecialChar \menuseparator
20889 Référence
20890 \begin_inset space ~
20891 \end_inset
20892
20893 Croisée
20894 \family default
20895  ou le bouton 
20896 \begin_inset Graphics
20897         filename ../../images/dialog-show-new-inset_ref.png
20898         scale 85
20899         scaleBeforeRotation
20900
20901 \end_inset
20902
20903  de la barre d'outils.
20904  Une boîte grise de référence croisée comme celle-ci : 
20905 \begin_inset Graphics
20906         filename ../clipart/referenceQt4.png
20907         scale 85
20908         scaleBeforeRotation
20909
20910 \end_inset
20911
20912  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20913  toutes les étiquettes définies dans votre document.
20914  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20915  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20916  de la fenêtre de dialogue.
20917  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20918  une.
20919  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20920  de la référence croisée.
20921 \end_layout
20922
20923 \begin_layout Standard
20924 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20925  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20926  les deux.
20927  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20928  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20929  du numéro de la référence.
20930 \end_layout
20931
20932 \begin_layout Standard
20933 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20934  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20935  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20936  pas à vous en préoccuper.
20937 \end_layout
20938
20939 \begin_layout Standard
20940 Le bouton 
20941 \family sans
20942 Aller
20943 \begin_inset space ~
20944 \end_inset
20945
20946 à
20947 \begin_inset space ~
20948 \end_inset
20949
20950 l'étiquette
20951 \family default
20952  dans la fenêtre de référence croisée va positionner le curseur juste devant
20953  l'étiquette à laquelle on fait référence.
20954  Le nom du bouton bouton 
20955 \family sans
20956 Revenir
20957 \family default
20958  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20959  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20960  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20961  à votre point de départ.
20962 \end_layout
20963
20964 \begin_layout Subsection
20965 Formats de Références Croisées
20966 \begin_inset CommandInset label
20967 LatexCommand label
20968 name "sub:Formats-Références-Croisées"
20969
20970 \end_inset
20971
20972
20973 \begin_inset Index idx
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977 References@Références ! Formats
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Standard
20986 Il y a six types de références croisées :
20987 \end_layout
20988
20989 \begin_layout Description
20990 <référence>
20991 \begin_inset space ~
20992 \end_inset
20993
20994 : affiche le numéro de l'élément, c'est le choix implicite : 
20995 \begin_inset CommandInset ref
20996 LatexCommand ref
20997 reference "fig:Deux-images-déformées"
20998
20999 \end_inset
21000
21001
21002 \end_layout
21003
21004 \begin_layout Description
21005 (<référence>)
21006 \begin_inset space ~
21007 \end_inset
21008
21009 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
21010  normalement pour faire référence à des formules mathématiques, en particulier
21011  quand le mot 
21012 \begin_inset Quotes eld
21013 \end_inset
21014
21015 Équation
21016 \begin_inset Quotes erd
21017 \end_inset
21018
21019  est omis : 
21020 \begin_inset CommandInset ref
21021 LatexCommand eqref
21022 reference "eq:Wgn"
21023
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \begin_layout Description
21030 <page>
21031 \begin_inset space ~
21032 \end_inset
21033
21034 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
21035 \begin_inset space ~
21036 \end_inset
21037
21038
21039 \begin_inset CommandInset ref
21040 LatexCommand pageref
21041 reference "fig:Deux-images-déformées"
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \begin_layout Description
21049 Sur
21050 \begin_inset space ~
21051 \end_inset
21052
21053 la
21054 \begin_inset space ~
21055 \end_inset
21056
21057 page
21058 \begin_inset space ~
21059 \end_inset
21060
21061 <page>
21062 \begin_inset space ~
21063 \end_inset
21064
21065 : affiche le mot 
21066 \begin_inset Quotes eld
21067 \end_inset
21068
21069 page
21070 \begin_inset Quotes erd
21071 \end_inset
21072
21073  suivi du numéro de la page sur laquelle se trouve l'élément : 
21074 \begin_inset CommandInset ref
21075 LatexCommand vpageref
21076 reference "fig:Deux-images-déformées"
21077
21078 \end_inset
21079
21080
21081 \end_layout
21082
21083 \begin_layout Description
21084 <référence>
21085 \begin_inset space ~
21086 \end_inset
21087
21088 page
21089 \begin_inset space ~
21090 \end_inset
21091
21092 <page>
21093 \begin_inset space ~
21094 \end_inset
21095
21096 : affiche le numéro de l'élément, le mot 
21097 \begin_inset Quotes eld
21098 \end_inset
21099
21100 page
21101 \begin_inset Quotes erd
21102 \end_inset
21103
21104  et le numéro de la page : 
21105 \begin_inset CommandInset ref
21106 LatexCommand vref
21107 reference "fig:Deux-images-déformées"
21108
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \begin_layout Description
21115 Référence
21116 \begin_inset space ~
21117 \end_inset
21118
21119 mise
21120 \begin_inset space ~
21121 \end_inset
21122
21123 en
21124 \begin_inset space ~
21125 \end_inset
21126
21127 forme
21128 \begin_inset space ~
21129 \end_inset
21130
21131 : affiche une référence croisée qui définit son propre format.
21132 \begin_inset Newline newline
21133 \end_inset
21134
21135
21136 \begin_inset Note Greyedout
21137 status open
21138
21139 \begin_layout Plain Layout
21140
21141 \series bold
21142 Note:
21143 \series default
21144  Ce type de référence croisée n'est disponible que si vous avez installé
21145  le paquetage LaTeX 
21146 \series bold
21147 prettyref
21148 \series default
21149  ou 
21150 \series bold
21151 refstyle
21152 \series default
21153
21154 \begin_inset Index idx
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 Paquetages LaTeX ! prettyref
21159 \end_layout
21160
21161 \end_inset
21162
21163
21164 \begin_inset Index idx
21165 status collapsed
21166
21167 \begin_layout Plain Layout
21168 Paquetages LaTeX ! refstyle
21169 \end_layout
21170
21171 \end_inset
21172
21173 .
21174 \end_layout
21175
21176 \end_inset
21177
21178
21179 \begin_inset Newline newline
21180 \end_inset
21181
21182 Le format est précisé en ajoutant la commande 
21183 \series bold
21184
21185 \backslash
21186 newrefformat
21187 \series default
21188  (prettyref) ou 
21189 \series bold
21190
21191 \backslash
21192 newref
21193 \series default
21194  (refstyle) au préambule du document.
21195  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21196  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21197 \begin_inset space ~
21198 \end_inset
21199
21200 :
21201 \begin_inset Newline newline
21202 \end_inset
21203
21204
21205 \series bold
21206
21207 \backslash
21208 newref{fig}{refcmd={Image sur la page 
21209 \backslash
21210 pageref{#1}}}
21211 \series default
21212
21213 \begin_inset Newline newline
21214 \end_inset
21215
21216 Pour plus d'information sur le format, jetez un oeil dur la documentation
21217  du paquetage, 
21218 \begin_inset CommandInset citation
21219 LatexCommand cite
21220 key "prettyref,refstyle"
21221
21222 \end_inset
21223
21224 .
21225 \end_layout
21226
21227 \begin_layout Description
21228 Référence
21229 \begin_inset space ~
21230 \end_inset
21231
21232 textuelle: affiche la légende de la référence
21233 \begin_inset space ~
21234 \end_inset
21235
21236
21237 \begin_inset CommandInset ref
21238 LatexCommand nameref
21239 reference "fig:Deux-images-déformées"
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \begin_layout Standard
21247
21248 \family sans
21249 <page>
21250 \family default
21251  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21252  précédente, la même page ou la page suivante.
21253  Vous verrez par exemple un texte du genre 
21254 \begin_inset Quotes eld
21255 \end_inset
21256
21257
21258 \family sans
21259 sur cette page
21260 \family default
21261
21262 \begin_inset Quotes erd
21263 \end_inset
21264
21265  à la place.
21266  Le style 
21267 \family sans
21268 <référence>
21269 \begin_inset space ~
21270 \end_inset
21271
21272 page
21273 \begin_inset space ~
21274 \end_inset
21275
21276 <page> 
21277 \family default
21278 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21279  page.
21280 \end_layout
21281
21282 \begin_layout Standard
21283 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21284  se trouve sont calculés automatiquement par LaTeX.
21285  Vous choisissez une des six variétés de références dans le champ Format
21286  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21287  boîte de la référence croisée.
21288 \end_layout
21289
21290 \begin_layout Standard
21291 \begin_inset Note Greyedout
21292 status open
21293
21294 \begin_layout Plain Layout
21295
21296 \series bold
21297 Note:
21298 \series default
21299  L'utilisation du paquetage LaTeX 
21300 \series bold
21301 refstyle
21302 \series default
21303
21304 \begin_inset Index idx
21305 status collapsed
21306
21307 \begin_layout Plain Layout
21308 Paquetages LaTeX ! refstyle
21309 \end_layout
21310
21311 \end_inset
21312
21313  est recommendée parce que 
21314 \series bold
21315 prettyref
21316 \series default
21317
21318 \begin_inset Index idx
21319 status collapsed
21320
21321 \begin_layout Plain Layout
21322 Paquetages LaTeX ! prettyref
21323 \end_layout
21324
21325 \end_inset
21326
21327  ne connaît pas tous les raccourcis possibles pour les étiquettes
21328 \begin_inset Foot
21329 status collapsed
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Quotes eld
21333 \end_inset
21334
21335 fig:
21336 \begin_inset Quotes erd
21337 \end_inset
21338
21339  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21340  de figures,.
21341 \end_layout
21342
21343 \end_inset
21344
21345  et n'est pas internationalisé.
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \begin_layout Standard
21354 \begin_inset Note Greyedout
21355 status open
21356
21357 \begin_layout Plain Layout
21358
21359 \series bold
21360 Note:
21361 \series default
21362  Du fait d'un bogue dans la paquetage LaTeX 
21363 \series bold
21364 varioref
21365 \series default
21366  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21367  si la langue du document est le français.
21368  Pour contourner ce bogue, voir
21369 \begin_inset Newline newline
21370 \end_inset
21371
21372
21373 \begin_inset CommandInset href
21374 LatexCommand href
21375 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21376
21377 \end_inset
21378
21379 .
21380 \end_layout
21381
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \begin_layout Subsection
21388 Nommage automatique des références croisées
21389 \begin_inset Index idx
21390 status collapsed
21391
21392 \begin_layout Plain Layout
21393 References@Références ! Nommage automatique
21394 \end_layout
21395
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \begin_layout Standard
21402 Le paquetage LaTeX 
21403 \series bold
21404 hyperref
21405 \series default
21406
21407 \begin_inset Index idx
21408 status collapsed
21409
21410 \begin_layout Plain Layout
21411 Paquetages LaTeX ! hyperref
21412 \end_layout
21413
21414 \end_inset
21415
21416
21417 \series bold
21418
21419 \series default
21420 qui est activé dans la rubrique 
21421 \family sans
21422 Propriétés du PDF
21423 \family default
21424  de la fenêtre de dialogue 
21425 \family sans
21426 Paramètres du document
21427 \family default
21428  fournit une fonction très utile pour automatiser la création des références
21429  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21430  une section).
21431  Par exemple pour vous éviter de devoir écrire le mot 
21432 \begin_inset Quotes eld
21433 \end_inset
21434
21435 Figure
21436 \begin_inset Quotes erd
21437 \end_inset
21438
21439  devant chaque référence à une figure.
21440  Pour profiter de ce nommage automatique des références croisées, vous devez
21441  activer 
21442 \series bold
21443 hyperref
21444 \series default
21445  et insérer la ligne suivante dans le préambule du document :
21446 \end_layout
21447
21448 \begin_layout Standard
21449
21450 \series bold
21451
21452 \backslash
21453 AtBeginDocument{
21454 \backslash
21455 renewcommand{
21456 \backslash
21457 ref}[1]{
21458 \backslash
21459 mbox{
21460 \backslash
21461 autoref{#1}}}}
21462 \end_layout
21463
21464 \begin_layout Standard
21465 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21466  défaut, par exemple vous préférez le nom 
21467 \begin_inset Quotes eld
21468 \end_inset
21469
21470 sec.
21471 \begin_inset space \thinspace{}
21472 \end_inset
21473
21474
21475 \begin_inset Quotes eld
21476 \end_inset
21477
21478  plutôt que 
21479 \begin_inset Quotes eld
21480 \end_inset
21481
21482 section
21483 \begin_inset Quotes erd
21484 \end_inset
21485
21486 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21487 \end_layout
21488
21489 \begin_layout Standard
21490
21491 \series bold
21492
21493 \backslash
21494 addto
21495 \backslash
21496 extrasenglish{
21497 \backslash
21498 renewcommand{
21499 \backslash
21500 sectionautorefname}
21501 \begin_inset Newline newline
21502 \end_inset
21503
21504
21505 \begin_inset Phantom HPhantom
21506 status open
21507
21508 \begin_layout Plain Layout
21509
21510 \series bold
21511 \begin_inset space ~
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518
21519 {sec.
21520 \backslash
21521 negthinspace}}
21522 \end_layout
21523
21524 \begin_layout Standard
21525 Si vous utilisez une autre langue que l'anglais, remplacez 
21526 \series bold
21527
21528 \backslash
21529 extrasenglish
21530 \series default
21531  par 
21532 \series bold
21533
21534 \backslash
21535 extras***
21536 \series default
21537 , où *** est le nom de la langue que vous utilisez.
21538
21539 \series bold
21540  
21541 \end_layout
21542
21543 \begin_layout Standard
21544 Pour avoir des noms automatiques, mais pas pour certains types de références,
21545  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21546 \end_layout
21547
21548 \begin_layout Standard
21549
21550 \series bold
21551
21552 \backslash
21553 newlength{
21554 \backslash
21555 abc}
21556 \begin_inset Newline newline
21557 \end_inset
21558
21559
21560 \backslash
21561 settowidth{
21562 \backslash
21563 abc}{
21564 \backslash
21565 space}
21566 \begin_inset Newline newline
21567 \end_inset
21568
21569
21570 \backslash
21571 addto
21572 \backslash
21573 extrasenglish{
21574 \backslash
21575 renewcommand{
21576 \backslash
21577 equationautorefname}
21578 \begin_inset Newline newline
21579 \end_inset
21580
21581
21582 \begin_inset Phantom HPhantom
21583 status open
21584
21585 \begin_layout Plain Layout
21586
21587 \series bold
21588 \begin_inset space ~
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \end_inset
21595
21596 {
21597 \backslash
21598 hspace{-
21599 \backslash
21600 abc}}
21601 \end_layout
21602
21603 \begin_layout Standard
21604 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21605  de 
21606 \series bold
21607 hyperref
21608 \series default
21609  
21610 \begin_inset CommandInset citation
21611 LatexCommand cite
21612 key "hyperref"
21613
21614 \end_inset
21615
21616 .
21617 \end_layout
21618
21619 \begin_layout Standard
21620 \begin_inset Note Greyedout
21621 status open
21622
21623 \begin_layout Plain Layout
21624
21625 \series bold
21626 Note:
21627 \series default
21628  Le nommage automatique de références ne peut être utilisé si vous avez
21629  choisi le style de référence 
21630 \family sans
21631 Référence
21632 \begin_inset space ~
21633 \end_inset
21634
21635 mise
21636 \begin_inset space ~
21637 \end_inset
21638
21639 en
21640 \begin_inset space ~
21641 \end_inset
21642
21643 forme
21644 \family default
21645  décrit dans la section
21646 \begin_inset space ~
21647 \end_inset
21648
21649
21650 \begin_inset CommandInset ref
21651 LatexCommand ref
21652 reference "sub:Formats-Références-Croisées"
21653
21654 \end_inset
21655
21656 .
21657 \end_layout
21658
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \begin_layout Standard
21665 Le manuel 
21666 \emph on
21667 Math
21668 \emph default
21669  est un exemple dans lequel on a utilisé le référencement automatique.
21670 \end_layout
21671
21672 \begin_layout Subsection
21673 Positionnement des Références 
21674 \begin_inset CommandInset label
21675 LatexCommand label
21676 name "sub:Reference-Position"
21677
21678 \end_inset
21679
21680
21681 \begin_inset Index idx
21682 status collapsed
21683
21684 \begin_layout Plain Layout
21685 References@Références ! Positionnement
21686 \end_layout
21687
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \begin_layout Standard
21694 Si vous utilisez le paquetage 
21695 \series bold
21696 hyperref, 
21697 \series default
21698 qui est activé dans la rubrique 
21699 \family sans
21700 Propriétés du PDF
21701 \family default
21702  de la fenêtre de dialogue 
21703 \family sans
21704 Paramètres du document,
21705 \family default
21706  pour lier vos références croisées dans la sortie finale, vous verrez que
21707  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21708  l'image.
21709  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21710  pourrez voir l'image sans faire défiler le texte.
21711  Ce problème vient du fait que le point d'ancrage de la référence se situe
21712  à l'endroit de l'étiquette.
21713  En utilisant le paquetage LaTeX 
21714 \series bold
21715 hypcap
21716 \series default
21717
21718 \begin_inset Index idx
21719 status collapsed
21720
21721 \begin_layout Plain Layout
21722 Paquetages LaTeX ! hypcap
21723 \end_layout
21724
21725 \end_inset
21726
21727 , qui fait partie du paquetage LaTeX 
21728 \series bold
21729 oberdiek
21730 \series default
21731
21732 \begin_inset Index idx
21733 status collapsed
21734
21735 \begin_layout Plain Layout
21736 Paquetages LaTeX ! oberdiek
21737 \end_layout
21738
21739 \end_inset
21740
21741 , le point d'ancrage d'un lien est place en haut du flottant.
21742  Pour utiliser cette fonction avec les flottants de figure, chargez 
21743 \series bold
21744 hypcap
21745 \series default
21746  dans l'entête du document avec la ligne
21747 \end_layout
21748
21749 \begin_layout Standard
21750
21751 \series bold
21752
21753 \backslash
21754 usepackage[figure]{hypcap}
21755 \end_layout
21756
21757 \begin_layout Standard
21758 Vous pouvez aussi utiliser 
21759 \series bold
21760 hypcap
21761 \series default
21762  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21763  raisons de stabilité.
21764  Pour plus d'information, jetez un coup d'œil au manuel d' 
21765 \series bold
21766 hypcap
21767 \series default
21768  
21769 \begin_inset CommandInset citation
21770 LatexCommand cite
21771 key "hypcap"
21772
21773 \end_inset
21774
21775 .
21776 \end_layout
21777
21778 \begin_layout Standard
21779 \begin_inset Note Greyedout
21780 status open
21781
21782 \begin_layout Plain Layout
21783
21784 \series bold
21785 Note:
21786 \series default
21787  
21788 \series bold
21789 hypcap
21790 \series default
21791  n'a aucun effet pour les références à des sous-figures.
21792 \end_layout
21793
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \begin_layout Section
21800 Placement des flottants
21801 \begin_inset CommandInset label
21802 LatexCommand label
21803 name "sec:Placement-flottants"
21804
21805 \end_inset
21806
21807
21808 \begin_inset Index idx
21809 status collapsed
21810
21811 \begin_layout Plain Layout
21812 Flottants ! Placement
21813 \end_layout
21814
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \begin_layout Standard
21821 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21822  de dialogue 
21823 \family sans
21824 Paramètre
21825 \begin_inset space ~
21826 \end_inset
21827
21828 de
21829 \begin_inset space ~
21830 \end_inset
21831
21832 Flottant
21833 \family default
21834  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21835  utilise pour déterminer où placer le flottant.
21836 \begin_inset Newline newline
21837 \end_inset
21838
21839 L'option 
21840 \family sans
21841 Plusieurs
21842 \begin_inset space ~
21843 \end_inset
21844
21845 colonnes
21846 \family default
21847  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21848  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21849  confiné sur une seule colonne.
21850 \begin_inset Newline newline
21851 \end_inset
21852
21853 L'option 
21854 \family sans
21855 Rotation
21856 \begin_inset space ~
21857 \end_inset
21858
21859 90°
21860 \family default
21861  est utilisée pour faire tourner les flottants, voyez la section
21862 \begin_inset space ~
21863 \end_inset
21864
21865
21866 \begin_inset CommandInset ref
21867 LatexCommand ref
21868 reference "sec:Flottants-renversés"
21869
21870 \end_inset
21871
21872 .
21873 \end_layout
21874
21875 \begin_layout Standard
21876 En désactivant l'option 
21877 \family sans
21878 Utilise
21879 \begin_inset space ~
21880 \end_inset
21881
21882 le
21883 \begin_inset space ~
21884 \end_inset
21885
21886 placement
21887 \begin_inset space ~
21888 \end_inset
21889
21890 par
21891 \begin_inset space ~
21892 \end_inset
21893
21894 défaut
21895 \family default
21896  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21897  le placement du flottant:
21898 \end_layout
21899
21900 \begin_layout Description
21901 Ici,
21902 \begin_inset space ~
21903 \end_inset
21904
21905 si
21906 \begin_inset space ~
21907 \end_inset
21908
21909 possible: essaie de placer le flottant à la position où il a été inséré
21910  dans LyX
21911 \end_layout
21912
21913 \begin_layout Description
21914 Haut
21915 \begin_inset space ~
21916 \end_inset
21917
21918 de
21919 \begin_inset space ~
21920 \end_inset
21921
21922 la
21923 \begin_inset space ~
21924 \end_inset
21925
21926 page: essaie de placer le flottant en haut de la page courante
21927 \end_layout
21928
21929 \begin_layout Description
21930 Bas
21931 \begin_inset space ~
21932 \end_inset
21933
21934 de
21935 \begin_inset space ~
21936 \end_inset
21937
21938 la
21939 \begin_inset space ~
21940 \end_inset
21941
21942 page: essaie de placer le flottant en bas de la page courante
21943 \end_layout
21944
21945 \begin_layout Description
21946 Page
21947 \begin_inset space ~
21948 \end_inset
21949
21950 de
21951 \begin_inset space ~
21952 \end_inset
21953
21954 flottants: essaie de placer le flottant sur une page à part, éventuellement
21955  avec d'autres flottants 
21956 \end_layout
21957
21958 \begin_layout Standard
21959 LaTeX utilise
21960 \emph on
21961  toujours 
21962 \emph default
21963 les options dans l'ordre donné ci-dessus.
21964  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21965  d'abord essayer 
21966 \family sans
21967 Ici
21968 \begin_inset space ~
21969 \end_inset
21970
21971 si
21972 \begin_inset space ~
21973 \end_inset
21974
21975 possible
21976 \family default
21977 , ensuite 
21978 \family sans
21979 Haut
21980 \begin_inset space ~
21981 \end_inset
21982
21983 de
21984 \begin_inset space ~
21985 \end_inset
21986
21987 la
21988 \begin_inset space ~
21989 \end_inset
21990
21991 page
21992 \family default
21993 , et ainsi de suite.
21994  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21995  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21996  Si aucune des quatre options de placement n'est possible, la procédure
21997  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21998 \end_layout
21999
22000 \begin_layout Standard
22001 Implicitement, chaque option a ses propres règles d'application:
22002 \end_layout
22003
22004 \begin_layout Standard
22005
22006 \family sans
22007 Haut
22008 \begin_inset space ~
22009 \end_inset
22010
22011 de
22012 \begin_inset space ~
22013 \end_inset
22014
22015 la
22016 \begin_inset space ~
22017 \end_inset
22018
22019 page
22020 \family default
22021  : seuls les flottants occupant moins de 70% de la page peuvent être placés
22022  en haut de page (
22023 \series bold
22024
22025 \backslash
22026 topfraction
22027 \series default
22028 ).
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \family sans
22034 Bas
22035 \begin_inset space ~
22036 \end_inset
22037
22038 de
22039 \begin_inset space ~
22040 \end_inset
22041
22042 la
22043 \begin_inset space ~
22044 \end_inset
22045
22046 page
22047 \family default
22048  : seuls les flottants occupant moins de 30% de la page peuvent être placés
22049  en bas de page (
22050 \series bold
22051
22052 \backslash
22053 bottomfraction
22054 \series default
22055 ).
22056 \end_layout
22057
22058 \begin_layout Standard
22059
22060 \family sans
22061 Page
22062 \begin_inset space ~
22063 \end_inset
22064
22065 de
22066 \begin_inset space ~
22067 \end_inset
22068
22069 flottants
22070 \family default
22071  : plusieurs flottants peuvent être placés ensembles sur une page seulement
22072  si ils occupent plus de 50% de celle-ci (
22073 \series bold
22074
22075 \backslash
22076 floatpagefraction
22077 \series default
22078 ).
22079 \end_layout
22080
22081 \begin_layout Standard
22082 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22083  supplémentaire 
22084 \family sans
22085 Ignorer
22086 \begin_inset space ~
22087 \end_inset
22088
22089 les
22090 \begin_inset space ~
22091 \end_inset
22092
22093 règles
22094 \begin_inset space ~
22095 \end_inset
22096
22097 LaTeX
22098 \family default
22099 \lang english
22100 .
22101 \begin_inset Newline newline
22102 \end_inset
22103
22104
22105 \lang french
22106 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22107  données entre parenthèses après les descriptions des règles données ci-dessus.
22108  Par exemple, pour augmenter à 50
22109 \begin_inset space \thinspace{}
22110 \end_inset
22111
22112 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22113  trop petite, ajoutez cette ligne au préambule de votre document :
22114 \end_layout
22115
22116 \begin_layout Standard
22117
22118 \series bold
22119
22120 \backslash
22121 renewcommand{
22122 \backslash
22123 bottomfraction}{0.5}
22124 \end_layout
22125
22126 \begin_layout Standard
22127 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22128  exactement à l'endroit où vous l'avez inséré.
22129  dans ce cas utilisez l'option 
22130 \family sans
22131 Ici
22132 \begin_inset space ~
22133 \end_inset
22134
22135 à
22136 \begin_inset space ~
22137 \end_inset
22138
22139 tout
22140 \begin_inset space ~
22141 \end_inset
22142
22143 Prix
22144 \family default
22145 .
22146  Utilisez cette option le moins souvent possible et seulement quand le document
22147  est presque prêt à être imprimé.
22148  En effet, le flottant n'est plus capable de 
22149 \begin_inset Quotes eld
22150 \end_inset
22151
22152 flotter
22153 \begin_inset Quotes erd
22154 \end_inset
22155
22156 , ce qui peut perturber toutes les mises en page.
22157 \end_layout
22158
22159 \begin_layout Standard
22160 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22161  sont toujours entourés par le texte d'un paragraphe donné.
22162 \begin_inset VSpace bigskip
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \begin_layout Standard
22169 On peut parfois se trouver dans la situation où un flottant est placé en
22170  haut d'une page alors que la section concernée ne commence qu'au milieu
22171  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22172  la section précédente.
22173  On peut utiliser la commande LaTeX 
22174 \series bold
22175
22176 \backslash
22177 suppressfloats
22178 \series default
22179  pour éviter ce cas.
22180  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22181  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22182  soit placé avant que la section commence.
22183  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22184  votre document :
22185 \end_layout
22186
22187 \begin_layout Standard
22188
22189 \series bold
22190
22191 \backslash
22192 let
22193 \backslash
22194 mySection
22195 \backslash
22196 section
22197 \begin_inset Newline newline
22198 \end_inset
22199
22200
22201 \backslash
22202 renewcommand{
22203 \backslash
22204 section}{
22205 \backslash
22206 suppressfloats[t]
22207 \backslash
22208 mySection}
22209 \end_layout
22210
22211 \begin_layout Standard
22212 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22213  comme les chapitres et les sous-sections.
22214  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22215  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22216  ensuite avoir du mal à trouver un positionnement correct.
22217 \end_layout
22218
22219 \begin_layout Standard
22220 \begin_inset VSpace bigskip
22221 \end_inset
22222
22223 Dans certains cas il est demandé de placer toutes les figures et tous les
22224  tableaux à la fin du document.
22225  C'est pour de telles situations que le paquetage LaTeX 
22226 \series bold
22227 endfloat
22228 \series default
22229
22230 \begin_inset Index idx
22231 status collapsed
22232
22233 \begin_layout Plain Layout
22234 Paquetages LaTeX ! endfloat
22235 \end_layout
22236
22237 \end_inset
22238
22239  a été développé.
22240  Il met en effet tous les flottants de figures et de tableaux à la fin du
22241  document dans leurs propres sections.
22242  À la position d'origine du flottant, une indication textuelle du genre
22243  
22244 \begin_inset Quotes eld
22245 \end_inset
22246
22247
22248 \family sans
22249 [Figure
22250 \begin_inset space ~
22251 \end_inset
22252
22253 3.2 
22254 \lang english
22255 about here.
22256 \lang french
22257 ]
22258 \family default
22259
22260 \begin_inset Quotes erd
22261 \end_inset
22262
22263  est insérée.
22264  Le paquetage 
22265 \series bold
22266 endfloat
22267 \series default
22268  est chargé dans le préambule avec la ligne suivante 
22269 \end_layout
22270
22271 \begin_layout Standard
22272
22273 \series bold
22274
22275 \backslash
22276 usepackage[options]{endfloat}
22277 \end_layout
22278
22279 \begin_layout Standard
22280 Il y a aussi de nombreuses options de paquetage pour modifier le format
22281  des sections de figures ou de tableau qui sont créées.
22282  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22283  
22284 \series bold
22285 endfloa
22286 \series default
22287
22288 \begin_inset CommandInset citation
22289 LatexCommand cite
22290 key "endfloat"
22291
22292 \end_inset
22293
22294 .
22295 \begin_inset Newline newline
22296 \end_inset
22297
22298
22299 \begin_inset Note Greyedout
22300 status open
22301
22302 \begin_layout Plain Layout
22303
22304 \series bold
22305 Note: endfloat
22306 \series default
22307  ne fournit pas de traduction automatique de l'indication textuelle, vous
22308  devez donc le faire manuellement, voyez la section
22309 \begin_inset space ~
22310 \end_inset
22311
22312 4 de 
22313 \begin_inset CommandInset citation
22314 LatexCommand cite
22315 key "endfloat"
22316
22317 \end_inset
22318
22319 .
22320 \end_layout
22321
22322 \end_inset
22323
22324
22325 \begin_inset Newline newline
22326 \end_inset
22327
22328
22329 \begin_inset Note Greyedout
22330 status open
22331
22332 \begin_layout Plain Layout
22333
22334 \series bold
22335 Note:
22336 \series default
22337  Il y a actuellement un bug dans le paquetage 
22338 \series bold
22339 endfloat
22340 \series default
22341  quand la légende contient un 
22342 \begin_inset Quotes eld
22343 \end_inset
22344
22345 ß
22346 \begin_inset Quotes erd
22347 \end_inset
22348
22349  allemand.
22350  Utilisez dans ce cas la commande 
22351 \begin_inset Quotes eld
22352 \end_inset
22353
22354
22355 \series bold
22356
22357 \backslash
22358 ss
22359 \series default
22360
22361 \begin_inset Quotes erd
22362 \end_inset
22363
22364  en code TeX à la place du 
22365 \begin_inset Quotes eld
22366 \end_inset
22367
22368 ß
22369 \begin_inset Quotes erd
22370 \end_inset
22371
22372 .
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \begin_layout Standard
22381 \begin_inset VSpace bigskip
22382 \end_inset
22383
22384 Pour plus d'information sur les manières de placer les flottants, jetez
22385  un coup d'œil aux livres sur LaTeX, 
22386 \begin_inset CommandInset citation
22387 LatexCommand cite
22388 key "latexcompanion,latexguide,latexbook"
22389
22390 \end_inset
22391
22392 .
22393 \end_layout
22394
22395 \begin_layout Section
22396 Flottants Renversés
22397 \begin_inset CommandInset label
22398 LatexCommand label
22399 name "sec:Flottants-renversés"
22400
22401 \end_inset
22402
22403
22404 \begin_inset Index idx
22405 status collapsed
22406
22407 \begin_layout Plain Layout
22408 Flottants ! Renversés
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \begin_layout Standard
22417 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22418  tableaux très larges.
22419  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22420  un clic droit sur la boîte du flottant et utilisez l'option 
22421 \family sans
22422 Rotation
22423 \begin_inset space ~
22424 \end_inset
22425
22426 90°
22427 \family default
22428 .
22429 \end_layout
22430
22431 \begin_layout Standard
22432 Les flottants renversés sont systématiquement placés sur leur propre page
22433  ( ou colonne, si vous avez un document sur deux colonnes ).
22434  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22435  
22436 \family sans
22437 Plusieurs
22438 \begin_inset space ~
22439 \end_inset
22440
22441 colonnes
22442 \family default
22443  dans les paramètres du flottant.
22444  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22445  du côté de la marge externe.
22446  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22447  ajouter soit l'option 
22448 \series bold
22449 figuresleft
22450 \series default
22451  soit l'option 
22452 \series bold
22453 figuresright
22454 \series default
22455  aux options de la classe de document.
22456 \end_layout
22457
22458 \begin_layout Standard
22459 Faire référence à un flottant renversé se fait de la même manière que pour
22460  un flottant normal, la mise en forme de la légende est aussi identique
22461  : Le tableau
22462 \begin_inset space ~
22463 \end_inset
22464
22465
22466 \begin_inset CommandInset ref
22467 LatexCommand ref
22468 reference "tab:Tableau-pivoté"
22469
22470 \end_inset
22471
22472  est un exemple de flottant de tableau renversé.
22473 \end_layout
22474
22475 \begin_layout Standard
22476 \begin_inset Note Greyedout
22477 status open
22478
22479 \begin_layout Plain Layout
22480
22481 \series bold
22482 Note:
22483 \series default
22484  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22485  DVI.
22486 \end_layout
22487
22488 \end_inset
22489
22490
22491 \end_layout
22492
22493 \begin_layout Standard
22494 \begin_inset Float table
22495 wide false
22496 sideways true
22497 status open
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Caption
22501
22502 \begin_layout Plain Layout
22503 \begin_inset CommandInset label
22504 LatexCommand label
22505 name "tab:Tableau-pivoté"
22506
22507 \end_inset
22508
22509  Tableau pivoté
22510 \end_layout
22511
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \begin_layout Plain Layout
22518 \align center
22519 \begin_inset Tabular
22520 <lyxtabular version="3" rows="1" columns="5">
22521 <features tabularvalignment="middle">
22522 <column alignment="center" valignment="top" width="0">
22523 <column alignment="center" valignment="top" width="0">
22524 <column alignment="center" valignment="top" width="0">
22525 <column alignment="center" valignment="top" width="0">
22526 <column alignment="center" valignment="top" width="0">
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 test
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 b
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 c
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 d
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 e
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 </lyxtabular>
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \begin_layout Section
22587 Sous-flottants
22588 \begin_inset Index idx
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592 Flottants ! Sous-flottants
22593 \end_layout
22594
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \begin_layout Standard
22601 Un exemple de sous-flottant : une figure composée de plusieurs images.
22602  On les crée en insérant un flottant dans un flottant existant.
22603  Le positionnement des sous-flottants peut être contrôlé comme pour les
22604  paragraphes comme on le voit avec les tableaux
22605 \begin_inset space ~
22606 \end_inset
22607
22608
22609 \begin_inset CommandInset ref
22610 LatexCommand ref
22611 reference "tab:Deux-sous-tableaux-cote-a-cote"
22612
22613 \end_inset
22614
22615  et 
22616 \begin_inset CommandInset ref
22617 LatexCommand ref
22618 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22619
22620 \end_inset
22621
22622 .
22623 \end_layout
22624
22625 \begin_layout Standard
22626 On fait référence à des sous-flottants comme on le ferait avec des flottants
22627  normaux : Les tableaux
22628 \begin_inset space ~
22629 \end_inset
22630
22631
22632 \begin_inset CommandInset ref
22633 LatexCommand ref
22634 reference "tab:Le-sous-tableau-a"
22635
22636 \end_inset
22637
22638  et 
22639 \begin_inset CommandInset ref
22640 LatexCommand ref
22641 reference "tab:Le-sous-tableau-b"
22642
22643 \end_inset
22644
22645  sont des sous-tableaux du tableau
22646 \begin_inset space ~
22647 \end_inset
22648
22649
22650 \begin_inset CommandInset ref
22651 LatexCommand ref
22652 reference "tab:Deux-sous-tableaux-cote-a-cote"
22653
22654 \end_inset
22655
22656 .
22657 \end_layout
22658
22659 \begin_layout Standard
22660 \begin_inset Float table
22661 wide false
22662 sideways false
22663 status open
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Caption
22667
22668 \begin_layout Plain Layout
22669 \begin_inset CommandInset label
22670 LatexCommand label
22671 name "tab:Deux-sous-tableaux-cote-a-cote"
22672
22673 \end_inset
22674
22675 Deux sous-tableaux placés côte-à-côte.
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \begin_layout Plain Layout
22684 \align center
22685 \begin_inset space \hfill{}
22686 \end_inset
22687
22688
22689 \begin_inset Float table
22690 wide false
22691 sideways false
22692 status collapsed
22693
22694 \begin_layout Plain Layout
22695 \begin_inset Caption
22696
22697 \begin_layout Plain Layout
22698 \begin_inset CommandInset label
22699 LatexCommand label
22700 name "tab:Le-sous-tableau-a"
22701
22702 \end_inset
22703
22704 Le sous-tableau a
22705 \end_layout
22706
22707 \end_inset
22708
22709
22710 \end_layout
22711
22712 \begin_layout Plain Layout
22713 \align center
22714 \begin_inset Tabular
22715 <lyxtabular version="3" rows="1" columns="5">
22716 <features tabularvalignment="middle">
22717 <column alignment="center" valignment="top" width="0">
22718 <column alignment="center" valignment="top" width="0">
22719 <column alignment="center" valignment="top" width="0">
22720 <column alignment="center" valignment="top" width="0">
22721 <column alignment="center" valignment="top" width="0">
22722 <row>
22723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 test
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 b
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 c
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 d
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 e
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 </row>
22769 </lyxtabular>
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \begin_inset space \hfill{}
22780 \end_inset
22781
22782
22783 \begin_inset Float table
22784 wide false
22785 sideways false
22786 status collapsed
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Caption
22790
22791 \begin_layout Plain Layout
22792 \begin_inset CommandInset label
22793 LatexCommand label
22794 name "tab:Le-sous-tableau-b"
22795
22796 \end_inset
22797
22798 Le sous-tableau b.
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \begin_layout Plain Layout
22807 \align center
22808 \begin_inset Tabular
22809 <lyxtabular version="3" rows="1" columns="5">
22810 <features tabularvalignment="middle">
22811 <column alignment="center" valignment="top" width="0">
22812 <column alignment="center" valignment="top" width="0">
22813 <column alignment="center" valignment="top" width="0">
22814 <column alignment="center" valignment="top" width="0">
22815 <column alignment="center" valignment="top" width="0">
22816 <row>
22817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 d
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 c
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 b
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 test
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 </lyxtabular>
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871
22872
22873 \begin_inset space \hfill{}
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \begin_layout Standard
22885 \begin_inset Float table
22886 wide false
22887 sideways false
22888 status open
22889
22890 \begin_layout Plain Layout
22891 \begin_inset Caption
22892
22893 \begin_layout Plain Layout
22894 \begin_inset CommandInset label
22895 LatexCommand label
22896 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22897
22898 \end_inset
22899
22900 Deux sous-tableaux placés l'un sur l'autre.
22901  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \begin_layout Plain Layout
22910 \align center
22911 \begin_inset Float table
22912 wide false
22913 sideways false
22914 status collapsed
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Caption
22918
22919 \begin_layout Plain Layout
22920
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \begin_layout Plain Layout
22929 \align center
22930 \begin_inset Tabular
22931 <lyxtabular version="3" rows="1" columns="4">
22932 <features tabularvalignment="middle">
22933 <column alignment="center" valignment="top" width="0">
22934 <column alignment="center" valignment="top" width="0">
22935 <column alignment="center" valignment="top" width="0">
22936 <column alignment="center" valignment="top" width="0">
22937 <row>
22938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 test
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 test
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 test
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 test
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 </row>
22975 </lyxtabular>
22976
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \begin_layout Plain Layout
22988 \align center
22989 \begin_inset Float table
22990 wide false
22991 sideways false
22992 status collapsed
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Caption
22996
22997 \begin_layout Plain Layout
22998
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Plain Layout
23007 \align center
23008 \begin_inset Tabular
23009 <lyxtabular version="3" rows="1" columns="5">
23010 <features tabularvalignment="middle">
23011 <column alignment="center" valignment="top" width="0">
23012 <column alignment="center" valignment="top" width="0">
23013 <column alignment="center" valignment="top" width="0">
23014 <column alignment="center" valignment="top" width="0">
23015 <column alignment="center" valignment="top" width="0">
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 a
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23027 \begin_inset Text
23028
23029 \begin_layout Plain Layout
23030 b
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 c
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 d
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 e
23058 \end_layout
23059
23060 \end_inset
23061 </cell>
23062 </row>
23063 </lyxtabular>
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \begin_layout Section
23081 Flottants côte-à-côte
23082 \begin_inset Index idx
23083 status collapsed
23084
23085 \begin_layout Plain Layout
23086 Flottants ! côte-à-côte
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Standard
23095 Pour placer des flottants côte-à-côte, comme pour la figure
23096 \begin_inset space ~
23097 \end_inset
23098
23099
23100 \begin_inset CommandInset ref
23101 LatexCommand ref
23102 reference "fig:Flottant-gauche"
23103
23104 \end_inset
23105
23106  et 
23107 \begin_inset CommandInset ref
23108 LatexCommand ref
23109 reference "fig:Flottant-droit"
23110
23111 \end_inset
23112
23113 , on n'utilise 
23114 \emph on
23115 qu'un seul 
23116 \emph default
23117 flottant.
23118  On y insère deux boîtes de minipages.
23119 \begin_inset Foot
23120 status collapsed
23121
23122 \begin_layout Plain Layout
23123 Les minipages sont décrites dans la section
23124 \begin_inset space ~
23125 \end_inset
23126
23127
23128 \begin_inset CommandInset ref
23129 LatexCommand ref
23130 reference "sec:Minipages"
23131
23132 \end_inset
23133
23134 .
23135 \end_layout
23136
23137 \end_inset
23138
23139  La largeur est mise à 45
23140 \begin_inset space \thinspace{}
23141 \end_inset
23142
23143 -50
23144 \begin_inset space \thinspace{}
23145 \end_inset
23146
23147 column% et l'alignement de la boîte à 
23148 \family sans
23149 Bas
23150 \family default
23151  pour chaque minipage.
23152  Les boîtes minipages contiennent l'image et la légende exactement comme
23153  avec un flottant.
23154  La seule différence est que l'unité de longueur 
23155 \family sans
23156 Largeur
23157 \begin_inset space ~
23158 \end_inset
23159
23160 colonne
23161 \begin_inset space ~
23162 \end_inset
23163
23164 %
23165 \family default
23166  utilisée pour l'image est maintenant définie par rapport à la largeur des
23167  boîtes minipages.
23168 \end_layout
23169
23170 \begin_layout Standard
23171 \begin_inset Float figure
23172 wide false
23173 sideways false
23174 status open
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Box Frameless
23178 position "b"
23179 hor_pos "c"
23180 has_inner_box 1
23181 inner_pos "t"
23182 use_parbox 0
23183 use_makebox 0
23184 width "45col%"
23185 special "none"
23186 height "1in"
23187 height_special "totalheight"
23188 status open
23189
23190 \begin_layout Plain Layout
23191 \align center
23192 \begin_inset Graphics
23193         filename ../clipart/mobius.eps
23194         lyxscale 50
23195         width 100col%
23196         scaleBeforeRotation
23197
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \begin_layout Plain Layout
23204 \begin_inset Caption
23205
23206 \begin_layout Plain Layout
23207 \begin_inset CommandInset label
23208 LatexCommand label
23209 name "fig:Flottant-gauche"
23210
23211 \end_inset
23212
23213 Flottant du côté gauche.
23214 \end_layout
23215
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \end_inset
23222
23223
23224 \begin_inset space \hfill{}
23225 \end_inset
23226
23227
23228 \begin_inset Box Frameless
23229 position "b"
23230 hor_pos "c"
23231 has_inner_box 1
23232 inner_pos "t"
23233 use_parbox 0
23234 use_makebox 0
23235 width "45col%"
23236 special "none"
23237 height "1in"
23238 height_special "totalheight"
23239 status open
23240
23241 \begin_layout Plain Layout
23242 \align center
23243 \begin_inset Graphics
23244         filename ../clipart/platypus.eps
23245         lyxscale 50
23246         width 100col%
23247         scaleBeforeRotation
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Caption
23256
23257 \begin_layout Plain Layout
23258 \begin_inset CommandInset label
23259 LatexCommand label
23260 name "fig:Flottant-droit"
23261
23262 \end_inset
23263
23264 Flottant du côté droit.
23265 \end_layout
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \begin_layout Section
23283 Mise en Forme de la Légende
23284 \begin_inset Index idx
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288 Légende ! Mise en forme
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Index idx
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298 Flottants ! Mise en forme de la Légende
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \begin_inset CommandInset label
23305 LatexCommand label
23306 name "sec:Formatage-légende"
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Standard
23314 L'environnement 
23315 \family sans
23316 Légende
23317 \family default
23318  est l'environnement de paragraphe implicite pour les 
23319 \family sans
23320 flottants
23321 \family default
23322 .
23323  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23324  par exemple 
23325 \begin_inset Quotes eld
23326 \end_inset
23327
23328
23329 \family sans
23330 Figure #:
23331 \family default
23332
23333 \begin_inset Quotes erd
23334 \end_inset
23335
23336  suivi par le texte de la légende.
23337  Le 
23338 \begin_inset Quotes eld
23339 \end_inset
23340
23341 #
23342 \begin_inset Quotes erd
23343 \end_inset
23344
23345  étant remplacé par le numéro de référence réel.
23346  implicitement l'étiquette et le numéro sont dans la même police de caractères
23347  que le texte de la légende et deux points suivent le numéro pour séparer
23348  l'étiquette du texte.
23349  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23350 \end_layout
23351
23352 \begin_layout Standard
23353 Pour modifier le format implicite des légendes, il faut charger le paquetage
23354  LaTeX 
23355 \series bold
23356 caption
23357 \series default
23358
23359 \begin_inset Index idx
23360 status collapsed
23361
23362 \begin_layout Plain Layout
23363 Paquetages LaTeX ! caption
23364 \end_layout
23365
23366 \end_inset
23367
23368  dans le préambule de votre document avec la ligne suivante :
23369 \end_layout
23370
23371 \begin_layout Standard
23372
23373 \series bold
23374
23375 \backslash
23376 usepackage[format definition]{caption}
23377 \end_layout
23378
23379 \begin_layout Standard
23380 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23381  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23382  dans ce document, utilisez les commandes suivantes :
23383 \end_layout
23384
23385 \begin_layout Standard
23386
23387 \series bold
23388
23389 \backslash
23390 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23391 \end_layout
23392
23393 \begin_layout Standard
23394 Vous pouvez aussi définir des formats de légendes différents pour les différents
23395  types de flottants.
23396  Dans ce cas chargez le paquetage 
23397 \series bold
23398 caption 
23399 \series default
23400 sans option de format spécifique et définissez les différents formats à
23401  l'aide de la commande 
23402 \end_layout
23403
23404 \begin_layout Standard
23405
23406 \series bold
23407
23408 \backslash
23409 captionsetup[type de flottant]{définition du format}
23410 \end_layout
23411
23412 \begin_layout Standard
23413 dans le préambule du document.
23414  Par exemple les formats de légende de la Figure
23415 \begin_inset space ~
23416 \end_inset
23417
23418
23419 \begin_inset CommandInset ref
23420 LatexCommand ref
23421 reference "fig:Legende-de-fig"
23422
23423 \end_inset
23424
23425  et du Tableau
23426 \begin_inset space ~
23427 \end_inset
23428
23429
23430 \begin_inset CommandInset ref
23431 LatexCommand ref
23432 reference "tab:Légende-de-tab"
23433
23434 \end_inset
23435
23436  peuvent être créés en utilisant les commandes suivantes dans le préambule
23437  :
23438 \end_layout
23439
23440 \begin_layout Standard
23441
23442 \series bold
23443
23444 \backslash
23445 usepackage[tableposition=top]{caption}
23446 \series default
23447
23448 \begin_inset Newline newline
23449 \end_inset
23450
23451
23452 \series bold
23453
23454 \backslash
23455 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23456 \begin_inset Newline newline
23457 \end_inset
23458
23459
23460 \begin_inset Phantom HPhantom
23461 status open
23462
23463 \begin_layout Plain Layout
23464
23465 \series bold
23466
23467 \backslash
23468 captionsetup[figure]{
23469 \end_layout
23470
23471 \end_inset
23472
23473 labelsep=period}
23474 \begin_inset Newline newline
23475 \end_inset
23476
23477
23478 \backslash
23479 captionsetup[table]{labelfont={bf,sf}}
23480 \end_layout
23481
23482 \begin_layout Standard
23483 \begin_inset Note Greyedout
23484 status open
23485
23486 \begin_layout Plain Layout
23487
23488 \series bold
23489 Note:
23490 \series default
23491  L'option 
23492 \series bold
23493 tableposition=top
23494 \series default
23495  n'a pas d'effet quand on utilise un document de classe 
23496 \series bold
23497 KOMA-Script
23498 \series default
23499
23500 \begin_inset Index idx
23501 status collapsed
23502
23503 \begin_layout Plain Layout
23504 Paquetages LaTeX ! KOMA-Script
23505 \end_layout
23506
23507 \end_inset
23508
23509 .
23510  Dans ce cas on doit utiliser l'option 
23511 \series bold
23512 captions=tableheading
23513 \series default
23514  de la classe de document.
23515 \end_layout
23516
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \begin_layout Standard
23523 Pour plus d'information sur le paquetage 
23524 \series bold
23525 caption
23526 \series default
23527  nous vous renvoyons à sa documentation 
23528 \begin_inset CommandInset citation
23529 LatexCommand cite
23530 key "caption"
23531
23532 \end_inset
23533
23534 .
23535 \end_layout
23536
23537 \begin_layout Standard
23538 Pour changer le nom de l'étiquette, par exemple de 
23539 \begin_inset Quotes eld
23540 \end_inset
23541
23542 Figure
23543 \begin_inset Quotes erd
23544 \end_inset
23545
23546  à 
23547 \begin_inset Quotes eld
23548 \end_inset
23549
23550 Image
23551 \begin_inset Quotes erd
23552 \end_inset
23553
23554 , utilisez la commande suivante dans le préambule :
23555 \end_layout
23556
23557 \begin_layout Standard
23558
23559 \series bold
23560
23561 \backslash
23562 renewcommand{
23563 \backslash
23564 fnum@figure}{Image~
23565 \backslash
23566 thefigure}
23567 \end_layout
23568
23569 \begin_layout Standard
23570 où 
23571 \series bold
23572
23573 \backslash
23574 thefigure
23575 \series default
23576  insère le numéro de la figure et
23577 \series bold
23578  
23579 \begin_inset Quotes eld
23580 \end_inset
23581
23582 ~
23583 \series default
23584
23585 \begin_inset Quotes erd
23586 \end_inset
23587
23588  ajoute une espace insécable.
23589 \end_layout
23590
23591 \begin_layout Standard
23592 \begin_inset VSpace bigskip
23593 \end_inset
23594
23595 Si vous utilisez un document de classe 
23596 \series bold
23597 KOMA-Script
23598 \series default
23599
23600 \begin_inset Index idx
23601 status collapsed
23602
23603 \begin_layout Plain Layout
23604 Paquetages LaTeX ! KOMA-Script
23605 \end_layout
23606
23607 \end_inset
23608
23609  (
23610 \family sans
23611 article (KOMA-Script)
23612 \family default
23613
23614 \family sans
23615 book (KOMA-Script)
23616 \family default
23617
23618 \family sans
23619 letter (KOMA-Script)
23620 \family default
23621 , ou 
23622 \family sans
23623 report (KOMA-Script)
23624 \family default
23625
23626 \begin_inset space \thinspace{}
23627 \end_inset
23628
23629 ), Vous pouvez utiliser la commande incorporée 
23630 \series bold
23631
23632 \backslash
23633 setkomafont 
23634 \series default
23635 du paquetage
23636 \series bold
23637  KOMA-Script 
23638 \series default
23639 à la place du paquetage
23640 \series bold
23641  caption.
23642  
23643 \series default
23644 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23645  suivante au préambule de votre document :
23646 \end_layout
23647
23648 \begin_layout Standard
23649
23650 \series bold
23651
23652 \backslash
23653 setkomafont{captionlabel}{
23654 \backslash
23655 bfseries}
23656 \end_layout
23657
23658 \begin_layout Standard
23659 Pour plus d'information au sujet de 
23660 \series bold
23661
23662 \backslash
23663 setkomafont
23664 \series default
23665  nous vous renvoyons à la documentation du paquetage 
23666 \series bold
23667 KOMA-Script
23668 \series default
23669  
23670 \begin_inset CommandInset citation
23671 LatexCommand cite
23672 key "KOMA-Script"
23673
23674 \end_inset
23675
23676 .
23677 \end_layout
23678
23679 \begin_layout Standard
23680 \begin_inset ERT
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684
23685
23686 \backslash
23687 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23688 }
23689 \end_layout
23690
23691 \end_inset
23692
23693
23694 \begin_inset Note Note
23695 status open
23696
23697 \begin_layout Plain Layout
23698 Le format de la légende n'est modifié que pour cet exemple.
23699 \end_layout
23700
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \begin_layout Standard
23707 \begin_inset Float figure
23708 placement !p
23709 wide false
23710 sideways false
23711 status open
23712
23713 \begin_layout Plain Layout
23714 \align center
23715 \begin_inset Graphics
23716         filename ../clipart/mobius.eps
23717         lyxscale 50
23718         scale 50
23719         scaleBeforeRotation
23720
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \begin_layout Plain Layout
23727 \begin_inset Caption
23728
23729 \begin_layout Plain Layout
23730 \begin_inset CommandInset label
23731 LatexCommand label
23732 name "fig:Legende-de-fig"
23733
23734 \end_inset
23735
23736 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23737  pour montrer les différents types de formats de légendes.
23738  Ici on a utilisé un format de légende personnalisé.
23739 \end_layout
23740
23741 \end_inset
23742
23743
23744 \end_layout
23745
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \begin_layout Standard
23752 \begin_inset ERT
23753 status collapsed
23754
23755 \begin_layout Plain Layout
23756
23757
23758 \backslash
23759 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23760 on}
23761 \end_layout
23762
23763 \end_inset
23764
23765
23766 \end_layout
23767
23768 \begin_layout Standard
23769 \begin_inset Float table
23770 placement !p
23771 wide false
23772 sideways false
23773 status open
23774
23775 \begin_layout Plain Layout
23776 \begin_inset Caption
23777
23778 \begin_layout Plain Layout
23779 \begin_inset CommandInset label
23780 LatexCommand label
23781 name "tab:Légende-de-tab"
23782
23783 \end_inset
23784
23785 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23786  pour montrer les différents types de formats de légendes.
23787  Ici on a utilisé le format de légende implicite.
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \begin_layout Plain Layout
23796 \align center
23797 \begin_inset Tabular
23798 <lyxtabular version="3" rows="1" columns="5">
23799 <features tabularvalignment="middle">
23800 <column alignment="center" valignment="top" width="0">
23801 <column alignment="center" valignment="top" width="0">
23802 <column alignment="center" valignment="top" width="0">
23803 <column alignment="center" valignment="top" width="0">
23804 <column alignment="center" valignment="top" width="0">
23805 <row>
23806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 a
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 b
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 c
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 d
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 e
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 </row>
23852 </lyxtabular>
23853
23854 \end_inset
23855
23856
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \begin_layout Section
23865 Positionnement de la Légende
23866 \begin_inset Index idx
23867 status collapsed
23868
23869 \begin_layout Plain Layout
23870 Légende ! Placement
23871 \end_layout
23872
23873 \end_inset
23874
23875
23876 \begin_inset Index idx
23877 status collapsed
23878
23879 \begin_layout Plain Layout
23880 Flottants ! Placement de la légende
23881 \end_layout
23882
23883 \end_inset
23884
23885
23886 \begin_inset CommandInset label
23887 LatexCommand label
23888 name "sec:Placement-légende"
23889
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \begin_layout Standard
23896 La règle habituelle pour placer la légende est :
23897 \end_layout
23898
23899 \begin_layout Description
23900 Figure
23901 \begin_inset space ~
23902 \end_inset
23903
23904 : La légende est placée en dessous de la figure
23905 \end_layout
23906
23907 \begin_layout Description
23908 Tableau
23909 \begin_inset space ~
23910 \end_inset
23911
23912 : La légende est placée au dessus du tableau
23913 \end_layout
23914
23915 \begin_layout Standard
23916 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23917  au dessus des tableaux.
23918  Ce qui fait que si vous utilisez une des classes de document 
23919 \family sans
23920 article
23921 \family default
23922
23923 \family sans
23924 book
23925 \family default
23926
23927 \family sans
23928 letter
23929 \family default
23930 , ou 
23931 \family sans
23932 report
23933 \family default
23934  il n'y aura pas d'espace libre entre la légende et le tableau.
23935  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23936  de chargement du paquetage LaTeX 
23937 \series bold
23938 caption
23939 \series default
23940  dans le préambule de votre document
23941 \begin_inset Foot
23942 status open
23943
23944 \begin_layout Plain Layout
23945 Voir la section
23946 \begin_inset space ~
23947 \end_inset
23948
23949
23950 \begin_inset CommandInset ref
23951 LatexCommand ref
23952 reference "sec:Formatage-légende"
23953
23954 \end_inset
23955
23956  pour plus d'information sur le paquetage 
23957 \series bold
23958 caption
23959 \series default
23960 .
23961 \end_layout
23962
23963 \end_inset
23964
23965 :
23966 \end_layout
23967
23968 \begin_layout Standard
23969
23970 \series bold
23971 tableposition=top
23972 \end_layout
23973
23974 \begin_layout Standard
23975 Si vous utilisez une classe de document 
23976 \series bold
23977 KOMA-Script
23978 \series default
23979
23980 \begin_inset Index idx
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984 Paquetages LaTeX ! KOMA-Script
23985 \end_layout
23986
23987 \end_inset
23988
23989  (
23990 \family sans
23991 article (KOMA-Script)
23992 \family default
23993
23994 \family sans
23995 book (KOMA-Script)
23996 \family default
23997
23998 \family sans
23999 letter (KOMA-Script)
24000 \family default
24001 , ou 
24002 \family sans
24003 report (KOMA-Script)
24004 \family default
24005
24006 \begin_inset space \thinspace{}
24007 \end_inset
24008
24009 ), vous pouvez utiliser à la place du paquetage 
24010 \series bold
24011 caption
24012 \series default
24013  l'option 
24014 \series bold
24015 captions=tableheading
24016 \series default
24017  de la classe de document.
24018 \end_layout
24019
24020 \begin_layout Standard
24021 \begin_inset VSpace bigskip
24022 \end_inset
24023
24024 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
24025  Pour cela, vous devez charger le paquetage LaTeX 
24026 \series bold
24027 sidecap
24028 \series default
24029
24030 \begin_inset Index idx
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034 Paquetages LaTeX ! sidecap
24035 \end_layout
24036
24037 \end_inset
24038
24039  dans le préambule de votre document avec la ligne de commande suivante
24040 \end_layout
24041
24042 \begin_layout Standard
24043
24044 \series bold
24045
24046 \backslash
24047 usepackage[option]{sidecap}
24048 \end_layout
24049
24050 \begin_layout Standard
24051 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
24052  extérieure – à droite sur les pages impaires et à gauche sur les pages
24053  paires.
24054  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
24055  
24056 \series bold
24057 innercaption
24058 \series default
24059 .
24060  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
24061  
24062 \series bold
24063 rightcaption
24064 \series default
24065  ou 
24066 \series bold
24067 leftcaption
24068 \series default
24069 .
24070 \end_layout
24071
24072 \begin_layout Standard
24073 \begin_inset ERT
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077
24078
24079 \backslash
24080 ifsidecap
24081 \end_layout
24082
24083 \end_inset
24084
24085
24086 \begin_inset Note Note
24087 status open
24088
24089 \begin_layout Plain Layout
24090 La section suivante ne sera affichée que si le paquetage LaTeX 
24091 \series bold
24092 sidecap
24093 \series default
24094  a été installé.
24095 \end_layout
24096
24097 \end_inset
24098
24099
24100 \end_layout
24101
24102 \begin_layout Standard
24103 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24104  ajouter ces commandes dans le préambule de votre document :
24105 \end_layout
24106
24107 \begin_layout Standard
24108 \noindent
24109 \begin_inset CommandInset line
24110 LatexCommand rule
24111 offset "0.5ex"
24112 width "100line%"
24113 height "1pt"
24114
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \begin_layout Standard
24121
24122 \series bold
24123
24124 \backslash
24125 newcommand{
24126 \backslash
24127 TabBesBeg}{%
24128 \begin_inset Newline newline
24129 \end_inset
24130
24131
24132 \begin_inset Phantom HPhantom
24133 status open
24134
24135 \begin_layout Plain Layout
24136
24137 \series bold
24138 \begin_inset space ~
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145
24146
24147 \backslash
24148 let
24149 \backslash
24150 MyTable
24151 \backslash
24152 table
24153 \begin_inset Newline newline
24154 \end_inset
24155
24156
24157 \begin_inset Phantom HPhantom
24158 status open
24159
24160 \begin_layout Plain Layout
24161
24162 \series bold
24163 \begin_inset space ~
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \end_inset
24170
24171
24172 \backslash
24173 let
24174 \backslash
24175 MyEndtable
24176 \backslash
24177 endtable
24178 \begin_inset Newline newline
24179 \end_inset
24180
24181
24182 \begin_inset Phantom HPhantom
24183 status open
24184
24185 \begin_layout Plain Layout
24186
24187 \series bold
24188 \begin_inset space ~
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \backslash
24198 renewenvironment{table}{
24199 \backslash
24200 begin{SCtable}}{
24201 \backslash
24202 end{SCtable}}}
24203 \end_layout
24204
24205 \begin_layout Standard
24206
24207 \series bold
24208
24209 \backslash
24210 newcommand{
24211 \backslash
24212 TabBesEnd}{%
24213 \begin_inset Newline newline
24214 \end_inset
24215
24216
24217 \begin_inset Phantom HPhantom
24218 status open
24219
24220 \begin_layout Plain Layout
24221
24222 \series bold
24223 \begin_inset space ~
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \end_inset
24230
24231
24232 \backslash
24233 let
24234 \backslash
24235 table
24236 \backslash
24237 MyTable
24238 \begin_inset Newline newline
24239 \end_inset
24240
24241
24242 \begin_inset Phantom HPhantom
24243 status open
24244
24245 \begin_layout Plain Layout
24246
24247 \series bold
24248 \begin_inset space ~
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \end_inset
24255
24256
24257 \backslash
24258 let
24259 \backslash
24260 endtable
24261 \backslash
24262 MyEndtable
24263 \end_layout
24264
24265 \begin_layout Standard
24266
24267 \series bold
24268
24269 \backslash
24270 newcommand{
24271 \backslash
24272 FigBesBeg}{%
24273 \begin_inset Newline newline
24274 \end_inset
24275
24276
24277 \begin_inset Phantom HPhantom
24278 status open
24279
24280 \begin_layout Plain Layout
24281
24282 \series bold
24283 \begin_inset space ~
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \backslash
24293 let
24294 \backslash
24295 MyFigure
24296 \backslash
24297 figure
24298 \begin_inset Newline newline
24299 \end_inset
24300
24301
24302 \begin_inset Phantom HPhantom
24303 status open
24304
24305 \begin_layout Plain Layout
24306
24307 \series bold
24308 \begin_inset space ~
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \end_inset
24315
24316
24317 \backslash
24318 let
24319 \backslash
24320 MyEndfigure
24321 \backslash
24322 endfigure
24323 \begin_inset Newline newline
24324 \end_inset
24325
24326
24327 \begin_inset Phantom HPhantom
24328 status open
24329
24330 \begin_layout Plain Layout
24331
24332 \series bold
24333 \begin_inset space ~
24334 \end_inset
24335
24336
24337 \end_layout
24338
24339 \end_inset
24340
24341
24342 \backslash
24343 renewenvironment{figure}{
24344 \backslash
24345 begin{SCfigure}}{
24346 \backslash
24347 end{SCfigure}}}
24348 \end_layout
24349
24350 \begin_layout Standard
24351
24352 \series bold
24353
24354 \backslash
24355 newcommand{
24356 \backslash
24357 FigBesEnd}{%
24358 \begin_inset Newline newline
24359 \end_inset
24360
24361
24362 \begin_inset Phantom HPhantom
24363 status open
24364
24365 \begin_layout Plain Layout
24366
24367 \series bold
24368 \begin_inset space ~
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \end_inset
24375
24376
24377 \backslash
24378 let
24379 \backslash
24380 figure
24381 \backslash
24382 MyFigure
24383 \begin_inset Newline newline
24384 \end_inset
24385
24386
24387 \begin_inset Phantom HPhantom
24388 status open
24389
24390 \begin_layout Plain Layout
24391
24392 \series bold
24393 \begin_inset space ~
24394 \end_inset
24395
24396
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \backslash
24403 let
24404 \backslash
24405 endfigure
24406 \backslash
24407 MyEndfigure}
24408 \end_layout
24409
24410 \begin_layout Standard
24411 \noindent
24412 \begin_inset CommandInset line
24413 LatexCommand rule
24414 offset "0.5ex"
24415 width "100line%"
24416 height "1pt"
24417
24418 \end_inset
24419
24420
24421 \end_layout
24422
24423 \begin_layout Standard
24424 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24425  la légende se place sur le côté.
24426  Pour les flottants de figure, utilisez la commande
24427 \end_layout
24428
24429 \begin_layout Standard
24430
24431 \series bold
24432
24433 \backslash
24434 FigBesBeg
24435 \end_layout
24436
24437 \begin_layout Standard
24438 en code TeX avant le flottant.
24439  Après le flottant, insérez la commande
24440 \end_layout
24441
24442 \begin_layout Standard
24443
24444 \series bold
24445
24446 \backslash
24447 FigBesEnd
24448 \end_layout
24449
24450 \begin_layout Standard
24451 en code TeX pour revenir à la définition originale du flottant.
24452 \end_layout
24453
24454 \begin_layout Standard
24455 Pour les flottants de tableau, utilisez les commandes correspondantes
24456 \end_layout
24457
24458 \begin_layout Standard
24459
24460 \series bold
24461
24462 \backslash
24463 TabBesBeg
24464 \series default
24465  et 
24466 \series bold
24467
24468 \backslash
24469 TabBesEnd
24470 \end_layout
24471
24472 \begin_layout Standard
24473 La figure
24474 \begin_inset space ~
24475 \end_inset
24476
24477
24478 \begin_inset CommandInset ref
24479 LatexCommand ref
24480 reference "fig:legende-a-coté-fig"
24481
24482 \end_inset
24483
24484  et le tableau
24485 \begin_inset space ~
24486 \end_inset
24487
24488
24489 \begin_inset CommandInset ref
24490 LatexCommand ref
24491 reference "tab:legende-à-coté-tableau"
24492
24493 \end_inset
24494
24495  sont des exemples où la légende a été mises sur le coté.
24496 \end_layout
24497
24498 \begin_layout Standard
24499 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24500  pour les flottants de tableau et vers le bas pour les flottants de figure.
24501  Pour changer ce comportement, vous pouvez utiliser les commandes
24502 \end_layout
24503
24504 \begin_layout Standard
24505
24506 \series bold
24507
24508 \backslash
24509 sidecaptionvpos{type flottant}{placement}
24510 \end_layout
24511
24512 \begin_layout Standard
24513 dans le préambule du document ou en code TeX juste avant le flottant visé.
24514  Le type du flottant est soit 
24515 \family sans
24516 figure
24517 \family default
24518  soit 
24519 \family sans
24520 table
24521 \family default
24522 , le placement peut être 
24523 \begin_inset Quotes eld
24524 \end_inset
24525
24526
24527 \family sans
24528 t
24529 \family default
24530
24531 \begin_inset Quotes erd
24532 \end_inset
24533
24534  pour haut (top), 
24535 \begin_inset Quotes eld
24536 \end_inset
24537
24538
24539 \family sans
24540 c
24541 \family default
24542
24543 \begin_inset Quotes erd
24544 \end_inset
24545
24546  pour centre (center), ou 
24547 \begin_inset Quotes eld
24548 \end_inset
24549
24550
24551 \family sans
24552 b
24553 \family default
24554
24555 \begin_inset Quotes erd
24556 \end_inset
24557
24558  pour bas (bottom).
24559  Pour que, par exemple, les légendes des flottants de figure soient centrés
24560  verticalement, utilisez la commande
24561 \end_layout
24562
24563 \begin_layout Standard
24564
24565 \series bold
24566
24567 \backslash
24568 sidecaptionvpos{figure}{c}
24569 \end_layout
24570
24571 \begin_layout Standard
24572 C'est ce qui a été utilisé pour la figure
24573 \begin_inset space ~
24574 \end_inset
24575
24576
24577 \begin_inset CommandInset ref
24578 LatexCommand ref
24579 reference "fig:legende-à-coté-fig-2"
24580
24581 \end_inset
24582
24583 .
24584 \end_layout
24585
24586 \begin_layout Standard
24587 \begin_inset VSpace medskip
24588 \end_inset
24589
24590 Pour plus d'information sur le paquetage 
24591 \series bold
24592 sidecap
24593 \series default
24594  nous vous renvoyons à sa documentation 
24595 \begin_inset CommandInset citation
24596 LatexCommand cite
24597 key "sidecap"
24598
24599 \end_inset
24600
24601 .
24602 \end_layout
24603
24604 \begin_layout Standard
24605 \begin_inset Note Greyedout
24606 status open
24607
24608 \begin_layout Plain Layout
24609
24610 \series bold
24611 Note:
24612 \series default
24613  Le paquetage LaTeX 
24614 \series bold
24615 hypcap
24616 \series default
24617
24618 \begin_inset Index idx
24619 status collapsed
24620
24621 \begin_layout Plain Layout
24622 Paquetages LaTeX ! hypcap
24623 \end_layout
24624
24625 \end_inset
24626
24627 , qui est décrit dans la section
24628 \begin_inset space ~
24629 \end_inset
24630
24631
24632 \begin_inset CommandInset ref
24633 LatexCommand ref
24634 reference "sub:Reference-Position"
24635
24636 \end_inset
24637
24638 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24639 \end_layout
24640
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \begin_layout Standard
24647 \begin_inset ERT
24648 status collapsed
24649
24650 \begin_layout Plain Layout
24651
24652
24653 \backslash
24654 FigBesBeg 
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Standard
24663 \begin_inset Float figure
24664 wide false
24665 sideways false
24666 status open
24667
24668 \begin_layout Plain Layout
24669 \begin_inset Graphics
24670         filename ../clipart/escher-lsd.eps
24671         scale 75
24672         scaleBeforeRotation
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \begin_layout Plain Layout
24680 \begin_inset Caption
24681
24682 \begin_layout Plain Layout
24683 \begin_inset CommandInset label
24684 LatexCommand label
24685 name "fig:legende-a-coté-fig"
24686
24687 \end_inset
24688
24689 Une légende à côté d'une figure.
24690 \end_layout
24691
24692 \end_inset
24693
24694
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset ERT
24704 status collapsed
24705
24706 \begin_layout Plain Layout
24707
24708
24709 \backslash
24710 TabBesBeg 
24711 \end_layout
24712
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \begin_layout Standard
24719 \begin_inset Float table
24720 wide false
24721 sideways false
24722 status open
24723
24724 \begin_layout Plain Layout
24725 \begin_inset Caption
24726
24727 \begin_layout Plain Layout
24728 \begin_inset CommandInset label
24729 LatexCommand label
24730 name "tab:legende-à-coté-tableau"
24731
24732 \end_inset
24733
24734 Une légende à côté d'un tableau.
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \begin_layout Plain Layout
24743 \begin_inset Tabular
24744 <lyxtabular version="3" rows="4" columns="5">
24745 <features tabularvalignment="middle">
24746 <column alignment="center" valignment="top" width="0">
24747 <column alignment="center" valignment="top" width="0">
24748 <column alignment="center" valignment="top" width="0">
24749 <column alignment="center" valignment="top" width="0">
24750 <column alignment="center" valignment="top" width="0">
24751 <row>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756 a
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 b
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 c
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 </row>
24798 <row>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 d
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830 e
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 </row>
24845 <row>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850 f
24851 \end_layout
24852
24853 \end_inset
24854 </cell>
24855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24856 \begin_inset Text
24857
24858 \begin_layout Plain Layout
24859
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 g
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 h
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 </row>
24892 <row>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 i
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924 j
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 </row>
24939 </lyxtabular>
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \end_inset
24947
24948
24949 \end_layout
24950
24951 \begin_layout Standard
24952 \begin_inset ERT
24953 status collapsed
24954
24955 \begin_layout Plain Layout
24956
24957
24958 \backslash
24959 TabBesEnd
24960 \end_layout
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 \begin_inset ERT
24969 status collapsed
24970
24971 \begin_layout Plain Layout
24972
24973
24974 \backslash
24975 sidecaptionvpos{figure}{c}
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \begin_inset Float figure
24982 wide false
24983 sideways false
24984 status open
24985
24986 \begin_layout Plain Layout
24987 \begin_inset Graphics
24988         filename ../clipart/escher-lsd.eps
24989         scale 75
24990         scaleBeforeRotation
24991
24992 \end_inset
24993
24994
24995 \end_layout
24996
24997 \begin_layout Plain Layout
24998 \begin_inset Caption
24999
25000 \begin_layout Plain Layout
25001 \begin_inset CommandInset label
25002 LatexCommand label
25003 name "fig:legende-à-coté-fig-2"
25004
25005 \end_inset
25006
25007 Une légende centrée verticalement à côté d'une figure.
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \begin_layout Standard
25021 \begin_inset ERT
25022 status collapsed
25023
25024 \begin_layout Plain Layout
25025
25026
25027 \backslash
25028 FigBesEnd
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Standard
25037 \begin_inset ERT
25038 status collapsed
25039
25040 \begin_layout Plain Layout
25041
25042
25043 \backslash
25044 else
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \begin_inset Note Note
25051 status open
25052
25053 \begin_layout Plain Layout
25054 Ce qui suit sera affiché si le paquetage LaTeX 
25055 \series bold
25056 sidecap
25057 \series default
25058  n'est pas installé :
25059 \end_layout
25060
25061 \end_inset
25062
25063
25064 \end_layout
25065
25066 \begin_layout Standard
25067 Vous devez installer le paquetage LaTeX 
25068 \series bold
25069 sidecap
25070 \series default
25071  pour voir la suite de cette section dans la sortie imprimée.
25072 \end_layout
25073
25074 \begin_layout Standard
25075 \begin_inset ERT
25076 status collapsed
25077
25078 \begin_layout Plain Layout
25079
25080
25081 \backslash
25082 fi
25083 \end_layout
25084
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \begin_layout Section
25091 Les Listes de Flottants
25092 \begin_inset Index idx
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096 Flottants ! Listes de Flottants
25097 \end_layout
25098
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \begin_layout Standard
25105 De la même façon que la table des matières fait la liste des sections du
25106  document, il y a des listes pour tous les types de flottants, comme par
25107  exemple pour les figures du document.
25108  Vous pouvez les insérer en utilisant le menu 
25109 \family sans
25110 Insérer\SpecialChar \menuseparator
25111 Listes
25112 \begin_inset space ~
25113 \end_inset
25114
25115 &
25116 \begin_inset space ~
25117 \end_inset
25118
25119 TdM
25120 \family default
25121 .
25122 \end_layout
25123
25124 \begin_layout Standard
25125 Les entrées de la liste sont la légende du flottant ou éventuellement le
25126  titre court, le numéro du flottant, et le numéro de la page où le flottant
25127  apparaît dans le document.
25128 \end_layout
25129
25130 \begin_layout Standard
25131 Vous trouverez à la fin de ce document une liste des figures et une liste
25132  des tableaux.
25133 \end_layout
25134
25135 \begin_layout Chapter
25136 Notes
25137 \end_layout
25138
25139 \begin_layout Section
25140 Les Notes de LyX
25141 \begin_inset Index idx
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145 Notes ! Notes LyX 
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 On peut insérer une note en utilisant le bouton 
25155 \begin_inset Graphics
25156         filename ../../images/note-insert.png
25157         scale 85
25158         scaleBeforeRotation
25159
25160 \end_inset
25161
25162  de la barre d'outils ou avec le menu 
25163 \family sans
25164 Insérer\SpecialChar \menuseparator
25165 Note
25166 \family default
25167 .
25168  Il y a trois types de notes :
25169 \end_layout
25170
25171 \begin_layout Description
25172 Note
25173 \begin_inset space ~
25174 \end_inset
25175
25176 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25177  finale.
25178  La boîte de cette note ressemble à ceci :
25179 \begin_inset Newline newline
25180 \end_inset
25181
25182
25183 \begin_inset Newline newline
25184 \end_inset
25185
25186
25187 \begin_inset Graphics
25188         filename clipart/LyXNoteImageQt4.png
25189         display false
25190         scale 65
25191         scaleBeforeRotation
25192
25193 \end_inset
25194
25195  
25196 \begin_inset Note Note
25197 status open
25198
25199 \begin_layout Plain Layout
25200 Le texte de cette note n'apparaîtra pas à l'impression.
25201 \end_layout
25202
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \begin_layout Description
25209 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25210  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25211  vers un fichier au format LaTeX avec le menu 
25212 \family sans
25213 Fichier\SpecialChar \menuseparator
25214 Exporter\SpecialChar \menuseparator
25215 LaTeX (pdflatex) / (plain)
25216 \family default
25217 .
25218  La boîte de cette note ressemble à ceci :
25219 \begin_inset Newline newline
25220 \end_inset
25221
25222
25223 \begin_inset Newline newline
25224 \end_inset
25225
25226
25227 \begin_inset Graphics
25228         filename clipart/CommentNoteImageQt4.png
25229         display false
25230         scale 55
25231         scaleBeforeRotation
25232
25233 \end_inset
25234
25235
25236 \lang english
25237  
25238 \lang french
25239
25240 \begin_inset Note Comment
25241 status open
25242
25243 \begin_layout Plain Layout
25244 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25245  LaTeX.
25246 \end_layout
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \begin_layout Description
25254 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25255  La boîte de cette note ressemble à ceci :
25256 \lang english
25257
25258 \begin_inset Newline newline
25259 \end_inset
25260
25261
25262 \lang french
25263
25264 \begin_inset Newline newline
25265 \end_inset
25266
25267
25268 \begin_inset Graphics
25269         filename clipart/GreyedOutNoteImageQt4.png
25270         lyxscale 80
25271         display false
25272         scale 55
25273         scaleBeforeRotation
25274
25275 \end_inset
25276
25277
25278 \begin_inset Newline newline
25279 \end_inset
25280
25281
25282 \begin_inset ERT
25283 status collapsed
25284
25285 \begin_layout Plain Layout
25286
25287
25288 \backslash
25289 renewenvironment{lyxgreyedout}
25290 \end_layout
25291
25292 \begin_layout Plain Layout
25293
25294 {
25295 \backslash
25296 textcolor[gray]{0.8}
25297 \backslash
25298 bgroup}{
25299 \backslash
25300 egroup}
25301 \end_layout
25302
25303 \end_inset
25304
25305
25306 \begin_inset Note Greyedout
25307 status open
25308
25309 \begin_layout Plain Layout
25310 Le texte
25311 \begin_inset Foot
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25316  grisé.
25317  
25318 \end_layout
25319
25320 \end_inset
25321
25322  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \begin_inset ERT
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332
25333
25334 \backslash
25335 renewenvironment{lyxgreyedout}
25336 \end_layout
25337
25338 \begin_layout Plain Layout
25339
25340 {
25341 \backslash
25342 textcolor{blue}
25343 \backslash
25344 bgroup}{
25345 \backslash
25346 egroup}
25347 \end_layout
25348
25349 \end_inset
25350
25351
25352 \begin_inset Note Note
25353 status open
25354
25355 \begin_layout Plain Layout
25356 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25357  originale qu'elle a dans LyX.
25358  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25359  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \begin_inset Newline newline
25366 \end_inset
25367
25368
25369 \begin_inset Newline newline
25370 \end_inset
25371
25372 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25373  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25374 \end_layout
25375
25376 \begin_layout Standard
25377 \begin_inset VSpace bigskip
25378 \end_inset
25379
25380 Quand vous utilisez le bouton 
25381 \begin_inset Graphics
25382         filename ../../images/note-insert.png
25383         scale 85
25384         scaleBeforeRotation
25385
25386 \end_inset
25387
25388  de la barre d'outils, vous insérez une 
25389 \family sans
25390 Note
25391 \begin_inset space ~
25392 \end_inset
25393
25394 LyX
25395 \family default
25396 .
25397  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25398 la et cliquez sur le bouton d'insertion de note.
25399  Pour retransformer une note en texte, appuyez sur la touche 
25400 \family sans
25401 backspace
25402 \family default
25403  quand le curseur est au tout début de la note ou appuyez sur la touche
25404  
25405 \family sans
25406 Suppr.
25407
25408 \family default
25409  quand le curseur se trouve à la fin de la note.
25410 \end_layout
25411
25412 \begin_layout Standard
25413 \begin_inset VSpace bigskip
25414 \end_inset
25415
25416 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25417  commandes suivantes dans le préambule :
25418 \end_layout
25419
25420 \begin_layout Standard
25421
25422 \series bold
25423
25424 \backslash
25425 renewenvironment{lyxgreyedout}
25426 \begin_inset Newline newline
25427 \end_inset
25428
25429
25430 \begin_inset Phantom HPhantom
25431 status open
25432
25433 \begin_layout Plain Layout
25434
25435 \series bold
25436 \begin_inset space ~
25437 \end_inset
25438
25439
25440 \end_layout
25441
25442 \end_inset
25443
25444 {
25445 \backslash
25446 textcolor{color}
25447 \backslash
25448 bgroup}{
25449 \backslash
25450 egroup}
25451 \end_layout
25452
25453 \begin_layout Standard
25454 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25455  sont expliqués dans la section
25456 \begin_inset space ~
25457 \end_inset
25458
25459
25460 \begin_inset CommandInset ref
25461 LatexCommand ref
25462 reference "sec:Tableaux-Colorés"
25463
25464 \end_inset
25465
25466 .
25467 \end_layout
25468
25469 \begin_layout Standard
25470 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25471  grisées avec leur texte en bleu.
25472 \end_layout
25473
25474 \begin_layout Section
25475 Notes en Bas de Page
25476 \begin_inset CommandInset label
25477 LatexCommand label
25478 name "sec:Notes-bas-de-page"
25479
25480 \end_inset
25481
25482
25483 \begin_inset Index idx
25484 status collapsed
25485
25486 \begin_layout Plain Layout
25487 Notes ! Notes de bas de page
25488 \end_layout
25489
25490 \end_inset
25491
25492
25493 \begin_inset Index idx
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497 Notes de bas de page
25498 \end_layout
25499
25500 \end_inset
25501
25502
25503 \end_layout
25504
25505 \begin_layout Standard
25506 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25507  
25508 \begin_inset Graphics
25509         filename ../../images/footnote-insert.png
25510         scale 85
25511         scaleBeforeRotation
25512
25513 \end_inset
25514
25515  de la barre d'outils, soit en utilisant le menu 
25516 \family sans
25517 Insérer\SpecialChar \menuseparator
25518 Note
25519 \begin_inset space ~
25520 \end_inset
25521
25522 en
25523 \begin_inset space ~
25524 \end_inset
25525
25526 Bas
25527 \begin_inset space ~
25528 \end_inset
25529
25530 de
25531 \begin_inset space ~
25532 \end_inset
25533
25534 Page
25535 \family default
25536 .
25537  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25538  rouge 
25539 \begin_inset Quotes fld
25540 \end_inset
25541
25542 bas
25543 \begin_inset Quotes frd
25544 \end_inset
25545
25546  qui ressemble à ceci : 
25547 \begin_inset Graphics
25548         filename clipart/footnoteQt4.png
25549         scale 80
25550         scaleBeforeRotation
25551
25552 \end_inset
25553
25554  Vous pouvez y entrer votre texte.
25555  Si vous voulez transformer du texte déjà existant en note en bas de page,
25556  sélectionnez-le et cliquez sur le bouton 
25557 \family sans
25558 Note
25559 \begin_inset space ~
25560 \end_inset
25561
25562 en
25563 \begin_inset space ~
25564 \end_inset
25565
25566 Bas
25567 \begin_inset space ~
25568 \end_inset
25569
25570 de
25571 \begin_inset space ~
25572 \end_inset
25573
25574 Page
25575 \family default
25576  de la barre d'outils.
25577  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25578  
25579 \family sans
25580 backspace
25581 \family default
25582  quand le curseur est au tout début de la note ou appuyez sur la touche
25583  
25584 \family sans
25585 Suppr.
25586
25587 \family default
25588  quand le curseur se trouve à la fin de la note.
25589 \end_layout
25590
25591 \begin_layout Standard
25592 Voici un exemple de note en bas de page:
25593 \begin_inset Foot
25594 status open
25595
25596 \begin_layout Plain Layout
25597 \begin_inset CommandInset label
25598 LatexCommand label
25599 name "fn:Note-en-bas"
25600
25601 \end_inset
25602
25603 Ceci est un exemple de note en bas de page.
25604 \end_layout
25605
25606 \end_inset
25607
25608
25609 \begin_inset ERT
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613
25614
25615 \backslash
25616 newcounter{MyRepeatFoot}
25617 \end_layout
25618
25619 \begin_layout Plain Layout
25620
25621
25622 \backslash
25623 setcounter{MyRepeatFoot}{
25624 \backslash
25625 thefootnote}
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \end_layout
25632
25633 \begin_layout Standard
25634 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25635  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25636  de note.
25637  Le texte de la note est placé en bas de la page courante.
25638  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25639  Selon votre classe de document les numéros de notes pourront être réinitialisés
25640  à chaque nouveau chapitre.
25641 \end_layout
25642
25643 \begin_layout Standard
25644 On peut faire référence à une note en bas de page comme on le fait avec
25645  les flottants : Insérez une étiquette dans la note et faites une référence
25646  croisée vers cette étiquette comme c'est décrit dans la
25647 \begin_inset space ~
25648 \end_inset
25649
25650
25651 \begin_inset CommandInset ref
25652 LatexCommand ref
25653 reference "sec:Referencer-les-Flottants"
25654
25655 \end_inset
25656
25657 .
25658 \begin_inset Newline newline
25659 \end_inset
25660
25661 Voici une référence à une note de bas de page :
25662 \begin_inset space ~
25663 \end_inset
25664
25665
25666 \begin_inset CommandInset ref
25667 LatexCommand ref
25668 reference "fn:Note-en-bas"
25669
25670 \end_inset
25671
25672 .
25673 \end_layout
25674
25675 \begin_layout Standard
25676 \begin_inset VSpace defskip
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25684  par LaTeX pour des raisons techniques.
25685  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25686  
25687 \series bold
25688
25689 \backslash
25690 footnotemark{}
25691 \series default
25692  en code TeX à la place de la note de bas de page.
25693  Le texte de la note est mis en argument de la commande TeX 
25694 \series bold
25695
25696 \backslash
25697 footnotetext
25698 \series default
25699  après le tableau.
25700 \begin_inset Newline newline
25701 \end_inset
25702
25703 C'est ce qui a été fait pour le tableau qui suit avec la commande
25704 \end_layout
25705
25706 \begin_layout Standard
25707
25708 \series bold
25709
25710 \backslash
25711 footnotetext{
25712 \series default
25713 Note de bas de page de tableau imprimée.
25714 \series bold
25715 }
25716 \end_layout
25717
25718 \begin_layout Standard
25719
25720 \lang english
25721 \begin_inset Tabular
25722 <lyxtabular version="3" rows="2" columns="1">
25723 <features tabularvalignment="middle">
25724 <column alignment="center" valignment="top" width="0">
25725 <row>
25726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Plain Layout
25730 Un exemple de texte
25731 \begin_inset Foot
25732 status open
25733
25734 \begin_layout Plain Layout
25735 Cette note ne sera pas imprimée
25736 \begin_inset space ~
25737 \end_inset
25738
25739 !
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 </row>
25750 <row>
25751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 Un autre exemple de texte
25756 \begin_inset ERT
25757 status collapsed
25758
25759 \begin_layout Plain Layout
25760
25761
25762 \backslash
25763 footnotemark{}
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 </lyxtabular>
25775
25776 \end_inset
25777
25778
25779 \begin_inset ERT
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783
25784
25785 \backslash
25786 footnotetext{
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \lang french
25793 Note de bas de page de tableau imprimée.
25794 \lang english
25795
25796 \begin_inset ERT
25797 status collapsed
25798
25799 \begin_layout Plain Layout
25800
25801 }
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Standard
25810 Les notes de bas de page dans des tableaux longs sont décrites dans la section
25811 \begin_inset space ~
25812 \end_inset
25813
25814
25815 \begin_inset CommandInset ref
25816 LatexCommand ref
25817 reference "sub:Notes-dans-tableau-long"
25818
25819 \end_inset
25820
25821 .
25822 \end_layout
25823
25824 \begin_layout Standard
25825 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
25826  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
25827 e, vu que la minipage est considérée comme une page se trouvant dans une
25828  autre page.
25829  Pour plus d'information sur les minipages, voyez la section
25830 \begin_inset space ~
25831 \end_inset
25832
25833
25834 \begin_inset CommandInset ref
25835 LatexCommand ref
25836 reference "sec:Minipages"
25837
25838 \end_inset
25839
25840 .
25841  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
25842  s'imprime en bas de page comme une note normale, on doit aussi utiliser
25843  la méthode utilisant les commandes 
25844 \series bold
25845
25846 \backslash
25847 footnotemark{}
25848 \series default
25849  et 
25850 \series bold
25851
25852 \backslash
25853 footnotetext
25854 \series default
25855 .
25856 \end_layout
25857
25858 \begin_layout Standard
25859 \begin_inset Box Frameless
25860 position "t"
25861 hor_pos "c"
25862 has_inner_box 1
25863 inner_pos "t"
25864 use_parbox 0
25865 use_makebox 0
25866 width "100col%"
25867 special "none"
25868 height "1in"
25869 height_special "totalheight"
25870 status open
25871
25872 \begin_layout Plain Layout
25873 Un exemple de texte dans une minipage.
25874 \begin_inset Foot
25875 status open
25876
25877 \begin_layout Plain Layout
25878 Note de bas de page dans la minipage.
25879 \end_layout
25880
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \begin_layout Plain Layout
25887 Un autre exemple de texte dans une minipage.
25888 \begin_inset ERT
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892
25893
25894 \backslash
25895 footnotemark{}
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 \begin_inset ERT
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913
25914
25915 \backslash
25916 footnotetext{
25917 \end_layout
25918
25919 \end_inset
25920
25921 Note de bas de page en denors de la minipage.
25922 \begin_inset ERT
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926
25927 }
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \begin_layout Standard
25936 \begin_inset VSpace defskip
25937 \end_inset
25938
25939
25940 \end_layout
25941
25942 \begin_layout Standard
25943 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
25944  utilisez la commande 
25945 \series bold
25946
25947 \backslash
25948 footnotemark[number]
25949 \series default
25950  en code TeX.
25951 \begin_inset Newline newline
25952 \end_inset
25953
25954 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
25955  votre texte, vous devez enregistrer son numéro.
25956  Dans l'exemple de marque de note de bas de page suivant, ces commandes
25957  ont été insérées en code TeX après la note
25958 \begin_inset space ~
25959 \end_inset
25960
25961
25962 \begin_inset CommandInset ref
25963 LatexCommand ref
25964 reference "fn:Note-en-bas"
25965
25966 \end_inset
25967
25968  pour enregistrer son numéro
25969 \begin_inset space ~
25970 \end_inset
25971
25972 :
25973 \end_layout
25974
25975 \begin_layout Standard
25976
25977 \series bold
25978
25979 \backslash
25980 newcounter{MaNoteDupliquee}
25981 \begin_inset Newline newline
25982 \end_inset
25983
25984
25985 \backslash
25986 setcounter{MaNoteDupliquee}{
25987 \backslash
25988 thefootnote}
25989 \end_layout
25990
25991 \begin_layout Standard
25992 La note de bas de page a été créee avec la commande
25993 \begin_inset space ~
25994 \end_inset
25995
25996 :
25997 \end_layout
25998
25999 \begin_layout Standard
26000
26001 \series bold
26002
26003 \backslash
26004 footnotemark[
26005 \backslash
26006 MaNoteDupliquee]
26007 \end_layout
26008
26009 \begin_layout Standard
26010 Voici une note de bas de page dupliquée
26011 \begin_inset space ~
26012 \end_inset
26013
26014 :
26015 \begin_inset ERT
26016 status open
26017
26018 \begin_layout Plain Layout
26019
26020
26021 \backslash
26022 footnotemark[
26023 \backslash
26024 theMyRepeatFoot]
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \begin_layout Standard
26033 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
26034 t du numéro de note et juste utiliser la commande suivante
26035 \end_layout
26036
26037 \begin_layout Standard
26038
26039 \series bold
26040
26041 \backslash
26042 footnotemark[
26043 \backslash
26044 thefootnote]
26045 \end_layout
26046
26047 \begin_layout Standard
26048 Voici une autre note de bas de page dupliquée
26049 \begin_inset space ~
26050 \end_inset
26051
26052 :
26053 \begin_inset ERT
26054 status open
26055
26056 \begin_layout Plain Layout
26057
26058
26059 \backslash
26060 footnotemark[
26061 \backslash
26062 thefootnote]
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Subsection
26071 Numérotation de Notes de Bas de Page
26072 \begin_inset CommandInset label
26073 LatexCommand label
26074 name "sub:Numerotation-notes-bas-de-page"
26075
26076 \end_inset
26077
26078
26079 \begin_inset Index idx
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083 Notes de bas de page ! Numérotation
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \begin_layout Standard
26092 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26093  ajoutez cette commande dans le préambule de votre document :
26094 \end_layout
26095
26096 \begin_layout Standard
26097
26098 \series bold
26099
26100 \backslash
26101 @addtoreset{footnote}{section}
26102 \end_layout
26103
26104 \begin_layout Standard
26105 \begin_inset VSpace bigskip
26106 \end_inset
26107
26108 La commande de préambule suivante change le style de numérotation des notes
26109  en petits chiffres romains :
26110 \end_layout
26111
26112 \begin_layout Standard
26113
26114 \series bold
26115
26116 \backslash
26117 renewcommand{
26118 \backslash
26119 thefootnote}{
26120 \backslash
26121 roman{footnote}}
26122 \end_layout
26123
26124 \begin_layout Standard
26125 \begin_inset ERT
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129
26130
26131 \backslash
26132 renewcommand{
26133 \backslash
26134 thefootnote}{
26135 \backslash
26136 roman{footnote}}
26137 \end_layout
26138
26139 \end_inset
26140
26141  Cette note de bas de page utilise une numérotation en chiffres romains
26142  :
26143 \begin_inset Foot
26144 status open
26145
26146 \begin_layout Plain Layout
26147 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26148  romains.
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Standard
26157 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26158  la commande précédente 
26159 \series bold
26160
26161 \backslash
26162 roman
26163 \series default
26164  par 
26165 \series bold
26166
26167 \backslash
26168 Roman
26169 \series default
26170 .
26171  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26172  utilisez respectivement soit 
26173 \series bold
26174
26175 \backslash
26176 Alph
26177 \series default
26178  soit 
26179 \series bold
26180
26181 \backslash
26182 alph
26183 \series default
26184 .
26185  Pour les 
26186 \begin_inset Quotes eld
26187 \end_inset
26188
26189 numéroter
26190 \begin_inset Quotes erd
26191 \end_inset
26192
26193  avec des symboles, utilisez 
26194 \series bold
26195
26196 \backslash
26197 fnsymbol
26198 \series default
26199 .
26200 \end_layout
26201
26202 \begin_layout Standard
26203 \begin_inset Note Greyedout
26204 status open
26205
26206 \begin_layout Plain Layout
26207
26208 \series bold
26209 Note:
26210 \series default
26211  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26212  puisque cette numérotation est limitée à des lettres seules.
26213 \end_layout
26214
26215 \end_inset
26216
26217
26218 \begin_inset Newline newline
26219 \end_inset
26220
26221
26222 \begin_inset Note Greyedout
26223 status open
26224
26225 \begin_layout Plain Layout
26226
26227 \series bold
26228 Note:
26229 \series default
26230  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Pour revenir au style de numérotation implicite quand vous en avez changé,
26240  utilisez 
26241 \series bold
26242
26243 \backslash
26244 arabic
26245 \series default
26246  à la place de 
26247 \series bold
26248
26249 \backslash
26250 roman
26251 \series default
26252  dans la commande précédente.
26253 \begin_inset ERT
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257
26258
26259 \backslash
26260 renewcommand{
26261 \backslash
26262 thefootnote}{
26263 \backslash
26264 arabic{footnote}}
26265 \end_layout
26266
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \begin_layout Standard
26273 \begin_inset VSpace bigskip
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Standard
26280 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26281  le schéma 
26282 \begin_inset Quotes eld
26283 \end_inset
26284
26285 chapitre.note
26286 \begin_inset Quotes erd
26287 \end_inset
26288
26289 , ajoutez la commande suivante au préambule de votre document :
26290 \end_layout
26291
26292 \begin_layout Standard
26293
26294 \series bold
26295
26296 \backslash
26297 numberwithin{footnote}{chapter}
26298 \end_layout
26299
26300 \begin_layout Standard
26301 Pour pouvoir utiliser la commande 
26302 \series bold
26303
26304 \backslash
26305 numberwithin
26306 \series default
26307 , activez dans la rubrique 
26308 \family sans
26309 Options
26310 \begin_inset space ~
26311 \end_inset
26312
26313 des
26314 \begin_inset space ~
26315 \end_inset
26316
26317 Maths
26318 \family default
26319  dans les paramètres du document, l'option 
26320 \family sans
26321 Utiliser
26322 \begin_inset space ~
26323 \end_inset
26324
26325 le
26326 \begin_inset space ~
26327 \end_inset
26328
26329 paquetage
26330 \begin_inset space ~
26331 \end_inset
26332
26333 maths
26334 \begin_inset space ~
26335 \end_inset
26336
26337 AMS
26338 \family default
26339 .
26340 \end_layout
26341
26342 \begin_layout Standard
26343 \begin_inset ERT
26344 status collapsed
26345
26346 \begin_layout Plain Layout
26347
26348
26349 \backslash
26350 numberwithin{footnote}{chapter}
26351 \end_layout
26352
26353 \end_inset
26354
26355 Ceci est un autre exemple de note de bas de page:
26356 \series bold
26357
26358 \begin_inset Foot
26359 status open
26360
26361 \begin_layout Plain Layout
26362 Cette note est numérotée en suivant le schéma 
26363 \begin_inset Quotes eld
26364 \end_inset
26365
26366 chapitre.note
26367 \begin_inset Quotes erd
26368 \end_inset
26369
26370 .
26371 \end_layout
26372
26373 \end_inset
26374
26375
26376 \series default
26377
26378 \begin_inset ERT
26379 status collapsed
26380
26381 \begin_layout Plain Layout
26382
26383
26384 \backslash
26385 renewcommand{
26386 \backslash
26387 thefootnote}{
26388 \backslash
26389 arabic{footnote}}
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \begin_layout Standard
26398 \begin_inset Note Greyedout
26399 status open
26400
26401 \begin_layout Plain Layout
26402
26403 \series bold
26404 Note:
26405 \series default
26406  
26407 \series bold
26408
26409 \backslash
26410 numberwithin
26411 \series default
26412  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26413  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26414  prises en compte.
26415  
26416 \end_layout
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Standard
26424 Donc pour avoir par exemple le schéma 
26425 \begin_inset Quotes eld
26426 \end_inset
26427
26428 chapitre.
26429 \backslash
26430 Roman{note}
26431 \begin_inset Quotes erd
26432 \end_inset
26433
26434 , utilisez la commande suivante plutôt que 
26435 \series bold
26436
26437 \backslash
26438 numberwithin
26439 \series default
26440  :
26441 \end_layout
26442
26443 \begin_layout Standard
26444
26445 \series bold
26446
26447 \backslash
26448 renewcommand{
26449 \backslash
26450 thefootnote}{
26451 \backslash
26452 thechapter.
26453 \backslash
26454 Roman{footnote}}
26455 \end_layout
26456
26457 \begin_layout Subsection
26458 Positionnement de notes de bas de page
26459 \begin_inset Index idx
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463 Notes de bas de page ! Positionnement
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \begin_layout Standard
26472 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26473  vertical entre elles en bas de la page.
26474  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26475  de 1.5
26476 \begin_inset space \thinspace{}
26477 \end_inset
26478
26479 mm avec la commande suivante dans le préambule :
26480 \end_layout
26481
26482 \begin_layout Standard
26483
26484 \series bold
26485
26486 \backslash
26487 let
26488 \backslash
26489 myFoot
26490 \backslash
26491 footnote
26492 \begin_inset Newline newline
26493 \end_inset
26494
26495
26496 \backslash
26497 renewcommand{
26498 \backslash
26499 footnote}[1]{
26500 \backslash
26501 myFoot{#1
26502 \backslash
26503 vspace{1.5mm}}}
26504 \end_layout
26505
26506 \begin_layout Standard
26507 \begin_inset VSpace bigskip
26508 \end_inset
26509
26510 Dans un document à deux colonnes les notes de bas de page apparaissent en
26511  bas de chaque colonne, comme sur la Figure
26512 \begin_inset space ~
26513 \end_inset
26514
26515
26516 \begin_inset CommandInset ref
26517 LatexCommand ref
26518 reference "fig:Position-standard-note-bas-de-page"
26519
26520 \end_inset
26521
26522 .
26523  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26524  sur la Figure
26525 \begin_inset space ~
26526 \end_inset
26527
26528
26529 \begin_inset CommandInset ref
26530 LatexCommand ref
26531 reference "fig:Position-note-avec-ftnright"
26532
26533 \end_inset
26534
26535 , utilisez le paquetage LaTeX 
26536 \series bold
26537 ftnright
26538 \series default
26539
26540 \begin_inset Index idx
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544 Paquetages LaTeX ! ftnright
26545 \end_layout
26546
26547 \end_inset
26548
26549  avec cette commande dans le préambule du document:
26550 \end_layout
26551
26552 \begin_layout Standard
26553
26554 \series bold
26555
26556 \backslash
26557 usepackage{ftnright}
26558 \end_layout
26559
26560 \begin_layout Standard
26561 \begin_inset Float figure
26562 placement !h
26563 wide false
26564 sideways false
26565 status open
26566
26567 \begin_layout Plain Layout
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 framebox{
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \begin_inset Graphics
26582         filename ../clipart/without_fntright.pdf
26583         width 100col%
26584         scaleBeforeRotation
26585
26586 \end_inset
26587
26588
26589 \begin_inset ERT
26590 status collapsed
26591
26592 \begin_layout Plain Layout
26593
26594 }
26595 \end_layout
26596
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \begin_layout Plain Layout
26603 \begin_inset Caption
26604
26605 \begin_layout Plain Layout
26606 \begin_inset CommandInset label
26607 LatexCommand label
26608 name "fig:Position-standard-note-bas-de-page"
26609
26610 \end_inset
26611
26612 Positionnement standard des notes de bas de page dans un document à deux
26613  colonnes.
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \end_inset
26622
26623
26624 \end_layout
26625
26626 \begin_layout Standard
26627 \begin_inset Float figure
26628 placement !h
26629 wide false
26630 sideways false
26631 status open
26632
26633 \begin_layout Plain Layout
26634 \begin_inset ERT
26635 status collapsed
26636
26637 \begin_layout Plain Layout
26638
26639
26640 \backslash
26641 framebox{
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \begin_inset Graphics
26648         filename ../clipart/with_fntright.pdf
26649         width 100col%
26650         scaleBeforeRotation
26651
26652 \end_inset
26653
26654
26655 \begin_inset ERT
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659
26660 }
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \begin_layout Plain Layout
26669 \begin_inset Caption
26670
26671 \begin_layout Plain Layout
26672 \begin_inset CommandInset label
26673 LatexCommand label
26674 name "fig:Position-note-avec-ftnright"
26675
26676 \end_inset
26677
26678 Positionnement de notes de bas de page dans un document à deux colonnes
26679  en utilisant le paquetage LaTeX 
26680 \series bold
26681 ftnright
26682 \series default
26683 .
26684 \end_layout
26685
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \end_layout
26695
26696 \begin_layout Standard
26697 \begin_inset VSpace bigskip
26698 \end_inset
26699
26700 Dans certaines publications scientifiques, il est courant de rassembler
26701  les notes de bas de page et de les imprimer dans un paragraphe particulier
26702  à la fin de la section, comme sur la Figure
26703 \begin_inset space ~
26704 \end_inset
26705
26706
26707 \begin_inset CommandInset ref
26708 LatexCommand ref
26709 reference "fig:Notes-de-fin"
26710
26711 \end_inset
26712
26713 .
26714  On les appelle 
26715 \begin_inset Quotes eld
26716 \end_inset
26717
26718 notes de fin
26719 \begin_inset Quotes erd
26720 \end_inset
26721
26722 .
26723 \begin_inset Index idx
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 Notes de fin
26728 \end_layout
26729
26730 \end_inset
26731
26732  Pour utiliser des notes de fin à la place des notes de bas de page dans
26733  votre document, charger le module 
26734 \family sans
26735 Note de bas de page en fin de document
26736 \family default
26737  à partir de 
26738 \family sans
26739 Document\SpecialChar \menuseparator
26740 Paramètres\SpecialChar \menuseparator
26741 Modules
26742 \family default
26743 .
26744  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26745 \end_layout
26746
26747 \begin_layout Standard
26748
26749 \series bold
26750
26751 \backslash
26752 theendnotes
26753 \end_layout
26754
26755 \begin_layout Standard
26756 en code TeX à la fin d'une section ou d'un chapitre.
26757 \end_layout
26758
26759 \begin_layout Standard
26760 \begin_inset Float figure
26761 wide false
26762 sideways false
26763 status open
26764
26765 \begin_layout Plain Layout
26766 \align center
26767 \begin_inset ERT
26768 status collapsed
26769
26770 \begin_layout Plain Layout
26771
26772
26773 \backslash
26774 framebox{
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \begin_inset Graphics
26781         filename ../clipart/endnotes.pdf
26782         scaleBeforeRotation
26783
26784 \end_inset
26785
26786
26787 \begin_inset ERT
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791
26792 }
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Plain Layout
26801 \begin_inset Caption
26802
26803 \begin_layout Plain Layout
26804 \begin_inset CommandInset label
26805 LatexCommand label
26806 name "fig:Notes-de-fin"
26807
26808 \end_inset
26809
26810 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26811  séparé à la fin des sections ou des chapitres.
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Standard
26825 \begin_inset VSpace medskip
26826 \end_inset
26827
26828 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26829  dans la langue du document, cela doit être fait manuellement.
26830  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26831  
26832 \begin_inset Quotes eld
26833 \end_inset
26834
26835 Notes
26836 \begin_inset Quotes erd
26837 \end_inset
26838
26839  en sa traduction Allemande
26840 \begin_inset Foot
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844 En français, 
26845 \begin_inset Quotes eld
26846 \end_inset
26847
26848 Notes
26849 \begin_inset Quotes erd
26850 \end_inset
26851
26852  peut être conservé.
26853 \end_layout
26854
26855 \end_inset
26856
26857  
26858 \begin_inset Quotes eld
26859 \end_inset
26860
26861 Anmerkungen
26862 \begin_inset Quotes erd
26863 \end_inset
26864
26865  :
26866 \end_layout
26867
26868 \begin_layout Standard
26869
26870 \series bold
26871
26872 \backslash
26873 renewcommand{
26874 \backslash
26875 notesname}{Anmerkungen}
26876 \end_layout
26877
26878 \begin_layout Standard
26879 \begin_inset VSpace medskip
26880 \end_inset
26881
26882 La numérotation des notes de fin peut être modifiée comme celle des notes
26883  de bas de page comme c'est décrit dans la section
26884 \begin_inset space ~
26885 \end_inset
26886
26887
26888 \begin_inset CommandInset ref
26889 LatexCommand ref
26890 reference "sub:Numerotation-notes-bas-de-page"
26891
26892 \end_inset
26893
26894  ; remplacez juste la commande 
26895 \series bold
26896
26897 \backslash
26898 thefootnote
26899 \series default
26900  par 
26901 \series bold
26902
26903 \backslash
26904 theendnote
26905 \series default
26906 .
26907  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26908 \series bold
26909
26910 \backslash
26911 @addtoreset
26912 \series default
26913  comme c'est décrit dans la section
26914 \begin_inset space ~
26915 \end_inset
26916
26917
26918 \begin_inset CommandInset ref
26919 LatexCommand ref
26920 reference "sub:Numerotation-notes-bas-de-page"
26921
26922 \end_inset
26923
26924  et remplacez le paramètre de commande 
26925 \series bold
26926 footnote
26927 \series default
26928  par 
26929 \series bold
26930 endnote
26931 \series default
26932 .
26933 \end_layout
26934
26935 \begin_layout Standard
26936 Pour les notes de fin, il y a la commande 
26937 \series bold
26938
26939 \backslash
26940 endnotemark[numéro]
26941 \series default
26942  qui est semblable à 
26943 \series bold
26944
26945 \backslash
26946 footnotemark
26947 \series default
26948 , décrite dans la section
26949 \begin_inset space ~
26950 \end_inset
26951
26952
26953 \begin_inset CommandInset ref
26954 LatexCommand ref
26955 reference "sec:Notes-bas-de-page"
26956
26957 \end_inset
26958
26959 .
26960 \end_layout
26961
26962 \begin_layout Standard
26963 \begin_inset VSpace bigskip
26964 \end_inset
26965
26966 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
26967 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
26968 \series bold
26969 footmisc
26970 \series default
26971
26972 \begin_inset Index idx
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976 Paquetages LaTeX ! footmisc
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \begin_inset CommandInset citation
26983 LatexCommand cite
26984 key "footmisc"
26985
26986 \end_inset
26987
26988  pour plus d'information à ce sujet.
26989 \end_layout
26990
26991 \begin_layout Standard
26992 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26993  voyez les livres sur LaTeX, 
26994 \begin_inset CommandInset citation
26995 LatexCommand cite
26996 key "latexcompanion,latexguide,latexbook"
26997
26998 \end_inset
26999
27000 .
27001 \end_layout
27002
27003 \begin_layout Section
27004 Notes en Marge
27005 \begin_inset Index idx
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 Notes ! Notes en Marge
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27019 t de la même façon.
27020  Quand vous insérez une note en marge avec 
27021 \family sans
27022 Insérer\SpecialChar \menuseparator
27023 Note
27024 \begin_inset space ~
27025 \end_inset
27026
27027 en
27028 \begin_inset space ~
27029 \end_inset
27030
27031 Marge
27032 \family default
27033  ou avec le bouton 
27034 \begin_inset Graphics
27035         filename ../../images/marginalnote-insert.png
27036         scale 85
27037         scaleBeforeRotation
27038
27039 \end_inset
27040
27041  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27042  grise avec une étiquette rouge 
27043 \begin_inset Quotes fld
27044 \end_inset
27045
27046 marge
27047 \begin_inset Quotes frd
27048 \end_inset
27049
27050 .
27051  
27052 \begin_inset Marginal
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056 C'est une note en marge.
27057 \end_layout
27058
27059 \end_inset
27060
27061  Cette boîte est la représentation de votre note dans LyX.
27062  Vous pouvez y entrer votre texte.
27063 \end_layout
27064
27065 \begin_layout Standard
27066 Les notes en marge apparaissent dans la marge de droite dans les documents
27067  imprimées sur une seule face.
27068  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27069  
27070 \begin_inset Quotes eld
27071 \end_inset
27072
27073 extérieure
27074 \begin_inset Quotes erd
27075 \end_inset
27076
27077  – la gauche sur les pages paires et la droite sur les pages impaires.
27078  Le texte de la note en marge est aligné à l'opposé de la marge externe
27079  – aligné à droite quand la note apparaît dans la marge de gauche.
27080  La première ligne de la note apparaît à la hauteur de la ligne de texte
27081  où la note a été insérée dans le document.
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \begin_inset VSpace bigskip
27086 \end_inset
27087
27088 Pour placer une note dans la marge interne, ajoutez la commande suivante
27089  :
27090 \end_layout
27091
27092 \begin_layout Standard
27093
27094 \series bold
27095
27096 \backslash
27097 reversemarginpar
27098 \end_layout
27099
27100 \begin_layout Standard
27101 sous forme de code TeX avant votre note de marge.
27102  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27103  qui suivent 
27104 \begin_inset ERT
27105 status collapsed
27106
27107 \begin_layout Plain Layout
27108
27109
27110 \backslash
27111 reversemarginpar 
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \begin_inset Marginal
27118 status open
27119
27120 \begin_layout Plain Layout
27121 Cette note en marge est dans la marge interne.
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \series bold
27128
27129 \begin_inset Newline newline
27130 \end_inset
27131
27132
27133 \series default
27134
27135 \begin_inset Note Greyedout
27136 status open
27137
27138 \begin_layout Plain Layout
27139
27140 \series bold
27141 Note:
27142 \series default
27143  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27144  les notes sont souvent mal mises en formes dans la sortie imprimée.
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \begin_layout Standard
27153 Pour revenir au positionnement implicite, ajoutez la commande :
27154 \end_layout
27155
27156 \begin_layout Standard
27157
27158 \series bold
27159
27160 \backslash
27161 normalmarginpar
27162 \end_layout
27163
27164 \begin_layout Standard
27165 sous forme de code TeX.
27166 \begin_inset ERT
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170
27171
27172 \backslash
27173 normalmarginpar 
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \begin_inset Newline newline
27180 \end_inset
27181
27182  
27183 \begin_inset Note Greyedout
27184 status open
27185
27186 \begin_layout Plain Layout
27187
27188 \series bold
27189 Note:
27190 \series default
27191  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27192  
27193 \series bold
27194
27195 \backslash
27196 reversemarginpar
27197 \series default
27198  est aussi utilisée.
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \end_layout
27205
27206 \begin_layout Standard
27207 \begin_inset VSpace bigskip
27208 \end_inset
27209
27210
27211 \begin_inset Marginal
27212 status open
27213
27214 \begin_layout Plain Layout
27215 UnTrèsLongMotEnMarge sans césure.
27216 \end_layout
27217
27218 \end_inset
27219
27220  Comme dans le cas décrit dans la section
27221 \begin_inset space ~
27222 \end_inset
27223
27224
27225 \begin_inset CommandInset ref
27226 LatexCommand ref
27227 reference "sub:Lignes-multiple-dans-cellule"
27228
27229 \end_inset
27230
27231 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27232  mot d'une note en marge.
27233  Pour éviter ce problème, insérez un espacement horizontal de 0
27234 \begin_inset space \thinspace{}
27235 \end_inset
27236
27237 pt avant le mot en question: 
27238 \begin_inset Marginal
27239 status open
27240
27241 \begin_layout Plain Layout
27242 \begin_inset space \hspace{}
27243 \length 0pt
27244 \end_inset
27245
27246 UnMotTrèsLongEnMarge avec une césure.
27247 \end_layout
27248
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 \begin_inset VSpace bigskip
27256 \end_inset
27257
27258
27259 \end_layout
27260
27261 \begin_layout Standard
27262 \begin_inset Note Greyedout
27263 status open
27264
27265 \begin_layout Plain Layout
27266
27267 \series bold
27268 Note:
27269 \series default
27270  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27271  tableaux, des flottants et des notes de bas de page.
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset VSpace bigskip
27281 \end_inset
27282
27283
27284 \end_layout
27285
27286 \begin_layout Standard
27287 \begin_inset ERT
27288 status collapsed
27289
27290 \begin_layout Plain Layout
27291
27292
27293 \backslash
27294 ifmarginnote
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \begin_inset Note Note
27301 status open
27302
27303 \begin_layout Plain Layout
27304 La section suivante ne sera affichée que si le paquetage LaTeX 
27305 \series bold
27306 marginnote
27307 \series default
27308  a été installé.
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \begin_layout Standard
27317 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27318 \series bold
27319 marginnote
27320 \series default
27321
27322 \begin_inset Index idx
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326 Paquetages LaTeX ! marginnote
27327 \end_layout
27328
27329 \end_inset
27330
27331 .
27332  En ajoutant les deux lignes suivantes au préambule de votre document, la
27333  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27334  la commande fournie par le paquetage 
27335 \series bold
27336 marginnote
27337 \series default
27338  :
27339 \end_layout
27340
27341 \begin_layout Standard
27342
27343 \series bold
27344
27345 \backslash
27346 usepackage{marginnote}
27347 \begin_inset Newline newline
27348 \end_inset
27349
27350
27351 \backslash
27352 let
27353 \backslash
27354 marginpar
27355 \backslash
27356 marginnote
27357 \end_layout
27358
27359 \begin_layout Standard
27360 Ce paquetage est aussi utilisé dans ce document parce que 
27361 \series bold
27362 marginnote
27363 \series default
27364  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27365  vertical pour une note.
27366  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27367  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27368  en page.
27369  Le décalage est inséré dans LyX sous forme de code TeX directement après
27370  la note sous la forme
27371 \end_layout
27372
27373 \begin_layout Standard
27374
27375 \series bold
27376 [offset]
27377 \end_layout
27378
27379 \begin_layout Standard
27380 où l'offset utilise l'une des unités listées dans le tableau
27381 \begin_inset space ~
27382 \end_inset
27383
27384
27385 \begin_inset CommandInset ref
27386 LatexCommand ref
27387 reference "cha:Unités-de-longueur"
27388
27389 \end_inset
27390
27391 .
27392  Une valeur négative déplace la note vers le haut, une valeur positive la
27393  déplace vers le bas.
27394  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27395  vers le haut de 1.5
27396 \begin_inset space \thinspace{}
27397 \end_inset
27398
27399 cm avec la commande en code TeX 
27400 \begin_inset Quotes eld
27401 \end_inset
27402
27403
27404 \series bold
27405 [-1.5cm]
27406 \series default
27407
27408 \begin_inset Quotes erd
27409 \end_inset
27410
27411
27412 \begin_inset Marginal
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416 Cette note en marge est décalée vers le haut de 1.5
27417 \begin_inset space \thinspace{}
27418 \end_inset
27419
27420 cm par rapport à sa position d'origine.
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \begin_inset ERT
27427 status collapsed
27428
27429 \begin_layout Plain Layout
27430
27431 [-1.5cm]
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Standard
27440 \begin_inset VSpace medskip
27441 \end_inset
27442
27443 Avec le paquetage 
27444 \series bold
27445 marginnote
27446 \series default
27447  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27448  Par exemple les commandes 
27449 \end_layout
27450
27451 \begin_layout Standard
27452
27453 \series bold
27454
27455 \backslash
27456 renewcommand*{
27457 \backslash
27458 raggedleftmarginnote}{
27459 \backslash
27460 centering}
27461 \begin_inset Newline newline
27462 \end_inset
27463
27464
27465 \backslash
27466 renewcommand*{
27467 \backslash
27468 raggedrightmarginnote}{
27469 \backslash
27470 centering}
27471 \end_layout
27472
27473 \begin_layout Standard
27474 donnent un alignement centré.
27475  
27476 \series bold
27477
27478 \backslash
27479 raggedleftmarginnote
27480 \series default
27481  indique une note qui apparaît dans la marge de gauche.
27482 \begin_inset ERT
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486
27487
27488 \backslash
27489 renewcommand*{
27490 \backslash
27491 raggedleftmarginnote}{
27492 \backslash
27493 centering}
27494 \end_layout
27495
27496 \begin_layout Plain Layout
27497
27498
27499 \backslash
27500 renewcommand*{
27501 \backslash
27502 raggedrightmarginnote}{
27503 \backslash
27504 centering}
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \begin_inset Marginal
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 Le texte de cette note en marge est centré.
27515 \end_layout
27516
27517 \end_inset
27518
27519 .
27520  Le comportement implicite est donné par
27521 \end_layout
27522
27523 \begin_layout Standard
27524
27525 \series bold
27526
27527 \backslash
27528 renewcommand*{
27529 \backslash
27530 raggedleftmarginnote}{
27531 \backslash
27532 raggedleft}
27533 \begin_inset Newline newline
27534 \end_inset
27535
27536
27537 \backslash
27538 renewcommand*{
27539 \backslash
27540 raggedrightmarginnote}{
27541 \backslash
27542 raggedright}
27543 \series default
27544
27545 \begin_inset ERT
27546 status collapsed
27547
27548 \begin_layout Plain Layout
27549
27550
27551 \backslash
27552 renewcommand*{
27553 \backslash
27554 raggedleftmarginnote}{
27555 \backslash
27556 raggedleft}
27557 \end_layout
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 renewcommand*{
27564 \backslash
27565 raggedrightmarginnote}{
27566 \backslash
27567 raggedright}
27568 \end_layout
27569
27570 \end_inset
27571
27572
27573 \end_layout
27574
27575 \begin_layout Standard
27576 \begin_inset VSpace medskip
27577 \end_inset
27578
27579 Pour les autre fonctions du paquetage 
27580 \series bold
27581 marginnote
27582 \series default
27583  nous vous renvoyons à sa documentation 
27584 \begin_inset CommandInset citation
27585 LatexCommand cite
27586 key "marginnote"
27587
27588 \end_inset
27589
27590 .
27591 \end_layout
27592
27593 \begin_layout Standard
27594 \begin_inset VSpace bigskip
27595 \end_inset
27596
27597 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27598  définition.
27599  Pour créer par exemple une entête pour toutes les notes en marge avec le
27600  texte 
27601 \begin_inset Quotes eld
27602 \end_inset
27603
27604
27605 \family sans
27606 \series bold
27607 \bar under
27608 Attention!
27609 \family default
27610 \series default
27611 \bar default
27612
27613 \begin_inset Quotes erd
27614 \end_inset
27615
27616  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27617  de votre document :
27618 \end_layout
27619
27620 \begin_layout Standard
27621
27622 \series bold
27623
27624 \backslash
27625 let
27626 \backslash
27627 myMarginpar
27628 \backslash
27629 marginpar
27630 \begin_inset Newline newline
27631 \end_inset
27632
27633
27634 \backslash
27635 renewcommand{
27636 \backslash
27637 marginpar}[1]{
27638 \backslash
27639 myMarginpar{%
27640 \begin_inset Newline newline
27641 \end_inset
27642
27643
27644 \begin_inset Phantom HPhantom
27645 status open
27646
27647 \begin_layout Plain Layout
27648
27649 \series bold
27650 \begin_inset space ~
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \backslash
27660 hspace{0pt}
27661 \backslash
27662 textsf{
27663 \backslash
27664 textbf{
27665 \backslash
27666 underbar{Attention!}}}%
27667 \begin_inset Newline newline
27668 \end_inset
27669
27670
27671 \begin_inset Phantom HPhantom
27672 status open
27673
27674 \begin_layout Plain Layout
27675
27676 \series bold
27677 \begin_inset space ~
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \end_inset
27684
27685
27686 \backslash
27687 vspace{1.5mm}
27688 \backslash
27689
27690 \backslash
27691 #1}}
27692 \end_layout
27693
27694 \begin_layout Standard
27695 \begin_inset ERT
27696 status collapsed
27697
27698 \begin_layout Plain Layout
27699
27700
27701 \backslash
27702 let
27703 \backslash
27704 myMarginpar
27705 \backslash
27706 marginpar
27707 \end_layout
27708
27709 \begin_layout Plain Layout
27710
27711
27712 \backslash
27713 renewcommand{
27714 \backslash
27715 marginpar}[1]{
27716 \backslash
27717 myMarginpar{%
27718 \end_layout
27719
27720 \begin_layout Plain Layout
27721
27722    
27723 \backslash
27724 textsf{
27725 \backslash
27726 textbf{
27727 \backslash
27728 underbar{Attention!}}}%
27729 \end_layout
27730
27731 \begin_layout Plain Layout
27732
27733    
27734 \backslash
27735 vspace{1.5mm}
27736 \backslash
27737
27738 \backslash
27739 #1}}
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \begin_inset Marginal
27746 status open
27747
27748 \begin_layout Plain Layout
27749 Ceci est une note en marge avec une en-tête prédéfinie.
27750 \end_layout
27751
27752 \end_inset
27753
27754
27755 \begin_inset ERT
27756 status collapsed
27757
27758 \begin_layout Plain Layout
27759
27760 [-1.5cm]
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \begin_inset ERT
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770
27771
27772 \backslash
27773 renewcommand{
27774 \backslash
27775 marginpar}[1]{
27776 \backslash
27777 myMarginpar{#1}}
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \begin_inset Note Note
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787
27788 \lang english
27789 The margin note format is changed only for this example.
27790 \end_layout
27791
27792 \end_inset
27793
27794
27795 \end_layout
27796
27797 \begin_layout Standard
27798 \begin_inset ERT
27799 status collapsed
27800
27801 \begin_layout Plain Layout
27802
27803
27804 \backslash
27805 else
27806 \end_layout
27807
27808 \end_inset
27809
27810
27811 \begin_inset Note Note
27812 status open
27813
27814 \begin_layout Plain Layout
27815 Ce qui suit sera affiché si le paquetage LaTeX 
27816 \series bold
27817 marginnote
27818 \series default
27819  n'est pas installé :
27820 \end_layout
27821
27822 \end_inset
27823
27824
27825 \end_layout
27826
27827 \begin_layout Standard
27828 Vous devez installer le paquetage LaTeX 
27829 \series bold
27830 marginnote
27831 \series default
27832  pour voir la suite de cette section dans la sortie imprimée.
27833 \end_layout
27834
27835 \begin_layout Standard
27836 \begin_inset ERT
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840
27841
27842 \backslash
27843 fi
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Chapter
27852 Les Boîtes
27853 \end_layout
27854
27855 \begin_layout Section
27856 Introduction
27857 \begin_inset Index idx
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861 Boîtes ! Introduction
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \begin_layout Standard
27870 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27871  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27872  voir la section
27873 \begin_inset space ~
27874 \end_inset
27875
27876
27877 \begin_inset CommandInset ref
27878 LatexCommand ref
27879 reference "sec:Minipages"
27880
27881 \end_inset
27882
27883 , pour encadrer des portions de texte, voir la section
27884 \begin_inset space ~
27885 \end_inset
27886
27887
27888 \begin_inset CommandInset ref
27889 LatexCommand ref
27890 reference "sec:Décorations"
27891
27892 \end_inset
27893
27894 , pour empêcher que des mots subissent une césure, voir la section
27895 \begin_inset space ~
27896 \end_inset
27897
27898
27899 \begin_inset CommandInset ref
27900 LatexCommand ref
27901 reference "sec:Empêcher-césure"
27902
27903 \end_inset
27904
27905 , pour aligner du texte, voir la section
27906 \begin_inset space ~
27907 \end_inset
27908
27909
27910 \begin_inset CommandInset ref
27911 LatexCommand ref
27912 reference "sub:Alignement-Vertical"
27913
27914 \end_inset
27915
27916 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27917 \begin_inset space ~
27918 \end_inset
27919
27920
27921 \begin_inset CommandInset ref
27922 LatexCommand ref
27923 reference "sec:Boîtes-colorées"
27924
27925 \end_inset
27926
27927 .
27928 \end_layout
27929
27930 \begin_layout Standard
27931 On peut insérer une boîte en utilisant le menu 
27932 \family sans
27933 Insérer\SpecialChar \menuseparator
27934 Boîte
27935 \family default
27936  ou avec le bouton 
27937 \begin_inset Graphics
27938         filename ../../images/box-insert.png
27939         scale 85
27940         scaleBeforeRotation
27941
27942 \end_inset
27943
27944  de la barre d'outils.
27945  Une boîte grise avec une étiquette 
27946 \family sans
27947 Boîte
27948 \begin_inset space ~
27949 \end_inset
27950
27951 (Minipage)
27952 \family default
27953
27954 \begin_inset Graphics
27955         filename clipart/BoxInsetDefaultQt4.png
27956         scale 65
27957         scaleBeforeRotation
27958
27959 \end_inset
27960
27961  est alors insérée.
27962  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27963  et en choisissant 
27964 \family sans
27965 Paramètres
27966 \family default
27967  .
27968  La fenêtre de dialogue qui apparaît donne accès aux types de
27969 \family sans
27970  Boîte
27971 \begin_inset space ~
27972 \end_inset
27973
27974 Intérieure
27975 \family default
27976  
27977 \family sans
27978 Parbox
27979 \begin_inset Note Note
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 En attendant un traduction plus correcte NdT
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \family default
27990  et 
27991 \family sans
27992 Minipage
27993 \family default
27994 .
27995  Le type 
27996 \family sans
27997 Minipage
27998 \family default
27999  est le type implicite pour les boîtes nouvellement créées et il est décrit
28000  dans la section
28001 \begin_inset space ~
28002 \end_inset
28003
28004
28005 \begin_inset CommandInset ref
28006 LatexCommand ref
28007 reference "sec:Minipages"
28008
28009 \end_inset
28010
28011 ; le type 
28012 \family sans
28013 Parbox
28014 \family default
28015  est décrit dans la section
28016 \begin_inset space ~
28017 \end_inset
28018
28019
28020 \begin_inset CommandInset ref
28021 LatexCommand ref
28022 reference "sec:Parboxes"
28023
28024 \end_inset
28025
28026  et le type 
28027 \family sans
28028 Makebox
28029 \family default
28030  est décrit dans la section
28031 \begin_inset space ~
28032 \end_inset
28033
28034
28035 \begin_inset CommandInset ref
28036 LatexCommand ref
28037 reference "sec:Empêcher-césure"
28038
28039 \end_inset
28040
28041 .
28042 \end_layout
28043
28044 \begin_layout Standard
28045 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28046  comme les flottants ou les notes de bas de page.
28047 \end_layout
28048
28049 \begin_layout Standard
28050 \begin_inset Note Greyedout
28051 status open
28052
28053 \begin_layout Plain Layout
28054
28055 \series bold
28056 Note:
28057 \series default
28058  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28059  de type 
28060 \family sans
28061 Liste
28062 \family default
28063  ou 
28064 \family sans
28065 Description
28066 \family default
28067 .
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Standard
28076 \begin_inset Note Greyedout
28077 status open
28078
28079 \begin_layout Plain Layout
28080
28081 \series bold
28082 Note:
28083 \series default
28084  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28085 \family sans
28086 Boîte
28087 \begin_inset space ~
28088 \end_inset
28089
28090 Intérieure
28091 \family default
28092  à 
28093 \family sans
28094 Aucune
28095 \family default
28096  que quand vous utilisez une boîte encadrée.
28097  Les boîtes sans 
28098 \family sans
28099 Boîte
28100 \begin_inset space ~
28101 \end_inset
28102
28103 Intérieure
28104 \family default
28105  et sans cadre sont expliquées dans la section
28106 \begin_inset space ~
28107 \end_inset
28108
28109
28110 \begin_inset CommandInset ref
28111 LatexCommand ref
28112 reference "sec:Empêcher-césure"
28113
28114 \end_inset
28115
28116 .
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Section
28125 La fenêtre de dialogue Boîte
28126 \begin_inset CommandInset label
28127 LatexCommand label
28128 name "sec:Boîte-Dialogue"
28129
28130 \end_inset
28131
28132
28133 \begin_inset Index idx
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 Boîtes ! Fenêtre de dialogue Boîte
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Subsection
28146 Taille
28147 \begin_inset Index idx
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151 Boîtes ! Taille
28152 \end_layout
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \begin_layout Standard
28160 Dans la fenêtre de dialogue 
28161 \family sans
28162 Paramètres
28163 \begin_inset space ~
28164 \end_inset
28165
28166 de
28167 \begin_inset space ~
28168 \end_inset
28169
28170 Boîte
28171 \family default
28172  vous pouvez modifier la géométrie de la boîte avec les champs 
28173 \family sans
28174 Largeur
28175 \family default
28176  et 
28177 \family sans
28178 Hauteur
28179 \family default
28180 .
28181  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28182  dans le tableau
28183 \begin_inset space ~
28184 \end_inset
28185
28186
28187 \begin_inset CommandInset ref
28188 LatexCommand ref
28189 reference "tab:Unités"
28190
28191 \end_inset
28192
28193 .
28194  Le champ 
28195 \family sans
28196 Hauteur
28197 \family default
28198  offre en plus les spécifications de taille suivantes :
28199 \end_layout
28200
28201 \begin_layout Description
28202 Profondeur C'est simplement la 
28203 \begin_inset Quotes eld
28204 \end_inset
28205
28206 hauteur
28207 \begin_inset Quotes erd
28208 \end_inset
28209
28210  du texte.
28211  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28212  lignes de texte dans la boîte.
28213 \begin_inset Newline newline
28214 \end_inset
28215
28216
28217 \begin_inset Newline newline
28218 \end_inset
28219
28220
28221 \begin_inset Newline newline
28222 \end_inset
28223
28224
28225 \begin_inset Box Boxed
28226 position "c"
28227 hor_pos "c"
28228 has_inner_box 1
28229 inner_pos "c"
28230 use_parbox 0
28231 use_makebox 0
28232 width "12col%"
28233 special "none"
28234 height "1in"
28235 height_special "depth"
28236 status open
28237
28238 \begin_layout Plain Layout
28239 \align center
28240 Boîte dont la hauteur est égale à 1
28241 \begin_inset space \thinspace{}
28242 \end_inset
28243
28244 Profondeur
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \begin_inset Newline newline
28251 \end_inset
28252
28253
28254 \begin_inset Newline newline
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Description
28261 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28262  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28263  est deux fois plus haute que le texte : 
28264 \begin_inset Box Boxed
28265 position "c"
28266 hor_pos "c"
28267 has_inner_box 1
28268 inner_pos "c"
28269 use_parbox 0
28270 use_makebox 0
28271 width "20col%"
28272 special "none"
28273 height "2in"
28274 height_special "height"
28275 status open
28276
28277 \begin_layout Plain Layout
28278 \align center
28279 Boîte dont la hauteur est 2
28280 \begin_inset space \thinspace{}
28281 \end_inset
28282
28283 Hauteur
28284 \end_layout
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Description
28292 Hauteur
28293 \begin_inset space ~
28294 \end_inset
28295
28296 Totale C'est égal à Hauteur
28297 \begin_inset space \thinspace{}
28298 \end_inset
28299
28300 +
28301 \begin_inset space \thinspace{}
28302 \end_inset
28303
28304 Profondeur : 
28305 \begin_inset Box Boxed
28306 position "c"
28307 hor_pos "c"
28308 has_inner_box 1
28309 inner_pos "c"
28310 use_parbox 0
28311 use_makebox 0
28312 width "20col%"
28313 special "none"
28314 height "1in"
28315 height_special "totalheight"
28316 status open
28317
28318 \begin_layout Plain Layout
28319 \align center
28320 Boîte dont la hauteur est 1
28321 \begin_inset space \thinspace{}
28322 \end_inset
28323
28324 Hauteur
28325 \begin_inset space ~
28326 \end_inset
28327
28328 Totale
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Description
28337 Largeur On prend la largeur de la boîte comme hauteur : 
28338 \begin_inset Box Boxed
28339 position "c"
28340 hor_pos "c"
28341 has_inner_box 1
28342 inner_pos "c"
28343 use_parbox 0
28344 use_makebox 0
28345 width "12col%"
28346 special "none"
28347 height "1in"
28348 height_special "width"
28349 status open
28350
28351 \begin_layout Plain Layout
28352 \align center
28353 Boîte dont la hauteur est 1
28354 \begin_inset space \thinspace{}
28355 \end_inset
28356
28357 Largeur
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Subsection
28366 Alignement
28367 \begin_inset Index idx
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 Boîtes ! Alignement
28372 \end_layout
28373
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \begin_layout Standard
28380 Quand vous avez choisi une 
28381 \family sans
28382 Boîte
28383 \begin_inset space ~
28384 \end_inset
28385
28386 Intérieure
28387 \family default
28388 , l'alignement vertical de la boîte peut être :
28389 \end_layout
28390
28391 \begin_layout Description
28392 Haut Ceci est un exemple de texte.
28393  
28394 \begin_inset Box Boxed
28395 position "t"
28396 hor_pos "c"
28397 has_inner_box 1
28398 inner_pos "c"
28399 use_parbox 0
28400 use_makebox 0
28401 width "12col%"
28402 special "none"
28403 height "1in"
28404 height_special "totalheight"
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408 \align center
28409 Cette boîte est alignée sur le haut.
28410 \end_layout
28411
28412 \end_inset
28413
28414  Ceci est un exemple de texte.
28415 \end_layout
28416
28417 \begin_layout Description
28418 Milieu Ceci est un exemple de texte.
28419  
28420 \begin_inset Box Boxed
28421 position "c"
28422 hor_pos "c"
28423 has_inner_box 1
28424 inner_pos "c"
28425 use_parbox 0
28426 use_makebox 0
28427 width "12col%"
28428 special "none"
28429 height "1in"
28430 height_special "totalheight"
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434 \align center
28435 Cette boîte est alignée au centre.
28436 \end_layout
28437
28438 \end_inset
28439
28440  Ceci est un exemple de texte.
28441 \end_layout
28442
28443 \begin_layout Description
28444 Bas Ceci est un exemple de texte.
28445  
28446 \begin_inset Box Boxed
28447 position "b"
28448 hor_pos "c"
28449 has_inner_box 1
28450 inner_pos "c"
28451 use_parbox 0
28452 use_makebox 0
28453 width "12col%"
28454 special "none"
28455 height "1in"
28456 height_special "totalheight"
28457 status collapsed
28458
28459 \begin_layout Plain Layout
28460 \align center
28461 Cette boîte est alignée sur le bas.
28462 \end_layout
28463
28464 \end_inset
28465
28466  Ceci est un exemple de texte.
28467 \end_layout
28468
28469 \begin_layout Standard
28470 \begin_inset Note Greyedout
28471 status open
28472
28473 \begin_layout Plain Layout
28474
28475 \series bold
28476 Note:
28477 \series default
28478  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28479  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28480  l'autre non.
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Standard
28489 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28490  paragraphe grâce à la fenêtre de dialogue 
28491 \family sans
28492 Paramètres
28493 \begin_inset space ~
28494 \end_inset
28495
28496 de
28497 \begin_inset space ~
28498 \end_inset
28499
28500 Boîte
28501 \family default
28502 .
28503 \end_layout
28504
28505 \begin_layout Standard
28506 \begin_inset VSpace bigskip
28507 \end_inset
28508
28509 Quand vous avez choisi une 
28510 \family sans
28511 Boîte
28512 \begin_inset space ~
28513 \end_inset
28514
28515 Intérieure
28516 \family default
28517 , l'alignement vertical du contenu de la boîte peut être :
28518 \end_layout
28519
28520 \begin_layout Description
28521 haut Ceci est un exemple de texte.
28522 \begin_inset Box Boxed
28523 position "c"
28524 hor_pos "c"
28525 has_inner_box 1
28526 inner_pos "t"
28527 use_parbox 0
28528 use_makebox 0
28529 width "12col%"
28530 special "none"
28531 height "1.5in"
28532 height_special "totalheight"
28533 status collapsed
28534
28535 \begin_layout Plain Layout
28536 \align center
28537 Le texte de cette boîte est aligné sur le haut.
28538 \end_layout
28539
28540 \end_inset
28541
28542  Ceci est un exemple de texte.
28543 \end_layout
28544
28545 \begin_layout Description
28546 milieu Ceci est un exemple de texte.
28547  
28548 \begin_inset Box Boxed
28549 position "c"
28550 hor_pos "c"
28551 has_inner_box 1
28552 inner_pos "c"
28553 use_parbox 0
28554 use_makebox 0
28555 width "12col%"
28556 special "none"
28557 height "1.5in"
28558 height_special "totalheight"
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 \align center
28563 Le texte de cette boîte est aligné au centre
28564 \end_layout
28565
28566 \end_inset
28567
28568  Ceci est un exemple de texte.
28569 \end_layout
28570
28571 \begin_layout Description
28572 bas Ceci est un exemple de texte.
28573  
28574 \begin_inset Box Boxed
28575 position "c"
28576 hor_pos "c"
28577 has_inner_box 1
28578 inner_pos "b"
28579 use_parbox 0
28580 use_makebox 0
28581 width "12col%"
28582 special "none"
28583 height "1.5in"
28584 height_special "totalheight"
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 \align center
28589 Le texte de cette boîte est aligné en bas.
28590 \end_layout
28591
28592 \end_inset
28593
28594  Ceci est un exemple de texte.
28595 \end_layout
28596
28597 \begin_layout Description
28598 élongation Ceci est un exemple de texte.
28599  
28600 \begin_inset Box Boxed
28601 position "c"
28602 hor_pos "c"
28603 has_inner_box 1
28604 inner_pos "s"
28605 use_parbox 0
28606 use_makebox 0
28607 width "12col%"
28608 special "none"
28609 height "1.5in"
28610 height_special "totalheight"
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614 \align center
28615 Le texte 
28616 \end_layout
28617
28618 \begin_layout Plain Layout
28619 \align center
28620 de cette
28621 \end_layout
28622
28623 \begin_layout Plain Layout
28624 \align center
28625 boîte est
28626 \end_layout
28627
28628 \begin_layout Plain Layout
28629 \align center
28630 allongé.
28631 \end_layout
28632
28633 \end_inset
28634
28635  Ceci est un exemple de texte.
28636 \end_layout
28637
28638 \begin_layout Standard
28639 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28640  paragraphe.
28641  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28642 \end_layout
28643
28644 \begin_layout Standard
28645 \begin_inset VSpace bigskip
28646 \end_inset
28647
28648 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28649  la fenêtre de dialogue 
28650 \family sans
28651 Paramètres
28652 \begin_inset space ~
28653 \end_inset
28654
28655 de
28656 \begin_inset space ~
28657 \end_inset
28658
28659 paragraphe
28660 \family default
28661  quand vous avez choisi une 
28662 \family sans
28663 Boîte
28664 \begin_inset space ~
28665 \end_inset
28666
28667 Intérieure
28668 \family default
28669 .
28670 \end_layout
28671
28672 \begin_layout Standard
28673 \align center
28674 \begin_inset Box Boxed
28675 position "c"
28676 hor_pos "c"
28677 has_inner_box 1
28678 inner_pos "s"
28679 use_parbox 0
28680 use_makebox 0
28681 width "15col%"
28682 special "none"
28683 height "1.25in"
28684 height_special "totalheight"
28685 status open
28686
28687 \begin_layout Plain Layout
28688 \align left
28689 Le texte de 
28690 \end_layout
28691
28692 \begin_layout Plain Layout
28693 \align left
28694 cette boîte
28695 \end_layout
28696
28697 \begin_layout Plain Layout
28698 \align right
28699 est allongé.
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \end_layout
28706
28707 \begin_layout Standard
28708 Si vous n'avez pas choisi une 
28709 \family sans
28710 Boîte
28711 \begin_inset space ~
28712 \end_inset
28713
28714 Intérieure
28715 \family default
28716 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28717  de dialogue de boîte.
28718 \end_layout
28719
28720 \begin_layout Standard
28721 \align center
28722 \begin_inset Box Boxed
28723 position "c"
28724 hor_pos "s"
28725 has_inner_box 0
28726 inner_pos "s"
28727 use_parbox 0
28728 use_makebox 0
28729 width "90col%"
28730 special "none"
28731 height "1.25in"
28732 height_special "totalheight"
28733 status open
28734
28735 \begin_layout Plain Layout
28736 \align left
28737 Le texte de cette boîte est allongé horizontalement.
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \end_layout
28744
28745 \begin_layout Subsection
28746 Décorations
28747 \begin_inset CommandInset label
28748 LatexCommand label
28749 name "sec:Décorations"
28750
28751 \end_inset
28752
28753
28754 \begin_inset Index idx
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758 Boîtes ! Décorations
28759 \end_layout
28760
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \begin_layout Standard
28767 On peut spécifier le style de la boîte en utilisant la liste déroulante
28768  
28769 \family sans
28770 Décoration
28771 \family default
28772 .
28773  Les possibilités sont les suivantes :
28774 \end_layout
28775
28776 \begin_layout Description
28777 Aucun
28778 \begin_inset space ~
28779 \end_inset
28780
28781 cadre
28782 \begin_inset space ~
28783 \end_inset
28784
28785 tracé Rien n'est tracé
28786 \end_layout
28787
28788 \begin_layout Description
28789 Cadre
28790 \begin_inset space ~
28791 \end_inset
28792
28793 rectangulaire
28794 \begin_inset space ~
28795 \end_inset
28796
28797 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28798  L'épaisseur du trait de ce cadre est donnée par la variable  
28799 \series bold
28800
28801 \backslash
28802 fboxrule
28803 \series default
28804 .
28805 \begin_inset Newline newline
28806 \end_inset
28807
28808
28809 \begin_inset Box Boxed
28810 position "c"
28811 hor_pos "c"
28812 has_inner_box 1
28813 inner_pos "c"
28814 use_parbox 0
28815 use_makebox 0
28816 width "20col%"
28817 special "none"
28818 height "1in"
28819 height_special "totalheight"
28820 status open
28821
28822 \begin_layout Plain Layout
28823 \align center
28824 Boîte rectangulaire
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Description
28833 Cadre
28834 \begin_inset space ~
28835 \end_inset
28836
28837 oval,
28838 \begin_inset space ~
28839 \end_inset
28840
28841 fin Ceci dessine un cadre ovalisée autour de la boîte.
28842  L'épaisseur du trait de ce cadre est de  0.4
28843 \begin_inset space \thinspace{}
28844 \end_inset
28845
28846 pt.
28847  
28848 \begin_inset Box ovalbox
28849 position "c"
28850 hor_pos "c"
28851 has_inner_box 1
28852 inner_pos "c"
28853 use_parbox 0
28854 use_makebox 0
28855 width "20col%"
28856 special "none"
28857 height "1in"
28858 height_special "totalheight"
28859 status open
28860
28861 \begin_layout Plain Layout
28862 \align center
28863 Boîte ovalisée, fine
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Description
28872 Cadre
28873 \begin_inset space ~
28874 \end_inset
28875
28876 oval,
28877 \begin_inset space ~
28878 \end_inset
28879
28880 épais Ceci dessine un cadre ovalisée autour de la boîte.
28881  L'épaisseur du trait de ce cadre est de   0.8
28882 \begin_inset space \thinspace{}
28883 \end_inset
28884
28885 pt.
28886  
28887 \begin_inset Box Ovalbox
28888 position "c"
28889 hor_pos "c"
28890 has_inner_box 1
28891 inner_pos "c"
28892 use_parbox 0
28893 use_makebox 0
28894 width "20col%"
28895 special "none"
28896 height "1in"
28897 height_special "totalheight"
28898 status open
28899
28900 \begin_layout Plain Layout
28901 \align center
28902 Boîte ovalisée, épaisse
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \end_layout
28909
28910 \begin_layout Description
28911 Ombre
28912 \begin_inset space ~
28913 \end_inset
28914
28915 en
28916 \begin_inset space ~
28917 \end_inset
28918
28919 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28920  L'épaisseur du trait de ce cadre est donnée par la variable  
28921 \series bold
28922
28923 \backslash
28924 fboxrule
28925 \series default
28926 , l'ombre a une épaisseur de  4
28927 \begin_inset space \thinspace{}
28928 \end_inset
28929
28930 pt.
28931  
28932 \begin_inset Box Shadowbox
28933 position "c"
28934 hor_pos "c"
28935 has_inner_box 1
28936 inner_pos "c"
28937 use_parbox 0
28938 use_makebox 0
28939 width "20col%"
28940 special "none"
28941 height "1in"
28942 height_special "totalheight"
28943 status open
28944
28945 \begin_layout Plain Layout
28946 \align center
28947 Boîte ombrée
28948 \end_layout
28949
28950 \end_inset
28951
28952
28953 \end_layout
28954
28955 \begin_layout Description
28956 Fond
28957 \begin_inset space ~
28958 \end_inset
28959
28960 ombré Ceci dessine une boîte avec un arrière plan rouge.
28961  Contrairement aux boîtes coloriées
28962 \begin_inset Foot
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Voir la section
28967 \begin_inset space ~
28968 \end_inset
28969
28970
28971 \begin_inset CommandInset ref
28972 LatexCommand ref
28973 reference "sec:Boîtes-colorées"
28974
28975 \end_inset
28976
28977 .
28978 \end_layout
28979
28980 \end_inset
28981
28982 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28983  son propre paragraphe.
28984 \lang english
28985
28986 \begin_inset Box Shaded
28987 position "t"
28988 hor_pos "c"
28989 has_inner_box 0
28990 inner_pos "t"
28991 use_parbox 0
28992 use_makebox 0
28993 width "50col%"
28994 special "none"
28995 height "1in"
28996 height_special "totalheight"
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000 Boîte avec fond ombré
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Description
29009 Cadre
29010 \begin_inset space ~
29011 \end_inset
29012
29013 rectangulaire
29014 \begin_inset space ~
29015 \end_inset
29016
29017 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29018  boîte.
29019  L'épaisseur du trait du cadre interne est de 0.75
29020 \begin_inset space \thinspace{}
29021 \end_inset
29022
29023
29024 \series bold
29025
29026 \backslash
29027 fboxrule
29028 \series default
29029 , l'épaisseur du trait du cadre externe est de 1.5
29030 \begin_inset space \thinspace{}
29031 \end_inset
29032
29033
29034 \series bold
29035
29036 \backslash
29037 fboxrule
29038 \series default
29039 .
29040  La distance entre les deux cadres est de  1.5
29041 \begin_inset space \thinspace{}
29042 \end_inset
29043
29044
29045 \series bold
29046
29047 \backslash
29048 fboxrule
29049 \series default
29050
29051 \begin_inset space \thinspace{}
29052 \end_inset
29053
29054 +
29055 \begin_inset space \thinspace{}
29056 \end_inset
29057
29058 0.5
29059 \begin_inset space \thinspace{}
29060 \end_inset
29061
29062 pt.
29063  
29064 \begin_inset Box Doublebox
29065 position "c"
29066 hor_pos "c"
29067 has_inner_box 1
29068 inner_pos "c"
29069 use_parbox 0
29070 use_makebox 0
29071 width "20col%"
29072 special "none"
29073 height "1in"
29074 height_special "totalheight"
29075 status open
29076
29077 \begin_layout Plain Layout
29078 \align center
29079 Boîte double
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Standard
29088 \begin_inset VSpace bigskip
29089 \end_inset
29090
29091 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29092  style de boîte utilisé.
29093  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29094  le paquetage LaTeX 
29095 \series bold
29096 fancybox
29097 \series default
29098
29099 \begin_inset Index idx
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103 Paquetages LaTeX ! fancybox
29104 \end_layout
29105
29106 \end_inset
29107
29108 .
29109 \end_layout
29110
29111 \begin_layout Standard
29112 \begin_inset VSpace bigskip
29113 \end_inset
29114
29115 Quand vous utilisez le style de décoration 
29116 \family sans
29117 cadre rectangulaire simple
29118 \family default
29119  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29120  de la boîte.
29121  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29122  predra toute la largeur de la colonne, la boîte sera considérée comme son
29123  propre paragraphe et 
29124 \series bold
29125
29126 \backslash
29127 fboxrule
29128 \series default
29129  et 
29130 \series bold
29131
29132 \backslash
29133 fboxsep
29134 \series default
29135  n'ont aucun effet sur ce type de boîte.
29136  L'épaisseur de la ligne du cadre a la valeur de 
29137 \series bold
29138
29139 \backslash
29140 FrameRule
29141 \series default
29142 .
29143  
29144 \begin_inset Box Framed
29145 position "t"
29146 hor_pos "c"
29147 has_inner_box 0
29148 inner_pos "t"
29149 use_parbox 0
29150 use_makebox 0
29151 width "100col%"
29152 special "none"
29153 height "1in"
29154 height_special "totalheight"
29155 status collapsed
29156
29157 \begin_layout Plain Layout
29158 Boîte avec cadre simple et sauts de page
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Section
29167 Personnalisation des boîtes
29168 \begin_inset Index idx
29169 status collapsed
29170
29171 \begin_layout Plain Layout
29172 Boîtes! Personnalisation
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \end_layout
29179
29180 \begin_layout Standard
29181 La valeur implicite pour la variable 
29182 \series bold
29183
29184 \backslash
29185 fboxrule
29186 \series default
29187  est 0.4
29188 \begin_inset space \thinspace{}
29189 \end_inset
29190
29191 pt.
29192  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29193  pour avoir 2
29194 \begin_inset space \thinspace{}
29195 \end_inset
29196
29197 pt :
29198 \end_layout
29199
29200 \begin_layout Standard
29201
29202 \series bold
29203
29204 \backslash
29205 setlength{
29206 \backslash
29207 fboxrule}{2pt}
29208 \end_layout
29209
29210 \begin_layout Standard
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216
29217 \backslash
29218 setlength{
29219 \backslash
29220 fboxrule}{2pt}
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \begin_inset Box Boxed
29227 position "c"
29228 hor_pos "c"
29229 has_inner_box 1
29230 inner_pos "c"
29231 use_parbox 0
29232 use_makebox 0
29233 width "25col%"
29234 special "none"
29235 height "1in"
29236 height_special "totalheight"
29237 status open
29238
29239 \begin_layout Plain Layout
29240 \align center
29241 Boîte rectangulaire avec 
29242 \series bold
29243
29244 \backslash
29245 fboxrule
29246 \series default
29247
29248 \begin_inset space \thinspace{}
29249 \end_inset
29250
29251 =
29252 \begin_inset space \thinspace{}
29253 \end_inset
29254
29255 2
29256 \begin_inset space \thinspace{}
29257 \end_inset
29258
29259 pt
29260 \end_layout
29261
29262 \end_inset
29263
29264
29265 \begin_inset ERT
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270
29271 \backslash
29272 setlength{
29273 \backslash
29274 fboxrule}{0.4pt}
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \begin_layout Standard
29283 \begin_inset VSpace bigskip
29284 \end_inset
29285
29286 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29287  les types de cadres, implicitement il est de 3
29288 \begin_inset space \thinspace{}
29289 \end_inset
29290
29291 pt.
29292  Vous pouvez le modifier en donnant une autre valeur à la variable 
29293 \series bold
29294
29295 \backslash
29296 fboxsep
29297 \series default
29298 .
29299  Par exemple la commande
29300 \end_layout
29301
29302 \begin_layout Standard
29303
29304 \series bold
29305
29306 \backslash
29307 setlength{
29308 \backslash
29309 fboxsep}{10pt}
29310 \end_layout
29311
29312 \begin_layout Standard
29313 met une valeur de 10
29314 \begin_inset space \thinspace{}
29315 \end_inset
29316
29317 pt, comme celle utilisée pour cette boîte :
29318 \end_layout
29319
29320 \begin_layout Standard
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326
29327 \backslash
29328 setlength{
29329 \backslash
29330 fboxsep}{10pt}
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \begin_inset Box Boxed
29337 position "c"
29338 hor_pos "c"
29339 has_inner_box 1
29340 inner_pos "c"
29341 use_parbox 0
29342 use_makebox 0
29343 width "25col%"
29344 special "none"
29345 height "1in"
29346 height_special "totalheight"
29347 status open
29348
29349 \begin_layout Plain Layout
29350 \align center
29351 Boîte rectangulaire avec 
29352 \series bold
29353
29354 \backslash
29355 fboxsep
29356 \series default
29357
29358 \begin_inset space \thinspace{}
29359 \end_inset
29360
29361 =
29362 \begin_inset space \thinspace{}
29363 \end_inset
29364
29365 10
29366 \begin_inset space \thinspace{}
29367 \end_inset
29368
29369 pt
29370 \end_layout
29371
29372 \end_inset
29373
29374
29375 \begin_inset ERT
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379
29380
29381 \backslash
29382 setlength{
29383 \backslash
29384 fboxsep}{3pt}
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Standard
29393 \begin_inset VSpace bigskip
29394 \end_inset
29395
29396 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29397  la commande 
29398 \series bold
29399
29400 \backslash
29401 cornersize
29402 \series default
29403 .
29404  Par exemple, la commande
29405 \end_layout
29406
29407 \begin_layout Standard
29408
29409 \series bold
29410
29411 \backslash
29412 cornersize*{1cm}
29413 \end_layout
29414
29415 \begin_layout Standard
29416 donne un diamètre de 1
29417 \begin_inset space \thinspace{}
29418 \end_inset
29419
29420 cm.
29421  La commande
29422 \end_layout
29423
29424 \begin_layout Standard
29425
29426 \series bold
29427
29428 \backslash
29429 cornersize{num}
29430 \end_layout
29431
29432 \begin_layout Standard
29433 fixe le diamètre à 
29434 \family sans
29435 num
29436 \begin_inset space \thinspace{}
29437 \end_inset
29438
29439 ×
29440 \begin_inset space \thinspace{}
29441 \end_inset
29442
29443 minimum(largeur et hauteur de la boîte)
29444 \family default
29445 .
29446  La valeur implicite est 
29447 \series bold
29448
29449 \backslash
29450 cornersize{0.5}
29451 \series default
29452 .
29453 \end_layout
29454
29455 \begin_layout Standard
29456 \begin_inset ERT
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460
29461
29462 \backslash
29463 cornersize*{1.5cm}
29464 \end_layout
29465
29466 \end_inset
29467
29468
29469 \begin_inset Box Ovalbox
29470 position "c"
29471 hor_pos "c"
29472 has_inner_box 1
29473 inner_pos "c"
29474 use_parbox 0
29475 use_makebox 0
29476 width "25col%"
29477 special "none"
29478 height "1in"
29479 height_special "totalheight"
29480 status open
29481
29482 \begin_layout Plain Layout
29483 \align center
29484 Boîte ovale avec 
29485 \series bold
29486
29487 \backslash
29488 cornersize
29489 \series default
29490
29491 \begin_inset space \thinspace{}
29492 \end_inset
29493
29494 =
29495 \begin_inset space \thinspace{}
29496 \end_inset
29497
29498 1.5
29499 \begin_inset space \thinspace{}
29500 \end_inset
29501
29502 cm
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 cornersize{0.5}
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Standard
29524 \begin_inset VSpace bigskip
29525 \end_inset
29526
29527 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29528  
29529 \series bold
29530
29531 \backslash
29532 shadowsize
29533 \series default
29534 .
29535  Elle est fixée à 2
29536 \begin_inset space \thinspace{}
29537 \end_inset
29538
29539 pt pour la boîte suivante par la commande :
29540 \end_layout
29541
29542 \begin_layout Standard
29543
29544 \series bold
29545
29546 \backslash
29547 setlength{
29548 \backslash
29549 shadowsize}{2pt}
29550 \end_layout
29551
29552 \begin_layout Standard
29553 \begin_inset ERT
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557
29558
29559 \backslash
29560 setlength{
29561 \backslash
29562 shadowsize}{2pt}
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \begin_inset Box Shadowbox
29569 position "c"
29570 hor_pos "c"
29571 has_inner_box 1
29572 inner_pos "c"
29573 use_parbox 0
29574 use_makebox 0
29575 width "25col%"
29576 special "none"
29577 height "1in"
29578 height_special "totalheight"
29579 status open
29580
29581 \begin_layout Plain Layout
29582 \align center
29583 Boîte ombrée avec 
29584 \series bold
29585
29586 \backslash
29587 shadowsize
29588 \series default
29589
29590 \begin_inset space \thinspace{}
29591 \end_inset
29592
29593 =
29594 \begin_inset space \thinspace{}
29595 \end_inset
29596
29597 2
29598 \begin_inset space \thinspace{}
29599 \end_inset
29600
29601 pt
29602 \end_layout
29603
29604 \end_inset
29605
29606
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 setlength{
29615 \backslash
29616 shadowsize}{4pt}
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \begin_layout Standard
29625 \begin_inset VSpace bigskip
29626 \end_inset
29627
29628
29629 \end_layout
29630
29631 \begin_layout Standard
29632 La valeur implicite pour la longueur 
29633 \series bold
29634
29635 \backslash
29636 FrameRule
29637 \series default
29638  est 0,4
29639 \begin_inset space \thinspace{}
29640 \end_inset
29641
29642 pt.
29643  L'espacement implicite entre le contenu de la note et le cadre est de 9
29644 \begin_inset space \thinspace{}
29645 \end_inset
29646
29647 pt et il peut être modifié en utilisant la valeur de 
29648 \series bold
29649
29650 \backslash
29651 FrameSep
29652 \series default
29653 .
29654  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29655  suivantes en code TeX
29656 \end_layout
29657
29658 \begin_layout Standard
29659
29660 \series bold
29661
29662 \backslash
29663 setlength{
29664 \backslash
29665 FrameRule}{5pt}
29666 \begin_inset Newline newline
29667 \end_inset
29668
29669
29670 \backslash
29671 setlength{
29672 \backslash
29673 FrameSep}{0.5cm}
29674 \end_layout
29675
29676 \begin_layout Standard
29677 \begin_inset ERT
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681
29682
29683 \backslash
29684 setlength{
29685 \backslash
29686 FrameRule}{5pt}
29687 \end_layout
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 setlength{
29694 \backslash
29695 FrameSep}{0.5cm}
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \begin_inset Box Framed
29702 position "t"
29703 hor_pos "c"
29704 has_inner_box 0
29705 inner_pos "t"
29706 use_parbox 0
29707 use_makebox 0
29708 width "100col%"
29709 special "none"
29710 height "1in"
29711 height_special "totalheight"
29712 status open
29713
29714 \begin_layout Plain Layout
29715 Ceci est un texte dans une boîte autorisant les 
29716 \family sans
29717 sauts de page
29718 \family default
29719 .
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730
29731 \backslash
29732 setlength{
29733 \backslash
29734 FrameRule}{0.4pt}
29735 \end_layout
29736
29737 \begin_layout Plain Layout
29738
29739
29740 \backslash
29741 setlength{
29742 \backslash
29743 FrameSep}{9pt}
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \end_layout
29750
29751 \begin_layout Standard
29752
29753 \lang english
29754 \begin_inset VSpace bigskip
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \begin_layout Standard
29761 Pour les boîtes à 
29762 \family sans
29763 Fond
29764 \begin_inset space ~
29765 \end_inset
29766
29767 ombré
29768 \family default
29769 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29770  3
29771 \begin_inset space \thinspace{}
29772 \end_inset
29773
29774 pt et il peut être modifié avec la valeur de 
29775 \series bold
29776
29777 \backslash
29778 fboxsep
29779 \series default
29780 .
29781  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29782  localement avec la commande 
29783 \series bold
29784
29785 \backslash
29786 definecolor{shadecolor}
29787 \series default
29788 , soit globalement avec le menu 
29789 \family sans
29790 Outils\SpecialChar \menuseparator
29791 Préférences
29792 \family default
29793 \SpecialChar \menuseparator
29794
29795 \family sans
29796 Couleurs\SpecialChar \menuseparator
29797 boîte
29798 \begin_inset space ~
29799 \end_inset
29800
29801 ombrée
29802 \family default
29803 .
29804  La syntaxe de la commande 
29805 \series bold
29806
29807 \backslash
29808 definecolor
29809 \series default
29810  est expliquée dans la section
29811 \begin_inset space ~
29812 \end_inset
29813
29814
29815 \begin_inset CommandInset ref
29816 LatexCommand ref
29817 reference "sec:Tableaux-Colorés"
29818
29819 \end_inset
29820
29821
29822 \begin_inset Foot
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826 Notez que l'utilisation de 
29827 \series bold
29828
29829 \backslash
29830 definecolor
29831 \series default
29832  ne peut se faire sans le paquetage LaTeX 
29833 \series bold
29834 color
29835 \series default
29836  dans le préambule, voir la section
29837 \begin_inset space ~
29838 \end_inset
29839
29840
29841 \begin_inset CommandInset ref
29842 LatexCommand ref
29843 reference "sec:Boîtes-colorées"
29844
29845 \end_inset
29846
29847 .
29848  
29849 \end_layout
29850
29851 \end_inset
29852
29853 .
29854 \end_layout
29855
29856 \begin_layout Standard
29857 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29858  les commandes en code TeX suivantes
29859 \end_layout
29860
29861 \begin_layout Standard
29862
29863 \series bold
29864
29865 \backslash
29866 setlength{
29867 \backslash
29868 fboxsep}{0.5cm}
29869 \series default
29870
29871 \begin_inset Newline newline
29872 \end_inset
29873
29874
29875 \series bold
29876
29877 \backslash
29878 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887
29888 \backslash
29889 setlength{
29890 \backslash
29891 fboxsep}{0.5cm}
29892 \end_layout
29893
29894 \begin_layout Plain Layout
29895
29896
29897 \backslash
29898 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29899 \end_layout
29900
29901 \end_inset
29902
29903
29904 \begin_inset Box Shaded
29905 position "t"
29906 hor_pos "c"
29907 has_inner_box 0
29908 inner_pos "t"
29909 use_parbox 0
29910 use_makebox 0
29911 width "100col%"
29912 special "none"
29913 height "1in"
29914 height_special "totalheight"
29915 status open
29916
29917 \begin_layout Plain Layout
29918
29919 \color yellow
29920 Ceci est un texte jaune dans une boîte à 
29921 \family sans
29922 Fond
29923 \begin_inset space ~
29924 \end_inset
29925
29926 ombré
29927 \family default
29928 \color inherit
29929  
29930 \color yellow
29931 avec un fond vert foncé.
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \begin_inset ERT
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941
29942
29943 \backslash
29944 setlength{
29945 \backslash
29946 fboxsep}{3pt}
29947 \end_layout
29948
29949 \begin_layout Plain Layout
29950
29951
29952 \backslash
29953 definecolor{shadecolor}{rgb}{1,0,0}
29954 \end_layout
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \begin_layout Standard
29962
29963 \lang english
29964 \begin_inset VSpace bigskip
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29972  les boîtes qui suivent la commandes qui les a changées.
29973 \end_layout
29974
29975 \begin_layout Section
29976 Minipages
29977 \begin_inset CommandInset label
29978 LatexCommand label
29979 name "sec:Minipages"
29980
29981 \end_inset
29982
29983
29984 \begin_inset Index idx
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988 Boîtes ! Minipages
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29998 ur d'une page.
29999  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30000  règles d'indentation, de saut de ligne, etc.
30001  s'appliquent.
30002 \end_layout
30003
30004 \begin_layout Standard
30005 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30006  langues.
30007 \end_layout
30008
30009 \begin_layout Standard
30010 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30011  Leur largeur est fixée à 45
30012 \begin_inset space \thinspace{}
30013 \end_inset
30014
30015 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30016  via le menu 
30017 \family sans
30018 Insérer\SpecialChar \menuseparator
30019 Typographie
30020 \begin_inset space ~
30021 \end_inset
30022
30023 spéciale\SpecialChar \menuseparator
30024 Ressort
30025 \begin_inset space ~
30026 \end_inset
30027
30028 Horizontal
30029 \family default
30030 .
30031 \end_layout
30032
30033 \begin_layout Standard
30034
30035 \end_layout
30036
30037 \begin_layout Standard
30038
30039 \lang english
30040 \begin_inset Box Frameless
30041 position "t"
30042 hor_pos "c"
30043 has_inner_box 1
30044 inner_pos "c"
30045 use_parbox 0
30046 use_makebox 0
30047 width "45col%"
30048 special "none"
30049 height "1in"
30050 height_special "totalheight"
30051 status open
30052
30053 \begin_layout Plain Layout
30054
30055 \lang german
30056 Dies ist ein deutscher Text.
30057  Dies ist ein deutscher Text.
30058  Dies ist ein deutscher Text.
30059  Dies ist ein deutscher Text.
30060  Dies ist ein deutscher Text.
30061  Dies ist ein deutscher Text.
30062  Dies ist ein deutscher Text.
30063  Dies ist ein deutscher Text.
30064  Dies ist ein deutscher Text.
30065  Dies ist ein deutscher Text.
30066  Dies ist ein deutscher Text.
30067  Dies ist ein deutscher Text.
30068  Dies ist ein deutscher Text
30069 \begin_inset Foot
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074 \lang german
30075 Dies ist eine deutsche Fußnote.
30076 \end_layout
30077
30078 \end_inset
30079
30080 .
30081  Dies ist ein deutscher Text.
30082  Dies ist ein deutscher Text.
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \begin_inset space \hfill{}
30089 \end_inset
30090
30091
30092 \begin_inset Box Frameless
30093 position "t"
30094 hor_pos "c"
30095 has_inner_box 1
30096 inner_pos "c"
30097 use_parbox 0
30098 use_makebox 0
30099 width "45col%"
30100 special "none"
30101 height "1in"
30102 height_special "totalheight"
30103 status open
30104
30105 \begin_layout Plain Layout
30106
30107 \lang english
30108 This is an English Text.
30109  This is an English Text.
30110  This is an English Text.
30111  This is an English Text.
30112  This is an English Text.
30113  This is an English Text.
30114  This is an English Text.
30115  This is an English Text.
30116  This is an English Text.
30117  This is an English Text.
30118  This is an English Text.
30119  This is an English Text.
30120  This is an English Text.
30121  This is an English Text.
30122  This is an English Text.
30123  This is an English Text.
30124 \begin_inset Foot
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129 \lang english
30130 This is an English footnote.
30131 \end_layout
30132
30133 \end_inset
30134
30135  This is an English Text.
30136  
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \end_layout
30143
30144 \begin_layout Standard
30145 \begin_inset VSpace bigskip
30146 \end_inset
30147
30148 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30149  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30150  minipages, même si vous les avez mis par exemple à 
30151 \family sans
30152 Moyen
30153 \family default
30154  dans les paramètres du document.
30155 \end_layout
30156
30157 \begin_layout Standard
30158 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30159  portion de texte, voyez la section
30160 \begin_inset space ~
30161 \end_inset
30162
30163
30164 \begin_inset CommandInset ref
30165 LatexCommand ref
30166 reference "sub:Couleur-pour-les-Paragraphes"
30167
30168 \end_inset
30169
30170 .
30171 \end_layout
30172
30173 \begin_layout Standard
30174 \begin_inset Note Greyedout
30175 status open
30176
30177 \begin_layout Plain Layout
30178
30179 \series bold
30180 Note:
30181 \series default
30182  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30183  mais les minipages peuvent être utilisées dans un tableau, un flottant
30184  ou une autre boîte.
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Section
30193 Les Parboxes
30194 \begin_inset CommandInset label
30195 LatexCommand label
30196 name "sec:Parboxes"
30197
30198 \end_inset
30199
30200
30201 \begin_inset Index idx
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205 Boîtes ! Parboxes
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \end_layout
30212
30213 \begin_layout Standard
30214 \begin_inset Note Note
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218
30219 \lang english
30220 En attendant une traduction de parbox (NdT)
30221 \end_layout
30222
30223 \end_inset
30224
30225 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30226  ne peuvent avoir de note de bas de page.
30227 \end_layout
30228
30229 \begin_layout Standard
30230 \align center
30231 \begin_inset Box Frameless
30232 position "t"
30233 hor_pos "c"
30234 has_inner_box 1
30235 inner_pos "t"
30236 use_parbox 1
30237 use_makebox 0
30238 width "33col%"
30239 special "none"
30240 height "1in"
30241 height_special "totalheight"
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245 Ceci est un texte à l'intérieur d'une parbox.
30246  Ceci est un texte à l'intérieur d'une parbox.
30247 \end_layout
30248
30249 \begin_layout Plain Layout
30250 Cette note de bas de page ne devrait pas apparaître :
30251 \begin_inset Foot
30252 status open
30253
30254 \begin_layout Plain Layout
30255 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30256  pas.
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Section
30270 Des Boîtes pour les Mots et les Caractères
30271 \begin_inset Index idx
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 Boîtes ! Pour les caractères
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \end_layout
30282
30283 \begin_layout Subsection
30284 Empêcher la Césure
30285 \begin_inset CommandInset label
30286 LatexCommand label
30287 name "sec:Empêcher-césure"
30288
30289 \end_inset
30290
30291
30292 \begin_inset Index idx
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Boîtes ! Pour empêcher la césure
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Vous pouvez utiliser une boîte de type 
30306 \family sans
30307 Makebox
30308 \family default
30309  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30310 \begin_inset Newline newline
30311 \end_inset
30312
30313 Voici un exemple de texte :
30314 \end_layout
30315
30316 \begin_layout Standard
30317 Cette ligne est un exemple comment vous pouvez empêcher une césure
30318 \begin_inset space ~
30319 \end_inset
30320
30321
30322 \begin_inset Quotes eld
30323 \end_inset
30324
30325 motTrèsTrèsLong
30326 \begin_inset Quotes erd
30327 \end_inset
30328
30329
30330 \end_layout
30331
30332 \begin_layout Standard
30333 Pour empêcher que le mot 
30334 \begin_inset Quotes eld
30335 \end_inset
30336
30337 motTrèsTrèsLong
30338 \begin_inset Quotes erd
30339 \end_inset
30340
30341  soit coupé, mettez le mot dans une boîte, mettez Boîte
30342 \begin_inset space ~
30343 \end_inset
30344
30345 intérieure à Makebox et sa largeur à 1
30346 \begin_inset space \thinspace{}
30347 \end_inset
30348
30349 Largeur.
30350 \end_layout
30351
30352 \begin_layout Standard
30353 Voici le résultat :
30354 \end_layout
30355
30356 \begin_layout Standard
30357 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30358 \begin_inset Box Frameless
30359 position "t"
30360 hor_pos "c"
30361 has_inner_box 1
30362 inner_pos "t"
30363 use_parbox 0
30364 use_makebox 1
30365 width "1in"
30366 special "width"
30367 height "1in"
30368 height_special "totalheight"
30369 status open
30370
30371 \begin_layout Plain Layout
30372 motTrèsTrèsLong
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \begin_layout Standard
30381 Une autre méthode consiste à mettre la commande 
30382 \begin_inset Quotes eld
30383 \end_inset
30384
30385
30386 \series bold
30387
30388 \backslash
30389 -
30390 \series default
30391
30392 \begin_inset Quotes grd
30393 \end_inset
30394
30395  en code TeX, juste avant le mot :
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30400 \begin_inset Quotes eld
30401 \end_inset
30402
30403
30404 \begin_inset ERT
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408
30409
30410 \backslash
30411 -
30412 \end_layout
30413
30414 \end_inset
30415
30416 motTrèsTrèsLong
30417 \begin_inset Quotes erd
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \begin_layout Standard
30424 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30425  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30426 \family sans
30427 Insérer\SpecialChar \menuseparator
30428 Formats\SpecialChar \menuseparator
30429 Passage
30430 \begin_inset space ~
30431 \end_inset
30432
30433 à
30434 \begin_inset space ~
30435 \end_inset
30436
30437 la
30438 \begin_inset space ~
30439 \end_inset
30440
30441 Ligne
30442 \family default
30443  (raccourci 
30444 \family sans
30445 Ctrl-Entrée
30446 \family default
30447 ) :
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30452 \begin_inset Newline newline
30453 \end_inset
30454
30455
30456 \begin_inset Box Frameless
30457 position "t"
30458 hor_pos "c"
30459 has_inner_box 1
30460 inner_pos "t"
30461 use_parbox 0
30462 use_makebox 1
30463 width "1in"
30464 special "width"
30465 height "1in"
30466 height_special "totalheight"
30467 status open
30468
30469 \begin_layout Plain Layout
30470 \begin_inset Quotes eld
30471 \end_inset
30472
30473 motTrèsTrèsLong
30474 \begin_inset Quotes erd
30475 \end_inset
30476
30477
30478 \end_layout
30479
30480 \end_inset
30481
30482
30483 \end_layout
30484
30485 \begin_layout Subsection
30486 Alignement Vertical
30487 \begin_inset CommandInset label
30488 LatexCommand label
30489 name "sub:Alignement-Vertical"
30490
30491 \end_inset
30492
30493
30494 \begin_inset Index idx
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 Boîtes ! Pour l'alignement vertical
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \begin_inset Index idx
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508 Boîtes ! Boîtes élévatrices
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \begin_inset Index idx
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518 Raisebox|see
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524 {
30525 \end_layout
30526
30527 \end_inset
30528
30529 Boîtes élévatrices
30530 \begin_inset ERT
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534
30535 }
30536 \end_layout
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \end_layout
30547
30548 \begin_layout Standard
30549 Avec la commande 
30550 \series bold
30551
30552 \backslash
30553 raisebox
30554 \series default
30555  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30556  par rapport au texte qui l'entoure.
30557  La commande
30558 \series bold
30559  
30560 \backslash
30561 raisebox
30562 \series default
30563  s'utilise en suivant la syntaxe suivante :
30564 \end_layout
30565
30566 \begin_layout Standard
30567
30568 \series bold
30569
30570 \backslash
30571 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30572 \end_layout
30573
30574 \begin_layout Standard
30575 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30576  pour l'abaisser.
30577 \end_layout
30578
30579 \begin_layout Standard
30580 Pour aligner le mot 
30581 \begin_inset Quotes eld
30582 \end_inset
30583
30584 empêcher
30585 \begin_inset Quotes erd
30586 \end_inset
30587
30588  de façon à ce que le point le plus bas du caractère le plus 
30589 \begin_inset Quotes eld
30590 \end_inset
30591
30592 profond
30593 \begin_inset Quotes erd
30594 \end_inset
30595
30596 , le 
30597 \begin_inset Quotes eld
30598 \end_inset
30599
30600 p
30601 \begin_inset Quotes erd
30602 \end_inset
30603
30604 , soit au niveau de la ligne de base, insérez la commande 
30605 \end_layout
30606
30607 \begin_layout Standard
30608
30609 \series bold
30610
30611 \backslash
30612 raisebox{
30613 \backslash
30614 depth}{
30615 \end_layout
30616
30617 \begin_layout Standard
30618 en code TeX avant le mot.
30619  Insérez après le mot l'accolade fermante 
30620 \begin_inset Quotes eld
30621 \end_inset
30622
30623
30624 \series bold
30625 }
30626 \series default
30627
30628 \begin_inset Quotes erd
30629 \end_inset
30630
30631  en code TeX.
30632 \begin_inset Newline newline
30633 \end_inset
30634
30635 Voici le résultat :
30636 \end_layout
30637
30638 \begin_layout Standard
30639 Cette ligne de texte contient le mot 
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 raisebox{
30648 \backslash
30649 depth}{
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \begin_inset Quotes eld
30656 \end_inset
30657
30658 empêcher
30659 \begin_inset Quotes erd
30660 \end_inset
30661
30662
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668 }
30669 \end_layout
30670
30671 \end_inset
30672
30673  comme mot élevé.
30674 \end_layout
30675
30676 \begin_layout Standard
30677 \begin_inset VSpace bigskip
30678 \end_inset
30679
30680 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30681  entre les lignes va être agrandie :
30682 \end_layout
30683
30684 \begin_layout Standard
30685 Cette ligne de texte contient le mot
30686 \begin_inset ERT
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690
30691
30692 \backslash
30693 raisebox{-
30694 \backslash
30695 depth}{
30696 \end_layout
30697
30698 \end_inset
30699
30700
30701 \begin_inset Quotes eld
30702 \end_inset
30703
30704 empêcher
30705 \begin_inset Quotes erd
30706 \end_inset
30707
30708
30709 \begin_inset ERT
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713
30714 }
30715 \end_layout
30716
30717 \end_inset
30718
30719  comme mot abaissé.
30720 \begin_inset Newline newline
30721 \end_inset
30722
30723 Cette ligne de texte contient le mot 
30724 \begin_inset ERT
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728
30729
30730 \backslash
30731 raisebox{0.5cm}{
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \begin_inset Quotes eld
30738 \end_inset
30739
30740 tester
30741 \begin_inset Quotes erd
30742 \end_inset
30743
30744
30745 \begin_inset ERT
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749
30750 }
30751 \end_layout
30752
30753 \end_inset
30754
30755  comme mot élevé.
30756 \end_layout
30757
30758 \begin_layout Standard
30759 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30760  mettez la hauteur de la boîte à zéro.
30761  Par exemple utilisez
30762 \end_layout
30763
30764 \begin_layout Standard
30765
30766 \series bold
30767
30768 \backslash
30769 raisebox{-
30770 \backslash
30771 depth}[0pt]{
30772 \end_layout
30773
30774 \begin_layout Standard
30775 Cette ligne de texte contient le mot
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781
30782 \backslash
30783 raisebox{-
30784 \backslash
30785 depth}[0pt]{
30786 \end_layout
30787
30788 \end_inset
30789
30790
30791 \begin_inset Quotes eld
30792 \end_inset
30793
30794 empêcher
30795 \begin_inset Quotes erd
30796 \end_inset
30797
30798
30799 \begin_inset ERT
30800 status collapsed
30801
30802 \begin_layout Plain Layout
30803
30804 }
30805 \end_layout
30806
30807 \end_inset
30808
30809  comme mot abaissé.
30810 \begin_inset Newline newline
30811 \end_inset
30812
30813 Cette ligne de texte contient le mot 
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819
30820 \backslash
30821 raisebox{0.5cm}[0pt]{
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \begin_inset Quotes eld
30828 \end_inset
30829
30830 tester
30831 \begin_inset Quotes erd
30832 \end_inset
30833
30834
30835 \begin_inset ERT
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839
30840 }
30841 \end_layout
30842
30843 \end_inset
30844
30845  comme mot élevé.
30846 \end_layout
30847
30848 \begin_layout Section
30849 Boîtes Colorées
30850 \begin_inset CommandInset label
30851 LatexCommand label
30852 name "sec:Boîtes-colorées"
30853
30854 \end_inset
30855
30856
30857 \begin_inset Index idx
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Boîtes ! Couleur
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Subsection
30870 De la couleur pour le texte
30871 \begin_inset Index idx
30872 status collapsed
30873
30874 \begin_layout Plain Layout
30875 Couleur ! Pour le texte
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \end_layout
30882
30883 \begin_layout Standard
30884 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30885  une boîte appelée 
30886 \begin_inset Quotes eld
30887 \end_inset
30888
30889 colorbox
30890 \begin_inset Quotes erd
30891 \end_inset
30892
30893 .
30894  Cela demande que le paquetage LaTeX 
30895 \series bold
30896 color
30897 \series default
30898
30899 \begin_inset Index idx
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903 Paquetages LaTeX ! color
30904 \end_layout
30905
30906 \end_inset
30907
30908  soit chargé dans le préambule du document avec la commande
30909 \end_layout
30910
30911 \begin_layout Standard
30912
30913 \series bold
30914
30915 \backslash
30916 @ifundefined{textcolor}
30917 \begin_inset Newline newline
30918 \end_inset
30919
30920
30921 \begin_inset Phantom HPhantom
30922 status open
30923
30924 \begin_layout Plain Layout
30925
30926 \series bold
30927 \begin_inset space ~
30928 \end_inset
30929
30930
30931 \end_layout
30932
30933 \end_inset
30934
30935 {
30936 \backslash
30937 usepackage{color}}{}
30938 \end_layout
30939
30940 \begin_layout Standard
30941 Le paquetage 
30942 \series bold
30943 color
30944 \series default
30945  sera chargé automatiquement par LyX dès que vous colorez du texte.
30946 \begin_inset Foot
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30951  
30952 \series bold
30953
30954 \backslash
30955 @ifundefined
30956 \series default
30957 .
30958 \end_layout
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \begin_layout Standard
30966 \begin_inset VSpace medskip
30967 \end_inset
30968
30969 Les boîtes colorées sont créées par la commande 
30970 \series bold
30971
30972 \backslash
30973 colorbox
30974 \series default
30975 .
30976  Elle est utilisée avec la syntaxe suivante :
30977 \end_layout
30978
30979 \begin_layout Standard
30980
30981 \series bold
30982
30983 \backslash
30984 colorbox{couleur}{contenu de la boîte}
30985 \end_layout
30986
30987 \begin_layout Standard
30988 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30989  peuvent être placées à l'intérieur d'autres boîtes.
30990 \end_layout
30991
30992 \begin_layout Standard
30993 Les couleurs suivantes sont prédéfinies ::
30994 \begin_inset Newline newline
30995 \end_inset
30996
30997
30998 \family sans
30999 black
31000 \family default
31001  (noir), 
31002 \family sans
31003 blue
31004 \family default
31005  (bleu), 
31006 \family sans
31007 cyan
31008 \family default
31009 \series bold
31010 ,
31011 \series default
31012  
31013 \family sans
31014 green
31015 \family default
31016  (vert), 
31017 \family sans
31018 magenta
31019 \family default
31020
31021 \family sans
31022 red
31023 \family default
31024  (rouge), 
31025 \family sans
31026 white
31027 \family default
31028  (blanc), and 
31029 \family sans
31030 yellow
31031 \family default
31032  (jaune).
31033 \begin_inset Newline newline
31034 \end_inset
31035
31036 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31037  section
31038 \begin_inset space ~
31039 \end_inset
31040
31041
31042 \begin_inset CommandInset ref
31043 LatexCommand ref
31044 reference "sec:Tableaux-Colorés"
31045
31046 \end_inset
31047
31048 .
31049 \end_layout
31050
31051 \begin_layout Standard
31052 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31053 \end_layout
31054
31055 \begin_layout Standard
31056
31057 \series bold
31058
31059 \backslash
31060 colorbox{red}{
31061 \end_layout
31062
31063 \begin_layout Standard
31064 avant le mot en code TeX.
31065  Insérez l'accolade fermante 
31066 \begin_inset Quotes eld
31067 \end_inset
31068
31069 }
31070 \begin_inset Quotes erd
31071 \end_inset
31072
31073  après le mot, en code TeX.
31074 \begin_inset Newline newline
31075 \end_inset
31076
31077 Voici le résultat :
31078 \end_layout
31079
31080 \begin_layout Standard
31081 Cette ligne de texte contient le mot
31082 \begin_inset ERT
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086
31087
31088 \backslash
31089 colorbox{red}{
31090 \end_layout
31091
31092 \end_inset
31093
31094
31095 \begin_inset Quotes eld
31096 \end_inset
31097
31098 Attention!
31099 \begin_inset Quotes erd
31100 \end_inset
31101
31102
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108 }
31109 \end_layout
31110
31111 \end_inset
31112
31113  sur fond rouge.
31114 \end_layout
31115
31116 \begin_layout Standard
31117 \begin_inset VSpace bigskip
31118 \end_inset
31119
31120 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31121  vous pouvez utiliser la commande 
31122 \series bold
31123
31124 \backslash
31125 fcolorbox
31126 \series default
31127  avec la syntaxe suivante :
31128 \end_layout
31129
31130 \begin_layout Standard
31131
31132 \series bold
31133
31134 \backslash
31135 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31136 \end_layout
31137
31138 \begin_layout Standard
31139
31140 \series bold
31141
31142 \backslash
31143 fcolorbox
31144 \series default
31145  est une extension de 
31146 \series bold
31147
31148 \backslash
31149 colorbox
31150 \series default
31151 .
31152  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31153  peuvent être modifiés avec les variables 
31154 \series bold
31155
31156 \backslash
31157 fboxrule
31158 \series default
31159  et 
31160 \series bold
31161
31162 \backslash
31163 fboxsep
31164 \series default
31165 , comme c'est décrit dans la section
31166 \begin_inset space ~
31167 \end_inset
31168
31169
31170 \begin_inset CommandInset ref
31171 LatexCommand ref
31172 reference "sec:Décorations"
31173
31174 \end_inset
31175
31176 .
31177 \end_layout
31178
31179 \begin_layout Standard
31180 Pour l'exemple suivant, on a utilisé la commande
31181 \end_layout
31182
31183 \begin_layout Standard
31184
31185 \series bold
31186
31187 \backslash
31188 fcolorbox{cyan}{magenta}{
31189 \end_layout
31190
31191 \begin_layout Standard
31192 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31193 \begin_inset space \thinspace{}
31194 \end_inset
31195
31196 mm:
31197 \begin_inset Newline newline
31198 \end_inset
31199
31200
31201 \begin_inset ERT
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205
31206
31207 \backslash
31208 fboxrule 1mm 
31209 \backslash
31210 fboxsep 1mm
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \begin_inset ERT
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220
31221
31222 \backslash
31223 fcolorbox{cyan}{magenta}{
31224 \end_layout
31225
31226 \end_inset
31227
31228 Ce texte est dans une boîte encadrée et colorée.
31229 \begin_inset ERT
31230 status collapsed
31231
31232 \begin_layout Plain Layout
31233
31234 }
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \begin_layout Standard
31243 \begin_inset VSpace bigskip
31244 \end_inset
31245
31246 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31247  les yeux ! - NdT) :
31248 \begin_inset Newline newline
31249 \end_inset
31250
31251
31252 \begin_inset ERT
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256
31257
31258 \backslash
31259 fcolorbox{cyan}{magenta}{
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \color yellow
31266 Ce texte est coloré dans une boîte colorée et encadrée.
31267 \color inherit
31268
31269 \begin_inset ERT
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273
31274 }
31275 \end_layout
31276
31277 \end_inset
31278
31279
31280 \begin_inset ERT
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284
31285
31286 \backslash
31287 fboxrule 0.4pt 
31288 \backslash
31289 fboxsep 3pt
31290 \end_layout
31291
31292 \end_inset
31293
31294
31295 \end_layout
31296
31297 \begin_layout Standard
31298
31299 \series bold
31300 \begin_inset VSpace medskip
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \begin_inset Note Greyedout
31308 status open
31309
31310 \begin_layout Plain Layout
31311
31312 \series bold
31313 Note:
31314 \series default
31315  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31316  de ligne.
31317  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31318  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \begin_layout Subsection
31327 De la couleur pour les paragraphes
31328 \begin_inset CommandInset label
31329 LatexCommand label
31330 name "sub:Couleur-pour-les-Paragraphes"
31331
31332 \end_inset
31333
31334
31335 \begin_inset Index idx
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339 Couleur ! Pour les  paragraphes
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Standard
31348 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31349  texte dans une minipage.
31350  Avant la minipage, insérez la commande 
31351 \series bold
31352
31353 \backslash
31354 colorbox
31355 \series default
31356  
31357 \end_layout
31358
31359 \begin_layout Standard
31360
31361 \series bold
31362
31363 \backslash
31364 colorbox{color}{
31365 \end_layout
31366
31367 \begin_layout Standard
31368 en code TeX.
31369  Après la minipage, insérez l'accolade fermante 
31370 \begin_inset Quotes eld
31371 \end_inset
31372
31373 }
31374 \begin_inset Quotes erd
31375 \end_inset
31376
31377  en code TeX.
31378 \end_layout
31379
31380 \begin_layout Standard
31381 \begin_inset ERT
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385
31386
31387 \backslash
31388 colorbox{lightgrey}{
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \begin_inset Box Frameless
31395 position "t"
31396 hor_pos "c"
31397 has_inner_box 1
31398 inner_pos "t"
31399 use_parbox 0
31400 use_makebox 0
31401 width "100col%"
31402 special "none"
31403 height "1in"
31404 height_special "totalheight"
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408 Ce texte a un fond coloré.
31409  Ce texte a un fond coloré.
31410 \end_layout
31411
31412 \begin_layout Plain Layout
31413 \begin_inset VSpace defskip
31414 \end_inset
31415
31416 Le texte peut avoir des notes de bas de page
31417 \begin_inset Foot
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 Un autre exemple de note de bas de page
31422 \end_layout
31423
31424 \end_inset
31425
31426  et contenir des figures et des tableaux.
31427 \end_layout
31428
31429 \begin_layout Plain Layout
31430 \align center
31431 \begin_inset Tabular
31432 <lyxtabular version="3" rows="3" columns="3">
31433 <features tabularvalignment="middle">
31434 <column alignment="center" valignment="top" width="0">
31435 <column alignment="center" valignment="top" width="0">
31436 <column alignment="center" valignment="top" width="0">
31437 <row>
31438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 a
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout Plain Layout
31451 !
31452 \end_layout
31453
31454 \end_inset
31455 </cell>
31456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31457 \begin_inset Text
31458
31459 \begin_layout Plain Layout
31460 3
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 </row>
31466 <row>
31467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31468 \begin_inset Text
31469
31470 \begin_layout Plain Layout
31471 <
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31477 \begin_inset Text
31478
31479 \begin_layout Plain Layout
31480 b2
31481 \begin_inset Quotes erd
31482 \end_inset
31483
31484 |
31485 \end_layout
31486
31487 \end_inset
31488 </cell>
31489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31490 \begin_inset Text
31491
31492 \begin_layout Plain Layout
31493 >
31494 \end_layout
31495
31496 \end_inset
31497 </cell>
31498 </row>
31499 <row>
31500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31501 \begin_inset Text
31502
31503 \begin_layout Plain Layout
31504 1
31505 \end_layout
31506
31507 \end_inset
31508 </cell>
31509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31510 \begin_inset Text
31511
31512 \begin_layout Plain Layout
31513 §
31514 \end_layout
31515
31516 \end_inset
31517 </cell>
31518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31519 \begin_inset Text
31520
31521 \begin_layout Plain Layout
31522 c
31523 \end_layout
31524
31525 \end_inset
31526 </cell>
31527 </row>
31528 </lyxtabular>
31529
31530 \end_inset
31531
31532
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \begin_inset ERT
31539 status collapsed
31540
31541 \begin_layout Plain Layout
31542
31543 }
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Section
31552 Les boîtes pivotées et redimensionnées
31553 \end_layout
31554
31555 \begin_layout Standard
31556 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31557  charger le paquetage LaTeX 
31558 \series bold
31559 graphicx
31560 \series default
31561
31562 \begin_inset Index idx
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566 Paquetages LaTeX ! graphicx
31567 \end_layout
31568
31569 \end_inset
31570
31571  dans le préambule de votre document avec la commande
31572 \end_layout
31573
31574 \begin_layout Standard
31575
31576 \series bold
31577
31578 \backslash
31579 @ifundefined{rotatebox}
31580 \begin_inset Newline newline
31581 \end_inset
31582
31583
31584 \begin_inset Phantom HPhantom
31585 status open
31586
31587 \begin_layout Plain Layout
31588
31589 \series bold
31590 \begin_inset space ~
31591 \end_inset
31592
31593
31594 \end_layout
31595
31596 \end_inset
31597
31598 {
31599 \backslash
31600 usepackage{graphicx}}{}
31601 \end_layout
31602
31603 \begin_layout Standard
31604 \begin_inset Note Greyedout
31605 status open
31606
31607 \begin_layout Plain Layout
31608
31609 \series bold
31610 Note:
31611 \series default
31612  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31613  redimensionnés.
31614 \end_layout
31615
31616 \end_inset
31617
31618
31619 \end_layout
31620
31621 \begin_layout Standard
31622 \begin_inset Note Greyedout
31623 status open
31624
31625 \begin_layout Plain Layout
31626
31627 \series bold
31628 Note:
31629 \series default
31630  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31631  redimensionnée.
31632 \end_layout
31633
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \begin_layout Subsection
31640 Les Boîtes pivotées
31641 \begin_inset Index idx
31642 status collapsed
31643
31644 \begin_layout Plain Layout
31645 Boîtes ! pivotées
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \begin_inset Index idx
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 Pivoter des objets
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \begin_inset Index idx
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665 Figures ! Pivotées
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Index idx
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675 Tableau ! Pivoter
31676 \end_layout
31677
31678 \end_inset
31679
31680
31681 \end_layout
31682
31683 \begin_layout Standard
31684 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31685  (rotated).
31686  Une telle boîte est créée avec la commande 
31687 \series bold
31688
31689 \backslash
31690 rotatebox
31691 \series default
31692  en code TeX avec la syntaxe
31693 \end_layout
31694
31695 \begin_layout Standard
31696
31697 \series bold
31698
31699 \backslash
31700 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31701 \end_layout
31702
31703 \begin_layout Standard
31704 La position du pivot est donnée par l'origine de rotation spécifiée sous
31705  la forme 
31706 \series bold
31707 origin=position
31708 \series default
31709 .
31710  Les valeurs suivantes sont possibles pour la position: 
31711 \emph on
31712 c
31713 \emph default
31714  (centre), 
31715 \emph on
31716 l
31717 \emph default
31718  (gauche/
31719 \lang english
31720 left
31721 \lang french
31722 ), 
31723 \emph on
31724 r
31725 \emph default
31726  (droite/
31727 \lang english
31728 right
31729 \lang french
31730 ), 
31731 \emph on
31732 b
31733 \emph default
31734  (bas/
31735 \lang english
31736 bottom
31737 \lang french
31738 ), 
31739 \emph on
31740 t
31741 \emph default
31742  (haut/
31743 \lang english
31744 top
31745 \lang french
31746 ), et aussi des combinaisons des quatre positions de base.
31747  Par exemple 
31748 \emph on
31749 lt
31750 \emph default
31751  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31752  Quand on ne donne pas d'origine, la position 
31753 \emph on
31754 l
31755 \emph default
31756  est utilisée.
31757  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31758  ou négatif.
31759  Le sens positif de rotation est anti-horaire.
31760 \end_layout
31761
31762 \begin_layout Standard
31763 Dans l'exemple qui suit, la commande 
31764 \series bold
31765
31766 \backslash
31767 rotatebox[origin=c]{60}{
31768 \series default
31769  a été insérée en code TeX juste avant le texte 
31770 \begin_inset Quotes eld
31771 \end_inset
31772
31773 pivoté de 90°
31774 \begin_inset Quotes erd
31775 \end_inset
31776
31777  ; la boîte est refermée juste après le texte par une accolade fermante
31778  
31779 \begin_inset Quotes eld
31780 \end_inset
31781
31782 }
31783 \begin_inset Quotes erd
31784 \end_inset
31785
31786  en code TeX.
31787 \end_layout
31788
31789 \begin_layout Standard
31790 Voici une ligne avec du texte 
31791 \begin_inset ERT
31792 status collapsed
31793
31794 \begin_layout Plain Layout
31795
31796
31797 \backslash
31798 rotatebox[origin=c]{60}{
31799 \end_layout
31800
31801 \end_inset
31802
31803 pivoté de 60°
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809 }
31810 \end_layout
31811
31812 \end_inset
31813
31814 .
31815 \end_layout
31816
31817 \begin_layout Standard
31818 La boîte peut contenir une autre boîte ou une formule en ligne :
31819 \end_layout
31820
31821 \begin_layout Standard
31822 Voici une ligne avec du texte 
31823 \begin_inset ERT
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827
31828
31829 \backslash
31830 rotatebox[origin=r]{-60}{
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \begin_inset Box Doublebox
31837 position "c"
31838 hor_pos "c"
31839 has_inner_box 0
31840 inner_pos "c"
31841 use_parbox 0
31842 use_makebox 0
31843 width "1in"
31844 special "width"
31845 height "1in"
31846 height_special "totalheight"
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850 pivoté de -60°
31851 \end_layout
31852
31853 \end_inset
31854
31855
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861 }
31862 \end_layout
31863
31864 \end_inset
31865
31866  et encadré 
31867 \begin_inset ERT
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871
31872
31873 \backslash
31874 rotatebox[origin=lb]{60}{
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31881 \end_inset
31882
31883
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889 }
31890 \end_layout
31891
31892 \end_inset
31893
31894  et une formule.
31895 \end_layout
31896
31897 \begin_layout Standard
31898 ou encore une figure ou un tableau :
31899 \end_layout
31900
31901 \begin_layout Standard
31902 Voici une ligne
31903 \begin_inset ERT
31904 status collapsed
31905
31906 \begin_layout Plain Layout
31907
31908
31909 \backslash
31910 rotatebox[origin=lb]{90}{
31911 \end_layout
31912
31913 \end_inset
31914
31915
31916 \begin_inset Graphics
31917         filename ../clipart/platypus.eps
31918         lyxscale 50
31919         width 25col%
31920
31921 \end_inset
31922
31923
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929 }
31930 \end_layout
31931
31932 \end_inset
31933
31934  avec une image pivotée de 90° 
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 rotatebox[origin=l]{-90}{
31943 \end_layout
31944
31945 \end_inset
31946
31947
31948 \begin_inset Tabular
31949 <lyxtabular version="3" rows="2" columns="2">
31950 <features tabularvalignment="middle">
31951 <column alignment="center" valignment="top" width="0">
31952 <column alignment="center" valignment="top" width="0">
31953 <row>
31954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958 q
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967 w
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 </row>
31973 <row>
31974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978 e
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 r
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 </row>
31993 </lyxtabular>
31994
31995 \end_inset
31996
31997
31998 \begin_inset ERT
31999 status collapsed
32000
32001 \begin_layout Plain Layout
32002
32003 }
32004 \end_layout
32005
32006 \end_inset
32007
32008  et un tableau.
32009 \end_layout
32010
32011 \begin_layout Subsection
32012 Les boîtes redimensionnées
32013 \begin_inset Index idx
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017 Boîtes ! Redimensionnées
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \begin_inset Index idx
32024 status collapsed
32025
32026 \begin_layout Plain Layout
32027 Redimensionner des objets
32028 \end_layout
32029
32030 \end_inset
32031
32032
32033 \begin_inset Index idx
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037 Figures ! Redimensionnées
32038 \end_layout
32039
32040 \end_inset
32041
32042
32043 \begin_inset Index idx
32044 status collapsed
32045
32046 \begin_layout Plain Layout
32047 Tableau ! Redimensionner
32048 \end_layout
32049
32050 \end_inset
32051
32052
32053 \end_layout
32054
32055 \begin_layout Standard
32056 Pour redimensionner des objets on peut utiliser les commandes 
32057 \series bold
32058
32059 \backslash
32060 scalebox
32061 \series default
32062  et 
32063 \series bold
32064
32065 \backslash
32066 resizebox
32067 \series default
32068  insérées sous forme de code TeX.
32069 \end_layout
32070
32071 \begin_layout Standard
32072
32073 \series bold
32074
32075 \backslash
32076 scalebox
32077 \series default
32078  est utilisée avec la syntaxe suivante :
32079 \end_layout
32080
32081 \begin_layout Standard
32082
32083 \series bold
32084
32085 \backslash
32086 scalebox{horizontal}[vertical]{contenu de la boîte}
32087 \end_layout
32088
32089 \begin_layout Standard
32090 Horizontal et vertical sont les facteurs d'échelle correspondants.
32091  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32092  utilisé comme facteur vertical.
32093 \end_layout
32094
32095 \begin_layout Standard
32096 Par exemple, la commande 
32097 \series bold
32098
32099 \backslash
32100 scalebox{2}{Bonjour}
32101 \series default
32102  crée un 
32103 \begin_inset ERT
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107
32108
32109 \backslash
32110 scalebox{2}{
32111 \end_layout
32112
32113 \end_inset
32114
32115 Bonjour
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121 }
32122 \end_layout
32123
32124 \end_inset
32125
32126  de taille double par rapport à la taille du texte du document.
32127 \end_layout
32128
32129 \begin_layout Standard
32130
32131 \series bold
32132
32133 \backslash
32134 scalebox{2}[1]{Hello}
32135 \series default
32136  au contraire va déformer le 
32137 \begin_inset ERT
32138 status collapsed
32139
32140 \begin_layout Plain Layout
32141
32142
32143 \backslash
32144 scalebox{2}[1]{
32145 \end_layout
32146
32147 \end_inset
32148
32149 Bonjour
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155 }
32156 \end_layout
32157
32158 \end_inset
32159
32160 .
32161 \end_layout
32162
32163 \begin_layout Standard
32164 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32165  La commande 
32166 \series bold
32167
32168 \backslash
32169 scalebox{-1}[1]{Hello}
32170 \series default
32171  peut donc être utilisée pour créer du texte en miroir : 
32172 \begin_inset ERT
32173 status collapsed
32174
32175 \begin_layout Plain Layout
32176
32177
32178 \backslash
32179 scalebox{-1}[1]{
32180 \end_layout
32181
32182 \end_inset
32183
32184 Bonjour
32185 \begin_inset ERT
32186 status collapsed
32187
32188 \begin_layout Plain Layout
32189
32190 }
32191 \end_layout
32192
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \begin_layout Standard
32199
32200 \series bold
32201
32202 \backslash
32203 scalebox{1}[-1]{Bonjour}
32204 \series default
32205  effectue une réflexion du 
32206 \begin_inset ERT
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210
32211
32212 \backslash
32213 scalebox{1}[-1]{
32214 \end_layout
32215
32216 \end_inset
32217
32218 Bonjour
32219 \begin_inset ERT
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223
32224 }
32225 \end_layout
32226
32227 \end_inset
32228
32229  par rapport à la ligne de base.
32230 \end_layout
32231
32232 \begin_layout Standard
32233 La commande 
32234 \series bold
32235
32236 \backslash
32237 reflectbox{contenu de la boîte} 
32238 \series default
32239 existe aussi et est équivalente à
32240 \series bold
32241  
32242 \backslash
32243 scalebox{-1}[1]{contenu de la boîte}.
32244
32245 \series default
32246  
32247 \begin_inset Newline newline
32248 \end_inset
32249
32250
32251 \end_layout
32252
32253 \begin_layout Standard
32254 \begin_inset VSpace bigskip
32255 \end_inset
32256
32257 La commande 
32258 \series bold
32259
32260 \backslash
32261 resizebox
32262 \series default
32263  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32264  données.
32265  La syntaxe de la commande est :
32266 \end_layout
32267
32268 \begin_layout Standard
32269
32270 \series bold
32271
32272 \backslash
32273 resizebox{largeur}{hauteur}{contenu de la boîte}
32274 \end_layout
32275
32276 \begin_layout Standard
32277 Si un des deux paramètres est remplacé par un point d'exclamation 
32278 \series bold
32279 !
32280 \series default
32281 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32282 \end_layout
32283
32284 \begin_layout Standard
32285 La commande 
32286 \series bold
32287
32288 \backslash
32289 resizebox{2cm}{1cm}{Bonjour}
32290 \series default
32291  produit : 
32292 \begin_inset ERT
32293 status collapsed
32294
32295 \begin_layout Plain Layout
32296
32297
32298 \backslash
32299 resizebox{2cm}{1cm}{
32300 \end_layout
32301
32302 \end_inset
32303
32304 Bonjour
32305 \begin_inset ERT
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309
32310 }
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \begin_inset Newline newline
32317 \end_inset
32318
32319 La commande 
32320 \series bold
32321
32322 \backslash
32323 resizebox{2cm}{!}{Bonjour}
32324 \series default
32325  produit : 
32326 \begin_inset ERT
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330
32331
32332 \backslash
32333 resizebox{2cm}{!}{
32334 \end_layout
32335
32336 \end_inset
32337
32338 Bonjour
32339 \begin_inset ERT
32340 status collapsed
32341
32342 \begin_layout Plain Layout
32343
32344 }
32345 \end_layout
32346
32347 \end_inset
32348
32349
32350 \end_layout
32351
32352 \begin_layout Standard
32353 \begin_inset VSpace bigskip
32354 \end_inset
32355
32356
32357 \end_layout
32358
32359 \begin_layout Standard
32360 \begin_inset Note Greyedout
32361 status open
32362
32363 \begin_layout Plain Layout
32364
32365 \series bold
32366 Note:
32367 \series default
32368  Quand les paramètres des commandes 
32369 \series bold
32370
32371 \backslash
32372 scalebox
32373 \series default
32374  ou 
32375 \series bold
32376
32377 \backslash
32378 resizebox
32379 \series default
32380  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32381  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32382  partiellement.
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \begin_layout Standard
32391 \begin_inset VSpace bigskip
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 Les boîtes peuvent être combinée dans n'importe quel ordre.
32399  Par exemple, la commande 
32400 \begin_inset Newline newline
32401 \end_inset
32402
32403
32404 \series bold
32405
32406 \backslash
32407 rotatebox[origin=c]{-45}{
32408 \backslash
32409 resizebox{2cm}{!}{
32410 \backslash
32411 reflectbox{Bonjour}}}
32412 \begin_inset Newline newline
32413 \end_inset
32414
32415
32416 \series default
32417 produit :
32418 \end_layout
32419
32420 \begin_layout Standard
32421 \align center
32422 \begin_inset ERT
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426
32427
32428 \backslash
32429 rotatebox[origin=c]{-45}{
32430 \backslash
32431 resizebox{2cm}{!}{
32432 \backslash
32433 reflectbox{
32434 \end_layout
32435
32436 \end_inset
32437
32438 Bonjour
32439 \begin_inset ERT
32440 status collapsed
32441
32442 \begin_layout Plain Layout
32443
32444 }}}
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453 \noindent
32454 Les images, les tableaux et les formules sont autorisées comme contenu de
32455  boîte :
32456 \end_layout
32457
32458 \begin_layout Standard
32459 \align center
32460 \begin_inset ERT
32461 status collapsed
32462
32463 \begin_layout Plain Layout
32464
32465
32466 \backslash
32467 rotatebox[origin=c]{-30}{
32468 \backslash
32469 resizebox{2cm}{!}{
32470 \backslash
32471 reflectbox{
32472 \end_layout
32473
32474 \end_inset
32475
32476
32477 \begin_inset Graphics
32478         filename ../clipart/platypus.eps
32479         lyxscale 50
32480         width 25col%
32481
32482 \end_inset
32483
32484
32485 \begin_inset ERT
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489
32490 }}}
32491 \end_layout
32492
32493 \end_inset
32494
32495
32496 \begin_inset ERT
32497 status collapsed
32498
32499 \begin_layout Plain Layout
32500
32501
32502 \backslash
32503 rotatebox[origin=c]{-45}{
32504 \backslash
32505 resizebox{2cm}{!}{
32506 \backslash
32507 reflectbox{
32508 \end_layout
32509
32510 \end_inset
32511
32512
32513 \begin_inset Tabular
32514 <lyxtabular version="3" rows="2" columns="2">
32515 <features tabularvalignment="middle">
32516 <column alignment="center" valignment="top" width="0">
32517 <column alignment="center" valignment="top" width="0">
32518 <row>
32519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32520 \begin_inset Text
32521
32522 \begin_layout Plain Layout
32523 q
32524 \end_layout
32525
32526 \end_inset
32527 </cell>
32528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32529 \begin_inset Text
32530
32531 \begin_layout Plain Layout
32532 w
32533 \end_layout
32534
32535 \end_inset
32536 </cell>
32537 </row>
32538 <row>
32539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32540 \begin_inset Text
32541
32542 \begin_layout Plain Layout
32543 e
32544 \end_layout
32545
32546 \end_inset
32547 </cell>
32548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32549 \begin_inset Text
32550
32551 \begin_layout Plain Layout
32552 r
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 </row>
32558 </lyxtabular>
32559
32560 \end_inset
32561
32562
32563 \begin_inset ERT
32564 status collapsed
32565
32566 \begin_layout Plain Layout
32567
32568 }}}
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \begin_inset ERT
32575 status collapsed
32576
32577 \begin_layout Plain Layout
32578
32579
32580 \backslash
32581 rotatebox[origin=c]{-45}{
32582 \backslash
32583 resizebox{2cm}{!}{
32584 \backslash
32585 reflectbox{
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32592 \end_inset
32593
32594
32595 \begin_inset ERT
32596 status collapsed
32597
32598 \begin_layout Plain Layout
32599
32600 }}}
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Standard
32609 Quand on utilise le style global de formule 
32610 \series bold
32611 fleqn
32612 \series default
32613  dans le document
32614 \begin_inset Foot
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618 Quand 
32619 \begin_inset Quotes eld
32620 \end_inset
32621
32622 fleqn
32623 \begin_inset Quotes erd
32624 \end_inset
32625
32626  est ajouté aux options de la classe de document.
32627 \end_layout
32628
32629 \end_inset
32630
32631 , les formules hors texte peuvent aussi être redimensionnées.
32632 \end_layout
32633
32634 \begin_layout Chapter
32635 Trucs Externes
32636 \begin_inset Index idx
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640 Trucs externes
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \end_layout
32647
32648 \begin_layout Standard
32649 Avec le menu 
32650 \family sans
32651 Insérer\SpecialChar \menuseparator
32652 Fichier
32653 \family default
32654  vous pouvez insérer un contenu externe à votre document.
32655  Ce contenu peut être :
32656 \end_layout
32657
32658 \begin_layout Description
32659 Document
32660 \begin_inset space ~
32661 \end_inset
32662
32663 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32664  document.
32665 \end_layout
32666
32667 \begin_layout Description
32668 Texte
32669 \begin_inset space ~
32670 \end_inset
32671
32672 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32673 e.
32674 \end_layout
32675
32676 \begin_layout Description
32677 Texte
32678 \begin_inset space ~
32679 \end_inset
32680
32681 Brut
32682 \begin_inset space ~
32683 \end_inset
32684
32685 par
32686 \begin_inset space ~
32687 \end_inset
32688
32689 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32690  Les lignes vides créent un nouveau paragraphe dans votre document.
32691 \end_layout
32692
32693 \begin_layout Description
32694 Objet
32695 \begin_inset space ~
32696 \end_inset
32697
32698 Externe Fichiers de formats variés.
32699 \end_layout
32700
32701 \begin_layout Description
32702 Sous-document Documents LyX ou LaTeX.
32703 \end_layout
32704
32705 \begin_layout Section
32706 Objets Externes 
32707 \begin_inset Index idx
32708 status collapsed
32709
32710 \begin_layout Plain Layout
32711 Trucs externes ! Objets Externes
32712 \end_layout
32713
32714 \end_inset
32715
32716
32717 \end_layout
32718
32719 \begin_layout Standard
32720 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32721  de fichiers dans votre document sans avoir à convertir ces derniers en
32722  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32723  qui va s'occuper des conversions.
32724  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32725  LyX des images dans des formats divers.
32726  Quand vous avez activé 
32727 \family sans
32728 Aperçu
32729 \begin_inset space ~
32730 \end_inset
32731
32732 sur
32733 \begin_inset space ~
32734 \end_inset
32735
32736 le
32737 \begin_inset space ~
32738 \end_inset
32739
32740 vif
32741 \family default
32742  dans le menu des préférences de LyX, dans la rubrique 
32743 \family sans
32744 Apparence\SpecialChar \menuseparator
32745 Graphiques
32746 \family default
32747 , les objets externes de type Dia et Xfig sont affichés directement dans
32748  LyX.
32749 \end_layout
32750
32751 \begin_layout Standard
32752 On insère des objets externes en utilisant la fenêtre de dialogue 
32753 \family sans
32754 Objet
32755 \begin_inset space ~
32756 \end_inset
32757
32758 Externe
32759 \family default
32760  qui est accessible via le menu 
32761 \family sans
32762 Insérer\SpecialChar \menuseparator
32763 Fichiers\SpecialChar \menuseparator
32764 Objet
32765 \begin_inset space ~
32766 \end_inset
32767
32768 Externe
32769 \family default
32770 .
32771  Actuellement les types de fichiers (
32772 \family sans
32773 Modèles
32774 \family default
32775 ) suivants sont autorisés :
32776 \end_layout
32777
32778 \begin_layout Description
32779 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32780  par le programme 
32781 \series bold
32782
32783 \begin_inset CommandInset href
32784 LatexCommand href
32785 name "XBoard"
32786 target "http://en.wikipedia.org/wiki/XBoard"
32787
32788 \end_inset
32789
32790
32791 \series default
32792 .
32793 \end_layout
32794
32795 \begin_layout Description
32796 Date Ce modèle insère la date sous la forme 
32797 \emph on
32798 Jour-Mois-Année
32799 \emph default
32800 .
32801  Voici un exemple de date insérée comme objet externe :: 
32802 \begin_inset External
32803         template Date
32804         filename .
32805
32806 \end_inset
32807
32808
32809 \begin_inset space ~
32810 \end_inset
32811
32812
32813 \begin_inset Note Note
32814 status open
32815
32816 \begin_layout Plain Layout
32817 Retirer l'espace protégé quand le bug 4398 sera résolu !
32818 \end_layout
32819
32820 \end_inset
32821
32822
32823 \begin_inset Newline newline
32824 \end_inset
32825
32826 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32827  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32828 \family sans
32829 Insérer\SpecialChar \menuseparator
32830 Date
32831 \family default
32832  et avec la commande LaTeX 
32833 \series bold
32834
32835 \backslash
32836 today
32837 \series default
32838  entrée comme code TeX.
32839  Ces différentes méthodes sont comparée dans le tableau
32840 \begin_inset space ~
32841 \end_inset
32842
32843
32844 \begin_inset CommandInset ref
32845 LatexCommand ref
32846 reference "tab:Comparaison-des-dates"
32847
32848 \end_inset
32849
32850 .
32851 \end_layout
32852
32853 \begin_layout Description
32854 Dia Ce modèle accepte les diagrammes créés avec le programme 
32855 \series bold
32856
32857 \begin_inset CommandInset href
32858 LatexCommand href
32859 name "Dia"
32860 target "http://en.wikipedia.org/wiki/Dia_(software)"
32861
32862 \end_inset
32863
32864
32865 \series default
32866 .
32867 \end_layout
32868
32869 \begin_layout Description
32870 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
32871  par le programme 
32872 \series bold
32873
32874 \begin_inset CommandInset href
32875 LatexCommand href
32876 name "LilyPond"
32877 target "http://en.wikipedia.org/wiki/LilyPond"
32878
32879 \end_inset
32880
32881
32882 \series default
32883 .
32884 \end_layout
32885
32886 \begin_layout Description
32887 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
32888  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
32889  
32890 \emph on
32891 pages
32892 \emph default
32893  dans le champ 
32894 \family sans
32895 Option
32896 \family default
32897  dans l'onglet 
32898 \family sans
32899 Options LaTeX et LyX
32900 \family default
32901  en suivant les instructions données pour le modèle.
32902  Si on ne donne pas d'option 
32903 \emph on
32904 pages
32905 \emph default
32906 , seule la première page du PDF sera insérée.
32907 \end_layout
32908
32909 \begin_layout Description
32910 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
32911  À peu près tous les formats d'images populaires sont acceptés.
32912  Les images peuvent être traitées dans la fenêtre de dialogue 
32913 \family sans
32914 Objet
32915 \begin_inset space ~
32916 \end_inset
32917
32918 Externe
32919 \family default
32920  comme les images qui sont habituellement incorporées en utilisant le menu
32921  
32922 \family sans
32923 Insérer\SpecialChar \menuseparator
32924 Graphique
32925 \family default
32926 , comme c'est décrit dans la section
32927 \begin_inset space ~
32928 \end_inset
32929
32930
32931 \begin_inset CommandInset ref
32932 LatexCommand ref
32933 reference "sec:Graphics-Dialog"
32934
32935 \end_inset
32936
32937 .
32938  La différence est que seules les images matricielles sont autorisées, ce
32939  qui veut dire que les images PDF et EPS ne sont pas acceptées.
32940 \end_layout
32941
32942 \begin_layout Description
32943 XFig Ce modèle accepte les images créées avec le programme 
32944 \series bold
32945
32946 \begin_inset CommandInset href
32947 LatexCommand href
32948 name "Xfig"
32949 target "http://en.wikipedia.org/wiki/Xfig"
32950
32951 \end_inset
32952
32953
32954 \series default
32955 .
32956 \end_layout
32957
32958 \begin_layout Standard
32959 \begin_inset Float table
32960 placement h
32961 wide false
32962 sideways false
32963 status open
32964
32965 \begin_layout Plain Layout
32966 \begin_inset Caption
32967
32968 \begin_layout Plain Layout
32969 \begin_inset CommandInset label
32970 LatexCommand label
32971 name "tab:Comparaison-des-dates"
32972
32973 \end_inset
32974
32975 Comparaison des méthodes d'insertion de la date.
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \end_layout
32982
32983 \begin_layout Plain Layout
32984 \align center
32985 \begin_inset Tabular
32986 <lyxtabular version="3" rows="4" columns="4">
32987 <features tabularvalignment="middle">
32988 <column alignment="center" valignment="top" width="0">
32989 <column alignment="center" valignment="top" width="0">
32990 <column alignment="center" valignment="top" width="0">
32991 <column alignment="center" valignment="top" width="0">
32992 <row>
32993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 Format du document
32998 \end_layout
32999
33000 \end_inset
33001 </cell>
33002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33003 \begin_inset Text
33004
33005 \begin_layout Plain Layout
33006
33007 \family sans
33008 Objet
33009 \begin_inset space ~
33010 \end_inset
33011
33012 Externe\SpecialChar \menuseparator
33013 Date
33014 \end_layout
33015
33016 \end_inset
33017 </cell>
33018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022
33023 \family sans
33024 Insérer\SpecialChar \menuseparator
33025 Date
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 commande 
33035 \series bold
33036
33037 \backslash
33038 today
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 </row>
33044 <row>
33045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049 LyX
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33055 \begin_inset Text
33056
33057 \begin_layout Plain Layout
33058 comme boîte d'insert
33059 \end_layout
33060
33061 \end_inset
33062 </cell>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 comme date
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 comme boîte de code TeX
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row>
33083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 LaTeX
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 comme date
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105 comme date
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33111 \begin_inset Text
33112
33113 \begin_layout Plain Layout
33114 comme commande
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 </row>
33120 <row>
33121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33122 \begin_inset Text
33123
33124 \begin_layout Plain Layout
33125 DVI, PDF, PS
33126 \end_layout
33127
33128 \end_inset
33129 </cell>
33130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33131 \begin_inset Text
33132
33133 \begin_layout Plain Layout
33134 comme date
33135 \end_layout
33136
33137 \end_inset
33138 </cell>
33139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33140 \begin_inset Text
33141
33142 \begin_layout Plain Layout
33143 comme date
33144 \end_layout
33145
33146 \end_inset
33147 </cell>
33148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33149 \begin_inset Text
33150
33151 \begin_layout Plain Layout
33152 comme date date
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 </row>
33158 </lyxtabular>
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \begin_layout Standard
33171 Quand vous activez l'option 
33172 \family sans
33173 Brouillon
33174 \family default
33175  de l'onglet 
33176 \family sans
33177 Fichier
33178 \family default
33179  de la fenêtre de dialogue 
33180 \family sans
33181 Objet
33182 \begin_inset space ~
33183 \end_inset
33184
33185 Externe
33186 \family default
33187 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33188 \begin_inset Newline newline
33189 \end_inset
33190
33191 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33192  : 
33193 \begin_inset Graphics
33194         filename ../clipart/ExternalMaterialQt4.png
33195         scale 85
33196         scaleBeforeRotation
33197
33198 \end_inset
33199
33200  soit comme une image, selon que vous avez ou non activé l'option 
33201 \family sans
33202 Afficher
33203 \begin_inset space ~
33204 \end_inset
33205
33206 dans
33207 \begin_inset space ~
33208 \end_inset
33209
33210 LyX
33211 \family default
33212  de l'onglet 
33213 \family sans
33214 Options LaTeX et LyX
33215 \family default
33216  de la fenêtre de dialogue.
33217 \end_layout
33218
33219 \begin_layout Standard
33220 Le manuel 
33221 \family sans
33222 \emph on
33223 Personnalisation
33224 \family default
33225 \emph default
33226  explique comment vous pouvez créer vos propres modèles.
33227 \end_layout
33228
33229 \begin_layout Section
33230 Sous-documents
33231 \begin_inset CommandInset label
33232 LatexCommand label
33233 name "sec:Sous-documents"
33234
33235 \end_inset
33236
33237
33238 \begin_inset Index idx
33239 status collapsed
33240
33241 \begin_layout Plain Layout
33242 Trucs externes ! Sous-documents
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \begin_inset Index idx
33249 status collapsed
33250
33251 \begin_layout Plain Layout
33252 Fichiers ! Insérer
33253 \end_layout
33254
33255 \end_inset
33256
33257
33258 \end_layout
33259
33260 \begin_layout Standard
33261 Les sous-documents sont utilisés quand on a un document très long qui peut
33262  être décomposé en plusieurs parties ou sections plus petites.
33263  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33264  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33265  Les différents documents sont ce que l'on appelle les sous-documents et
33266  un document maître les relie pour imprimer le document complet ou seulement
33267  une partie de celui-ci.
33268  Un sous-document hérite du contenu de son maître, par exemple le préambule
33269  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33270 \end_layout
33271
33272 \begin_layout Standard
33273 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33274  comme celle-ci : 
33275 \begin_inset Graphics
33276         filename clipart/ChildDocumentQt4.png
33277         lyxscale 70
33278         scale 60
33279         scaleBeforeRotation
33280
33281 \end_inset
33282
33283  Pour inclure des sous-documents dans un document maître , on utilise le
33284  menu 
33285 \family sans
33286 Insérer\SpecialChar \menuseparator
33287 Fichier\SpecialChar \menuseparator
33288 Sous-document
33289 \family default
33290 .
33291  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33292  des quatre méthodes d'inclusion :
33293 \end_layout
33294
33295 \begin_layout Description
33296 Inclus
33297 \begin_inset space ~
33298 \end_inset
33299
33300 (include) Vous pouvez inclure des documents LyX et LaTeX.
33301  Quand vous cliquez sur le bouton 
33302 \family sans
33303 Charger
33304 \family default
33305  dans la fenêtre de dialogue 
33306 \family sans
33307 Sous-document
33308 \family default
33309 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33310  vous puissiez le modifier.
33311 \begin_inset Newline newline
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \begin_layout Standard
33318 Voici un sous-document inséré avec la méthode 
33319 \family sans
33320 Inclus
33321 \family default
33322  : 
33323 \begin_inset CommandInset include
33324 LatexCommand include
33325 filename "DocumentBidon1.lyx"
33326
33327 \end_inset
33328
33329
33330 \end_layout
33331
33332 \begin_layout Standard
33333 La numérotation des sections va prendre en compte les sections des fichiers
33334  incorporés dans l'ordre où ils sont insérés dans le document maître.
33335  Le document qui est inclus comme exemple possède une sous-section qui sera
33336  numérotée comme sous-section de la section actuelle.
33337  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33338  : la sous-section
33339 \begin_inset space ~
33340 \end_inset
33341
33342
33343 \begin_inset CommandInset ref
33344 LatexCommand ref
33345 reference "sub:Sous-section-externe-1"
33346
33347 \end_inset
33348
33349  est dans le fichier inclus.
33350 \end_layout
33351
33352 \begin_layout Standard
33353 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33354  du document maître est utilisé.
33355  Les branches présentes dans le sous-document seront ignorées par le document
33356  maître tant que le document maître possède une branche avec le même nom.
33357  Les documents inclus sont insérés en commençant une nouvelle page et sont
33358  suivis par un saut de page.
33359 \end_layout
33360
33361 \begin_layout Standard
33362 \begin_inset Note Greyedout
33363 status open
33364
33365 \begin_layout Plain Layout
33366
33367 \series bold
33368 Note:
33369 \series default
33370  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33371  une classe de document différente de celle du document maître, vous recevez
33372  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33373  que cela peut produire des résultats inattendus sur la sortie imprimée.
33374 \end_layout
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \begin_layout Description
33382 Incorporé
33383 \begin_inset space ~
33384 \end_inset
33385
33386 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33387  sont :
33388 \end_layout
33389
33390 \begin_deeper
33391 \begin_layout Itemize
33392 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33393  par un saut de page.
33394 \end_layout
33395
33396 \begin_layout Itemize
33397 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33398  
33399 \family sans
33400 Aperçu
33401 \begin_inset space ~
33402 \end_inset
33403
33404 sur
33405 \begin_inset space ~
33406 \end_inset
33407
33408 le
33409 \begin_inset space ~
33410 \end_inset
33411
33412 vif
33413 \family default
33414  est activée dans les préférences dans la rubrique 
33415 \family sans
33416 Apparence\SpecialChar \menuseparator
33417 Graphique
33418 \family default
33419 .
33420 \end_layout
33421
33422 \begin_layout Itemize
33423
33424 \lang english
33425 You cannot exclude Input files via the menu 
33426 \family sans
33427 Document\SpecialChar \menuseparator
33428 Settings\SpecialChar \menuseparator
33429 Child Documents
33430 \family default
33431 .
33432 \end_layout
33433
33434 \end_deeper
33435 \begin_layout Standard
33436 Voici un sous document inséré en utilisant la méthode 
33437 \family sans
33438 Incorporé
33439 \family default
33440  : 
33441 \begin_inset CommandInset include
33442 LatexCommand input
33443 preview true
33444 filename "DocumentBidon2.lyx"
33445
33446 \end_inset
33447
33448
33449 \end_layout
33450
33451 \begin_layout Description
33452 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33453  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33454  sous forme de code source et aucune des commandes éventuellement présentes
33455  ne sera exécutée.
33456  Vous pouvez utiliser l'option 
33457 \family sans
33458 Marquer
33459 \begin_inset space ~
33460 \end_inset
33461
33462 les
33463 \begin_inset space ~
33464 \end_inset
33465
33466 espaces
33467 \family default
33468  qui matérialise chaque espace présente dans le code source par un caractère
33469  
33470 \begin_inset Quotes eld
33471 \end_inset
33472
33473
33474 \begin_inset ERT
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478
33479
33480 \backslash
33481 textvisiblespace 
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \begin_inset Quotes erd
33488 \end_inset
33489
33490  .
33491  La différence avec la méthode qui consiste à utiliser le menu 
33492 \family sans
33493 Insérer\SpecialChar \menuseparator
33494 Fichier\SpecialChar \menuseparator
33495 Texte
33496 \begin_inset space ~
33497 \end_inset
33498
33499 brut
33500 \family default
33501  est que le contenu du document n'apparaît pas dans LyX.
33502 \end_layout
33503
33504 \begin_layout Standard
33505 Voici un sous-document inclus en utilisant la méthode 
33506 \family sans
33507 verbatim
33508 \family default
33509  : 
33510 \begin_inset CommandInset include
33511 LatexCommand verbatiminput
33512 filename "DocumentTexteBidon.txt"
33513
33514 \end_inset
33515
33516
33517 \begin_inset VSpace bigskip
33518 \end_inset
33519
33520 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33521  l'option 
33522 \family sans
33523 Marquer
33524 \begin_inset space ~
33525 \end_inset
33526
33527 les
33528 \begin_inset space ~
33529 \end_inset
33530
33531 espaces :
33532 \family default
33533  
33534 \begin_inset CommandInset include
33535 LatexCommand verbatiminput*
33536 filename "DocumentTexteBidon.txt"
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Standard
33544 \begin_inset VSpace bigskip
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset Note Greyedout
33552 status open
33553
33554 \begin_layout Plain Layout
33555
33556 \series bold
33557 Note:
33558 \series default
33559  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33560  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33561 \end_layout
33562
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Description
33569 Listings Ce type d'inclusion est décrit dans le chapitre
33570 \begin_inset space ~
33571 \end_inset
33572
33573
33574 \begin_inset CommandInset ref
33575 LatexCommand ref
33576 reference "cha:Program-Code-Listings"
33577
33578 \end_inset
33579
33580 .
33581 \end_layout
33582
33583 \begin_layout Standard
33584 \begin_inset Note Greyedout
33585 status open
33586
33587 \begin_layout Plain Layout
33588
33589 \series bold
33590 Note:
33591 \series default
33592  Inclure le même document deux fois dans un même document peut poser des
33593  problèmes avec LaTeX.
33594 \end_layout
33595
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602
33603 \lang english
33604 If you want to view/export only selected children of your master document,
33605  either because you want to save compiling time or because you want to distribut
33606 e single chapters of the book you are just writing, you can exclude children
33607  from the output.
33608  This is done via the menu 
33609 \family sans
33610 Document\SpecialChar \menuseparator
33611 Settings\SpecialChar \menuseparator
33612 Child Documents
33613 \family default
33614 .
33615  You can exclude\SpecialChar \slash{}
33616 include children by double-clicking on the 
33617 \family sans
33618 include to output
33619 \family default
33620  column of the respective child document in the list (note that this only
33621  works for documents embedded via 
33622 \begin_inset Quotes eld
33623 \end_inset
33624
33625 Include
33626 \begin_inset Quotes erd
33627 \end_inset
33628
33629 , not with 
33630 \begin_inset Quotes eld
33631 \end_inset
33632
33633 Input
33634 \begin_inset Quotes erd
33635 \end_inset
33636
33637 ).
33638  If the option 
33639 \family sans
33640 Maintain counters and references
33641 \family default
33642  is enabled, LyX will assure that all page numbers, references etc.
33643 \begin_inset space ~
33644 \end_inset
33645
33646 are correct as if the whole document was processed.
33647  This is useful if you want the selected sub-documents to look exactly as
33648  in the context of the whole document.
33649  However, LyX needs to process the whole document in the background for
33650  this feature.
33651  So if you want to save compile time and if counters and references do not
33652  need to be correct, disable this checkbox.
33653 \end_layout
33654
33655 \begin_layout Standard
33656
33657 \lang english
33658 Alternatively
33659 \lang french
33660 , vous pouvez inclure chaque fichier dans une branche
33661 \begin_inset Foot
33662 status collapsed
33663
33664 \begin_layout Plain Layout
33665 Les branches sont décrites dans la section 
33666 \emph on
33667 Branches
33668 \emph default
33669  du 
33670 \emph on
33671 Guide de l'utilisateur
33672 \emph default
33673  de LyX.
33674 \end_layout
33675
33676 \end_inset
33677
33678 .
33679  En activant ou désactivant une branche, vous pouvez décider les fichiers
33680  inclus qui doivent apparaître dans la sortie imprimée.
33681  
33682 \lang english
33683 This has the advantage that it also works with Input'ed sub-documents.
33684  However, counters and references will not be maintained with this approach.
33685 \end_layout
33686
33687 \begin_layout Chapter
33688 Listings de Code Source
33689 \begin_inset CommandInset label
33690 LatexCommand label
33691 name "cha:Program-Code-Listings"
33692
33693 \end_inset
33694
33695
33696 \begin_inset Index idx
33697 status collapsed
33698
33699 \begin_layout Plain Layout
33700 Listings
33701 \end_layout
33702
33703 \end_inset
33704
33705
33706 \begin_inset Index idx
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710 Code Source
33711 \end_layout
33712
33713 \end_inset
33714
33715
33716 \begin_inset Index idx
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720 Flottants ! Listings
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Standard
33729 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33730  un insert 
33731 \family sans
33732 Listings
33733 \family default
33734  qui peut être créé grâce au menu 
33735 \family sans
33736 Insérer
33737 \family default
33738 \SpecialChar \menuseparator
33739
33740 \family sans
33741 Listing
33742 \begin_inset space ~
33743 \end_inset
33744
33745 de
33746 \begin_inset space ~
33747 \end_inset
33748
33749 Code
33750 \begin_inset space ~
33751 \end_inset
33752
33753 Source
33754 \family default
33755 .
33756  Le paquetage LaTeX 
33757 \series bold
33758 listings
33759 \series default
33760
33761 \begin_inset Index idx
33762 status collapsed
33763
33764 \begin_layout Plain Layout
33765 Paquetages LaTeX ! listings
33766 \end_layout
33767
33768 \end_inset
33769
33770  fournit un moyen puissant et flexible d'insérer des listings de code source
33771  dans votre document.
33772  
33773 \end_layout
33774
33775 \begin_layout Standard
33776 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33777  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33778 \end_layout
33779
33780 \begin_layout Standard
33781 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33782  imprimée.
33783  L'option d'emplacement 
33784 \family sans
33785 Listing
33786 \begin_inset space ~
33787 \end_inset
33788
33789 en
33790 \begin_inset space ~
33791 \end_inset
33792
33793 Ligne
33794 \family default
33795  imprime le listing dans la ligne comme ceci : 
33796 \begin_inset listings
33797 lstparams "language={C++}"
33798 inline true
33799 status open
33800
33801 \begin_layout Plain Layout
33802
33803 int a=5;
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \begin_inset Newline newline
33810 \end_inset
33811
33812 L'option 
33813 \family sans
33814 Flottant
33815 \family default
33816  crée un flottant de listing pour lequel vous pouvez préciser les options
33817  classiques d'emplacement : 
33818 \begin_inset Quotes eld
33819 \end_inset
33820
33821
33822 \family sans
33823 h
33824 \family default
33825
33826 \begin_inset Quotes erd
33827 \end_inset
33828
33829
33830 \begin_inset Quotes eld
33831 \end_inset
33832
33833
33834 \family sans
33835 t
33836 \family default
33837
33838 \begin_inset Quotes erd
33839 \end_inset
33840
33841
33842 \begin_inset Quotes eld
33843 \end_inset
33844
33845
33846 \family sans
33847 b
33848 \family default
33849
33850 \begin_inset Quotes erd
33851 \end_inset
33852
33853 , et 
33854 \begin_inset Quotes eld
33855 \end_inset
33856
33857
33858 \family sans
33859 p
33860 \family default
33861
33862 \begin_inset Quotes erd
33863 \end_inset
33864
33865  correspondant aux emplacement décrits dans la section
33866 \begin_inset space ~
33867 \end_inset
33868
33869
33870 \begin_inset CommandInset ref
33871 LatexCommand ref
33872 reference "sec:Placement-flottants"
33873
33874 \end_inset
33875
33876 .
33877  Les options de positionnement peuvent être mélangées et doivent être saisies
33878  sans séparation, par exemple, on peut taper 
33879 \begin_inset Quotes eld
33880 \end_inset
33881
33882
33883 \family sans
33884 htbp
33885 \family default
33886
33887 \begin_inset Quotes erd
33888 \end_inset
33889
33890 .
33891  L' option 
33892 \begin_inset Quotes eld
33893 \end_inset
33894
33895 h
33896 \begin_inset Quotes erd
33897 \end_inset
33898
33899  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
33900  
33901 \family sans
33902 Flottant
33903 \family default
33904  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
33905  légende et être référencés.
33906 \end_layout
33907
33908 \begin_layout Standard
33909 Vous pouvez ajouter une légende à un listing avec le menu 
33910 \family sans
33911 Insérer\SpecialChar \menuseparator
33912 Légende
33913 \family default
33914 .
33915  On peut référencer les listings de la même façon que les flottants :Voir
33916  le listing
33917 \begin_inset space ~
33918 \end_inset
33919
33920
33921 \begin_inset CommandInset ref
33922 LatexCommand ref
33923 reference "lst:Listing-exemple"
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 \begin_inset listings
33932 lstparams "language=Python"
33933 inline false
33934 status open
33935
33936 \begin_layout Plain Layout
33937
33938 \begin_inset Caption
33939
33940 \begin_layout Plain Layout
33941 \begin_inset CommandInset label
33942 LatexCommand label
33943 name "lst:Listing-exemple"
33944
33945 \end_inset
33946
33947 Exemple de listing flottant
33948 \end_layout
33949
33950 \end_inset
33951
33952 # Exemple de listing flottant
33953 \end_layout
33954
33955 \begin_layout Plain Layout
33956
33957 def func(param):
33958 \end_layout
33959
33960 \begin_layout Plain Layout
33961
33962     'ceci est une fonction python'
33963 \end_layout
33964
33965 \begin_layout Plain Layout
33966
33967     pass
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Standard
33976 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
33977  de listing, les mots-clés de ce langage seront reconnus et mis en forme
33978  de manière particulière dans la sortie imprimée.
33979  Dans l'exemple de listing, le mot clé Python 
33980 \begin_inset Quotes eld
33981 \end_inset
33982
33983 def
33984 \begin_inset Quotes erd
33985 \end_inset
33986
33987  est reconnu et imprimé en caractères gras dans la sortie.
33988 \end_layout
33989
33990 \begin_layout Standard
33991 \begin_inset Note Greyedout
33992 status open
33993
33994 \begin_layout Plain Layout
33995
33996 \series bold
33997 Note:
33998 \series default
33999  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
34000  une police de caractères à 
34001 \family typewriter
34002 chasse fixe
34003 \family default
34004 , c'est que votre police ne contient probablement pas de série grasse.
34005  Dans ce cas choisissez une police différente dans le menu 
34006 \family sans
34007 Document\SpecialChar \menuseparator
34008 Paramètres\SpecialChar \menuseparator
34009 Polices
34010 \family default
34011 .
34012  (Les polices 
34013 \emph on
34014 LuxiMono, BeraMono
34015 \emph default
34016  et 
34017 \emph on
34018 Courier
34019 \emph default
34020  contiennent une série grasse.)
34021 \end_layout
34022
34023 \end_inset
34024
34025
34026 \end_layout
34027
34028 \begin_layout Standard
34029 Dans la rubrique 
34030 \family sans
34031 Numérotation
34032 \begin_inset space ~
34033 \end_inset
34034
34035 des
34036 \begin_inset space ~
34037 \end_inset
34038
34039 Lignes
34040 \family default
34041  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
34042 n des lignes.
34043  Vous pouvez mettre un nombre dans le champ 
34044 \family sans
34045 Pas
34046 \family default
34047  pour désigner les lignes qui seront numérotées.
34048  Par exemple, si vous mettez 
34049 \begin_inset Quotes eld
34050 \end_inset
34051
34052 3
34053 \begin_inset Quotes erd
34054 \end_inset
34055
34056 , seule une ligne sur trois sera numérotée.
34057 \end_layout
34058
34059 \begin_layout Standard
34060 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
34061  apparaîtront dans la sortie.
34062  Vous devez utiliser l'option 
34063 \family sans
34064 Table
34065 \begin_inset space ~
34066 \end_inset
34067
34068 de
34069 \begin_inset space ~
34070 \end_inset
34071
34072 Caractères
34073 \begin_inset space ~
34074 \end_inset
34075
34076 Étendue
34077 \family default
34078  quand vous employez des caractères spécifiques à une langue donnée comme
34079  les umlauts Allemands dans votre listing.
34080 \begin_inset Newline newline
34081 \end_inset
34082
34083 Voici un exemple de listing avec la numérotation des lignes à gauche par
34084  pas de 3, en langage Python, avec les options 
34085 \begin_inset Quotes eld
34086 \end_inset
34087
34088 Table
34089 \begin_inset space ~
34090 \end_inset
34091
34092 de
34093 \begin_inset space ~
34094 \end_inset
34095
34096 caractères
34097 \begin_inset space ~
34098 \end_inset
34099
34100 étendue
34101 \begin_inset Quotes erd
34102 \end_inset
34103
34104  et 
34105 \begin_inset Quotes eld
34106 \end_inset
34107
34108 Espace
34109 \begin_inset space ~
34110 \end_inset
34111
34112 représenté
34113 \begin_inset space ~
34114 \end_inset
34115
34116 par
34117 \begin_inset space ~
34118 \end_inset
34119
34120 un
34121 \begin_inset space ~
34122 \end_inset
34123
34124 symbole
34125 \begin_inset Quotes erd
34126 \end_inset
34127
34128 , l'intervalle de ligne étant 3
34129 \begin_inset space \thinspace{}
34130 \end_inset
34131
34132 -
34133 \begin_inset space \thinspace{}
34134 \end_inset
34135
34136 8:
34137 \end_layout
34138
34139 \begin_layout Standard
34140 \begin_inset listings
34141 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34142 inline false
34143 status open
34144
34145 \begin_layout Plain Layout
34146
34147 def func(param):
34148 \end_layout
34149
34150 \begin_layout Plain Layout
34151
34152     'ceci est une fonction Python'
34153 \end_layout
34154
34155 \begin_layout Plain Layout
34156
34157     pass
34158 \end_layout
34159
34160 \begin_layout Plain Layout
34161
34162 def func(param):
34163 \end_layout
34164
34165 \begin_layout Plain Layout
34166
34167 'Ça, c'est un mot Allemand : Tschüß'
34168 \end_layout
34169
34170 \begin_layout Plain Layout
34171
34172 pass
34173 \end_layout
34174
34175 \begin_layout Plain Layout
34176
34177 def func(param):
34178 \end_layout
34179
34180 \begin_layout Plain Layout
34181
34182 'ceci est une fonction Python'
34183 \end_layout
34184
34185 \begin_layout Plain Layout
34186
34187 pass
34188 \end_layout
34189
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Standard
34196 \begin_inset Note Greyedout
34197 status open
34198
34199 \begin_layout Plain Layout
34200
34201 \series bold
34202 Note:
34203 \series default
34204  À cause d'un bug dans le paquetage 
34205 \series bold
34206 listings
34207 \series default
34208  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
34209  listing.
34210  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
34211  les lignes 3 et 6.
34212 \end_layout
34213
34214 \end_inset
34215
34216
34217 \end_layout
34218
34219 \begin_layout Standard
34220 \begin_inset VSpace bigskip
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Standard
34227 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34228  listing.
34229  Pour le faire, il suffit d'utiliser le menu 
34230 \family sans
34231 Insérer\SpecialChar \menuseparator
34232 Fichier\SpecialChar \menuseparator
34233 Sous-document
34234 \family default
34235  et de choisir le type 
34236 \family sans
34237 Listing
34238 \family default
34239
34240 \begin_inset space ~
34241 \end_inset
34242
34243
34244 \family sans
34245 de
34246 \begin_inset space ~
34247 \end_inset
34248
34249 Code
34250 \begin_inset space ~
34251 \end_inset
34252
34253 source
34254 \family default
34255 .
34256 \begin_inset Foot
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260 Les autres types de sous-documents sont décrits dans la section
34261 \begin_inset space ~
34262 \end_inset
34263
34264
34265 \begin_inset CommandInset ref
34266 LatexCommand ref
34267 reference "sec:Sous-documents"
34268
34269 \end_inset
34270
34271 .
34272 \end_layout
34273
34274 \end_inset
34275
34276  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34277  à utiliser pour le listing dans une zone de texte.
34278  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34279  
34280 \begin_inset Quotes eld
34281 \end_inset
34282
34283 ?
34284 \begin_inset Quotes erd
34285 \end_inset
34286
34287  dans la zone de texte.
34288 \end_layout
34289
34290 \begin_layout Standard
34291 Pour faire référence à un sous-document de type listing, tapez une étiquette
34292  dans le champ correspondant de la fenêtre de dialogue.
34293  On peut alors faire référence à cette étiquette en utilisant le menu 
34294 \family sans
34295 Insérer\SpecialChar \menuseparator
34296 Référence
34297 \begin_inset space ~
34298 \end_inset
34299
34300 Croisée
34301 \family default
34302 .
34303 \end_layout
34304
34305 \begin_layout Standard
34306 Le listing
34307 \begin_inset space ~
34308 \end_inset
34309
34310
34311 \begin_inset CommandInset ref
34312 LatexCommand ref
34313 reference "lst:listing-fichier"
34314
34315 \end_inset
34316
34317  est une exemple de listing issu d'un fichier ; ici les lignes 10
34318 \begin_inset space \thinspace{}
34319 \end_inset
34320
34321 -
34322 \begin_inset space \thinspace{}
34323 \end_inset
34324
34325 15 de ce fichier LyX sont listées.
34326 \end_layout
34327
34328 \begin_layout Standard
34329 \begin_inset CommandInset include
34330 LatexCommand lstinputlisting
34331 filename "EmbeddedObjects.lyx"
34332 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Standard
34340 \begin_inset VSpace bigskip
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Standard
34347 L'insertion d'une formule dans un listing peut se faire de la façon suivante
34348 \begin_inset space ~
34349 \end_inset
34350
34351 :
34352 \end_layout
34353
34354 \begin_layout Enumerate
34355 Ouvrez la fenêtre de dialogue listings et ajoutez
34356 \begin_inset Newline newline
34357 \end_inset
34358
34359
34360 \family sans
34361 mathescape=true
34362 \family default
34363
34364 \begin_inset Newline newline
34365 \end_inset
34366
34367 dans le champ de l'onglet 
34368 \family sans
34369 Avancé
34370 \family default
34371 .
34372 \end_layout
34373
34374 \begin_layout Enumerate
34375 Créez la formule en dehors du listing.
34376 \end_layout
34377
34378 \begin_layout Enumerate
34379 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
34380  (raccourci 
34381 \begin_inset Info
34382 type  "shortcut"
34383 arg   "copy"
34384 \end_inset
34385
34386 )
34387 \end_layout
34388
34389 \begin_layout Enumerate
34390 Dans le listing écrivez 
34391 \begin_inset Quotes eld
34392 \end_inset
34393
34394
34395 \family sans
34396 $$
34397 \family default
34398
34399 \begin_inset Quotes erd
34400 \end_inset
34401
34402  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
34403  
34404 \begin_inset Info
34405 type  "shortcut"
34406 arg   "paste"
34407 \end_inset
34408
34409 )
34410 \end_layout
34411
34412 \begin_layout Standard
34413 \begin_inset listings
34414 lstparams "language=Python,mathescape=true"
34415 inline false
34416 status open
34417
34418 \begin_layout Plain Layout
34419
34420 \begin_inset Caption
34421
34422 \begin_layout Plain Layout
34423 Exemple de listing flottant contenant une formule
34424 \end_layout
34425
34426 \end_inset
34427
34428 # Exemple de listing flottant
34429 \end_layout
34430
34431 \begin_layout Plain Layout
34432
34433 def func(param):
34434 \end_layout
34435
34436 \begin_layout Plain Layout
34437
34438     # $
34439 \backslash
34440 prod_{n=1}^{
34441 \backslash
34442 infty}
34443 \backslash
34444 ,
34445 \backslash
34446 frac{1}{x^{2}}$
34447 \end_layout
34448
34449 \begin_layout Plain Layout
34450
34451     pass
34452 \end_layout
34453
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \begin_layout Standard
34460 \begin_inset VSpace bigskip
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \begin_layout Standard
34467 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34468  de dialogue 
34469 \family sans
34470 Document\SpecialChar \menuseparator
34471 Paramètres\SpecialChar \menuseparator
34472 Listings
34473 \family default
34474 .
34475  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34476  
34477 \begin_inset Quotes eld
34478 \end_inset
34479
34480 ?
34481 \begin_inset Quotes erd
34482 \end_inset
34483
34484  dans le champ.
34485 \end_layout
34486
34487 \begin_layout Standard
34488 Pour plus d'information sur le paquetage 
34489 \series bold
34490 listings
34491 \series default
34492 , nous vous renvoyons à sa documentation 
34493 \begin_inset CommandInset citation
34494 LatexCommand cite
34495 key "listings"
34496
34497 \end_inset
34498
34499 .
34500 \end_layout
34501
34502 \begin_layout Standard
34503 \begin_inset Newpage newpage
34504 \end_inset
34505
34506
34507 \end_layout
34508
34509 \begin_layout Chapter
34510 \start_of_appendix
34511 Unités de longueur utilisables avec LyX
34512 \begin_inset Argument
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516 Unités de longueur
34517 \end_layout
34518
34519 \end_inset
34520
34521
34522 \begin_inset Index idx
34523 status collapsed
34524
34525 \begin_layout Plain Layout
34526 Unités
34527 \end_layout
34528
34529 \end_inset
34530
34531
34532 \begin_inset CommandInset label
34533 LatexCommand label
34534 name "cha:Unités-de-longueur"
34535
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \begin_layout Standard
34542 Pour comprendre les unités de longueur utilisées dans cette documentation,
34543  le tableau
34544 \begin_inset space ~
34545 \end_inset
34546
34547
34548 \begin_inset CommandInset ref
34549 LatexCommand ref
34550 reference "tab:Unités"
34551
34552 \end_inset
34553
34554 décrit les unités utilisées par LyX.
34555 \begin_inset Float table
34556 placement h
34557 wide false
34558 sideways false
34559 status open
34560
34561 \begin_layout Plain Layout
34562 \begin_inset Caption
34563
34564 \begin_layout Plain Layout
34565 \begin_inset CommandInset label
34566 LatexCommand label
34567 name "tab:Unités"
34568
34569 \end_inset
34570
34571 Unités de longueur
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Plain Layout
34580 \begin_inset VSpace medskip
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Plain Layout
34587 \align center
34588 \begin_inset Tabular
34589 <lyxtabular version="3" rows="20" columns="2">
34590 <features tabularvalignment="middle">
34591 <column alignment="center" valignment="top" width="0">
34592 <column alignment="center" valignment="top" width="0">
34593 <row>
34594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34595 \begin_inset Text
34596
34597 \begin_layout Plain Layout
34598 unité
34599 \end_layout
34600
34601 \end_inset
34602 </cell>
34603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607 nom/description
34608 \end_layout
34609
34610 \end_inset
34611 </cell>
34612 </row>
34613 <row>
34614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34615 \begin_inset Text
34616
34617 \begin_layout Plain Layout
34618 mm
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627 millimètre
34628 \end_layout
34629
34630 \end_inset
34631 </cell>
34632 </row>
34633 <row>
34634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34635 \begin_inset Text
34636
34637 \begin_layout Plain Layout
34638 cm
34639 \end_layout
34640
34641 \end_inset
34642 </cell>
34643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34644 \begin_inset Text
34645
34646 \begin_layout Plain Layout
34647 centimètre
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 in
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 pouce (inch)
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 pt
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 point (72.27
34688 \begin_inset space \thinspace{}
34689 \end_inset
34690
34691 pt = 1
34692 \begin_inset space \thinspace{}
34693 \end_inset
34694
34695 in)
34696 \end_layout
34697
34698 \end_inset
34699 </cell>
34700 </row>
34701 <row>
34702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 pc
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715 pica (1
34716 \begin_inset space \thinspace{}
34717 \end_inset
34718
34719 pc = 12
34720 \begin_inset space \thinspace{}
34721 \end_inset
34722
34723 pt)
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 </row>
34729 <row>
34730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734 sp
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743 scaled point (65536
34744 \begin_inset space \thinspace{}
34745 \end_inset
34746
34747 sp = 1
34748 \begin_inset space \thinspace{}
34749 \end_inset
34750
34751 pt)
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 </row>
34757 <row>
34758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34759 \begin_inset Text
34760
34761 \begin_layout Plain Layout
34762 bp
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34768 \begin_inset Text
34769
34770 \begin_layout Plain Layout
34771 gros point (72
34772 \begin_inset space \thinspace{}
34773 \end_inset
34774
34775 bp = 1
34776 \begin_inset space \thinspace{}
34777 \end_inset
34778
34779 in)
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 </row>
34785 <row>
34786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790 dd
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799 didot (72
34800 \begin_inset space \thinspace{}
34801 \end_inset
34802
34803 dd 
34804 \begin_inset Formula $\approx$
34805 \end_inset
34806
34807  37.6
34808 \begin_inset space \thinspace{}
34809 \end_inset
34810
34811 mm)
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 cc
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 cicero (1
34832 \begin_inset space \thinspace{}
34833 \end_inset
34834
34835 cc = 12
34836 \begin_inset space \thinspace{}
34837 \end_inset
34838
34839 dd)
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 </row>
34845 <row>
34846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34847 \begin_inset Text
34848
34849 \begin_layout Plain Layout
34850 Scale%
34851 \end_layout
34852
34853 \end_inset
34854 </cell>
34855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34856 \begin_inset Text
34857
34858 \begin_layout Plain Layout
34859 % de la largeur originale de l'image
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 </row>
34865 <row>
34866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 text%
34871 \end_layout
34872
34873 \end_inset
34874 </cell>
34875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 % de la largeur du texte
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 </row>
34885 <row>
34886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890 col%
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 % de la largeur de la colonne
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 </row>
34905 <row>
34906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34907 \begin_inset Text
34908
34909 \begin_layout Plain Layout
34910 page%
34911 \end_layout
34912
34913 \end_inset
34914 </cell>
34915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919 % de la largeur du papier
34920 \end_layout
34921
34922 \end_inset
34923 </cell>
34924 </row>
34925 <row>
34926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930 line%
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34936 \begin_inset Text
34937
34938 \begin_layout Plain Layout
34939 % de la largeur de la ligne
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 </row>
34945 <row>
34946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950 theight%
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34956 \begin_inset Text
34957
34958 \begin_layout Plain Layout
34959 % la hauteur du texte
34960 \end_layout
34961
34962 \end_inset
34963 </cell>
34964 </row>
34965 <row>
34966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34967 \begin_inset Text
34968
34969 \begin_layout Plain Layout
34970 pheight%
34971 \end_layout
34972
34973 \end_inset
34974 </cell>
34975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979 % hauteur du papier
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 </row>
34985 <row>
34986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 ex
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 hauteur de la lettre 
35000 \emph on
35001 x
35002 \emph default
35003  dans la police courante
35004 \end_layout
35005
35006 \end_inset
35007 </cell>
35008 </row>
35009 <row>
35010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35011 \begin_inset Text
35012
35013 \begin_layout Plain Layout
35014 em
35015 \end_layout
35016
35017 \end_inset
35018 </cell>
35019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023 largeur de la lettre
35024 \emph on
35025  M
35026 \emph default
35027  dans la police courante
35028 \end_layout
35029
35030 \end_inset
35031 </cell>
35032 </row>
35033 <row>
35034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35035 \begin_inset Text
35036
35037 \begin_layout Plain Layout
35038 mu
35039 \end_layout
35040
35041 \end_inset
35042 </cell>
35043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35044 \begin_inset Text
35045
35046 \begin_layout Plain Layout
35047 unité mathématique (1
35048 \begin_inset space \thinspace{}
35049 \end_inset
35050
35051 mu = 1/18
35052 \begin_inset space \thinspace{}
35053 \end_inset
35054
35055 em)
35056 \end_layout
35057
35058 \end_inset
35059 </cell>
35060 </row>
35061 </lyxtabular>
35062
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \begin_layout Chapter
35074 Formats des fichiers de sortie graphiques
35075 \begin_inset CommandInset label
35076 LatexCommand label
35077 name "cha:Formats-fichiers-graphiques"
35078
35079 \end_inset
35080
35081
35082 \end_layout
35083
35084 \begin_layout Section
35085 DVI
35086 \begin_inset Index idx
35087 status collapsed
35088
35089 \begin_layout Plain Layout
35090 Formats de Fichiers! DVI
35091 \end_layout
35092
35093 \end_inset
35094
35095
35096 \begin_inset Index idx
35097 status collapsed
35098
35099 \begin_layout Plain Layout
35100 DVI|see
35101 \begin_inset ERT
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105
35106 {
35107 \end_layout
35108
35109 \end_inset
35110
35111 Formats de Fichiers
35112 \begin_inset ERT
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116
35117 }
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \end_inset
35126
35127
35128 \end_layout
35129
35130 \begin_layout Standard
35131 Ce type de fichiers a l'extension 
35132 \begin_inset Quotes fld
35133 \end_inset
35134
35135
35136 \family typewriter
35137 .dvi
35138 \family default
35139
35140 \begin_inset Quotes frd
35141 \end_inset
35142
35143 .
35144  Il est appelé 
35145 \emph on
35146 indépendant de l'appareil
35147 \emph default
35148  ou 
35149 \begin_inset Quotes fld
35150 \end_inset
35151
35152 device independent (DVI)
35153 \begin_inset Quotes frd
35154 \end_inset
35155
35156 , car il est complètement portable ; vous pouvez les recopier d'une machine
35157  à l'autre sans avoir à faire de conversion.
35158  À l'époque où ce format a été développé, c'était loin d'être évident.
35159  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
35160  étape préliminaire avant la conversion vers un autre format comme le PostScript.
35161 \end_layout
35162
35163 \begin_layout Standard
35164 \begin_inset Note Greyedout
35165 status open
35166
35167 \begin_layout Plain Layout
35168
35169 \series bold
35170 Note:
35171 \series default
35172  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
35173  au fichier.
35174  
35175 \end_layout
35176
35177 \end_inset
35178
35179  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
35180  
35181 \family typewriter
35182 .dvi
35183 \family default
35184 .
35185  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
35186 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
35187  pour les rendre visibles quand vous faites défiler votre document.
35188  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
35189  avec de nombreuses images.
35190 \end_layout
35191
35192 \begin_layout Standard
35193 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
35194  menu 
35195 \family sans
35196 Fichier\SpecialChar \menuseparator
35197 Exporter\SpecialChar \menuseparator
35198 DVI.
35199
35200 \family default
35201  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
35202 \family sans
35203 Visualiser
35204 \family default
35205  ou en utilisant le bouton
35206 \begin_inset Graphics
35207         filename ../../images/buffer-view_dvi.png
35208         scale 85
35209         scaleBeforeRotation
35210
35211 \end_inset
35212
35213  de la barre d'outils.
35214 \end_layout
35215
35216 \begin_layout Section
35217 PostScript
35218 \begin_inset CommandInset label
35219 LatexCommand label
35220 name "sec:PostScript"
35221
35222 \end_inset
35223
35224
35225 \begin_inset Index idx
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 Formats de Fichiers ! PostScript
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \begin_inset Index idx
35236 status collapsed
35237
35238 \begin_layout Plain Layout
35239 PostScript|see
35240 \begin_inset ERT
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244
35245 {
35246 \end_layout
35247
35248 \end_inset
35249
35250 Formats de Fichiers
35251 \begin_inset ERT
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255
35256 }
35257 \end_layout
35258
35259 \end_inset
35260
35261
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \end_layout
35268
35269 \begin_layout Standard
35270 Ce type de fichiers a l'extension 
35271 \begin_inset Quotes fld
35272 \end_inset
35273
35274
35275 \family typewriter
35276 .ps
35277 \family default
35278
35279 \begin_inset Quotes frd
35280 \end_inset
35281
35282 .
35283  PostScript a été développé par la société 
35284 \series bold
35285 Adobe
35286 \series default
35287  comme un langage pour les imprimantes.
35288  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
35289  pour imprimer le document.
35290  PostScript peut être considéré comme un 
35291 \begin_inset Quotes fld
35292 \end_inset
35293
35294 langage de programmation
35295 \begin_inset Quotes frd
35296 \end_inset
35297
35298  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
35299  images
35300 \begin_inset Foot
35301 status open
35302
35303 \begin_layout Plain Layout
35304 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
35305  LaTeX 
35306 \series bold
35307 pstricks
35308 \series default
35309
35310 \begin_inset CommandInset citation
35311 LatexCommand cite
35312 key "pstricks"
35313
35314 \end_inset
35315
35316 .
35317 \end_layout
35318
35319 \end_inset
35320
35321 .
35322  En partie à cause de toutes ces possibilités un fichier PostScript est
35323  souvent plus gros qu'un PDF.
35324 \end_layout
35325
35326 \begin_layout Standard
35327 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35328  plus gros qu'un PDF.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 PostScript ne peut contenir que des images au format 
35333 \begin_inset Quotes fld
35334 \end_inset
35335
35336 PostScript Encapsulé
35337 \begin_inset Quotes frd
35338 \end_inset
35339
35340  (encapsulated PostScript ou EPS, d'extension 
35341 \family typewriter
35342 .eps
35343 \family default
35344 ).
35345  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35346  il doit les convertir en interne en EPS.
35347  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35348  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35349  document.
35350  Cela risque de ralentir de façon importante votre rythme de travail.
35351  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35352  vos images directement en EPS pour éviter ce problème.
35353 \end_layout
35354
35355 \begin_layout Standard
35356 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35357  le menu 
35358 \family sans
35359 Fichier\SpecialChar \menuseparator
35360 Exporter\SpecialChar \menuseparator
35361 PostScript.
35362
35363 \family default
35364  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35365  
35366 \family sans
35367 Visualiser
35368 \family default
35369  ou en utilisant le bouton 
35370 \begin_inset Graphics
35371         filename ../../images/buffer-view_ps.png
35372         scale 85
35373         scaleBeforeRotation
35374
35375 \end_inset
35376
35377  de la barre d'outils.
35378 \end_layout
35379
35380 \begin_layout Section
35381 PDF
35382 \begin_inset Index idx
35383 status collapsed
35384
35385 \begin_layout Plain Layout
35386 Formats de Fichiers ! PDF
35387 \end_layout
35388
35389 \end_inset
35390
35391
35392 \begin_inset Index idx
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396 PDF
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \begin_layout Standard
35405 Ce type de fichiers a l'extension 
35406 \begin_inset Quotes fld
35407 \end_inset
35408
35409
35410 \family typewriter
35411 .pdf
35412 \family default
35413
35414 \begin_inset Quotes frd
35415 \end_inset
35416
35417 .
35418  Ce 
35419 \begin_inset Quotes fld
35420 \end_inset
35421
35422 format de document portable
35423 \begin_inset Quotes frd
35424 \end_inset
35425
35426  (portable document format ou PDF) est développé par 
35427 \family typewriter
35428 Adobe
35429 \family default
35430  comme une évolution de PostScript.
35431  Il est plus comprimé et utilise moins de commandes que PostScript.
35432  Comme son nom l'indique, il est 
35433 \begin_inset Quotes fld
35434 \end_inset
35435
35436 portable
35437 \begin_inset Quotes frd
35438 \end_inset
35439
35440  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35441  aura exactement le même aspect.
35442 \end_layout
35443
35444 \begin_layout Standard
35445 PDF peut contenir des images dans son propre format PDF et dans les formats
35446  JPG (format du 
35447 \begin_inset Quotes fld
35448 \end_inset
35449
35450 Joint Photographic Expert Group
35451 \begin_inset Quotes frd
35452 \end_inset
35453
35454  avec comme extension 
35455 \family typewriter
35456 .jpg
35457 \family default
35458  ou 
35459 \family typewriter
35460 .jpeg
35461 \family default
35462 ) et PNG (
35463 \begin_inset Quotes fld
35464 \end_inset
35465
35466 Portable Network Graphics
35467 \begin_inset Quotes frd
35468 \end_inset
35469
35470  avec l'extension 
35471 \family typewriter
35472 .png
35473 \family default
35474 ).
35475  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35476  dans un de ces formats.
35477  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35478  vont ralentir votre travail.
35479  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35480 \end_layout
35481
35482 \begin_layout Standard
35483 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35484  menu 
35485 \family sans
35486 Fichier\SpecialChar \menuseparator
35487 Exporter 
35488 \family default
35489 de trois façons différentes:
35490 \end_layout
35491
35492 \begin_layout Description
35493 PDF
35494 \begin_inset space ~
35495 \end_inset
35496
35497 (ps2pdf) Ceci utilise le programme 
35498 \family typewriter
35499 ps2pdf
35500 \family default
35501  qui créé un PDF à partir de la version PostScript de votre fichier.
35502  Cette dernière est produite par le programme 
35503 \family typewriter
35504 dvips
35505 \family default
35506  qui utilise une version DVI comme étape intermédiaire.
35507  Cette variante consiste donc en trois conversions.
35508 \end_layout
35509
35510 \begin_layout Description
35511 PDF
35512 \begin_inset space ~
35513 \end_inset
35514
35515 (dvipdfm) Ceci utilise le programme 
35516 \family typewriter
35517 dvipdfm
35518 \family default
35519  qui convertit votre fichier en DVI avant de le convertir en PDF.
35520 \end_layout
35521
35522 \begin_layout Description
35523 PDF
35524 \begin_inset space ~
35525 \end_inset
35526
35527 (pdflatex) Ceci utilise le programme 
35528 \family typewriter
35529 pdftex
35530 \family default
35531  qui convertit directement votre fichier en PDF.
35532 \end_layout
35533
35534 \begin_layout Standard
35535 Nous recommandons d'utiliser l'option 
35536 \family sans
35537 PDF
35538 \begin_inset space ~
35539 \end_inset
35540
35541 (pdflatex)
35542 \family default
35543  car 
35544 \family typewriter
35545 pdftex
35546 \family default
35547  accepte toutes les fonctionnalités des versions actuelles de PDF.
35548  Il est en plus rapide et stable.
35549  Le programme 
35550 \family typewriter
35551 dvipdfm
35552 \family default
35553  n'est plus développé est est donc un peu dépassé.
35554 \end_layout
35555
35556 \begin_layout Standard
35557
35558 \end_layout
35559
35560 \begin_layout Standard
35561 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35562 \family sans
35563 Visualiser
35564 \family default
35565  ou en utilisant le bouton 
35566 \begin_inset Graphics
35567         filename ../../images/buffer-view_pdf2.png
35568         scale 85
35569         scaleBeforeRotation
35570
35571 \end_inset
35572
35573  de la barre d'outils
35574 \family sans
35575  (
35576 \family default
35577 qui utilise 
35578 \family sans
35579 PDF
35580 \begin_inset space ~
35581 \end_inset
35582
35583 (pdflatex)
35584 \family default
35585 ).
35586 \end_layout
35587
35588 \begin_layout Chapter
35589 Explication de l' Équation
35590 \begin_inset space ~
35591 \end_inset
35592
35593 (
35594 \begin_inset CommandInset ref
35595 LatexCommand ref
35596 reference "eq:Wgn"
35597
35598 \end_inset
35599
35600 )
35601 \begin_inset CommandInset label
35602 LatexCommand label
35603 name "cha:Explication-de-l'Equation"
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Standard
35611 La largeur totale de 
35612 \emph on
35613 n
35614 \emph default
35615  cellules de tableau 
35616 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35617 \end_inset
35618
35619  peut être calculée avec
35620 \end_layout
35621
35622 \begin_layout Standard
35623 \begin_inset Formula \begin{equation}
35624 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
35625 \end{equation}
35626
35627 \end_inset
35628
35629
35630 \end_layout
35631
35632 \begin_layout Standard
35633 Où 
35634 \begin_inset Formula $W_{g\, n}$
35635 \end_inset
35636
35637  est la largeur fixe de toutes les cellules.
35638  
35639 \series bold
35640
35641 \backslash
35642 tabcolsep
35643 \series default
35644  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35645  sa valeur implicite est 6
35646 \begin_inset space \thinspace{}
35647 \end_inset
35648
35649 pt.
35650  
35651 \series bold
35652
35653 \backslash
35654 arrayrulewidth
35655 \series default
35656  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35657 \begin_inset space \thinspace{}
35658 \end_inset
35659
35660 pt.
35661 \end_layout
35662
35663 \begin_layout Standard
35664 D'après l'équation
35665 \begin_inset space ~
35666 \end_inset
35667
35668
35669 \begin_inset CommandInset ref
35670 LatexCommand eqref
35671 reference "eq:Wtot_n"
35672
35673 \end_inset
35674
35675 , la largeur totale d'une multicolonne, 
35676 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35677 \end_inset
35678
35679  est
35680 \end_layout
35681
35682 \begin_layout Standard
35683 \begin_inset Formula \begin{equation}
35684 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
35685 \end{equation}
35686
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \begin_layout Standard
35693 En posant que les équations 
35694 \begin_inset space ~
35695 \end_inset
35696
35697
35698 \begin_inset CommandInset ref
35699 LatexCommand eqref
35700 reference "eq:Wtot_n"
35701
35702 \end_inset
35703
35704  et 
35705 \begin_inset CommandInset ref
35706 LatexCommand eqref
35707 reference "eq:Wtot_mult"
35708
35709 \end_inset
35710
35711  sont égales, on peut calculer la largeur nécessaire 
35712 \begin_inset Formula $W_{g\, n}$
35713 \end_inset
35714
35715  quand 
35716 \emph on
35717 n
35718 \emph default
35719  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35720  de 
35721 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35722 \end_inset
35723
35724 :
35725 \end_layout
35726
35727 \begin_layout Standard
35728 \begin_inset Formula \begin{equation}
35729 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
35730 \end{equation}
35731
35732 \end_inset
35733
35734
35735 \end_layout
35736
35737 \begin_layout Bibliography
35738 \labelwidthstring Bibliographie
35739 \begin_inset CommandInset bibitem
35740 LatexCommand bibitem
35741 key "latexcompanion"
35742
35743 \end_inset
35744
35745 Frank Mittelbach and Michel Goossens: 
35746 \emph on
35747 The LaTeX Companion Second Edition.
35748
35749 \emph default
35750  Addison-Wesley, 2004
35751 \end_layout
35752
35753 \begin_layout Bibliography
35754 \labelwidthstring Bibliographie
35755 \begin_inset CommandInset bibitem
35756 LatexCommand bibitem
35757 key "latexguide"
35758
35759 \end_inset
35760
35761 Helmut Kopka and Patrick W.
35762  Daly: 
35763 \emph on
35764 A Guide to LaTeX Fourth Edition.
35765
35766 \emph default
35767  Addison-Wesley, 2003
35768 \end_layout
35769
35770 \begin_layout Bibliography
35771 \labelwidthstring Bibliographie
35772 \begin_inset CommandInset bibitem
35773 LatexCommand bibitem
35774 key "latexbook"
35775
35776 \end_inset
35777
35778 Leslie Lamport: 
35779 \emph on
35780 LaTeX: A Document Preparation System.
35781
35782 \emph default
35783  Addison-Wesley, second edition, 1994
35784 \end_layout
35785
35786 \begin_layout Bibliography
35787 \labelwidthstring Bibliographie
35788 \begin_inset CommandInset bibitem
35789 LatexCommand bibitem
35790 key "booktabs"
35791
35792 \end_inset
35793
35794 Documentation du paquetage LaTeX 
35795 \series bold
35796
35797 \begin_inset CommandInset href
35798 LatexCommand href
35799 name "booktabs"
35800 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35801
35802 \end_inset
35803
35804
35805 \series default
35806
35807 \begin_inset Index idx
35808 status collapsed
35809
35810 \begin_layout Plain Layout
35811 Paquetages LaTeX ! booktabs
35812 \end_layout
35813
35814 \end_inset
35815
35816
35817 \end_layout
35818
35819 \begin_layout Bibliography
35820 \labelwidthstring Bibliographie
35821 \begin_inset CommandInset bibitem
35822 LatexCommand bibitem
35823 key "caption"
35824
35825 \end_inset
35826
35827 Documentation du paquetage LaTeX 
35828 \series bold
35829
35830 \begin_inset CommandInset href
35831 LatexCommand href
35832 name "caption"
35833 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35834
35835 \end_inset
35836
35837
35838 \series default
35839
35840 \begin_inset Index idx
35841 status collapsed
35842
35843 \begin_layout Plain Layout
35844 Paquetages LaTeX ! caption
35845 \end_layout
35846
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \begin_layout Bibliography
35853 \labelwidthstring Bibliographie
35854 \begin_inset CommandInset bibitem
35855 LatexCommand bibitem
35856 key "endfloat"
35857
35858 \end_inset
35859
35860 Documentation du paquetage LaTeX 
35861 \series bold
35862
35863 \begin_inset CommandInset href
35864 LatexCommand href
35865 name "endfloat"
35866 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35867
35868 \end_inset
35869
35870
35871 \series default
35872
35873 \begin_inset Index idx
35874 status collapsed
35875
35876 \begin_layout Plain Layout
35877 Paquetages LaTeX ! endfloat
35878 \end_layout
35879
35880 \end_inset
35881
35882
35883 \end_layout
35884
35885 \begin_layout Bibliography
35886 \labelwidthstring Bibliographie
35887 \begin_inset CommandInset bibitem
35888 LatexCommand bibitem
35889 key "wrapfig"
35890
35891 \end_inset
35892
35893 Documentation du paquetage LaTeX 
35894 \series bold
35895
35896 \begin_inset CommandInset href
35897 LatexCommand href
35898 name "wrapfig"
35899 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
35900
35901 \end_inset
35902
35903
35904 \series default
35905
35906 \begin_inset Index idx
35907 status collapsed
35908
35909 \begin_layout Plain Layout
35910 Paquetages LaTeX ! wrapfig
35911 \begin_inset ERT
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915
35916
35917 \backslash
35918 vspace{4mm}
35919 \end_layout
35920
35921 \end_inset
35922
35923
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \end_layout
35930
35931 \begin_layout Bibliography
35932 \labelwidthstring Bibliographie
35933 \begin_inset CommandInset bibitem
35934 LatexCommand bibitem
35935 key "footmisc"
35936
35937 \end_inset
35938
35939 Documentation du paquetage LaTeX 
35940 \series bold
35941
35942 \begin_inset CommandInset href
35943 LatexCommand href
35944 name "footmisc"
35945 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
35946
35947 \end_inset
35948
35949
35950 \series default
35951
35952 \begin_inset Index idx
35953 status collapsed
35954
35955 \begin_layout Plain Layout
35956 Paquetages LaTeX ! footmisc
35957 \end_layout
35958
35959 \end_inset
35960
35961
35962 \end_layout
35963
35964 \begin_layout Bibliography
35965 \labelwidthstring Bibliographie
35966 \begin_inset CommandInset bibitem
35967 LatexCommand bibitem
35968 key "hypcap"
35969
35970 \end_inset
35971
35972 Documentation du paquetage LaTeX 
35973 \series bold
35974
35975 \begin_inset CommandInset href
35976 LatexCommand href
35977 name "hypcap"
35978 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
35979
35980 \end_inset
35981
35982
35983 \series default
35984
35985 \begin_inset Index idx
35986 status collapsed
35987
35988 \begin_layout Plain Layout
35989 Paquetages LaTeX ! hyperref
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \begin_layout Bibliography
35998 \labelwidthstring Bibliographie
35999 \begin_inset CommandInset bibitem
36000 LatexCommand bibitem
36001 key "hyperref"
36002
36003 \end_inset
36004
36005 Documentation du paquetage LaTeX 
36006 \series bold
36007
36008 \begin_inset CommandInset href
36009 LatexCommand href
36010 name "hyperref"
36011 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36012
36013 \end_inset
36014
36015
36016 \series default
36017
36018 \begin_inset Index idx
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022 Paquetages LaTeX ! hyperref
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \end_layout
36029
36030 \begin_layout Bibliography
36031 \labelwidthstring Bibliographie
36032 \begin_inset CommandInset bibitem
36033 LatexCommand bibitem
36034 key "KOMA-Script"
36035
36036 \end_inset
36037
36038 Documentation du paquetage LaTeX 
36039 \series bold
36040
36041 \begin_inset CommandInset href
36042 LatexCommand href
36043 name "KOMA-Script"
36044 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36045
36046 \end_inset
36047
36048
36049 \series default
36050
36051 \begin_inset Index idx
36052 status collapsed
36053
36054 \begin_layout Plain Layout
36055 Paquetages LaTeX ! KOMA-Script
36056 \end_layout
36057
36058 \end_inset
36059
36060
36061 \end_layout
36062
36063 \begin_layout Bibliography
36064 \labelwidthstring Bibliographie
36065 \begin_inset CommandInset bibitem
36066 LatexCommand bibitem
36067 key "listings"
36068
36069 \end_inset
36070
36071 Documentation du paquetage LaTeX 
36072 \series bold
36073
36074 \begin_inset CommandInset href
36075 LatexCommand href
36076 name "listings"
36077 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36078
36079 \end_inset
36080
36081
36082 \series default
36083
36084 \begin_inset Index idx
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088 Paquetages LaTeX ! listings
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \begin_layout Bibliography
36097 \labelwidthstring Bibliographie
36098 \begin_inset CommandInset bibitem
36099 LatexCommand bibitem
36100 key "marginnote"
36101
36102 \end_inset
36103
36104 Documentation du paquetage LaTeX 
36105 \series bold
36106
36107 \begin_inset CommandInset href
36108 LatexCommand href
36109 name "marginnote"
36110 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36111
36112 \end_inset
36113
36114
36115 \series default
36116
36117 \begin_inset Index idx
36118 status collapsed
36119
36120 \begin_layout Plain Layout
36121 Paquetages LaTeX ! marginnote
36122 \end_layout
36123
36124 \end_inset
36125
36126
36127 \end_layout
36128
36129 \begin_layout Bibliography
36130 \labelwidthstring Bibliographie
36131 \begin_inset CommandInset bibitem
36132 LatexCommand bibitem
36133 key "pstricks"
36134
36135 \end_inset
36136
36137 Page Web du paquetage LaTeX 
36138 \series bold
36139
36140 \begin_inset CommandInset href
36141 LatexCommand href
36142 name "PSTricks"
36143 target "http://tug.org/PSTricks/"
36144
36145 \end_inset
36146
36147
36148 \series default
36149
36150 \begin_inset Index idx
36151 status collapsed
36152
36153 \begin_layout Plain Layout
36154 Paquetages LaTeX ! PSTricks
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \end_layout
36161
36162 \begin_layout Bibliography
36163 \labelwidthstring Bibliographie
36164 \begin_inset CommandInset bibitem
36165 LatexCommand bibitem
36166 key "sidecap"
36167
36168 \end_inset
36169
36170 Documentation du paquetage LaTeX 
36171 \series bold
36172
36173 \begin_inset CommandInset href
36174 LatexCommand href
36175 name "sidecap"
36176 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36177
36178 \end_inset
36179
36180
36181 \series default
36182
36183 \begin_inset Index idx
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187 Paquetages LaTeX ! sidecap
36188 \end_layout
36189
36190 \end_inset
36191
36192
36193 \end_layout
36194
36195 \begin_layout Bibliography
36196 \labelwidthstring Bibliographie
36197 \begin_inset CommandInset bibitem
36198 LatexCommand bibitem
36199 key "prettyref"
36200
36201 \end_inset
36202
36203 Documentation du paquetage LaTeX
36204 \series bold
36205  
36206 \begin_inset CommandInset href
36207 LatexCommand href
36208 name "prettyref"
36209 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36210
36211 \end_inset
36212
36213
36214 \series default
36215
36216 \begin_inset Index idx
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220 Paquetages LaTeX ! prettyref
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Bibliography
36229 \labelwidthstring Bibliographie
36230 \begin_inset CommandInset bibitem
36231 LatexCommand bibitem
36232 key "refstyle"
36233
36234 \end_inset
36235
36236 Documentation du paquetage LaTeX
36237 \series bold
36238  
36239 \begin_inset CommandInset href
36240 LatexCommand href
36241 name "refstyle"
36242 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36243
36244 \end_inset
36245
36246
36247 \series default
36248
36249 \begin_inset Index idx
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253 Paquetages LaTeX ! refstyle
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \begin_layout Bibliography
36262 \labelwidthstring Bibliographie
36263 \begin_inset CommandInset bibitem
36264 LatexCommand bibitem
36265 key "NewInLyX20"
36266
36267 \end_inset
36268
36269
36270 \begin_inset CommandInset href
36271 LatexCommand href
36272 name "Page Wiki"
36273 target "http://wiki.lyx.org/LyX/NewInLyX20"
36274
36275 \end_inset
36276
36277  au sujet des nouveautés de 
36278 \family sans
36279 LyX 2.0
36280 \family default
36281 .
36282 \end_layout
36283
36284 \begin_layout Standard
36285 \begin_inset CommandInset index_print
36286 LatexCommand printindex
36287 type "idx"
36288
36289 \end_inset
36290
36291
36292 \end_layout
36293
36294 \end_body
36295 \end_document