]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Math.lyx, EmbeddedObjects.lyx: fix two issues spotted by Ignacio
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0.0beta2 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
2187 \lang english
2188 With the dialog option 
2189 \family sans
2190 Immediate
2191 \begin_inset space ~
2192 \end_inset
2193
2194 Apply
2195 \family default
2196  every change you make in the dialog is directly applied.
2197  If you move the cursor to another table cell the dialog will then also
2198  be updated with the parameters of the new cell.
2199  If you change length values in the dialog you must press return to get
2200  the change applied.
2201 \lang french
2202
2203 \begin_inset Newline newline
2204 \end_inset
2205
2206 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2207  :
2208 \end_layout
2209
2210 \begin_layout Description
2211 Tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2212  la largeur de la colonne courante.
2213  L'alignement 
2214 \family sans
2215 \lang english
2216 At
2217 \begin_inset space ~
2218 \end_inset
2219
2220 Decimal
2221 \begin_inset space ~
2222 \end_inset
2223
2224 Separator
2225 \family default
2226  is described in
2227 \lang french
2228  section
2229 \begin_inset space ~
2230 \end_inset
2231
2232
2233 \begin_inset CommandInset ref
2234 LatexCommand ref
2235 reference "sub:Alignements-de-cellules"
2236
2237 \end_inset
2238
2239 .
2240  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2241  vertical de la ligne courante.
2242  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2243  et donc, plusieurs paragraphes de texte, voir la section
2244 \begin_inset space ~
2245 \end_inset
2246
2247
2248 \begin_inset CommandInset ref
2249 LatexCommand ref
2250 reference "sub:Lignes-multiple-dans-cellule"
2251
2252 \end_inset
2253
2254 .
2255  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2256  pour accommoder le contenu de cellule le plus large.
2257 \begin_inset Newline newline
2258 \end_inset
2259
2260 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2261  un multicolonne, voir la section
2262 \begin_inset space ~
2263 \end_inset
2264
2265
2266 \begin_inset CommandInset ref
2267 LatexCommand ref
2268 reference "sub:Multicolonnes"
2269
2270 \end_inset
2271
2272  ou 
2273 \lang english
2274 the cells of one column as multirow cell
2275 \lang french
2276 , voir la section
2277 \begin_inset space ~
2278 \end_inset
2279
2280
2281 \begin_inset CommandInset ref
2282 LatexCommand ref
2283 reference "sub:Multi-lignes"
2284
2285 \end_inset
2286
2287 .
2288 \begin_inset Newline newline
2289 \end_inset
2290
2291 L'option 
2292 \family sans
2293 Tourner
2294 \begin_inset space ~
2295 \end_inset
2296
2297 la
2298 \begin_inset space ~
2299 \end_inset
2300
2301 case
2302 \begin_inset space ~
2303 \end_inset
2304
2305 de
2306 \begin_inset space ~
2307 \end_inset
2308
2309 90°
2310 \family default
2311  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2312  L'option 
2313 \family sans
2314 Tourner
2315 \begin_inset space ~
2316 \end_inset
2317
2318 le
2319 \begin_inset space ~
2320 \end_inset
2321
2322 tableau
2323 \begin_inset space ~
2324 \end_inset
2325
2326 de
2327 \begin_inset space ~
2328 \end_inset
2329
2330 90°
2331 \family default
2332  fait pivoter tout le tableau.
2333  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2334  la sortie finale.
2335 \begin_inset Newline newline
2336 \end_inset
2337
2338
2339 \begin_inset Note Greyedout
2340 status open
2341
2342 \begin_layout Plain Layout
2343
2344 \series bold
2345 Note:
2346 \series default
2347  La plupart des visualiseurs DVI ne sont 
2348 \emph on
2349 pas
2350 \emph default
2351  capables d'afficher ces rotations.
2352 \end_layout
2353
2354 \end_inset
2355
2356
2357 \begin_inset Newline newline
2358 \end_inset
2359
2360
2361 \lang english
2362 The table-wide vertical alignment is used for tables within text lines
2363 \lang french
2364  :
2365 \begin_inset Newline newline
2366 \end_inset
2367
2368
2369 \lang english
2370 A line with tables with different alignments:
2371 \lang french
2372  
2373 \begin_inset Tabular
2374 <lyxtabular version="3" rows="2" columns="2">
2375 <features tabularvalignment="top">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <column alignment="center" valignment="top" width="0">
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 1
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 A
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 </lyxtabular>
2419
2420 \end_inset
2421
2422  
2423 \begin_inset Tabular
2424 <lyxtabular version="3" rows="2" columns="2">
2425 <features tabularvalignment="middle">
2426 <column alignment="center" valignment="top" width="0">
2427 <column alignment="center" valignment="top" width="0">
2428 <row>
2429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442 1
2443 \end_layout
2444
2445 \end_inset
2446 </cell>
2447 </row>
2448 <row>
2449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2450 \begin_inset Text
2451
2452 \begin_layout Plain Layout
2453 A
2454 \end_layout
2455
2456 \end_inset
2457 </cell>
2458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2459 \begin_inset Text
2460
2461 \begin_layout Plain Layout
2462
2463 \end_layout
2464
2465 \end_inset
2466 </cell>
2467 </row>
2468 </lyxtabular>
2469
2470 \end_inset
2471
2472  
2473 \begin_inset Tabular
2474 <lyxtabular version="3" rows="2" columns="2">
2475 <features tabularvalignment="bottom">
2476 <column alignment="center" valignment="top" width="0pt">
2477 <column alignment="center" valignment="top" width="0">
2478 <row>
2479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2480 \begin_inset Text
2481
2482 \begin_layout Plain Layout
2483
2484 \end_layout
2485
2486 \end_inset
2487 </cell>
2488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492 1
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 </row>
2498 <row>
2499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2500 \begin_inset Text
2501
2502 \begin_layout Plain Layout
2503 A
2504 \end_layout
2505
2506 \end_inset
2507 </cell>
2508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2509 \begin_inset Text
2510
2511 \begin_layout Plain Layout
2512
2513 \end_layout
2514
2515 \end_inset
2516 </cell>
2517 </row>
2518 </lyxtabular>
2519
2520 \end_inset
2521
2522
2523 \begin_inset Newline newline
2524 \end_inset
2525
2526 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2527  spéciales pour le tableau, voir les sections
2528 \begin_inset space ~
2529 \end_inset
2530
2531
2532 \begin_inset CommandInset ref
2533 LatexCommand ref
2534 reference "sub:Calculs-multicolonnes"
2535
2536 \end_inset
2537
2538  et 
2539 \begin_inset CommandInset ref
2540 LatexCommand ref
2541 reference "sec:Tableaux-Colorés"
2542
2543 \end_inset
2544
2545 .
2546 \end_layout
2547
2548 \begin_layout Description
2549
2550 \family sans
2551 Bordures
2552 \family default
2553  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2554  ou la colonne courante.
2555  
2556 \begin_inset Newline newline
2557 \end_inset
2558
2559 En utilisant le style 
2560 \family sans
2561 Formel
2562 \family default
2563  à la place du style par 
2564 \family sans
2565 Défaut
2566 \family default
2567 , on va convertir le tableau en tableau formel comme on le décrit dans la
2568  section
2569 \begin_inset space ~
2570 \end_inset
2571
2572
2573 \begin_inset CommandInset ref
2574 LatexCommand ref
2575 reference "sec:Tableaux-Formels"
2576
2577 \end_inset
2578
2579 .
2580 \begin_inset Newline newline
2581 \end_inset
2582
2583 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2584  dans les lignes du tableau comme c'est décrit dans la section
2585 \begin_inset space ~
2586 \end_inset
2587
2588
2589 \begin_inset CommandInset ref
2590 LatexCommand ref
2591 reference "sub:Espacement-lignes"
2592
2593 \end_inset
2594
2595 .
2596 \end_layout
2597
2598 \begin_layout Description
2599 Tableau
2600 \begin_inset space ~
2601 \end_inset
2602
2603 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2604  un 
2605 \begin_inset Quotes eld
2606 \end_inset
2607
2608
2609 \emph on
2610 tableau long
2611 \emph default
2612
2613 \begin_inset Quotes erd
2614 \end_inset
2615
2616  qui peut continuer sur plusieurs pages.
2617  Les sections
2618 \begin_inset space ~
2619 \end_inset
2620
2621
2622 \begin_inset CommandInset ref
2623 LatexCommand ref
2624 reference "sec:Tableaux-longs"
2625
2626 \end_inset
2627
2628  et 
2629 \begin_inset CommandInset ref
2630 LatexCommand ref
2631 reference "sec:Questions-sur-tableaux-longs"
2632
2633 \end_inset
2634
2635  décrivent ces tableaux longs plus en détail.
2636 \end_layout
2637
2638 \begin_layout Section
2639 La barre d'outils tableau
2640 \begin_inset Index idx
2641 status collapsed
2642
2643 \begin_layout Plain Layout
2644 Tableau ! Barre d'outils
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \end_layout
2651
2652 \begin_layout Standard
2653 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2654  permet de modifier plus rapidement les tableaux.
2655  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2656  le curseur se trouve à l'intérieur d'un tableau.
2657  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2658  au menu 
2659 \family sans
2660 Visualiser\SpecialChar \menuseparator
2661 Barres
2662 \begin_inset space ~
2663 \end_inset
2664
2665 d'outils\SpecialChar \menuseparator
2666 Tableau
2667 \family default
2668 .
2669 \end_layout
2670
2671 \begin_layout Standard
2672 La barre d'outils contient les icônes suivantes :
2673 \end_layout
2674
2675 \begin_layout Labeling
2676 \labelwidthstring 00.00.0000
2677 \begin_inset Graphics
2678         filename ../../images/tabular-feature_append-row.png
2679         scaleBeforeRotation
2680
2681 \end_inset
2682
2683  ajoute une ligne sous la cellule ou la sélection courante
2684 \end_layout
2685
2686 \begin_layout Labeling
2687 \labelwidthstring 00.00.0000
2688 \begin_inset Graphics
2689         filename ../../images/tabular-feature_append-column.png
2690         scaleBeforeRotation
2691
2692 \end_inset
2693
2694  ajoute une colonne à la droite de la cellule ou de la sélection courante
2695 \end_layout
2696
2697 \begin_layout Labeling
2698 \labelwidthstring 00.00.0000
2699 \begin_inset Graphics
2700         filename ../../images/tabular-feature_delete-row.png
2701         scaleBeforeRotation
2702
2703 \end_inset
2704
2705  supprime la ligne ou la sélection courante
2706 \end_layout
2707
2708 \begin_layout Labeling
2709 \labelwidthstring 00.00.0000
2710 \begin_inset Graphics
2711         filename ../../images/tabular-feature_delete-column.png
2712         scaleBeforeRotation
2713
2714 \end_inset
2715
2716  supprime la colonne ou la sélection courante
2717 \end_layout
2718
2719 \begin_layout Labeling
2720 \labelwidthstring 00.00.0000
2721 \begin_inset Graphics
2722         filename ../../images/tabular-feature_toggle-line-top.png
2723         scaleBeforeRotation
2724
2725 \end_inset
2726
2727  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2728  courante
2729 \end_layout
2730
2731 \begin_layout Labeling
2732 \labelwidthstring 00.00.0000
2733 \begin_inset Graphics
2734         filename ../../images/tabular-feature_toggle-line-bottom.png
2735         scaleBeforeRotation
2736
2737 \end_inset
2738
2739  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2740 \end_layout
2741
2742 \begin_layout Labeling
2743 \labelwidthstring 00.00.0000
2744 \begin_inset Graphics
2745         filename ../../images/tabular-feature_toggle-line-left.png
2746         scaleBeforeRotation
2747
2748 \end_inset
2749
2750  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2751 \begin_inset Note Note
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 ou colonne ?
2756 \end_layout
2757
2758 \end_inset
2759
2760  ou de la sélection courante
2761 \end_layout
2762
2763 \begin_layout Labeling
2764 \labelwidthstring 00.00.0000
2765 \begin_inset Graphics
2766         filename ../../images/tabular-feature_toggle-line-right.png
2767         scaleBeforeRotation
2768
2769 \end_inset
2770
2771  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2772 \begin_inset Note Note
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 ou colonne ?
2777 \end_layout
2778
2779 \end_inset
2780
2781  ou de la sélection courante
2782 \end_layout
2783
2784 \begin_layout Labeling
2785 \labelwidthstring 00.00.0000
2786 \begin_inset Graphics
2787         filename ../../images/tabular-feature_set-all-lines.png
2788         scaleBeforeRotation
2789
2790 \end_inset
2791
2792  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2793  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2794  colonne et la ligne courante
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Graphics
2800         filename ../../images/tabular-feature_unset-all-lines.png
2801         scaleBeforeRotation
2802
2803 \end_inset
2804
2805  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2806  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2807  aussi la colonne et la ligne courante
2808 \end_layout
2809
2810 \begin_layout Labeling
2811 \labelwidthstring 00.00.0000
2812 \begin_inset Graphics
2813         filename ../../images/tabular-feature_m-align-left.png
2814         scaleBeforeRotation
2815
2816 \end_inset
2817
2818  aligne à gauche le contenu de la cellule ou de la colonne courante
2819 \end_layout
2820
2821 \begin_layout Labeling
2822 \labelwidthstring 00.00.0000
2823 \begin_inset Graphics
2824         filename ../../images/tabular-feature_m-align-center.png
2825         scaleBeforeRotation
2826
2827 \end_inset
2828
2829  centre horizontalement le contenu de la cellule ou de la colonne courante
2830 \end_layout
2831
2832 \begin_layout Labeling
2833 \labelwidthstring 00.00.0000
2834 \begin_inset Graphics
2835         filename ../../images/tabular-feature_m-align-right.png
2836         scaleBeforeRotation
2837
2838 \end_inset
2839
2840  aligne à droite le contenu de la cellule ou de la colonne courante
2841 \end_layout
2842
2843 \begin_layout Labeling
2844 \labelwidthstring 00.00.0000
2845 \begin_inset Graphics
2846         filename ../../images/tabular-feature_align-decimal.png
2847         scaleBeforeRotation
2848
2849 \end_inset
2850
2851  aligne le contenu de la colonne courante 
2852 \lang english
2853 at a character
2854 \end_layout
2855
2856 \begin_layout Labeling
2857 \labelwidthstring 00.00.0000
2858 \begin_inset Graphics
2859         filename ../../images/tabular-feature_m-valign-top.png
2860         scaleBeforeRotation
2861
2862 \end_inset
2863
2864  aligne le contenu de la cellule courante verticalement vers le haut
2865 \end_layout
2866
2867 \begin_layout Labeling
2868 \labelwidthstring 00.00.0000
2869 \begin_inset Graphics
2870         filename ../../images/tabular-feature_m-valign-middle.png
2871         scaleBeforeRotation
2872
2873 \end_inset
2874
2875  centre verticalement le contenu de la cellule courante
2876 \end_layout
2877
2878 \begin_layout Labeling
2879 \labelwidthstring 00.00.0000
2880 \begin_inset Graphics
2881         filename ../../images/tabular-feature_m-valign-bottom.png
2882         scaleBeforeRotation
2883
2884 \end_inset
2885
2886  aligne le contenu de la cellule courante verticalement vers le bas
2887 \end_layout
2888
2889 \begin_layout Labeling
2890 \labelwidthstring 00.00.0000
2891 \begin_inset Graphics
2892         filename ../../images/tabular-feature_set-rotate-cell.png
2893         scaleBeforeRotation
2894
2895 \end_inset
2896
2897  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2898 re
2899 \end_layout
2900
2901 \begin_layout Labeling
2902 \labelwidthstring 00.00.0000
2903 \begin_inset Graphics
2904         filename ../../images/tabular-feature_set-rotate-tabular.png
2905         scaleBeforeRotation
2906
2907 \end_inset
2908
2909  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2910 \end_layout
2911
2912 \begin_layout Labeling
2913 \labelwidthstring 00.00.0000
2914 \begin_inset Graphics
2915         filename ../../images/tabular-feature_multicolumn.png
2916         scaleBeforeRotation
2917
2918 \end_inset
2919
2920  transforme en multi-colonne la cellule ou la sélection courante
2921 \end_layout
2922
2923 \begin_layout Labeling
2924 \labelwidthstring 00.00.0000
2925 \begin_inset Graphics
2926         filename ../../images/tabular-feature_multirow.png
2927         scaleBeforeRotation
2928
2929 \end_inset
2930
2931  transforme en 
2932 \lang english
2933 multirow
2934 \lang french
2935  la cellule ou la sélection courante
2936 \end_layout
2937
2938 \begin_layout Standard
2939 \begin_inset Note Greyedout
2940 status open
2941
2942 \begin_layout Plain Layout
2943
2944 \series bold
2945 Note :
2946 \series default
2947  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2948  est utilisé pour toutes les autres cellules de la ligne.
2949 \end_layout
2950
2951 \end_inset
2952
2953
2954 \end_layout
2955
2956 \begin_layout Section
2957 Le Menu Éditer Tableau
2958 \begin_inset Index idx
2959 status collapsed
2960
2961 \begin_layout Plain Layout
2962 Tableau ! Menu Éditer
2963 \end_layout
2964
2965 \end_inset
2966
2967
2968 \end_layout
2969
2970 \begin_layout Standard
2971 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2972  
2973 \family sans
2974 Éditer\SpecialChar \menuseparator
2975 Tableau
2976 \family default
2977  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2978  ou de la ligne courante et aussi de transformer la sélection courante en
2979  multi-colonne.
2980  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2981 \end_layout
2982
2983 \begin_layout Section
2984 Flottant de Tableau
2985 \begin_inset CommandInset label
2986 LatexCommand label
2987 name "sec:Table-Floats"
2988
2989 \end_inset
2990
2991
2992 \begin_inset Index idx
2993 status collapsed
2994
2995 \begin_layout Plain Layout
2996 Flottants ! Tableaux
2997 \end_layout
2998
2999 \end_inset
3000
3001
3002 \begin_inset Index idx
3003 status collapsed
3004
3005 \begin_layout Plain Layout
3006 Tableau ! Flottants
3007 \end_layout
3008
3009 \end_inset
3010
3011
3012 \end_layout
3013
3014 \begin_layout Standard
3015 Pour des explications générales sur les flottants, jetez un œil à la section
3016 \begin_inset space ~
3017 \end_inset
3018
3019
3020 \begin_inset CommandInset ref
3021 LatexCommand ref
3022 reference "sec:Flottants-Introduction"
3023
3024 \end_inset
3025
3026 .
3027 \end_layout
3028
3029 \begin_layout Standard
3030 \begin_inset Float table
3031 placement h
3032 wide false
3033 sideways false
3034 status open
3035
3036 \begin_layout Plain Layout
3037 \begin_inset Caption
3038
3039 \begin_layout Plain Layout
3040 \begin_inset CommandInset label
3041 LatexCommand label
3042 name "tab:Flottant-de-tableau"
3043
3044 \end_inset
3045
3046 Un flottant de tableau.
3047 \end_layout
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout Plain Layout
3055 \align center
3056 \begin_inset Tabular
3057 <lyxtabular version="3" rows="3" columns="3">
3058 <features tabularvalignment="middle">
3059 <column alignment="center" valignment="top" width="0pt">
3060 <column alignment="center" valignment="top" width="0pt">
3061 <column alignment="center" valignment="top" width="0pt">
3062 <row>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 1
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076 2
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085 3
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 </row>
3091 <row>
3092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 Jules
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Marie
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 Jean
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row>
3121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125 \begin_inset Formula $\int x^{2}dx$
3126 \end_inset
3127
3128
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137 \begin_inset Formula $\left[\begin{array}{cc}
3138 a & b\\
3139 c & d
3140 \end{array}\right]$
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152 \begin_inset Formula $1+1=2$
3153 \end_inset
3154
3155
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 </row>
3161 </lyxtabular>
3162
3163 \end_inset
3164
3165
3166 \end_layout
3167
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \begin_layout Standard
3174 Les flottants de tableau sont insérés en utilisant le menu 
3175 \family sans
3176 Insérer\SpecialChar \menuseparator
3177 Flottant\SpecialChar \menuseparator
3178 Tableau
3179 \family default
3180  ou le bouton 
3181 \begin_inset Graphics
3182         filename ../../images/float-insert_table.png
3183         scale 85
3184         scaleBeforeRotation
3185
3186 \end_inset
3187
3188  de la barre d'outils.
3189 \end_layout
3190
3191 \begin_layout Standard
3192 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3193  qui a comme étiquette 
3194 \begin_inset Quotes eld
3195 \end_inset
3196
3197 Tableau
3198 \begin_inset space ~
3199 \end_inset
3200
3201 #:
3202 \begin_inset Quotes erd
3203 \end_inset
3204
3205  (où # est le numéro du tableau).
3206  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3207 \end_layout
3208
3209 \begin_layout Standard
3210 Le tableau
3211 \begin_inset space ~
3212 \end_inset
3213
3214
3215 \begin_inset CommandInset ref
3216 LatexCommand ref
3217 reference "tab:Flottant-de-tableau"
3218
3219 \end_inset
3220
3221  est un exemple de tableau dans un flottant de tableau.
3222 \end_layout
3223
3224 \begin_layout Standard
3225 On met habituellement la légende au dessus des tableaux, mais cette règle
3226  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3227  Cela signifie que si vous utilisez un document appartenant aux classes
3228  
3229 \family sans
3230 article
3231 \family default
3232
3233 \family sans
3234 book
3235 \family default
3236
3237 \family sans
3238 letter
3239 \family default
3240 , ou
3241 \family sans
3242  report
3243 \family default
3244  il n'y aura pas d'espace entre la légende et le tableau.
3245  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3246  la commande de chargement du paquetage LaTeX 
3247 \series bold
3248 caption
3249 \series default
3250
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 Paquetages LaTeX ! caption
3256 \end_layout
3257
3258 \end_inset
3259
3260  dans le préambule de votre document.
3261 \begin_inset Foot
3262 status open
3263
3264 \begin_layout Plain Layout
3265 Pour plus d'information voyez la section
3266 \begin_inset space ~
3267 \end_inset
3268
3269
3270 \begin_inset CommandInset ref
3271 LatexCommand ref
3272 reference "sec:Placement-légende"
3273
3274 \end_inset
3275
3276 .
3277 \end_layout
3278
3279 \end_inset
3280
3281 :
3282 \end_layout
3283
3284 \begin_layout Standard
3285
3286 \series bold
3287 tableposition=top
3288 \end_layout
3289
3290 \begin_layout Standard
3291 Le paquetage 
3292 \series bold
3293 caption
3294 \series default
3295 , qui est décrit dans la section
3296 \begin_inset space ~
3297 \end_inset
3298
3299
3300 \begin_inset CommandInset ref
3301 LatexCommand ref
3302 reference "sec:Formatage-légende"
3303
3304 \end_inset
3305
3306 , est utilisé pour ajuster le format des légendes.
3307 \end_layout
3308
3309 \begin_layout Standard
3310 Dans le texte, on fait référence à un tableau
3311 \begin_inset Index idx
3312 status collapsed
3313
3314 \begin_layout Plain Layout
3315 References@Références ! à des Tableaux
3316 \end_layout
3317
3318 \end_inset
3319
3320  en faisant référence à sa légende.
3321  On insère donc une étiquette dans la légende en utilisant le menu 
3322 \family sans
3323 Insérer
3324 \family default
3325 \SpecialChar \menuseparator
3326
3327 \family sans
3328 Étiquette
3329 \family default
3330  ou le bouton 
3331 \begin_inset Graphics
3332         filename ../../images/label-insert.png
3333         scale 85
3334         scaleBeforeRotation
3335
3336 \end_inset
3337
3338  de la barre d'outils.
3339  On peut alors faire référence à cette étiquette en utilisant le menu 
3340 \family sans
3341 Insérer\SpecialChar \menuseparator
3342 Référence
3343 \begin_inset space ~
3344 \end_inset
3345
3346 croisée
3347 \family default
3348  ou le bouton 
3349 \begin_inset Graphics
3350         filename ../../images/dialog-show-new-inset_ref.png
3351         scale 85
3352         scaleBeforeRotation
3353
3354 \end_inset
3355
3356  de la barre d'outils.
3357 \begin_inset Newline newline
3358 \end_inset
3359
3360 Les références croisées sont expliquées en détail dans la section
3361 \begin_inset space ~
3362 \end_inset
3363
3364
3365 \begin_inset CommandInset ref
3366 LatexCommand ref
3367 reference "sec:Referencer-les-Flottants"
3368
3369 \end_inset
3370
3371 .
3372 \end_layout
3373
3374 \begin_layout Section
3375 Tableaux Longs
3376 \begin_inset CommandInset label
3377 LatexCommand label
3378 name "sec:Tableaux-longs"
3379
3380 \end_inset
3381
3382
3383 \begin_inset Index idx
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 Tableaux longs
3388 \end_layout
3389
3390 \end_inset
3391
3392
3393 \begin_inset Index idx
3394 status collapsed
3395
3396 \begin_layout Plain Layout
3397 Tableau ! Tableaux longs
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \begin_layout Standard
3406 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3407  l'option 
3408 \family sans
3409 Utiliser
3410 \begin_inset space ~
3411 \end_inset
3412
3413 les
3414 \begin_inset space ~
3415 \end_inset
3416
3417 tableaux
3418 \begin_inset space ~
3419 \end_inset
3420
3421 longs
3422 \family default
3423  de l'onglet 
3424 \family sans
3425 Tableau
3426 \begin_inset space ~
3427 \end_inset
3428
3429 long
3430 \family default
3431  de la fenêtre 
3432 \family sans
3433 Paramètres
3434 \begin_inset space ~
3435 \end_inset
3436
3437 du
3438 \begin_inset space ~
3439 \end_inset
3440
3441 tableau
3442 \family default
3443  pour le répartir automatiquement sur plusieurs pages.
3444  En cochant cette option, vous activez les options suivantes:
3445 \end_layout
3446
3447 \begin_layout Description
3448 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3449  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3450  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3451  première page, si 
3452 \family sans
3453 Premier
3454 \begin_inset space ~
3455 \end_inset
3456
3457 en-tête
3458 \family default
3459  est défini.
3460  Ces lignes forment l'en-tête principal.
3461 \end_layout
3462
3463 \begin_layout Description
3464 Premier
3465 \begin_inset space ~
3466 \end_inset
3467
3468 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3469  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3470  d'en-tête utilisées pour la première page du tableau long.
3471 \end_layout
3472
3473 \begin_layout Description
3474 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3475  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3476  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3477  page si 
3478 \family sans
3479 Dernier
3480 \begin_inset space ~
3481 \end_inset
3482
3483 pied
3484 \family default
3485  est défini.
3486 \end_layout
3487
3488 \begin_layout Description
3489 Dernier
3490 \begin_inset space ~
3491 \end_inset
3492
3493 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3494  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3495  constituant le pied de la dernière page du tableau long.
3496 \end_layout
3497
3498 \begin_layout Description
3499 Légende La ligne courante contient la légende du tableau.
3500  La première ligne est transformée en une colonne unique et une légende
3501  est insérée.
3502  Vous trouverez d'autres explications sur les légendes pour les tableaux
3503  longs dans la section
3504 \begin_inset space ~
3505 \end_inset
3506
3507
3508 \begin_inset CommandInset ref
3509 LatexCommand ref
3510 reference "sub:Tableaux-longs-légende"
3511
3512 \end_inset
3513
3514 .
3515 \end_layout
3516
3517 \begin_layout Standard
3518 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3519  Voyez le tableau long qui suit pour voir comment ça marche :
3520 \end_layout
3521
3522 \begin_layout Standard
3523 \align center
3524 \begin_inset Tabular
3525 <lyxtabular version="3" rows="69" columns="3">
3526 <features islongtable="true" longtabularalignment="center">
3527 <column alignment="left" valignment="top" width="0cm">
3528 <column alignment="left" valignment="top" width="0pt">
3529 <column alignment="center" valignment="top" width="0pt">
3530 <row endfirsthead="true">
3531 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \series bold
3537 Exemple d'annuaire téléphonique (ignorez les noms)
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row endfirsthead="true">
3562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 NOM
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 TEL.
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 <row endhead="true">
3595 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599
3600 \series bold
3601 Exemple d'annuaire téléphonique
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 <row endhead="true">
3626 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630
3631 \series bold
3632 NOM
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 TEL.
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row endfoot="true">
3659 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663  continue page suivante
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 <row>
3688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692
3693 \series bold
3694 Annovi
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703 Silvia
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 111
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 </row>
3718 <row>
3719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725 Bertoli
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 <cell alignment="center" valignment="top" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 Stefano
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 111
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \series bold
3756 Bozzi
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 <cell alignment="center" valignment="top" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765 Walter
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 111
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 </row>
3780 <row>
3781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785
3786 \series bold
3787 Cachia
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 Maria
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 111
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 </row>
3811 <row>
3812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816
3817 \series bold
3818 Cachia
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 <cell alignment="center" valignment="top" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827 Maurizio
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 111
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 </row>
3842 <row>
3843 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847
3848 \series bold
3849 Cinquemani
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 <cell alignment="center" valignment="top" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 Giusi
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 111
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \series bold
3880 Colin
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 Bernard
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 111
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \series bold
3911 Concli
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 <cell alignment="center" valignment="top" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920 Gianfranco
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 111
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 <row>
3936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940
3941 \series bold
3942 Dal Bosco
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 Carolina
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 111
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 </row>
3966 <row>
3967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971
3972 \series bold
3973 Dalpiaz
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 Annamaria
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 111
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 </row>
3997 <row>
3998 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002
4003 \series bold
4004 Feliciello
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013 Domenico
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 111
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \series bold
4035 Focarelli
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 <cell alignment="center" valignment="top" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044 Paola
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 111
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 </row>
4059 <row>
4060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064
4065 \series bold
4066 Galletti
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 <cell alignment="center" valignment="top" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 Oreste
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 111
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \series bold
4097 Gasparini
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 Franca
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 111
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 </row>
4121 <row>
4122 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \series bold
4128 Rizzardi
4129 \end_layout
4130
4131 \end_inset
4132 </cell>
4133 <cell alignment="center" valignment="top" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137 Paola
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 111
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 <row>
4153 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159 Lassini
4160 \end_layout
4161
4162 \end_inset
4163 </cell>
4164 <cell alignment="center" valignment="top" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168 Giancarlo
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 111
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \series bold
4190 Malfatti
4191 \end_layout
4192
4193 \end_inset
4194 </cell>
4195 <cell alignment="center" valignment="top" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199 Luciano
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 111
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219
4220 \series bold
4221 Malfatti
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell alignment="center" valignment="top" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230 Valeriano
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 111
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Meneguzzo
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Roberto
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 111
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Mezzadra
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Roberto
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 111
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \series bold
4314 Pirpamer
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Erich
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 111
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343
4344 \series bold
4345 Pochiesa
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Paolo
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 111, 222
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 </row>
4369 <row>
4370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \series bold
4376 Radina
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Claudio
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 111
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \series bold
4407 Stuffer
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 Oskar
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 111
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Tacchelli
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Ugo
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 111
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Tezzele
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Margit
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 111
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Unterkalmsteiner
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Frieda
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 111
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Vieider
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Hilde
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 111
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Vigna
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Jürgen
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 111
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Weber
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Maurizio
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 111
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Winkler
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Franz
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 111
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653  
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 </row>
4677 <row>
4678 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682
4683 \series bold
4684 Annovi
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 Silvia
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 555
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 </row>
4708 <row>
4709 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713
4714 \series bold
4715 Bertoli
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 <cell alignment="center" valignment="top" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 Stefano
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 555
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744
4745 \series bold
4746 Bozzi
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 Walter
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 555
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775
4776 \series bold
4777 Cachia
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 <cell alignment="center" valignment="top" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786 Maria
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 555
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \series bold
4808 Cachia
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 Maurizio
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 555
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 </row>
4832 <row>
4833 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837
4838 \series bold
4839 Cinquemani
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 <cell alignment="center" valignment="top" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848 Giusi
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 555
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 </row>
4863 <row>
4864 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868
4869 \series bold
4870 Colin
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 <cell alignment="center" valignment="top" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879 Bernard
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 555
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 </row>
4894 <row>
4895 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899
4900 \series bold
4901 Concli
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 Gianfranco
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 555
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \series bold
4932 Dal Bosco
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 Carolina
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 555
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 </row>
4956 <row>
4957 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961
4962 \series bold
4963 Dalpiaz
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 <cell alignment="center" valignment="top" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972 Annamaria
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 555
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 </row>
4987 <row>
4988 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992
4993 \series bold
4994 Feliciello
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 <cell alignment="center" valignment="top" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 Domenico
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 555
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row>
5019 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \series bold
5025 Focarelli
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 <cell alignment="center" valignment="top" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034 Paola
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 555
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 </row>
5049 <row>
5050 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054
5055 \series bold
5056 Galletti
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 <cell alignment="center" valignment="top" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065 Oreste
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 555
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 </row>
5080 <row>
5081 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085
5086 \series bold
5087 Gasparini
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 <cell alignment="center" valignment="top" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096 Franca
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 555
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 </row>
5111 <row>
5112 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \series bold
5118 Rizzardi
5119 \end_layout
5120
5121 \end_inset
5122 </cell>
5123 <cell alignment="center" valignment="top" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127 Paola
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 555
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 </row>
5142 <row>
5143 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147
5148 \series bold
5149 Lassini
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 <cell alignment="center" valignment="top" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158 Giancarlo
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 555
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 </row>
5173 <row>
5174 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178
5179 \series bold
5180 Malfatti
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 <cell alignment="center" valignment="top" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189 Luciano
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 555
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \series bold
5211 Malfatti
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell alignment="center" valignment="top" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220 Valeriano
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 555
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 <row>
5236 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240
5241 \series bold
5242 Meneguzzo
5243 \end_layout
5244
5245 \end_inset
5246 </cell>
5247 <cell alignment="center" valignment="top" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 Roberto
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 555
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \series bold
5273 Mezzadra
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 <cell alignment="center" valignment="top" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282 Roberto
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 555
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \series bold
5304 Pirpamer
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 Erich
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 555
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333
5334 \series bold
5335 Pochiesa
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 <cell alignment="center" valignment="top" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344 Paolo
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 555, 222
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 </row>
5359 <row>
5360 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364
5365 \series bold
5366 Radina
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 Claudio
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 555
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 </row>
5390 <row>
5391 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395
5396 \series bold
5397 Stuffer
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 Oskar
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 555
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 </row>
5421 <row>
5422 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426
5427 \series bold
5428 Tacchelli
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 Ugo
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 555
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 </row>
5452 <row>
5453 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457
5458 \series bold
5459 Tezzele
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Margit
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 555
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \series bold
5490 Unterkalmsteiner
5491 \end_layout
5492
5493 \end_inset
5494 </cell>
5495 <cell alignment="center" valignment="top" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 Frieda
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 555
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row>
5515 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519
5520 \series bold
5521 Vieider
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 Hilde
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 555
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 </row>
5545 <row>
5546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550
5551 \series bold
5552 Vigna
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 <cell alignment="center" valignment="top" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 Jürgen
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570 999
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 </row>
5576 <row>
5577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581
5582 \series bold
5583 Weber
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 Maurizio
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 555
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 <row>
5608 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612
5613 \series bold
5614 Winkler
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 Franz
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 555
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 <row endlastfoot="true">
5639 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 Fin
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 </lyxtabular>
5668
5669 \end_inset
5670
5671
5672 \begin_inset ERT
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676
5677
5678 \backslash
5679 addtocounter{table}{-1}
5680 \end_layout
5681
5682 \end_inset
5683
5684
5685 \begin_inset Note Note
5686 status collapsed
5687
5688 \begin_layout Plain Layout
5689 Voyez la première note grisée de la section
5690 \begin_inset space ~
5691 \end_inset
5692
5693
5694 \begin_inset CommandInset ref
5695 LatexCommand ref
5696 reference "sub:Tableaux-longs-légende"
5697
5698 \end_inset
5699
5700  pour une explication de cette commande.
5701 \end_layout
5702
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \begin_layout Subsection
5709 Notes de Bas de Page dans les Tableaux Longs
5710 \begin_inset CommandInset label
5711 LatexCommand label
5712 name "sub:Notes-dans-tableau-long"
5713
5714 \end_inset
5715
5716
5717 \begin_inset Index idx
5718 status collapsed
5719
5720 \begin_layout Plain Layout
5721 Tableaux longs ! Notes de bas de page
5722 \end_layout
5723
5724 \end_inset
5725
5726
5727 \end_layout
5728
5729 \begin_layout Standard
5730 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5731  long.
5732  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5733  contenant la note.
5734  Par exemple le tableau
5735 \begin_inset space ~
5736 \end_inset
5737
5738
5739 \begin_inset CommandInset ref
5740 LatexCommand ref
5741 reference "tab:Légendes-tableau-différentes"
5742
5743 \end_inset
5744
5745  a une note de bas de page.
5746 \end_layout
5747
5748 \begin_layout Subsection
5749 Alignement des Tableaux Longs
5750 \begin_inset Index idx
5751 status collapsed
5752
5753 \begin_layout Plain Layout
5754 Tableaux longs ! Alignement
5755 \end_layout
5756
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \begin_layout Standard
5763
5764 \lang english
5765 The horizontal alignment of longtables can be set in the table settings
5766  dialog.
5767  For left- and right-alignment the table will be directly at the page border.
5768  To add space between the table and the border one has to set the alignment
5769  to center
5770 \lang french
5771  et modifier les valeurs des longueurs 
5772 \series bold
5773
5774 \backslash
5775 LTleft 
5776 \series default
5777 et 
5778 \series bold
5779
5780 \backslash
5781 LTright
5782 \series default
5783  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5784  concerné :
5785 \end_layout
5786
5787 \begin_layout Standard
5788
5789 \series bold
5790
5791 \backslash
5792 setlength{
5793 \backslash
5794 LTleft}{valeur}
5795 \end_layout
5796
5797 \begin_layout Standard
5798 Où 
5799 \series bold
5800 valeur
5801 \series default
5802  peut avoir n'importe laquelle des unités listées dans le tableau
5803 \begin_inset space ~
5804 \end_inset
5805
5806
5807 \begin_inset CommandInset ref
5808 LatexCommand ref
5809 reference "cha:Unités-de-longueur"
5810
5811 \end_inset
5812
5813 .
5814  
5815 \series bold
5816
5817 \backslash
5818 LTleft
5819 \series default
5820  contrôle la distance horizontale entre le bord gauche de la page et le
5821  tableau, et
5822 \series bold
5823  
5824 \backslash
5825 LTright
5826 \series default
5827  la distance au bord droit.
5828  La valeur implicite des ces deux distances est 
5829 \series bold
5830
5831 \backslash
5832 fill
5833 \series default
5834 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5835 \end_layout
5836
5837 \begin_layout Standard
5838 Le tableau long suivant a été centrée en mettant 
5839 \series bold
5840
5841 \backslash
5842 LTleft
5843 \series default
5844  à 
5845 \family sans
5846 0.1
5847 \backslash
5848 columnwidth
5849 \family default
5850 :
5851 \begin_inset ERT
5852 status collapsed
5853
5854 \begin_layout Plain Layout
5855
5856
5857 \backslash
5858 setlength{
5859 \backslash
5860 LTleft}{0.1
5861 \backslash
5862 columnwidth}
5863 \end_layout
5864
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \begin_layout Standard
5871 \begin_inset Tabular
5872 <lyxtabular version="3" rows="5" columns="5">
5873 <features islongtable="true" longtabularalignment="center">
5874 <column alignment="center" valignment="top" width="0">
5875 <column alignment="center" valignment="top" width="0">
5876 <column alignment="center" valignment="top" width="0">
5877 <column alignment="center" valignment="top" width="0">
5878 <column alignment="center" valignment="top" width="0">
5879 <row>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 1
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 2
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 3
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 4
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 5
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 </row>
5926 <row>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 asd
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 s
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 s
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 s
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 asd
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 s
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 s
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 s
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 <row>
6021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 s
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 s
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 s
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061 asd
6062 \end_layout
6063
6064 \end_inset
6065 </cell>
6066 </row>
6067 <row>
6068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 asd
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 asd
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6087 \begin_inset Text
6088
6089 \begin_layout Plain Layout
6090 asd
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 asd
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 asd
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 </row>
6114 </lyxtabular>
6115
6116 \end_inset
6117
6118
6119 \begin_inset ERT
6120 status collapsed
6121
6122 \begin_layout Plain Layout
6123
6124
6125 \backslash
6126 setlength{
6127 \backslash
6128 LTleft}{
6129 \backslash
6130 fill}
6131 \end_layout
6132
6133 \end_inset
6134
6135
6136 \begin_inset ERT
6137 status collapsed
6138
6139 \begin_layout Plain Layout
6140
6141
6142 \backslash
6143 addtocounter{table}{-1}
6144 \end_layout
6145
6146 \end_inset
6147
6148
6149 \begin_inset Note Note
6150 status collapsed
6151
6152 \begin_layout Plain Layout
6153 Voyez la première note grisée de la section
6154 \begin_inset space ~
6155 \end_inset
6156
6157
6158 \begin_inset CommandInset ref
6159 LatexCommand ref
6160 reference "sub:Tableaux-longs-légende"
6161
6162 \end_inset
6163
6164  pour une explication de cette commande.
6165 \end_layout
6166
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \begin_layout Subsection
6173 Légendes et Tableaux longs
6174 \begin_inset Index idx
6175 status collapsed
6176
6177 \begin_layout Plain Layout
6178 Tableaux longs ! Legendes@Légendes
6179 \end_layout
6180
6181 \end_inset
6182
6183
6184 \begin_inset CommandInset label
6185 LatexCommand label
6186 name "sub:Tableaux-longs-légende"
6187
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \begin_layout Standard
6194 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6195  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6196  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6197  Longs quand on utilise pour une ligne l'option de tableau long 
6198 \family sans
6199 Légende
6200 \family default
6201 , comme c'est expliqué dans la section
6202 \begin_inset space ~
6203 \end_inset
6204
6205
6206 \begin_inset CommandInset ref
6207 LatexCommand ref
6208 reference "sec:Tableaux-longs"
6209
6210 \end_inset
6211
6212 .
6213 \end_layout
6214
6215 \begin_layout Standard
6216 Voici un petit Tableau long pour voir comment ça marche :
6217 \end_layout
6218
6219 \begin_layout Standard
6220 \begin_inset Tabular
6221 <lyxtabular version="3" rows="6" columns="5">
6222 <features islongtable="true" longtabularalignment="center">
6223 <column alignment="center" valignment="top" width="0">
6224 <column alignment="center" valignment="top" width="0">
6225 <column alignment="center" valignment="top" width="0">
6226 <column alignment="center" valignment="top" width="0">
6227 <column alignment="center" valignment="top" width="0">
6228 <row caption="true">
6229 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 \begin_inset Caption
6234
6235 \begin_layout Plain Layout
6236 Tableau long avec une légende
6237 \begin_inset Argument
6238 status open
6239
6240 \begin_layout Plain Layout
6241 Tableau long
6242 \end_layout
6243
6244 \end_inset
6245
6246
6247 \end_layout
6248
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 </row>
6293 <row>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 1
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 2
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 3
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 4
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 5
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 </row>
6340 <row>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 asd
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 s
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 s
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 s
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 asd
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 </row>
6387 <row>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 asd
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 s
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 s
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 s
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 </row>
6434 <row>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 asd
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 s
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 s
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 s
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 asd
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 </row>
6481 <row>
6482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 asd
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6492 \begin_inset Text
6493
6494 \begin_layout Plain Layout
6495 asd
6496 \end_layout
6497
6498 \end_inset
6499 </cell>
6500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6501 \begin_inset Text
6502
6503 \begin_layout Plain Layout
6504 asd
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 asd
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522 asd
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 </lyxtabular>
6529
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \begin_layout Standard
6536 \begin_inset VSpace medskip
6537 \end_inset
6538
6539
6540 \begin_inset Note Greyedout
6541 status open
6542
6543 \begin_layout Plain Layout
6544
6545 \series bold
6546 Note
6547 \begin_inset space ~
6548 \end_inset
6549
6550 1:
6551 \series default
6552  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6553  n'avez pas prévu de légende.
6554  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6555 \begin_inset space ~
6556 \end_inset
6557
6558 2.4 suit le tableau
6559 \begin_inset space ~
6560 \end_inset
6561
6562 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6563  sans légende.
6564  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6565  après chaque tableau long sans légende :
6566 \end_layout
6567
6568 \begin_layout Plain Layout
6569
6570 \series bold
6571
6572 \backslash
6573 addtocounter{table}{-1}
6574 \end_layout
6575
6576 \begin_layout Plain Layout
6577 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6578  et que vous ajoutez le code suivant dans le préambule du document :
6579 \end_layout
6580
6581 \begin_layout Plain Layout
6582
6583 \series bold
6584
6585 \backslash
6586 let
6587 \backslash
6588 myEnd
6589 \backslash
6590 endlongtable
6591 \begin_inset Newline newline
6592 \end_inset
6593
6594
6595 \backslash
6596 renewcommand{
6597 \backslash
6598 endlongtable}{
6599 \backslash
6600 myEnd
6601 \backslash
6602 addtocounter{table}{-1}}
6603 \end_layout
6604
6605 \end_inset
6606
6607
6608 \end_layout
6609
6610 \begin_layout Standard
6611 \begin_inset Note Greyedout
6612 status open
6613
6614 \begin_layout Plain Layout
6615
6616 \series bold
6617 Note
6618 \begin_inset space ~
6619 \end_inset
6620
6621 2:
6622 \series default
6623  Si vous utilisez 
6624 \series bold
6625 hyperref
6626 \series default
6627
6628 \begin_inset Index idx
6629 status collapsed
6630
6631 \begin_layout Plain Layout
6632 Paquetages LaTeX ! hyperref
6633 \end_layout
6634
6635 \end_inset
6636
6637  dans les 
6638 \family sans
6639 Paramètres du document
6640 \family default
6641  rubrique 
6642 \family sans
6643 Propriétés
6644 \begin_inset space ~
6645 \end_inset
6646
6647 du
6648 \begin_inset space ~
6649 \end_inset
6650
6651 PDF
6652 \family default
6653 , pour transformer vos références croisées en liens cliquables, le lien
6654  vers un tableau long pointera toujours sur le début du document.
6655 \end_layout
6656
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \begin_layout Subsubsection
6663 Références à des tableaux longs
6664 \begin_inset Index idx
6665 status collapsed
6666
6667 \begin_layout Plain Layout
6668 Tableaux longs ! Références
6669 \end_layout
6670
6671 \end_inset
6672
6673
6674 \end_layout
6675
6676 \begin_layout Standard
6677 \begin_inset Tabular
6678 <lyxtabular version="3" rows="6" columns="5">
6679 <features islongtable="true" longtabularalignment="center">
6680 <column alignment="center" valignment="top" width="0">
6681 <column alignment="center" valignment="top" width="0">
6682 <column alignment="center" valignment="top" width="0">
6683 <column alignment="center" valignment="top" width="0">
6684 <column alignment="center" valignment="top" width="0">
6685 <row caption="true">
6686 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 \begin_inset Caption
6691
6692 \begin_layout Plain Layout
6693 Tableau long référencé
6694 \begin_inset CommandInset label
6695 LatexCommand label
6696 name "tab:RefExemple"
6697
6698 \end_inset
6699
6700
6701 \end_layout
6702
6703 \end_inset
6704
6705
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 1
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 2
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 3
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 4
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 5
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 <row>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 s
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 asd
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 <row>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 asd
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 s
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 s
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 s
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 asd
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 </row>
6888 <row>
6889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 asd
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6899 \begin_inset Text
6900
6901 \begin_layout Plain Layout
6902 s
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 s
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 s
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 asd
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 </row>
6935 <row>
6936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940 asd
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 sad
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 asd
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967 asd
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 asd
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 </row>
6982 </lyxtabular>
6983
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \begin_layout Standard
6990 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6991  dans sa légende.
6992 \end_layout
6993
6994 \begin_layout Standard
6995 Ceci est une référence au tableau
6996 \begin_inset space ~
6997 \end_inset
6998
6999
7000 \begin_inset CommandInset ref
7001 LatexCommand ref
7002 reference "tab:RefExemple"
7003
7004 \end_inset
7005
7006 .
7007 \end_layout
7008
7009 \begin_layout Standard
7010 La mise en forme de la légende peut être ajustée avec celle de toutes les
7011  autres légendes de votre document en utilisant le paquetage LaTeX 
7012 \series bold
7013 caption
7014 \series default
7015
7016 \begin_inset Index idx
7017 status collapsed
7018
7019 \begin_layout Plain Layout
7020 Paquetages LaTeX ! caption
7021 \end_layout
7022
7023 \end_inset
7024
7025 , voir la section
7026 \begin_inset space ~
7027 \end_inset
7028
7029
7030 \begin_inset CommandInset ref
7031 LatexCommand ref
7032 reference "sec:Formatage-légende"
7033
7034 \end_inset
7035
7036 .
7037 \end_layout
7038
7039 \begin_layout Subsubsection
7040 Largeur de la légende
7041 \begin_inset Index idx
7042 status collapsed
7043
7044 \begin_layout Plain Layout
7045 Tableaux longs ! Largeur de la légende
7046 \end_layout
7047
7048 \end_inset
7049
7050
7051 \end_layout
7052
7053 \begin_layout Standard
7054 La largeur maximale des lignes de légende est définie par la longueur 
7055 \series bold
7056
7057 \backslash
7058 LTcapwidth
7059 \series default
7060 .
7061  Sa valeur implicite est 4
7062 \begin_inset space \thinspace{}
7063 \end_inset
7064
7065 in.
7066  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7067  de votre document ou en tant que code TeX directement dans votre document
7068  avant le tableau qui doit être affectée.
7069 \end_layout
7070
7071 \begin_layout Standard
7072
7073 \series bold
7074
7075 \backslash
7076 setlength{
7077 \backslash
7078 LTcapwidth}{largeur}
7079 \end_layout
7080
7081 \begin_layout Standard
7082 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7083 ce
7084 \begin_inset space ~
7085 \end_inset
7086
7087
7088 \begin_inset CommandInset ref
7089 LatexCommand ref
7090 reference "cha:Unités-de-longueur"
7091
7092 \end_inset
7093
7094 .
7095 \end_layout
7096
7097 \begin_layout Standard
7098 \begin_inset Newpage pagebreak
7099 \end_inset
7100
7101
7102 \end_layout
7103
7104 \begin_layout Standard
7105 Les tableaux suivants montrent la différence :
7106 \end_layout
7107
7108 \begin_layout Standard
7109 \begin_inset Tabular
7110 <lyxtabular version="3" rows="6" columns="5">
7111 <features islongtable="true" longtabularalignment="center">
7112 <column alignment="center" valignment="top" width="0">
7113 <column alignment="center" valignment="top" width="0">
7114 <column alignment="center" valignment="top" width="0">
7115 <column alignment="center" valignment="top" width="0">
7116 <column alignment="center" valignment="top" width="0">
7117 <row caption="true">
7118 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 \begin_inset Caption
7123
7124 \begin_layout Plain Layout
7125 long titre complet avec la largeur implicite long titre complet avec la
7126  largeur implicite long titre complet avec la largeur implicite
7127 \begin_inset Argument
7128 status open
7129
7130 \begin_layout Plain Layout
7131 Légende avec largeur implicite
7132 \end_layout
7133
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \end_inset
7140
7141
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150
7151 \end_layout
7152
7153 \end_inset
7154 </cell>
7155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7156 \begin_inset Text
7157
7158 \begin_layout Plain Layout
7159
7160 \end_layout
7161
7162 \end_inset
7163 </cell>
7164 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 <row>
7184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 1
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7194 \begin_inset Text
7195
7196 \begin_layout Plain Layout
7197 2
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7203 \begin_inset Text
7204
7205 \begin_layout Plain Layout
7206 3
7207 \end_layout
7208
7209 \end_inset
7210 </cell>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 4
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 5
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 </row>
7230 <row>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Plain Layout
7235 asd
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 s
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7250 \begin_inset Text
7251
7252 \begin_layout Plain Layout
7253 s
7254 \end_layout
7255
7256 \end_inset
7257 </cell>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 s
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 asd
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 </row>
7277 <row>
7278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7279 \begin_inset Text
7280
7281 \begin_layout Plain Layout
7282 asd
7283 \end_layout
7284
7285 \end_inset
7286 </cell>
7287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7288 \begin_inset Text
7289
7290 \begin_layout Plain Layout
7291 s
7292 \end_layout
7293
7294 \end_inset
7295 </cell>
7296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7297 \begin_inset Text
7298
7299 \begin_layout Plain Layout
7300 s
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 s
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 asd
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 </row>
7324 <row>
7325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7326 \begin_inset Text
7327
7328 \begin_layout Plain Layout
7329 asd
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7335 \begin_inset Text
7336
7337 \begin_layout Plain Layout
7338 s
7339 \end_layout
7340
7341 \end_inset
7342 </cell>
7343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 s
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 s
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 asd
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 </row>
7371 <row>
7372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376 asd
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7382 \begin_inset Text
7383
7384 \begin_layout Plain Layout
7385 sad
7386 \end_layout
7387
7388 \end_inset
7389 </cell>
7390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7391 \begin_inset Text
7392
7393 \begin_layout Plain Layout
7394 asd
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 asd
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 asd
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 </row>
7418 </lyxtabular>
7419
7420 \end_inset
7421
7422
7423 \end_layout
7424
7425 \begin_layout Standard
7426 \begin_inset ERT
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430
7431
7432 \backslash
7433 setlength{
7434 \backslash
7435 LTcapwidth}{5cm}
7436 \end_layout
7437
7438 \end_inset
7439
7440
7441 \begin_inset Tabular
7442 <lyxtabular version="3" rows="6" columns="5">
7443 <features islongtable="true" longtabularalignment="center">
7444 <column alignment="center" valignment="top" width="0">
7445 <column alignment="center" valignment="top" width="0">
7446 <column alignment="center" valignment="top" width="0">
7447 <column alignment="center" valignment="top" width="0">
7448 <column alignment="center" valignment="top" width="0">
7449 <row caption="true">
7450 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 \begin_inset Caption
7455
7456 \begin_layout Plain Layout
7457 long titre complet avec la largeur réglée à 5
7458 \begin_inset space \thinspace{}
7459 \end_inset
7460
7461 cm long titre complet avec la largeur réglée à 5
7462 \begin_inset space \thinspace{}
7463 \end_inset
7464
7465 cm long titre complet avec la largeur réglée à 5
7466 \begin_inset space \thinspace{}
7467 \end_inset
7468
7469 cm
7470 \begin_inset Argument
7471 status open
7472
7473 \begin_layout Plain Layout
7474 Légende avec largeur à
7475 \begin_inset space \thinspace{}
7476 \end_inset
7477
7478 =
7479 \begin_inset space \thinspace{}
7480 \end_inset
7481
7482 5
7483 \begin_inset space \thinspace{}
7484 \end_inset
7485
7486 cm
7487 \end_layout
7488
7489 \end_inset
7490
7491
7492 \end_layout
7493
7494 \end_inset
7495
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543 1
7544 \end_layout
7545
7546 \end_inset
7547 </cell>
7548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7549 \begin_inset Text
7550
7551 \begin_layout Plain Layout
7552 2
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 3
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 4
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 5
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row>
7586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 asd
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 s
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 s
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 s
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 asd
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row>
7633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 asd
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 s
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 s
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 s
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 asd
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 <row>
7680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684 asd
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693 s
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 s
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 s
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 asd
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row>
7727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 asd
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 sad
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 asd
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 asd
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767 asd
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 </row>
7773 </lyxtabular>
7774
7775 \end_inset
7776
7777
7778 \end_layout
7779
7780 \begin_layout Standard
7781 \begin_inset ERT
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785
7786
7787 \backslash
7788 setlength{
7789 \backslash
7790 LTcapwidth}{4in}
7791 \end_layout
7792
7793 \end_inset
7794
7795
7796 \end_layout
7797
7798 \begin_layout Standard
7799 \begin_inset Note Greyedout
7800 status open
7801
7802 \begin_layout Plain Layout
7803
7804 \series bold
7805 Note:
7806 \series default
7807  Quand on utilise la paquetage LaTeX 
7808 \series bold
7809 caption
7810 \series default
7811
7812 \begin_inset Index idx
7813 status collapsed
7814
7815 \begin_layout Plain Layout
7816 Paquetages LaTeX ! caption
7817 \end_layout
7818
7819 \end_inset
7820
7821  , comme c'est les cas dans ce document, la légende prend toute la largeur
7822  de la page quand on utilise la largeur implicite de 4
7823 \begin_inset space \thinspace{}
7824 \end_inset
7825
7826 in pour 
7827 \series bold
7828
7829 \backslash
7830 LTcapwidth
7831 \series default
7832 .
7833  Pour avoir dans ce cas une légende qui fasse exactement 4
7834 \begin_inset space \thinspace{}
7835 \end_inset
7836
7837 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7838  comme par exemple 3.99
7839 \begin_inset space \thinspace{}
7840 \end_inset
7841
7842 in, soit utiliser la commande LaTeX 
7843 \series bold
7844
7845 \backslash
7846 captionsetup{width=valeur}
7847 \series default
7848  qui est disponible dans le paquetage 
7849 \series bold
7850 caption
7851 \series default
7852 .
7853 \end_layout
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \begin_layout Subsubsection
7861 Des Légendes différentes sur chaque page d'un tableau
7862 \begin_inset Argument
7863 status collapsed
7864
7865 \begin_layout Plain Layout
7866 Légendes différentes
7867 \end_layout
7868
7869 \end_inset
7870
7871
7872 \begin_inset Index idx
7873 status collapsed
7874
7875 \begin_layout Plain Layout
7876 Tableaux longs ! Legendes@Légendes différentes par page
7877 \end_layout
7878
7879 \end_inset
7880
7881
7882 \end_layout
7883
7884 \begin_layout Standard
7885 Quand la légende du tableau pour les pages suivantes doit être différente
7886  de celle de la première page, insérez une légende avec la commande suivante
7887  en code TeX :
7888 \end_layout
7889
7890 \begin_layout Standard
7891
7892 \series bold
7893
7894 \backslash
7895 caption*{caption text}
7896 \backslash
7897
7898 \backslash
7899 %
7900 \end_layout
7901
7902 \begin_layout Standard
7903 dans une ligne de légende fictive qui sera marquée comme une entête.
7904  Le tableau
7905 \begin_inset space ~
7906 \end_inset
7907
7908
7909 \begin_inset CommandInset ref
7910 LatexCommand ref
7911 reference "tab:Légendes-tableau-différentes"
7912
7913 \end_inset
7914
7915  est un exemple de tableau long avec des légendes différentes et où la seconde
7916  légende ne contient pas le numéro du tableau.
7917 \end_layout
7918
7919 \begin_layout Standard
7920 \align center
7921 \begin_inset Tabular
7922 <lyxtabular version="3" rows="59" columns="3">
7923 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7924 <column alignment="left" valignment="top" width="0cm">
7925 <column alignment="left" valignment="top" width="0pt">
7926 <column alignment="center" valignment="top" width="0pt">
7927 <row caption="true">
7928 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 \begin_inset Caption
7933
7934 \begin_layout Plain Layout
7935 Exemple d'annuaire téléphonique
7936 \begin_inset CommandInset label
7937 LatexCommand label
7938 name "tab:Légendes-tableau-différentes"
7939
7940 \end_inset
7941
7942
7943 \begin_inset Argument
7944 status collapsed
7945
7946 \begin_layout Plain Layout
7947 Exemple Annuaire 
7948 \end_layout
7949
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 </row>
7981 <row endfirsthead="true">
7982 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \series bold
7988 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 </row>
8012 <row endfirsthead="true">
8013 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 NOM
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \series bold
8039 TÉL.
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row endhead="true">
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 \begin_inset ERT
8051 status open
8052
8053 \begin_layout Plain Layout
8054
8055
8056 \backslash
8057 caption*{Suite de l'exemple d'annuaire téléphonique}
8058 \backslash
8059
8060 \backslash
8061 %
8062 \end_layout
8063
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row endhead="true">
8091 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \series bold
8097 Exemple d'annuaire téléphonique
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row endhead="true">
8122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 NOM
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \series bold
8148 TÉL.
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row endfoot="true">
8155 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 suite page suivante\SpecialChar \ldots{}
8160
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Annovi
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Silvia
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Bertoli
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Stefano
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Bozzi
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Walter
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Cachia
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Maria
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Cachia
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Maurizio
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Cinquemani
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Giusi
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Colin
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Bernard
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Concli
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Gianfranco
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Dal Bosco
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Carolina
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Dalpiaz
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Annamaria
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Feliciello
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Domenico
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Focarelli
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Paola
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Galletti
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Oreste
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Gasparini
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Franca
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Rizzardi
8626 \series default
8627
8628 \begin_inset Foot
8629 status open
8630
8631 \begin_layout Plain Layout
8632 Exemple de note de bas de page
8633 \end_layout
8634
8635 \end_inset
8636
8637
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 Paola
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 111
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \series bold
8668 Lassini
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 Giancarlo
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 111
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \series bold
8699 Malfatti
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Luciano
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 111
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730 Malfatti
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Valeriano
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 111
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \series bold
8761 Meneguzzo
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Roberto
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 111
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \series bold
8792 Mezzadra
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Roberto
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 111
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Pirpamer
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Erich
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 111
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Pochiesa
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Paolo
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 111, 222
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Radina
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Claudio
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 111
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Stuffer
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Oskar
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 111
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Tacchelli
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Ugo
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 111
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Tezzele
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Margit
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 111
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \series bold
9009 Unterkalmsteiner
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 Frieda
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 111
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \series bold
9040 Vieider
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 Hilde
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 111
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069
9070 \series bold
9071 Vigna
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 Jürgen
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089 111
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \series bold
9102 Weber
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 Maurizio
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 111
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Winkler
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Franz
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 111
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162  
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \series bold
9193 Annovi
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 Silvia
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 555
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \series bold
9224 Bertoli
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Stefano
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 555
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 Bozzi
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Walter
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 555
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 Cachia
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 Maria
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 555
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \series bold
9317 Cachia
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Maurizio
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 555
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348 Cinquemani
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Giusi
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 555
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379 Colin
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Bernard
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 555
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410 Concli
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 Gianfranco
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 555
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 <row>
9435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441 Dal Bosco
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Carolina
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 555
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \series bold
9472 Dalpiaz
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Annamaria
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 555
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 <row>
9497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \series bold
9503 Feliciello
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 Domenico
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 555
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row>
9528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \series bold
9534 Focarelli
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Paola
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 555
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row>
9559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \series bold
9565 Galletti
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 Oreste
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 555
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 <row>
9590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \series bold
9596 Gasparini
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 Franca
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 555
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row>
9621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \series bold
9627 Rizzardi
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 Paola
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 555
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 </row>
9651 <row>
9652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656
9657 \series bold
9658 Lassini
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 Giancarlo
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 555
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 </row>
9682 <row>
9683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \series bold
9689 Malfatti
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 Luciano
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 555
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 </row>
9713 <row>
9714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \series bold
9720 Malfatti
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 Valeriano
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9735 \begin_inset Text
9736
9737 \begin_layout Plain Layout
9738 555
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 </row>
9744 <row>
9745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \series bold
9751 Meneguzzo
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 Roberto
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 555
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row>
9776 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \series bold
9782 Mezzadra
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 Roberto
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 555
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 </lyxtabular>
9807
9808 \end_inset
9809
9810
9811 \end_layout
9812
9813 \begin_layout Section
9814 Questions particulières concernant les tableaux longs
9815 \begin_inset Argument
9816 status collapsed
9817
9818 \begin_layout Plain Layout
9819 Questions sur les tableaux longs
9820 \end_layout
9821
9822 \end_inset
9823
9824
9825 \begin_inset CommandInset label
9826 LatexCommand label
9827 name "sec:Questions-sur-tableaux-longs"
9828
9829 \end_inset
9830
9831
9832 \end_layout
9833
9834 \begin_layout Subsection
9835 Calculs des pages des tableaux longs
9836 \begin_inset Index idx
9837 status collapsed
9838
9839 \begin_layout Plain Layout
9840 Tableaux longs ! Calculs
9841 \end_layout
9842
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \begin_layout Standard
9849 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9850  en utilisant des blocs (chunks).
9851  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9852  mémoire de LaTeX.
9853  La valeur implicite est fixée pour des raisons historiques à seulement
9854  20 lignes de tableau.
9855  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9856  peut ralentir la création de votre document.
9857  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9858  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9859  préambule de votre document :
9860 \end_layout
9861
9862 \begin_layout Standard
9863
9864 \series bold
9865
9866 \backslash
9867 setcounter{LTchunksize}{100}
9868 \end_layout
9869
9870 \begin_layout Subsection
9871 Les Flottants et les Tableaux Longs
9872 \begin_inset Index idx
9873 status collapsed
9874
9875 \begin_layout Plain Layout
9876 Tableaux longs ! Flottants
9877 \end_layout
9878
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \begin_layout Standard
9885 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9886  commence un tableau long.
9887  Pour éviter une telle situation, 
9888 \lang english
9889 insert a 
9890 \begin_inset Quotes eld
9891 \end_inset
9892
9893 clear page
9894 \begin_inset Quotes erd
9895 \end_inset
9896
9897  (menu
9898 \lang french
9899  
9900 \family sans
9901 Insérer\SpecialChar \menuseparator
9902 Typographie
9903 \begin_inset space ~
9904 \end_inset
9905
9906 spéciale\SpecialChar \menuseparator
9907 Saut de page (vide le tampon)
9908 \family default
9909
9910 \begin_inset space \thinspace{}
9911 \end_inset
9912
9913 ) juste avant votre tableau long.
9914 \end_layout
9915
9916 \begin_layout Subsection
9917 Sauts de pages forcés
9918 \begin_inset Index idx
9919 status collapsed
9920
9921 \begin_layout Plain Layout
9922 Tableaux longs ! Sauts de pages forcés
9923 \end_layout
9924
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \begin_layout Standard
9931 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9932  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9933  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9934  de saut de ligne 
9935 \begin_inset Quotes eld
9936 \end_inset
9937
9938
9939 \backslash
9940
9941 \backslash
9942
9943 \begin_inset Quotes erd
9944 \end_inset
9945
9946  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9947  Avant la commande 
9948 \begin_inset Quotes eld
9949 \end_inset
9950
9951
9952 \backslash
9953
9954 \backslash
9955
9956 \begin_inset Quotes erd
9957 \end_inset
9958
9959 , vous devez insérer en code TeX, autant de caractères 
9960 \begin_inset Quotes eld
9961 \end_inset
9962
9963 &
9964 \begin_inset Quotes erd
9965 \end_inset
9966
9967  qu'il y a de colonnes après la cellule concernée.
9968  Le caractère 
9969 \begin_inset Quotes eld
9970 \end_inset
9971
9972 &
9973 \begin_inset Quotes erd
9974 \end_inset
9975
9976  sert à séparer les colonnes d'un tableau.
9977  Écrivez en code-TeX, après chaque 
9978 \begin_inset Quotes eld
9979 \end_inset
9980
9981 &
9982 \begin_inset Quotes erd
9983 \end_inset
9984
9985  le contenu des cellules correspondantes et en même temps supprimez le contenu
9986  de ces cellules dans le texte normal.
9987  
9988 \begin_inset Newline newline
9989 \end_inset
9990
9991 Après la commande 
9992 \backslash
9993
9994 \backslash
9995 , insérez autant de caractères 
9996 \begin_inset Quotes eld
9997 \end_inset
9998
9999 &
10000 \begin_inset Quotes erd
10001 \end_inset
10002
10003  qu'il y a de colonnes avant la colonne traitée.
10004  Dans le tableau
10005 \begin_inset space ~
10006 \end_inset
10007
10008
10009 \begin_inset CommandInset ref
10010 LatexCommand ref
10011 reference "tab:Tableau-saut-de-page"
10012
10013 \end_inset
10014
10015  la cellule qui doit être coupée est dans la deuxième colonne et elle est
10016  suivie par une autre colonne.
10017  La commande suivante a donc été insérée en code TeX dans la cellule après
10018  le mot 
10019 \begin_inset Quotes eld
10020 \end_inset
10021
10022
10023 \emph on
10024 Castelchiodato,
10025 \emph default
10026
10027 \begin_inset Quotes erd
10028 \end_inset
10029
10030 :
10031 \end_layout
10032
10033 \begin_layout Standard
10034
10035 \series bold
10036 & 111
10037 \backslash
10038
10039 \backslash
10040  
10041 \backslash
10042 newpage
10043 \begin_inset Newline newline
10044 \end_inset
10045
10046 &
10047 \end_layout
10048
10049 \begin_layout Standard
10050 Le 
10051 \begin_inset Quotes eld
10052 \end_inset
10053
10054 111
10055 \begin_inset Quotes erd
10056 \end_inset
10057
10058  dans la troisième colonne de la ligne a été supprimé.
10059  
10060 \series bold
10061
10062 \backslash
10063 newpage
10064 \series default
10065  est nécessaire seulement quand un saut de page doit impérativement avoir
10066  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10067  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10068  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10069  est coupée, utilisez cette commande à la place de la précédente :
10070 \end_layout
10071
10072 \begin_layout Standard
10073
10074 \series bold
10075 & 111
10076 \backslash
10077
10078 \backslash
10079
10080 \begin_inset Newline newline
10081 \end_inset
10082
10083
10084 \backslash
10085 hline &
10086 \end_layout
10087
10088 \begin_layout Standard
10089 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10090  insérer la commande
10091 \end_layout
10092
10093 \begin_layout Standard
10094
10095 \series bold
10096
10097 \backslash
10098 setlength{
10099 \backslash
10100 parfillskip}{0pt}
10101 \end_layout
10102
10103 \begin_layout Standard
10104 au début de la cellule.
10105  Cela assure que la portion de la cellule qui va se trouver affichée sur
10106  la page suivante le sera avec toute la largeur de la cellule.
10107 \end_layout
10108
10109 \begin_layout Standard
10110 \align center
10111 \begin_inset Tabular
10112 <lyxtabular version="3" rows="38" columns="3">
10113 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10114 <column alignment="left" valignment="top" width="0cm">
10115 <column alignment="left" valignment="top" width="3cm">
10116 <column alignment="center" valignment="top" width="0pt">
10117 <row caption="true">
10118 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 \begin_inset Caption
10123
10124 \begin_layout Plain Layout
10125 Tableau avec un saut de page forcé dans une cellule
10126 \begin_inset CommandInset label
10127 LatexCommand label
10128 name "tab:Tableau-saut-de-page"
10129
10130 \end_inset
10131
10132
10133 \begin_inset Argument
10134 status collapsed
10135
10136 \begin_layout Plain Layout
10137 Tableau avec un saut de page forcé dans une cellule
10138 \end_layout
10139
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \end_inset
10146
10147
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 </row>
10171 <row endfirsthead="true">
10172 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \series bold
10178 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 </row>
10202 <row endfirsthead="true">
10203 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \series bold
10209 NOM
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10224 \begin_inset Text
10225
10226 \begin_layout Plain Layout
10227
10228 \series bold
10229 TÉL.
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row endhead="true">
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 \begin_inset ERT
10241 status collapsed
10242
10243 \begin_layout Plain Layout
10244
10245
10246 \backslash
10247 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10248 \backslash
10249
10250 \backslash
10251 %
10252 \end_layout
10253
10254 \end_inset
10255
10256
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row endhead="true">
10281 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285  
10286 \series bold
10287 Exemple d'annuaire téléphonique
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row endhead="true">
10312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 NOM
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \series bold
10338 TÉL.
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row endfoot="true">
10345 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 suite page suivante\SpecialChar \ldots{}
10350
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381 Annovi
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 Silvia
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 111
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 </row>
10405 <row>
10406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410
10411 \series bold
10412 Bertoli
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421 Stefano
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 111
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \series bold
10443 Bozzi
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Walter
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 111
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 </row>
10467 <row>
10468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472
10473 \series bold
10474 Cachia
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 Maria
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 111
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 </row>
10498 <row>
10499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503
10504 \series bold
10505 Cachia
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 Maurizio
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 111
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 </row>
10529 <row>
10530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534
10535 \series bold
10536 Cinquemani
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Plain Layout
10545 Giusi
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 111
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 </row>
10560 <row>
10561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565
10566 \series bold
10567 Colin
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Bernard
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 111
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row>
10592 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \series bold
10598 Concli
10599 \end_layout
10600
10601 \end_inset
10602 </cell>
10603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 Gianfranco
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 111
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 </row>
10622 <row>
10623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627
10628 \series bold
10629 Dal Bosco
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 Carolina
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 111
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 </row>
10653 <row>
10654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658
10659 \series bold
10660 Dalpiaz
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 Annamaria
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 111
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 </row>
10684 <row>
10685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689
10690 \series bold
10691 Feliciello
10692 \end_layout
10693
10694 \end_inset
10695 </cell>
10696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10697 \begin_inset Text
10698
10699 \begin_layout Plain Layout
10700 Domenico
10701 \end_layout
10702
10703 \end_inset
10704 </cell>
10705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709 111
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \series bold
10722 Focarelli
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 Paola
10732 \end_layout
10733
10734 \end_inset
10735 </cell>
10736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 111
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 </row>
10746 <row>
10747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751
10752 \series bold
10753 Galletti
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 Oreste
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 111
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 </row>
10777 <row>
10778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782
10783 \series bold
10784 Gasparini
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 Franca
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 111
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 <row>
10809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813
10814 \series bold
10815 Lassini
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Giancarlo
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 111
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 </row>
10839 <row>
10840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \series bold
10846 Malfatti
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 Luciano
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 111
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 <row>
10871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875
10876 \series bold
10877 Malfatti
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 Valeriano
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895 111
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \series bold
10908 Meneguzzo
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 Roberto
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 111
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \series bold
10939 Mezzadra
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 Roberto
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 111
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 </row>
10963 <row>
10964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968
10969 \series bold
10970 Pirpamer
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 Erich
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 111
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999
11000 \series bold
11001 Pochiesa
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010 Paolo
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 111, 222
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030
11031 \series bold
11032 Radina
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 Claudio
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 111
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061
11062 \series bold
11063 Rizzardi
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 Giancarlo, 11.
11073  Fürst von Montecompatri, 11.
11074  Fürst von Sulmona und Vivaro, 10.
11075  Fürst von Rossano, 5.
11076  Herzog von Canemorte, 11.
11077  Herzog von Palombara, 5.
11078  Herzog von Castelchiodato,
11079 \begin_inset ERT
11080 status open
11081
11082 \begin_layout Plain Layout
11083
11084 & 111
11085 \backslash
11086
11087 \backslash
11088  
11089 \backslash
11090 newpage
11091 \end_layout
11092
11093 \begin_layout Plain Layout
11094
11095 &
11096 \end_layout
11097
11098 \end_inset
11099
11100  11.
11101  Herzog von Poggionativo, 11.
11102  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11103  Graf von Valinfreda, 11.
11104  Baron von Cropalati, 11.
11105  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \series bold
11127 Stuffer
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Oskar
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 111
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \series bold
11158 Tacchelli
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 Ugo
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 111
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 <row>
11183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187
11188 \series bold
11189 Tezzele
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 Margit
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 111
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 </row>
11213 <row>
11214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218
11219 \series bold
11220 Unterkalmsteiner
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 Frieda
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238 111
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 </row>
11244 <row>
11245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249
11250 \series bold
11251 Vieider
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11257 \begin_inset Text
11258
11259 \begin_layout Plain Layout
11260 Hilde
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 111
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 </row>
11275 <row>
11276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280
11281 \series bold
11282 Vigna
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 Jürgen
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 111
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row>
11307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \series bold
11313 Weber
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 Maurizio
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 111
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 <row>
11338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342
11343 \series bold
11344 Winkler
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 Franz
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 111
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 </row>
11368 </lyxtabular>
11369
11370 \end_inset
11371
11372
11373 \end_layout
11374
11375 \begin_layout Section
11376 Colonnes et lignes à lignes multiples
11377 \end_layout
11378
11379 \begin_layout Subsection
11380 Lignes multiples dans une cellule de tableau
11381 \begin_inset CommandInset label
11382 LatexCommand label
11383 name "sub:Lignes-multiple-dans-cellule"
11384
11385 \end_inset
11386
11387
11388 \begin_inset Index idx
11389 status collapsed
11390
11391 \begin_layout Plain Layout
11392 Plusieurs lignes dans une case de tableau
11393 \end_layout
11394
11395 \end_inset
11396
11397
11398 \begin_inset Index idx
11399 status collapsed
11400
11401 \begin_layout Plain Layout
11402 Tableau ! Saut de ligne
11403 \end_layout
11404
11405 \end_inset
11406
11407
11408 \end_layout
11409
11410 \begin_layout Standard
11411 \noindent
11412 \begin_inset Float table
11413 placement H
11414 wide false
11415 sideways false
11416 status open
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Caption
11420
11421 \begin_layout Plain Layout
11422 \begin_inset CommandInset label
11423 LatexCommand label
11424 name "tab:Tableau-avec-plusieurs-lignes"
11425
11426 \end_inset
11427
11428 Tableau avec des lignes multiples dans une cellule
11429 \end_layout
11430
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \begin_layout Plain Layout
11437 \align center
11438 \begin_inset Tabular
11439 <lyxtabular version="3" rows="3" columns="3">
11440 <features tabularvalignment="middle">
11441 <column alignment="center" valignment="middle" width="2.5cm">
11442 <column alignment="center" valignment="middle" width="0">
11443 <column alignment="center" valignment="middle" width="0">
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 Lignes
11450 \begin_inset Newline linebreak
11451 \end_inset
11452
11453 multiples
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 b
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 c
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 <row>
11478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 d
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 e
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 f
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 g
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 h
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 i
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 </lyxtabular>
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \begin_layout Standard
11548 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11549  d'un paragraphe avec des sauts de lignes et des césures.
11550 \end_layout
11551
11552 \begin_layout Standard
11553 Pour obtenir le tableau
11554 \begin_inset space ~
11555 \end_inset
11556
11557
11558 \begin_inset CommandInset ref
11559 LatexCommand ref
11560 reference "tab:Tableau-avec-plusieurs-lignes"
11561
11562 \end_inset
11563
11564 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11565  droit dessus.
11566  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11567  2.5
11568 \begin_inset space \thinspace{}
11569 \end_inset
11570
11571 cm et choisissez les alignements vertical et horizontal centrés.
11572  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11573  Comme notre texte est plus petit que 2.5
11574 \begin_inset space \thinspace{}
11575 \end_inset
11576
11577 cm, une seule ligne va apparaître.
11578  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11579  
11580 \family sans
11581 Ctrl-Shift-Entrée
11582 \family default
11583 ).
11584  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11585 ement découpé en plusieurs lignes.
11586 \end_layout
11587
11588 \begin_layout Standard
11589 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11590  pas effectuer de césure si c'est le premier élément de la cellule.
11591  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11592  premier élément : Ajoutez un espace horizontal de 0
11593 \begin_inset space \thinspace{}
11594 \end_inset
11595
11596 pt juste avant votre mot.
11597  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11598  Le tableau
11599 \begin_inset space ~
11600 \end_inset
11601
11602
11603 \begin_inset CommandInset ref
11604 LatexCommand ref
11605 reference "tab:Tableau-césure"
11606
11607 \end_inset
11608
11609  montre l'effet de cette insertion.
11610 \end_layout
11611
11612 \begin_layout Standard
11613 \begin_inset Float table
11614 placement h
11615 wide false
11616 sideways false
11617 status open
11618
11619 \begin_layout Plain Layout
11620 \begin_inset Caption
11621
11622 \begin_layout Plain Layout
11623 \begin_inset CommandInset label
11624 LatexCommand label
11625 name "tab:Tableau-césure"
11626
11627 \end_inset
11628
11629 Tableau avec et sans césure.
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \begin_layout Plain Layout
11638 \begin_inset space \hfill{}
11639 \end_inset
11640
11641
11642 \begin_inset Tabular
11643 <lyxtabular version="3" rows="3" columns="3">
11644 <features tabularvalignment="middle">
11645 <column alignment="center" valignment="middle" width="2.5cm">
11646 <column alignment="center" valignment="middle" width="0">
11647 <column alignment="center" valignment="middle" width="0">
11648 <row>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 mottrèslongdansunecellule
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 b
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 c
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 </row>
11677 <row>
11678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 d
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 e
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 f
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 </row>
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 g
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 h
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Plain Layout
11729 i
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 </lyxtabular>
11736
11737 \end_inset
11738
11739
11740 \begin_inset space \hfill{}
11741 \end_inset
11742
11743
11744 \begin_inset Tabular
11745 <lyxtabular version="3" rows="3" columns="3">
11746 <features tabularvalignment="middle">
11747 <column alignment="center" valignment="middle" width="2.5cm">
11748 <column alignment="center" valignment="middle" width="0">
11749 <column alignment="center" valignment="middle" width="0">
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 \begin_inset space \hspace{}
11756 \length 0pt
11757 \end_inset
11758
11759 mottrèslongdansunecellule
11760 \end_layout
11761
11762 \end_inset
11763 </cell>
11764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11765 \begin_inset Text
11766
11767 \begin_layout Plain Layout
11768 b
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 c
11778 \end_layout
11779
11780 \end_inset
11781 </cell>
11782 </row>
11783 <row>
11784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 d
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 e
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 f
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 </row>
11812 <row>
11813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 g
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 h
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 i
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 </row>
11841 </lyxtabular>
11842
11843 \end_inset
11844
11845
11846 \begin_inset space \hfill{}
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \begin_layout Subsection
11858 Multi-colonnes
11859 \begin_inset CommandInset label
11860 LatexCommand label
11861 name "sub:Multicolonnes"
11862
11863 \end_inset
11864
11865
11866 \begin_inset Index idx
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Multi-colonnes
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \begin_inset Index idx
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880 Tableau ! Multi-colonnes
11881 \end_layout
11882
11883 \end_inset
11884
11885
11886 \end_layout
11887
11888 \begin_layout Subsubsection
11889 Les Bases des Multicolonnes
11890 \end_layout
11891
11892 \begin_layout Standard
11893 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11894  qu'elle doit couvrir et utilisez soit le bouton
11895 \begin_inset Graphics
11896         filename ../../images/tabular-feature_multicolumn.png
11897         scale 85
11898         scaleBeforeRotation
11899
11900 \end_inset
11901
11902  de la barre d'outils tableau, ou le menu 
11903 \family sans
11904 Éditer\SpecialChar \menuseparator
11905 Tableau\SpecialChar \menuseparator
11906 Multi-colonnes
11907 \family default
11908 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11909  
11910 \family sans
11911 Multi-colonnes
11912 \family default
11913 .
11914 \end_layout
11915
11916 \begin_layout Standard
11917 Les multi-colonnes ont leurs propres paramètres de cellule.
11918  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11919  de la cellule, cela n'affecte que la cellule multi-colonne.
11920  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11921  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11922 \end_layout
11923
11924 \begin_layout Standard
11925 \align center
11926 \begin_inset Tabular
11927 <lyxtabular version="3" rows="3" columns="4">
11928 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11929 <column alignment="center" valignment="top" width="0pt">
11930 <column alignment="center" valignment="middle" width="0">
11931 <column alignment="center" valignment="top" width="0in">
11932 <column alignment="center" valignment="top" width="0pt">
11933 <row>
11934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 abc
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 def ghi
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 jkl
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 <row>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 A
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11982 \begin_inset Text
11983
11984 \begin_layout Plain Layout
11985 B
11986 \end_layout
11987
11988 \end_inset
11989 </cell>
11990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 C
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 D
12004 \end_layout
12005
12006 \end_inset
12007 </cell>
12008 </row>
12009 <row>
12010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 1
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 2
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 3
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 4
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 </lyxtabular>
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Subsubsection
12055 Calculs avec les multi-colonnes
12056 \begin_inset CommandInset label
12057 LatexCommand label
12058 name "sub:Calculs-multicolonnes"
12059
12060 \end_inset
12061
12062
12063 \begin_inset Index idx
12064 status collapsed
12065
12066 \begin_layout Plain Layout
12067 Multi-colonnes ! Calculs
12068 \end_layout
12069
12070 \end_inset
12071
12072
12073 \end_layout
12074
12075 \begin_layout Standard
12076 LyX gère directement les multi-colonnes, mais nous devons faire attention
12077  à la largeur des cellules couvertes par la cellule multicolonne.
12078 \end_layout
12079
12080 \begin_layout Standard
12081 \begin_inset Float table
12082 placement h
12083 wide false
12084 sideways false
12085 status open
12086
12087 \begin_layout Plain Layout
12088 \begin_inset Caption
12089
12090 \begin_layout Plain Layout
12091 \begin_inset CommandInset label
12092 LatexCommand label
12093 name "tab:Tableau-multicolonne-parfaite"
12094
12095 \end_inset
12096
12097 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
12098  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12099 \begin_inset Argument
12100 status open
12101
12102 \begin_layout Plain Layout
12103 Tableau avec multicolonne parfaite
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Plain Layout
12117 \align center
12118 \begin_inset Tabular
12119 <lyxtabular version="3" rows="3" columns="3">
12120 <features tabularvalignment="middle">
12121 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12122 <column alignment="center" valignment="middle" width="0">
12123 <column alignment="center" valignment="top" width="0">
12124 <row>
12125 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 multicolonne sur plusieurs lignes
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12144 \begin_inset Text
12145
12146 \begin_layout Plain Layout
12147 c
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 </row>
12153 <row>
12154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 d
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 e
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 f
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 </row>
12182 <row>
12183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Plain Layout
12187 g
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 h
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 i
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 </row>
12211 </lyxtabular>
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Standard
12224 Par exemple, pour créer le tableau
12225 \begin_inset space ~
12226 \end_inset
12227
12228
12229 \begin_inset CommandInset ref
12230 LatexCommand ref
12231 reference "tab:Tableau-multicolonne-parfaite"
12232
12233 \end_inset
12234
12235 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12236  3×3 et faites un clic droit dessus.
12237  Ensuite choisissez pour cette cellule
12238 \emph on
12239 ,
12240 \emph default
12241  dans la fenêtre de dialogue de tableau, 
12242 \emph on
12243 multicolonne
12244 \emph default
12245
12246 \emph on
12247 alignement
12248 \begin_inset space ~
12249 \end_inset
12250
12251 horizontal
12252 \begin_inset space ~
12253 \end_inset
12254
12255 centré
12256 \emph default
12257  et une largeur de 2.5
12258 \begin_inset space \thinspace{}
12259 \end_inset
12260
12261 cm.
12262  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12263  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12264 \begin_inset space \thinspace{}
12265 \end_inset
12266
12267 cm pour la première colonne.
12268  La deuxième colonne aura alors automatiquement une largeur de 1.25
12269 \begin_inset space \thinspace{}
12270 \end_inset
12271
12272 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12273  C'est ce qui a été fait pour le tableau
12274 \begin_inset space ~
12275 \end_inset
12276
12277
12278 \begin_inset CommandInset ref
12279 LatexCommand ref
12280 reference "tab:Tableau-multicolonne-imparfait"
12281
12282 \end_inset
12283
12284 .
12285 \end_layout
12286
12287 \begin_layout Standard
12288 \begin_inset Float table
12289 wide false
12290 sideways false
12291 status open
12292
12293 \begin_layout Plain Layout
12294 \begin_inset Caption
12295
12296 \begin_layout Plain Layout
12297 \begin_inset CommandInset label
12298 LatexCommand label
12299 name "tab:Tableau-multicolonne-imparfait"
12300
12301 \end_inset
12302
12303 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12304  de la largeur de la cellule multicolonne.
12305 \begin_inset Argument
12306 status open
12307
12308 \begin_layout Plain Layout
12309 Tableau avec multicolonne pas parfaite
12310 \end_layout
12311
12312 \end_inset
12313
12314
12315 \end_layout
12316
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \begin_layout Plain Layout
12323 \align center
12324 \begin_inset Tabular
12325 <lyxtabular version="3" rows="3" columns="3">
12326 <features tabularvalignment="middle">
12327 <column alignment="center" valignment="top" width="1.25cm">
12328 <column alignment="center" valignment="top" width="0">
12329 <column alignment="center" valignment="top" width="0">
12330 <row>
12331 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 multicolonne sur plusieurs lignes
12336 \end_layout
12337
12338 \end_inset
12339 </cell>
12340 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12341 \begin_inset Text
12342
12343 \begin_layout Plain Layout
12344
12345 \end_layout
12346
12347 \end_inset
12348 </cell>
12349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12350 \begin_inset Text
12351
12352 \begin_layout Plain Layout
12353 c
12354 \end_layout
12355
12356 \end_inset
12357 </cell>
12358 </row>
12359 <row>
12360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12361 \begin_inset Text
12362
12363 \begin_layout Plain Layout
12364 d
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Plain Layout
12373 e
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12379 \begin_inset Text
12380
12381 \begin_layout Plain Layout
12382 f
12383 \end_layout
12384
12385 \end_inset
12386 </cell>
12387 </row>
12388 <row>
12389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12390 \begin_inset Text
12391
12392 \begin_layout Plain Layout
12393 g
12394 \end_layout
12395
12396 \end_inset
12397 </cell>
12398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12399 \begin_inset Text
12400
12401 \begin_layout Plain Layout
12402 h
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 i
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 </row>
12417 </lyxtabular>
12418
12419 \end_inset
12420
12421
12422 \end_layout
12423
12424 \end_inset
12425
12426
12427 \end_layout
12428
12429 \begin_layout Standard
12430 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12431  de la cellule multicolonne, elle est un peu plus large.
12432  La raison est que la taille que l'on donne à une cellule, 
12433 \begin_inset Formula $W_{g}$
12434 \end_inset
12435
12436  n'est pas sa taille totale, 
12437 \begin_inset Formula $W_{\mathrm{tot}}$
12438 \end_inset
12439
12440  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12441  lui donne.
12442  L'appendice
12443 \begin_inset space ~
12444 \end_inset
12445
12446
12447 \begin_inset CommandInset ref
12448 LatexCommand eqref
12449 reference "cha:Explication-de-l'Equation"
12450
12451 \end_inset
12452
12453  explique pourquoi en détail.
12454 \end_layout
12455
12456 \begin_layout Standard
12457 La largeur nécessaire 
12458 \begin_inset Formula $W_{g\, n}$
12459 \end_inset
12460
12461  quand 
12462 \emph on
12463 n
12464 \emph default
12465  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12466  ait une largeur totale de 
12467 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12468 \end_inset
12469
12470 :
12471 \begin_inset Formula \begin{equation}
12472 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12473 \end{equation}
12474
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Standard
12481 Dans notre cas nous avons 
12482 \begin_inset Formula $n=2$
12483 \end_inset
12484
12485
12486 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12487 \end_inset
12488
12489 cm et les valeurs implicites pour les autres longueurs, l'équation
12490 \begin_inset space ~
12491 \end_inset
12492
12493
12494 \begin_inset CommandInset ref
12495 LatexCommand ref
12496 reference "eq:Wgn"
12497
12498 \end_inset
12499
12500  devient
12501 \begin_inset Formula \begin{equation}
12502 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12503 \end{equation}
12504
12505 \end_inset
12506
12507
12508 \end_layout
12509
12510 \begin_layout Standard
12511 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12512  
12513 \series bold
12514 calc
12515 \series default
12516  avec la ligne suivante dans le préambule du document
12517 \begin_inset Index idx
12518 status collapsed
12519
12520 \begin_layout Plain Layout
12521 Paquetages LaTeX ! calc
12522 \end_layout
12523
12524 \end_inset
12525
12526
12527 \end_layout
12528
12529 \begin_layout Standard
12530
12531 \series bold
12532
12533 \backslash
12534 usepackage{calc}
12535 \end_layout
12536
12537 \begin_layout Standard
12538 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12539  de dialogue.
12540  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12541  la fenêtre de dialogue.
12542  Voici un aperçu de ces paramètres :
12543 \end_layout
12544
12545 \begin_layout Itemize
12546
12547 \series bold
12548 p{largeur}
12549 \series default
12550  crée une cellule de taille donnée, le texte est aligné verticalement en
12551  haut.
12552 \end_layout
12553
12554 \begin_layout Itemize
12555
12556 \series bold
12557 m{largeur}
12558 \series default
12559  crée une cellule de taille donnée, le texte est aligné verticalement au
12560  centre
12561 \end_layout
12562
12563 \begin_layout Itemize
12564
12565 \series bold
12566 b{largeur}
12567 \series default
12568  crée une cellule de taille donnée, le texte est aligné verticalement en
12569  bas
12570 \end_layout
12571
12572 \begin_layout Standard
12573 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12574  la fenêtre de dialogue sont ignorés.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 \begin_inset Note Greyedout
12579 status open
12580
12581 \begin_layout Plain Layout
12582
12583 \series bold
12584 Note:
12585 \series default
12586  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12587  en compte.
12588 \end_layout
12589
12590 \end_inset
12591
12592
12593 \end_layout
12594
12595 \begin_layout Standard
12596 Comme le texte doit être centré horizontalement, on ajoute la commande 
12597 \series bold
12598
12599 \backslash
12600 centering
12601 \series default
12602 .
12603  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12604  des colonnes recouvertes :
12605 \end_layout
12606
12607 \begin_layout Standard
12608
12609 \series bold
12610 >{
12611 \backslash
12612 centering}m{1.25cm-6.2pt}
12613 \end_layout
12614
12615 \begin_layout Standard
12616 La commande 
12617 \series bold
12618 >{ }
12619 \series default
12620  signifie que les commandes qui se trouvent entre les accolades doivent
12621  être appliquées avant que la cellule ne soit créée.
12622 \end_layout
12623
12624 \begin_layout Standard
12625 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12626  multicolonne, il est toujours aligné à gauche.
12627  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12628  isolées.
12629  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12630 \end_layout
12631
12632 \begin_layout Standard
12633
12634 \series bold
12635 >{
12636 \backslash
12637 centering}m{2.5cm}
12638 \end_layout
12639
12640 \begin_layout Subsection
12641 Multi-lignes
12642 \begin_inset CommandInset label
12643 LatexCommand label
12644 name "sub:Multi-lignes"
12645
12646 \end_inset
12647
12648
12649 \begin_inset Index idx
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653 Multi-lignes
12654 \end_layout
12655
12656 \end_inset
12657
12658
12659 \begin_inset Index idx
12660 status collapsed
12661
12662 \begin_layout Plain Layout
12663 Tableau ! Multi-ligne
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \begin_layout Standard
12672 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12673  qu'elle doit couvrir et utilisez soit le bouton 
12674 \begin_inset Graphics
12675         filename ../../images/tabular-feature_multirow.png
12676         scale 85
12677         scaleBeforeRotation
12678
12679 \end_inset
12680
12681 de la barre d'outils tableau, ou le menu 
12682 \family sans
12683 Éditer\SpecialChar \menuseparator
12684 Tableau\SpecialChar \menuseparator
12685 Multi-lignes
12686 \family default
12687 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12688  
12689 \family sans
12690 Multi-lignes
12691 \family default
12692 .
12693 \end_layout
12694
12695 \begin_layout Standard
12696
12697 \lang english
12698 Here is an example table with a multirow in the first column:
12699 \end_layout
12700
12701 \begin_layout Standard
12702 \align center
12703 \begin_inset Tabular
12704 <lyxtabular version="3" rows="3" columns="3">
12705 <features tabularvalignment="middle">
12706 <column alignment="center" valignment="top" width="0pt">
12707 <column alignment="center" valignment="top" width="0">
12708 <column alignment="center" valignment="top" width="0">
12709 <row>
12710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 a long cell entry
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 b
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 c
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 </row>
12738 <row>
12739 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12740 \begin_inset Text
12741
12742 \begin_layout Plain Layout
12743 multi-ligne
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 e
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 f
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 </row>
12767 <row>
12768 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 h
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 i
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 </row>
12796 </lyxtabular>
12797
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \begin_layout Standard
12804
12805 \lang english
12806 The width of multirow cells is set by setting the width and alignment for
12807  the whole column.
12808  The 
12809 \family sans
12810 Vertical Offset
12811 \family default
12812  shifts the content of the multirow up/down if the offset is positive/negative.
12813 \end_layout
12814
12815 \begin_layout Standard
12816
12817 \lang english
12818 If the column of a multirow cell has no explicit width, the multirow cell
12819  inherits the alignment of the column.
12820  Otherwise it is by default left-aligned.
12821
12822 \lang french
12823  Pour passer outre le comportement implicite, vous devez redéfinir la commande
12824  
12825 \series bold
12826
12827 \backslash
12828 multirowsetup
12829 \series default
12830  avec la commande
12831 \end_layout
12832
12833 \begin_layout Standard
12834
12835 \series bold
12836
12837 \backslash
12838 renewcommand{
12839 \backslash
12840 multirowsetup}{
12841 \backslash
12842 centering}
12843 \end_layout
12844
12845 \begin_layout Standard
12846 dans le préambule du document.
12847  Après ça, tous les contenus de cellules multi-lignes du document seront
12848  centrés.
12849  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12850  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12851  juste avant le tableau concerné, plutôt que dans le préambule.
12852  Si le texte doit être aligné à droite, remplacez 
12853 \series bold
12854
12855 \backslash
12856 centering
12857 \series default
12858  par 
12859 \series bold
12860
12861 \backslash
12862 raggedleft
12863 \series default
12864 .
12865  Pour revenir à l'alignement à gauche utilisez 
12866 \series bold
12867
12868 \backslash
12869 raggedright
12870 \series default
12871 .
12872 \end_layout
12873
12874 \begin_layout Standard
12875
12876 \lang english
12877 This is an example table with a right-aligned multirow cell that has a vertical
12878  offset of -4
12879 \begin_inset space \thinspace{}
12880 \end_inset
12881
12882 mm and is in a 3
12883 \begin_inset space \thinspace{}
12884 \end_inset
12885
12886 cm wide column:
12887 \end_layout
12888
12889 \begin_layout Standard
12890 \noindent
12891 \align center
12892 \begin_inset ERT
12893 status collapsed
12894
12895 \begin_layout Plain Layout
12896
12897
12898 \backslash
12899 renewcommand{
12900 \backslash
12901 multirowsetup}{
12902 \backslash
12903 raggedleft}
12904 \end_layout
12905
12906 \end_inset
12907
12908
12909 \begin_inset Tabular
12910 <lyxtabular version="3" rows="4" columns="3">
12911 <features tabularvalignment="middle">
12912 <column alignment="center" valignment="top" width="3cm">
12913 <column alignment="center" valignment="top" width="0">
12914 <column alignment="center" valignment="top" width="0">
12915 <row>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 a long cell entry
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 b
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 c
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 t
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 n
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 m
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 </row>
12973 <row>
12974 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 multi-ligne
12979 \end_layout
12980
12981 \end_inset
12982 </cell>
12983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 e
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 f
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 </row>
13002 <row>
13003 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007
13008 \end_layout
13009
13010 \end_inset
13011 </cell>
13012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 h
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 i
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 </row>
13031 </lyxtabular>
13032
13033 \end_inset
13034
13035
13036 \begin_inset ERT
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040
13041
13042 \backslash
13043 renewcommand{
13044 \backslash
13045 multirowsetup}{
13046 \backslash
13047 raggedright}
13048 \end_layout
13049
13050 \end_inset
13051
13052
13053 \end_layout
13054
13055 \begin_layout Section
13056 Les Tableaux Formels
13057 \begin_inset CommandInset label
13058 LatexCommand label
13059 name "sec:Tableaux-Formels"
13060
13061 \end_inset
13062
13063
13064 \begin_inset Index idx
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068 Tableau ! Formel
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13078  à celle du tableau
13079 \begin_inset space ~
13080 \end_inset
13081
13082
13083 \begin_inset CommandInset ref
13084 LatexCommand ref
13085 reference "tab:Exemple-tableau-booktabs"
13086
13087 \end_inset
13088
13089 .
13090  Ce genre de tableau est appelé 
13091 \begin_inset Quotes eld
13092 \end_inset
13093
13094
13095 \emph on
13096 formel
13097 \emph default
13098
13099 \begin_inset Quotes erd
13100 \end_inset
13101
13102 .
13103  Pour transformer un tableau en tableau formel, utilisez l'option 
13104 \family sans
13105 Formel
13106 \family default
13107  de l'onglet 
13108 \family sans
13109 Bordures
13110 \family default
13111  de la fenêtre de dialogue 
13112 \family sans
13113 Paramètres
13114 \begin_inset space ~
13115 \end_inset
13116
13117 du
13118 \begin_inset space ~
13119 \end_inset
13120
13121 tableau
13122 \family default
13123 .
13124 \end_layout
13125
13126 \begin_layout Standard
13127 \begin_inset Float table
13128 placement h
13129 wide false
13130 sideways false
13131 status open
13132
13133 \begin_layout Plain Layout
13134 \begin_inset Caption
13135
13136 \begin_layout Plain Layout
13137 \begin_inset CommandInset label
13138 LatexCommand label
13139 name "tab:Exemple-tableau-booktabs"
13140
13141 \end_inset
13142
13143 Exemple de tableau formel
13144 \end_layout
13145
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Plain Layout
13152 \align center
13153 \begin_inset Tabular
13154 <lyxtabular version="3" rows="8" columns="4">
13155 <features booktabs="true" tabularvalignment="middle">
13156 <column alignment="center" valignment="top" width="0">
13157 <column alignment="center" valignment="top" width="0">
13158 <column alignment="center" valignment="top" width="0">
13159 <column alignment="center" valignment="top" width="0">
13160 <row>
13161 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13162 \begin_inset Text
13163
13164 \begin_layout Plain Layout
13165 Système
13166 \end_layout
13167
13168 \end_inset
13169 </cell>
13170 <cell alignment="center" valignment="top" topline="true" usebox="none">
13171 \begin_inset Text
13172
13173 \begin_layout Plain Layout
13174 Chip
13175 \begin_inset space \thinspace{}
13176 \end_inset
13177
13178 1
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 Chip
13188 \begin_inset space \thinspace{}
13189 \end_inset
13190
13191 2
13192 \end_layout
13193
13194 \end_inset
13195 </cell>
13196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13197 \begin_inset Text
13198
13199 \begin_layout Plain Layout
13200
13201 \end_layout
13202
13203 \end_inset
13204 </cell>
13205 </row>
13206 <row>
13207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 \begin_inset ERT
13212 status collapsed
13213
13214 \begin_layout Plain Layout
13215
13216
13217 \backslash
13218 cmidrule(r){2-2}
13219 \end_layout
13220
13221 \end_inset
13222
13223
13224 \begin_inset ERT
13225 status collapsed
13226
13227 \begin_layout Plain Layout
13228
13229
13230 \backslash
13231 cmidrule(l){3-4}
13232 \end_layout
13233
13234 \end_inset
13235
13236 Épaisseur du capteur en µm
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 300
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 <cell alignment="center" valignment="top" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 300
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell alignment="center" valignment="top" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 700
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 </row>
13269 <row>
13270 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 Angle du biseau en °
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 3.55
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" topline="true" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 2.71
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell alignment="center" valignment="top" topline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 7.99
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 </row>
13307 <row topspace="default">
13308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 Résolution spatiale en µm
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 4.26
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 <cell alignment="center" valignment="top" usebox="none">
13327 \begin_inset Text
13328
13329 \begin_layout Plain Layout
13330 10.17
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 <cell alignment="center" valignment="top" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 10.56
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 </row>
13345 <row topspace="default">
13346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 MTF à 
13351 \begin_inset Formula $f_{\mathrm{max}}$
13352 \end_inset
13353
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 0.53
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 0.37
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 0.39
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 </row>
13387 <row topspace="default">
13388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 \begin_inset ERT
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396
13397
13398 \backslash
13399 cmidrule(l{10pt}){1-1}
13400 \end_layout
13401
13402 \end_inset
13403
13404 résolution spatiale LSF
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 <cell alignment="center" valignment="top" usebox="none">
13410 \begin_inset Text
13411
13412 \begin_layout Plain Layout
13413
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 <cell alignment="center" valignment="top" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 </row>
13437 <row>
13438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 en µm
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451 129.7
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 52.75
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 50.78
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 </row>
13475 <row>
13476 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 en % de la taille des pixels
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 76.3
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 95.9
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 92.3
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 </row>
13513 </lyxtabular>
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \begin_layout Standard
13526 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13527  
13528 \family sans
13529 Bordures
13530 \family default
13531  de la fenêtre de dialogue 
13532 \family sans
13533 Paramètres
13534 \begin_inset space ~
13535 \end_inset
13536
13537 du
13538 \begin_inset space ~
13539 \end_inset
13540
13541 tableau
13542 \family default
13543  comme c'est décrit dans la section
13544 \begin_inset space ~
13545 \end_inset
13546
13547
13548 \begin_inset CommandInset ref
13549 LatexCommand ref
13550 reference "sub:Espacement-lignes"
13551
13552 \end_inset
13553
13554 .
13555 \end_layout
13556
13557 \begin_layout Standard
13558 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13559  verticales.
13560  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13561  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13562  sortie imprimée :
13563 \begin_inset Newline newline
13564 \end_inset
13565
13566 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13567 \begin_inset space \thinspace{}
13568 \end_inset
13569
13570 em alors que les autres lignes ont implicite une épaisseur de 0.05
13571 \begin_inset space \thinspace{}
13572 \end_inset
13573
13574 em.
13575 \end_layout
13576
13577 \begin_layout Standard
13578 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13579  les lignes de préambule suivantes :
13580 \end_layout
13581
13582 \begin_layout Standard
13583
13584 \series bold
13585
13586 \backslash
13587 let
13588 \backslash
13589 mytoprule
13590 \backslash
13591 toprule
13592 \begin_inset Newline newline
13593 \end_inset
13594
13595
13596 \backslash
13597 renewcommand{
13598 \backslash
13599 toprule}{
13600 \backslash
13601 mytoprule[width]}
13602 \end_layout
13603
13604 \begin_layout Standard
13605 Cet exemple concerne la première ligne, appelée 
13606 \series bold
13607 toprule
13608 \series default
13609 .
13610  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13611 \series bold
13612 toprule
13613 \series default
13614  par 
13615 \series bold
13616 bottomrule
13617 \series default
13618 .
13619  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13620  
13621 \series bold
13622 toprule
13623 \series default
13624  par 
13625 \series bold
13626 midrule
13627 \series default
13628 .
13629  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13630 \begin_inset space ~
13631 \end_inset
13632
13633
13634 \begin_inset CommandInset ref
13635 LatexCommand ref
13636 reference "cha:Unités-de-longueur"
13637
13638 \end_inset
13639
13640  pour préciser l'épaisseur voulue.
13641 \end_layout
13642
13643 \begin_layout Standard
13644 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13645  en mettant une ligne pour une cellule multi colonne.
13646  LyX va utiliser en interne la commande 
13647 \series bold
13648
13649 \backslash
13650 cmidrule
13651 \series default
13652  pour créer cette ligne.
13653  Sa syntaxe complète est :
13654 \end_layout
13655
13656 \begin_layout Standard
13657
13658 \series bold
13659
13660 \backslash
13661 cmidrule[largeur](rognage){colDépart-colFin}
13662 \end_layout
13663
13664 \begin_layout Standard
13665 Les options de la commande 
13666 \series bold
13667
13668 \backslash
13669 cmidrule
13670 \series default
13671  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13672  TeX pour pouvoir les utiliser.
13673  On peut créer manuellement des lignes 
13674 \series bold
13675
13676 \backslash
13677 mitrales
13678 \series default
13679  en insérant la commande en code TeX comme le premier élément de la première
13680  cellule de la ligne.
13681  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13682  en question.
13683 \end_layout
13684
13685 \begin_layout Standard
13686 La valeur implicite pour l'épaisseur des lignes est de 0.03
13687 \begin_inset space \thinspace{}
13688 \end_inset
13689
13690 em.
13691  
13692 \series bold
13693 colDépart
13694 \series default
13695  est le numéro de la colonne dans laquelle la ligne commence et 
13696 \series bold
13697 colFin
13698 \series default
13699  est le numéro de la colonne dans laquelle elle se termine.
13700  La valeur de 
13701 \series bold
13702 colFin
13703 \series default
13704  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13705  Le paramètre optionnel 
13706 \series bold
13707 rognage
13708 \series default
13709  peut être soit 
13710 \emph on
13711 l{largeurRognage}
13712 \emph default
13713 , ou 
13714 \emph on
13715 r{largeurRognage}
13716 \emph default
13717  où les valeurs de
13718 \emph on
13719  largeurRognage
13720 \emph default
13721  sont aussi optionnelles.
13722  En utilisant par exemple la valeur 
13723 \emph on
13724 l{2pt}
13725 \emph default
13726  pour ce paramètre, la ligne va être rognée de 2
13727 \begin_inset space \thinspace{}
13728 \end_inset
13729
13730 pt à son extrémité gauche.
13731  Si vous ne spécifiez pas de valeur pour 
13732 \emph on
13733 largeurRognage
13734 \emph default
13735  les lignes sont implicitement rognées de 0.5
13736 \begin_inset space \thinspace{}
13737 \end_inset
13738
13739 em.
13740 \end_layout
13741
13742 \begin_layout Standard
13743 \begin_inset VSpace bigskip
13744 \end_inset
13745
13746 Le tableau
13747 \begin_inset space ~
13748 \end_inset
13749
13750
13751 \begin_inset CommandInset ref
13752 LatexCommand ref
13753 reference "tab:Exemple-tableau-booktabs"
13754
13755 \end_inset
13756
13757  a été créé en utilisant les commandes
13758 \end_layout
13759
13760 \begin_layout Standard
13761
13762 \series bold
13763
13764 \backslash
13765 cmidrule(r){2-2}
13766 \backslash
13767 cmidrule(l){3-4}
13768 \end_layout
13769
13770 \begin_layout Standard
13771 au début de la deuxième ligne et
13772 \end_layout
13773
13774 \begin_layout Standard
13775
13776 \series bold
13777
13778 \backslash
13779 cmidrule(l{10pt}){1-1}
13780 \end_layout
13781
13782 \begin_layout Standard
13783 au début de la sixième ligne.
13784 \end_layout
13785
13786 \begin_layout Standard
13787 \begin_inset VSpace bigskip
13788 \end_inset
13789
13790
13791 \end_layout
13792
13793 \begin_layout Standard
13794 Vous pouvez vouloir des commandes 
13795 \series bold
13796
13797 \backslash
13798 cmidrule
13799 \series default
13800 s qui se recouvrent comme pour le tableau
13801 \begin_inset space ~
13802 \end_inset
13803
13804
13805 \begin_inset CommandInset ref
13806 LatexCommand ref
13807 reference "tab:Tableau-booktabs-special"
13808
13809 \end_inset
13810
13811 .
13812  On obtient ce résultat en utilisant la commande suivante en code TeX
13813 \end_layout
13814
13815 \begin_layout Standard
13816
13817 \series bold
13818
13819 \backslash
13820 morecmidrules
13821 \end_layout
13822
13823 \begin_layout Standard
13824 La commande qui a été utilisée pour la deuxième ligne du tableau
13825 \begin_inset space ~
13826 \end_inset
13827
13828
13829 \begin_inset CommandInset ref
13830 LatexCommand ref
13831 reference "tab:Tableau-booktabs-special"
13832
13833 \end_inset
13834
13835  est
13836 \end_layout
13837
13838 \begin_layout Standard
13839
13840 \series bold
13841
13842 \backslash
13843 cmidrule(r){2-2}
13844 \backslash
13845 cmidrule(l){3-4}
13846 \backslash
13847 morecmidrules
13848 \backslash
13849 cmidrule{2-4}
13850 \end_layout
13851
13852 \begin_layout Standard
13853 La commande pour la sixième ligne est
13854 \end_layout
13855
13856 \begin_layout Standard
13857
13858 \series bold
13859
13860 \backslash
13861 midrule
13862 \backslash
13863 morecmidrules
13864 \backslash
13865 cmidrule{3-4}
13866 \end_layout
13867
13868 \begin_layout Standard
13869 \begin_inset VSpace bigskip
13870 \end_inset
13871
13872
13873 \end_layout
13874
13875 \begin_layout Standard
13876 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13877 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13878  font toute la largeur du tableau :
13879 \end_layout
13880
13881 \begin_layout Standard
13882
13883 \series bold
13884
13885 \backslash
13886 specialrule{largeur}{espace au dessus}{espace en dessous}
13887 \end_layout
13888
13889 \begin_layout Standard
13890 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13891  du paquetage LaTeX 
13892 \series bold
13893 booktabs
13894 \series default
13895  
13896 \begin_inset CommandInset citation
13897 LatexCommand cite
13898 key "booktabs"
13899
13900 \end_inset
13901
13902 .
13903 \begin_inset Index idx
13904 status collapsed
13905
13906 \begin_layout Plain Layout
13907 Paquetages LaTeX ! booktabs
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \end_layout
13914
13915 \begin_layout Standard
13916 \begin_inset Float table
13917 placement h
13918 wide false
13919 sideways false
13920 status open
13921
13922 \begin_layout Plain Layout
13923 \begin_inset Caption
13924
13925 \begin_layout Plain Layout
13926 \begin_inset CommandInset label
13927 LatexCommand label
13928 name "tab:Tableau-booktabs-special"
13929
13930 \end_inset
13931
13932 Tableau formel spécial
13933 \end_layout
13934
13935 \end_inset
13936
13937
13938 \end_layout
13939
13940 \begin_layout Plain Layout
13941 \align center
13942 \begin_inset Tabular
13943 <lyxtabular version="3" rows="8" columns="4">
13944 <features booktabs="true" tabularvalignment="middle">
13945 <column alignment="center" valignment="top" width="0">
13946 <column alignment="center" valignment="top" width="0">
13947 <column alignment="center" valignment="top" width="0">
13948 <column alignment="center" valignment="top" width="0">
13949 <row>
13950 <cell alignment="center" valignment="top" topline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 Système
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 Chip
13964 \begin_inset space \thinspace{}
13965 \end_inset
13966
13967 1
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 Chip
13977 \begin_inset space \thinspace{}
13978 \end_inset
13979
13980 2
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 </row>
13995 <row>
13996 <cell alignment="center" valignment="top" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 \begin_inset ERT
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004
14005
14006 \backslash
14007 cmidrule(r){2-2}
14008 \end_layout
14009
14010 \end_inset
14011
14012
14013 \begin_inset ERT
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017
14018
14019 \backslash
14020 cmidrule(l){3-4}
14021 \end_layout
14022
14023 \end_inset
14024
14025
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031
14032 \backslash
14033 morecmidrules 
14034 \end_layout
14035
14036 \end_inset
14037
14038
14039 \begin_inset ERT
14040 status collapsed
14041
14042 \begin_layout Plain Layout
14043
14044
14045 \backslash
14046 cmidrule{2-4}
14047 \end_layout
14048
14049 \end_inset
14050
14051 Epaisseur du capteur en µm
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 <cell alignment="center" valignment="top" usebox="none">
14057 \begin_inset Text
14058
14059 \begin_layout Plain Layout
14060 300
14061 \end_layout
14062
14063 \end_inset
14064 </cell>
14065 <cell alignment="center" valignment="top" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 300
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 700
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" topline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Plain Layout
14089 Angle biseau en °
14090 \end_layout
14091
14092 \end_inset
14093 </cell>
14094 <cell alignment="center" valignment="top" topline="true" usebox="none">
14095 \begin_inset Text
14096
14097 \begin_layout Plain Layout
14098 3.55
14099 \end_layout
14100
14101 \end_inset
14102 </cell>
14103 <cell alignment="center" valignment="top" topline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 2.71
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 7.99
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 </row>
14122 <row topspace="default">
14123 <cell alignment="center" valignment="top" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 Résolution spatiale en µm
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 4.26
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 10.17
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell alignment="center" valignment="top" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154 10.56
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 </row>
14160 <row topspace="default">
14161 <cell alignment="center" valignment="top" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 MTF à 
14166 \begin_inset Formula $f_{\mathrm{max}}$
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 0.53
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 0.37
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 0.39
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207 \begin_inset ERT
14208 status collapsed
14209
14210 \begin_layout Plain Layout
14211
14212
14213 \backslash
14214 morecmidrules 
14215 \end_layout
14216
14217 \end_inset
14218
14219
14220 \begin_inset ERT
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224
14225
14226 \backslash
14227 cmidrule{3-4}
14228 \end_layout
14229
14230 \end_inset
14231
14232 résolution spatiale LSF
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 </row>
14265 <row>
14266 <cell alignment="center" valignment="top" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 en µm
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 129.7
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 52.75
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 50.78
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 </row>
14303 <row>
14304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 en % de la taille des pixels
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14314 \begin_inset Text
14315
14316 \begin_layout Plain Layout
14317 76.3
14318 \end_layout
14319
14320 \end_inset
14321 </cell>
14322 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14323 \begin_inset Text
14324
14325 \begin_layout Plain Layout
14326 95.9
14327 \end_layout
14328
14329 \end_inset
14330 </cell>
14331 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14332 \begin_inset Text
14333
14334 \begin_layout Plain Layout
14335 92.3
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 </row>
14341 </lyxtabular>
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \begin_layout Section
14354 Alignement Vertical des Tableaux
14355 \begin_inset Index idx
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359 Tableau ! Alignement
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Standard
14368 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14369  doit être à l'intérieur d'une boîte.
14370  La boîte peut alors être alignée comme c'est décrit dans la 
14371 \begin_inset space ~
14372 \end_inset
14373
14374
14375 \begin_inset CommandInset ref
14376 LatexCommand ref
14377 reference "sec:Boîte-Dialogue"
14378
14379 \end_inset
14380
14381 .
14382 \end_layout
14383
14384 \begin_layout Standard
14385 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14386  minipage
14387 \begin_inset Foot
14388 status open
14389
14390 \begin_layout Plain Layout
14391 Les minipages son décrites dans la section
14392 \begin_inset space ~
14393 \end_inset
14394
14395
14396 \begin_inset CommandInset ref
14397 LatexCommand ref
14398 reference "sec:Minipages"
14399
14400 \end_inset
14401
14402 .
14403 \end_layout
14404
14405 \end_inset
14406
14407  dont la largeur est de 15
14408 \begin_inset space \thinspace{}
14409 \end_inset
14410
14411 col% :
14412 \end_layout
14413
14414 \begin_layout Itemize
14415 test 
14416 \begin_inset Box Frameless
14417 position "t"
14418 hor_pos "c"
14419 has_inner_box 1
14420 inner_pos "c"
14421 use_parbox 0
14422 use_makebox 0
14423 width "15col%"
14424 special "none"
14425 height "1in"
14426 height_special "totalheight"
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430 \begin_inset Tabular
14431 <lyxtabular version="3" rows="3" columns="3">
14432 <features tabularvalignment="middle">
14433 <column alignment="center" valignment="top" width="0">
14434 <column alignment="center" valignment="top" width="0">
14435 <column alignment="center" valignment="top" width="0">
14436 <row>
14437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14438 \begin_inset Text
14439
14440 \begin_layout Plain Layout
14441 a
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 d
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 g
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 </row>
14465 <row>
14466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Plain Layout
14470 b
14471 \end_layout
14472
14473 \end_inset
14474 </cell>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479 e
14480 \end_layout
14481
14482 \end_inset
14483 </cell>
14484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488 h
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 </row>
14494 <row>
14495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499 c
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508 f
14509 \end_layout
14510
14511 \end_inset
14512 </cell>
14513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14514 \begin_inset Text
14515
14516 \begin_layout Plain Layout
14517 i
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 </lyxtabular>
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \end_inset
14531
14532  test 
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537
14538
14539 \backslash
14540 raisebox{0.85
14541 \backslash
14542 baselineskip}{
14543 \end_layout
14544
14545 \end_inset
14546
14547
14548 \begin_inset Box Frameless
14549 position "t"
14550 hor_pos "c"
14551 has_inner_box 1
14552 inner_pos "c"
14553 use_parbox 0
14554 use_makebox 0
14555 width "15col%"
14556 special "none"
14557 height "1in"
14558 height_special "totalheight"
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562 \begin_inset Tabular
14563 <lyxtabular version="3" rows="3" columns="3">
14564 <features tabularvalignment="middle">
14565 <column alignment="center" valignment="top" width="0">
14566 <column alignment="center" valignment="top" width="0">
14567 <column alignment="center" valignment="top" width="0">
14568 <row>
14569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573 a
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582 d
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14588 \begin_inset Text
14589
14590 \begin_layout Plain Layout
14591 g
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 <row>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602 b
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 e
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 h
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 </row>
14626 <row>
14627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 c
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 f
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649 i
14650 \end_layout
14651
14652 \end_inset
14653 </cell>
14654 </row>
14655 </lyxtabular>
14656
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \end_inset
14663
14664
14665 \begin_inset ERT
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669
14670 }
14671 \end_layout
14672
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \begin_layout Itemize
14679 test 
14680 \begin_inset Box Frameless
14681 position "c"
14682 hor_pos "c"
14683 has_inner_box 1
14684 inner_pos "c"
14685 use_parbox 0
14686 use_makebox 0
14687 width "15col%"
14688 special "none"
14689 height "1in"
14690 height_special "totalheight"
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694 \begin_inset Tabular
14695 <lyxtabular version="3" rows="3" columns="3">
14696 <features tabularvalignment="middle">
14697 <column alignment="center" valignment="top" width="0">
14698 <column alignment="center" valignment="top" width="0">
14699 <column alignment="center" valignment="top" width="0">
14700 <row>
14701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14702 \begin_inset Text
14703
14704 \begin_layout Plain Layout
14705 a
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14711 \begin_inset Text
14712
14713 \begin_layout Plain Layout
14714 d
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14720 \begin_inset Text
14721
14722 \begin_layout Plain Layout
14723 g
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 </row>
14729 <row>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734 b
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743 e
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 h
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 </row>
14758 <row>
14759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 c
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 f
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 i
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 </row>
14787 </lyxtabular>
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \begin_layout Itemize
14800 test 
14801 \begin_inset Box Frameless
14802 position "b"
14803 hor_pos "c"
14804 has_inner_box 1
14805 inner_pos "c"
14806 use_parbox 0
14807 use_makebox 0
14808 width "15col%"
14809 special "none"
14810 height "1in"
14811 height_special "totalheight"
14812 status collapsed
14813
14814 \begin_layout Plain Layout
14815 \begin_inset Tabular
14816 <lyxtabular version="3" rows="3" columns="3">
14817 <features tabularvalignment="middle">
14818 <column alignment="center" valignment="top" width="0">
14819 <column alignment="center" valignment="top" width="0">
14820 <column alignment="center" valignment="top" width="0">
14821 <row>
14822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14823 \begin_inset Text
14824
14825 \begin_layout Plain Layout
14826 a
14827 \end_layout
14828
14829 \end_inset
14830 </cell>
14831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14832 \begin_inset Text
14833
14834 \begin_layout Plain Layout
14835 d
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 g
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 </row>
14850 <row>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 b
14856 \end_layout
14857
14858 \end_inset
14859 </cell>
14860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14861 \begin_inset Text
14862
14863 \begin_layout Plain Layout
14864 e
14865 \end_layout
14866
14867 \end_inset
14868 </cell>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873 h
14874 \end_layout
14875
14876 \end_inset
14877 </cell>
14878 </row>
14879 <row>
14880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 c
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 f
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902 i
14903 \end_layout
14904
14905 \end_inset
14906 </cell>
14907 </row>
14908 </lyxtabular>
14909
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \end_inset
14916
14917  test 
14918 \begin_inset ERT
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922
14923
14924 \backslash
14925 raisebox{-0.32
14926 \backslash
14927 baselineskip}{
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \begin_inset Box Frameless
14934 position "b"
14935 hor_pos "c"
14936 has_inner_box 1
14937 inner_pos "c"
14938 use_parbox 0
14939 use_makebox 0
14940 width "15col%"
14941 special "none"
14942 height "1in"
14943 height_special "totalheight"
14944 status collapsed
14945
14946 \begin_layout Plain Layout
14947 \begin_inset Tabular
14948 <lyxtabular version="3" rows="3" columns="3">
14949 <features tabularvalignment="middle">
14950 <column alignment="center" valignment="top" width="0">
14951 <column alignment="center" valignment="top" width="0">
14952 <column alignment="center" valignment="top" width="0">
14953 <row>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 a
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 d
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 g
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 </row>
14982 <row>
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 b
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 e
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 h
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 c
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025 f
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 i
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 </lyxtabular>
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \end_inset
15048
15049
15050 \begin_inset ERT
15051 status collapsed
15052
15053 \begin_layout Plain Layout
15054
15055 }
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \begin_layout Standard
15064 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15065  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15066  la ligne dans laquelle le tableau est inséré.
15067  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15068  boîte élévatrice (raisebox)
15069 \begin_inset Foot
15070 status collapsed
15071
15072 \begin_layout Plain Layout
15073 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15074 \begin_inset space ~
15075 \end_inset
15076
15077
15078 \begin_inset CommandInset ref
15079 LatexCommand ref
15080 reference "sub:Alignement-Vertical"
15081
15082 \end_inset
15083
15084 .
15085 \end_layout
15086
15087 \end_inset
15088
15089 .
15090  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15091  aligné en utilisant la commande en code TeX suivante 
15092 \end_layout
15093
15094 \begin_layout Standard
15095
15096 \series bold
15097
15098 \backslash
15099 raisebox{0.85
15100 \backslash
15101 baselineskip}{
15102 \end_layout
15103
15104 \begin_layout Standard
15105 placée juste avant la boîte minipage.
15106  Après la boîte on insère l'accolade fermante en code TeX.
15107  Pour le deuxième tableau de la dernière ligne, la commande 
15108 \end_layout
15109
15110 \begin_layout Standard
15111
15112 \series bold
15113
15114 \backslash
15115 raisebox{-0.32
15116 \backslash
15117 baselineskip}{
15118 \end_layout
15119
15120 \begin_layout Standard
15121 est utilisée.
15122 \end_layout
15123
15124 \begin_layout Standard
15125 \begin_inset Note Greyedout
15126 status open
15127
15128 \begin_layout Plain Layout
15129
15130 \series bold
15131 Note:
15132 \series default
15133  L'alignement entre le contenu de la ligne du tableau et le texte de la
15134  ligne qui l'entoure ne peut pas être parfait.
15135  Le facteur utilisé dans la commande 
15136 \series bold
15137
15138 \backslash
15139 raisebox
15140 \series default
15141  pour obtenir cet alignement dépend de la police de caractères du document,
15142  de la taille de la police et de l'épaisseur des lignes du tableau.
15143 \end_layout
15144
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \begin_layout Section
15151 Tableaux Colorés
15152 \begin_inset CommandInset label
15153 LatexCommand label
15154 name "sec:Tableaux-Colorés"
15155
15156 \end_inset
15157
15158
15159 \begin_inset Index idx
15160 status collapsed
15161
15162 \begin_layout Plain Layout
15163 Tableau ! Coloré
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Subsection
15172 Cellules Colorées
15173 \begin_inset Index idx
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177 Couleur des tableaux ! Pour les cellules
15178 \end_layout
15179
15180 \end_inset
15181
15182
15183 \begin_inset Index idx
15184 status collapsed
15185
15186 \begin_layout Plain Layout
15187 Couleur ! Pour les cellules de tableau
15188 \end_layout
15189
15190 \end_inset
15191
15192
15193 \end_layout
15194
15195 \begin_layout Standard
15196 \begin_inset Float table
15197 placement h
15198 wide false
15199 sideways false
15200 status open
15201
15202 \begin_layout Plain Layout
15203 \begin_inset Caption
15204
15205 \begin_layout Plain Layout
15206 \begin_inset CommandInset label
15207 LatexCommand label
15208 name "tab:Tableau-coloré-sans-colortbl"
15209
15210 \end_inset
15211
15212 Tableau coloré sans utiliser le paquetage  
15213 \series bold
15214 colortbl
15215 \series default
15216
15217 \begin_inset Argument
15218 status open
15219
15220 \begin_layout Plain Layout
15221 Tableau sans colortbl
15222 \end_layout
15223
15224 \end_inset
15225
15226
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \begin_layout Plain Layout
15235 \align center
15236 \begin_inset Tabular
15237 <lyxtabular version="3" rows="3" columns="3">
15238 <features tabularvalignment="middle">
15239 <column alignment="center" valignment="top" width="0">
15240 <column alignment="center" valignment="top" width="0">
15241 <column alignment="center" valignment="top" width="0">
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 a
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 red
15260 b
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 red
15271 c
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 </row>
15277 <row>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282
15283 \color green
15284 d
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293
15294 \color blue
15295 e
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \color blue
15306 f
15307 \end_layout
15308
15309 \end_inset
15310 </cell>
15311 </row>
15312 <row>
15313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317
15318 \color green
15319 g
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328
15329 \color blue
15330 h
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339
15340 \color blue
15341 i
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 </lyxtabular>
15348
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \begin_layout Standard
15360 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15361  et choisissez une couleur dans le menu 
15362 \family sans
15363 Éditer\SpecialChar \menuseparator
15364 Style
15365 \begin_inset space ~
15366 \end_inset
15367
15368 de
15369 \begin_inset space ~
15370 \end_inset
15371
15372 Texte
15373 \family default
15374 .
15375  C'est ce qui a été utilisé pour créer le tableau
15376 \begin_inset space ~
15377 \end_inset
15378
15379
15380 \begin_inset CommandInset ref
15381 LatexCommand ref
15382 reference "tab:Tableau-coloré-sans-colortbl"
15383
15384 \end_inset
15385
15386 .
15387  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15388 \series bold
15389 colortbl
15390 \series default
15391 .
15392 \begin_inset Index idx
15393 status collapsed
15394
15395 \begin_layout Plain Layout
15396 Paquetages LaTeX ! colortbl
15397 \end_layout
15398
15399 \end_inset
15400
15401
15402 \end_layout
15403
15404 \begin_layout Standard
15405 \begin_inset ERT
15406 status collapsed
15407
15408 \begin_layout Plain Layout
15409
15410
15411 \backslash
15412 ifcolortbl
15413 \end_layout
15414
15415 \end_inset
15416
15417
15418 \begin_inset Note Note
15419 status open
15420
15421 \begin_layout Plain Layout
15422 La section qui suit ne sera affichée que si vous avez installé le paquetage
15423  LaTeX 
15424 \series bold
15425 colortbl
15426 \series default
15427 .
15428 \end_layout
15429
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \begin_layout Standard
15436 Pour créer des tableaux colorés, vous devez charger le paquetage
15437 \series bold
15438  colortbl
15439 \series default
15440  dans le préambule avec la ligne
15441 \end_layout
15442
15443 \begin_layout Standard
15444
15445 \series bold
15446
15447 \backslash
15448 usepackage{colortbl}
15449 \end_layout
15450
15451 \begin_layout Standard
15452 On choisit la couleur d'une colonne avec la commande 
15453 \end_layout
15454
15455 \begin_layout Standard
15456
15457 \series bold
15458
15459 \backslash
15460 columncolor{nom de couleur}
15461 \end_layout
15462
15463 \begin_layout Standard
15464 à l'intérieur d'une commande 
15465 \series bold
15466 >{ }
15467 \series default
15468 .
15469  Vous trouverez plus d'information sur la commande 
15470 \series bold
15471 >{}
15472 \series default
15473  dans la section
15474 \begin_inset space ~
15475 \end_inset
15476
15477
15478 \begin_inset CommandInset ref
15479 LatexCommand ref
15480 reference "sub:Calculs-multicolonnes"
15481
15482 \end_inset
15483
15484 .
15485 \end_layout
15486
15487 \begin_layout Standard
15488 Les noms de couleurs suivants sont prédéfinis :
15489 \end_layout
15490
15491 \begin_layout Standard
15492
15493 \family sans
15494 red
15495 \family default
15496  (rouge), 
15497 \family sans
15498 green
15499 \family default
15500  (vert), 
15501 \family sans
15502 yellow
15503 \family default
15504  (jaune), 
15505 \family sans
15506 blue
15507 \family default
15508  (bleu), 
15509 \family sans
15510 cyan
15511 \family default
15512
15513 \family sans
15514 magenta
15515 \family default
15516
15517 \family sans
15518 black 
15519 \family default
15520 (noir) et 
15521 \family sans
15522 white 
15523 \family default
15524 (blanc).
15525 \end_layout
15526
15527 \begin_layout Standard
15528 \begin_inset VSpace medskip
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \begin_layout Standard
15535 Vous pouvez aussi définir votre propre couleur avec la commande
15536 \end_layout
15537
15538 \begin_layout Standard
15539
15540 \series bold
15541
15542 \backslash
15543 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15544 \end_layout
15545
15546 \begin_layout Standard
15547 Le modèle de couleur peut être
15548 \end_layout
15549
15550 \begin_layout Labeling
15551 \labelwidthstring 00.00.0000
15552 cmyk: cyan, magenta, jaune (yellow), noir (black)
15553 \end_layout
15554
15555 \begin_layout Labeling
15556 \labelwidthstring 00.00.0000
15557 rgb: red, vert (green), bleu (blue)
15558 \end_layout
15559
15560 \begin_layout Labeling
15561 \labelwidthstring 00.00.0000
15562 gray dégradé de gris (gray)
15563 \end_layout
15564
15565 \begin_layout Standard
15566 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15567  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15568 \end_layout
15569
15570 \begin_layout Standard
15571 Vous pouvez par exemple définir la couleur 
15572 \begin_inset Quotes eld
15573 \end_inset
15574
15575
15576 \emph on
15577 vertfonce
15578 \begin_inset Quotes erd
15579 \end_inset
15580
15581  dans le préambule avec la ligne
15582 \end_layout
15583
15584 \begin_layout Standard
15585
15586 \series bold
15587
15588 \backslash
15589 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15590 \end_layout
15591
15592 \begin_layout Standard
15593 et la couleur "
15594 \emph on
15595 grisclair
15596 \emph default
15597 " avec
15598 \end_layout
15599
15600 \begin_layout Standard
15601
15602 \series bold
15603
15604 \backslash
15605 definecolor{grisclair}{gray}{0.8}
15606 \end_layout
15607
15608 \begin_layout Standard
15609 \begin_inset VSpace medskip
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \begin_layout Standard
15616 Les lignes sont colorées avec la commande
15617 \end_layout
15618
15619 \begin_layout Standard
15620
15621 \series bold
15622
15623 \backslash
15624 rowcolor{nom de la couleur}
15625 \end_layout
15626
15627 \begin_layout Standard
15628 et les cellules sont colorées avec la commande
15629 \end_layout
15630
15631 \begin_layout Standard
15632
15633 \series bold
15634
15635 \backslash
15636 cellcolor{nom de la couleur}
15637 \end_layout
15638
15639 \begin_layout Standard
15640 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15641 \end_layout
15642
15643 \begin_layout Standard
15644 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15645  choisissez une couleur dans le menu 
15646 \family sans
15647 Éditer\SpecialChar \menuseparator
15648 Style
15649 \begin_inset space ~
15650 \end_inset
15651
15652 de
15653 \begin_inset space ~
15654 \end_inset
15655
15656 Texte
15657 \family default
15658 .
15659  Si une cellule contient du code TeX, faites bien attention à ne colorer
15660  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15661 \end_layout
15662
15663 \begin_layout Standard
15664 \begin_inset Note Greyedout
15665 status open
15666
15667 \begin_layout Plain Layout
15668
15669 \series bold
15670 Note:
15671 \series default
15672  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15673  définies par l'utilisateur.
15674 \end_layout
15675
15676 \end_inset
15677
15678
15679 \end_layout
15680
15681 \begin_layout Standard
15682 \begin_inset VSpace bigskip
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \begin_layout Standard
15689 Pour créer le tableau
15690 \begin_inset space ~
15691 \end_inset
15692
15693
15694 \begin_inset CommandInset ref
15695 LatexCommand ref
15696 reference "tab:Tableau-coloré-avec-colortbl"
15697
15698 \end_inset
15699
15700  faites ce qui suit : La couleur de la première colonne doit être 
15701 \emph on
15702 vertfonce
15703 \emph default
15704 .
15705  On insère donc la commande
15706 \end_layout
15707
15708 \begin_layout Standard
15709
15710 \series bold
15711 >{
15712 \backslash
15713 columncolor{vertfonce}
15714 \backslash
15715 centering}c
15716 \end_layout
15717
15718 \begin_layout Standard
15719 en code TeX pour cette colonne.
15720  La première ligne doit être bleue
15721 \begin_inset Note Note
15722 status open
15723
15724 \begin_layout Plain Layout
15725 cyan ? (NdT)
15726 \end_layout
15727
15728 \end_inset
15729
15730 , d'où la commande en code TeX
15731 \end_layout
15732
15733 \begin_layout Standard
15734
15735 \series bold
15736
15737 \backslash
15738 rowcolor{cyan}
15739 \end_layout
15740
15741 \begin_layout Standard
15742 qui est insérée dans la première cellule de cette ligne.
15743  Notez que cela annule la couleur de colonne pour la première cellule.
15744  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15745  en code TeX la commande
15746 \end_layout
15747
15748 \begin_layout Standard
15749
15750 \series bold
15751
15752 \backslash
15753 cellcolor{magenta}
15754 \end_layout
15755
15756 \begin_layout Standard
15757 Les caractères peuvent maintenant être colorés en utilisant le menu 
15758 \family sans
15759 Éditer\SpecialChar \menuseparator
15760 Style
15761 \begin_inset space ~
15762 \end_inset
15763
15764 de
15765 \begin_inset space ~
15766 \end_inset
15767
15768 Texte
15769 \family default
15770 .
15771 \end_layout
15772
15773 \begin_layout Standard
15774 \begin_inset Float table
15775 placement h
15776 wide false
15777 sideways false
15778 status open
15779
15780 \begin_layout Plain Layout
15781 \begin_inset Caption
15782
15783 \begin_layout Plain Layout
15784 \begin_inset CommandInset label
15785 LatexCommand label
15786 name "tab:Tableau-coloré-avec-colortbl"
15787
15788 \end_inset
15789
15790 Tableau coloré en utilisant le paquetage 
15791 \series bold
15792 colortbl
15793 \series default
15794
15795 \begin_inset Argument
15796 status collapsed
15797
15798 \begin_layout Plain Layout
15799 Tableau avec colortbl
15800 \end_layout
15801
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \begin_layout Plain Layout
15813 \align center
15814 \begin_inset Tabular
15815 <lyxtabular version="3" rows="3" columns="3">
15816 <features tabularvalignment="middle">
15817 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15818 <column alignment="center" valignment="top" width="0">
15819 <column alignment="center" valignment="top" width="0">
15820 <row>
15821 <cell alignment="center" valignment="top" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825 \begin_inset ERT
15826 status collapsed
15827
15828 \begin_layout Plain Layout
15829
15830
15831 \backslash
15832 rowcolor{cyan}
15833 \end_layout
15834
15835 \end_inset
15836
15837
15838 \color magenta
15839 a
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 red
15850 b
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 red
15861 c
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 d
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 e
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
15895 \color blue
15896 f
15897 \end_layout
15898
15899 \end_inset
15900 </cell>
15901 </row>
15902 <row>
15903 <cell alignment="center" valignment="top" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \color yellow
15909 g
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \color blue
15920 h
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 \begin_inset ERT
15930 status collapsed
15931
15932 \begin_layout Plain Layout
15933
15934
15935 \backslash
15936 cellcolor{magenta}
15937 \end_layout
15938
15939 \end_inset
15940
15941
15942 \color green
15943 i
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 </row>
15949 </lyxtabular>
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \end_inset
15957
15958
15959 \end_layout
15960
15961 \begin_layout Standard
15962 \begin_inset ERT
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966
15967
15968 \backslash
15969 else
15970 \end_layout
15971
15972 \end_inset
15973
15974
15975 \begin_inset Note Note
15976 status open
15977
15978 \begin_layout Plain Layout
15979 Ce qui suit sera affiché si le paquetage 
15980 \series bold
15981 colortbl
15982 \series default
15983  n'est pas installé :
15984 \end_layout
15985
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \begin_layout Standard
15992 Vous devez installer le paquetage 
15993 \series bold
15994 colortbl
15995 \series default
15996  pour voir le contenu des cette section dans la sortie imprimée.
15997 \end_layout
15998
15999 \begin_layout Standard
16000 \begin_inset ERT
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004
16005
16006 \backslash
16007 fi
16008 \end_layout
16009
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \begin_layout Subsection
16016 Les filets colorées
16017 \begin_inset Index idx
16018 status collapsed
16019
16020 \begin_layout Plain Layout
16021 Tableau Coloré ! Pour les filets
16022 \end_layout
16023
16024 \end_inset
16025
16026
16027 \begin_inset Index idx
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031 Couleur ! Pour les filets des tableaux
16032 \end_layout
16033
16034 \end_inset
16035
16036
16037 \begin_inset Note Note
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041 on parle de filets plutôt que de lignes pour les tableaux
16042 \end_layout
16043
16044 \end_inset
16045
16046
16047 \end_layout
16048
16049 \begin_layout Standard
16050 Comme c'est décrit dans la section
16051 \begin_inset space ~
16052 \end_inset
16053
16054
16055 \begin_inset CommandInset ref
16056 LatexCommand ref
16057 reference "sub:Epaisseur-filets"
16058
16059 \end_inset
16060
16061 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16062  variable 
16063 \series bold
16064
16065 \backslash
16066 arrayrulewidth
16067 \series default
16068 .
16069  Elle est mise à 1.5
16070 \begin_inset space \thinspace{}
16071 \end_inset
16072
16073 pt pour tous les tableaux de cette section.
16074 \begin_inset ERT
16075 status collapsed
16076
16077 \begin_layout Plain Layout
16078
16079
16080 \backslash
16081 setlength{
16082 \backslash
16083 arrayrulewidth}{1.5pt}
16084 \end_layout
16085
16086 \end_inset
16087
16088
16089 \end_layout
16090
16091 \begin_layout Standard
16092 Pour colorer les filets verticaux, par exemple en vert, créez le format
16093  de colonne suivant dans le préambule du document, en suivant la description
16094  de la section
16095 \begin_inset space ~
16096 \end_inset
16097
16098
16099 \begin_inset CommandInset ref
16100 LatexCommand ref
16101 reference "sub:Formats-personnalisés"
16102
16103 \end_inset
16104
16105 :
16106 \end_layout
16107
16108 \begin_layout Standard
16109
16110 \series bold
16111
16112 \backslash
16113 newcolumntype{W}{!{
16114 \backslash
16115 color{green}
16116 \backslash
16117 vline}}
16118 \end_layout
16119
16120 \begin_layout Standard
16121 Pour le tableau
16122 \begin_inset space ~
16123 \end_inset
16124
16125
16126 \begin_inset CommandInset ref
16127 LatexCommand ref
16128 reference "tab:Tableau-filets-verticaux-colorés"
16129
16130 \end_inset
16131
16132  le paramètre LaTeX
16133 \series bold
16134  WcW
16135 \series default
16136  a été utilisé pour la dernière colonne et
16137 \series bold
16138  Wc
16139 \series default
16140  pour les autres colonnes.
16141 \end_layout
16142
16143 \begin_layout Standard
16144 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16145 \end_layout
16146
16147 \begin_layout Standard
16148 \begin_inset Float table
16149 placement h
16150 wide false
16151 sideways false
16152 status open
16153
16154 \begin_layout Plain Layout
16155 \begin_inset Caption
16156
16157 \begin_layout Plain Layout
16158 \begin_inset CommandInset label
16159 LatexCommand label
16160 name "tab:Tableau-filets-verticaux-colorés"
16161
16162 \end_inset
16163
16164 Tableau avec filets verticaux colorés
16165 \end_layout
16166
16167 \end_inset
16168
16169
16170 \end_layout
16171
16172 \begin_layout Plain Layout
16173 \align center
16174 \begin_inset Tabular
16175 <lyxtabular version="3" rows="3" columns="3">
16176 <features tabularvalignment="middle">
16177 <column alignment="center" valignment="top" width="0" special="Wc">
16178 <column alignment="center" valignment="top" width="0" special="Wc">
16179 <column alignment="center" valignment="top" width="0" special="WcW">
16180 <row>
16181 <cell alignment="center" valignment="top" topline="true" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 sd
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 <row>
16210 <cell alignment="center" valignment="top" topline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" topline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 sd
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" topline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 </row>
16238 <row>
16239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16240 \begin_inset Text
16241
16242 \begin_layout Plain Layout
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 sd
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 </row>
16267 </lyxtabular>
16268
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \end_inset
16275
16276
16277 \end_layout
16278
16279 \begin_layout Standard
16280 \begin_inset VSpace bigskip
16281 \end_inset
16282
16283 Pour colorer les filets horizontaux en rouge comme pour le tableau
16284 \begin_inset space ~
16285 \end_inset
16286
16287
16288 \begin_inset CommandInset ref
16289 LatexCommand ref
16290 reference "tab:Tableau-filet-horizontaux-colorés"
16291
16292 \end_inset
16293
16294 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16295  le flottant de tableau :
16296 \end_layout
16297
16298 \begin_layout Standard
16299
16300 \series bold
16301
16302 \backslash
16303 let
16304 \backslash
16305 myHlineC
16306 \backslash
16307 hline
16308 \begin_inset Newline newline
16309 \end_inset
16310
16311
16312 \backslash
16313 renewcommand{
16314 \backslash
16315 hline}
16316 \begin_inset Newline newline
16317 \end_inset
16318
16319
16320 \begin_inset Phantom HPhantom
16321 status open
16322
16323 \begin_layout Plain Layout
16324
16325 \series bold
16326 \begin_inset space ~
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \end_inset
16333
16334 {
16335 \backslash
16336 arrayrulecolor{red}
16337 \backslash
16338 myHlineC
16339 \backslash
16340 arrayrulecolor{black}}
16341 \end_layout
16342
16343 \begin_layout Standard
16344 \begin_inset ERT
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348
16349
16350 \backslash
16351 let
16352 \backslash
16353 myHlineC
16354 \backslash
16355 hline
16356 \end_layout
16357
16358 \begin_layout Plain Layout
16359
16360
16361 \backslash
16362 renewcommand{
16363 \backslash
16364 hline}
16365 \end_layout
16366
16367 \begin_layout Plain Layout
16368
16369  {
16370 \backslash
16371 arrayrulecolor{red}
16372 \backslash
16373 myHlineC
16374 \backslash
16375 arrayrulecolor{black}}
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \begin_inset Float table
16382 placement h
16383 wide false
16384 sideways false
16385 status open
16386
16387 \begin_layout Plain Layout
16388 \begin_inset Caption
16389
16390 \begin_layout Plain Layout
16391 \begin_inset CommandInset label
16392 LatexCommand label
16393 name "tab:Tableau-filet-horizontaux-colorés"
16394
16395 \end_inset
16396
16397 Tableau avec filets horizontaux colorés
16398 \end_layout
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \begin_layout Plain Layout
16406 \align center
16407 \begin_inset Tabular
16408 <lyxtabular version="3" rows="3" columns="3">
16409 <features tabularvalignment="middle">
16410 <column alignment="center" valignment="top" width="0">
16411 <column alignment="center" valignment="top" width="0">
16412 <column alignment="center" valignment="top" width="0">
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418 sd
16419 \end_layout
16420
16421 \end_inset
16422 </cell>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 sd
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 sd
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 </lyxtabular>
16501
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \begin_layout Standard
16513 Pour revenir à la couleur noire implicite, insérez la commande suivante
16514  en code TeX, juste après le tableau ou le flottant de tableau :
16515 \end_layout
16516
16517 \begin_layout Standard
16518
16519 \series bold
16520
16521 \backslash
16522 renewcommand{
16523 \backslash
16524 hline}{
16525 \backslash
16526 myHlineC}
16527 \end_layout
16528
16529 \begin_layout Standard
16530 Le tableau
16531 \begin_inset space ~
16532 \end_inset
16533
16534
16535 \begin_inset CommandInset ref
16536 LatexCommand ref
16537 reference "tab:Tableau-avec-filets-colorés"
16538
16539 \end_inset
16540
16541  est un exemple avec des filets horizontaux et verticaux colorés.
16542 \end_layout
16543
16544 \begin_layout Standard
16545 \begin_inset Float table
16546 placement h
16547 wide false
16548 sideways false
16549 status open
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Caption
16553
16554 \begin_layout Plain Layout
16555 \begin_inset CommandInset label
16556 LatexCommand label
16557 name "tab:Tableau-avec-filets-colorés"
16558
16559 \end_inset
16560
16561 Tableau avec filets horizontaux et verticaux colorés
16562 \end_layout
16563
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \begin_layout Plain Layout
16570 \align center
16571 \begin_inset Tabular
16572 <lyxtabular version="3" rows="3" columns="3">
16573 <features tabularvalignment="middle">
16574 <column alignment="center" valignment="top" width="0" special="Wc">
16575 <column alignment="center" valignment="top" width="0" special="Wc">
16576 <column alignment="center" valignment="top" width="0" special="WcW">
16577 <row>
16578 <cell alignment="center" valignment="top" topline="true" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 sd
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 sd
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" topline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row topspace="default">
16636 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 sd
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 </lyxtabular>
16665
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \begin_layout Standard
16677 \begin_inset ERT
16678 status collapsed
16679
16680 \begin_layout Plain Layout
16681
16682
16683 \backslash
16684 renewcommand{
16685 \backslash
16686 hline}{
16687 \backslash
16688 myHlineC}
16689 \end_layout
16690
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \begin_layout Standard
16697 \begin_inset ERT
16698 status collapsed
16699
16700 \begin_layout Plain Layout
16701
16702
16703 \backslash
16704 setlength{
16705 \backslash
16706 arrayrulewidth}{0.4pt}
16707 \end_layout
16708
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \begin_layout Section
16715 Personnalisation des Tableaux
16716 \begin_inset Index idx
16717 status collapsed
16718
16719 \begin_layout Plain Layout
16720 Tableau ! Personnalisation
16721 \end_layout
16722
16723 \end_inset
16724
16725
16726 \begin_inset Index idx
16727 status collapsed
16728
16729 \begin_layout Plain Layout
16730 Personnalisation des tableaux
16731 \end_layout
16732
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \begin_layout Subsection
16739 Espacement des lignes
16740 \begin_inset CommandInset label
16741 LatexCommand label
16742 name "sub:Espacement-lignes"
16743
16744 \end_inset
16745
16746
16747 \begin_inset Index idx
16748 status collapsed
16749
16750 \begin_layout Plain Layout
16751 Personnalisation des tableaux ! Espacement des lignes
16752 \end_layout
16753
16754 \end_inset
16755
16756
16757 \end_layout
16758
16759 \begin_layout Standard
16760 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16761  l'onglet 
16762 \family sans
16763 Bordures
16764 \family default
16765  de la fenêtre de dialogue 
16766 \family sans
16767 Paramètres
16768 \begin_inset space ~
16769 \end_inset
16770
16771 du
16772 \begin_inset space ~
16773 \end_inset
16774
16775 tableau
16776 \family default
16777 .
16778  Vous y trouverez trois possibilités :
16779 \end_layout
16780
16781 \begin_layout Description
16782 Haut
16783 \begin_inset space ~
16784 \end_inset
16785
16786 de
16787 \begin_inset space ~
16788 \end_inset
16789
16790 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16791  Si le tableau est un tableau formel
16792 \begin_inset Foot
16793 status collapsed
16794
16795 \begin_layout Plain Layout
16796 Les tableaux formels sont décrits dans la section
16797 \begin_inset space ~
16798 \end_inset
16799
16800
16801 \begin_inset CommandInset ref
16802 LatexCommand ref
16803 reference "sec:Tableaux-Formels"
16804
16805 \end_inset
16806
16807 .
16808 \end_layout
16809
16810 \end_inset
16811
16812  LyX va insérer implicitement un espace de 0.5
16813 \begin_inset space \thinspace{}
16814 \end_inset
16815
16816 em.
16817  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16818  les filets verticaux comme dans le tableau suivant :
16819 \begin_inset VSpace medskip
16820 \end_inset
16821
16822
16823 \begin_inset Newline newline
16824 \end_inset
16825
16826
16827 \begin_inset space \hspace*{}
16828 \length 0pt
16829 \end_inset
16830
16831
16832 \begin_inset space \hfill{}
16833 \end_inset
16834
16835
16836 \begin_inset Tabular
16837 <lyxtabular version="3" rows="3" columns="1">
16838 <features tabularvalignment="middle">
16839 <column alignment="center" valignment="top" width="0">
16840 <row>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 A
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row topspace="3mm">
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 espace de 3
16857 \begin_inset space \thinspace{}
16858 \end_inset
16859
16860 mm en haut de la ligne
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 C
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 </row>
16877 </lyxtabular>
16878
16879 \end_inset
16880
16881
16882 \begin_inset space \hfill{}
16883 \end_inset
16884
16885
16886 \begin_inset space \hspace*{}
16887 \length 0pt
16888 \end_inset
16889
16890
16891 \begin_inset VSpace medskip
16892 \end_inset
16893
16894
16895 \begin_inset Newline newline
16896 \end_inset
16897
16898 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16899  pas de filets verticaux.
16900 \end_layout
16901
16902 \begin_layout Description
16903 Bas
16904 \begin_inset space ~
16905 \end_inset
16906
16907 de
16908 \begin_inset space ~
16909 \end_inset
16910
16911 ligne va ajouter de l'espace sous les caractères de la ligne.
16912  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16913  de 0.5
16914 \begin_inset space \thinspace{}
16915 \end_inset
16916
16917 em, pour les tableaux normaux, l'espace implicite est de 2
16918 \begin_inset space \thinspace{}
16919 \end_inset
16920
16921 pt.
16922 \end_layout
16923
16924 \begin_layout Description
16925 Entre
16926 \begin_inset space ~
16927 \end_inset
16928
16929 les
16930 \begin_inset space ~
16931 \end_inset
16932
16933 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16934  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16935  de 0.5
16936 \begin_inset space \thinspace{}
16937 \end_inset
16938
16939 em.
16940  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16941  les filets verticaux comme dans le tableau suivant :
16942 \begin_inset VSpace medskip
16943 \end_inset
16944
16945
16946 \begin_inset Newline newline
16947 \end_inset
16948
16949
16950 \begin_inset space \hspace*{}
16951 \length 0pt
16952 \end_inset
16953
16954
16955 \begin_inset space \hfill{}
16956 \end_inset
16957
16958
16959 \begin_inset Tabular
16960 <lyxtabular version="3" rows="3" columns="1">
16961 <features tabularvalignment="middle">
16962 <column alignment="center" valignment="top" width="0">
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 A
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row interlinespace="3mm">
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\downarrow$
16980 \end_inset
16981
16982  espace de 3
16983 \begin_inset space \thinspace{}
16984 \end_inset
16985
16986 mm entre les lignes 
16987 \begin_inset Formula $\downarrow$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 </row>
16996 <row>
16997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $\uparrow$
17002 \end_inset
17003
17004  espace de 3
17005 \begin_inset space \thinspace{}
17006 \end_inset
17007
17008 mm entre les lignes 
17009 \begin_inset Formula $\uparrow$
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 </row>
17018 </lyxtabular>
17019
17020 \end_inset
17021
17022
17023 \begin_inset space \hfill{}
17024 \end_inset
17025
17026
17027 \begin_inset space \hspace*{}
17028 \length 0pt
17029 \end_inset
17030
17031
17032 \begin_inset VSpace medskip
17033 \end_inset
17034
17035
17036 \begin_inset Newline newline
17037 \end_inset
17038
17039 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17040  pas de filets verticaux.
17041 \end_layout
17042
17043 \begin_layout Standard
17044 \begin_inset VSpace bigskip
17045 \end_inset
17046
17047 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17048  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17049  dans le préambule :
17050 \end_layout
17051
17052 \begin_layout Standard
17053
17054 \series bold
17055
17056 \backslash
17057 @ifundefined{extrarowheight}
17058 \begin_inset Newline newline
17059 \end_inset
17060
17061
17062 \begin_inset Phantom HPhantom
17063 status open
17064
17065 \begin_layout Plain Layout
17066
17067 \series bold
17068 \begin_inset space ~
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \end_inset
17075
17076 {
17077 \backslash
17078 usepackage{array}}{}
17079 \begin_inset Newline newline
17080 \end_inset
17081
17082
17083 \backslash
17084 setlength{
17085 \backslash
17086 extrarowheight}{height}
17087 \end_layout
17088
17089 \begin_layout Standard
17090 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17091  plus exactement centré verticalement.
17092  (le paquetage 
17093 \series bold
17094 array 
17095 \series default
17096 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17097  auto-définis.
17098  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17099  
17100 \series bold
17101
17102 \backslash
17103 @ifundefined
17104 \series default
17105  dans la commande précédente.)
17106 \end_layout
17107
17108 \begin_layout Standard
17109 Si vous utilisez des polices de taille plus grande que la taille normale,
17110  les bordures des tableaux sont souvent trop proches du texte.
17111  On peut corriger ce problème en insérant la commande 
17112 \series bold
17113
17114 \begin_inset space \space{}
17115 \end_inset
17116
17117
17118 \backslash
17119 strut
17120 \series default
17121  en code TeX au debut d'une ligne du tableau.
17122  Le tableau
17123 \lang english
17124
17125 \begin_inset space ~
17126 \end_inset
17127
17128
17129 \begin_inset CommandInset ref
17130 LatexCommand ref
17131 reference "tab:Alignement-vertical"
17132
17133 \end_inset
17134
17135
17136 \lang french
17137  montre l'effet de cette commande.
17138 \end_layout
17139
17140 \begin_layout Standard
17141 \noindent
17142 \begin_inset Float table
17143 placement h
17144 wide false
17145 sideways false
17146 status open
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Caption
17150
17151 \begin_layout Plain Layout
17152 \begin_inset CommandInset label
17153 LatexCommand label
17154 name "tab:Alignement-vertical"
17155
17156 \end_inset
17157
17158 Alignement vertical d'un texte avec une police de grande taille.
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Plain Layout
17167 \begin_inset space \hfill{}
17168 \end_inset
17169
17170
17171 \begin_inset Float table
17172 wide false
17173 sideways false
17174 status collapsed
17175
17176 \begin_layout Plain Layout
17177 \begin_inset Caption
17178
17179 \begin_layout Plain Layout
17180 Tableau normal.
17181 \end_layout
17182
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \begin_layout Plain Layout
17189 \noindent
17190 \align center
17191 \begin_inset Tabular
17192 <lyxtabular version="3" rows="6" columns="1">
17193 <features tabularvalignment="middle">
17194 <column alignment="left" valignment="top" width="0">
17195 <row>
17196 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200 Normal, g
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \size large
17213 Large
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \size larger
17226 Larger
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \size largest
17239 Largest
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250
17251 \size huge
17252 Huge
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \size huge
17265 Huger
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 </lyxtabular>
17272
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \end_inset
17279
17280
17281 \begin_inset space \hfill{}
17282 \end_inset
17283
17284
17285 \begin_inset Float table
17286 wide false
17287 sideways false
17288 status collapsed
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Caption
17292
17293 \begin_layout Plain Layout
17294 Tableau utilisant la commande 
17295 \series bold
17296
17297 \backslash
17298 strut
17299 \series default
17300 .
17301 \end_layout
17302
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \begin_layout Plain Layout
17309 \noindent
17310 \align center
17311 \begin_inset Tabular
17312 <lyxtabular version="3" rows="6" columns="1">
17313 <features tabularvalignment="middle">
17314 <column alignment="left" valignment="top" width="0">
17315 <row>
17316 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 Normal, g
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \size large
17333 \begin_inset ERT
17334 status collapsed
17335
17336 \begin_layout Plain Layout
17337
17338
17339 \backslash
17340 strut 
17341 \end_layout
17342
17343 \end_inset
17344
17345 Large
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \size larger
17358 \begin_inset ERT
17359 status collapsed
17360
17361 \begin_layout Plain Layout
17362
17363
17364 \backslash
17365 strut 
17366 \end_layout
17367
17368 \end_inset
17369
17370 Larger
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \size largest
17383 \begin_inset ERT
17384 status collapsed
17385
17386 \begin_layout Plain Layout
17387
17388
17389 \backslash
17390 strut 
17391 \end_layout
17392
17393 \end_inset
17394
17395 Largest
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \size huge
17408 \begin_inset ERT
17409 status collapsed
17410
17411 \begin_layout Plain Layout
17412
17413
17414 \backslash
17415 strut 
17416 \end_layout
17417
17418 \end_inset
17419
17420 Huge
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \size giant
17433 \begin_inset ERT
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437
17438
17439 \backslash
17440 strut 
17441 \end_layout
17442
17443 \end_inset
17444
17445
17446 \size huge
17447 Huger
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 </row>
17453 </lyxtabular>
17454
17455 \end_inset
17456
17457
17458 \end_layout
17459
17460 \end_inset
17461
17462
17463 \begin_inset space \hfill{}
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \begin_layout Standard
17475 \begin_inset Newpage newpage
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Subsection
17482 Alignements de cellules spéciaux
17483 \begin_inset CommandInset label
17484 LatexCommand label
17485 name "sub:Alignements-de-cellules"
17486
17487 \end_inset
17488
17489
17490 \begin_inset Index idx
17491 status collapsed
17492
17493 \begin_layout Plain Layout
17494 Personnalisation des tableaux ! Alignement de cellules spéciaux
17495 \end_layout
17496
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \begin_layout Standard
17503 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17504  cellules sur un caractère donné, par exemple le séparateur décimal comme
17505  dans le tableau
17506 \begin_inset space ~
17507 \end_inset
17508
17509
17510 \begin_inset CommandInset ref
17511 LatexCommand ref
17512 reference "tab:Tableau-centré-sur-séparateur-1"
17513
17514 \end_inset
17515
17516 .
17517  
17518 \lang english
17519 This alignment is achieved by setting the cursor into the column and then
17520  either pressing the toolbar button
17521 \lang french
17522  
17523 \begin_inset Graphics
17524         filename ../../images/tabular-feature_align-decimal.png
17525         scale 85
17526         scaleBeforeRotation
17527
17528 \end_inset
17529
17530  
17531 \lang english
17532 or setting the alignment in the table settings to 
17533 \family sans
17534 At
17535 \begin_inset space ~
17536 \end_inset
17537
17538 Decimal
17539 \begin_inset space ~
17540 \end_inset
17541
17542 Separator
17543 \family default
17544 .
17545  The alignment character can be a character of your choice and is specified
17546  in the table settings.
17547 \end_layout
17548
17549 \begin_layout Standard
17550 \begin_inset Float table
17551 placement h
17552 wide false
17553 sideways false
17554 status open
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Caption
17558
17559 \begin_layout Plain Layout
17560 \begin_inset CommandInset label
17561 LatexCommand label
17562 name "tab:Tableau-centré-sur-séparateur-1"
17563
17564 \end_inset
17565
17566 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \begin_layout Plain Layout
17575 \align center
17576 \begin_inset Tabular
17577 <lyxtabular version="3" rows="4" columns="1">
17578 <features booktabs="true" tabularvalignment="middle">
17579 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17580 <row>
17581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 en-tête
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row>
17592 <cell alignment="center" valignment="top" topline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596 12,6
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 0,68
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 -123,0
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 </lyxtabular>
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 \begin_inset Float table
17638 placement h
17639 wide false
17640 sideways false
17641 status open
17642
17643 \begin_layout Plain Layout
17644 \begin_inset Caption
17645
17646 \begin_layout Plain Layout
17647 \begin_inset CommandInset label
17648 LatexCommand label
17649 name "tab:Tableau-centré-sur-séparateur-2"
17650
17651 \end_inset
17652
17653 Les cellules d'une colonnes sont centrées sur les opérateurs.
17654 \end_layout
17655
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \begin_layout Plain Layout
17662 \align center
17663 \begin_inset Tabular
17664 <lyxtabular version="3" rows="4" columns="2">
17665 <features booktabs="true" tabularvalignment="middle">
17666 <column alignment="right" valignment="top" width="0pt">
17667 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17668 <row>
17669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673 en-tête
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 \begin_inset Formula $12\,+$
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 <cell alignment="center" valignment="top" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Formula $\,6$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 <row>
17715 <cell alignment="center" valignment="top" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 \begin_inset Formula $0\,-$
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 \begin_inset Formula $\,68$
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 </row>
17740 <row>
17741 <cell alignment="center" valignment="top" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745 \begin_inset Formula $-123\,/$
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 \begin_inset Formula $\,0$
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 </row>
17766 </lyxtabular>
17767
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Standard
17779
17780 \lang english
17781 For alignments at characters in formulas this method does not work because
17782  the field to specify the alignment character does not allow formulas.
17783  In this case one need to use the method from
17784 \lang french
17785  tableau
17786 \begin_inset space ~
17787 \end_inset
17788
17789
17790 \begin_inset CommandInset ref
17791 LatexCommand ref
17792 reference "tab:Tableau-centré-sur-séparateur-2"
17793
17794 \end_inset
17795
17796 .
17797  Ce tableau a été créé comme un tableau 4×2.
17798  L'en-tête est une cellule multicolonne centrée.
17799  La première colonne est alignée à droite et contient le 
17800 \lang english
17801 first part including the operator.
17802  The second column is left aligned and contains the rest.
17803  A small space was added at the beginning of each cell of the second column
17804  to get the space that is usually around operators.
17805
17806 \lang french
17807  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17808  tableau, le paramètre LaTeX suivant 
17809 \lang english
17810 was used
17811 \lang french
17812  pour la deuxième colonne :
17813 \end_layout
17814
17815 \begin_layout Standard
17816
17817 \series bold
17818 @{}l
17819 \end_layout
17820
17821 \begin_layout Standard
17822 Le tableau
17823 \begin_inset space ~
17824 \end_inset
17825
17826
17827 \begin_inset CommandInset ref
17828 LatexCommand ref
17829 reference "tab:Plusieurs-exemples-alignements"
17830
17831 \end_inset
17832
17833  montre quelques exemples d'alignements.
17834  Pour l'alignement sur l'opérateur de relation, 
17835 \lang english
17836 a small space was added like for the second column of
17837 \lang french
17838  tableau
17839 \begin_inset space ~
17840 \end_inset
17841
17842
17843 \begin_inset CommandInset ref
17844 LatexCommand ref
17845 reference "tab:Tableau-centré-sur-séparateur-2"
17846
17847 \end_inset
17848
17849 .
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \begin_inset Float table
17854 wide false
17855 sideways false
17856 status open
17857
17858 \begin_layout Plain Layout
17859 \begin_inset Caption
17860
17861 \begin_layout Plain Layout
17862 \begin_inset CommandInset label
17863 LatexCommand label
17864 name "tab:Plusieurs-exemples-alignements"
17865
17866 \end_inset
17867
17868 Plusieurs exemples d'alignement de cellules.
17869 \end_layout
17870
17871 \end_inset
17872
17873
17874 \end_layout
17875
17876 \begin_layout Plain Layout
17877 \align center
17878 \begin_inset Tabular
17879 <lyxtabular version="3" rows="4" columns="6">
17880 <features tabularvalignment="middle">
17881 <column alignment="right" valignment="top" width="0">
17882 <column alignment="left" valignment="top" width="0" special="@{}l">
17883 <column alignment="right" valignment="top" width="0">
17884 <column alignment="left" valignment="top" width="0" special="@{}l">
17885 <column alignment="right" valignment="top" width="0">
17886 <column alignment="left" valignment="top" width="0" special="@{}l">
17887 <row>
17888 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892 unités
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 exposants
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 relations
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17934 \begin_inset Text
17935
17936 \begin_layout Plain Layout
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 </row>
17943 <row>
17944 <cell alignment="center" valignment="top" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 12×
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 24
17958 \begin_inset space \thinspace{}
17959 \end_inset
17960
17961 bouteilles
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 \begin_inset Formula $10\cdot$
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 \begin_inset Formula $10^{\mbox{-}17}$
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 \begin_inset Formula $\Gamma(t)\propto$
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 \begin_inset Formula $\:\Upsilon(t)$
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 </row>
18015 <row>
18016 <cell alignment="center" valignment="top" usebox="none">
18017 \begin_inset Text
18018
18019 \begin_layout Plain Layout
18020 1024×
18021 \end_layout
18022
18023 \end_inset
18024 </cell>
18025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18026 \begin_inset Text
18027
18028 \begin_layout Plain Layout
18029 768
18030 \begin_inset space \thinspace{}
18031 \end_inset
18032
18033 Pixels
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 \begin_inset Formula $5.78\cdot$
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 \begin_inset Formula $10^{7}$
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 \begin_inset Formula $A\ne$
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 <cell alignment="center" valignment="top" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 \begin_inset Formula $\: B_{\mathrm{red}}$
18079 \end_inset
18080
18081
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 </row>
18087 <row>
18088 <cell alignment="center" valignment="top" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 32×
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 6
18102 \begin_inset space \thinspace{}
18103 \end_inset
18104
18105 cm
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 -
18115 \begin_inset Formula $33.5\cdot$
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Formula $10^{4}$
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 \begin_inset Formula $\sin(\alpha)\ge$
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 \begin_inset Formula $\:\sin(\beta)$
18152 \end_inset
18153
18154
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 </lyxtabular>
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \begin_layout Subsection
18173 Formats de cellule et de colonne personnalisés
18174 \begin_inset CommandInset label
18175 LatexCommand label
18176 name "sub:Formats-personnalisés"
18177
18178 \end_inset
18179
18180
18181 \begin_inset Index idx
18182 status collapsed
18183
18184 \begin_layout Plain Layout
18185 Personnalisation des tableaux !  Format de cellule/colonne
18186 \end_layout
18187
18188 \end_inset
18189
18190
18191 \end_layout
18192
18193 \begin_layout Standard
18194 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18195  multicolonne comme dans la section
18196 \begin_inset space ~
18197 \end_inset
18198
18199
18200 \begin_inset CommandInset ref
18201 LatexCommand ref
18202 reference "sub:Calculs-multicolonnes"
18203
18204 \end_inset
18205
18206  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18207  multicolonnes.
18208  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18209  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18210  du document.
18211  Le format est défini avec la commande
18212 \end_layout
18213
18214 \begin_layout Standard
18215
18216 \series bold
18217
18218 \backslash
18219 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18220 \end_layout
18221
18222 \begin_layout Standard
18223 Le nom du format peut n'avoir qu'une lettre.
18224  Les lettres 
18225 \emph on
18226 b
18227 \emph default
18228
18229 \emph on
18230 c
18231 \emph default
18232
18233 \emph on
18234 l
18235 \emph default
18236
18237 \emph on
18238 m
18239 \emph default
18240
18241 \emph on
18242 p
18243 \emph default
18244  et 
18245 \emph on
18246 r
18247 \emph default
18248  sont prédéfinies et donc ne peuvent être utilisées.
18249  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \begin_inset VSpace medskip
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 Pour de cellules multicolonnes centrées verticalement et horizontalement
18261  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18262  :
18263 \end_layout
18264
18265 \begin_layout Standard
18266
18267 \series bold
18268
18269 \backslash
18270 newcolumntype{M}[1]{>{
18271 \backslash
18272 centering
18273 \backslash
18274 hspace{0pt}}m{#1}}
18275 \end_layout
18276
18277 \begin_layout Standard
18278 Où le 
18279 \series bold
18280
18281 \backslash
18282 hspace{0pt}
18283 \series default
18284  évite le problème de césure du premier mot, comme c'est décrit en section
18285 \begin_inset space ~
18286 \end_inset
18287
18288
18289 \begin_inset CommandInset ref
18290 LatexCommand ref
18291 reference "sub:Lignes-multiple-dans-cellule"
18292
18293 \end_inset
18294
18295 .
18296  Ensuite, vous pouvez entrer
18297 \end_layout
18298
18299 \begin_layout Standard
18300
18301 \series bold
18302 M{width}
18303 \end_layout
18304
18305 \begin_layout Standard
18306 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18307  une multicolonne.
18308 \end_layout
18309
18310 \begin_layout Standard
18311 \begin_inset VSpace bigskip
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18319  définir le format
18320 \end_layout
18321
18322 \begin_layout Standard
18323
18324 \series bold
18325
18326 \backslash
18327 newcolumntype{S}[2]{>{
18328 \backslash
18329 centering
18330 \backslash
18331 hspace{0pt}}
18332 \begin_inset Newline newline
18333 \end_inset
18334
18335
18336 \begin_inset Phantom HPhantom
18337 status open
18338
18339 \begin_layout Plain Layout
18340
18341 \series bold
18342
18343 \backslash
18344 newcolumntype{S}[2]
18345 \end_layout
18346
18347 \end_inset
18348
18349 m{(#1+(2
18350 \backslash
18351 tabcolsep+
18352 \backslash
18353 arrayrulewidth)*(1-#2))/#2}}
18354 \end_layout
18355
18356 \begin_layout Standard
18357 Ce format utilise l'équation
18358 \begin_inset space ~
18359 \end_inset
18360
18361
18362 \begin_inset CommandInset ref
18363 LatexCommand eqref
18364 reference "eq:Wgn"
18365
18366 \end_inset
18367
18368  pour calculer la largeur que doit avoir chacune des cellules couverte par
18369  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18370 \end_layout
18371
18372 \begin_layout Standard
18373 Ensuite, vous pouvez entrer
18374 \end_layout
18375
18376 \begin_layout Standard
18377
18378 \series bold
18379 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18380 \end_layout
18381
18382 \begin_layout Standard
18383 comme paramètre LaTeX de la colonne.
18384 \end_layout
18385
18386 \begin_layout Standard
18387 \begin_inset VSpace bigskip
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \begin_layout Standard
18394 Pour des colonnes colorées, vous pouvez définir
18395 \end_layout
18396
18397 \begin_layout Standard
18398
18399 \series bold
18400
18401 \backslash
18402 newcolumntype{K}[1]{>{
18403 \backslash
18404 columncolor{#1}
18405 \backslash
18406 hspace{0pt}}c}
18407 \end_layout
18408
18409 \begin_layout Standard
18410 Le 
18411 \begin_inset Quotes eld
18412 \end_inset
18413
18414 c
18415 \begin_inset Quotes erd
18416 \end_inset
18417
18418  à la fin crée une colonne de largeur variable dont le texte est centré
18419  horizontalement.
18420  Vous pouvez maintenant entrer
18421 \end_layout
18422
18423 \begin_layout Standard
18424
18425 \series bold
18426 K{nom de couleur}
18427 \end_layout
18428
18429 \begin_layout Standard
18430 comme paramètre LaTeX.
18431 \end_layout
18432
18433 \begin_layout Standard
18434 \begin_inset VSpace bigskip
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 Pour créer le tableau
18442 \begin_inset space ~
18443 \end_inset
18444
18445
18446 \begin_inset CommandInset ref
18447 LatexCommand ref
18448 reference "tab:Tableau-formats-personnalisés"
18449
18450 \end_inset
18451
18452  utilisez les paramètres LaTeX
18453 \end_layout
18454
18455 \begin_layout Standard
18456
18457 \series bold
18458 M{2.5cm}
18459 \end_layout
18460
18461 \begin_layout Standard
18462 pour la première colonne et la multicolonne,
18463 \end_layout
18464
18465 \begin_layout Standard
18466
18467 \series bold
18468 K{red}
18469 \end_layout
18470
18471 \begin_layout Standard
18472 pour la dernière colonne, et
18473 \end_layout
18474
18475 \begin_layout Standard
18476
18477 \series bold
18478 S{2.5cm}{2}
18479 \end_layout
18480
18481 \begin_layout Standard
18482 pour les cellules de la deuxième colonne.
18483 \end_layout
18484
18485 \begin_layout Standard
18486 \begin_inset Float table
18487 placement h
18488 wide false
18489 sideways false
18490 status open
18491
18492 \begin_layout Plain Layout
18493 \begin_inset Caption
18494
18495 \begin_layout Plain Layout
18496 \begin_inset CommandInset label
18497 LatexCommand label
18498 name "tab:Tableau-formats-personnalisés"
18499
18500 \end_inset
18501
18502 Tableau utilisant des formats personnalisés
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \end_layout
18509
18510 \begin_layout Plain Layout
18511 \align center
18512 \begin_inset Tabular
18513 <lyxtabular version="3" rows="3" columns="4">
18514 <features tabularvalignment="middle">
18515 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18516 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18517 <column alignment="center" valignment="middle" width="0">
18518 <column alignment="center" valignment="middle" width="0" special="K{red}">
18519 <row>
18520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 motTrèsLongDansUneCellule
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 multicolonne avec multiligne
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 c
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 <row>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 d
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 e
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 f
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 g
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 h
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 i
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 j
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 k
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 </row>
18633 </lyxtabular>
18634
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Subsection
18646 Épaisseur des filets
18647 \begin_inset CommandInset label
18648 LatexCommand label
18649 name "sub:Epaisseur-filets"
18650
18651 \end_inset
18652
18653
18654 \begin_inset Index idx
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658 Personnalisation des tableaux ! Épaisseur filets
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18668  
18669 \series bold
18670
18671 \backslash
18672 arrayrulewidth
18673 \series default
18674 .
18675  Pour mettre, par exemple, une épaisseur de filet de 1.5
18676 \begin_inset space \thinspace{}
18677 \end_inset
18678
18679 pt, comme pour le tableau
18680 \begin_inset space ~
18681 \end_inset
18682
18683
18684 \begin_inset CommandInset ref
18685 LatexCommand ref
18686 reference "tab:Tableau-filets-1.5pt"
18687
18688 \end_inset
18689
18690 , insérez la commande
18691 \end_layout
18692
18693 \begin_layout Standard
18694
18695 \series bold
18696
18697 \backslash
18698 setlength{
18699 \backslash
18700 arrayrulewidth}{1.5pt}
18701 \end_layout
18702
18703 \begin_layout Standard
18704 en code TeX avant le tableau ou le flottant de tableau.
18705  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18706  suivent.
18707  pour revenir aux valeurs implicites, mettez 
18708 \series bold
18709
18710 \backslash
18711 arrayrulewidth
18712 \series default
18713  à 0.4
18714 \begin_inset space \thinspace{}
18715 \end_inset
18716
18717 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18718 \end_layout
18719
18720 \begin_layout Standard
18721 \begin_inset ERT
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725
18726
18727 \backslash
18728 setlength{
18729 \backslash
18730 arrayrulewidth}{1.5pt}
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \begin_inset Float table
18737 wide false
18738 sideways false
18739 status open
18740
18741 \begin_layout Plain Layout
18742 \begin_inset Caption
18743
18744 \begin_layout Plain Layout
18745 \begin_inset CommandInset label
18746 LatexCommand label
18747 name "tab:Tableau-filets-1.5pt"
18748
18749 \end_inset
18750
18751 Tableau avec des filets de 1.5
18752 \begin_inset space \thinspace{}
18753 \end_inset
18754
18755 pt
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Plain Layout
18764 \align center
18765 \begin_inset Tabular
18766 <lyxtabular version="3" rows="3" columns="3">
18767 <features tabularvalignment="middle">
18768 <column alignment="center" valignment="top" width="0">
18769 <column alignment="center" valignment="top" width="0">
18770 <column alignment="center" valignment="top" width="0">
18771 <row>
18772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18773 \begin_inset Text
18774
18775 \begin_layout Plain Layout
18776 sd
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18782 \begin_inset Text
18783
18784 \begin_layout Plain Layout
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 </row>
18800 <row>
18801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814 sd
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 </row>
18829 <row>
18830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852 sd
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 </row>
18858 </lyxtabular>
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \end_inset
18866
18867
18868 \begin_inset ERT
18869 status collapsed
18870
18871 \begin_layout Plain Layout
18872
18873
18874 \backslash
18875 setlength{
18876 \backslash
18877 arrayrulewidth}{0.4pt}
18878 \end_layout
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Standard
18886 \begin_inset VSpace bigskip
18887 \end_inset
18888
18889 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18890 \begin_inset space \thinspace{}
18891 \end_inset
18892
18893 pt, comme dans le tableau
18894 \begin_inset space ~
18895 \end_inset
18896
18897
18898 \begin_inset CommandInset ref
18899 LatexCommand ref
18900 reference "tab:Tableau-filets-horizontaux-1.5pt"
18901
18902 \end_inset
18903
18904 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18905  de tableau :
18906 \end_layout
18907
18908 \begin_layout Standard
18909
18910 \series bold
18911
18912 \backslash
18913 let
18914 \backslash
18915 myHline
18916 \backslash
18917 hline
18918 \begin_inset Newline newline
18919 \end_inset
18920
18921
18922 \backslash
18923 renewcommand{
18924 \backslash
18925 hline}
18926 \begin_inset Newline newline
18927 \end_inset
18928
18929  {
18930 \backslash
18931 noalign{
18932 \backslash
18933 global
18934 \backslash
18935 arrayrulewidth 1.5pt}
18936 \begin_inset Newline newline
18937 \end_inset
18938
18939  
18940 \backslash
18941 myHline
18942 \backslash
18943 noalign{
18944 \backslash
18945 global
18946 \backslash
18947 arrayrulewidth 0.4pt}}
18948 \end_layout
18949
18950 \begin_layout Standard
18951 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18952  en code TeX après le tableau ou le flottant de tableau :
18953 \end_layout
18954
18955 \begin_layout Standard
18956
18957 \series bold
18958
18959 \backslash
18960 renewcommand{
18961 \backslash
18962 hline}{
18963 \backslash
18964 myHline}
18965 \end_layout
18966
18967 \begin_layout Standard
18968 \begin_inset ERT
18969 status collapsed
18970
18971 \begin_layout Plain Layout
18972
18973
18974 \backslash
18975 let
18976 \backslash
18977 myHline
18978 \backslash
18979 hline
18980 \end_layout
18981
18982 \begin_layout Plain Layout
18983
18984
18985 \backslash
18986 renewcommand{
18987 \backslash
18988 hline}
18989 \end_layout
18990
18991 \begin_layout Plain Layout
18992
18993  {
18994 \backslash
18995 noalign{
18996 \backslash
18997 global
18998 \backslash
18999 arrayrulewidth 1.5pt}
19000 \end_layout
19001
19002 \begin_layout Plain Layout
19003
19004   
19005 \backslash
19006 myHline
19007 \backslash
19008 noalign{
19009 \backslash
19010 global
19011 \backslash
19012 arrayrulewidth 0.4pt}}
19013 \end_layout
19014
19015 \end_inset
19016
19017
19018 \begin_inset Float table
19019 wide false
19020 sideways false
19021 status open
19022
19023 \begin_layout Plain Layout
19024 \begin_inset Caption
19025
19026 \begin_layout Plain Layout
19027 \begin_inset CommandInset label
19028 LatexCommand label
19029 name "tab:Tableau-filets-horizontaux-1.5pt"
19030
19031 \end_inset
19032
19033 Tableau avec des filets horizontaux de 1.5
19034 \begin_inset space \thinspace{}
19035 \end_inset
19036
19037 pt
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout Plain Layout
19046 \align center
19047 \begin_inset Tabular
19048 <lyxtabular version="3" rows="3" columns="3">
19049 <features tabularvalignment="middle">
19050 <column alignment="center" valignment="top" width="0">
19051 <column alignment="center" valignment="top" width="0">
19052 <column alignment="center" valignment="top" width="0">
19053 <row>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 sd
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 <row>
19083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19084 \begin_inset Text
19085
19086 \begin_layout Plain Layout
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 sd
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 <row>
19112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 sd
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 </lyxtabular>
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \end_inset
19148
19149
19150 \begin_inset ERT
19151 status collapsed
19152
19153 \begin_layout Plain Layout
19154
19155
19156 \backslash
19157 renewcommand{
19158 \backslash
19159 hline}{
19160 \backslash
19161 myHline}
19162 \end_layout
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 \begin_inset VSpace bigskip
19171 \end_inset
19172
19173 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19174 \begin_inset space \thinspace{}
19175 \end_inset
19176
19177 pt, créez le format de colonne suivant dans le préambule, en suivant la
19178  description de la section
19179 \begin_inset space ~
19180 \end_inset
19181
19182
19183 \begin_inset CommandInset ref
19184 LatexCommand ref
19185 reference "sub:Formats-personnalisés"
19186
19187 \end_inset
19188
19189 :
19190 \end_layout
19191
19192 \begin_layout Standard
19193
19194 \series bold
19195
19196 \backslash
19197 newcolumntype{V}{!{
19198 \backslash
19199 vrule width 1.5pt}}
19200 \end_layout
19201
19202 \begin_layout Standard
19203 Pour le tableau
19204 \begin_inset space ~
19205 \end_inset
19206
19207
19208 \begin_inset CommandInset ref
19209 LatexCommand ref
19210 reference "tab:Tableau-filets-verticaux-1.5pt"
19211
19212 \end_inset
19213
19214  le paramètre LaTeX 
19215 \end_layout
19216
19217 \begin_layout Standard
19218
19219 \series bold
19220 VcV
19221 \end_layout
19222
19223 \begin_layout Standard
19224 a été utilisé pour la dernière colonne et
19225 \end_layout
19226
19227 \begin_layout Standard
19228
19229 \series bold
19230 Vc
19231 \end_layout
19232
19233 \begin_layout Standard
19234 pour les autres colonnes.
19235 \end_layout
19236
19237 \begin_layout Standard
19238 \begin_inset Float table
19239 wide false
19240 sideways false
19241 status open
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Caption
19245
19246 \begin_layout Plain Layout
19247 \begin_inset CommandInset label
19248 LatexCommand label
19249 name "tab:Tableau-filets-verticaux-1.5pt"
19250
19251 \end_inset
19252
19253 Tableau avec des filets verticaux de 1.5
19254 \begin_inset space \thinspace{}
19255 \end_inset
19256
19257 pt 
19258 \end_layout
19259
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Plain Layout
19266 \align center
19267 \begin_inset Tabular
19268 <lyxtabular version="3" rows="3" columns="3">
19269 <features tabularvalignment="middle">
19270 <column alignment="center" valignment="top" width="0" special="Vc">
19271 <column alignment="center" valignment="top" width="0" special="Vc">
19272 <column alignment="center" valignment="top" width="0" special="VcV">
19273 <row>
19274 <cell alignment="center" valignment="top" topline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278 sd
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 <cell alignment="center" valignment="top" topline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 </row>
19302 <row>
19303 <cell alignment="center" valignment="top" topline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 sd
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 sd
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 </lyxtabular>
19361
19362 \end_inset
19363
19364
19365 \end_layout
19366
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \begin_layout Subsection
19373 Filets à traits interrompus
19374 \begin_inset Index idx
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378 Personnalisation des tableaux ! Filets à traits interrompus
19379 \end_layout
19380
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \begin_layout Standard
19387 \begin_inset ERT
19388 status collapsed
19389
19390 \begin_layout Plain Layout
19391
19392
19393 \backslash
19394 ifarydshln
19395 \end_layout
19396
19397 \end_inset
19398
19399
19400 \begin_inset Note Note
19401 status open
19402
19403 \begin_layout Plain Layout
19404 La section suivante ne s'affichera que si vous avez installé le paquetage
19405  LaTeX 
19406 \series bold
19407 arydshln
19408 \series default
19409 .
19410 \end_layout
19411
19412 \end_inset
19413
19414
19415 \end_layout
19416
19417 \begin_layout Standard
19418 \begin_inset Float table
19419 placement H
19420 wide false
19421 sideways false
19422 status open
19423
19424 \begin_layout Plain Layout
19425 \begin_inset Caption
19426
19427 \begin_layout Plain Layout
19428 \begin_inset CommandInset label
19429 LatexCommand label
19430 name "tab:Tableau-filets-tirets"
19431
19432 \end_inset
19433
19434 Tableau avec des filets à traits interrompus
19435 \end_layout
19436
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \begin_layout Plain Layout
19443 \align center
19444 \begin_inset Tabular
19445 <lyxtabular version="3" rows="5" columns="5">
19446 <features tabularvalignment="middle">
19447 <column alignment="center" valignment="top" width="0">
19448 <column alignment="center" valignment="top" width="0">
19449 <column alignment="center" valignment="top" width="0" special=":c">
19450 <column alignment="center" valignment="top" width="0">
19451 <column alignment="center" valignment="top" width="0">
19452 <row>
19453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457 a
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 b
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19472 \begin_inset Text
19473
19474 \begin_layout Plain Layout
19475 c
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 d
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 e
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 <row>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 f
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 g
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" topline="true" usebox="none">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 h
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 i
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 j
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 </row>
19546 <row>
19547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 \begin_inset ERT
19552 status collapsed
19553
19554 \begin_layout Plain Layout
19555
19556
19557 \backslash
19558 hdashline 
19559 \end_layout
19560
19561 \end_inset
19562
19563 k
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19569 \begin_inset Text
19570
19571 \begin_layout Plain Layout
19572 l
19573 \end_layout
19574
19575 \end_inset
19576 </cell>
19577 <cell alignment="center" valignment="top" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 m
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 n
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 o
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 <row>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610 \begin_inset ERT
19611 status collapsed
19612
19613 \begin_layout Plain Layout
19614
19615
19616 \backslash
19617 cdashline{4-5}
19618 \end_layout
19619
19620 \end_inset
19621
19622 p
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 q
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 r
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 s
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 </row>
19664 <row>
19665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 t
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 u
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 v
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 w
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 x
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 </lyxtabular>
19712
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \begin_layout Standard
19724 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19725  donc employer du code TeX.
19726  Mais avant il faut charger le paquetage LaTeX 
19727 \series bold
19728 arydshln
19729 \series default
19730
19731 \begin_inset Index idx
19732 status collapsed
19733
19734 \begin_layout Plain Layout
19735 Paquetages LaTeX ! arydshln
19736 \end_layout
19737
19738 \end_inset
19739
19740  dans le préambule du document avec la commande 
19741 \end_layout
19742
19743 \begin_layout Standard
19744
19745 \series bold
19746
19747 \backslash
19748 usepackage{arydshln}
19749 \end_layout
19750
19751 \begin_layout Standard
19752 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19753  
19754 \begin_inset Quotes eld
19755 \end_inset
19756
19757 :
19758 \begin_inset Quotes erd
19759 \end_inset
19760
19761  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19762  dans la fenêtre de dialogue de paramètre du tableau.
19763 \end_layout
19764
19765 \begin_layout Standard
19766 Pour un trait horizontal interrompu, ajoutez la commande
19767 \end_layout
19768
19769 \begin_layout Standard
19770
19771 \series bold
19772
19773 \backslash
19774 hdashline
19775 \end_layout
19776
19777 \begin_layout Standard
19778 en code TeX comme premier élément de la première cellule de la ligne de
19779  tableau.
19780 \end_layout
19781
19782 \begin_layout Standard
19783 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19784  commande 
19785 \end_layout
19786
19787 \begin_layout Standard
19788
19789 \series bold
19790
19791 \backslash
19792 cdashline{
19793 \series default
19794 numéros de colonnes}
19795 \end_layout
19796
19797 \begin_layout Standard
19798 en code TeX comme premier élément de la première cellule de la ligne.
19799  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19800  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19801 \end_layout
19802
19803 \begin_layout Standard
19804
19805 \series bold
19806
19807 \backslash
19808 cdashline{2-4}
19809 \end_layout
19810
19811 \begin_layout Standard
19812 comme premier élément de la première cellule de la ligne contenant la multicolon
19813 ne.
19814 \end_layout
19815
19816 \begin_layout Standard
19817 \begin_inset VSpace bigskip
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Standard
19824 Le tableau
19825 \begin_inset space ~
19826 \end_inset
19827
19828
19829 \begin_inset CommandInset ref
19830 LatexCommand ref
19831 reference "tab:Tableau-filets-tirets"
19832
19833 \end_inset
19834
19835  a été créé en utilisant 
19836 \begin_inset Quotes eld
19837 \end_inset
19838
19839
19840 \series bold
19841 :c
19842 \series default
19843
19844 \begin_inset Quotes erd
19845 \end_inset
19846
19847  comme paramètre LaTeX pour la troisième colonne.
19848  La commande en code TeX 
19849 \series bold
19850
19851 \backslash
19852 hdashline
19853 \series default
19854  a été insérée dans la première cellule de la troisième ligne et la commande
19855  en code TeX 
19856 \series bold
19857
19858 \backslash
19859 cdashline{4-5}
19860 \series default
19861  a été insérée dans la première cellule de la quatrième ligne.
19862 \end_layout
19863
19864 \begin_layout Standard
19865 \begin_inset Note Greyedout
19866 status open
19867
19868 \begin_layout Plain Layout
19869
19870 \series bold
19871 Note:
19872 \series default
19873  Le paquetage LaTeX 
19874 \series bold
19875 arydshln
19876 \series default
19877  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19878  
19879 \series bold
19880 colortbl
19881 \series default
19882
19883 \begin_inset Index idx
19884 status collapsed
19885
19886 \begin_layout Plain Layout
19887 Paquetages LaTeX ! colortbl
19888 \end_layout
19889
19890 \end_inset
19891
19892  qui est utilisé pour avoir des tableaux colorés dans la section
19893 \begin_inset space ~
19894 \end_inset
19895
19896
19897 \begin_inset CommandInset ref
19898 LatexCommand ref
19899 reference "sec:Tableaux-Colorés"
19900
19901 \end_inset
19902
19903 .
19904  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19905  traits interrompus.
19906 \end_layout
19907
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \begin_layout Standard
19914 \begin_inset ERT
19915 status collapsed
19916
19917 \begin_layout Plain Layout
19918
19919
19920 \backslash
19921 else
19922 \end_layout
19923
19924 \end_inset
19925
19926
19927 \begin_inset Note Note
19928 status open
19929
19930 \begin_layout Plain Layout
19931 Ce qui suit sera affiché si le paquetage LaTeX 
19932 \series bold
19933 arydshln
19934 \series default
19935  n'est pas installé :
19936 \end_layout
19937
19938 \end_inset
19939
19940
19941 \end_layout
19942
19943 \begin_layout Standard
19944 Vous devez installer le paquetage LaTeX 
19945 \series bold
19946 arydshln
19947 \series default
19948  pour voir le contenu des cette section dans la sortie imprimée.
19949 \end_layout
19950
19951 \begin_layout Standard
19952 \begin_inset ERT
19953 status collapsed
19954
19955 \begin_layout Plain Layout
19956
19957
19958 \backslash
19959 fi
19960 \end_layout
19961
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \begin_layout Chapter
19968 Flottants
19969 \begin_inset Index idx
19970 status collapsed
19971
19972 \begin_layout Plain Layout
19973 Flottants
19974 \end_layout
19975
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \begin_layout Section
19982 Introduction
19983 \begin_inset CommandInset label
19984 LatexCommand label
19985 name "sec:Flottants-Introduction"
19986
19987 \end_inset
19988
19989
19990 \begin_inset Index idx
19991 status collapsed
19992
19993 \begin_layout Plain Layout
19994 Flottants ! Introduction
19995 \end_layout
19996
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 Un flottant est une portion de document, qui peut être associé à une étiquette
20004  et dont la position n'est pas fixée.
20005  Il peut 
20006 \begin_inset Quotes eld
20007 \end_inset
20008
20009 flotter
20010 \begin_inset Quotes erd
20011 \end_inset
20012
20013  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
20014  plus approprié.
20015  Les 
20016 \family sans
20017 Notes
20018 \begin_inset space ~
20019 \end_inset
20020
20021 en
20022 \begin_inset space ~
20023 \end_inset
20024
20025 Bas
20026 \begin_inset space ~
20027 \end_inset
20028
20029 de
20030 \begin_inset space ~
20031 \end_inset
20032
20033 Page
20034 \family default
20035  et le 
20036 \family sans
20037 Notes
20038 \begin_inset space ~
20039 \end_inset
20040
20041 en
20042 \begin_inset space ~
20043 \end_inset
20044
20045 Marge
20046 \family default
20047  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
20048  sur la page suivante quand il y a trop de notes sur la page courante.
20049 \end_layout
20050
20051 \begin_layout Standard
20052 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20053  très grande qualité.
20054  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20055  éviter des lignes blanches ou des pages sans texte.
20056  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20057  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20058  le texte.
20059  Les flottants sont donc numérotés.
20060  Les références croisées sont décrites dans la section
20061 \begin_inset space ~
20062 \end_inset
20063
20064
20065 \begin_inset CommandInset ref
20066 LatexCommand ref
20067 reference "sec:Referencer-les-Flottants"
20068
20069 \end_inset
20070
20071 .
20072 \end_layout
20073
20074 \begin_layout Standard
20075 Pour insérer un flottant, on utilise un des sous menus du menu 
20076 \family sans
20077 Insérer\SpecialChar \menuseparator
20078 Flottant.
20079
20080 \family default
20081  Une boîte va être insérée dans votre document avec par exemple une étiquette
20082  du genre 
20083 \begin_inset Quotes eld
20084 \end_inset
20085
20086 Figure
20087 \begin_inset space ~
20088 \end_inset
20089
20090 #:
20091 \begin_inset Quotes erd
20092 \end_inset
20093
20094  (où # est un numéro).
20095  L'étiquette est automatiquement traduite dans la langue du document dans
20096  la sortie finale.
20097  Après l'étiquette vous pouvez insérer du texte comme légende.
20098  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20099  séparé, à l'intérieur du flottant.
20100  Vous trouverez plus de détails sur le positionnement des légendes dans
20101  la section
20102 \begin_inset space ~
20103 \end_inset
20104
20105
20106 \begin_inset CommandInset ref
20107 LatexCommand ref
20108 reference "sec:Placement-légende"
20109
20110 \end_inset
20111
20112 .
20113  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20114  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20115  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20116  Une boîte de flottant fermée ressemble à ceci : 
20117 \begin_inset Graphics
20118         filename clipart/floatQt4.png
20119         scale 60
20120
20121 \end_inset
20122
20123  – une case grise avec un texte rouge.
20124 \end_layout
20125
20126 \begin_layout Standard
20127 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20128  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20129  est formaté de façon particulière.
20130 \end_layout
20131
20132 \begin_layout Section
20133 Les Types de Flottants
20134 \end_layout
20135
20136 \begin_layout Standard
20137 En plus des flottants de figures et de tableau qui sont décrits respectivement
20138  dans les sections
20139 \begin_inset space ~
20140 \end_inset
20141
20142
20143 \begin_inset CommandInset ref
20144 LatexCommand ref
20145 reference "sec:Figure-Floats"
20146
20147 \end_inset
20148
20149  et 
20150 \begin_inset CommandInset ref
20151 LatexCommand ref
20152 reference "sec:Table-Floats"
20153
20154 \end_inset
20155
20156 , LyX offre aussi les types 
20157 \series bold
20158 Algorithme
20159 \series default
20160  et 
20161 \series bold
20162 Enrobage
20163 \series default
20164 .
20165 \end_layout
20166
20167 \begin_layout Subsection
20168 Flottant d'algorithme
20169 \begin_inset Index idx
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173 Flottants ! Algorithmes
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \begin_inset CommandInset label
20180 LatexCommand label
20181 name "sub:Flottant-d'Algorithme"
20182
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \begin_layout Standard
20189 \begin_inset Float algorithm
20190 placement h
20191 wide false
20192 sideways false
20193 status open
20194
20195 \begin_layout Plain Layout
20196 \begin_inset Caption
20197
20198 \begin_layout Plain Layout
20199 \begin_inset CommandInset label
20200 LatexCommand label
20201 name "alg:Exemple-Flottant-Algorithme"
20202
20203 \end_inset
20204
20205 Exemple de flottant d'algorithme
20206 \end_layout
20207
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout LyX-Code
20214 for I in 1..N loop
20215 \begin_inset Newline newline
20216 \end_inset
20217
20218  Sum:= Sum + A(I); /*comment*/
20219 \begin_inset Newline newline
20220 \end_inset
20221
20222 end loop
20223 \begin_inset VSpace -4mm
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \begin_layout Standard
20235 Ce type de flottant est inséré à l'aide du menu 
20236 \family sans
20237 Insérer\SpecialChar \menuseparator
20238 Flottant\SpecialChar \menuseparator
20239 Algorithme
20240 \family default
20241 .
20242  Il peut être utilisé pour des morceaux de code source ou des descriptions
20243  d'algorithmes et peut être utilisé comme une alternative au listing de
20244  code source qui est décrit au chapitre
20245 \begin_inset space ~
20246 \end_inset
20247
20248
20249 \begin_inset CommandInset ref
20250 LatexCommand ref
20251 reference "cha:Program-Code-Listings"
20252
20253 \end_inset
20254
20255 .
20256  Vous pouvez par exemple utiliser l'environnement Code
20257 \begin_inset space ~
20258 \end_inset
20259
20260 LyX qui est décrit dans le 
20261 \emph on
20262 Guide
20263 \emph default
20264
20265 \begin_inset space ~
20266 \end_inset
20267
20268
20269 \emph on
20270 de
20271 \begin_inset space ~
20272 \end_inset
20273
20274 l'Utilisateur
20275 \emph default
20276  de LyX.
20277  l'algorithme
20278 \begin_inset space ~
20279 \end_inset
20280
20281
20282 \begin_inset CommandInset ref
20283 LatexCommand ref
20284 reference "alg:Exemple-Flottant-Algorithme"
20285
20286 \end_inset
20287
20288  est un exemple de flottant d'algorithme où un espace vertical de -4
20289 \begin_inset space \thinspace{}
20290 \end_inset
20291
20292 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20293  soit placée exactement sous le texte de la dernière ligne.
20294 \end_layout
20295
20296 \begin_layout Standard
20297 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20298  du document.
20299  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20300 ent en ajoutant la ligne suivante dans le préambule de votre document :
20301 \end_layout
20302
20303 \begin_layout Standard
20304
20305 \series bold
20306
20307 \backslash
20308 floatname{algorithm}{votre
20309 \begin_inset space ~
20310 \end_inset
20311
20312 nom}
20313 \end_layout
20314
20315 \begin_layout Standard
20316
20317 \family sans
20318  votre
20319 \begin_inset space ~
20320 \end_inset
20321
20322 nom
20323 \family default
20324  est le mot 
20325 \begin_inset Quotes eld
20326 \end_inset
20327
20328
20329 \emph on
20330 algorithme
20331 \emph default
20332
20333 \begin_inset Quotes erd
20334 \end_inset
20335
20336  dans votre langue.
20337 \end_layout
20338
20339 \begin_layout Standard
20340 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20341 \family sans
20342 Insérer\SpecialChar \menuseparator
20343 Listes
20344 \begin_inset space ~
20345 \end_inset
20346
20347 &
20348 \begin_inset space ~
20349 \end_inset
20350
20351 TdM\SpecialChar \menuseparator
20352 Liste
20353 \begin_inset space ~
20354 \end_inset
20355
20356 des
20357 \begin_inset space ~
20358 \end_inset
20359
20360 algorithmes
20361 \family default
20362  si votre document est en la même langue que les menus de LyX.
20363  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20364  en code TeX à la place:
20365 \end_layout
20366
20367 \begin_layout Standard
20368
20369 \series bold
20370
20371 \backslash
20372 listof{algorithm}{votre
20373 \begin_inset space ~
20374 \end_inset
20375
20376 nom}
20377 \end_layout
20378
20379 \begin_layout Standard
20380 où 
20381 \family sans
20382 votre
20383 \begin_inset space ~
20384 \end_inset
20385
20386 nom
20387 \family default
20388  est la traduction de 
20389 \begin_inset Quotes eld
20390 \end_inset
20391
20392
20393 \emph on
20394 List of Algorithm
20395 \emph default
20396 s
20397 \begin_inset Quotes erd
20398 \end_inset
20399
20400  dans votre langue.
20401 \end_layout
20402
20403 \begin_layout Standard
20404 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20405  le schéma 
20406 \begin_inset Quotes eld
20407 \end_inset
20408
20409 chapitre.algorithme
20410 \begin_inset Quotes erd
20411 \end_inset
20412
20413  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20414  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20415  commande dans le préambule de votre document :
20416 \end_layout
20417
20418 \begin_layout Standard
20419
20420 \series bold
20421
20422 \backslash
20423 numberwithin{algorithm}{chapter}
20424 \end_layout
20425
20426 \begin_layout Standard
20427 Pour pouvoir utiliser la commande 
20428 \series bold
20429
20430 \backslash
20431 numberwithin
20432 \series default
20433 , activez l'option 
20434 \family sans
20435 Utiliser
20436 \begin_inset space ~
20437 \end_inset
20438
20439 le
20440 \begin_inset space ~
20441 \end_inset
20442
20443 paquetage
20444 \begin_inset space ~
20445 \end_inset
20446
20447 AMS
20448 \begin_inset space ~
20449 \end_inset
20450
20451 math
20452 \family default
20453  dans la rubrique 
20454 \family sans
20455 Options
20456 \begin_inset space ~
20457 \end_inset
20458
20459 des
20460 \begin_inset space ~
20461 \end_inset
20462
20463 Maths
20464 \family default
20465  de la fenêtre de dialogue 
20466 \family sans
20467 Paramètres
20468 \begin_inset space ~
20469 \end_inset
20470
20471 du
20472 \begin_inset space ~
20473 \end_inset
20474
20475 Document
20476 \family default
20477 .
20478 \begin_inset Newpage newpage
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \begin_layout Subsection
20485 Flottant d'enrobage
20486 \begin_inset Index idx
20487 status collapsed
20488
20489 \begin_layout Plain Layout
20490 Flottants ! Flottants d'enrobage
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \begin_layout Standard
20499 \begin_inset Wrap figure
20500 lines 0
20501 placement l
20502 overhang 1cm
20503 width "40col%"
20504 status open
20505
20506 \begin_layout Plain Layout
20507 \begin_inset Graphics
20508         filename ../clipart/mobius.eps
20509         width 40col%
20510         scaleBeforeRotation
20511         rotateOrigin center
20512
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \begin_layout Plain Layout
20519 \begin_inset Caption
20520
20521 \begin_layout Plain Layout
20522 \begin_inset CommandInset label
20523 LatexCommand label
20524 name "fig:Figure-enrobée"
20525
20526 \end_inset
20527
20528 Ceci est une figure habillée.
20529 \end_layout
20530
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537
20538  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20539  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20540  Vous pouvez en insérer un en utilisant le menu 
20541 \family sans
20542 Insérer\SpecialChar \menuseparator
20543 Flottant\SpecialChar \menuseparator
20544 Flottant
20545 \begin_inset space ~
20546 \end_inset
20547
20548 d'enrobage
20549 \family default
20550  à la condition que le paquetage LaTeX 
20551 \series bold
20552 wrapfig
20553 \series default
20554
20555 \begin_inset Index idx
20556 status collapsed
20557
20558 \begin_layout Plain Layout
20559 Paquetages LaTeX ! wrapfig
20560 \begin_inset ERT
20561 status collapsed
20562
20563 \begin_layout Plain Layout
20564
20565
20566 \backslash
20567 vspace{4mm}
20568 \end_layout
20569
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \end_inset
20576
20577  soit installé.
20578 \begin_inset Foot
20579 status collapsed
20580
20581 \begin_layout Plain Layout
20582 Voyez dans la manuel 
20583 \emph on
20584 Configuration
20585 \begin_inset space ~
20586 \end_inset
20587
20588 LaTeX 
20589 \emph default
20590 comment installer des paquetages LaTeX.
20591 \end_layout
20592
20593 \end_inset
20594
20595  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20596  sur la boîte du flottant.
20597  Les paramètres obligatoires sont l'
20598 \family sans
20599 Emplacement
20600 \family default
20601  et la 
20602 \family sans
20603 Largeur
20604 \family default
20605 .
20606  Les paramètres facultatifs sont le 
20607 \family sans
20608 Débordement
20609 \family default
20610  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20611  de la page et la 
20612 \family sans
20613 Porté de la ligne
20614 \family default
20615  qui précise le nombre approximatif de lignes dont le flottant va avoir
20616  besoin.
20617  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20618  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20619  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20620  à l'intérieur du paragraphe ou vers les autres paragraphes.
20621  La figure
20622 \begin_inset space ~
20623 \end_inset
20624
20625
20626 \begin_inset CommandInset ref
20627 LatexCommand ref
20628 reference "fig:Figure-enrobée"
20629
20630 \end_inset
20631
20632  est un exemple de flottant d'enrobage avec une largeur de 40
20633 \begin_inset space \thinspace{}
20634 \end_inset
20635
20636 col%, un débordement de 1
20637 \begin_inset space \thinspace{}
20638 \end_inset
20639
20640 cm et placé à gauche.
20641 \begin_inset Foot
20642 status collapsed
20643
20644 \begin_layout Plain Layout
20645 Les unités disponibles sont expliquées dans l'appendice
20646 \begin_inset space ~
20647 \end_inset
20648
20649
20650 \begin_inset CommandInset ref
20651 LatexCommand ref
20652 reference "cha:Unités-de-longueur"
20653
20654 \end_inset
20655
20656 .
20657 \end_layout
20658
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \begin_layout Standard
20665 \begin_inset Note Greyedout
20666 status open
20667
20668 \begin_layout Plain Layout
20669
20670 \series bold
20671 Note:
20672 \series default
20673  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20674  figure trop près du bas de page peut tout chambouler et faire que le flottant
20675  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20676  de texte.
20677 \end_layout
20678
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \begin_layout Standard
20685 En général:
20686 \end_layout
20687
20688 \begin_layout Itemize
20689 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20690  qui risquent de passer à la page suivante.
20691  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20692  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20693  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20694  de page.
20695 \end_layout
20696
20697 \begin_layout Itemize
20698 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20699  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20700 e.
20701 \end_layout
20702
20703 \begin_layout Itemize
20704 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20705  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20706  texte entre les deux, comme séparateur.
20707 \end_layout
20708
20709 \begin_layout Itemize
20710 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20711  ou les tableaux.
20712 \end_layout
20713
20714 \begin_layout Section
20715 Numérotation des flottants
20716 \begin_inset Index idx
20717 status collapsed
20718
20719 \begin_layout Plain Layout
20720 Flottants ! Numérotation
20721 \end_layout
20722
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \begin_layout Standard
20729 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20730  ils se trouvent, soit en utilisant un format du genre 
20731 \begin_inset Quotes eld
20732 \end_inset
20733
20734 chapitre.numéro
20735 \begin_inset Quotes erd
20736 \end_inset
20737
20738  ou 
20739 \begin_inset Quotes eld
20740 \end_inset
20741
20742 section.numéro
20743 \begin_inset Quotes erd
20744 \end_inset
20745
20746 .
20747  Cela dépend de la classe de document utilisée.
20748 \end_layout
20749
20750 \begin_layout Standard
20751 Pour changer le format de la numérotation qui ne dépend pas de la section
20752  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20753  le préambule du document :
20754 \end_layout
20755
20756 \begin_layout Standard
20757
20758 \series bold
20759
20760 \backslash
20761 renewcommand{
20762 \backslash
20763 thetable}{
20764 \backslash
20765 roman{table}}
20766 \end_layout
20767
20768 \begin_layout Standard
20769
20770 \series bold
20771
20772 \backslash
20773 thetable
20774 \series default
20775  est la commande qui imprime le numéro du tableau, pour les figures, la
20776  commande serait 
20777 \series bold
20778
20779 \backslash
20780 thefigure
20781 \series default
20782 .
20783  La commande 
20784 \series bold
20785
20786 \backslash
20787 roman
20788 \series default
20789  utilisée dans la commande précédente, imprime le numéro du tableau sous
20790  forme de petits chiffres romains.
20791 \end_layout
20792
20793 \begin_layout Standard
20794 Pour changer le type de numérotation pour par exemple 
20795 \begin_inset Quotes eld
20796 \end_inset
20797
20798 sous-section.numéro
20799 \begin_inset Quotes erd
20800 \end_inset
20801
20802 , utilisez la commande suivante dans le préambule du document :
20803 \end_layout
20804
20805 \begin_layout Standard
20806
20807 \series bold
20808
20809 \backslash
20810 numberwithin{table}{subsection}
20811 \end_layout
20812
20813 \begin_layout Standard
20814 Pour pouvoir utiliser la commande 
20815 \series bold
20816
20817 \backslash
20818 numberwithin
20819 \series default
20820 , vous devez activer l'option 
20821 \family sans
20822 Utiliser
20823 \begin_inset space ~
20824 \end_inset
20825
20826 le
20827 \begin_inset space ~
20828 \end_inset
20829
20830 paquetage
20831 \begin_inset space ~
20832 \end_inset
20833
20834 maths
20835 \begin_inset space ~
20836 \end_inset
20837
20838 AMS
20839 \family default
20840  dans la rubrique 
20841 \family sans
20842 Options
20843 \begin_inset space ~
20844 \end_inset
20845
20846 des
20847 \begin_inset space ~
20848 \end_inset
20849
20850 Maths
20851 \family default
20852  de la fenêtre de dialogue 
20853 \family sans
20854 Paramètres
20855 \family default
20856  du document.
20857 \end_layout
20858
20859 \begin_layout Standard
20860 Veuillez aussi jeter un coup d'œil à la section
20861 \begin_inset space ~
20862 \end_inset
20863
20864
20865 \begin_inset CommandInset ref
20866 LatexCommand ref
20867 reference "sub:Numerotation-notes-bas-de-page"
20868
20869 \end_inset
20870
20871  pour plus de détails et des notes importantes sur les commandes de numérotation.
20872 \end_layout
20873
20874 \begin_layout Section
20875 Faire Référence à des Flottants
20876 \begin_inset CommandInset label
20877 LatexCommand label
20878 name "sec:Referencer-les-Flottants"
20879
20880 \end_inset
20881
20882
20883 \begin_inset Index idx
20884 status collapsed
20885
20886 \begin_layout Plain Layout
20887 Flottants ! Références
20888 \end_layout
20889
20890 \end_inset
20891
20892
20893 \begin_inset Index idx
20894 status collapsed
20895
20896 \begin_layout Plain Layout
20897 References@Références ! à des Flottants 
20898 \end_layout
20899
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \begin_layout Standard
20906 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20907  en utilisant le menu 
20908 \family sans
20909 Insérer\SpecialChar \menuseparator
20910 Étiquette
20911 \family default
20912  ou le bouton 
20913 \begin_inset Graphics
20914         filename ../../images/label-insert.png
20915         scale 85
20916         scaleBeforeRotation
20917
20918 \end_inset
20919
20920  de la barre d'outils.
20921  Une boîte grise de ce genre : 
20922 \begin_inset Graphics
20923         filename clipart/labelQt4.png
20924         scale 85
20925         scaleBeforeRotation
20926
20927 \end_inset
20928
20929  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20930  de saisir le texte de l'étiquette.
20931  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20932  précédés d'un préfixe.
20933  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20934  préfixe sera "
20935 \family sans
20936 fig:
20937 \family default
20938 ".
20939 \end_layout
20940
20941 \begin_layout Standard
20942 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20943  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20944 \family sans
20945 Insérer\SpecialChar \menuseparator
20946 Référence
20947 \begin_inset space ~
20948 \end_inset
20949
20950 Croisée
20951 \family default
20952  ou le bouton 
20953 \begin_inset Graphics
20954         filename ../../images/dialog-show-new-inset_ref.png
20955         scale 85
20956         scaleBeforeRotation
20957
20958 \end_inset
20959
20960  de la barre d'outils.
20961  Une boîte grise de référence croisée comme celle-ci : 
20962 \begin_inset Graphics
20963         filename ../clipart/referenceQt4.png
20964         scale 85
20965         scaleBeforeRotation
20966
20967 \end_inset
20968
20969  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20970  toutes les étiquettes définies dans votre document.
20971  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20972  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20973  de la fenêtre de dialogue.
20974  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20975  une.
20976  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20977  de la référence croisée.
20978 \end_layout
20979
20980 \begin_layout Standard
20981 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20982  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20983  les deux.
20984  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20985  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20986  du numéro de la référence.
20987 \end_layout
20988
20989 \begin_layout Standard
20990 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20991  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20992  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20993  pas à vous en préoccuper.
20994 \end_layout
20995
20996 \begin_layout Standard
20997 Le bouton 
20998 \family sans
20999 Aller
21000 \begin_inset space ~
21001 \end_inset
21002
21003 à
21004 \begin_inset space ~
21005 \end_inset
21006
21007 l'étiquette
21008 \family default
21009  dans la fenêtre de référence croisée va positionner le curseur juste devant
21010  l'étiquette à laquelle on fait référence.
21011  Le nom du bouton bouton 
21012 \family sans
21013 Revenir
21014 \family default
21015  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
21016  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
21017  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
21018  à votre point de départ.
21019 \end_layout
21020
21021 \begin_layout Subsection
21022 Formats de Références Croisées
21023 \begin_inset CommandInset label
21024 LatexCommand label
21025 name "sub:Formats-Références-Croisées"
21026
21027 \end_inset
21028
21029
21030 \begin_inset Index idx
21031 status collapsed
21032
21033 \begin_layout Plain Layout
21034 References@Références ! Formats
21035 \end_layout
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \begin_layout Standard
21043 Il y a six types de références croisées :
21044 \end_layout
21045
21046 \begin_layout Description
21047 <référence>
21048 \begin_inset space ~
21049 \end_inset
21050
21051 : affiche le numéro de l'élément, c'est le choix implicite : 
21052 \begin_inset CommandInset ref
21053 LatexCommand ref
21054 reference "fig:Deux-images-déformées"
21055
21056 \end_inset
21057
21058
21059 \end_layout
21060
21061 \begin_layout Description
21062 (<référence>)
21063 \begin_inset space ~
21064 \end_inset
21065
21066 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
21067  normalement pour faire référence à des formules mathématiques, en particulier
21068  quand le mot 
21069 \begin_inset Quotes eld
21070 \end_inset
21071
21072 Équation
21073 \begin_inset Quotes erd
21074 \end_inset
21075
21076  est omis : 
21077 \begin_inset CommandInset ref
21078 LatexCommand eqref
21079 reference "eq:Wgn"
21080
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \begin_layout Description
21087 <page>
21088 \begin_inset space ~
21089 \end_inset
21090
21091 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
21092 \begin_inset space ~
21093 \end_inset
21094
21095
21096 \begin_inset CommandInset ref
21097 LatexCommand pageref
21098 reference "fig:Deux-images-déformées"
21099
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \begin_layout Description
21106 page
21107 \begin_inset space ~
21108 \end_inset
21109
21110 <page>
21111 \begin_inset space ~
21112 \end_inset
21113
21114 : affiche le mot 
21115 \begin_inset Quotes eld
21116 \end_inset
21117
21118 page
21119 \begin_inset Quotes erd
21120 \end_inset
21121
21122  suivi du numéro de la page sur laquelle se trouve l'élément : 
21123 \begin_inset CommandInset ref
21124 LatexCommand vpageref
21125 reference "fig:Deux-images-déformées"
21126
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \begin_layout Description
21133 <référence>
21134 \begin_inset space ~
21135 \end_inset
21136
21137 page
21138 \begin_inset space ~
21139 \end_inset
21140
21141 <page>
21142 \begin_inset space ~
21143 \end_inset
21144
21145 : affiche le numéro de l'élément, le mot 
21146 \begin_inset Quotes eld
21147 \end_inset
21148
21149 page
21150 \begin_inset Quotes erd
21151 \end_inset
21152
21153  et le numéro de la page : 
21154 \begin_inset CommandInset ref
21155 LatexCommand vref
21156 reference "fig:Deux-images-déformées"
21157
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \begin_layout Description
21164 Référence
21165 \begin_inset space ~
21166 \end_inset
21167
21168 mise
21169 \begin_inset space ~
21170 \end_inset
21171
21172 en
21173 \begin_inset space ~
21174 \end_inset
21175
21176 forme
21177 \begin_inset space ~
21178 \end_inset
21179
21180 : affiche une référence croisée qui définit son propre format.
21181 \begin_inset Newline newline
21182 \end_inset
21183
21184
21185 \begin_inset Note Greyedout
21186 status open
21187
21188 \begin_layout Plain Layout
21189
21190 \series bold
21191 Note:
21192 \series default
21193  Ce type de référence croisée n'est disponible que si vous avez installé
21194  le paquetage LaTeX 
21195 \series bold
21196 prettyref
21197 \series default
21198  ou 
21199 \series bold
21200 refstyle
21201 \series default
21202
21203 \begin_inset Index idx
21204 status collapsed
21205
21206 \begin_layout Plain Layout
21207 Paquetages LaTeX ! prettyref
21208 \end_layout
21209
21210 \end_inset
21211
21212
21213 \begin_inset Index idx
21214 status collapsed
21215
21216 \begin_layout Plain Layout
21217 Paquetages LaTeX ! refstyle
21218 \end_layout
21219
21220 \end_inset
21221
21222 .
21223 \end_layout
21224
21225 \end_inset
21226
21227
21228 \begin_inset Newline newline
21229 \end_inset
21230
21231
21232 \lang english
21233 You can select which LaTeX-package should be used for this feature by setting
21234  the option 
21235 \family sans
21236 Use refstyle (not prettyref) for cross-references
21237 \family default
21238  in the menu 
21239 \family sans
21240 Document\SpecialChar \menuseparator
21241 Settings\SpecialChar \menuseparator
21242 Document Class
21243 \family default
21244 .
21245  The format is specified by adding the command 
21246 \series bold
21247
21248 \backslash
21249 newrefformat
21250 \series default
21251  (prettyref) or 
21252 \series bold
21253
21254 \backslash
21255 newref
21256 \series default
21257  (refstyle) to the preamble of the document.
21258  For example redefining all references to figures (which have the label
21259  shortcut 
21260 \begin_inset Quotes eld
21261 \end_inset
21262
21263
21264 \family sans
21265 fig
21266 \family default
21267
21268 \begin_inset Quotes erd
21269 \end_inset
21270
21271 ) can be done with this command
21272 \lang french
21273
21274 \begin_inset Newline newline
21275 \end_inset
21276
21277
21278 \series bold
21279
21280 \backslash
21281 newref{fig}{refcmd={
21282 \lang english
21283 Image on page
21284 \lang french
21285  
21286 \backslash
21287 pageref{#1}}}
21288 \series default
21289
21290 \begin_inset Newline newline
21291 \end_inset
21292
21293
21294 \lang english
21295 For more information about the format, have a look at the package documentations
21296 \lang french
21297
21298 \begin_inset CommandInset citation
21299 LatexCommand cite
21300 key "prettyref,refstyle"
21301
21302 \end_inset
21303
21304 .
21305 \end_layout
21306
21307 \begin_layout Description
21308
21309 \lang english
21310 Textual
21311 \begin_inset space ~
21312 \end_inset
21313
21314 reference: prints the caption of the reference
21315 \lang french
21316
21317 \begin_inset CommandInset ref
21318 LatexCommand nameref
21319 reference "fig:Deux-images-déformées"
21320
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \begin_layout Standard
21327
21328 \family sans
21329 <page>
21330 \family default
21331  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21332  précédente, la même page ou la page suivante.
21333  Vous verrez par exemple un texte du genre 
21334 \begin_inset Quotes eld
21335 \end_inset
21336
21337
21338 \family sans
21339 sur cette page
21340 \family default
21341
21342 \begin_inset Quotes erd
21343 \end_inset
21344
21345  à la place.
21346  Le style 
21347 \family sans
21348 <référence>
21349 \begin_inset space ~
21350 \end_inset
21351
21352 page
21353 \begin_inset space ~
21354 \end_inset
21355
21356 <page>
21357 \family default
21358  
21359 \lang english
21360 will not print anything about the page if the label is on the same page.
21361 \end_layout
21362
21363 \begin_layout Standard
21364 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21365  se trouve sont calculés automatiquement par LaTeX.
21366  Vous choisissez une des six variétés de références dans le champ Format
21367  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21368  boîte de la référence croisée.
21369 \end_layout
21370
21371 \begin_layout Standard
21372 \begin_inset Note Greyedout
21373 status open
21374
21375 \begin_layout Plain Layout
21376
21377 \series bold
21378 Note:
21379 \series default
21380  
21381 \lang english
21382 It is recommended to use
21383 \lang french
21384  le paquetage LaTeX 
21385 \series bold
21386 refstyle
21387 \series default
21388
21389 \begin_inset Index idx
21390 status collapsed
21391
21392 \begin_layout Plain Layout
21393 Paquetages LaTeX ! refstyle
21394 \end_layout
21395
21396 \end_inset
21397
21398  
21399 \lang english
21400 because
21401 \lang french
21402  
21403 \series bold
21404 prettyref
21405 \series default
21406
21407 \begin_inset Index idx
21408 status collapsed
21409
21410 \begin_layout Plain Layout
21411 Paquetages LaTeX ! prettyref
21412 \end_layout
21413
21414 \end_inset
21415
21416  ne connaît pas tous les raccourcis possibles pour les étiquettes
21417 \begin_inset Foot
21418 status collapsed
21419
21420 \begin_layout Plain Layout
21421 \begin_inset Quotes eld
21422 \end_inset
21423
21424 fig:
21425 \begin_inset Quotes erd
21426 \end_inset
21427
21428  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21429  de figures,.
21430 \end_layout
21431
21432 \end_inset
21433
21434  et n'est pas internationalisé.
21435 \end_layout
21436
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \begin_layout Standard
21443 \begin_inset Note Greyedout
21444 status open
21445
21446 \begin_layout Plain Layout
21447
21448 \series bold
21449 Note:
21450 \series default
21451  Du fait d'un bogue dans la paquetage LaTeX 
21452 \series bold
21453 varioref
21454 \series default
21455  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21456  si la langue du document est le français.
21457  Pour contourner ce bogue, voir
21458 \begin_inset Newline newline
21459 \end_inset
21460
21461
21462 \begin_inset CommandInset href
21463 LatexCommand href
21464 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21465
21466 \end_inset
21467
21468 .
21469 \end_layout
21470
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \begin_layout Subsection
21477 Nommage automatique des références croisées
21478 \begin_inset Index idx
21479 status collapsed
21480
21481 \begin_layout Plain Layout
21482 References@Références ! Nommage automatique
21483 \end_layout
21484
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \begin_layout Standard
21491 Le paquetage LaTeX 
21492 \series bold
21493 hyperref
21494 \series default
21495
21496 \begin_inset Index idx
21497 status collapsed
21498
21499 \begin_layout Plain Layout
21500 Paquetages LaTeX ! hyperref
21501 \end_layout
21502
21503 \end_inset
21504
21505
21506 \series bold
21507
21508 \series default
21509 qui est activé dans la rubrique 
21510 \family sans
21511 Propriétés du PDF
21512 \family default
21513  de la fenêtre de dialogue 
21514 \family sans
21515 Paramètres du document
21516 \family default
21517  fournit une fonction très utile pour automatiser la création des références
21518  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21519  une section).
21520  Par exemple pour vous éviter de devoir écrire le mot 
21521 \begin_inset Quotes eld
21522 \end_inset
21523
21524 Figure
21525 \begin_inset Quotes erd
21526 \end_inset
21527
21528  devant chaque référence à une figure.
21529  Pour profiter de ce nommage automatique des références croisées, vous devez
21530  activer 
21531 \series bold
21532 hyperref
21533 \series default
21534  et insérer la ligne suivante dans le préambule du document :
21535 \end_layout
21536
21537 \begin_layout Standard
21538
21539 \series bold
21540
21541 \backslash
21542 AtBeginDocument{
21543 \backslash
21544 renewcommand{
21545 \backslash
21546 ref}[1]{
21547 \backslash
21548 mbox{
21549 \backslash
21550 autoref{#1}}}}
21551 \end_layout
21552
21553 \begin_layout Standard
21554 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21555  défaut, par exemple vous préférez le nom 
21556 \begin_inset Quotes eld
21557 \end_inset
21558
21559 sec.
21560 \begin_inset space \thinspace{}
21561 \end_inset
21562
21563
21564 \begin_inset Quotes eld
21565 \end_inset
21566
21567  plutôt que 
21568 \begin_inset Quotes eld
21569 \end_inset
21570
21571 section
21572 \begin_inset Quotes erd
21573 \end_inset
21574
21575 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21576 \end_layout
21577
21578 \begin_layout Standard
21579
21580 \series bold
21581
21582 \backslash
21583 addto
21584 \backslash
21585 extrasenglish{
21586 \backslash
21587 renewcommand{
21588 \backslash
21589 sectionautorefname}
21590 \begin_inset Newline newline
21591 \end_inset
21592
21593
21594 \begin_inset Phantom HPhantom
21595 status open
21596
21597 \begin_layout Plain Layout
21598
21599 \series bold
21600 \begin_inset space ~
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607
21608 {sec.
21609 \backslash
21610 negthinspace}}
21611 \end_layout
21612
21613 \begin_layout Standard
21614 Si vous utilisez une autre langue que l'anglais, remplacez 
21615 \series bold
21616
21617 \backslash
21618 extrasenglish
21619 \series default
21620  par 
21621 \series bold
21622
21623 \backslash
21624 extras***
21625 \series default
21626 , où *** est le nom de la langue que vous utilisez.
21627
21628 \series bold
21629  
21630 \end_layout
21631
21632 \begin_layout Standard
21633 Pour avoir des noms automatiques, mais pas pour certains types de références,
21634  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21635 \end_layout
21636
21637 \begin_layout Standard
21638
21639 \series bold
21640
21641 \backslash
21642 newlength{
21643 \backslash
21644 abc}
21645 \begin_inset Newline newline
21646 \end_inset
21647
21648
21649 \backslash
21650 settowidth{
21651 \backslash
21652 abc}{
21653 \backslash
21654 space}
21655 \begin_inset Newline newline
21656 \end_inset
21657
21658
21659 \backslash
21660 addto
21661 \backslash
21662 extrasenglish{
21663 \backslash
21664 renewcommand{
21665 \backslash
21666 equationautorefname}
21667 \begin_inset Newline newline
21668 \end_inset
21669
21670
21671 \begin_inset Phantom HPhantom
21672 status open
21673
21674 \begin_layout Plain Layout
21675
21676 \series bold
21677 \begin_inset space ~
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684
21685 {
21686 \backslash
21687 hspace{-
21688 \backslash
21689 abc}}
21690 \end_layout
21691
21692 \begin_layout Standard
21693 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21694  de 
21695 \series bold
21696 hyperref
21697 \series default
21698  
21699 \begin_inset CommandInset citation
21700 LatexCommand cite
21701 key "hyperref"
21702
21703 \end_inset
21704
21705 .
21706 \end_layout
21707
21708 \begin_layout Standard
21709 \begin_inset Note Greyedout
21710 status open
21711
21712 \begin_layout Plain Layout
21713
21714 \series bold
21715 Note:
21716 \series default
21717  Le nommage automatique de références ne peut être utilisé si vous avez
21718  choisi le style de référence 
21719 \family sans
21720 Référence
21721 \begin_inset space ~
21722 \end_inset
21723
21724 mise
21725 \begin_inset space ~
21726 \end_inset
21727
21728 en
21729 \begin_inset space ~
21730 \end_inset
21731
21732 forme
21733 \family default
21734  décrit dans la section
21735 \begin_inset space ~
21736 \end_inset
21737
21738
21739 \begin_inset CommandInset ref
21740 LatexCommand ref
21741 reference "sub:Formats-Références-Croisées"
21742
21743 \end_inset
21744
21745 .
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \begin_layout Standard
21754 Le manuel 
21755 \emph on
21756 Math
21757 \emph default
21758  est un exemple dans lequel on a utilisé le référencement automatique.
21759 \end_layout
21760
21761 \begin_layout Subsection
21762 Positionnement des Références 
21763 \begin_inset CommandInset label
21764 LatexCommand label
21765 name "sub:Reference-Position"
21766
21767 \end_inset
21768
21769
21770 \begin_inset Index idx
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774 References@Références ! Positionnement
21775 \end_layout
21776
21777 \end_inset
21778
21779
21780 \end_layout
21781
21782 \begin_layout Standard
21783 Si vous utilisez le paquetage 
21784 \series bold
21785 hyperref, 
21786 \series default
21787 qui est activé dans la rubrique 
21788 \family sans
21789 Propriétés du PDF
21790 \family default
21791  de la fenêtre de dialogue 
21792 \family sans
21793 Paramètres du document,
21794 \family default
21795  pour lier vos références croisées dans la sortie finale, vous verrez que
21796  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21797  l'image.
21798  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21799  pourrez voir l'image sans faire défiler le texte.
21800  Ce problème vient du fait que le point d'ancrage de la référence se situe
21801  à l'endroit de l'étiquette.
21802  En utilisant le paquetage LaTeX 
21803 \series bold
21804 hypcap
21805 \series default
21806
21807 \begin_inset Index idx
21808 status collapsed
21809
21810 \begin_layout Plain Layout
21811 Paquetages LaTeX ! hypcap
21812 \end_layout
21813
21814 \end_inset
21815
21816 , qui fait partie du paquetage LaTeX 
21817 \series bold
21818 oberdiek
21819 \series default
21820
21821 \begin_inset Index idx
21822 status collapsed
21823
21824 \begin_layout Plain Layout
21825 Paquetages LaTeX ! oberdiek
21826 \end_layout
21827
21828 \end_inset
21829
21830 , le point d'ancrage d'un lien est place en haut du flottant.
21831  Pour utiliser cette fonction avec les flottants de figure, chargez 
21832 \series bold
21833 hypcap
21834 \series default
21835  dans l'entête du document avec la ligne
21836 \end_layout
21837
21838 \begin_layout Standard
21839
21840 \series bold
21841
21842 \backslash
21843 usepackage[figure]{hypcap}
21844 \end_layout
21845
21846 \begin_layout Standard
21847 Vous pouvez aussi utiliser 
21848 \series bold
21849 hypcap
21850 \series default
21851  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21852  raisons de stabilité.
21853  Pour plus d'information, jetez un coup d'œil au manuel d' 
21854 \series bold
21855 hypcap
21856 \series default
21857  
21858 \begin_inset CommandInset citation
21859 LatexCommand cite
21860 key "hypcap"
21861
21862 \end_inset
21863
21864 .
21865 \end_layout
21866
21867 \begin_layout Standard
21868 \begin_inset Note Greyedout
21869 status open
21870
21871 \begin_layout Plain Layout
21872
21873 \series bold
21874 Note:
21875 \series default
21876  
21877 \series bold
21878 hypcap
21879 \series default
21880  n'a aucun effet pour les références à des sous-figures.
21881 \end_layout
21882
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \begin_layout Section
21889 Placement des flottants
21890 \begin_inset CommandInset label
21891 LatexCommand label
21892 name "sec:Placement-flottants"
21893
21894 \end_inset
21895
21896
21897 \begin_inset Index idx
21898 status collapsed
21899
21900 \begin_layout Plain Layout
21901 Flottants ! Placement
21902 \end_layout
21903
21904 \end_inset
21905
21906
21907 \end_layout
21908
21909 \begin_layout Standard
21910 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21911  de dialogue 
21912 \family sans
21913 Paramètre
21914 \begin_inset space ~
21915 \end_inset
21916
21917 de
21918 \begin_inset space ~
21919 \end_inset
21920
21921 Flottant
21922 \family default
21923  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21924  utilise pour déterminer où placer le flottant.
21925 \begin_inset Newline newline
21926 \end_inset
21927
21928 L'option 
21929 \family sans
21930 Plusieurs
21931 \begin_inset space ~
21932 \end_inset
21933
21934 colonnes
21935 \family default
21936  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21937  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21938  confiné sur une seule colonne.
21939 \begin_inset Newline newline
21940 \end_inset
21941
21942 L'option 
21943 \family sans
21944 Rotation
21945 \begin_inset space ~
21946 \end_inset
21947
21948 90°
21949 \family default
21950  est utilisée pour faire tourner les flottants, voyez la section
21951 \begin_inset space ~
21952 \end_inset
21953
21954
21955 \begin_inset CommandInset ref
21956 LatexCommand ref
21957 reference "sec:Flottants-renversés"
21958
21959 \end_inset
21960
21961 .
21962 \end_layout
21963
21964 \begin_layout Standard
21965 En désactivant l'option 
21966 \family sans
21967 Utilise
21968 \begin_inset space ~
21969 \end_inset
21970
21971 le
21972 \begin_inset space ~
21973 \end_inset
21974
21975 placement
21976 \begin_inset space ~
21977 \end_inset
21978
21979 par
21980 \begin_inset space ~
21981 \end_inset
21982
21983 défaut
21984 \family default
21985  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21986  le placement du flottant:
21987 \end_layout
21988
21989 \begin_layout Description
21990 Ici,
21991 \begin_inset space ~
21992 \end_inset
21993
21994 si
21995 \begin_inset space ~
21996 \end_inset
21997
21998 possible: essaie de placer le flottant à la position où il a été inséré
21999  dans LyX
22000 \end_layout
22001
22002 \begin_layout Description
22003 Haut
22004 \begin_inset space ~
22005 \end_inset
22006
22007 de
22008 \begin_inset space ~
22009 \end_inset
22010
22011 la
22012 \begin_inset space ~
22013 \end_inset
22014
22015 page: essaie de placer le flottant en haut de la page courante
22016 \end_layout
22017
22018 \begin_layout Description
22019 Bas
22020 \begin_inset space ~
22021 \end_inset
22022
22023 de
22024 \begin_inset space ~
22025 \end_inset
22026
22027 la
22028 \begin_inset space ~
22029 \end_inset
22030
22031 page: essaie de placer le flottant en bas de la page courante
22032 \end_layout
22033
22034 \begin_layout Description
22035 Page
22036 \begin_inset space ~
22037 \end_inset
22038
22039 de
22040 \begin_inset space ~
22041 \end_inset
22042
22043 flottants: essaie de placer le flottant sur une page à part, éventuellement
22044  avec d'autres flottants 
22045 \end_layout
22046
22047 \begin_layout Standard
22048 LaTeX utilise
22049 \emph on
22050  toujours 
22051 \emph default
22052 les options dans l'ordre donné ci-dessus.
22053  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
22054  d'abord essayer 
22055 \family sans
22056 Ici
22057 \begin_inset space ~
22058 \end_inset
22059
22060 si
22061 \begin_inset space ~
22062 \end_inset
22063
22064 possible
22065 \family default
22066 , ensuite 
22067 \family sans
22068 Haut
22069 \begin_inset space ~
22070 \end_inset
22071
22072 de
22073 \begin_inset space ~
22074 \end_inset
22075
22076 la
22077 \begin_inset space ~
22078 \end_inset
22079
22080 page
22081 \family default
22082 , et ainsi de suite.
22083  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
22084  que vous avez cochées, mais dans l'ordre donné ci-dessus.
22085  Si aucune des quatre options de placement n'est possible, la procédure
22086  est répétée avec la possibilité de mettre les flottant sur la page suivante.
22087 \end_layout
22088
22089 \begin_layout Standard
22090 Implicitement, chaque option a ses propres règles d'application:
22091 \end_layout
22092
22093 \begin_layout Standard
22094
22095 \family sans
22096 Haut
22097 \begin_inset space ~
22098 \end_inset
22099
22100 de
22101 \begin_inset space ~
22102 \end_inset
22103
22104 la
22105 \begin_inset space ~
22106 \end_inset
22107
22108 page
22109 \family default
22110  : seuls les flottants occupant moins de 70% de la page peuvent être placés
22111  en haut de page (
22112 \series bold
22113
22114 \backslash
22115 topfraction
22116 \series default
22117 ).
22118 \end_layout
22119
22120 \begin_layout Standard
22121
22122 \family sans
22123 Bas
22124 \begin_inset space ~
22125 \end_inset
22126
22127 de
22128 \begin_inset space ~
22129 \end_inset
22130
22131 la
22132 \begin_inset space ~
22133 \end_inset
22134
22135 page
22136 \family default
22137  : seuls les flottants occupant moins de 30% de la page peuvent être placés
22138  en bas de page (
22139 \series bold
22140
22141 \backslash
22142 bottomfraction
22143 \series default
22144 ).
22145 \end_layout
22146
22147 \begin_layout Standard
22148
22149 \family sans
22150 Page
22151 \begin_inset space ~
22152 \end_inset
22153
22154 de
22155 \begin_inset space ~
22156 \end_inset
22157
22158 flottants
22159 \family default
22160  : plusieurs flottants peuvent être placés ensembles sur une page seulement
22161  si ils occupent plus de 50% de celle-ci (
22162 \series bold
22163
22164 \backslash
22165 floatpagefraction
22166 \series default
22167 ).
22168 \end_layout
22169
22170 \begin_layout Standard
22171 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22172  supplémentaire 
22173 \family sans
22174 Ignorer
22175 \begin_inset space ~
22176 \end_inset
22177
22178 les
22179 \begin_inset space ~
22180 \end_inset
22181
22182 règles
22183 \begin_inset space ~
22184 \end_inset
22185
22186 LaTeX
22187 \family default
22188 \lang english
22189 .
22190 \begin_inset Newline newline
22191 \end_inset
22192
22193
22194 \lang french
22195 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22196  données entre parenthèses après les descriptions des règles données ci-dessus.
22197  Par exemple, pour augmenter à 50
22198 \begin_inset space \thinspace{}
22199 \end_inset
22200
22201 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22202  trop petite, ajoutez cette ligne au préambule de votre document :
22203 \end_layout
22204
22205 \begin_layout Standard
22206
22207 \series bold
22208
22209 \backslash
22210 renewcommand{
22211 \backslash
22212 bottomfraction}{0.5}
22213 \end_layout
22214
22215 \begin_layout Standard
22216 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22217  exactement à l'endroit où vous l'avez inséré.
22218  dans ce cas utilisez l'option 
22219 \family sans
22220 Ici
22221 \begin_inset space ~
22222 \end_inset
22223
22224 à
22225 \begin_inset space ~
22226 \end_inset
22227
22228 tout
22229 \begin_inset space ~
22230 \end_inset
22231
22232 Prix
22233 \family default
22234 .
22235  Utilisez cette option le moins souvent possible et seulement quand le document
22236  est presque prêt à être imprimé.
22237  En effet, le flottant n'est plus capable de 
22238 \begin_inset Quotes eld
22239 \end_inset
22240
22241 flotter
22242 \begin_inset Quotes erd
22243 \end_inset
22244
22245 , ce qui peut perturber toutes les mises en page.
22246 \end_layout
22247
22248 \begin_layout Standard
22249 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22250  sont toujours entourés par le texte d'un paragraphe donné.
22251 \begin_inset VSpace bigskip
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Standard
22258 On peut parfois se trouver dans la situation où un flottant est placé en
22259  haut d'une page alors que la section concernée ne commence qu'au milieu
22260  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22261  la section précédente.
22262  On peut utiliser la commande LaTeX 
22263 \series bold
22264
22265 \backslash
22266 suppressfloats
22267 \series default
22268  pour éviter ce cas.
22269  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22270  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22271  soit placé avant que la section commence.
22272  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22273  votre document :
22274 \end_layout
22275
22276 \begin_layout Standard
22277
22278 \series bold
22279
22280 \backslash
22281 let
22282 \backslash
22283 mySection
22284 \backslash
22285 section
22286 \begin_inset Newline newline
22287 \end_inset
22288
22289
22290 \backslash
22291 renewcommand{
22292 \backslash
22293 section}{
22294 \backslash
22295 suppressfloats[t]
22296 \backslash
22297 mySection}
22298 \end_layout
22299
22300 \begin_layout Standard
22301 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22302  comme les chapitres et les sous-sections.
22303  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22304  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22305  ensuite avoir du mal à trouver un positionnement correct.
22306 \end_layout
22307
22308 \begin_layout Standard
22309 \begin_inset VSpace bigskip
22310 \end_inset
22311
22312 Dans certains cas il est demandé de placer toutes les figures et tous les
22313  tableaux à la fin du document.
22314  C'est pour de telles situations que le paquetage LaTeX 
22315 \series bold
22316 endfloat
22317 \series default
22318
22319 \begin_inset Index idx
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323 Paquetages LaTeX ! endfloat
22324 \end_layout
22325
22326 \end_inset
22327
22328  a été développé.
22329  Il met en effet tous les flottants de figures et de tableaux à la fin du
22330  document dans leurs propres sections.
22331  À la position d'origine du flottant, une indication textuelle du genre
22332  
22333 \begin_inset Quotes eld
22334 \end_inset
22335
22336
22337 \family sans
22338 [Figure
22339 \begin_inset space ~
22340 \end_inset
22341
22342 3.2 
22343 \lang english
22344 about here.
22345 \lang french
22346 ]
22347 \family default
22348
22349 \begin_inset Quotes erd
22350 \end_inset
22351
22352  est insérée.
22353  Le paquetage 
22354 \series bold
22355 endfloat
22356 \series default
22357  est chargé dans le préambule avec la ligne suivante 
22358 \end_layout
22359
22360 \begin_layout Standard
22361
22362 \series bold
22363
22364 \backslash
22365 usepackage[options]{endfloat}
22366 \end_layout
22367
22368 \begin_layout Standard
22369 Il y a aussi de nombreuses options de paquetage pour modifier le format
22370  des sections de figures ou de tableau qui sont créées.
22371  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22372  
22373 \series bold
22374 endfloa
22375 \series default
22376
22377 \begin_inset CommandInset citation
22378 LatexCommand cite
22379 key "endfloat"
22380
22381 \end_inset
22382
22383 .
22384 \begin_inset Newline newline
22385 \end_inset
22386
22387
22388 \begin_inset Note Greyedout
22389 status open
22390
22391 \begin_layout Plain Layout
22392
22393 \series bold
22394 Note: endfloat
22395 \series default
22396  ne fournit pas de traduction automatique de l'indication textuelle, vous
22397  devez donc le faire manuellement, voyez la section
22398 \begin_inset space ~
22399 \end_inset
22400
22401 4 de 
22402 \begin_inset CommandInset citation
22403 LatexCommand cite
22404 key "endfloat"
22405
22406 \end_inset
22407
22408 .
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \begin_inset Newline newline
22415 \end_inset
22416
22417
22418 \begin_inset Note Greyedout
22419 status open
22420
22421 \begin_layout Plain Layout
22422
22423 \series bold
22424 Note:
22425 \series default
22426  Il y a actuellement un bug dans le paquetage 
22427 \series bold
22428 endfloat
22429 \series default
22430  quand la légende contient un 
22431 \begin_inset Quotes eld
22432 \end_inset
22433
22434 ß
22435 \begin_inset Quotes erd
22436 \end_inset
22437
22438  allemand.
22439  Utilisez dans ce cas la commande 
22440 \begin_inset Quotes eld
22441 \end_inset
22442
22443
22444 \series bold
22445
22446 \backslash
22447 ss
22448 \series default
22449
22450 \begin_inset Quotes erd
22451 \end_inset
22452
22453  en code TeX à la place du 
22454 \begin_inset Quotes eld
22455 \end_inset
22456
22457 ß
22458 \begin_inset Quotes erd
22459 \end_inset
22460
22461 .
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \begin_layout Standard
22470 \begin_inset VSpace bigskip
22471 \end_inset
22472
22473 Pour plus d'information sur les manières de placer les flottants, jetez
22474  un coup d'œil aux livres sur LaTeX, 
22475 \begin_inset CommandInset citation
22476 LatexCommand cite
22477 key "latexcompanion,latexguide,latexbook"
22478
22479 \end_inset
22480
22481 .
22482 \end_layout
22483
22484 \begin_layout Section
22485 Flottants Renversés
22486 \begin_inset CommandInset label
22487 LatexCommand label
22488 name "sec:Flottants-renversés"
22489
22490 \end_inset
22491
22492
22493 \begin_inset Index idx
22494 status collapsed
22495
22496 \begin_layout Plain Layout
22497 Flottants ! Renversés
22498 \end_layout
22499
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \begin_layout Standard
22506 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22507  tableaux très larges.
22508  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22509  un clic droit sur la boîte du flottant et utilisez l'option 
22510 \family sans
22511 Rotation
22512 \begin_inset space ~
22513 \end_inset
22514
22515 90°
22516 \family default
22517 .
22518 \end_layout
22519
22520 \begin_layout Standard
22521 Les flottants renversés sont systématiquement placés sur leur propre page
22522  ( ou colonne, si vous avez un document sur deux colonnes ).
22523  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22524  
22525 \family sans
22526 Plusieurs
22527 \begin_inset space ~
22528 \end_inset
22529
22530 colonnes
22531 \family default
22532  dans les paramètres du flottant.
22533  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22534  du côté de la marge externe.
22535  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22536  ajouter soit l'option 
22537 \series bold
22538 figuresleft
22539 \series default
22540  soit l'option 
22541 \series bold
22542 figuresright
22543 \series default
22544  aux options de la classe de document.
22545 \end_layout
22546
22547 \begin_layout Standard
22548 Faire référence à un flottant renversé se fait de la même manière que pour
22549  un flottant normal, la mise en forme de la légende est aussi identique
22550  : Le tableau
22551 \begin_inset space ~
22552 \end_inset
22553
22554
22555 \begin_inset CommandInset ref
22556 LatexCommand ref
22557 reference "tab:Tableau-pivoté"
22558
22559 \end_inset
22560
22561  est un exemple de flottant de tableau renversé.
22562 \end_layout
22563
22564 \begin_layout Standard
22565 \begin_inset Note Greyedout
22566 status open
22567
22568 \begin_layout Plain Layout
22569
22570 \series bold
22571 Note:
22572 \series default
22573  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22574  DVI.
22575 \end_layout
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 \begin_inset Float table
22584 wide false
22585 sideways true
22586 status open
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Caption
22590
22591 \begin_layout Plain Layout
22592 \begin_inset CommandInset label
22593 LatexCommand label
22594 name "tab:Tableau-pivoté"
22595
22596 \end_inset
22597
22598  Tableau pivoté
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \begin_layout Plain Layout
22607 \align center
22608 \begin_inset Tabular
22609 <lyxtabular version="3" rows="1" columns="5">
22610 <features tabularvalignment="middle">
22611 <column alignment="center" valignment="top" width="0">
22612 <column alignment="center" valignment="top" width="0">
22613 <column alignment="center" valignment="top" width="0">
22614 <column alignment="center" valignment="top" width="0">
22615 <column alignment="center" valignment="top" width="0">
22616 <row>
22617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 test
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 b
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 c
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 d
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 e
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 </lyxtabular>
22664
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \begin_layout Section
22676 Sous-flottants
22677 \begin_inset Index idx
22678 status collapsed
22679
22680 \begin_layout Plain Layout
22681 Flottants ! Sous-flottants
22682 \end_layout
22683
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \begin_layout Standard
22690 Un exemple de sous-flottant : une figure composée de plusieurs images.
22691  On les crée en insérant un flottant dans un flottant existant.
22692  Le positionnement des sous-flottants peut être contrôlé comme pour les
22693  paragraphes comme on le voit avec les tableaux
22694 \begin_inset space ~
22695 \end_inset
22696
22697
22698 \begin_inset CommandInset ref
22699 LatexCommand ref
22700 reference "tab:Deux-sous-tableaux-cote-a-cote"
22701
22702 \end_inset
22703
22704  et 
22705 \begin_inset CommandInset ref
22706 LatexCommand ref
22707 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22708
22709 \end_inset
22710
22711 .
22712 \end_layout
22713
22714 \begin_layout Standard
22715 On fait référence à des sous-flottants comme on le ferait avec des flottants
22716  normaux : Les tableaux
22717 \begin_inset space ~
22718 \end_inset
22719
22720
22721 \begin_inset CommandInset ref
22722 LatexCommand ref
22723 reference "tab:Le-sous-tableau-a"
22724
22725 \end_inset
22726
22727  et 
22728 \begin_inset CommandInset ref
22729 LatexCommand ref
22730 reference "tab:Le-sous-tableau-b"
22731
22732 \end_inset
22733
22734  sont des sous-tableaux du tableau
22735 \begin_inset space ~
22736 \end_inset
22737
22738
22739 \begin_inset CommandInset ref
22740 LatexCommand ref
22741 reference "tab:Deux-sous-tableaux-cote-a-cote"
22742
22743 \end_inset
22744
22745 .
22746 \end_layout
22747
22748 \begin_layout Standard
22749 \begin_inset Float table
22750 wide false
22751 sideways false
22752 status open
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Caption
22756
22757 \begin_layout Plain Layout
22758 \begin_inset CommandInset label
22759 LatexCommand label
22760 name "tab:Deux-sous-tableaux-cote-a-cote"
22761
22762 \end_inset
22763
22764 Deux sous-tableaux placés côte-à-côte.
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Plain Layout
22773 \align center
22774 \begin_inset space \hfill{}
22775 \end_inset
22776
22777
22778 \begin_inset Float table
22779 wide false
22780 sideways false
22781 status collapsed
22782
22783 \begin_layout Plain Layout
22784 \begin_inset Caption
22785
22786 \begin_layout Plain Layout
22787 \begin_inset CommandInset label
22788 LatexCommand label
22789 name "tab:Le-sous-tableau-a"
22790
22791 \end_inset
22792
22793 Le sous-tableau a
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Plain Layout
22802 \align center
22803 \begin_inset Tabular
22804 <lyxtabular version="3" rows="1" columns="5">
22805 <features tabularvalignment="middle">
22806 <column alignment="center" valignment="top" width="0">
22807 <column alignment="center" valignment="top" width="0">
22808 <column alignment="center" valignment="top" width="0">
22809 <column alignment="center" valignment="top" width="0">
22810 <column alignment="center" valignment="top" width="0">
22811 <row>
22812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 test
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 b
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 c
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 d
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 e
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 </lyxtabular>
22859
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \begin_inset space \hfill{}
22869 \end_inset
22870
22871
22872 \begin_inset Float table
22873 wide false
22874 sideways false
22875 status collapsed
22876
22877 \begin_layout Plain Layout
22878 \begin_inset Caption
22879
22880 \begin_layout Plain Layout
22881 \begin_inset CommandInset label
22882 LatexCommand label
22883 name "tab:Le-sous-tableau-b"
22884
22885 \end_inset
22886
22887 Le sous-tableau b.
22888 \end_layout
22889
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \begin_layout Plain Layout
22896 \align center
22897 \begin_inset Tabular
22898 <lyxtabular version="3" rows="1" columns="5">
22899 <features tabularvalignment="middle">
22900 <column alignment="center" valignment="top" width="0">
22901 <column alignment="center" valignment="top" width="0">
22902 <column alignment="center" valignment="top" width="0">
22903 <column alignment="center" valignment="top" width="0">
22904 <column alignment="center" valignment="top" width="0">
22905 <row>
22906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910 e
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919 d
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 c
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 b
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 test
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 </lyxtabular>
22953
22954 \end_inset
22955
22956
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \begin_inset space \hfill{}
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \begin_layout Standard
22974 \begin_inset Float table
22975 wide false
22976 sideways false
22977 status open
22978
22979 \begin_layout Plain Layout
22980 \begin_inset Caption
22981
22982 \begin_layout Plain Layout
22983 \begin_inset CommandInset label
22984 LatexCommand label
22985 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22986
22987 \end_inset
22988
22989 Deux sous-tableaux placés l'un sur l'autre.
22990  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \begin_layout Plain Layout
22999 \align center
23000 \begin_inset Float table
23001 wide false
23002 sideways false
23003 status collapsed
23004
23005 \begin_layout Plain Layout
23006 \begin_inset Caption
23007
23008 \begin_layout Plain Layout
23009
23010 \end_layout
23011
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \begin_layout Plain Layout
23018 \align center
23019 \begin_inset Tabular
23020 <lyxtabular version="3" rows="1" columns="4">
23021 <features tabularvalignment="middle">
23022 <column alignment="center" valignment="top" width="0">
23023 <column alignment="center" valignment="top" width="0">
23024 <column alignment="center" valignment="top" width="0">
23025 <column alignment="center" valignment="top" width="0">
23026 <row>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 test
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 test
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 test
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058 test
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 </row>
23064 </lyxtabular>
23065
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Plain Layout
23077 \align center
23078 \begin_inset Float table
23079 wide false
23080 sideways false
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084 \begin_inset Caption
23085
23086 \begin_layout Plain Layout
23087
23088 \end_layout
23089
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \begin_layout Plain Layout
23096 \align center
23097 \begin_inset Tabular
23098 <lyxtabular version="3" rows="1" columns="5">
23099 <features tabularvalignment="middle">
23100 <column alignment="center" valignment="top" width="0">
23101 <column alignment="center" valignment="top" width="0">
23102 <column alignment="center" valignment="top" width="0">
23103 <column alignment="center" valignment="top" width="0">
23104 <column alignment="center" valignment="top" width="0">
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 a
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23116 \begin_inset Text
23117
23118 \begin_layout Plain Layout
23119 b
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 c
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 d
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 e
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 </row>
23152 </lyxtabular>
23153
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \end_inset
23160
23161
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \begin_layout Section
23170 Flottants côte-à-côte
23171 \begin_inset Index idx
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175 Flottants ! côte-à-côte
23176 \end_layout
23177
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \begin_layout Standard
23184 Pour placer des flottants côte-à-côte, comme pour la figure
23185 \begin_inset space ~
23186 \end_inset
23187
23188
23189 \begin_inset CommandInset ref
23190 LatexCommand ref
23191 reference "fig:Flottant-gauche"
23192
23193 \end_inset
23194
23195  et 
23196 \begin_inset CommandInset ref
23197 LatexCommand ref
23198 reference "fig:Flottant-droit"
23199
23200 \end_inset
23201
23202 , on n'utilise 
23203 \emph on
23204 qu'un seul 
23205 \emph default
23206 flottant.
23207  On y insère deux boîtes de minipages.
23208 \begin_inset Foot
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212 Les minipages sont décrites dans la section
23213 \begin_inset space ~
23214 \end_inset
23215
23216
23217 \begin_inset CommandInset ref
23218 LatexCommand ref
23219 reference "sec:Minipages"
23220
23221 \end_inset
23222
23223 .
23224 \end_layout
23225
23226 \end_inset
23227
23228  La largeur est mise à 45
23229 \begin_inset space \thinspace{}
23230 \end_inset
23231
23232 -50
23233 \begin_inset space \thinspace{}
23234 \end_inset
23235
23236 column% et l'alignement de la boîte à 
23237 \family sans
23238 Bas
23239 \family default
23240  pour chaque minipage.
23241  Les boîtes minipages contiennent l'image et la légende exactement comme
23242  avec un flottant.
23243  La seule différence est que l'unité de longueur 
23244 \family sans
23245 Largeur
23246 \begin_inset space ~
23247 \end_inset
23248
23249 colonne
23250 \begin_inset space ~
23251 \end_inset
23252
23253 %
23254 \family default
23255  utilisée pour l'image est maintenant définie par rapport à la largeur des
23256  boîtes minipages.
23257 \end_layout
23258
23259 \begin_layout Standard
23260 \begin_inset Float figure
23261 wide false
23262 sideways false
23263 status open
23264
23265 \begin_layout Plain Layout
23266 \begin_inset Box Frameless
23267 position "b"
23268 hor_pos "c"
23269 has_inner_box 1
23270 inner_pos "t"
23271 use_parbox 0
23272 use_makebox 0
23273 width "45col%"
23274 special "none"
23275 height "1in"
23276 height_special "totalheight"
23277 status open
23278
23279 \begin_layout Plain Layout
23280 \align center
23281 \begin_inset Graphics
23282         filename ../clipart/mobius.eps
23283         lyxscale 50
23284         width 100col%
23285         scaleBeforeRotation
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \begin_layout Plain Layout
23293 \begin_inset Caption
23294
23295 \begin_layout Plain Layout
23296 \begin_inset CommandInset label
23297 LatexCommand label
23298 name "fig:Flottant-gauche"
23299
23300 \end_inset
23301
23302 Flottant du côté gauche.
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \begin_inset space \hfill{}
23314 \end_inset
23315
23316
23317 \begin_inset Box Frameless
23318 position "b"
23319 hor_pos "c"
23320 has_inner_box 1
23321 inner_pos "t"
23322 use_parbox 0
23323 use_makebox 0
23324 width "45col%"
23325 special "none"
23326 height "1in"
23327 height_special "totalheight"
23328 status open
23329
23330 \begin_layout Plain Layout
23331 \align center
23332 \begin_inset Graphics
23333         filename ../clipart/platypus.eps
23334         lyxscale 50
23335         width 100col%
23336         scaleBeforeRotation
23337
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \begin_layout Plain Layout
23344 \begin_inset Caption
23345
23346 \begin_layout Plain Layout
23347 \begin_inset CommandInset label
23348 LatexCommand label
23349 name "fig:Flottant-droit"
23350
23351 \end_inset
23352
23353 Flottant du côté droit.
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \begin_layout Section
23372 Mise en Forme de la Légende
23373 \begin_inset Index idx
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377 Légende ! Mise en forme
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \begin_inset Index idx
23384 status collapsed
23385
23386 \begin_layout Plain Layout
23387 Flottants ! Mise en forme de la Légende
23388 \end_layout
23389
23390 \end_inset
23391
23392
23393 \begin_inset CommandInset label
23394 LatexCommand label
23395 name "sec:Formatage-légende"
23396
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \begin_layout Standard
23403 L'environnement 
23404 \family sans
23405 Légende
23406 \family default
23407  est l'environnement de paragraphe implicite pour les 
23408 \family sans
23409 flottants
23410 \family default
23411 .
23412  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23413  par exemple 
23414 \begin_inset Quotes eld
23415 \end_inset
23416
23417
23418 \family sans
23419 Figure #:
23420 \family default
23421
23422 \begin_inset Quotes erd
23423 \end_inset
23424
23425  suivi par le texte de la légende.
23426  Le 
23427 \begin_inset Quotes eld
23428 \end_inset
23429
23430 #
23431 \begin_inset Quotes erd
23432 \end_inset
23433
23434  étant remplacé par le numéro de référence réel.
23435  implicitement l'étiquette et le numéro sont dans la même police de caractères
23436  que le texte de la légende et deux points suivent le numéro pour séparer
23437  l'étiquette du texte.
23438  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23439 \end_layout
23440
23441 \begin_layout Standard
23442 Pour modifier le format implicite des légendes, il faut charger le paquetage
23443  LaTeX 
23444 \series bold
23445 caption
23446 \series default
23447
23448 \begin_inset Index idx
23449 status collapsed
23450
23451 \begin_layout Plain Layout
23452 Paquetages LaTeX ! caption
23453 \end_layout
23454
23455 \end_inset
23456
23457  dans le préambule de votre document avec la ligne suivante :
23458 \end_layout
23459
23460 \begin_layout Standard
23461
23462 \series bold
23463
23464 \backslash
23465 usepackage[format definition]{caption}
23466 \end_layout
23467
23468 \begin_layout Standard
23469 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23470  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23471  dans ce document, utilisez les commandes suivantes :
23472 \end_layout
23473
23474 \begin_layout Standard
23475
23476 \series bold
23477
23478 \backslash
23479 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23480 \end_layout
23481
23482 \begin_layout Standard
23483 Vous pouvez aussi définir des formats de légendes différents pour les différents
23484  types de flottants.
23485  Dans ce cas chargez le paquetage 
23486 \series bold
23487 caption 
23488 \series default
23489 sans option de format spécifique et définissez les différents formats à
23490  l'aide de la commande 
23491 \end_layout
23492
23493 \begin_layout Standard
23494
23495 \series bold
23496
23497 \backslash
23498 captionsetup[type de flottant]{définition du format}
23499 \end_layout
23500
23501 \begin_layout Standard
23502 dans le préambule du document.
23503  Par exemple les formats de légende de la Figure
23504 \begin_inset space ~
23505 \end_inset
23506
23507
23508 \begin_inset CommandInset ref
23509 LatexCommand ref
23510 reference "fig:Legende-de-fig"
23511
23512 \end_inset
23513
23514  et du Tableau
23515 \begin_inset space ~
23516 \end_inset
23517
23518
23519 \begin_inset CommandInset ref
23520 LatexCommand ref
23521 reference "tab:Légende-de-tab"
23522
23523 \end_inset
23524
23525  peuvent être créés en utilisant les commandes suivantes dans le préambule
23526  :
23527 \end_layout
23528
23529 \begin_layout Standard
23530
23531 \series bold
23532
23533 \backslash
23534 usepackage[tableposition=top]{caption}
23535 \series default
23536
23537 \begin_inset Newline newline
23538 \end_inset
23539
23540
23541 \series bold
23542
23543 \backslash
23544 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23545 \begin_inset Newline newline
23546 \end_inset
23547
23548
23549 \begin_inset Phantom HPhantom
23550 status open
23551
23552 \begin_layout Plain Layout
23553
23554 \series bold
23555
23556 \backslash
23557 captionsetup[figure]{
23558 \end_layout
23559
23560 \end_inset
23561
23562 labelsep=period}
23563 \begin_inset Newline newline
23564 \end_inset
23565
23566
23567 \backslash
23568 captionsetup[table]{labelfont={bf,sf}}
23569 \end_layout
23570
23571 \begin_layout Standard
23572 \begin_inset Note Greyedout
23573 status open
23574
23575 \begin_layout Plain Layout
23576
23577 \series bold
23578 Note:
23579 \series default
23580  L'option 
23581 \series bold
23582 tableposition=top
23583 \series default
23584  n'a pas d'effet quand on utilise un document de classe 
23585 \series bold
23586 KOMA-Script
23587 \series default
23588
23589 \begin_inset Index idx
23590 status collapsed
23591
23592 \begin_layout Plain Layout
23593 Paquetages LaTeX ! KOMA-Script
23594 \end_layout
23595
23596 \end_inset
23597
23598 .
23599  Dans ce cas on doit utiliser l'option 
23600 \series bold
23601 captions=tableheading
23602 \series default
23603  de la classe de document.
23604 \end_layout
23605
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \begin_layout Standard
23612 Pour plus d'information sur le paquetage 
23613 \series bold
23614 caption
23615 \series default
23616  nous vous renvoyons à sa documentation 
23617 \begin_inset CommandInset citation
23618 LatexCommand cite
23619 key "caption"
23620
23621 \end_inset
23622
23623 .
23624 \end_layout
23625
23626 \begin_layout Standard
23627 Pour changer le nom de l'étiquette, par exemple de 
23628 \begin_inset Quotes eld
23629 \end_inset
23630
23631 Figure
23632 \begin_inset Quotes erd
23633 \end_inset
23634
23635  à 
23636 \begin_inset Quotes eld
23637 \end_inset
23638
23639 Image
23640 \begin_inset Quotes erd
23641 \end_inset
23642
23643 , utilisez la commande suivante dans le préambule :
23644 \end_layout
23645
23646 \begin_layout Standard
23647
23648 \series bold
23649
23650 \backslash
23651 renewcommand{
23652 \backslash
23653 fnum@figure}{Image~
23654 \backslash
23655 thefigure}
23656 \end_layout
23657
23658 \begin_layout Standard
23659 où 
23660 \series bold
23661
23662 \backslash
23663 thefigure
23664 \series default
23665  insère le numéro de la figure et
23666 \series bold
23667  
23668 \begin_inset Quotes eld
23669 \end_inset
23670
23671 ~
23672 \series default
23673
23674 \begin_inset Quotes erd
23675 \end_inset
23676
23677  ajoute une espace insécable.
23678 \end_layout
23679
23680 \begin_layout Standard
23681 \begin_inset VSpace bigskip
23682 \end_inset
23683
23684 Si vous utilisez un document de classe 
23685 \series bold
23686 KOMA-Script
23687 \series default
23688
23689 \begin_inset Index idx
23690 status collapsed
23691
23692 \begin_layout Plain Layout
23693 Paquetages LaTeX ! KOMA-Script
23694 \end_layout
23695
23696 \end_inset
23697
23698  (
23699 \family sans
23700 article (KOMA-Script)
23701 \family default
23702
23703 \family sans
23704 book (KOMA-Script)
23705 \family default
23706
23707 \family sans
23708 letter (KOMA-Script)
23709 \family default
23710 , ou 
23711 \family sans
23712 report (KOMA-Script)
23713 \family default
23714
23715 \begin_inset space \thinspace{}
23716 \end_inset
23717
23718 ), Vous pouvez utiliser la commande incorporée 
23719 \series bold
23720
23721 \backslash
23722 setkomafont 
23723 \series default
23724 du paquetage
23725 \series bold
23726  KOMA-Script 
23727 \series default
23728 à la place du paquetage
23729 \series bold
23730  caption.
23731  
23732 \series default
23733 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23734  suivante au préambule de votre document :
23735 \end_layout
23736
23737 \begin_layout Standard
23738
23739 \series bold
23740
23741 \backslash
23742 setkomafont{captionlabel}{
23743 \backslash
23744 bfseries}
23745 \end_layout
23746
23747 \begin_layout Standard
23748 Pour plus d'information au sujet de 
23749 \series bold
23750
23751 \backslash
23752 setkomafont
23753 \series default
23754  nous vous renvoyons à la documentation du paquetage 
23755 \series bold
23756 KOMA-Script
23757 \series default
23758  
23759 \begin_inset CommandInset citation
23760 LatexCommand cite
23761 key "KOMA-Script"
23762
23763 \end_inset
23764
23765 .
23766 \end_layout
23767
23768 \begin_layout Standard
23769 \begin_inset ERT
23770 status collapsed
23771
23772 \begin_layout Plain Layout
23773
23774
23775 \backslash
23776 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23777 }
23778 \end_layout
23779
23780 \end_inset
23781
23782
23783 \begin_inset Note Note
23784 status open
23785
23786 \begin_layout Plain Layout
23787 Le format de la légende n'est modifié que pour cet exemple.
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \begin_layout Standard
23796 \begin_inset Float figure
23797 placement !p
23798 wide false
23799 sideways false
23800 status open
23801
23802 \begin_layout Plain Layout
23803 \align center
23804 \begin_inset Graphics
23805         filename ../clipart/mobius.eps
23806         lyxscale 50
23807         scale 50
23808         scaleBeforeRotation
23809
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \begin_layout Plain Layout
23816 \begin_inset Caption
23817
23818 \begin_layout Plain Layout
23819 \begin_inset CommandInset label
23820 LatexCommand label
23821 name "fig:Legende-de-fig"
23822
23823 \end_inset
23824
23825 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23826  pour montrer les différents types de formats de légendes.
23827  Ici on a utilisé un format de légende personnalisé.
23828 \end_layout
23829
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \begin_layout Standard
23841 \begin_inset ERT
23842 status collapsed
23843
23844 \begin_layout Plain Layout
23845
23846
23847 \backslash
23848 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23849 on}
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset Float table
23859 placement !p
23860 wide false
23861 sideways false
23862 status open
23863
23864 \begin_layout Plain Layout
23865 \begin_inset Caption
23866
23867 \begin_layout Plain Layout
23868 \begin_inset CommandInset label
23869 LatexCommand label
23870 name "tab:Légende-de-tab"
23871
23872 \end_inset
23873
23874 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23875  pour montrer les différents types de formats de légendes.
23876  Ici on a utilisé le format de légende implicite.
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Plain Layout
23885 \align center
23886 \begin_inset Tabular
23887 <lyxtabular version="3" rows="1" columns="5">
23888 <features tabularvalignment="middle">
23889 <column alignment="center" valignment="top" width="0">
23890 <column alignment="center" valignment="top" width="0">
23891 <column alignment="center" valignment="top" width="0">
23892 <column alignment="center" valignment="top" width="0">
23893 <column alignment="center" valignment="top" width="0">
23894 <row>
23895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 a
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 b
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917 c
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 d
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 e
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 </lyxtabular>
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \end_inset
23949
23950
23951 \end_layout
23952
23953 \begin_layout Section
23954 Positionnement de la Légende
23955 \begin_inset Index idx
23956 status collapsed
23957
23958 \begin_layout Plain Layout
23959 Légende ! Placement
23960 \end_layout
23961
23962 \end_inset
23963
23964
23965 \begin_inset Index idx
23966 status collapsed
23967
23968 \begin_layout Plain Layout
23969 Flottants ! Placement de la légende
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \begin_inset CommandInset label
23976 LatexCommand label
23977 name "sec:Placement-légende"
23978
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \begin_layout Standard
23985 La règle habituelle pour placer la légende est :
23986 \end_layout
23987
23988 \begin_layout Description
23989 Figure
23990 \begin_inset space ~
23991 \end_inset
23992
23993 : La légende est placée en dessous de la figure
23994 \end_layout
23995
23996 \begin_layout Description
23997 Tableau
23998 \begin_inset space ~
23999 \end_inset
24000
24001 : La légende est placée au dessus du tableau
24002 \end_layout
24003
24004 \begin_layout Standard
24005 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
24006  au dessus des tableaux.
24007  Ce qui fait que si vous utilisez une des classes de document 
24008 \family sans
24009 article
24010 \family default
24011
24012 \family sans
24013 book
24014 \family default
24015
24016 \family sans
24017 letter
24018 \family default
24019 , ou 
24020 \family sans
24021 report
24022 \family default
24023  il n'y aura pas d'espace libre entre la légende et le tableau.
24024  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
24025  de chargement du paquetage LaTeX 
24026 \series bold
24027 caption
24028 \series default
24029  dans le préambule de votre document
24030 \begin_inset Foot
24031 status open
24032
24033 \begin_layout Plain Layout
24034 Voir la section
24035 \begin_inset space ~
24036 \end_inset
24037
24038
24039 \begin_inset CommandInset ref
24040 LatexCommand ref
24041 reference "sec:Formatage-légende"
24042
24043 \end_inset
24044
24045  pour plus d'information sur le paquetage 
24046 \series bold
24047 caption
24048 \series default
24049 .
24050 \end_layout
24051
24052 \end_inset
24053
24054 :
24055 \end_layout
24056
24057 \begin_layout Standard
24058
24059 \series bold
24060 tableposition=top
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Si vous utilisez une classe de document 
24065 \series bold
24066 KOMA-Script
24067 \series default
24068
24069 \begin_inset Index idx
24070 status collapsed
24071
24072 \begin_layout Plain Layout
24073 Paquetages LaTeX ! KOMA-Script
24074 \end_layout
24075
24076 \end_inset
24077
24078  (
24079 \family sans
24080 article (KOMA-Script)
24081 \family default
24082
24083 \family sans
24084 book (KOMA-Script)
24085 \family default
24086
24087 \family sans
24088 letter (KOMA-Script)
24089 \family default
24090 , ou 
24091 \family sans
24092 report (KOMA-Script)
24093 \family default
24094
24095 \begin_inset space \thinspace{}
24096 \end_inset
24097
24098 ), vous pouvez utiliser à la place du paquetage 
24099 \series bold
24100 caption
24101 \series default
24102  l'option 
24103 \series bold
24104 captions=tableheading
24105 \series default
24106  de la classe de document.
24107 \end_layout
24108
24109 \begin_layout Standard
24110 \begin_inset VSpace bigskip
24111 \end_inset
24112
24113 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
24114  Pour cela, vous devez charger le paquetage LaTeX 
24115 \series bold
24116 sidecap
24117 \series default
24118
24119 \begin_inset Index idx
24120 status collapsed
24121
24122 \begin_layout Plain Layout
24123 Paquetages LaTeX ! sidecap
24124 \end_layout
24125
24126 \end_inset
24127
24128  dans le préambule de votre document avec la ligne de commande suivante
24129 \end_layout
24130
24131 \begin_layout Standard
24132
24133 \series bold
24134
24135 \backslash
24136 usepackage[option]{sidecap}
24137 \end_layout
24138
24139 \begin_layout Standard
24140 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
24141  extérieure – à droite sur les pages impaires et à gauche sur les pages
24142  paires.
24143  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
24144  
24145 \series bold
24146 innercaption
24147 \series default
24148 .
24149  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
24150  
24151 \series bold
24152 rightcaption
24153 \series default
24154  ou 
24155 \series bold
24156 leftcaption
24157 \series default
24158 .
24159 \end_layout
24160
24161 \begin_layout Standard
24162 \begin_inset ERT
24163 status collapsed
24164
24165 \begin_layout Plain Layout
24166
24167
24168 \backslash
24169 ifsidecap
24170 \end_layout
24171
24172 \end_inset
24173
24174
24175 \begin_inset Note Note
24176 status open
24177
24178 \begin_layout Plain Layout
24179 La section suivante ne sera affichée que si le paquetage LaTeX 
24180 \series bold
24181 sidecap
24182 \series default
24183  a été installé.
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \end_layout
24190
24191 \begin_layout Standard
24192 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24193  ajouter ces commandes dans le préambule de votre document :
24194 \end_layout
24195
24196 \begin_layout Standard
24197 \noindent
24198 \begin_inset CommandInset line
24199 LatexCommand rule
24200 offset "0.5ex"
24201 width "100line%"
24202 height "1pt"
24203
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \begin_layout Standard
24210
24211 \series bold
24212
24213 \backslash
24214 newcommand{
24215 \backslash
24216 TabBesBeg}{%
24217 \begin_inset Newline newline
24218 \end_inset
24219
24220
24221 \begin_inset Phantom HPhantom
24222 status open
24223
24224 \begin_layout Plain Layout
24225
24226 \series bold
24227 \begin_inset space ~
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \end_inset
24234
24235
24236 \backslash
24237 let
24238 \backslash
24239 MyTable
24240 \backslash
24241 table
24242 \begin_inset Newline newline
24243 \end_inset
24244
24245
24246 \begin_inset Phantom HPhantom
24247 status open
24248
24249 \begin_layout Plain Layout
24250
24251 \series bold
24252 \begin_inset space ~
24253 \end_inset
24254
24255
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \backslash
24262 let
24263 \backslash
24264 MyEndtable
24265 \backslash
24266 endtable
24267 \begin_inset Newline newline
24268 \end_inset
24269
24270
24271 \begin_inset Phantom HPhantom
24272 status open
24273
24274 \begin_layout Plain Layout
24275
24276 \series bold
24277 \begin_inset space ~
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \end_inset
24284
24285
24286 \backslash
24287 renewenvironment{table}{
24288 \backslash
24289 begin{SCtable}}{
24290 \backslash
24291 end{SCtable}}}
24292 \end_layout
24293
24294 \begin_layout Standard
24295
24296 \series bold
24297
24298 \backslash
24299 newcommand{
24300 \backslash
24301 TabBesEnd}{%
24302 \begin_inset Newline newline
24303 \end_inset
24304
24305
24306 \begin_inset Phantom HPhantom
24307 status open
24308
24309 \begin_layout Plain Layout
24310
24311 \series bold
24312 \begin_inset space ~
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \end_inset
24319
24320
24321 \backslash
24322 let
24323 \backslash
24324 table
24325 \backslash
24326 MyTable
24327 \begin_inset Newline newline
24328 \end_inset
24329
24330
24331 \begin_inset Phantom HPhantom
24332 status open
24333
24334 \begin_layout Plain Layout
24335
24336 \series bold
24337 \begin_inset space ~
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \end_inset
24344
24345
24346 \backslash
24347 let
24348 \backslash
24349 endtable
24350 \backslash
24351 MyEndtable
24352 \end_layout
24353
24354 \begin_layout Standard
24355
24356 \series bold
24357
24358 \backslash
24359 newcommand{
24360 \backslash
24361 FigBesBeg}{%
24362 \begin_inset Newline newline
24363 \end_inset
24364
24365
24366 \begin_inset Phantom HPhantom
24367 status open
24368
24369 \begin_layout Plain Layout
24370
24371 \series bold
24372 \begin_inset space ~
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \backslash
24382 let
24383 \backslash
24384 MyFigure
24385 \backslash
24386 figure
24387 \begin_inset Newline newline
24388 \end_inset
24389
24390
24391 \begin_inset Phantom HPhantom
24392 status open
24393
24394 \begin_layout Plain Layout
24395
24396 \series bold
24397 \begin_inset space ~
24398 \end_inset
24399
24400
24401 \end_layout
24402
24403 \end_inset
24404
24405
24406 \backslash
24407 let
24408 \backslash
24409 MyEndfigure
24410 \backslash
24411 endfigure
24412 \begin_inset Newline newline
24413 \end_inset
24414
24415
24416 \begin_inset Phantom HPhantom
24417 status open
24418
24419 \begin_layout Plain Layout
24420
24421 \series bold
24422 \begin_inset space ~
24423 \end_inset
24424
24425
24426 \end_layout
24427
24428 \end_inset
24429
24430
24431 \backslash
24432 renewenvironment{figure}{
24433 \backslash
24434 begin{SCfigure}}{
24435 \backslash
24436 end{SCfigure}}}
24437 \end_layout
24438
24439 \begin_layout Standard
24440
24441 \series bold
24442
24443 \backslash
24444 newcommand{
24445 \backslash
24446 FigBesEnd}{%
24447 \begin_inset Newline newline
24448 \end_inset
24449
24450
24451 \begin_inset Phantom HPhantom
24452 status open
24453
24454 \begin_layout Plain Layout
24455
24456 \series bold
24457 \begin_inset space ~
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464
24465
24466 \backslash
24467 let
24468 \backslash
24469 figure
24470 \backslash
24471 MyFigure
24472 \begin_inset Newline newline
24473 \end_inset
24474
24475
24476 \begin_inset Phantom HPhantom
24477 status open
24478
24479 \begin_layout Plain Layout
24480
24481 \series bold
24482 \begin_inset space ~
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489
24490
24491 \backslash
24492 let
24493 \backslash
24494 endfigure
24495 \backslash
24496 MyEndfigure}
24497 \end_layout
24498
24499 \begin_layout Standard
24500 \noindent
24501 \begin_inset CommandInset line
24502 LatexCommand rule
24503 offset "0.5ex"
24504 width "100line%"
24505 height "1pt"
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \begin_layout Standard
24513 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24514  la légende se place sur le côté.
24515  Pour les flottants de figure, utilisez la commande
24516 \end_layout
24517
24518 \begin_layout Standard
24519
24520 \series bold
24521
24522 \backslash
24523 FigBesBeg
24524 \end_layout
24525
24526 \begin_layout Standard
24527 en code TeX avant le flottant.
24528  Après le flottant, insérez la commande
24529 \end_layout
24530
24531 \begin_layout Standard
24532
24533 \series bold
24534
24535 \backslash
24536 FigBesEnd
24537 \end_layout
24538
24539 \begin_layout Standard
24540 en code TeX pour revenir à la définition originale du flottant.
24541 \end_layout
24542
24543 \begin_layout Standard
24544 Pour les flottants de tableau, utilisez les commandes correspondantes
24545 \end_layout
24546
24547 \begin_layout Standard
24548
24549 \series bold
24550
24551 \backslash
24552 TabBesBeg
24553 \series default
24554  et 
24555 \series bold
24556
24557 \backslash
24558 TabBesEnd
24559 \end_layout
24560
24561 \begin_layout Standard
24562 La figure
24563 \begin_inset space ~
24564 \end_inset
24565
24566
24567 \begin_inset CommandInset ref
24568 LatexCommand ref
24569 reference "fig:legende-a-coté-fig"
24570
24571 \end_inset
24572
24573  et le tableau
24574 \begin_inset space ~
24575 \end_inset
24576
24577
24578 \begin_inset CommandInset ref
24579 LatexCommand ref
24580 reference "tab:legende-à-coté-tableau"
24581
24582 \end_inset
24583
24584  sont des exemples où la légende a été mises sur le coté.
24585 \end_layout
24586
24587 \begin_layout Standard
24588 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24589  pour les flottants de tableau et vers le bas pour les flottants de figure.
24590  Pour changer ce comportement, vous pouvez utiliser les commandes
24591 \end_layout
24592
24593 \begin_layout Standard
24594
24595 \series bold
24596
24597 \backslash
24598 sidecaptionvpos{type flottant}{placement}
24599 \end_layout
24600
24601 \begin_layout Standard
24602 dans le préambule du document ou en code TeX juste avant le flottant visé.
24603  Le type du flottant est soit 
24604 \family sans
24605 figure
24606 \family default
24607  soit 
24608 \family sans
24609 table
24610 \family default
24611 , le placement peut être 
24612 \begin_inset Quotes eld
24613 \end_inset
24614
24615
24616 \family sans
24617 t
24618 \family default
24619
24620 \begin_inset Quotes erd
24621 \end_inset
24622
24623  pour haut (top), 
24624 \begin_inset Quotes eld
24625 \end_inset
24626
24627
24628 \family sans
24629 c
24630 \family default
24631
24632 \begin_inset Quotes erd
24633 \end_inset
24634
24635  pour centre (center), ou 
24636 \begin_inset Quotes eld
24637 \end_inset
24638
24639
24640 \family sans
24641 b
24642 \family default
24643
24644 \begin_inset Quotes erd
24645 \end_inset
24646
24647  pour bas (bottom).
24648  Pour que, par exemple, les légendes des flottants de figure soient centrés
24649  verticalement, utilisez la commande
24650 \end_layout
24651
24652 \begin_layout Standard
24653
24654 \series bold
24655
24656 \backslash
24657 sidecaptionvpos{figure}{c}
24658 \end_layout
24659
24660 \begin_layout Standard
24661 C'est ce qui a été utilisé pour la figure
24662 \begin_inset space ~
24663 \end_inset
24664
24665
24666 \begin_inset CommandInset ref
24667 LatexCommand ref
24668 reference "fig:legende-à-coté-fig-2"
24669
24670 \end_inset
24671
24672 .
24673 \end_layout
24674
24675 \begin_layout Standard
24676 \begin_inset VSpace medskip
24677 \end_inset
24678
24679 Pour plus d'information sur le paquetage 
24680 \series bold
24681 sidecap
24682 \series default
24683  nous vous renvoyons à sa documentation 
24684 \begin_inset CommandInset citation
24685 LatexCommand cite
24686 key "sidecap"
24687
24688 \end_inset
24689
24690 .
24691 \end_layout
24692
24693 \begin_layout Standard
24694 \begin_inset Note Greyedout
24695 status open
24696
24697 \begin_layout Plain Layout
24698
24699 \series bold
24700 Note:
24701 \series default
24702  Le paquetage LaTeX 
24703 \series bold
24704 hypcap
24705 \series default
24706
24707 \begin_inset Index idx
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 Paquetages LaTeX ! hypcap
24712 \end_layout
24713
24714 \end_inset
24715
24716 , qui est décrit dans la section
24717 \begin_inset space ~
24718 \end_inset
24719
24720
24721 \begin_inset CommandInset ref
24722 LatexCommand ref
24723 reference "sub:Reference-Position"
24724
24725 \end_inset
24726
24727 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Standard
24736 \begin_inset ERT
24737 status collapsed
24738
24739 \begin_layout Plain Layout
24740
24741
24742 \backslash
24743 FigBesBeg 
24744 \end_layout
24745
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \begin_layout Standard
24752 \begin_inset Float figure
24753 wide false
24754 sideways false
24755 status open
24756
24757 \begin_layout Plain Layout
24758 \begin_inset Graphics
24759         filename ../clipart/escher-lsd.eps
24760         scale 75
24761         scaleBeforeRotation
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \begin_layout Plain Layout
24769 \begin_inset Caption
24770
24771 \begin_layout Plain Layout
24772 \begin_inset CommandInset label
24773 LatexCommand label
24774 name "fig:legende-a-coté-fig"
24775
24776 \end_inset
24777
24778 Une légende à côté d'une figure.
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \end_inset
24787
24788
24789 \end_layout
24790
24791 \begin_layout Standard
24792 \begin_inset ERT
24793 status collapsed
24794
24795 \begin_layout Plain Layout
24796
24797
24798 \backslash
24799 TabBesBeg 
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Standard
24808 \begin_inset Float table
24809 wide false
24810 sideways false
24811 status open
24812
24813 \begin_layout Plain Layout
24814 \begin_inset Caption
24815
24816 \begin_layout Plain Layout
24817 \begin_inset CommandInset label
24818 LatexCommand label
24819 name "tab:legende-à-coté-tableau"
24820
24821 \end_inset
24822
24823 Une légende à côté d'un tableau.
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Plain Layout
24832 \begin_inset Tabular
24833 <lyxtabular version="3" rows="4" columns="5">
24834 <features tabularvalignment="middle">
24835 <column alignment="center" valignment="top" width="0">
24836 <column alignment="center" valignment="top" width="0">
24837 <column alignment="center" valignment="top" width="0">
24838 <column alignment="center" valignment="top" width="0">
24839 <column alignment="center" valignment="top" width="0">
24840 <row>
24841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24842 \begin_inset Text
24843
24844 \begin_layout Plain Layout
24845 a
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 b
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 c
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 </row>
24887 <row>
24888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24889 \begin_inset Text
24890
24891 \begin_layout Plain Layout
24892
24893 \end_layout
24894
24895 \end_inset
24896 </cell>
24897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24898 \begin_inset Text
24899
24900 \begin_layout Plain Layout
24901 d
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919 e
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 </row>
24934 <row>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939 f
24940 \end_layout
24941
24942 \end_inset
24943 </cell>
24944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24945 \begin_inset Text
24946
24947 \begin_layout Plain Layout
24948
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957 g
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 h
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 </row>
24981 <row>
24982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995 i
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 j
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 </row>
25028 </lyxtabular>
25029
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 \begin_inset ERT
25042 status collapsed
25043
25044 \begin_layout Plain Layout
25045
25046
25047 \backslash
25048 TabBesEnd
25049 \end_layout
25050
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Standard
25057 \begin_inset ERT
25058 status collapsed
25059
25060 \begin_layout Plain Layout
25061
25062
25063 \backslash
25064 sidecaptionvpos{figure}{c}
25065 \end_layout
25066
25067 \end_inset
25068
25069
25070 \begin_inset Float figure
25071 wide false
25072 sideways false
25073 status open
25074
25075 \begin_layout Plain Layout
25076 \begin_inset Graphics
25077         filename ../clipart/escher-lsd.eps
25078         scale 75
25079         scaleBeforeRotation
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Plain Layout
25087 \begin_inset Caption
25088
25089 \begin_layout Plain Layout
25090 \begin_inset CommandInset label
25091 LatexCommand label
25092 name "fig:legende-à-coté-fig-2"
25093
25094 \end_inset
25095
25096 Une légende centrée verticalement à côté d'une figure.
25097 \end_layout
25098
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \end_inset
25105
25106
25107 \end_layout
25108
25109 \begin_layout Standard
25110 \begin_inset ERT
25111 status collapsed
25112
25113 \begin_layout Plain Layout
25114
25115
25116 \backslash
25117 FigBesEnd
25118 \end_layout
25119
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \begin_layout Standard
25126 \begin_inset ERT
25127 status collapsed
25128
25129 \begin_layout Plain Layout
25130
25131
25132 \backslash
25133 else
25134 \end_layout
25135
25136 \end_inset
25137
25138
25139 \begin_inset Note Note
25140 status open
25141
25142 \begin_layout Plain Layout
25143 Ce qui suit sera affiché si le paquetage LaTeX 
25144 \series bold
25145 sidecap
25146 \series default
25147  n'est pas installé :
25148 \end_layout
25149
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Standard
25156 Vous devez installer le paquetage LaTeX 
25157 \series bold
25158 sidecap
25159 \series default
25160  pour voir la suite de cette section dans la sortie imprimée.
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset ERT
25165 status collapsed
25166
25167 \begin_layout Plain Layout
25168
25169
25170 \backslash
25171 fi
25172 \end_layout
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Section
25180 Les Listes de Flottants
25181 \begin_inset Index idx
25182 status collapsed
25183
25184 \begin_layout Plain Layout
25185 Flottants ! Listes de Flottants
25186 \end_layout
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Standard
25194 De la même façon que la table des matières fait la liste des sections du
25195  document, il y a des listes pour tous les types de flottants, comme par
25196  exemple pour les figures du document.
25197  Vous pouvez les insérer en utilisant le menu 
25198 \family sans
25199 Insérer\SpecialChar \menuseparator
25200 Listes
25201 \begin_inset space ~
25202 \end_inset
25203
25204 &
25205 \begin_inset space ~
25206 \end_inset
25207
25208 TdM
25209 \family default
25210 .
25211 \end_layout
25212
25213 \begin_layout Standard
25214 Les entrées de la liste sont la légende du flottant ou éventuellement le
25215  titre court, le numéro du flottant, et le numéro de la page où le flottant
25216  apparaît dans le document.
25217 \end_layout
25218
25219 \begin_layout Standard
25220 Vous trouverez à la fin de ce document une liste des figures et une liste
25221  des tableaux.
25222 \end_layout
25223
25224 \begin_layout Chapter
25225 Notes
25226 \end_layout
25227
25228 \begin_layout Section
25229 Les Notes de LyX
25230 \begin_inset Index idx
25231 status collapsed
25232
25233 \begin_layout Plain Layout
25234 Notes ! Notes LyX 
25235 \end_layout
25236
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \begin_layout Standard
25243 On peut insérer une note en utilisant le bouton 
25244 \begin_inset Graphics
25245         filename ../../images/note-insert.png
25246         scale 85
25247         scaleBeforeRotation
25248
25249 \end_inset
25250
25251  de la barre d'outils ou avec le menu 
25252 \family sans
25253 Insérer\SpecialChar \menuseparator
25254 Note
25255 \family default
25256 .
25257  Il y a trois types de notes :
25258 \end_layout
25259
25260 \begin_layout Description
25261 Note
25262 \begin_inset space ~
25263 \end_inset
25264
25265 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25266  finale.
25267  La boîte de cette note ressemble à ceci :
25268 \begin_inset Newline newline
25269 \end_inset
25270
25271
25272 \begin_inset Newline newline
25273 \end_inset
25274
25275
25276 \begin_inset Graphics
25277         filename clipart/LyXNoteImageQt4.png
25278         display false
25279         scale 65
25280         scaleBeforeRotation
25281
25282 \end_inset
25283
25284  
25285 \begin_inset Note Note
25286 status open
25287
25288 \begin_layout Plain Layout
25289 Le texte de cette note n'apparaîtra pas à l'impression.
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \begin_layout Description
25298 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25299  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25300  vers un fichier au format LaTeX avec le menu 
25301 \family sans
25302 Fichier\SpecialChar \menuseparator
25303 Exporter\SpecialChar \menuseparator
25304 LaTeX (pdflatex) / (plain)
25305 \family default
25306 .
25307  La boîte de cette note ressemble à ceci :
25308 \begin_inset Newline newline
25309 \end_inset
25310
25311
25312 \begin_inset Newline newline
25313 \end_inset
25314
25315
25316 \begin_inset Graphics
25317         filename clipart/CommentNoteImageQt4.png
25318         display false
25319         scale 55
25320         scaleBeforeRotation
25321
25322 \end_inset
25323
25324
25325 \lang english
25326  
25327 \lang french
25328
25329 \begin_inset Note Comment
25330 status open
25331
25332 \begin_layout Plain Layout
25333 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25334  LaTeX.
25335 \end_layout
25336
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \begin_layout Description
25343 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25344  La boîte de cette note ressemble à ceci :
25345 \lang english
25346
25347 \begin_inset Newline newline
25348 \end_inset
25349
25350
25351 \lang french
25352
25353 \begin_inset Newline newline
25354 \end_inset
25355
25356
25357 \begin_inset Graphics
25358         filename clipart/GreyedOutNoteImageQt4.png
25359         lyxscale 80
25360         display false
25361         scale 55
25362         scaleBeforeRotation
25363
25364 \end_inset
25365
25366
25367 \begin_inset Newline newline
25368 \end_inset
25369
25370
25371 \begin_inset ERT
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375
25376
25377 \backslash
25378 renewenvironment{lyxgreyedout}
25379 \end_layout
25380
25381 \begin_layout Plain Layout
25382
25383 {
25384 \backslash
25385 textcolor[gray]{0.8}
25386 \backslash
25387 bgroup}{
25388 \backslash
25389 egroup}
25390 \end_layout
25391
25392 \end_inset
25393
25394
25395 \begin_inset Note Greyedout
25396 status open
25397
25398 \begin_layout Plain Layout
25399 Le texte
25400 \begin_inset Foot
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25405  grisé.
25406  
25407 \end_layout
25408
25409 \end_inset
25410
25411  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \begin_inset ERT
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421
25422
25423 \backslash
25424 renewenvironment{lyxgreyedout}
25425 \end_layout
25426
25427 \begin_layout Plain Layout
25428
25429 {
25430 \backslash
25431 textcolor{blue}
25432 \backslash
25433 bgroup}{
25434 \backslash
25435 egroup}
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \begin_inset Note Note
25442 status open
25443
25444 \begin_layout Plain Layout
25445 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25446  originale qu'elle a dans LyX.
25447  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25448  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25449 \end_layout
25450
25451 \end_inset
25452
25453
25454 \begin_inset Newline newline
25455 \end_inset
25456
25457
25458 \begin_inset Newline newline
25459 \end_inset
25460
25461 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25462  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25463 \end_layout
25464
25465 \begin_layout Standard
25466 \begin_inset VSpace bigskip
25467 \end_inset
25468
25469 Quand vous utilisez le bouton 
25470 \begin_inset Graphics
25471         filename ../../images/note-insert.png
25472         scale 85
25473         scaleBeforeRotation
25474
25475 \end_inset
25476
25477  de la barre d'outils, vous insérez une 
25478 \family sans
25479 Note
25480 \begin_inset space ~
25481 \end_inset
25482
25483 LyX
25484 \family default
25485 .
25486  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25487 la et cliquez sur le bouton d'insertion de note.
25488  Pour retransformer une note en texte, appuyez sur la touche 
25489 \family sans
25490 backspace
25491 \family default
25492  quand le curseur est au tout début de la note ou appuyez sur la touche
25493  
25494 \family sans
25495 Suppr.
25496
25497 \family default
25498  quand le curseur se trouve à la fin de la note.
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \begin_inset VSpace bigskip
25503 \end_inset
25504
25505 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25506  commandes suivantes dans le préambule :
25507 \end_layout
25508
25509 \begin_layout Standard
25510
25511 \series bold
25512
25513 \backslash
25514 renewenvironment{lyxgreyedout}
25515 \begin_inset Newline newline
25516 \end_inset
25517
25518
25519 \begin_inset Phantom HPhantom
25520 status open
25521
25522 \begin_layout Plain Layout
25523
25524 \series bold
25525 \begin_inset space ~
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \end_inset
25532
25533 {
25534 \backslash
25535 textcolor{color}
25536 \backslash
25537 bgroup}{
25538 \backslash
25539 egroup}
25540 \end_layout
25541
25542 \begin_layout Standard
25543 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25544  sont expliqués dans la section
25545 \begin_inset space ~
25546 \end_inset
25547
25548
25549 \begin_inset CommandInset ref
25550 LatexCommand ref
25551 reference "sec:Tableaux-Colorés"
25552
25553 \end_inset
25554
25555 .
25556 \end_layout
25557
25558 \begin_layout Standard
25559 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25560  grisées avec leur texte en bleu.
25561 \end_layout
25562
25563 \begin_layout Section
25564 Notes en Bas de Page
25565 \begin_inset CommandInset label
25566 LatexCommand label
25567 name "sec:Notes-bas-de-page"
25568
25569 \end_inset
25570
25571
25572 \begin_inset Index idx
25573 status collapsed
25574
25575 \begin_layout Plain Layout
25576 Notes ! Notes de bas de page
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \begin_inset Index idx
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586 Notes de bas de page
25587 \end_layout
25588
25589 \end_inset
25590
25591
25592 \end_layout
25593
25594 \begin_layout Standard
25595 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25596  
25597 \begin_inset Graphics
25598         filename ../../images/footnote-insert.png
25599         scale 85
25600         scaleBeforeRotation
25601
25602 \end_inset
25603
25604  de la barre d'outils, soit en utilisant le menu 
25605 \family sans
25606 Insérer\SpecialChar \menuseparator
25607 Note
25608 \begin_inset space ~
25609 \end_inset
25610
25611 en
25612 \begin_inset space ~
25613 \end_inset
25614
25615 Bas
25616 \begin_inset space ~
25617 \end_inset
25618
25619 de
25620 \begin_inset space ~
25621 \end_inset
25622
25623 Page
25624 \family default
25625 .
25626  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25627  rouge 
25628 \begin_inset Quotes fld
25629 \end_inset
25630
25631 bas
25632 \begin_inset Quotes frd
25633 \end_inset
25634
25635  qui ressemble à ceci : 
25636 \begin_inset Graphics
25637         filename clipart/footnoteQt4.png
25638         scale 80
25639         scaleBeforeRotation
25640
25641 \end_inset
25642
25643  Vous pouvez y entrer votre texte.
25644  Si vous voulez transformer du texte déjà existant en note en bas de page,
25645  sélectionnez-le et cliquez sur le bouton 
25646 \family sans
25647 Note
25648 \begin_inset space ~
25649 \end_inset
25650
25651 en
25652 \begin_inset space ~
25653 \end_inset
25654
25655 Bas
25656 \begin_inset space ~
25657 \end_inset
25658
25659 de
25660 \begin_inset space ~
25661 \end_inset
25662
25663 Page
25664 \family default
25665  de la barre d'outils.
25666  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25667  
25668 \family sans
25669 backspace
25670 \family default
25671  quand le curseur est au tout début de la note ou appuyez sur la touche
25672  
25673 \family sans
25674 Suppr.
25675
25676 \family default
25677  quand le curseur se trouve à la fin de la note.
25678 \end_layout
25679
25680 \begin_layout Standard
25681 Voici un exemple de note en bas de page:
25682 \begin_inset Foot
25683 status open
25684
25685 \begin_layout Plain Layout
25686 \begin_inset CommandInset label
25687 LatexCommand label
25688 name "fn:Note-en-bas"
25689
25690 \end_inset
25691
25692 Ceci est un exemple de note en bas de page.
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \begin_inset ERT
25699 status collapsed
25700
25701 \begin_layout Plain Layout
25702
25703
25704 \backslash
25705 newcounter{MyRepeatFoot}
25706 \end_layout
25707
25708 \begin_layout Plain Layout
25709
25710
25711 \backslash
25712 setcounter{MyRepeatFoot}{
25713 \backslash
25714 thefootnote}
25715 \end_layout
25716
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \begin_layout Standard
25723 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25724  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25725  de note.
25726  Le texte de la note est placé en bas de la page courante.
25727  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25728  Selon votre classe de document les numéros de notes pourront être réinitialisés
25729  à chaque nouveau chapitre.
25730 \end_layout
25731
25732 \begin_layout Standard
25733 On peut faire référence à une note en bas de page comme on le fait avec
25734  les flottants : Insérez une étiquette dans la note et faites une référence
25735  croisée vers cette étiquette comme c'est décrit dans la
25736 \begin_inset space ~
25737 \end_inset
25738
25739
25740 \begin_inset CommandInset ref
25741 LatexCommand ref
25742 reference "sec:Referencer-les-Flottants"
25743
25744 \end_inset
25745
25746 .
25747 \begin_inset Newline newline
25748 \end_inset
25749
25750 Voici une référence à une note de bas de page :
25751 \begin_inset space ~
25752 \end_inset
25753
25754
25755 \begin_inset CommandInset ref
25756 LatexCommand ref
25757 reference "fn:Note-en-bas"
25758
25759 \end_inset
25760
25761 .
25762 \end_layout
25763
25764 \begin_layout Standard
25765 \begin_inset VSpace defskip
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \begin_layout Standard
25772
25773 \lang english
25774 Footnotes in tables are not printed by LaTeX due to technical reasons.
25775  However there exists another method to print them: Instead of the footnote
25776  the command 
25777 \series bold
25778
25779 \backslash
25780 footnotemark{}
25781 \series default
25782  is inserted as TeX-code.
25783  The text of the footnote is entered as argument of the TeX-code command
25784  
25785 \series bold
25786
25787 \backslash
25788 footnotetext
25789 \series default
25790  after the table.
25791 \begin_inset Newline newline
25792 \end_inset
25793
25794 This was done for the following table with the command
25795 \end_layout
25796
25797 \begin_layout Standard
25798
25799 \series bold
25800 \lang english
25801
25802 \backslash
25803 footnotetext{
25804 \series default
25805 Printed table footnote.
25806 \series bold
25807 }
25808 \end_layout
25809
25810 \begin_layout Standard
25811
25812 \lang english
25813 \begin_inset Tabular
25814 <lyxtabular version="3" rows="2" columns="1">
25815 <features tabularvalignment="middle">
25816 <column alignment="center" valignment="top" width="0">
25817 <row>
25818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822
25823 \lang english
25824 This an example text.
25825 \begin_inset Foot
25826 status open
25827
25828 \begin_layout Plain Layout
25829
25830 \lang english
25831 This footnote will not be printed!
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 </row>
25842 <row>
25843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847
25848 \lang english
25849 This an example text.
25850 \begin_inset ERT
25851 status collapsed
25852
25853 \begin_layout Plain Layout
25854
25855
25856 \backslash
25857 footnotemark{}
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 </row>
25868 </lyxtabular>
25869
25870 \end_inset
25871
25872
25873 \begin_inset ERT
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877
25878
25879 \backslash
25880 footnotetext{
25881 \end_layout
25882
25883 \end_inset
25884
25885 Printed table footnote.
25886 \begin_inset ERT
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890
25891 }
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \begin_layout Standard
25900
25901 \lang english
25902 Footnotes in longtables are described in section
25903 \begin_inset space ~
25904 \end_inset
25905
25906
25907 \lang french
25908
25909 \begin_inset CommandInset ref
25910 LatexCommand ref
25911 reference "sub:Notes-dans-tableau-long"
25912
25913 \end_inset
25914
25915 .
25916 \end_layout
25917
25918 \begin_layout Standard
25919
25920 \lang english
25921 Footnotes in minipage boxes are printed, but inside the box and with a different
25922  numbering because a minipage box is like a page inside a page.
25923  (For more about minipages, see section
25924 \begin_inset space ~
25925 \end_inset
25926
25927
25928 \lang french
25929
25930 \begin_inset CommandInset ref
25931 LatexCommand ref
25932 reference "sec:Minipages"
25933
25934 \end_inset
25935
25936
25937 \lang english
25938 .) To get a footnote in the minipage that is output at the bottom of the
25939  page like normal footnotes, also use the method of 
25940 \series bold
25941
25942 \backslash
25943 footnotemark{}
25944 \series default
25945  and 
25946 \series bold
25947
25948 \backslash
25949 footnotetext
25950 \series default
25951 .
25952 \end_layout
25953
25954 \begin_layout Standard
25955
25956 \lang english
25957 \begin_inset Box Frameless
25958 position "t"
25959 hor_pos "c"
25960 has_inner_box 1
25961 inner_pos "t"
25962 use_parbox 0
25963 use_makebox 0
25964 width "100col%"
25965 special "none"
25966 height "1in"
25967 height_special "totalheight"
25968 status open
25969
25970 \begin_layout Plain Layout
25971
25972 \lang english
25973 This an example text in a minipage.
25974 \begin_inset Foot
25975 status open
25976
25977 \begin_layout Plain Layout
25978
25979 \lang english
25980 Footnote in the minipage.
25981 \end_layout
25982
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \begin_layout Plain Layout
25989
25990 \lang english
25991 This an example text in a minipage.
25992 \begin_inset ERT
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996
25997
25998 \backslash
25999 footnotemark{}
26000 \end_layout
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \end_inset
26008
26009
26010 \end_layout
26011
26012 \begin_layout Standard
26013
26014 \lang english
26015 \begin_inset ERT
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019
26020
26021 \backslash
26022 footnotetext{
26023 \end_layout
26024
26025 \end_inset
26026
26027 Footnote outside the minipage.
26028 \begin_inset ERT
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032
26033 }
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \begin_layout Standard
26042 \begin_inset VSpace defskip
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Standard
26049
26050 \lang english
26051 To refer to the same footnote several times without printing the footnote
26052  text every time, use the command 
26053 \series bold
26054
26055 \backslash
26056 footnotemark[number]
26057 \series default
26058  in TeX-code.
26059 \begin_inset Newline newline
26060 \end_inset
26061
26062 As you do not know the number of the repeating footnote while you are writing
26063  the text, you have to store its number.
26064  For the following footnote mark example, these commands were inserted in
26065  TeX-code after Footnote
26066 \begin_inset space ~
26067 \end_inset
26068
26069
26070 \lang french
26071
26072 \begin_inset CommandInset ref
26073 LatexCommand ref
26074 reference "fn:Note-en-bas"
26075
26076 \end_inset
26077
26078
26079 \lang english
26080  to store the footnote number
26081 \lang french
26082 :
26083 \end_layout
26084
26085 \begin_layout Standard
26086
26087 \series bold
26088
26089 \backslash
26090 newcounter{MyRepeatFoot}
26091 \begin_inset Newline newline
26092 \end_inset
26093
26094
26095 \backslash
26096 setcounter{MyRepeatFoot}{
26097 \backslash
26098 thefootnote}
26099 \end_layout
26100
26101 \begin_layout Standard
26102
26103 \lang english
26104 The footnote mark was then created with this command
26105 \lang french
26106 :
26107 \end_layout
26108
26109 \begin_layout Standard
26110
26111 \series bold
26112
26113 \backslash
26114 footnotemark[
26115 \backslash
26116 theMyRepeatFoot]
26117 \end_layout
26118
26119 \begin_layout Standard
26120
26121 \lang english
26122 Here is a repeated footnote
26123 \lang french
26124 :
26125 \begin_inset ERT
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129
26130
26131 \backslash
26132 footnotemark[
26133 \backslash
26134 theMyRepeatFoot]
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143
26144 \lang english
26145 If you want to repeat the previous footnote, you can omit the storage of
26146  the footnote number and just use this command instead
26147 \lang french
26148 :
26149 \end_layout
26150
26151 \begin_layout Standard
26152
26153 \series bold
26154
26155 \backslash
26156 footnotemark[
26157 \backslash
26158 thefootnote]
26159 \end_layout
26160
26161 \begin_layout Standard
26162
26163 \lang english
26164 Here is another repeated footnote
26165 \lang french
26166 :
26167 \begin_inset ERT
26168 status collapsed
26169
26170 \begin_layout Plain Layout
26171
26172
26173 \backslash
26174 footnotemark[
26175 \backslash
26176 thefootnote]
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Subsection
26185 Numérotation de Notes de Bas de Page
26186 \begin_inset CommandInset label
26187 LatexCommand label
26188 name "sub:Numerotation-notes-bas-de-page"
26189
26190 \end_inset
26191
26192
26193 \begin_inset Index idx
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197 Notes de bas de page ! Numérotation
26198 \end_layout
26199
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \begin_layout Standard
26206 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26207  ajoutez cette commande dans le préambule de votre document :
26208 \end_layout
26209
26210 \begin_layout Standard
26211
26212 \series bold
26213
26214 \backslash
26215 @addtoreset{footnote}{section}
26216 \end_layout
26217
26218 \begin_layout Standard
26219 \begin_inset VSpace bigskip
26220 \end_inset
26221
26222 La commande de préambule suivante change le style de numérotation des notes
26223  en petits chiffres romains :
26224 \end_layout
26225
26226 \begin_layout Standard
26227
26228 \series bold
26229
26230 \backslash
26231 renewcommand{
26232 \backslash
26233 thefootnote}{
26234 \backslash
26235 roman{footnote}}
26236 \end_layout
26237
26238 \begin_layout Standard
26239 \begin_inset ERT
26240 status collapsed
26241
26242 \begin_layout Plain Layout
26243
26244
26245 \backslash
26246 renewcommand{
26247 \backslash
26248 thefootnote}{
26249 \backslash
26250 roman{footnote}}
26251 \end_layout
26252
26253 \end_inset
26254
26255  Cette note de bas de page utilise une numérotation en chiffres romains
26256  :
26257 \begin_inset Foot
26258 status open
26259
26260 \begin_layout Plain Layout
26261 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26262  romains.
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \begin_layout Standard
26271 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26272  la commande précédente 
26273 \series bold
26274
26275 \backslash
26276 roman
26277 \series default
26278  par 
26279 \series bold
26280
26281 \backslash
26282 Roman
26283 \series default
26284 .
26285  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26286  utilisez respectivement soit 
26287 \series bold
26288
26289 \backslash
26290 Alph
26291 \series default
26292  soit 
26293 \series bold
26294
26295 \backslash
26296 alph
26297 \series default
26298 .
26299  Pour les 
26300 \begin_inset Quotes eld
26301 \end_inset
26302
26303 numéroter
26304 \begin_inset Quotes erd
26305 \end_inset
26306
26307  avec des symboles, utilisez 
26308 \series bold
26309
26310 \backslash
26311 fnsymbol
26312 \series default
26313 .
26314 \end_layout
26315
26316 \begin_layout Standard
26317 \begin_inset Note Greyedout
26318 status open
26319
26320 \begin_layout Plain Layout
26321
26322 \series bold
26323 Note:
26324 \series default
26325  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26326  puisque cette numérotation est limitée à des lettres seules.
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \begin_inset Newline newline
26333 \end_inset
26334
26335
26336 \begin_inset Note Greyedout
26337 status open
26338
26339 \begin_layout Plain Layout
26340
26341 \series bold
26342 Note:
26343 \series default
26344  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26345 \end_layout
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Standard
26353 Pour revenir au style de numérotation implicite quand vous en avez changé,
26354  utilisez 
26355 \series bold
26356
26357 \backslash
26358 arabic
26359 \series default
26360  à la place de 
26361 \series bold
26362
26363 \backslash
26364 roman
26365 \series default
26366  dans la commande précédente.
26367 \begin_inset ERT
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371
26372
26373 \backslash
26374 renewcommand{
26375 \backslash
26376 thefootnote}{
26377 \backslash
26378 arabic{footnote}}
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \begin_layout Standard
26387 \begin_inset VSpace bigskip
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \begin_layout Standard
26394 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26395  le schéma 
26396 \begin_inset Quotes eld
26397 \end_inset
26398
26399 chapitre.note
26400 \begin_inset Quotes erd
26401 \end_inset
26402
26403 , ajoutez la commande suivante au préambule de votre document :
26404 \end_layout
26405
26406 \begin_layout Standard
26407
26408 \series bold
26409
26410 \backslash
26411 numberwithin{footnote}{chapter}
26412 \end_layout
26413
26414 \begin_layout Standard
26415 Pour pouvoir utiliser la commande 
26416 \series bold
26417
26418 \backslash
26419 numberwithin
26420 \series default
26421 , activez dans la rubrique 
26422 \family sans
26423 Options
26424 \begin_inset space ~
26425 \end_inset
26426
26427 des
26428 \begin_inset space ~
26429 \end_inset
26430
26431 Maths
26432 \family default
26433  dans les paramètres du document, l'option 
26434 \family sans
26435 Utiliser
26436 \begin_inset space ~
26437 \end_inset
26438
26439 le
26440 \begin_inset space ~
26441 \end_inset
26442
26443 paquetage
26444 \begin_inset space ~
26445 \end_inset
26446
26447 maths
26448 \begin_inset space ~
26449 \end_inset
26450
26451 AMS
26452 \family default
26453 .
26454 \end_layout
26455
26456 \begin_layout Standard
26457 \begin_inset ERT
26458 status collapsed
26459
26460 \begin_layout Plain Layout
26461
26462
26463 \backslash
26464 numberwithin{footnote}{chapter}
26465 \end_layout
26466
26467 \end_inset
26468
26469 Ceci est un autre exemple de note de bas de page:
26470 \series bold
26471
26472 \begin_inset Foot
26473 status open
26474
26475 \begin_layout Plain Layout
26476 Cette note est numérotée en suivant le schéma 
26477 \begin_inset Quotes eld
26478 \end_inset
26479
26480 chapitre.note
26481 \begin_inset Quotes erd
26482 \end_inset
26483
26484 .
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \series default
26491
26492 \begin_inset ERT
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496
26497
26498 \backslash
26499 renewcommand{
26500 \backslash
26501 thefootnote}{
26502 \backslash
26503 arabic{footnote}}
26504 \end_layout
26505
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \begin_layout Standard
26512 \begin_inset Note Greyedout
26513 status open
26514
26515 \begin_layout Plain Layout
26516
26517 \series bold
26518 Note:
26519 \series default
26520  
26521 \series bold
26522
26523 \backslash
26524 numberwithin
26525 \series default
26526  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26527  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26528  prises en compte.
26529  
26530 \end_layout
26531
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \begin_layout Standard
26538 Donc pour avoir par exemple le schéma 
26539 \begin_inset Quotes eld
26540 \end_inset
26541
26542 chapitre.
26543 \backslash
26544 Roman{note}
26545 \begin_inset Quotes erd
26546 \end_inset
26547
26548 , utilisez la commande suivante plutôt que 
26549 \series bold
26550
26551 \backslash
26552 numberwithin
26553 \series default
26554  :
26555 \end_layout
26556
26557 \begin_layout Standard
26558
26559 \series bold
26560
26561 \backslash
26562 renewcommand{
26563 \backslash
26564 thefootnote}{
26565 \backslash
26566 thechapter.
26567 \backslash
26568 Roman{footnote}}
26569 \end_layout
26570
26571 \begin_layout Subsection
26572 Positionnement de notes de bas de page
26573 \begin_inset Index idx
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577 Notes de bas de page ! Positionnement
26578 \end_layout
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \begin_layout Standard
26586 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26587  vertical entre elles en bas de la page.
26588  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26589  de 1.5
26590 \begin_inset space \thinspace{}
26591 \end_inset
26592
26593 mm avec la commande suivante dans le préambule :
26594 \end_layout
26595
26596 \begin_layout Standard
26597
26598 \series bold
26599
26600 \backslash
26601 let
26602 \backslash
26603 myFoot
26604 \backslash
26605 footnote
26606 \begin_inset Newline newline
26607 \end_inset
26608
26609
26610 \backslash
26611 renewcommand{
26612 \backslash
26613 footnote}[1]{
26614 \backslash
26615 myFoot{#1
26616 \backslash
26617 vspace{1.5mm}}}
26618 \end_layout
26619
26620 \begin_layout Standard
26621 \begin_inset VSpace bigskip
26622 \end_inset
26623
26624 Dans un document à deux colonnes les notes de bas de page apparaissent en
26625  bas de chaque colonne, comme sur la Figure
26626 \begin_inset space ~
26627 \end_inset
26628
26629
26630 \begin_inset CommandInset ref
26631 LatexCommand ref
26632 reference "fig:Position-standard-note-bas-de-page"
26633
26634 \end_inset
26635
26636 .
26637  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26638  sur la Figure
26639 \begin_inset space ~
26640 \end_inset
26641
26642
26643 \begin_inset CommandInset ref
26644 LatexCommand ref
26645 reference "fig:Position-note-avec-ftnright"
26646
26647 \end_inset
26648
26649 , utilisez le paquetage LaTeX 
26650 \series bold
26651 ftnright
26652 \series default
26653
26654 \begin_inset Index idx
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658 Paquetages LaTeX ! ftnright
26659 \end_layout
26660
26661 \end_inset
26662
26663  avec cette commande dans le préambule du document:
26664 \end_layout
26665
26666 \begin_layout Standard
26667
26668 \series bold
26669
26670 \backslash
26671 usepackage{ftnright}
26672 \end_layout
26673
26674 \begin_layout Standard
26675 \begin_inset Float figure
26676 placement !h
26677 wide false
26678 sideways false
26679 status open
26680
26681 \begin_layout Plain Layout
26682 \begin_inset ERT
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687
26688 \backslash
26689 framebox{
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \begin_inset Graphics
26696         filename ../clipart/without_fntright.pdf
26697         width 100col%
26698         scaleBeforeRotation
26699
26700 \end_inset
26701
26702
26703 \begin_inset ERT
26704 status collapsed
26705
26706 \begin_layout Plain Layout
26707
26708 }
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Plain Layout
26717 \begin_inset Caption
26718
26719 \begin_layout Plain Layout
26720 \begin_inset CommandInset label
26721 LatexCommand label
26722 name "fig:Position-standard-note-bas-de-page"
26723
26724 \end_inset
26725
26726 Positionnement standard des notes de bas de page dans un document à deux
26727  colonnes.
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \end_layout
26739
26740 \begin_layout Standard
26741 \begin_inset Float figure
26742 placement !h
26743 wide false
26744 sideways false
26745 status open
26746
26747 \begin_layout Plain Layout
26748 \begin_inset ERT
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753
26754 \backslash
26755 framebox{
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \begin_inset Graphics
26762         filename ../clipart/with_fntright.pdf
26763         width 100col%
26764         scaleBeforeRotation
26765
26766 \end_inset
26767
26768
26769 \begin_inset ERT
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774 }
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Plain Layout
26783 \begin_inset Caption
26784
26785 \begin_layout Plain Layout
26786 \begin_inset CommandInset label
26787 LatexCommand label
26788 name "fig:Position-note-avec-ftnright"
26789
26790 \end_inset
26791
26792 Positionnement de notes de bas de page dans un document à deux colonnes
26793  en utilisant le paquetage LaTeX 
26794 \series bold
26795 ftnright
26796 \series default
26797 .
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \begin_layout Standard
26811 \begin_inset VSpace bigskip
26812 \end_inset
26813
26814 Dans certaines publications scientifiques, il est courant de rassembler
26815  les notes de bas de page et de les imprimer dans un paragraphe particulier
26816  à la fin de la section, comme sur la Figure
26817 \begin_inset space ~
26818 \end_inset
26819
26820
26821 \begin_inset CommandInset ref
26822 LatexCommand ref
26823 reference "fig:Notes-de-fin"
26824
26825 \end_inset
26826
26827 .
26828  On les appelle 
26829 \begin_inset Quotes eld
26830 \end_inset
26831
26832 notes de fin
26833 \begin_inset Quotes erd
26834 \end_inset
26835
26836 .
26837 \begin_inset Index idx
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 Notes de fin
26842 \end_layout
26843
26844 \end_inset
26845
26846  Pour utiliser des notes de fin à la place des notes de bas de page dans
26847  votre document, charger le module 
26848 \family sans
26849 Note de bas de page en fin de document
26850 \family default
26851  à partir de 
26852 \family sans
26853 Document\SpecialChar \menuseparator
26854 Paramètres\SpecialChar \menuseparator
26855 Modules
26856 \family default
26857 .
26858  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26859 \end_layout
26860
26861 \begin_layout Standard
26862
26863 \series bold
26864
26865 \backslash
26866 theendnotes
26867 \end_layout
26868
26869 \begin_layout Standard
26870 en code TeX à la fin d'une section ou d'un chapitre.
26871 \end_layout
26872
26873 \begin_layout Standard
26874 \begin_inset Float figure
26875 wide false
26876 sideways false
26877 status open
26878
26879 \begin_layout Plain Layout
26880 \align center
26881 \begin_inset ERT
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885
26886
26887 \backslash
26888 framebox{
26889 \end_layout
26890
26891 \end_inset
26892
26893
26894 \begin_inset Graphics
26895         filename ../clipart/endnotes.pdf
26896         scaleBeforeRotation
26897
26898 \end_inset
26899
26900
26901 \begin_inset ERT
26902 status collapsed
26903
26904 \begin_layout Plain Layout
26905
26906 }
26907 \end_layout
26908
26909 \end_inset
26910
26911
26912 \end_layout
26913
26914 \begin_layout Plain Layout
26915 \begin_inset Caption
26916
26917 \begin_layout Plain Layout
26918 \begin_inset CommandInset label
26919 LatexCommand label
26920 name "fig:Notes-de-fin"
26921
26922 \end_inset
26923
26924 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26925  séparé à la fin des sections ou des chapitres.
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \begin_layout Standard
26939 \begin_inset VSpace medskip
26940 \end_inset
26941
26942 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26943  dans la langue du document, cela doit être fait manuellement.
26944  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26945  
26946 \begin_inset Quotes eld
26947 \end_inset
26948
26949 Notes
26950 \begin_inset Quotes erd
26951 \end_inset
26952
26953  en sa traduction Allemande
26954 \begin_inset Foot
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958 En français, 
26959 \begin_inset Quotes eld
26960 \end_inset
26961
26962 Notes
26963 \begin_inset Quotes erd
26964 \end_inset
26965
26966  peut être conservé.
26967 \end_layout
26968
26969 \end_inset
26970
26971  
26972 \begin_inset Quotes eld
26973 \end_inset
26974
26975 Anmerkungen
26976 \begin_inset Quotes erd
26977 \end_inset
26978
26979  :
26980 \end_layout
26981
26982 \begin_layout Standard
26983
26984 \series bold
26985
26986 \backslash
26987 renewcommand{
26988 \backslash
26989 notesname}{Anmerkungen}
26990 \end_layout
26991
26992 \begin_layout Standard
26993 \begin_inset VSpace medskip
26994 \end_inset
26995
26996 La numérotation des notes de fin peut être modifiée comme celle des notes
26997  de bas de page comme c'est décrit dans la section
26998 \begin_inset space ~
26999 \end_inset
27000
27001
27002 \begin_inset CommandInset ref
27003 LatexCommand ref
27004 reference "sub:Numerotation-notes-bas-de-page"
27005
27006 \end_inset
27007
27008  ; remplacez juste la commande 
27009 \series bold
27010
27011 \backslash
27012 thefootnote
27013 \series default
27014  par 
27015 \series bold
27016
27017 \backslash
27018 theendnote
27019 \series default
27020 .
27021  Pour réinitialiser le numéro de note de fin, utilisez la commande 
27022 \series bold
27023
27024 \backslash
27025 @addtoreset
27026 \series default
27027  comme c'est décrit dans la section
27028 \begin_inset space ~
27029 \end_inset
27030
27031
27032 \begin_inset CommandInset ref
27033 LatexCommand ref
27034 reference "sub:Numerotation-notes-bas-de-page"
27035
27036 \end_inset
27037
27038  et remplacez le paramètre de commande 
27039 \series bold
27040 footnote
27041 \series default
27042  par 
27043 \series bold
27044 endnote
27045 \series default
27046 .
27047 \end_layout
27048
27049 \begin_layout Standard
27050
27051 \lang english
27052 For endnotes there is
27053 \lang french
27054  la commande 
27055 \series bold
27056
27057 \backslash
27058 endnotemark[numéro]
27059 \series default
27060  qui est semblable à 
27061 \series bold
27062
27063 \backslash
27064 footnotemark
27065 \series default
27066 , décrite dans la section
27067 \begin_inset space ~
27068 \end_inset
27069
27070
27071 \begin_inset CommandInset ref
27072 LatexCommand ref
27073 reference "sec:Notes-bas-de-page"
27074
27075 \end_inset
27076
27077 .
27078 \end_layout
27079
27080 \begin_layout Standard
27081 \begin_inset VSpace bigskip
27082 \end_inset
27083
27084 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
27085 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
27086 \series bold
27087 footmisc
27088 \series default
27089
27090 \begin_inset Index idx
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094 Paquetages LaTeX ! footmisc
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \begin_inset CommandInset citation
27101 LatexCommand cite
27102 key "footmisc"
27103
27104 \end_inset
27105
27106  pour plus d'information à ce sujet.
27107 \end_layout
27108
27109 \begin_layout Standard
27110 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
27111  voyez les livres sur LaTeX, 
27112 \begin_inset CommandInset citation
27113 LatexCommand cite
27114 key "latexcompanion,latexguide,latexbook"
27115
27116 \end_inset
27117
27118 .
27119 \end_layout
27120
27121 \begin_layout Section
27122 Notes en Marge
27123 \begin_inset Index idx
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127 Notes ! Notes en Marge
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Standard
27136 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27137 t de la même façon.
27138  Quand vous insérez une note en marge avec 
27139 \family sans
27140 Insérer\SpecialChar \menuseparator
27141 Note
27142 \begin_inset space ~
27143 \end_inset
27144
27145 en
27146 \begin_inset space ~
27147 \end_inset
27148
27149 Marge
27150 \family default
27151  ou avec le bouton 
27152 \begin_inset Graphics
27153         filename ../../images/marginalnote-insert.png
27154         scale 85
27155         scaleBeforeRotation
27156
27157 \end_inset
27158
27159  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27160  grise avec une étiquette rouge 
27161 \begin_inset Quotes fld
27162 \end_inset
27163
27164 marge
27165 \begin_inset Quotes frd
27166 \end_inset
27167
27168 .
27169  
27170 \begin_inset Marginal
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 C'est une note en marge.
27175 \end_layout
27176
27177 \end_inset
27178
27179  Cette boîte est la représentation de votre note dans LyX.
27180  Vous pouvez y entrer votre texte.
27181 \end_layout
27182
27183 \begin_layout Standard
27184 Les notes en marge apparaissent dans la marge de droite dans les documents
27185  imprimées sur une seule face.
27186  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27187  
27188 \begin_inset Quotes eld
27189 \end_inset
27190
27191 extérieure
27192 \begin_inset Quotes erd
27193 \end_inset
27194
27195  – la gauche sur les pages paires et la droite sur les pages impaires.
27196  Le texte de la note en marge est aligné à l'opposé de la marge externe
27197  – aligné à droite quand la note apparaît dans la marge de gauche.
27198  La première ligne de la note apparaît à la hauteur de la ligne de texte
27199  où la note a été insérée dans le document.
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset VSpace bigskip
27204 \end_inset
27205
27206 Pour placer une note dans la marge interne, ajoutez la commande suivante
27207  :
27208 \end_layout
27209
27210 \begin_layout Standard
27211
27212 \series bold
27213
27214 \backslash
27215 reversemarginpar
27216 \end_layout
27217
27218 \begin_layout Standard
27219 sous forme de code TeX avant votre note de marge.
27220  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27221  qui suivent 
27222 \begin_inset ERT
27223 status collapsed
27224
27225 \begin_layout Plain Layout
27226
27227
27228 \backslash
27229 reversemarginpar 
27230 \end_layout
27231
27232 \end_inset
27233
27234
27235 \begin_inset Marginal
27236 status open
27237
27238 \begin_layout Plain Layout
27239 Cette note en marge est dans la marge interne.
27240 \end_layout
27241
27242 \end_inset
27243
27244
27245 \series bold
27246
27247 \begin_inset Newline newline
27248 \end_inset
27249
27250
27251 \series default
27252
27253 \begin_inset Note Greyedout
27254 status open
27255
27256 \begin_layout Plain Layout
27257
27258 \series bold
27259 Note:
27260 \series default
27261  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27262  les notes sont souvent mal mises en formes dans la sortie imprimée.
27263 \end_layout
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Standard
27271 Pour revenir au positionnement implicite, ajoutez la commande :
27272 \end_layout
27273
27274 \begin_layout Standard
27275
27276 \series bold
27277
27278 \backslash
27279 normalmarginpar
27280 \end_layout
27281
27282 \begin_layout Standard
27283 sous forme de code TeX.
27284 \begin_inset ERT
27285 status collapsed
27286
27287 \begin_layout Plain Layout
27288
27289
27290 \backslash
27291 normalmarginpar 
27292 \end_layout
27293
27294 \end_inset
27295
27296
27297 \begin_inset Newline newline
27298 \end_inset
27299
27300  
27301 \begin_inset Note Greyedout
27302 status open
27303
27304 \begin_layout Plain Layout
27305
27306 \series bold
27307 Note:
27308 \series default
27309  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27310  
27311 \series bold
27312
27313 \backslash
27314 reversemarginpar
27315 \series default
27316  est aussi utilisée.
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \begin_layout Standard
27325 \begin_inset VSpace bigskip
27326 \end_inset
27327
27328
27329 \begin_inset Marginal
27330 status open
27331
27332 \begin_layout Plain Layout
27333 UnTrèsLongMotEnMarge sans césure.
27334 \end_layout
27335
27336 \end_inset
27337
27338  Comme dans le cas décrit dans la section
27339 \begin_inset space ~
27340 \end_inset
27341
27342
27343 \begin_inset CommandInset ref
27344 LatexCommand ref
27345 reference "sub:Lignes-multiple-dans-cellule"
27346
27347 \end_inset
27348
27349 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27350  mot d'une note en marge.
27351  Pour éviter ce problème, insérez un espacement horizontal de 0
27352 \begin_inset space \thinspace{}
27353 \end_inset
27354
27355 pt avant le mot en question: 
27356 \begin_inset Marginal
27357 status open
27358
27359 \begin_layout Plain Layout
27360 \begin_inset space \hspace{}
27361 \length 0pt
27362 \end_inset
27363
27364 UnMotTrèsLongEnMarge avec une césure.
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \begin_layout Standard
27373 \begin_inset VSpace bigskip
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \begin_layout Standard
27380 \begin_inset Note Greyedout
27381 status open
27382
27383 \begin_layout Plain Layout
27384
27385 \series bold
27386 Note:
27387 \series default
27388  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27389  tableaux, des flottants et des notes de bas de page.
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Standard
27398 \begin_inset VSpace bigskip
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Standard
27405 \begin_inset ERT
27406 status collapsed
27407
27408 \begin_layout Plain Layout
27409
27410
27411 \backslash
27412 ifmarginnote
27413 \end_layout
27414
27415 \end_inset
27416
27417
27418 \begin_inset Note Note
27419 status open
27420
27421 \begin_layout Plain Layout
27422 La section suivante ne sera affichée que si le paquetage LaTeX 
27423 \series bold
27424 marginnote
27425 \series default
27426  a été installé.
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \begin_layout Standard
27435 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27436 \series bold
27437 marginnote
27438 \series default
27439
27440 \begin_inset Index idx
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 Paquetages LaTeX ! marginnote
27445 \end_layout
27446
27447 \end_inset
27448
27449 .
27450  En ajoutant les deux lignes suivantes au préambule de votre document, la
27451  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27452  la commande fournie par le paquetage 
27453 \series bold
27454 marginnote
27455 \series default
27456  :
27457 \end_layout
27458
27459 \begin_layout Standard
27460
27461 \series bold
27462
27463 \backslash
27464 usepackage{marginnote}
27465 \begin_inset Newline newline
27466 \end_inset
27467
27468
27469 \backslash
27470 let
27471 \backslash
27472 marginpar
27473 \backslash
27474 marginnote
27475 \end_layout
27476
27477 \begin_layout Standard
27478 Ce paquetage est aussi utilisé dans ce document parce que 
27479 \series bold
27480 marginnote
27481 \series default
27482  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27483  vertical pour une note.
27484  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27485  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27486  en page.
27487  Le décalage est inséré dans LyX sous forme de code TeX directement après
27488  la note sous la forme
27489 \end_layout
27490
27491 \begin_layout Standard
27492
27493 \series bold
27494 [offset]
27495 \end_layout
27496
27497 \begin_layout Standard
27498 où l'offset utilise l'une des unités listées dans le tableau
27499 \begin_inset space ~
27500 \end_inset
27501
27502
27503 \begin_inset CommandInset ref
27504 LatexCommand ref
27505 reference "cha:Unités-de-longueur"
27506
27507 \end_inset
27508
27509 .
27510  Une valeur négative déplace la note vers le haut, une valeur positive la
27511  déplace vers le bas.
27512  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27513  vers le haut de 1.5
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 cm avec la commande en code TeX 
27518 \begin_inset Quotes eld
27519 \end_inset
27520
27521
27522 \series bold
27523 [-1.5cm]
27524 \series default
27525
27526 \begin_inset Quotes erd
27527 \end_inset
27528
27529
27530 \begin_inset Marginal
27531 status collapsed
27532
27533 \begin_layout Plain Layout
27534 Cette note en marge est décalée vers le haut de 1.5
27535 \begin_inset space \thinspace{}
27536 \end_inset
27537
27538 cm par rapport à sa position d'origine.
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \begin_inset ERT
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548
27549 [-1.5cm]
27550 \end_layout
27551
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \begin_layout Standard
27558 \begin_inset VSpace medskip
27559 \end_inset
27560
27561 Avec le paquetage 
27562 \series bold
27563 marginnote
27564 \series default
27565  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27566  Par exemple les commandes 
27567 \end_layout
27568
27569 \begin_layout Standard
27570
27571 \series bold
27572
27573 \backslash
27574 renewcommand*{
27575 \backslash
27576 raggedleftmarginnote}{
27577 \backslash
27578 centering}
27579 \begin_inset Newline newline
27580 \end_inset
27581
27582
27583 \backslash
27584 renewcommand*{
27585 \backslash
27586 raggedrightmarginnote}{
27587 \backslash
27588 centering}
27589 \end_layout
27590
27591 \begin_layout Standard
27592 donnent un alignement centré.
27593  
27594 \series bold
27595
27596 \backslash
27597 raggedleftmarginnote
27598 \series default
27599  indique une note qui apparaît dans la marge de gauche.
27600 \begin_inset ERT
27601 status collapsed
27602
27603 \begin_layout Plain Layout
27604
27605
27606 \backslash
27607 renewcommand*{
27608 \backslash
27609 raggedleftmarginnote}{
27610 \backslash
27611 centering}
27612 \end_layout
27613
27614 \begin_layout Plain Layout
27615
27616
27617 \backslash
27618 renewcommand*{
27619 \backslash
27620 raggedrightmarginnote}{
27621 \backslash
27622 centering}
27623 \end_layout
27624
27625 \end_inset
27626
27627
27628 \begin_inset Marginal
27629 status collapsed
27630
27631 \begin_layout Plain Layout
27632 Le texte de cette note en marge est centré.
27633 \end_layout
27634
27635 \end_inset
27636
27637 .
27638  Le comportement implicite est donné par
27639 \end_layout
27640
27641 \begin_layout Standard
27642
27643 \series bold
27644
27645 \backslash
27646 renewcommand*{
27647 \backslash
27648 raggedleftmarginnote}{
27649 \backslash
27650 raggedleft}
27651 \begin_inset Newline newline
27652 \end_inset
27653
27654
27655 \backslash
27656 renewcommand*{
27657 \backslash
27658 raggedrightmarginnote}{
27659 \backslash
27660 raggedright}
27661 \series default
27662
27663 \begin_inset ERT
27664 status collapsed
27665
27666 \begin_layout Plain Layout
27667
27668
27669 \backslash
27670 renewcommand*{
27671 \backslash
27672 raggedleftmarginnote}{
27673 \backslash
27674 raggedleft}
27675 \end_layout
27676
27677 \begin_layout Plain Layout
27678
27679
27680 \backslash
27681 renewcommand*{
27682 \backslash
27683 raggedrightmarginnote}{
27684 \backslash
27685 raggedright}
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \end_layout
27692
27693 \begin_layout Standard
27694 \begin_inset VSpace medskip
27695 \end_inset
27696
27697 Pour les autre fonctions du paquetage 
27698 \series bold
27699 marginnote
27700 \series default
27701  nous vous renvoyons à sa documentation 
27702 \begin_inset CommandInset citation
27703 LatexCommand cite
27704 key "marginnote"
27705
27706 \end_inset
27707
27708 .
27709 \end_layout
27710
27711 \begin_layout Standard
27712 \begin_inset VSpace bigskip
27713 \end_inset
27714
27715 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27716  définition.
27717  Pour créer par exemple une entête pour toutes les notes en marge avec le
27718  texte 
27719 \begin_inset Quotes eld
27720 \end_inset
27721
27722
27723 \family sans
27724 \series bold
27725 \bar under
27726 Attention!
27727 \family default
27728 \series default
27729 \bar default
27730
27731 \begin_inset Quotes erd
27732 \end_inset
27733
27734  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27735  de votre document :
27736 \end_layout
27737
27738 \begin_layout Standard
27739
27740 \series bold
27741
27742 \backslash
27743 let
27744 \backslash
27745 myMarginpar
27746 \backslash
27747 marginpar
27748 \begin_inset Newline newline
27749 \end_inset
27750
27751
27752 \backslash
27753 renewcommand{
27754 \backslash
27755 marginpar}[1]{
27756 \backslash
27757 myMarginpar{%
27758 \begin_inset Newline newline
27759 \end_inset
27760
27761
27762 \begin_inset Phantom HPhantom
27763 status open
27764
27765 \begin_layout Plain Layout
27766
27767 \series bold
27768 \begin_inset space ~
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \backslash
27778 hspace{0pt}
27779 \backslash
27780 textsf{
27781 \backslash
27782 textbf{
27783 \backslash
27784 underbar{Attention!}}}%
27785 \begin_inset Newline newline
27786 \end_inset
27787
27788
27789 \begin_inset Phantom HPhantom
27790 status open
27791
27792 \begin_layout Plain Layout
27793
27794 \series bold
27795 \begin_inset space ~
27796 \end_inset
27797
27798
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \backslash
27805 vspace{1.5mm}
27806 \backslash
27807
27808 \backslash
27809 #1}}
27810 \end_layout
27811
27812 \begin_layout Standard
27813 \begin_inset ERT
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817
27818
27819 \backslash
27820 let
27821 \backslash
27822 myMarginpar
27823 \backslash
27824 marginpar
27825 \end_layout
27826
27827 \begin_layout Plain Layout
27828
27829
27830 \backslash
27831 renewcommand{
27832 \backslash
27833 marginpar}[1]{
27834 \backslash
27835 myMarginpar{%
27836 \end_layout
27837
27838 \begin_layout Plain Layout
27839
27840    
27841 \backslash
27842 textsf{
27843 \backslash
27844 textbf{
27845 \backslash
27846 underbar{Attention!}}}%
27847 \end_layout
27848
27849 \begin_layout Plain Layout
27850
27851    
27852 \backslash
27853 vspace{1.5mm}
27854 \backslash
27855
27856 \backslash
27857 #1}}
27858 \end_layout
27859
27860 \end_inset
27861
27862
27863 \begin_inset Marginal
27864 status open
27865
27866 \begin_layout Plain Layout
27867 Ceci est une note en marge avec une en-tête prédéfinie.
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \begin_inset ERT
27874 status collapsed
27875
27876 \begin_layout Plain Layout
27877
27878 [-1.5cm]
27879 \end_layout
27880
27881 \end_inset
27882
27883
27884 \begin_inset ERT
27885 status collapsed
27886
27887 \begin_layout Plain Layout
27888
27889
27890 \backslash
27891 renewcommand{
27892 \backslash
27893 marginpar}[1]{
27894 \backslash
27895 myMarginpar{#1}}
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \begin_inset Note Note
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905
27906 \lang english
27907 The margin note format is changed only for this example.
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \end_layout
27914
27915 \begin_layout Standard
27916 \begin_inset ERT
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920
27921
27922 \backslash
27923 else
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \begin_inset Note Note
27930 status open
27931
27932 \begin_layout Plain Layout
27933 Ce qui suit sera affiché si le paquetage LaTeX 
27934 \series bold
27935 marginnote
27936 \series default
27937  n'est pas installé :
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \end_layout
27944
27945 \begin_layout Standard
27946 Vous devez installer le paquetage LaTeX 
27947 \series bold
27948 marginnote
27949 \series default
27950  pour voir la suite de cette section dans la sortie imprimée.
27951 \end_layout
27952
27953 \begin_layout Standard
27954 \begin_inset ERT
27955 status collapsed
27956
27957 \begin_layout Plain Layout
27958
27959
27960 \backslash
27961 fi
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \begin_layout Chapter
27970 Les Boîtes
27971 \end_layout
27972
27973 \begin_layout Section
27974 Introduction
27975 \begin_inset Index idx
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979 Boîtes ! Introduction
27980 \end_layout
27981
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \begin_layout Standard
27988 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27989  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27990  voir la section
27991 \begin_inset space ~
27992 \end_inset
27993
27994
27995 \begin_inset CommandInset ref
27996 LatexCommand ref
27997 reference "sec:Minipages"
27998
27999 \end_inset
28000
28001 , pour encadrer des portions de texte, voir la section
28002 \begin_inset space ~
28003 \end_inset
28004
28005
28006 \begin_inset CommandInset ref
28007 LatexCommand ref
28008 reference "sec:Décorations"
28009
28010 \end_inset
28011
28012 , pour empêcher que des mots subissent une césure, voir la section
28013 \begin_inset space ~
28014 \end_inset
28015
28016
28017 \begin_inset CommandInset ref
28018 LatexCommand ref
28019 reference "sec:Empêcher-césure"
28020
28021 \end_inset
28022
28023 , pour aligner du texte, voir la section
28024 \begin_inset space ~
28025 \end_inset
28026
28027
28028 \begin_inset CommandInset ref
28029 LatexCommand ref
28030 reference "sub:Alignement-Vertical"
28031
28032 \end_inset
28033
28034 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
28035 \begin_inset space ~
28036 \end_inset
28037
28038
28039 \begin_inset CommandInset ref
28040 LatexCommand ref
28041 reference "sec:Boîtes-colorées"
28042
28043 \end_inset
28044
28045 .
28046 \end_layout
28047
28048 \begin_layout Standard
28049 On peut insérer une boîte en utilisant le menu 
28050 \family sans
28051 Insérer\SpecialChar \menuseparator
28052 Boîte
28053 \family default
28054  ou avec le bouton 
28055 \begin_inset Graphics
28056         filename ../../images/box-insert.png
28057         scale 85
28058         scaleBeforeRotation
28059
28060 \end_inset
28061
28062  de la barre d'outils.
28063  Une boîte grise avec une étiquette 
28064 \family sans
28065 Boîte
28066 \begin_inset space ~
28067 \end_inset
28068
28069 (Minipage)
28070 \family default
28071
28072 \begin_inset Graphics
28073         filename clipart/BoxInsetDefaultQt4.png
28074         scale 65
28075         scaleBeforeRotation
28076
28077 \end_inset
28078
28079  est alors insérée.
28080  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
28081  et 
28082 \lang english
28083 selecting 
28084 \family sans
28085 Settings
28086 \family default
28087 \lang french
28088 .
28089  La fenêtre de dialogue qui apparaît donne accès aux types de
28090 \family sans
28091  Boîte
28092 \begin_inset space ~
28093 \end_inset
28094
28095 Intérieure
28096 \family default
28097  
28098 \family sans
28099 Parbox
28100 \begin_inset Note Note
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104 En attendant un traduction plus correcte NdT
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \family default
28111  et 
28112 \family sans
28113 Minipage
28114 \family default
28115 .
28116  Le type 
28117 \family sans
28118 Minipage
28119 \family default
28120  est le type implicite pour les boîtes nouvellement créées et il est décrit
28121  dans la section
28122 \begin_inset space ~
28123 \end_inset
28124
28125
28126 \begin_inset CommandInset ref
28127 LatexCommand ref
28128 reference "sec:Minipages"
28129
28130 \end_inset
28131
28132 ; le type 
28133 \family sans
28134 Parbox
28135 \family default
28136  est décrit dans la section
28137 \begin_inset space ~
28138 \end_inset
28139
28140
28141 \begin_inset CommandInset ref
28142 LatexCommand ref
28143 reference "sec:Parboxes"
28144
28145 \end_inset
28146
28147  et le type 
28148 \family sans
28149 \lang english
28150 Makebox
28151 \family default
28152 \lang french
28153  est décrit dans la section
28154 \begin_inset space ~
28155 \end_inset
28156
28157
28158 \begin_inset CommandInset ref
28159 LatexCommand ref
28160 reference "sec:Empêcher-césure"
28161
28162 \end_inset
28163
28164 .
28165 \end_layout
28166
28167 \begin_layout Standard
28168 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28169  comme les flottants ou les notes de bas de page.
28170 \end_layout
28171
28172 \begin_layout Standard
28173 \begin_inset Note Greyedout
28174 status open
28175
28176 \begin_layout Plain Layout
28177
28178 \series bold
28179 Note:
28180 \series default
28181  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28182  de type 
28183 \family sans
28184 Liste
28185 \family default
28186  ou 
28187 \family sans
28188 Description
28189 \family default
28190 .
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 \begin_inset Note Greyedout
28200 status open
28201
28202 \begin_layout Plain Layout
28203
28204 \series bold
28205 Note:
28206 \series default
28207  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28208 \family sans
28209 Boîte
28210 \begin_inset space ~
28211 \end_inset
28212
28213 Intérieure
28214 \family default
28215  à 
28216 \family sans
28217 Aucune
28218 \family default
28219  que quand vous utilisez une boîte encadrée.
28220  Les boîtes sans 
28221 \family sans
28222 Boîte
28223 \begin_inset space ~
28224 \end_inset
28225
28226 Intérieure
28227 \family default
28228  et sans cadre sont expliquées dans la section
28229 \begin_inset space ~
28230 \end_inset
28231
28232
28233 \begin_inset CommandInset ref
28234 LatexCommand ref
28235 reference "sec:Empêcher-césure"
28236
28237 \end_inset
28238
28239 .
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Section
28248 La fenêtre de dialogue Boîte
28249 \begin_inset CommandInset label
28250 LatexCommand label
28251 name "sec:Boîte-Dialogue"
28252
28253 \end_inset
28254
28255
28256 \begin_inset Index idx
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Boîtes ! Fenêtre de dialogue Boîte
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Subsection
28269 Taille
28270 \begin_inset Index idx
28271 status collapsed
28272
28273 \begin_layout Plain Layout
28274 Boîtes ! Taille
28275 \end_layout
28276
28277 \end_inset
28278
28279
28280 \end_layout
28281
28282 \begin_layout Standard
28283 Dans la fenêtre de dialogue 
28284 \family sans
28285 Paramètres
28286 \begin_inset space ~
28287 \end_inset
28288
28289 de
28290 \begin_inset space ~
28291 \end_inset
28292
28293 Boîte
28294 \family default
28295  vous pouvez modifier la géométrie de la boîte avec les champs 
28296 \family sans
28297 Largeur
28298 \family default
28299  et 
28300 \family sans
28301 Hauteur
28302 \family default
28303 .
28304  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28305  dans le tableau
28306 \begin_inset space ~
28307 \end_inset
28308
28309
28310 \begin_inset CommandInset ref
28311 LatexCommand ref
28312 reference "tab:Unités"
28313
28314 \end_inset
28315
28316 .
28317  Le champ 
28318 \family sans
28319 Hauteur
28320 \family default
28321  offre en plus les spécifications de taille suivantes :
28322 \end_layout
28323
28324 \begin_layout Description
28325 Profondeur C'est simplement la 
28326 \begin_inset Quotes eld
28327 \end_inset
28328
28329 hauteur
28330 \begin_inset Quotes erd
28331 \end_inset
28332
28333  du texte.
28334  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28335  lignes de texte dans la boîte.
28336 \begin_inset Newline newline
28337 \end_inset
28338
28339
28340 \begin_inset Newline newline
28341 \end_inset
28342
28343
28344 \begin_inset Newline newline
28345 \end_inset
28346
28347
28348 \begin_inset Box Boxed
28349 position "c"
28350 hor_pos "c"
28351 has_inner_box 1
28352 inner_pos "c"
28353 use_parbox 0
28354 use_makebox 0
28355 width "12col%"
28356 special "none"
28357 height "1in"
28358 height_special "depth"
28359 status open
28360
28361 \begin_layout Plain Layout
28362 \align center
28363 Boîte dont la hauteur est égale à 1
28364 \begin_inset space \thinspace{}
28365 \end_inset
28366
28367 Profondeur
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376
28377 \begin_inset Newline newline
28378 \end_inset
28379
28380
28381 \end_layout
28382
28383 \begin_layout Description
28384 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28385  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28386  est deux fois plus haute que le texte : 
28387 \begin_inset Box Boxed
28388 position "c"
28389 hor_pos "c"
28390 has_inner_box 1
28391 inner_pos "c"
28392 use_parbox 0
28393 use_makebox 0
28394 width "20col%"
28395 special "none"
28396 height "2in"
28397 height_special "height"
28398 status open
28399
28400 \begin_layout Plain Layout
28401 \align center
28402 Boîte dont la hauteur est 2
28403 \begin_inset space \thinspace{}
28404 \end_inset
28405
28406 Hauteur
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \end_layout
28413
28414 \begin_layout Description
28415 Hauteur
28416 \begin_inset space ~
28417 \end_inset
28418
28419 Totale C'est égal à Hauteur
28420 \begin_inset space \thinspace{}
28421 \end_inset
28422
28423 +
28424 \begin_inset space \thinspace{}
28425 \end_inset
28426
28427 Profondeur : 
28428 \begin_inset Box Boxed
28429 position "c"
28430 hor_pos "c"
28431 has_inner_box 1
28432 inner_pos "c"
28433 use_parbox 0
28434 use_makebox 0
28435 width "20col%"
28436 special "none"
28437 height "1in"
28438 height_special "totalheight"
28439 status open
28440
28441 \begin_layout Plain Layout
28442 \align center
28443 Boîte dont la hauteur est 1
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 Hauteur
28448 \begin_inset space ~
28449 \end_inset
28450
28451 Totale
28452 \end_layout
28453
28454 \end_inset
28455
28456
28457 \end_layout
28458
28459 \begin_layout Description
28460 Largeur On prend la largeur de la boîte comme hauteur : 
28461 \begin_inset Box Boxed
28462 position "c"
28463 hor_pos "c"
28464 has_inner_box 1
28465 inner_pos "c"
28466 use_parbox 0
28467 use_makebox 0
28468 width "12col%"
28469 special "none"
28470 height "1in"
28471 height_special "width"
28472 status open
28473
28474 \begin_layout Plain Layout
28475 \align center
28476 Boîte dont la hauteur est 1
28477 \begin_inset space \thinspace{}
28478 \end_inset
28479
28480 Largeur
28481 \end_layout
28482
28483 \end_inset
28484
28485
28486 \end_layout
28487
28488 \begin_layout Subsection
28489 Alignement
28490 \begin_inset Index idx
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 Boîtes ! Alignement
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \begin_layout Standard
28503 Quand vous avez choisi une 
28504 \family sans
28505 Boîte
28506 \begin_inset space ~
28507 \end_inset
28508
28509 Intérieure
28510 \family default
28511 , l'alignement vertical de la boîte peut être :
28512 \end_layout
28513
28514 \begin_layout Description
28515 Haut Ceci est un exemple de texte.
28516  
28517 \begin_inset Box Boxed
28518 position "t"
28519 hor_pos "c"
28520 has_inner_box 1
28521 inner_pos "c"
28522 use_parbox 0
28523 use_makebox 0
28524 width "12col%"
28525 special "none"
28526 height "1in"
28527 height_special "totalheight"
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 \align center
28532 Cette boîte est alignée sur le haut.
28533 \end_layout
28534
28535 \end_inset
28536
28537  Ceci est un exemple de texte.
28538 \end_layout
28539
28540 \begin_layout Description
28541 Milieu Ceci est un exemple de texte.
28542  
28543 \begin_inset Box Boxed
28544 position "c"
28545 hor_pos "c"
28546 has_inner_box 1
28547 inner_pos "c"
28548 use_parbox 0
28549 use_makebox 0
28550 width "12col%"
28551 special "none"
28552 height "1in"
28553 height_special "totalheight"
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557 \align center
28558 Cette boîte est alignée au centre.
28559 \end_layout
28560
28561 \end_inset
28562
28563  Ceci est un exemple de texte.
28564 \end_layout
28565
28566 \begin_layout Description
28567 Bas Ceci est un exemple de texte.
28568  
28569 \begin_inset Box Boxed
28570 position "b"
28571 hor_pos "c"
28572 has_inner_box 1
28573 inner_pos "c"
28574 use_parbox 0
28575 use_makebox 0
28576 width "12col%"
28577 special "none"
28578 height "1in"
28579 height_special "totalheight"
28580 status collapsed
28581
28582 \begin_layout Plain Layout
28583 \align center
28584 Cette boîte est alignée sur le bas.
28585 \end_layout
28586
28587 \end_inset
28588
28589  Ceci est un exemple de texte.
28590 \end_layout
28591
28592 \begin_layout Standard
28593 \begin_inset Note Greyedout
28594 status open
28595
28596 \begin_layout Plain Layout
28597
28598 \series bold
28599 Note:
28600 \series default
28601  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28602  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28603  l'autre non.
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Standard
28612 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28613  paragraphe grâce à la fenêtre de dialogue 
28614 \family sans
28615 Paramètres
28616 \begin_inset space ~
28617 \end_inset
28618
28619 de
28620 \begin_inset space ~
28621 \end_inset
28622
28623 Boîte
28624 \family default
28625 .
28626 \end_layout
28627
28628 \begin_layout Standard
28629 \begin_inset VSpace bigskip
28630 \end_inset
28631
28632 Quand vous avez choisi une 
28633 \family sans
28634 Boîte
28635 \begin_inset space ~
28636 \end_inset
28637
28638 Intérieure
28639 \family default
28640 , l'alignement vertical du contenu de la boîte peut être :
28641 \end_layout
28642
28643 \begin_layout Description
28644 haut Ceci est un exemple de texte.
28645 \begin_inset Box Boxed
28646 position "c"
28647 hor_pos "c"
28648 has_inner_box 1
28649 inner_pos "t"
28650 use_parbox 0
28651 use_makebox 0
28652 width "12col%"
28653 special "none"
28654 height "1.5in"
28655 height_special "totalheight"
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659 \align center
28660 Le texte de cette boîte est aligné sur le haut.
28661 \end_layout
28662
28663 \end_inset
28664
28665  Ceci est un exemple de texte.
28666 \end_layout
28667
28668 \begin_layout Description
28669 milieu Ceci est un exemple de texte.
28670  
28671 \begin_inset Box Boxed
28672 position "c"
28673 hor_pos "c"
28674 has_inner_box 1
28675 inner_pos "c"
28676 use_parbox 0
28677 use_makebox 0
28678 width "12col%"
28679 special "none"
28680 height "1.5in"
28681 height_special "totalheight"
28682 status collapsed
28683
28684 \begin_layout Plain Layout
28685 \align center
28686 Le texte de cette boîte est aligné au centre
28687 \end_layout
28688
28689 \end_inset
28690
28691  Ceci est un exemple de texte.
28692 \end_layout
28693
28694 \begin_layout Description
28695 bas Ceci est un exemple de texte.
28696  
28697 \begin_inset Box Boxed
28698 position "c"
28699 hor_pos "c"
28700 has_inner_box 1
28701 inner_pos "b"
28702 use_parbox 0
28703 use_makebox 0
28704 width "12col%"
28705 special "none"
28706 height "1.5in"
28707 height_special "totalheight"
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711 \align center
28712 Le texte de cette boîte est aligné en bas.
28713 \end_layout
28714
28715 \end_inset
28716
28717  Ceci est un exemple de texte.
28718 \end_layout
28719
28720 \begin_layout Description
28721 élongation Ceci est un exemple de texte.
28722  
28723 \begin_inset Box Boxed
28724 position "c"
28725 hor_pos "c"
28726 has_inner_box 1
28727 inner_pos "s"
28728 use_parbox 0
28729 use_makebox 0
28730 width "12col%"
28731 special "none"
28732 height "1.5in"
28733 height_special "totalheight"
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737 \align center
28738 Le texte 
28739 \end_layout
28740
28741 \begin_layout Plain Layout
28742 \align center
28743 de cette
28744 \end_layout
28745
28746 \begin_layout Plain Layout
28747 \align center
28748 boîte est
28749 \end_layout
28750
28751 \begin_layout Plain Layout
28752 \align center
28753 allongé.
28754 \end_layout
28755
28756 \end_inset
28757
28758  Ceci est un exemple de texte.
28759 \end_layout
28760
28761 \begin_layout Standard
28762 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28763  paragraphe.
28764  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28765 \end_layout
28766
28767 \begin_layout Standard
28768 \begin_inset VSpace bigskip
28769 \end_inset
28770
28771 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28772  la fenêtre de dialogue 
28773 \family sans
28774 Paramètres
28775 \begin_inset space ~
28776 \end_inset
28777
28778 de
28779 \begin_inset space ~
28780 \end_inset
28781
28782 paragraphe
28783 \family default
28784  quand vous avez choisi une 
28785 \family sans
28786 Boîte
28787 \begin_inset space ~
28788 \end_inset
28789
28790 Intérieure
28791 \family default
28792 .
28793 \end_layout
28794
28795 \begin_layout Standard
28796 \align center
28797 \begin_inset Box Boxed
28798 position "c"
28799 hor_pos "c"
28800 has_inner_box 1
28801 inner_pos "s"
28802 use_parbox 0
28803 use_makebox 0
28804 width "15col%"
28805 special "none"
28806 height "1.25in"
28807 height_special "totalheight"
28808 status open
28809
28810 \begin_layout Plain Layout
28811 \align left
28812 Le texte de 
28813 \end_layout
28814
28815 \begin_layout Plain Layout
28816 \align left
28817 cette boîte
28818 \end_layout
28819
28820 \begin_layout Plain Layout
28821 \align right
28822 est allongé.
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \begin_layout Standard
28831 Si vous n'avez pas choisi une 
28832 \family sans
28833 Boîte
28834 \begin_inset space ~
28835 \end_inset
28836
28837 Intérieure
28838 \family default
28839 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28840  de dialogue de boîte.
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \align center
28845 \begin_inset Box Boxed
28846 position "c"
28847 hor_pos "s"
28848 has_inner_box 0
28849 inner_pos "s"
28850 use_parbox 0
28851 use_makebox 0
28852 width "90col%"
28853 special "none"
28854 height "1.25in"
28855 height_special "totalheight"
28856 status open
28857
28858 \begin_layout Plain Layout
28859 \align left
28860 Le texte de cette boîte est allongé horizontalement.
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Subsection
28869 Décorations
28870 \begin_inset CommandInset label
28871 LatexCommand label
28872 name "sec:Décorations"
28873
28874 \end_inset
28875
28876
28877 \begin_inset Index idx
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881 Boîtes ! Décorations
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Standard
28890 On peut spécifier le style de la boîte en utilisant la liste déroulante
28891  
28892 \family sans
28893 Décoration
28894 \family default
28895 .
28896  Les possibilités sont les suivantes :
28897 \end_layout
28898
28899 \begin_layout Description
28900 Aucun
28901 \begin_inset space ~
28902 \end_inset
28903
28904 cadre
28905 \begin_inset space ~
28906 \end_inset
28907
28908 tracé 
28909 \lang english
28910 Nothing is drawn.
28911 \end_layout
28912
28913 \begin_layout Description
28914 Cadre
28915 \begin_inset space ~
28916 \end_inset
28917
28918 rectangulaire
28919 \begin_inset space ~
28920 \end_inset
28921
28922 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28923  L'épaisseur du trait de ce cadre est donnée par la variable  
28924 \series bold
28925
28926 \backslash
28927 fboxrule
28928 \series default
28929 .
28930 \begin_inset Newline newline
28931 \end_inset
28932
28933
28934 \begin_inset Box Boxed
28935 position "c"
28936 hor_pos "c"
28937 has_inner_box 1
28938 inner_pos "c"
28939 use_parbox 0
28940 use_makebox 0
28941 width "20col%"
28942 special "none"
28943 height "1in"
28944 height_special "totalheight"
28945 status open
28946
28947 \begin_layout Plain Layout
28948 \align center
28949 Boîte rectangulaire
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Description
28958 Cadre
28959 \begin_inset space ~
28960 \end_inset
28961
28962 oval,
28963 \begin_inset space ~
28964 \end_inset
28965
28966 fin Ceci dessine un cadre ovalisée autour de la boîte.
28967  L'épaisseur du trait de ce cadre est de  0.4
28968 \begin_inset space \thinspace{}
28969 \end_inset
28970
28971 pt.
28972  
28973 \begin_inset Box ovalbox
28974 position "c"
28975 hor_pos "c"
28976 has_inner_box 1
28977 inner_pos "c"
28978 use_parbox 0
28979 use_makebox 0
28980 width "20col%"
28981 special "none"
28982 height "1in"
28983 height_special "totalheight"
28984 status open
28985
28986 \begin_layout Plain Layout
28987 \align center
28988 Boîte ovalisée, fine
28989 \end_layout
28990
28991 \end_inset
28992
28993
28994 \end_layout
28995
28996 \begin_layout Description
28997 Cadre
28998 \begin_inset space ~
28999 \end_inset
29000
29001 oval,
29002 \begin_inset space ~
29003 \end_inset
29004
29005 épais Ceci dessine un cadre ovalisée autour de la boîte.
29006  L'épaisseur du trait de ce cadre est de   0.8
29007 \begin_inset space \thinspace{}
29008 \end_inset
29009
29010 pt.
29011  
29012 \begin_inset Box Ovalbox
29013 position "c"
29014 hor_pos "c"
29015 has_inner_box 1
29016 inner_pos "c"
29017 use_parbox 0
29018 use_makebox 0
29019 width "20col%"
29020 special "none"
29021 height "1in"
29022 height_special "totalheight"
29023 status open
29024
29025 \begin_layout Plain Layout
29026 \align center
29027 Boîte ovalisée, épaisse
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \begin_layout Description
29036 Ombre
29037 \begin_inset space ~
29038 \end_inset
29039
29040 en
29041 \begin_inset space ~
29042 \end_inset
29043
29044 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
29045  L'épaisseur du trait de ce cadre est donnée par la variable  
29046 \series bold
29047
29048 \backslash
29049 fboxrule
29050 \series default
29051 , l'ombre a une épaisseur de  4
29052 \begin_inset space \thinspace{}
29053 \end_inset
29054
29055 pt.
29056  
29057 \begin_inset Box Shadowbox
29058 position "c"
29059 hor_pos "c"
29060 has_inner_box 1
29061 inner_pos "c"
29062 use_parbox 0
29063 use_makebox 0
29064 width "20col%"
29065 special "none"
29066 height "1in"
29067 height_special "totalheight"
29068 status open
29069
29070 \begin_layout Plain Layout
29071 \align center
29072 Boîte ombrée
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \end_layout
29079
29080 \begin_layout Description
29081 Fond
29082 \begin_inset space ~
29083 \end_inset
29084
29085 ombré Ceci dessine une boîte avec un arrière plan rouge.
29086  Contrairement aux boîtes coloriées
29087 \begin_inset Foot
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 Voir la section
29092 \begin_inset space ~
29093 \end_inset
29094
29095
29096 \begin_inset CommandInset ref
29097 LatexCommand ref
29098 reference "sec:Boîtes-colorées"
29099
29100 \end_inset
29101
29102 .
29103 \end_layout
29104
29105 \end_inset
29106
29107 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
29108  son propre paragraphe.
29109 \lang english
29110
29111 \begin_inset Box Shaded
29112 position "t"
29113 hor_pos "c"
29114 has_inner_box 0
29115 inner_pos "t"
29116 use_parbox 0
29117 use_makebox 0
29118 width "50col%"
29119 special "none"
29120 height "1in"
29121 height_special "totalheight"
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 Boîte avec fond ombré
29126 \end_layout
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Description
29134 Cadre
29135 \begin_inset space ~
29136 \end_inset
29137
29138 rectangulaire
29139 \begin_inset space ~
29140 \end_inset
29141
29142 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29143  boîte.
29144  L'épaisseur du trait du cadre interne est de 0.75
29145 \begin_inset space \thinspace{}
29146 \end_inset
29147
29148
29149 \series bold
29150
29151 \backslash
29152 fboxrule
29153 \series default
29154 , l'épaisseur du trait du cadre externe est de 1.5
29155 \begin_inset space \thinspace{}
29156 \end_inset
29157
29158
29159 \series bold
29160
29161 \backslash
29162 fboxrule
29163 \series default
29164 .
29165  La distance entre les deux cadres est de  1.5
29166 \begin_inset space \thinspace{}
29167 \end_inset
29168
29169
29170 \series bold
29171
29172 \backslash
29173 fboxrule
29174 \series default
29175
29176 \begin_inset space \thinspace{}
29177 \end_inset
29178
29179 +
29180 \begin_inset space \thinspace{}
29181 \end_inset
29182
29183 0.5
29184 \begin_inset space \thinspace{}
29185 \end_inset
29186
29187 pt.
29188  
29189 \begin_inset Box Doublebox
29190 position "c"
29191 hor_pos "c"
29192 has_inner_box 1
29193 inner_pos "c"
29194 use_parbox 0
29195 use_makebox 0
29196 width "20col%"
29197 special "none"
29198 height "1in"
29199 height_special "totalheight"
29200 status open
29201
29202 \begin_layout Plain Layout
29203 \align center
29204 Boîte double
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Standard
29213 \begin_inset VSpace bigskip
29214 \end_inset
29215
29216 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29217  style de boîte utilisé.
29218  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29219  le paquetage LaTeX 
29220 \series bold
29221 fancybox
29222 \series default
29223
29224 \begin_inset Index idx
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 Paquetages LaTeX ! fancybox
29229 \end_layout
29230
29231 \end_inset
29232
29233 .
29234 \end_layout
29235
29236 \begin_layout Standard
29237 \begin_inset VSpace bigskip
29238 \end_inset
29239
29240 Quand vous utilisez le style de décoration 
29241 \family sans
29242 cadre rectangulaire simple
29243 \family default
29244  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29245  de la boîte.
29246  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29247  predra toute la largeur de la colonne, la boîte sera considérée comme son
29248  propre paragraphe et 
29249 \series bold
29250
29251 \backslash
29252 fboxrule
29253 \series default
29254  et 
29255 \series bold
29256
29257 \backslash
29258 fboxsep
29259 \series default
29260  n'ont aucun effet sur ce type de boîte.
29261  L'épaisseur de la ligne du cadre a la valeur de 
29262 \series bold
29263
29264 \backslash
29265 FrameRule
29266 \series default
29267 .
29268  
29269 \begin_inset Box Framed
29270 position "t"
29271 hor_pos "c"
29272 has_inner_box 0
29273 inner_pos "t"
29274 use_parbox 0
29275 use_makebox 0
29276 width "100col%"
29277 special "none"
29278 height "1in"
29279 height_special "totalheight"
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283 Boîte avec cadre simple et sauts de page
29284 \end_layout
29285
29286 \end_inset
29287
29288
29289 \end_layout
29290
29291 \begin_layout Section
29292 Personnalisation des boîtes
29293 \begin_inset Index idx
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297 Boîtes! Personnalisation
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Standard
29306 La valeur implicite pour la variable 
29307 \series bold
29308
29309 \backslash
29310 fboxrule
29311 \series default
29312  est 0.4
29313 \begin_inset space \thinspace{}
29314 \end_inset
29315
29316 pt.
29317  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29318  pour avoir 2
29319 \begin_inset space \thinspace{}
29320 \end_inset
29321
29322 pt :
29323 \end_layout
29324
29325 \begin_layout Standard
29326
29327 \series bold
29328
29329 \backslash
29330 setlength{
29331 \backslash
29332 fboxrule}{2pt}
29333 \end_layout
29334
29335 \begin_layout Standard
29336 \begin_inset ERT
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340
29341
29342 \backslash
29343 setlength{
29344 \backslash
29345 fboxrule}{2pt}
29346 \end_layout
29347
29348 \end_inset
29349
29350
29351 \begin_inset Box Boxed
29352 position "c"
29353 hor_pos "c"
29354 has_inner_box 1
29355 inner_pos "c"
29356 use_parbox 0
29357 use_makebox 0
29358 width "25col%"
29359 special "none"
29360 height "1in"
29361 height_special "totalheight"
29362 status open
29363
29364 \begin_layout Plain Layout
29365 \align center
29366 Boîte rectangulaire avec 
29367 \series bold
29368
29369 \backslash
29370 fboxrule
29371 \series default
29372
29373 \begin_inset space \thinspace{}
29374 \end_inset
29375
29376 =
29377 \begin_inset space \thinspace{}
29378 \end_inset
29379
29380 2
29381 \begin_inset space \thinspace{}
29382 \end_inset
29383
29384 pt
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \begin_inset ERT
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394
29395
29396 \backslash
29397 setlength{
29398 \backslash
29399 fboxrule}{0.4pt}
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 \begin_inset VSpace bigskip
29409 \end_inset
29410
29411 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29412  les types de cadres, implicitement il est de 3
29413 \begin_inset space \thinspace{}
29414 \end_inset
29415
29416 pt.
29417  Vous pouvez le modifier en donnant une autre valeur à la variable 
29418 \series bold
29419
29420 \backslash
29421 fboxsep
29422 \series default
29423 .
29424  Par exemple la commande
29425 \end_layout
29426
29427 \begin_layout Standard
29428
29429 \series bold
29430
29431 \backslash
29432 setlength{
29433 \backslash
29434 fboxsep}{10pt}
29435 \end_layout
29436
29437 \begin_layout Standard
29438 met une valeur de 10
29439 \begin_inset space \thinspace{}
29440 \end_inset
29441
29442 pt, comme celle utilisée pour cette boîte :
29443 \end_layout
29444
29445 \begin_layout Standard
29446 \begin_inset ERT
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450
29451
29452 \backslash
29453 setlength{
29454 \backslash
29455 fboxsep}{10pt}
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \begin_inset Box Boxed
29462 position "c"
29463 hor_pos "c"
29464 has_inner_box 1
29465 inner_pos "c"
29466 use_parbox 0
29467 use_makebox 0
29468 width "25col%"
29469 special "none"
29470 height "1in"
29471 height_special "totalheight"
29472 status open
29473
29474 \begin_layout Plain Layout
29475 \align center
29476 Boîte rectangulaire avec 
29477 \series bold
29478
29479 \backslash
29480 fboxsep
29481 \series default
29482
29483 \begin_inset space \thinspace{}
29484 \end_inset
29485
29486 =
29487 \begin_inset space \thinspace{}
29488 \end_inset
29489
29490 10
29491 \begin_inset space \thinspace{}
29492 \end_inset
29493
29494 pt
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \begin_inset ERT
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504
29505
29506 \backslash
29507 setlength{
29508 \backslash
29509 fboxsep}{3pt}
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Standard
29518 \begin_inset VSpace bigskip
29519 \end_inset
29520
29521 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29522  la commande 
29523 \series bold
29524
29525 \backslash
29526 cornersize
29527 \series default
29528 .
29529  Par exemple, la commande
29530 \end_layout
29531
29532 \begin_layout Standard
29533
29534 \series bold
29535
29536 \backslash
29537 cornersize*{1cm}
29538 \end_layout
29539
29540 \begin_layout Standard
29541 donne un diamètre de 1
29542 \begin_inset space \thinspace{}
29543 \end_inset
29544
29545 cm.
29546  La commande
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 cornersize{num}
29555 \end_layout
29556
29557 \begin_layout Standard
29558 fixe le diamètre à 
29559 \family sans
29560 num
29561 \begin_inset space \thinspace{}
29562 \end_inset
29563
29564 ×
29565 \begin_inset space \thinspace{}
29566 \end_inset
29567
29568 minimum(largeur et hauteur de la boîte)
29569 \family default
29570 .
29571  La valeur implicite est 
29572 \series bold
29573
29574 \backslash
29575 cornersize{0.5}
29576 \series default
29577 .
29578 \end_layout
29579
29580 \begin_layout Standard
29581 \begin_inset ERT
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585
29586
29587 \backslash
29588 cornersize*{1.5cm}
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \begin_inset Box Ovalbox
29595 position "c"
29596 hor_pos "c"
29597 has_inner_box 1
29598 inner_pos "c"
29599 use_parbox 0
29600 use_makebox 0
29601 width "25col%"
29602 special "none"
29603 height "1in"
29604 height_special "totalheight"
29605 status open
29606
29607 \begin_layout Plain Layout
29608 \align center
29609 Boîte ovale avec 
29610 \series bold
29611
29612 \backslash
29613 cornersize
29614 \series default
29615
29616 \begin_inset space \thinspace{}
29617 \end_inset
29618
29619 =
29620 \begin_inset space \thinspace{}
29621 \end_inset
29622
29623 1.5
29624 \begin_inset space \thinspace{}
29625 \end_inset
29626
29627 cm
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 cornersize{0.5}
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Standard
29649 \begin_inset VSpace bigskip
29650 \end_inset
29651
29652 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29653  
29654 \series bold
29655
29656 \backslash
29657 shadowsize
29658 \series default
29659 .
29660  Elle est fixée à 2
29661 \begin_inset space \thinspace{}
29662 \end_inset
29663
29664 pt pour la boîte suivante par la commande :
29665 \end_layout
29666
29667 \begin_layout Standard
29668
29669 \series bold
29670
29671 \backslash
29672 setlength{
29673 \backslash
29674 shadowsize}{2pt}
29675 \end_layout
29676
29677 \begin_layout Standard
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683
29684 \backslash
29685 setlength{
29686 \backslash
29687 shadowsize}{2pt}
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \begin_inset Box Shadowbox
29694 position "c"
29695 hor_pos "c"
29696 has_inner_box 1
29697 inner_pos "c"
29698 use_parbox 0
29699 use_makebox 0
29700 width "25col%"
29701 special "none"
29702 height "1in"
29703 height_special "totalheight"
29704 status open
29705
29706 \begin_layout Plain Layout
29707 \align center
29708 Boîte ombrée avec 
29709 \series bold
29710
29711 \backslash
29712 shadowsize
29713 \series default
29714
29715 \begin_inset space \thinspace{}
29716 \end_inset
29717
29718 =
29719 \begin_inset space \thinspace{}
29720 \end_inset
29721
29722 2
29723 \begin_inset space \thinspace{}
29724 \end_inset
29725
29726 pt
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \begin_inset ERT
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736
29737
29738 \backslash
29739 setlength{
29740 \backslash
29741 shadowsize}{4pt}
29742 \end_layout
29743
29744 \end_inset
29745
29746
29747 \end_layout
29748
29749 \begin_layout Standard
29750 \begin_inset VSpace bigskip
29751 \end_inset
29752
29753
29754 \end_layout
29755
29756 \begin_layout Standard
29757 La valeur implicite pour la longueur 
29758 \series bold
29759
29760 \backslash
29761 FrameRule
29762 \series default
29763  est 0,4
29764 \begin_inset space \thinspace{}
29765 \end_inset
29766
29767 pt.
29768  L'espacement implicite entre le contenu de la note et le cadre est de 9
29769 \begin_inset space \thinspace{}
29770 \end_inset
29771
29772 pt et il peut être modifié en utilisant la valeur de 
29773 \series bold
29774
29775 \backslash
29776 FrameSep
29777 \series default
29778 .
29779  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29780  suivantes en code TeX
29781 \end_layout
29782
29783 \begin_layout Standard
29784
29785 \series bold
29786
29787 \backslash
29788 setlength{
29789 \backslash
29790 FrameRule}{5pt}
29791 \begin_inset Newline newline
29792 \end_inset
29793
29794
29795 \backslash
29796 setlength{
29797 \backslash
29798 FrameSep}{0.5cm}
29799 \end_layout
29800
29801 \begin_layout Standard
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 setlength{
29810 \backslash
29811 FrameRule}{5pt}
29812 \end_layout
29813
29814 \begin_layout Plain Layout
29815
29816
29817 \backslash
29818 setlength{
29819 \backslash
29820 FrameSep}{0.5cm}
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \begin_inset Box Framed
29827 position "t"
29828 hor_pos "c"
29829 has_inner_box 0
29830 inner_pos "t"
29831 use_parbox 0
29832 use_makebox 0
29833 width "100col%"
29834 special "none"
29835 height "1in"
29836 height_special "totalheight"
29837 status open
29838
29839 \begin_layout Plain Layout
29840 Ceci est un texte dans une boîte autorisant les 
29841 \family sans
29842 sauts de page
29843 \family default
29844 .
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855
29856 \backslash
29857 setlength{
29858 \backslash
29859 FrameRule}{0.4pt}
29860 \end_layout
29861
29862 \begin_layout Plain Layout
29863
29864
29865 \backslash
29866 setlength{
29867 \backslash
29868 FrameSep}{9pt}
29869 \end_layout
29870
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \begin_layout Standard
29877
29878 \lang english
29879 \begin_inset VSpace bigskip
29880 \end_inset
29881
29882
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Pour les bôites à 
29887 \family sans
29888 Fond
29889 \begin_inset space ~
29890 \end_inset
29891
29892 ombré
29893 \family default
29894 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29895  3
29896 \begin_inset space \thinspace{}
29897 \end_inset
29898
29899 pt et il peut être modifié avec la valeur de 
29900 \series bold
29901
29902 \backslash
29903 fboxsep
29904 \series default
29905 .
29906  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29907  localement avec la commande 
29908 \series bold
29909
29910 \backslash
29911 definecolor{shadecolor}
29912 \series default
29913 , soit globalement avec le menu 
29914 \family sans
29915 Outils\SpecialChar \menuseparator
29916 Préférences
29917 \family default
29918 \SpecialChar \menuseparator
29919
29920 \family sans
29921 Couleurs\SpecialChar \menuseparator
29922 boîte
29923 \begin_inset space ~
29924 \end_inset
29925
29926 ombrée
29927 \family default
29928 .
29929  La syntaxe de la commande 
29930 \series bold
29931
29932 \backslash
29933 definecolor
29934 \series default
29935  est expliquée dans la section
29936 \begin_inset space ~
29937 \end_inset
29938
29939
29940 \begin_inset CommandInset ref
29941 LatexCommand ref
29942 reference "sec:Tableaux-Colorés"
29943
29944 \end_inset
29945
29946
29947 \begin_inset Foot
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 Notez que l'utilisation de 
29952 \series bold
29953
29954 \backslash
29955 definecolor
29956 \series default
29957  ne peut se faire sans le paquetage LaTeX 
29958 \series bold
29959 color
29960 \series default
29961  dans le préambule, voir la section
29962 \begin_inset space ~
29963 \end_inset
29964
29965
29966 \begin_inset CommandInset ref
29967 LatexCommand ref
29968 reference "sec:Boîtes-colorées"
29969
29970 \end_inset
29971
29972 .
29973  
29974 \end_layout
29975
29976 \end_inset
29977
29978 .
29979 \end_layout
29980
29981 \begin_layout Standard
29982 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29983  les commandes en code TeX suivantes
29984 \end_layout
29985
29986 \begin_layout Standard
29987
29988 \series bold
29989
29990 \backslash
29991 setlength{
29992 \backslash
29993 fboxsep}{0.5cm}
29994 \series default
29995
29996 \begin_inset Newline newline
29997 \end_inset
29998
29999
30000 \series bold
30001
30002 \backslash
30003 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset ERT
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011
30012
30013 \backslash
30014 setlength{
30015 \backslash
30016 fboxsep}{0.5cm}
30017 \end_layout
30018
30019 \begin_layout Plain Layout
30020
30021
30022 \backslash
30023 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \begin_inset Box Shaded
30030 position "t"
30031 hor_pos "c"
30032 has_inner_box 0
30033 inner_pos "t"
30034 use_parbox 0
30035 use_makebox 0
30036 width "100col%"
30037 special "none"
30038 height "1in"
30039 height_special "totalheight"
30040 status open
30041
30042 \begin_layout Plain Layout
30043
30044 \color yellow
30045 Ceci est un texte jaune dans une boîte à 
30046 \family sans
30047 Fond
30048 \begin_inset space ~
30049 \end_inset
30050
30051 ombré
30052 \family default
30053 \color inherit
30054  
30055 \color yellow
30056 avec un fond vert foncé.
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067
30068 \backslash
30069 setlength{
30070 \backslash
30071 fboxsep}{3pt}
30072 \end_layout
30073
30074 \begin_layout Plain Layout
30075
30076
30077 \backslash
30078 definecolor{shadecolor}{rgb}{1,0,0}
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \lang english
30089 \begin_inset VSpace bigskip
30090 \end_inset
30091
30092
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
30097  les boîtes qui suivent la commandes qui les a changées.
30098 \end_layout
30099
30100 \begin_layout Section
30101 Minipages
30102 \begin_inset CommandInset label
30103 LatexCommand label
30104 name "sec:Minipages"
30105
30106 \end_inset
30107
30108
30109 \begin_inset Index idx
30110 status collapsed
30111
30112 \begin_layout Plain Layout
30113 Boîtes ! Minipages
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \begin_layout Standard
30122 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
30123 ur d'une page.
30124  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30125  règles d'indentation, de saut de ligne, etc.
30126  s'appliquent.
30127 \end_layout
30128
30129 \begin_layout Standard
30130 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30131  langues.
30132 \end_layout
30133
30134 \begin_layout Standard
30135 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30136  Leur largeur est fixée à 45
30137 \begin_inset space \thinspace{}
30138 \end_inset
30139
30140 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30141  via le menu 
30142 \family sans
30143 Insérer\SpecialChar \menuseparator
30144 Typographie
30145 \begin_inset space ~
30146 \end_inset
30147
30148 spéciale\SpecialChar \menuseparator
30149 Ressort
30150 \begin_inset space ~
30151 \end_inset
30152
30153 Horizontal
30154 \family default
30155 .
30156 \end_layout
30157
30158 \begin_layout Standard
30159
30160 \end_layout
30161
30162 \begin_layout Standard
30163
30164 \lang english
30165 \begin_inset Box Frameless
30166 position "t"
30167 hor_pos "c"
30168 has_inner_box 1
30169 inner_pos "c"
30170 use_parbox 0
30171 use_makebox 0
30172 width "45col%"
30173 special "none"
30174 height "1in"
30175 height_special "totalheight"
30176 status open
30177
30178 \begin_layout Plain Layout
30179
30180 \lang german
30181 Dies ist ein deutscher Text.
30182  Dies ist ein deutscher Text.
30183  Dies ist ein deutscher Text.
30184  Dies ist ein deutscher Text.
30185  Dies ist ein deutscher Text.
30186  Dies ist ein deutscher Text.
30187  Dies ist ein deutscher Text.
30188  Dies ist ein deutscher Text.
30189  Dies ist ein deutscher Text.
30190  Dies ist ein deutscher Text.
30191  Dies ist ein deutscher Text.
30192  Dies ist ein deutscher Text.
30193  Dies ist ein deutscher Text
30194 \begin_inset Foot
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199 \lang german
30200 Dies ist eine deutsche Fußnote.
30201 \end_layout
30202
30203 \end_inset
30204
30205 .
30206  Dies ist ein deutscher Text.
30207  Dies ist ein deutscher Text.
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \begin_inset space \hfill{}
30214 \end_inset
30215
30216
30217 \begin_inset Box Frameless
30218 position "t"
30219 hor_pos "c"
30220 has_inner_box 1
30221 inner_pos "c"
30222 use_parbox 0
30223 use_makebox 0
30224 width "45col%"
30225 special "none"
30226 height "1in"
30227 height_special "totalheight"
30228 status open
30229
30230 \begin_layout Plain Layout
30231
30232 \lang english
30233 This is an English Text.
30234  This is an English Text.
30235  This is an English Text.
30236  This is an English Text.
30237  This is an English Text.
30238  This is an English Text.
30239  This is an English Text.
30240  This is an English Text.
30241  This is an English Text.
30242  This is an English Text.
30243  This is an English Text.
30244  This is an English Text.
30245  This is an English Text.
30246  This is an English Text.
30247  This is an English Text.
30248  This is an English Text.
30249 \begin_inset Foot
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254 \lang english
30255 This is an English footnote.
30256 \end_layout
30257
30258 \end_inset
30259
30260  This is an English Text.
30261  
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270 \begin_inset VSpace bigskip
30271 \end_inset
30272
30273 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30274  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30275  minipages, même si vous les avez mis par exemple à 
30276 \family sans
30277 Moyen
30278 \family default
30279  dans les paramètres du document.
30280 \end_layout
30281
30282 \begin_layout Standard
30283 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30284  portion de texte, voyez la section
30285 \begin_inset space ~
30286 \end_inset
30287
30288
30289 \begin_inset CommandInset ref
30290 LatexCommand ref
30291 reference "sub:Couleur-pour-les-Paragraphes"
30292
30293 \end_inset
30294
30295 .
30296 \end_layout
30297
30298 \begin_layout Standard
30299 \begin_inset Note Greyedout
30300 status open
30301
30302 \begin_layout Plain Layout
30303
30304 \series bold
30305 Note:
30306 \series default
30307  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30308  mais les minipages peuvent être utilisées dans un tableau, un flottant
30309  ou une autre boîte.
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Section
30318 Les Parboxes
30319 \begin_inset CommandInset label
30320 LatexCommand label
30321 name "sec:Parboxes"
30322
30323 \end_inset
30324
30325
30326 \begin_inset Index idx
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330 Boîtes ! Parboxes
30331 \end_layout
30332
30333 \end_inset
30334
30335
30336 \end_layout
30337
30338 \begin_layout Standard
30339 \begin_inset Note Note
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344 \lang english
30345 En attendant une traduction de parbox (NdT)
30346 \end_layout
30347
30348 \end_inset
30349
30350 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30351  ne peuvent avoir de note de bas de page.
30352 \end_layout
30353
30354 \begin_layout Standard
30355 \align center
30356 \begin_inset Box Frameless
30357 position "t"
30358 hor_pos "c"
30359 has_inner_box 1
30360 inner_pos "t"
30361 use_parbox 1
30362 use_makebox 0
30363 width "33col%"
30364 special "none"
30365 height "1in"
30366 height_special "totalheight"
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370 Ceci est un texte à l'intérieur d'une parbox.
30371  Ceci est un texte à l'intérieur d'une parbox.
30372 \end_layout
30373
30374 \begin_layout Plain Layout
30375 Cette note de bas de page ne devrait pas apparaître :
30376 \begin_inset Foot
30377 status open
30378
30379 \begin_layout Plain Layout
30380 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30381  pas.
30382 \end_layout
30383
30384 \end_inset
30385
30386
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \end_layout
30393
30394 \begin_layout Section
30395 Des Boîtes pour les Mots et les Caractères
30396 \begin_inset Index idx
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400 Boîtes ! Pour les caractères
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Subsection
30409 Empêcher la Césure
30410 \begin_inset CommandInset label
30411 LatexCommand label
30412 name "sec:Empêcher-césure"
30413
30414 \end_inset
30415
30416
30417 \begin_inset Index idx
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 Boîtes ! Pour empêcher la césure
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Vous pouvez utiliser 
30431 \lang english
30432 the box type 
30433 \family sans
30434 Makebox
30435 \family default
30436 \lang french
30437  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30438 \begin_inset Newline newline
30439 \end_inset
30440
30441 Voici un exemple de texte :
30442 \end_layout
30443
30444 \begin_layout Standard
30445 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30446 \begin_inset Quotes eld
30447 \end_inset
30448
30449 motTrèsTrèsLong
30450 \begin_inset Quotes erd
30451 \end_inset
30452
30453
30454 \end_layout
30455
30456 \begin_layout Standard
30457 Pour empêcher que le mot 
30458 \begin_inset Quotes eld
30459 \end_inset
30460
30461 motTrèsTrèsLong
30462 \begin_inset Quotes erd
30463 \end_inset
30464
30465  
30466 \lang english
30467 put the word into a box, set the 
30468 \family sans
30469 Inner
30470 \begin_inset space ~
30471 \end_inset
30472
30473 box
30474 \family default
30475  to 
30476 \family sans
30477 Makebox
30478 \family default
30479  and its width to 1
30480 \begin_inset space \thinspace{}
30481 \end_inset
30482
30483 Width.
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Voici le résultat :
30488 \end_layout
30489
30490 \begin_layout Standard
30491 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30492 \begin_inset Box Frameless
30493 position "t"
30494 hor_pos "c"
30495 has_inner_box 1
30496 inner_pos "t"
30497 use_parbox 0
30498 use_makebox 1
30499 width "1in"
30500 special "width"
30501 height "1in"
30502 height_special "totalheight"
30503 status open
30504
30505 \begin_layout Plain Layout
30506 \begin_inset Quotes eld
30507 \end_inset
30508
30509 motTrèsTrèsLong
30510 \begin_inset Quotes erd
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 Une autre méthode consiste à mettre la commande 
30523 \begin_inset Quotes eld
30524 \end_inset
30525
30526
30527 \series bold
30528
30529 \backslash
30530 -
30531 \series default
30532
30533 \begin_inset Quotes grd
30534 \end_inset
30535
30536  en code TeX, juste avant le mot :
30537 \end_layout
30538
30539 \begin_layout Standard
30540 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30541 \begin_inset Quotes eld
30542 \end_inset
30543
30544
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550
30551 \backslash
30552 -
30553 \end_layout
30554
30555 \end_inset
30556
30557 motTrèsTrèsLong
30558 \begin_inset Quotes erd
30559 \end_inset
30560
30561
30562 \end_layout
30563
30564 \begin_layout Standard
30565 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30566  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30567 \family sans
30568 Insérer\SpecialChar \menuseparator
30569 Formats\SpecialChar \menuseparator
30570 Passage
30571 \begin_inset space ~
30572 \end_inset
30573
30574 à
30575 \begin_inset space ~
30576 \end_inset
30577
30578 la
30579 \begin_inset space ~
30580 \end_inset
30581
30582 Ligne
30583 \family default
30584  (raccourci 
30585 \family sans
30586 Ctrl-Entrée
30587 \family default
30588 ) :
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30593 \begin_inset Newline newline
30594 \end_inset
30595
30596
30597 \begin_inset Box Frameless
30598 position "t"
30599 hor_pos "c"
30600 has_inner_box 1
30601 inner_pos "t"
30602 use_parbox 0
30603 use_makebox 1
30604 width "1in"
30605 special "width"
30606 height "1in"
30607 height_special "totalheight"
30608 status open
30609
30610 \begin_layout Plain Layout
30611 \begin_inset Quotes eld
30612 \end_inset
30613
30614 motTrèsTrèsLong
30615 \begin_inset Quotes erd
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \end_inset
30622
30623
30624 \end_layout
30625
30626 \begin_layout Subsection
30627 Alignement Vertical
30628 \begin_inset CommandInset label
30629 LatexCommand label
30630 name "sub:Alignement-Vertical"
30631
30632 \end_inset
30633
30634
30635 \begin_inset Index idx
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639 Boîtes ! Pour l'alignement vertical
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \begin_inset Index idx
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649 Boîtes ! Boîtes élévatrices
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \begin_inset Index idx
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659 Raisebox|see
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665 {
30666 \end_layout
30667
30668 \end_inset
30669
30670 Boîtes élévatrices
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676 }
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \end_layout
30688
30689 \begin_layout Standard
30690 Avec la commande 
30691 \series bold
30692
30693 \backslash
30694 raisebox
30695 \series default
30696  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30697  par rapport au texte qui l'entoure.
30698  La commande
30699 \series bold
30700  
30701 \backslash
30702 raisebox
30703 \series default
30704  s'utilise en suivant la syntaxe suivante :
30705 \end_layout
30706
30707 \begin_layout Standard
30708
30709 \series bold
30710
30711 \backslash
30712 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30713 \end_layout
30714
30715 \begin_layout Standard
30716 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30717  pour l'abaisser.
30718 \end_layout
30719
30720 \begin_layout Standard
30721 Pour aligner le mot 
30722 \begin_inset Quotes eld
30723 \end_inset
30724
30725 empêcher
30726 \begin_inset Quotes erd
30727 \end_inset
30728
30729  de façon à ce que le point le plus bas du caractère le plus 
30730 \begin_inset Quotes eld
30731 \end_inset
30732
30733 profond
30734 \begin_inset Quotes erd
30735 \end_inset
30736
30737 , le 
30738 \begin_inset Quotes eld
30739 \end_inset
30740
30741 p
30742 \begin_inset Quotes erd
30743 \end_inset
30744
30745 , soit au niveau de la ligne de base, insérez la commande 
30746 \end_layout
30747
30748 \begin_layout Standard
30749
30750 \series bold
30751
30752 \backslash
30753 raisebox{
30754 \backslash
30755 depth}{
30756 \end_layout
30757
30758 \begin_layout Standard
30759 en code TeX avant le mot.
30760  Insérez après le mot l'accolade fermante 
30761 \begin_inset Quotes eld
30762 \end_inset
30763
30764
30765 \series bold
30766 }
30767 \series default
30768
30769 \begin_inset Quotes erd
30770 \end_inset
30771
30772  en code TeX.
30773 \begin_inset Newline newline
30774 \end_inset
30775
30776 Voici le résultat :
30777 \end_layout
30778
30779 \begin_layout Standard
30780 Cette ligne de texte contient le mot 
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786
30787 \backslash
30788 raisebox{
30789 \backslash
30790 depth}{
30791 \end_layout
30792
30793 \end_inset
30794
30795
30796 \begin_inset Quotes eld
30797 \end_inset
30798
30799 empêcher
30800 \begin_inset Quotes erd
30801 \end_inset
30802
30803
30804 \begin_inset ERT
30805 status collapsed
30806
30807 \begin_layout Plain Layout
30808
30809 }
30810 \end_layout
30811
30812 \end_inset
30813
30814  comme mot élevé.
30815 \end_layout
30816
30817 \begin_layout Standard
30818 \begin_inset VSpace bigskip
30819 \end_inset
30820
30821 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30822  entre les lignes va être agrandie :
30823 \end_layout
30824
30825 \begin_layout Standard
30826 Cette ligne de texte contient le mot
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832
30833 \backslash
30834 raisebox{-
30835 \backslash
30836 depth}{
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \begin_inset Quotes eld
30843 \end_inset
30844
30845 empêcher
30846 \begin_inset Quotes erd
30847 \end_inset
30848
30849
30850 \begin_inset ERT
30851 status collapsed
30852
30853 \begin_layout Plain Layout
30854
30855 }
30856 \end_layout
30857
30858 \end_inset
30859
30860  comme mot abaissé.
30861 \begin_inset Newline newline
30862 \end_inset
30863
30864 Cette ligne de texte contient le mot 
30865 \begin_inset ERT
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869
30870
30871 \backslash
30872 raisebox{0.5cm}{
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \begin_inset Quotes eld
30879 \end_inset
30880
30881 tester
30882 \begin_inset Quotes erd
30883 \end_inset
30884
30885
30886 \begin_inset ERT
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890
30891 }
30892 \end_layout
30893
30894 \end_inset
30895
30896  comme mot élevé.
30897 \end_layout
30898
30899 \begin_layout Standard
30900 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30901  mettez la hauteur de la boîte à zéro.
30902  Par exemple utilisez
30903 \end_layout
30904
30905 \begin_layout Standard
30906
30907 \series bold
30908
30909 \backslash
30910 raisebox{-
30911 \backslash
30912 depth}[0pt]{
30913 \end_layout
30914
30915 \begin_layout Standard
30916 Cette ligne de texte contient le mot
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921
30922
30923 \backslash
30924 raisebox{-
30925 \backslash
30926 depth}[0pt]{
30927 \end_layout
30928
30929 \end_inset
30930
30931
30932 \begin_inset Quotes eld
30933 \end_inset
30934
30935 empêcher
30936 \begin_inset Quotes erd
30937 \end_inset
30938
30939
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945 }
30946 \end_layout
30947
30948 \end_inset
30949
30950  comme mot abaissé.
30951 \begin_inset Newline newline
30952 \end_inset
30953
30954 Cette ligne de texte contient le mot 
30955 \begin_inset ERT
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960
30961 \backslash
30962 raisebox{0.5cm}[0pt]{
30963 \end_layout
30964
30965 \end_inset
30966
30967
30968 \begin_inset Quotes eld
30969 \end_inset
30970
30971 tester
30972 \begin_inset Quotes erd
30973 \end_inset
30974
30975
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981 }
30982 \end_layout
30983
30984 \end_inset
30985
30986  comme mot élevé.
30987 \end_layout
30988
30989 \begin_layout Section
30990 Boîtes Colorées
30991 \begin_inset CommandInset label
30992 LatexCommand label
30993 name "sec:Boîtes-colorées"
30994
30995 \end_inset
30996
30997
30998 \begin_inset Index idx
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002 Boîtes ! Couleur
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \end_layout
31009
31010 \begin_layout Subsection
31011 De la couleur pour le texte
31012 \begin_inset Index idx
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016 Couleur ! Pour le texte
31017 \end_layout
31018
31019 \end_inset
31020
31021
31022 \end_layout
31023
31024 \begin_layout Standard
31025 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
31026  une boîte appelée 
31027 \begin_inset Quotes eld
31028 \end_inset
31029
31030 colorbox
31031 \begin_inset Quotes erd
31032 \end_inset
31033
31034 .
31035  Cela demande que le paquetage LaTeX 
31036 \series bold
31037 color
31038 \series default
31039
31040 \begin_inset Index idx
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044 Paquetages LaTeX ! color
31045 \end_layout
31046
31047 \end_inset
31048
31049  soit chargé dans le préambule du document avec la commande
31050 \end_layout
31051
31052 \begin_layout Standard
31053
31054 \series bold
31055
31056 \backslash
31057 @ifundefined{textcolor}
31058 \begin_inset Newline newline
31059 \end_inset
31060
31061
31062 \begin_inset Phantom HPhantom
31063 status open
31064
31065 \begin_layout Plain Layout
31066
31067 \series bold
31068 \begin_inset space ~
31069 \end_inset
31070
31071
31072 \end_layout
31073
31074 \end_inset
31075
31076 {
31077 \backslash
31078 usepackage{color}}{}
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Le paquetage 
31083 \series bold
31084 color
31085 \series default
31086  sera chargé automatiquement par LyX dès que vous colorez du texte.
31087 \begin_inset Foot
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
31092  
31093 \series bold
31094
31095 \backslash
31096 @ifundefined
31097 \series default
31098 .
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset VSpace medskip
31108 \end_inset
31109
31110 Les boîtes colorées sont créées par la commande 
31111 \series bold
31112
31113 \backslash
31114 colorbox
31115 \series default
31116 .
31117  Elle est utilisée avec la syntaxe suivante :
31118 \end_layout
31119
31120 \begin_layout Standard
31121
31122 \series bold
31123
31124 \backslash
31125 colorbox{couleur}{contenu de la boîte}
31126 \end_layout
31127
31128 \begin_layout Standard
31129 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
31130  peuvent être placées à l'intérieur d'autres boîtes.
31131 \end_layout
31132
31133 \begin_layout Standard
31134 Les couleurs suivantes sont prédéfinies ::
31135 \begin_inset Newline newline
31136 \end_inset
31137
31138
31139 \family sans
31140 black
31141 \family default
31142  (noir), 
31143 \family sans
31144 blue
31145 \family default
31146  (bleu), 
31147 \family sans
31148 cyan
31149 \family default
31150 \series bold
31151 ,
31152 \series default
31153  
31154 \family sans
31155 green
31156 \family default
31157  (vert), 
31158 \family sans
31159 magenta
31160 \family default
31161
31162 \family sans
31163 red
31164 \family default
31165  (rouge), 
31166 \family sans
31167 white
31168 \family default
31169  (blanc), and 
31170 \family sans
31171 yellow
31172 \family default
31173  (jaune).
31174 \begin_inset Newline newline
31175 \end_inset
31176
31177 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31178  section
31179 \begin_inset space ~
31180 \end_inset
31181
31182
31183 \begin_inset CommandInset ref
31184 LatexCommand ref
31185 reference "sec:Tableaux-Colorés"
31186
31187 \end_inset
31188
31189 .
31190 \end_layout
31191
31192 \begin_layout Standard
31193 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31194 \end_layout
31195
31196 \begin_layout Standard
31197
31198 \series bold
31199
31200 \backslash
31201 colorbox{red}{
31202 \end_layout
31203
31204 \begin_layout Standard
31205 avant le mot en code TeX.
31206  Insérez l'accolade fermante 
31207 \begin_inset Quotes eld
31208 \end_inset
31209
31210 }
31211 \begin_inset Quotes erd
31212 \end_inset
31213
31214  après le mot, en code TeX.
31215 \begin_inset Newline newline
31216 \end_inset
31217
31218 Voici le résultat :
31219 \end_layout
31220
31221 \begin_layout Standard
31222 Cette ligne de texte contient le mot
31223 \begin_inset ERT
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227
31228
31229 \backslash
31230 colorbox{red}{
31231 \end_layout
31232
31233 \end_inset
31234
31235
31236 \begin_inset Quotes eld
31237 \end_inset
31238
31239 Attention!
31240 \begin_inset Quotes erd
31241 \end_inset
31242
31243
31244 \begin_inset ERT
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248
31249 }
31250 \end_layout
31251
31252 \end_inset
31253
31254  sur fond rouge.
31255 \end_layout
31256
31257 \begin_layout Standard
31258 \begin_inset VSpace bigskip
31259 \end_inset
31260
31261 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31262  vous pouvez utiliser la commande 
31263 \series bold
31264
31265 \backslash
31266 fcolorbox
31267 \series default
31268  avec la syntaxe suivante :
31269 \end_layout
31270
31271 \begin_layout Standard
31272
31273 \series bold
31274
31275 \backslash
31276 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31277 \end_layout
31278
31279 \begin_layout Standard
31280
31281 \series bold
31282
31283 \backslash
31284 fcolorbox
31285 \series default
31286  est une extension de 
31287 \series bold
31288
31289 \backslash
31290 colorbox
31291 \series default
31292 .
31293  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31294  peuvent être modifiés avec les variables 
31295 \series bold
31296
31297 \backslash
31298 fboxrule
31299 \series default
31300  et 
31301 \series bold
31302
31303 \backslash
31304 fboxsep
31305 \series default
31306 , comme c'est décrit dans la section
31307 \begin_inset space ~
31308 \end_inset
31309
31310
31311 \begin_inset CommandInset ref
31312 LatexCommand ref
31313 reference "sec:Décorations"
31314
31315 \end_inset
31316
31317 .
31318 \end_layout
31319
31320 \begin_layout Standard
31321 Pour l'exemple suivant, on a utilisé la commande
31322 \end_layout
31323
31324 \begin_layout Standard
31325
31326 \series bold
31327
31328 \backslash
31329 fcolorbox{cyan}{magenta}{
31330 \end_layout
31331
31332 \begin_layout Standard
31333 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31334 \begin_inset space \thinspace{}
31335 \end_inset
31336
31337 mm:
31338 \begin_inset Newline newline
31339 \end_inset
31340
31341
31342 \begin_inset ERT
31343 status collapsed
31344
31345 \begin_layout Plain Layout
31346
31347
31348 \backslash
31349 fboxrule 1mm 
31350 \backslash
31351 fboxsep 1mm
31352 \end_layout
31353
31354 \end_inset
31355
31356
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362
31363 \backslash
31364 fcolorbox{cyan}{magenta}{
31365 \end_layout
31366
31367 \end_inset
31368
31369 Ce texte est dans une boîte encadrée et colorée.
31370 \begin_inset ERT
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374
31375 }
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \begin_layout Standard
31384 \begin_inset VSpace bigskip
31385 \end_inset
31386
31387 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31388  les yeux ! - NdT) :
31389 \begin_inset Newline newline
31390 \end_inset
31391
31392
31393 \begin_inset ERT
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397
31398
31399 \backslash
31400 fcolorbox{cyan}{magenta}{
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \color yellow
31407 Ce texte est coloré dans une boîte colorée et encadrée.
31408 \color inherit
31409
31410 \begin_inset ERT
31411 status collapsed
31412
31413 \begin_layout Plain Layout
31414
31415 }
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \begin_inset ERT
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425
31426
31427 \backslash
31428 fboxrule 0.4pt 
31429 \backslash
31430 fboxsep 3pt
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Standard
31439
31440 \series bold
31441 \begin_inset VSpace medskip
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Standard
31448 \begin_inset Note Greyedout
31449 status open
31450
31451 \begin_layout Plain Layout
31452
31453 \series bold
31454 Note:
31455 \series default
31456  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31457  de ligne.
31458  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31459  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31460 \end_layout
31461
31462 \end_inset
31463
31464
31465 \end_layout
31466
31467 \begin_layout Subsection
31468 De la couleur pour les paragraphes
31469 \begin_inset CommandInset label
31470 LatexCommand label
31471 name "sub:Couleur-pour-les-Paragraphes"
31472
31473 \end_inset
31474
31475
31476 \begin_inset Index idx
31477 status collapsed
31478
31479 \begin_layout Plain Layout
31480 Couleur ! Pour les  paragraphes
31481 \end_layout
31482
31483 \end_inset
31484
31485
31486 \end_layout
31487
31488 \begin_layout Standard
31489 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31490  texte dans une minipage.
31491  Avant la minipage, insérez la commande 
31492 \series bold
31493
31494 \backslash
31495 colorbox
31496 \series default
31497  
31498 \end_layout
31499
31500 \begin_layout Standard
31501
31502 \series bold
31503
31504 \backslash
31505 colorbox{color}{
31506 \end_layout
31507
31508 \begin_layout Standard
31509 en code TeX.
31510  Après la minipage, insérez l'accolade fermante 
31511 \begin_inset Quotes eld
31512 \end_inset
31513
31514 }
31515 \begin_inset Quotes erd
31516 \end_inset
31517
31518  en code TeX.
31519 \end_layout
31520
31521 \begin_layout Standard
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527
31528 \backslash
31529 colorbox{lightgrey}{
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \begin_inset Box Frameless
31536 position "t"
31537 hor_pos "c"
31538 has_inner_box 1
31539 inner_pos "t"
31540 use_parbox 0
31541 use_makebox 0
31542 width "100col%"
31543 special "none"
31544 height "1in"
31545 height_special "totalheight"
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549 Ce texte a un fond coloré.
31550  Ce texte a un fond coloré.
31551 \end_layout
31552
31553 \begin_layout Plain Layout
31554 \begin_inset VSpace defskip
31555 \end_inset
31556
31557 Le texte peut avoir des notes de bas de page
31558 \begin_inset Foot
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562 Un autre exemple de note de bas de page
31563 \end_layout
31564
31565 \end_inset
31566
31567  et contenir des figures et des tableaux.
31568 \end_layout
31569
31570 \begin_layout Plain Layout
31571 \align center
31572 \begin_inset Tabular
31573 <lyxtabular version="3" rows="3" columns="3">
31574 <features tabularvalignment="middle">
31575 <column alignment="center" valignment="top" width="0">
31576 <column alignment="center" valignment="top" width="0">
31577 <column alignment="center" valignment="top" width="0">
31578 <row>
31579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Plain Layout
31583 a
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31589 \begin_inset Text
31590
31591 \begin_layout Plain Layout
31592 !
31593 \end_layout
31594
31595 \end_inset
31596 </cell>
31597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31598 \begin_inset Text
31599
31600 \begin_layout Plain Layout
31601 3
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 </row>
31607 <row>
31608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612 <
31613 \end_layout
31614
31615 \end_inset
31616 </cell>
31617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31618 \begin_inset Text
31619
31620 \begin_layout Plain Layout
31621 b2
31622 \begin_inset Quotes erd
31623 \end_inset
31624
31625 |
31626 \end_layout
31627
31628 \end_inset
31629 </cell>
31630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31631 \begin_inset Text
31632
31633 \begin_layout Plain Layout
31634 >
31635 \end_layout
31636
31637 \end_inset
31638 </cell>
31639 </row>
31640 <row>
31641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31642 \begin_inset Text
31643
31644 \begin_layout Plain Layout
31645 1
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Plain Layout
31654 §
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663 c
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 </row>
31669 </lyxtabular>
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \begin_inset ERT
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683
31684 }
31685 \end_layout
31686
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \begin_layout Section
31693 Les boîtes pivotées et redimensionnées
31694 \end_layout
31695
31696 \begin_layout Standard
31697 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31698  charger le paquetage LaTeX 
31699 \series bold
31700 graphicx
31701 \series default
31702
31703 \begin_inset Index idx
31704 status collapsed
31705
31706 \begin_layout Plain Layout
31707 Paquetages LaTeX ! graphicx
31708 \end_layout
31709
31710 \end_inset
31711
31712  dans le préambule de votre document avec la commande
31713 \end_layout
31714
31715 \begin_layout Standard
31716
31717 \series bold
31718
31719 \backslash
31720 @ifundefined{rotatebox}
31721 \begin_inset Newline newline
31722 \end_inset
31723
31724
31725 \begin_inset Phantom HPhantom
31726 status open
31727
31728 \begin_layout Plain Layout
31729
31730 \series bold
31731 \begin_inset space ~
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \end_inset
31738
31739 {
31740 \backslash
31741 usepackage{graphicx}}{}
31742 \end_layout
31743
31744 \begin_layout Standard
31745 \begin_inset Note Greyedout
31746 status open
31747
31748 \begin_layout Plain Layout
31749
31750 \series bold
31751 Note:
31752 \series default
31753  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31754  redimensionnés.
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \end_layout
31761
31762 \begin_layout Standard
31763 \begin_inset Note Greyedout
31764 status open
31765
31766 \begin_layout Plain Layout
31767
31768 \series bold
31769 Note:
31770 \series default
31771  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31772  redimensionnée.
31773 \end_layout
31774
31775 \end_inset
31776
31777
31778 \end_layout
31779
31780 \begin_layout Subsection
31781 Les Boîtes pivotées
31782 \begin_inset Index idx
31783 status collapsed
31784
31785 \begin_layout Plain Layout
31786 Boîtes ! pivotées
31787 \end_layout
31788
31789 \end_inset
31790
31791
31792 \begin_inset Index idx
31793 status collapsed
31794
31795 \begin_layout Plain Layout
31796 Pivoter des objets
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \begin_inset Index idx
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806 Figures ! Pivotées
31807 \end_layout
31808
31809 \end_inset
31810
31811
31812 \begin_inset Index idx
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816 Tableau ! Pivoter
31817 \end_layout
31818
31819 \end_inset
31820
31821
31822 \end_layout
31823
31824 \begin_layout Standard
31825 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31826  (rotated).
31827  Une telle boîte est créée avec la commande 
31828 \series bold
31829
31830 \backslash
31831 rotatebox
31832 \series default
31833  en code TeX avec la syntaxe
31834 \end_layout
31835
31836 \begin_layout Standard
31837
31838 \series bold
31839
31840 \backslash
31841 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31842 \end_layout
31843
31844 \begin_layout Standard
31845 La position du pivot est donnée par l'origine de rotation spécifiée sous
31846  la forme 
31847 \series bold
31848 origin=position
31849 \series default
31850 .
31851  Les valeurs suivantes sont possibles pour la position: 
31852 \emph on
31853 c
31854 \emph default
31855  (centre), 
31856 \emph on
31857 l
31858 \emph default
31859  (gauche/
31860 \lang english
31861 left
31862 \lang french
31863 ), 
31864 \emph on
31865 r
31866 \emph default
31867  (droite/
31868 \lang english
31869 right
31870 \lang french
31871 ), 
31872 \emph on
31873 b
31874 \emph default
31875  (bas/
31876 \lang english
31877 bottom
31878 \lang french
31879 ), 
31880 \emph on
31881 t
31882 \emph default
31883  (haut/
31884 \lang english
31885 top
31886 \lang french
31887 ), et aussi des combinaisons des quatre positions de base.
31888  Par exemple 
31889 \emph on
31890 lt
31891 \emph default
31892  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31893  Quand on ne donne pas d'origine, la position 
31894 \emph on
31895 l
31896 \emph default
31897  est utilisée.
31898  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31899  ou négatif.
31900  Le sens positif de rotation est anti-horaire.
31901 \end_layout
31902
31903 \begin_layout Standard
31904 Dans l'exemple qui suit, la commande 
31905 \series bold
31906
31907 \backslash
31908 rotatebox[origin=c]{60}{
31909 \series default
31910  a été insérée en code TeX juste avant le texte 
31911 \begin_inset Quotes eld
31912 \end_inset
31913
31914 pivoté de 90°
31915 \begin_inset Quotes erd
31916 \end_inset
31917
31918  ; la boîte est refermée juste après le texte par une accolade fermante
31919  
31920 \begin_inset Quotes eld
31921 \end_inset
31922
31923 }
31924 \begin_inset Quotes erd
31925 \end_inset
31926
31927  en code TeX.
31928 \end_layout
31929
31930 \begin_layout Standard
31931 Voici une ligne avec du texte 
31932 \begin_inset ERT
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936
31937
31938 \backslash
31939 rotatebox[origin=c]{60}{
31940 \end_layout
31941
31942 \end_inset
31943
31944 pivoté de 60°
31945 \begin_inset ERT
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950 }
31951 \end_layout
31952
31953 \end_inset
31954
31955 .
31956 \end_layout
31957
31958 \begin_layout Standard
31959 La boîte peut contenir une autre boîte ou une formule en ligne :
31960 \end_layout
31961
31962 \begin_layout Standard
31963 Voici une ligne avec du texte 
31964 \begin_inset ERT
31965 status collapsed
31966
31967 \begin_layout Plain Layout
31968
31969
31970 \backslash
31971 rotatebox[origin=r]{-60}{
31972 \end_layout
31973
31974 \end_inset
31975
31976
31977 \begin_inset Box Doublebox
31978 position "c"
31979 hor_pos "c"
31980 has_inner_box 0
31981 inner_pos "c"
31982 use_parbox 0
31983 use_makebox 0
31984 width "1in"
31985 special "width"
31986 height "1in"
31987 height_special "totalheight"
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 pivoté de -60°
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \begin_inset ERT
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001
32002 }
32003 \end_layout
32004
32005 \end_inset
32006
32007  et encadré 
32008 \begin_inset ERT
32009 status collapsed
32010
32011 \begin_layout Plain Layout
32012
32013
32014 \backslash
32015 rotatebox[origin=lb]{60}{
32016 \end_layout
32017
32018 \end_inset
32019
32020
32021 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32022 \end_inset
32023
32024
32025 \begin_inset ERT
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029
32030 }
32031 \end_layout
32032
32033 \end_inset
32034
32035  et une formule.
32036 \end_layout
32037
32038 \begin_layout Standard
32039 ou encore une figure ou un tableau :
32040 \end_layout
32041
32042 \begin_layout Standard
32043 Voici une ligne
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 rotatebox[origin=lb]{90}{
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \begin_inset Graphics
32058         filename ../clipart/platypus.eps
32059         lyxscale 50
32060         width 25col%
32061
32062 \end_inset
32063
32064
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070 }
32071 \end_layout
32072
32073 \end_inset
32074
32075  avec une image pivotée de 90° 
32076 \begin_inset ERT
32077 status collapsed
32078
32079 \begin_layout Plain Layout
32080
32081
32082 \backslash
32083 rotatebox[origin=l]{-90}{
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \begin_inset Tabular
32090 <lyxtabular version="3" rows="2" columns="2">
32091 <features tabularvalignment="middle">
32092 <column alignment="center" valignment="top" width="0">
32093 <column alignment="center" valignment="top" width="0">
32094 <row>
32095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32096 \begin_inset Text
32097
32098 \begin_layout Plain Layout
32099 q
32100 \end_layout
32101
32102 \end_inset
32103 </cell>
32104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32105 \begin_inset Text
32106
32107 \begin_layout Plain Layout
32108 w
32109 \end_layout
32110
32111 \end_inset
32112 </cell>
32113 </row>
32114 <row>
32115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32116 \begin_inset Text
32117
32118 \begin_layout Plain Layout
32119 e
32120 \end_layout
32121
32122 \end_inset
32123 </cell>
32124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32125 \begin_inset Text
32126
32127 \begin_layout Plain Layout
32128 r
32129 \end_layout
32130
32131 \end_inset
32132 </cell>
32133 </row>
32134 </lyxtabular>
32135
32136 \end_inset
32137
32138
32139 \begin_inset ERT
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143
32144 }
32145 \end_layout
32146
32147 \end_inset
32148
32149  et un tableau.
32150 \end_layout
32151
32152 \begin_layout Subsection
32153 Les boîtes redimensionnées
32154 \begin_inset Index idx
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158 Boîtes ! Redimensionnées
32159 \end_layout
32160
32161 \end_inset
32162
32163
32164 \begin_inset Index idx
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168 Redimensionner des objets
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \begin_inset Index idx
32175 status collapsed
32176
32177 \begin_layout Plain Layout
32178 Figures ! Redimensionnées
32179 \end_layout
32180
32181 \end_inset
32182
32183
32184 \begin_inset Index idx
32185 status collapsed
32186
32187 \begin_layout Plain Layout
32188 Tableau ! Redimensionner
32189 \end_layout
32190
32191 \end_inset
32192
32193
32194 \end_layout
32195
32196 \begin_layout Standard
32197 Pour redimensionner des objets on peut utiliser les commandes 
32198 \series bold
32199
32200 \backslash
32201 scalebox
32202 \series default
32203  et 
32204 \series bold
32205
32206 \backslash
32207 resizebox
32208 \series default
32209  insérées sous forme de code TeX.
32210 \end_layout
32211
32212 \begin_layout Standard
32213
32214 \series bold
32215
32216 \backslash
32217 scalebox
32218 \series default
32219  est utilisée avec la syntaxe suivante :
32220 \end_layout
32221
32222 \begin_layout Standard
32223
32224 \series bold
32225
32226 \backslash
32227 scalebox{horizontal}[vertical]{contenu de la boîte}
32228 \end_layout
32229
32230 \begin_layout Standard
32231 Horizontal et vertical sont les facteurs d'échelle correspondants.
32232  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32233  utilisé comme facteur vertical.
32234 \end_layout
32235
32236 \begin_layout Standard
32237 Par exemple, la commande 
32238 \series bold
32239
32240 \backslash
32241 scalebox{2}{Bonjour}
32242 \series default
32243  crée un 
32244 \begin_inset ERT
32245 status collapsed
32246
32247 \begin_layout Plain Layout
32248
32249
32250 \backslash
32251 scalebox{2}{
32252 \end_layout
32253
32254 \end_inset
32255
32256 Bonjour
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262 }
32263 \end_layout
32264
32265 \end_inset
32266
32267  de taille double par rapport à la taille du texte du document.
32268 \end_layout
32269
32270 \begin_layout Standard
32271
32272 \series bold
32273
32274 \backslash
32275 scalebox{2}[1]{Hello}
32276 \series default
32277  au contraire va déformer le 
32278 \begin_inset ERT
32279 status collapsed
32280
32281 \begin_layout Plain Layout
32282
32283
32284 \backslash
32285 scalebox{2}[1]{
32286 \end_layout
32287
32288 \end_inset
32289
32290 Bonjour
32291 \begin_inset ERT
32292 status collapsed
32293
32294 \begin_layout Plain Layout
32295
32296 }
32297 \end_layout
32298
32299 \end_inset
32300
32301 .
32302 \end_layout
32303
32304 \begin_layout Standard
32305 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32306  La commande 
32307 \series bold
32308
32309 \backslash
32310 scalebox{-1}[1]{Hello}
32311 \series default
32312  peut donc être utilisée pour créer du texte en miroir : 
32313 \begin_inset ERT
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317
32318
32319 \backslash
32320 scalebox{-1}[1]{
32321 \end_layout
32322
32323 \end_inset
32324
32325 Bonjour
32326 \begin_inset ERT
32327 status collapsed
32328
32329 \begin_layout Plain Layout
32330
32331 }
32332 \end_layout
32333
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Standard
32340
32341 \series bold
32342
32343 \backslash
32344 scalebox{1}[-1]{Bonjour}
32345 \series default
32346  effectue une réflexion du 
32347 \begin_inset ERT
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351
32352
32353 \backslash
32354 scalebox{1}[-1]{
32355 \end_layout
32356
32357 \end_inset
32358
32359 Bonjour
32360 \begin_inset ERT
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364
32365 }
32366 \end_layout
32367
32368 \end_inset
32369
32370  par rapport à la ligne de base.
32371 \end_layout
32372
32373 \begin_layout Standard
32374 La commande 
32375 \series bold
32376
32377 \backslash
32378 reflectbox{contenu de la boîte} 
32379 \series default
32380 existe aussi et est équivalente à
32381 \series bold
32382  
32383 \backslash
32384 scalebox{-1}[1]{contenu de la boîte}.
32385
32386 \series default
32387  
32388 \begin_inset Newline newline
32389 \end_inset
32390
32391
32392 \end_layout
32393
32394 \begin_layout Standard
32395 \begin_inset VSpace bigskip
32396 \end_inset
32397
32398 La commande 
32399 \series bold
32400
32401 \backslash
32402 resizebox
32403 \series default
32404  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32405  données.
32406  La syntaxe de la commande est :
32407 \end_layout
32408
32409 \begin_layout Standard
32410
32411 \series bold
32412
32413 \backslash
32414 resizebox{largeur}{hauteur}{contenu de la boîte}
32415 \end_layout
32416
32417 \begin_layout Standard
32418 Si un des deux paramètres est remplacé par un point d'exclamation 
32419 \series bold
32420 !
32421 \series default
32422 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32423 \end_layout
32424
32425 \begin_layout Standard
32426 La commande 
32427 \series bold
32428
32429 \backslash
32430 resizebox{2cm}{1cm}{Bonjour}
32431 \series default
32432  produit : 
32433 \begin_inset ERT
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437
32438
32439 \backslash
32440 resizebox{2cm}{1cm}{
32441 \end_layout
32442
32443 \end_inset
32444
32445 Bonjour
32446 \begin_inset ERT
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450
32451 }
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \begin_inset Newline newline
32458 \end_inset
32459
32460 La commande 
32461 \series bold
32462
32463 \backslash
32464 resizebox{2cm}{!}{Bonjour}
32465 \series default
32466  produit : 
32467 \begin_inset ERT
32468 status collapsed
32469
32470 \begin_layout Plain Layout
32471
32472
32473 \backslash
32474 resizebox{2cm}{!}{
32475 \end_layout
32476
32477 \end_inset
32478
32479 Bonjour
32480 \begin_inset ERT
32481 status collapsed
32482
32483 \begin_layout Plain Layout
32484
32485 }
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \begin_layout Standard
32494 \begin_inset VSpace bigskip
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \begin_layout Standard
32501 \begin_inset Note Greyedout
32502 status open
32503
32504 \begin_layout Plain Layout
32505
32506 \series bold
32507 Note:
32508 \series default
32509  Quand les paramètres des commandes 
32510 \series bold
32511
32512 \backslash
32513 scalebox
32514 \series default
32515  ou 
32516 \series bold
32517
32518 \backslash
32519 resizebox
32520 \series default
32521  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32522  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32523  partiellement.
32524 \end_layout
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \begin_layout Standard
32532 \begin_inset VSpace bigskip
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Les boîtes peuvent être combinée dans n'importe quel ordre.
32540  Par exemple, la commande 
32541 \begin_inset Newline newline
32542 \end_inset
32543
32544
32545 \series bold
32546
32547 \backslash
32548 rotatebox[origin=c]{-45}{
32549 \backslash
32550 resizebox{2cm}{!}{
32551 \backslash
32552 reflectbox{Bonjour}}}
32553 \begin_inset Newline newline
32554 \end_inset
32555
32556
32557 \series default
32558 produit :
32559 \end_layout
32560
32561 \begin_layout Standard
32562 \align center
32563 \begin_inset ERT
32564 status collapsed
32565
32566 \begin_layout Plain Layout
32567
32568
32569 \backslash
32570 rotatebox[origin=c]{-45}{
32571 \backslash
32572 resizebox{2cm}{!}{
32573 \backslash
32574 reflectbox{
32575 \end_layout
32576
32577 \end_inset
32578
32579 Bonjour
32580 \begin_inset ERT
32581 status collapsed
32582
32583 \begin_layout Plain Layout
32584
32585 }}}
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Standard
32594 \noindent
32595 Les images, les tableaux et les formules sont autorisées comme contenu de
32596  boîte :
32597 \end_layout
32598
32599 \begin_layout Standard
32600 \align center
32601 \begin_inset ERT
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605
32606
32607 \backslash
32608 rotatebox[origin=c]{-30}{
32609 \backslash
32610 resizebox{2cm}{!}{
32611 \backslash
32612 reflectbox{
32613 \end_layout
32614
32615 \end_inset
32616
32617
32618 \begin_inset Graphics
32619         filename ../clipart/platypus.eps
32620         lyxscale 50
32621         width 25col%
32622
32623 \end_inset
32624
32625
32626 \begin_inset ERT
32627 status collapsed
32628
32629 \begin_layout Plain Layout
32630
32631 }}}
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \begin_inset ERT
32638 status collapsed
32639
32640 \begin_layout Plain Layout
32641
32642
32643 \backslash
32644 rotatebox[origin=c]{-45}{
32645 \backslash
32646 resizebox{2cm}{!}{
32647 \backslash
32648 reflectbox{
32649 \end_layout
32650
32651 \end_inset
32652
32653
32654 \begin_inset Tabular
32655 <lyxtabular version="3" rows="2" columns="2">
32656 <features tabularvalignment="middle">
32657 <column alignment="center" valignment="top" width="0">
32658 <column alignment="center" valignment="top" width="0">
32659 <row>
32660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32661 \begin_inset Text
32662
32663 \begin_layout Plain Layout
32664 q
32665 \end_layout
32666
32667 \end_inset
32668 </cell>
32669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32670 \begin_inset Text
32671
32672 \begin_layout Plain Layout
32673 w
32674 \end_layout
32675
32676 \end_inset
32677 </cell>
32678 </row>
32679 <row>
32680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32681 \begin_inset Text
32682
32683 \begin_layout Plain Layout
32684 e
32685 \end_layout
32686
32687 \end_inset
32688 </cell>
32689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32690 \begin_inset Text
32691
32692 \begin_layout Plain Layout
32693 r
32694 \end_layout
32695
32696 \end_inset
32697 </cell>
32698 </row>
32699 </lyxtabular>
32700
32701 \end_inset
32702
32703
32704 \begin_inset ERT
32705 status collapsed
32706
32707 \begin_layout Plain Layout
32708
32709 }}}
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \begin_inset ERT
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719
32720
32721 \backslash
32722 rotatebox[origin=c]{-45}{
32723 \backslash
32724 resizebox{2cm}{!}{
32725 \backslash
32726 reflectbox{
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32733 \end_inset
32734
32735
32736 \begin_inset ERT
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741 }}}
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Quand on utilise le style global de formule 
32751 \series bold
32752 fleqn
32753 \series default
32754  dans le document
32755 \begin_inset Foot
32756 status collapsed
32757
32758 \begin_layout Plain Layout
32759 Quand 
32760 \begin_inset Quotes eld
32761 \end_inset
32762
32763 fleqn
32764 \begin_inset Quotes erd
32765 \end_inset
32766
32767  est ajouté aux options de la classe de document.
32768 \end_layout
32769
32770 \end_inset
32771
32772 , les formules hors texte peuvent aussi être redimensionnées.
32773 \end_layout
32774
32775 \begin_layout Chapter
32776 Trucs Externes
32777 \begin_inset Index idx
32778 status collapsed
32779
32780 \begin_layout Plain Layout
32781 Trucs externes
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \begin_layout Standard
32790 Avec le menu 
32791 \family sans
32792 Insérer\SpecialChar \menuseparator
32793 Fichier
32794 \family default
32795  vous pouvez insérer un contenu externe à votre document.
32796  Ce contenu peut être :
32797 \end_layout
32798
32799 \begin_layout Description
32800 Document
32801 \begin_inset space ~
32802 \end_inset
32803
32804 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32805  document.
32806 \end_layout
32807
32808 \begin_layout Description
32809 Texte
32810 \begin_inset space ~
32811 \end_inset
32812
32813 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32814 e.
32815 \end_layout
32816
32817 \begin_layout Description
32818 Texte
32819 \begin_inset space ~
32820 \end_inset
32821
32822 Brut
32823 \begin_inset space ~
32824 \end_inset
32825
32826 par
32827 \begin_inset space ~
32828 \end_inset
32829
32830 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32831  Les lignes vides créent un nouveau paragraphe dans votre document.
32832 \end_layout
32833
32834 \begin_layout Description
32835 Objet
32836 \begin_inset space ~
32837 \end_inset
32838
32839 Externe Fichiers de formats variés.
32840 \end_layout
32841
32842 \begin_layout Description
32843 Sous-document Documents LyX ou LaTeX.
32844 \end_layout
32845
32846 \begin_layout Section
32847 Objets Externes 
32848 \begin_inset Index idx
32849 status collapsed
32850
32851 \begin_layout Plain Layout
32852 Trucs externes ! Objets Externes
32853 \end_layout
32854
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \begin_layout Standard
32861 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32862  de fichiers dans votre document sans avoir à convertir ces derniers en
32863  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32864  qui va s'occuper des conversions.
32865  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32866  LyX des images dans des formats divers.
32867  Quand vous avez activé 
32868 \family sans
32869 Aperçu
32870 \begin_inset space ~
32871 \end_inset
32872
32873 sur
32874 \begin_inset space ~
32875 \end_inset
32876
32877 le
32878 \begin_inset space ~
32879 \end_inset
32880
32881 vif
32882 \family default
32883  dans le menu des préférences de LyX, dans la rubrique 
32884 \family sans
32885 Apparence\SpecialChar \menuseparator
32886 Graphiques
32887 \family default
32888 , les objets externes de type Dia et Xfig sont affichés directement dans
32889  LyX.
32890 \end_layout
32891
32892 \begin_layout Standard
32893 On insère des objets externes en utilisant la fenêtre de dialogue 
32894 \family sans
32895 Objet
32896 \begin_inset space ~
32897 \end_inset
32898
32899 Externe
32900 \family default
32901  qui est accessible via le menu 
32902 \family sans
32903 Insérer\SpecialChar \menuseparator
32904 Fichiers\SpecialChar \menuseparator
32905 Objet
32906 \begin_inset space ~
32907 \end_inset
32908
32909 Externe
32910 \family default
32911 .
32912  Actuellement les types de fichiers (
32913 \family sans
32914 Modèles
32915 \family default
32916 ) suivants sont autorisés :
32917 \end_layout
32918
32919 \begin_layout Description
32920 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32921  par le programme 
32922 \series bold
32923
32924 \begin_inset CommandInset href
32925 LatexCommand href
32926 name "XBoard"
32927 target "http://en.wikipedia.org/wiki/XBoard"
32928
32929 \end_inset
32930
32931
32932 \series default
32933 .
32934 \end_layout
32935
32936 \begin_layout Description
32937 Date Ce modèle insère la date sous la forme 
32938 \emph on
32939 Jour-Mois-Année
32940 \emph default
32941 .
32942  Voici un exemple de date insérée comme objet externe :: 
32943 \begin_inset External
32944         template Date
32945         filename .
32946
32947 \end_inset
32948
32949
32950 \begin_inset space ~
32951 \end_inset
32952
32953
32954 \begin_inset Note Note
32955 status open
32956
32957 \begin_layout Plain Layout
32958 Retirer l'espace protégé quand le bug 4398 sera résolu !
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \begin_inset Newline newline
32965 \end_inset
32966
32967 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32968  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32969 \family sans
32970 Insérer\SpecialChar \menuseparator
32971 Date
32972 \family default
32973  et avec la commande LaTeX 
32974 \series bold
32975
32976 \backslash
32977 today
32978 \series default
32979  entrée comme code TeX.
32980  Ces différentes méthodes sont comparée dans le tableau
32981 \begin_inset space ~
32982 \end_inset
32983
32984
32985 \begin_inset CommandInset ref
32986 LatexCommand ref
32987 reference "tab:Comparaison-des-dates"
32988
32989 \end_inset
32990
32991 .
32992 \end_layout
32993
32994 \begin_layout Description
32995 Dia Ce modèle accepte les diagrammes créés avec le programme 
32996 \series bold
32997
32998 \begin_inset CommandInset href
32999 LatexCommand href
33000 name "Dia"
33001 target "http://en.wikipedia.org/wiki/Dia_(software)"
33002
33003 \end_inset
33004
33005
33006 \series default
33007 .
33008 \end_layout
33009
33010 \begin_layout Description
33011 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
33012  par le programme 
33013 \series bold
33014
33015 \begin_inset CommandInset href
33016 LatexCommand href
33017 name "LilyPond"
33018 target "http://en.wikipedia.org/wiki/LilyPond"
33019
33020 \end_inset
33021
33022
33023 \series default
33024 .
33025 \end_layout
33026
33027 \begin_layout Description
33028 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
33029  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
33030  
33031 \emph on
33032 pages
33033 \emph default
33034  dans le champ 
33035 \family sans
33036 Option
33037 \family default
33038  dans l'onglet 
33039 \family sans
33040 Options LaTeX et LyX
33041 \family default
33042  en suivant les instructions données pour le modèle.
33043  Si on ne donne pas d'option 
33044 \emph on
33045 pages
33046 \emph default
33047 , seule la première page du PDF sera insérée.
33048 \end_layout
33049
33050 \begin_layout Description
33051 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
33052  À peu près tous les formats d'images populaires sont acceptés.
33053  Les images peuvent être traitées dans la fenêtre de dialogue 
33054 \family sans
33055 Objet
33056 \begin_inset space ~
33057 \end_inset
33058
33059 Externe
33060 \family default
33061  comme les images qui sont habituellement incorporées en utilisant le menu
33062  
33063 \family sans
33064 Insérer\SpecialChar \menuseparator
33065 Graphique
33066 \family default
33067 , comme c'est décrit dans la section
33068 \begin_inset space ~
33069 \end_inset
33070
33071
33072 \begin_inset CommandInset ref
33073 LatexCommand ref
33074 reference "sec:Graphics-Dialog"
33075
33076 \end_inset
33077
33078 .
33079  La différence est que seules les images matricielles sont autorisées, ce
33080  qui veut dire que les images PDF et EPS ne sont pas acceptées.
33081 \end_layout
33082
33083 \begin_layout Description
33084 XFig Ce modèle accepte les images créées avec le programme 
33085 \series bold
33086
33087 \begin_inset CommandInset href
33088 LatexCommand href
33089 name "Xfig"
33090 target "http://en.wikipedia.org/wiki/Xfig"
33091
33092 \end_inset
33093
33094
33095 \series default
33096 .
33097 \end_layout
33098
33099 \begin_layout Standard
33100 \begin_inset Float table
33101 placement h
33102 wide false
33103 sideways false
33104 status open
33105
33106 \begin_layout Plain Layout
33107 \begin_inset Caption
33108
33109 \begin_layout Plain Layout
33110 \begin_inset CommandInset label
33111 LatexCommand label
33112 name "tab:Comparaison-des-dates"
33113
33114 \end_inset
33115
33116 Comparaison des méthodes d'insertion de la date.
33117 \end_layout
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Plain Layout
33125 \align center
33126 \begin_inset Tabular
33127 <lyxtabular version="3" rows="4" columns="4">
33128 <features tabularvalignment="middle">
33129 <column alignment="center" valignment="top" width="0">
33130 <column alignment="center" valignment="top" width="0">
33131 <column alignment="center" valignment="top" width="0">
33132 <column alignment="center" valignment="top" width="0">
33133 <row>
33134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 Format du document
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147
33148 \family sans
33149 Objet
33150 \begin_inset space ~
33151 \end_inset
33152
33153 Externe\SpecialChar \menuseparator
33154 Date
33155 \end_layout
33156
33157 \end_inset
33158 </cell>
33159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163
33164 \family sans
33165 Insérer\SpecialChar \menuseparator
33166 Date
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175 commande 
33176 \series bold
33177
33178 \backslash
33179 today
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 </row>
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 LyX
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 comme boîte d'insert
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208 comme date
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33214 \begin_inset Text
33215
33216 \begin_layout Plain Layout
33217 comme boîte de code TeX
33218 \end_layout
33219
33220 \end_inset
33221 </cell>
33222 </row>
33223 <row>
33224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 LaTeX
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33234 \begin_inset Text
33235
33236 \begin_layout Plain Layout
33237 comme date
33238 \end_layout
33239
33240 \end_inset
33241 </cell>
33242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33243 \begin_inset Text
33244
33245 \begin_layout Plain Layout
33246 comme date
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255 comme commande
33256 \end_layout
33257
33258 \end_inset
33259 </cell>
33260 </row>
33261 <row>
33262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33263 \begin_inset Text
33264
33265 \begin_layout Plain Layout
33266 DVI, PDF, PS
33267 \end_layout
33268
33269 \end_inset
33270 </cell>
33271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33272 \begin_inset Text
33273
33274 \begin_layout Plain Layout
33275 comme date
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284 comme date
33285 \end_layout
33286
33287 \end_inset
33288 </cell>
33289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33290 \begin_inset Text
33291
33292 \begin_layout Plain Layout
33293 comme date date
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 </row>
33299 </lyxtabular>
33300
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 Quand vous activez l'option 
33313 \family sans
33314 Brouillon
33315 \family default
33316  de l'onglet 
33317 \family sans
33318 Fichier
33319 \family default
33320  de la fenêtre de dialogue 
33321 \family sans
33322 Objet
33323 \begin_inset space ~
33324 \end_inset
33325
33326 Externe
33327 \family default
33328 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33329 \begin_inset Newline newline
33330 \end_inset
33331
33332 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33333  : 
33334 \begin_inset Graphics
33335         filename ../clipart/ExternalMaterialQt4.png
33336         scale 85
33337         scaleBeforeRotation
33338
33339 \end_inset
33340
33341  soit comme une image, selon que vous avez ou non activé l'option 
33342 \family sans
33343 Afficher
33344 \begin_inset space ~
33345 \end_inset
33346
33347 dans
33348 \begin_inset space ~
33349 \end_inset
33350
33351 LyX
33352 \family default
33353  de l'onglet 
33354 \family sans
33355 Options LaTeX et LyX
33356 \family default
33357  de la fenêtre de dialogue.
33358 \end_layout
33359
33360 \begin_layout Standard
33361 Le manuel 
33362 \family sans
33363 \emph on
33364 Personnalisation
33365 \family default
33366 \emph default
33367  explique comment vous pouvez créer vos propres modèles.
33368 \end_layout
33369
33370 \begin_layout Section
33371 Sous-documents
33372 \begin_inset CommandInset label
33373 LatexCommand label
33374 name "sec:Sous-documents"
33375
33376 \end_inset
33377
33378
33379 \begin_inset Index idx
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383 Trucs externes ! Sous-documents
33384 \end_layout
33385
33386 \end_inset
33387
33388
33389 \begin_inset Index idx
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 Fichiers ! Insérer
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \begin_layout Standard
33402 Les sous-documents sont utilisés quand on a un document très long qui peut
33403  être décomposé en plusieurs parties ou sections plus petites.
33404  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33405  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33406  Les différents documents sont ce que l'on appelle les sous-documents et
33407  un document maître les relie pour imprimer le document complet ou seulement
33408  une partie de celui-ci.
33409  Un sous-document hérite du contenu de son maître, par exemple le préambule
33410  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33411 \end_layout
33412
33413 \begin_layout Standard
33414 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33415  comme celle-ci : 
33416 \begin_inset Graphics
33417         filename clipart/ChildDocumentQt4.png
33418         lyxscale 70
33419         scale 60
33420         scaleBeforeRotation
33421
33422 \end_inset
33423
33424  Pour inclure des sous-documents dans un document maître , on utilise le
33425  menu 
33426 \family sans
33427 Insérer\SpecialChar \menuseparator
33428 Fichier\SpecialChar \menuseparator
33429 Sous-document
33430 \family default
33431 .
33432  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33433  des quatre méthodes d'inclusion :
33434 \end_layout
33435
33436 \begin_layout Description
33437 Inclus
33438 \begin_inset space ~
33439 \end_inset
33440
33441 (include) Vous pouvez inclure des documents LyX et LaTeX.
33442  Quand vous cliquez sur le bouton 
33443 \family sans
33444 Charger
33445 \family default
33446  dans la fenêtre de dialogue 
33447 \family sans
33448 Sous-document
33449 \family default
33450 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33451  vous puissiez le modifier.
33452 \begin_inset Newline newline
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \begin_layout Standard
33459 Voici un sous-document inséré avec la méthode 
33460 \family sans
33461 Inclus
33462 \family default
33463  : 
33464 \begin_inset CommandInset include
33465 LatexCommand include
33466 filename "DocumentBidon1.lyx"
33467
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \begin_layout Standard
33474 La numérotation des sections va prendre en compte les sections des fichiers
33475  incorporés dans l'ordre où ils sont insérés dans le document maître.
33476  Le document qui est inclus comme exemple possède une sous-section qui sera
33477  numérotée comme sous-section de la section actuelle.
33478  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33479  : la sous-section
33480 \begin_inset space ~
33481 \end_inset
33482
33483
33484 \begin_inset CommandInset ref
33485 LatexCommand ref
33486 reference "sub:Sous-section-externe-1"
33487
33488 \end_inset
33489
33490  est dans le fichier inclus.
33491 \end_layout
33492
33493 \begin_layout Standard
33494 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33495  du document maître est utilisé.
33496  Les branches présentes dans le sous-document seront ignorées par le document
33497  maître tant que le document maître possède une branche avec le même nom.
33498  Les documents inclus sont insérés en commençant une nouvelle page et sont
33499  suivis par un saut de page.
33500 \end_layout
33501
33502 \begin_layout Standard
33503 Si vous travaillez uniquement sur un chapitre particulier d'un document
33504  important et que vous voulez optimiser le temps de compilation, vous pouvez
33505  inclure chaque fichier dans une branche
33506 \begin_inset Foot
33507 status open
33508
33509 \begin_layout Plain Layout
33510 Les branches sont décrites dans la section 
33511 \emph on
33512 Branches
33513 \emph default
33514  du 
33515 \emph on
33516 Guide de l'utilisateur
33517 \emph default
33518  de LyX.
33519 \end_layout
33520
33521 \end_inset
33522
33523 .
33524  En activant ou désactivant une branche, vous pouvez décider les fichiers
33525  inclus qui doivent apparaître dans la sortie imprimée.
33526 \end_layout
33527
33528 \begin_layout Standard
33529 \begin_inset Note Greyedout
33530 status open
33531
33532 \begin_layout Plain Layout
33533
33534 \series bold
33535 Note:
33536 \series default
33537  À cause d'un bug de LyX, la commande 
33538 \series bold
33539
33540 \backslash
33541 includeonly
33542 \series default
33543  ne peut actuellement pas être utilisée comme solution alternative pour
33544  décider quels sont les fichiers qui doivent être inclus.
33545 \end_layout
33546
33547 \end_inset
33548
33549
33550 \end_layout
33551
33552 \begin_layout Standard
33553 \begin_inset Note Greyedout
33554 status open
33555
33556 \begin_layout Plain Layout
33557
33558 \series bold
33559 Note:
33560 \series default
33561  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33562  une classe de document différente de celle du document maître, vous recevez
33563  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33564  que cela peut produire des résultats inattendus sur la sortie imprimée.
33565 \end_layout
33566
33567 \end_inset
33568
33569
33570 \end_layout
33571
33572 \begin_layout Description
33573 Incorporé
33574 \begin_inset space ~
33575 \end_inset
33576
33577 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33578  sont :
33579 \end_layout
33580
33581 \begin_deeper
33582 \begin_layout Itemize
33583 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33584  par un saut de page.
33585 \end_layout
33586
33587 \begin_layout Itemize
33588 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33589  
33590 \family sans
33591 Aperçu
33592 \begin_inset space ~
33593 \end_inset
33594
33595 sur
33596 \begin_inset space ~
33597 \end_inset
33598
33599 le
33600 \begin_inset space ~
33601 \end_inset
33602
33603 vif
33604 \family default
33605  est activée dans les préférences dans la rubrique 
33606 \family sans
33607 Apparence\SpecialChar \menuseparator
33608 Graphique
33609 \family default
33610 .
33611 \end_layout
33612
33613 \begin_layout Itemize
33614 La commande LaTeX 
33615 \series bold
33616
33617 \backslash
33618 includeonly
33619 \series default
33620  ne peut pas être utilisée.
33621 \end_layout
33622
33623 \end_deeper
33624 \begin_layout Standard
33625 Voici un sous document inséré en utilisant la méthode 
33626 \family sans
33627 Incorporé
33628 \family default
33629  : 
33630 \begin_inset CommandInset include
33631 LatexCommand input
33632 preview true
33633 filename "DocumentBidon2.lyx"
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \begin_layout Description
33641 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33642  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33643  sous forme de code source et aucune des commandes éventuellement présentes
33644  ne sera exécutée.
33645  Vous pouvez utiliser l'option 
33646 \family sans
33647 Marquer
33648 \begin_inset space ~
33649 \end_inset
33650
33651 les
33652 \begin_inset space ~
33653 \end_inset
33654
33655 espaces
33656 \family default
33657  qui matérialise chaque espace présente dans le code source par un caractère
33658  
33659 \begin_inset Quotes eld
33660 \end_inset
33661
33662
33663 \begin_inset ERT
33664 status collapsed
33665
33666 \begin_layout Plain Layout
33667
33668
33669 \backslash
33670 textvisiblespace 
33671 \end_layout
33672
33673 \end_inset
33674
33675
33676 \begin_inset Quotes erd
33677 \end_inset
33678
33679  .
33680  La différence avec la méthode qui consiste à utiliser le menu 
33681 \family sans
33682 Insérer\SpecialChar \menuseparator
33683 Fichier\SpecialChar \menuseparator
33684 Texte
33685 \begin_inset space ~
33686 \end_inset
33687
33688 brut
33689 \family default
33690  est que le contenu du document n'apparaît pas dans LyX.
33691 \end_layout
33692
33693 \begin_layout Standard
33694 Voici un sous-document inclus en utilisant la méthode 
33695 \family sans
33696 verbatim
33697 \family default
33698  : 
33699 \begin_inset CommandInset include
33700 LatexCommand verbatiminput
33701 filename "DocumentTexteBidon.txt"
33702
33703 \end_inset
33704
33705
33706 \begin_inset VSpace bigskip
33707 \end_inset
33708
33709 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33710  l'option 
33711 \family sans
33712 Marquer
33713 \begin_inset space ~
33714 \end_inset
33715
33716 les
33717 \begin_inset space ~
33718 \end_inset
33719
33720 espaces :
33721 \family default
33722  
33723 \begin_inset CommandInset include
33724 LatexCommand verbatiminput*
33725 filename "DocumentTexteBidon.txt"
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \begin_inset VSpace bigskip
33734 \end_inset
33735
33736
33737 \end_layout
33738
33739 \begin_layout Standard
33740 \begin_inset Note Greyedout
33741 status open
33742
33743 \begin_layout Plain Layout
33744
33745 \series bold
33746 Note:
33747 \series default
33748  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33749  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \begin_layout Description
33758 Listings Ce type d'inclusion est décrit dans le chapitre
33759 \begin_inset space ~
33760 \end_inset
33761
33762
33763 \begin_inset CommandInset ref
33764 LatexCommand ref
33765 reference "cha:Program-Code-Listings"
33766
33767 \end_inset
33768
33769 .
33770 \end_layout
33771
33772 \begin_layout Standard
33773 \begin_inset Note Greyedout
33774 status open
33775
33776 \begin_layout Plain Layout
33777
33778 \series bold
33779 Note:
33780 \series default
33781  Inclure le même document deux fois dans un même document peut poser des
33782  problèmes avec LaTeX.
33783 \end_layout
33784
33785 \end_inset
33786
33787
33788 \end_layout
33789
33790 \begin_layout Chapter
33791 Listings de Code Source
33792 \begin_inset CommandInset label
33793 LatexCommand label
33794 name "cha:Program-Code-Listings"
33795
33796 \end_inset
33797
33798
33799 \begin_inset Index idx
33800 status collapsed
33801
33802 \begin_layout Plain Layout
33803 Listings
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \begin_inset Index idx
33810 status collapsed
33811
33812 \begin_layout Plain Layout
33813 Code Source
33814 \end_layout
33815
33816 \end_inset
33817
33818
33819 \begin_inset Index idx
33820 status collapsed
33821
33822 \begin_layout Plain Layout
33823 Flottants ! Listings
33824 \end_layout
33825
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \begin_layout Standard
33832 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33833  un insert 
33834 \family sans
33835 Listings
33836 \family default
33837  qui peut être créé grâce au menu 
33838 \family sans
33839 Insérer
33840 \family default
33841 \SpecialChar \menuseparator
33842
33843 \family sans
33844 Listing
33845 \begin_inset space ~
33846 \end_inset
33847
33848 de
33849 \begin_inset space ~
33850 \end_inset
33851
33852 Code
33853 \begin_inset space ~
33854 \end_inset
33855
33856 Source
33857 \family default
33858 .
33859  Le paquetage LaTeX 
33860 \series bold
33861 listings
33862 \series default
33863
33864 \begin_inset Index idx
33865 status collapsed
33866
33867 \begin_layout Plain Layout
33868 Paquetages LaTeX ! listings
33869 \end_layout
33870
33871 \end_inset
33872
33873  fournit un moyen puissant et flexible d'insérer des listings de code source
33874  dans votre document.
33875  
33876 \end_layout
33877
33878 \begin_layout Standard
33879 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33880  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33881 \end_layout
33882
33883 \begin_layout Standard
33884 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33885  imprimée.
33886  L'option d'emplacement 
33887 \family sans
33888 Listing
33889 \begin_inset space ~
33890 \end_inset
33891
33892 en
33893 \begin_inset space ~
33894 \end_inset
33895
33896 Ligne
33897 \family default
33898  imprime le listing dans la ligne comme ceci : 
33899 \begin_inset listings
33900 lstparams "language={C++}"
33901 inline true
33902 status open
33903
33904 \begin_layout Plain Layout
33905
33906 int a=5;
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \begin_inset Newline newline
33913 \end_inset
33914
33915 L'option 
33916 \family sans
33917 Flottant
33918 \family default
33919  crée un flottant de listing pour lequel vous pouvez préciser les options
33920  classiques d'emplacement : 
33921 \begin_inset Quotes eld
33922 \end_inset
33923
33924
33925 \family sans
33926 h
33927 \family default
33928
33929 \begin_inset Quotes erd
33930 \end_inset
33931
33932
33933 \begin_inset Quotes eld
33934 \end_inset
33935
33936
33937 \family sans
33938 t
33939 \family default
33940
33941 \begin_inset Quotes erd
33942 \end_inset
33943
33944
33945 \begin_inset Quotes eld
33946 \end_inset
33947
33948
33949 \family sans
33950 b
33951 \family default
33952
33953 \begin_inset Quotes erd
33954 \end_inset
33955
33956 , et 
33957 \begin_inset Quotes eld
33958 \end_inset
33959
33960
33961 \family sans
33962 p
33963 \family default
33964
33965 \begin_inset Quotes erd
33966 \end_inset
33967
33968  correspondant aux emplacement décrits dans la section
33969 \begin_inset space ~
33970 \end_inset
33971
33972
33973 \begin_inset CommandInset ref
33974 LatexCommand ref
33975 reference "sec:Placement-flottants"
33976
33977 \end_inset
33978
33979 .
33980  Les options de positionnement peuvent être mélangées et doivent être saisies
33981  sans séparation, par exemple, on peut taper 
33982 \begin_inset Quotes eld
33983 \end_inset
33984
33985
33986 \family sans
33987 htbp
33988 \family default
33989
33990 \begin_inset Quotes erd
33991 \end_inset
33992
33993 .
33994  L' option 
33995 \begin_inset Quotes eld
33996 \end_inset
33997
33998 h
33999 \begin_inset Quotes erd
34000 \end_inset
34001
34002  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
34003  
34004 \family sans
34005 Flottant
34006 \family default
34007  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
34008  légende et être référencés.
34009 \end_layout
34010
34011 \begin_layout Standard
34012 Vous pouvez ajouter une légende à un listing avec le menu 
34013 \family sans
34014 Insérer\SpecialChar \menuseparator
34015 Légende
34016 \family default
34017 .
34018  On peut référencer les listings de la même façon que les flottants :Voir
34019  le listing
34020 \begin_inset space ~
34021 \end_inset
34022
34023
34024 \begin_inset CommandInset ref
34025 LatexCommand ref
34026 reference "lst:Listing-exemple"
34027
34028 \end_inset
34029
34030
34031 \end_layout
34032
34033 \begin_layout Standard
34034 \begin_inset listings
34035 lstparams "language=Python"
34036 inline false
34037 status open
34038
34039 \begin_layout Plain Layout
34040
34041 \begin_inset Caption
34042
34043 \begin_layout Plain Layout
34044 \begin_inset CommandInset label
34045 LatexCommand label
34046 name "lst:Listing-exemple"
34047
34048 \end_inset
34049
34050 Exemple de listing flottant
34051 \end_layout
34052
34053 \end_inset
34054
34055 # Exemple de listing flottant
34056 \end_layout
34057
34058 \begin_layout Plain Layout
34059
34060 def func(param):
34061 \end_layout
34062
34063 \begin_layout Plain Layout
34064
34065     'ceci est une fonction python'
34066 \end_layout
34067
34068 \begin_layout Plain Layout
34069
34070     pass
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Standard
34079 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
34080  de listing, les mots-clés de ce langage seront reconnus et mis en forme
34081  de manière particulière dans la sortie imprimée.
34082  Dans l'exemple de listing, le mot clé Python 
34083 \begin_inset Quotes eld
34084 \end_inset
34085
34086 def
34087 \begin_inset Quotes erd
34088 \end_inset
34089
34090  est reconnu et imprimé en caractères gras dans la sortie.
34091 \end_layout
34092
34093 \begin_layout Standard
34094 \begin_inset Note Greyedout
34095 status open
34096
34097 \begin_layout Plain Layout
34098
34099 \series bold
34100 Note:
34101 \series default
34102  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
34103  une police de caractères à 
34104 \family typewriter
34105 chasse fixe
34106 \family default
34107 , c'est que votre police ne contient probablement pas de série grasse.
34108  Dans ce cas choisissez une police différente dans le menu 
34109 \family sans
34110 Document\SpecialChar \menuseparator
34111 Paramètres\SpecialChar \menuseparator
34112 Polices
34113 \family default
34114 .
34115  (Les polices 
34116 \emph on
34117 LuxiMono, BeraMono
34118 \emph default
34119  et 
34120 \emph on
34121 Courier
34122 \emph default
34123  contiennent une série grasse.)
34124 \end_layout
34125
34126 \end_inset
34127
34128
34129 \end_layout
34130
34131 \begin_layout Standard
34132 Dans la rubrique 
34133 \family sans
34134 Numérotation
34135 \begin_inset space ~
34136 \end_inset
34137
34138 des
34139 \begin_inset space ~
34140 \end_inset
34141
34142 Lignes
34143 \family default
34144  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
34145 n des lignes.
34146  Vous pouvez mettre un nombre dans le champ 
34147 \family sans
34148 Pas
34149 \family default
34150  pour désigner les lignes qui seront numérotées.
34151  Par exemple, si vous mettez 
34152 \begin_inset Quotes eld
34153 \end_inset
34154
34155 3
34156 \begin_inset Quotes erd
34157 \end_inset
34158
34159 , seule une ligne sur trois sera numérotée.
34160 \end_layout
34161
34162 \begin_layout Standard
34163 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
34164  apparaîtront dans la sortie.
34165  Vous devez utiliser l'option 
34166 \family sans
34167 Table
34168 \begin_inset space ~
34169 \end_inset
34170
34171 de
34172 \begin_inset space ~
34173 \end_inset
34174
34175 Caractères
34176 \begin_inset space ~
34177 \end_inset
34178
34179 Étendue
34180 \family default
34181  quand vous employez des caractères spécifiques à une langue donnée comme
34182  les umlauts Allemands dans votre listing.
34183 \begin_inset Newline newline
34184 \end_inset
34185
34186 Voici un exemple de listing avec la numérotation des lignes à gauche par
34187  pas de 3, en langage Python, avec les options 
34188 \begin_inset Quotes eld
34189 \end_inset
34190
34191 Table
34192 \begin_inset space ~
34193 \end_inset
34194
34195 de
34196 \begin_inset space ~
34197 \end_inset
34198
34199 caractères
34200 \begin_inset space ~
34201 \end_inset
34202
34203 étendue
34204 \begin_inset Quotes erd
34205 \end_inset
34206
34207  et 
34208 \begin_inset Quotes eld
34209 \end_inset
34210
34211 Espace
34212 \begin_inset space ~
34213 \end_inset
34214
34215 représenté
34216 \begin_inset space ~
34217 \end_inset
34218
34219 par
34220 \begin_inset space ~
34221 \end_inset
34222
34223 un
34224 \begin_inset space ~
34225 \end_inset
34226
34227 symbole
34228 \begin_inset Quotes erd
34229 \end_inset
34230
34231 , l'intervalle de ligne étant 3
34232 \begin_inset space \thinspace{}
34233 \end_inset
34234
34235 -
34236 \begin_inset space \thinspace{}
34237 \end_inset
34238
34239 8:
34240 \end_layout
34241
34242 \begin_layout Standard
34243 \begin_inset listings
34244 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34245 inline false
34246 status open
34247
34248 \begin_layout Plain Layout
34249
34250 def func(param):
34251 \end_layout
34252
34253 \begin_layout Plain Layout
34254
34255     'ceci est une fonction Python'
34256 \end_layout
34257
34258 \begin_layout Plain Layout
34259
34260     pass
34261 \end_layout
34262
34263 \begin_layout Plain Layout
34264
34265 def func(param):
34266 \end_layout
34267
34268 \begin_layout Plain Layout
34269
34270 'Ça, c'est un mot Allemand : Tschüß'
34271 \end_layout
34272
34273 \begin_layout Plain Layout
34274
34275 pass
34276 \end_layout
34277
34278 \begin_layout Plain Layout
34279
34280 def func(param):
34281 \end_layout
34282
34283 \begin_layout Plain Layout
34284
34285 'ceci est une fonction Python'
34286 \end_layout
34287
34288 \begin_layout Plain Layout
34289
34290 pass
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Standard
34299 \begin_inset Note Greyedout
34300 status open
34301
34302 \begin_layout Plain Layout
34303
34304 \series bold
34305 Note:
34306 \series default
34307  À cause d'un bug dans le paquetage 
34308 \series bold
34309 listings
34310 \series default
34311  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
34312  listing.
34313  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
34314  les lignes 3 et 6.
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Standard
34323 \begin_inset VSpace bigskip
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Standard
34330 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34331  listing.
34332  Pour le faire, il suffit d'utiliser le menu 
34333 \family sans
34334 Insérer\SpecialChar \menuseparator
34335 Fichier\SpecialChar \menuseparator
34336 Sous-document
34337 \family default
34338  et de choisir le type 
34339 \family sans
34340 Listing
34341 \family default
34342
34343 \begin_inset space ~
34344 \end_inset
34345
34346
34347 \family sans
34348 de
34349 \begin_inset space ~
34350 \end_inset
34351
34352 Code
34353 \begin_inset space ~
34354 \end_inset
34355
34356 source
34357 \family default
34358 .
34359 \begin_inset Foot
34360 status collapsed
34361
34362 \begin_layout Plain Layout
34363 Les autres types de sous-documents sont décrits dans la section
34364 \begin_inset space ~
34365 \end_inset
34366
34367
34368 \begin_inset CommandInset ref
34369 LatexCommand ref
34370 reference "sec:Sous-documents"
34371
34372 \end_inset
34373
34374 .
34375 \end_layout
34376
34377 \end_inset
34378
34379  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34380  à utiliser pour le listing dans une zone de texte.
34381  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34382  
34383 \begin_inset Quotes eld
34384 \end_inset
34385
34386 ?
34387 \begin_inset Quotes erd
34388 \end_inset
34389
34390  dans la zone de texte.
34391 \end_layout
34392
34393 \begin_layout Standard
34394 Pour faire référence à un sous-document de type listing, tapez une étiquette
34395  dans le champ correspondant de la fenêtre de dialogue.
34396  On peut alors faire référence à cette étiquette en utilisant le menu 
34397 \family sans
34398 Insérer\SpecialChar \menuseparator
34399 Référence
34400 \begin_inset space ~
34401 \end_inset
34402
34403 Croisée
34404 \family default
34405 .
34406 \end_layout
34407
34408 \begin_layout Standard
34409 Le listing
34410 \begin_inset space ~
34411 \end_inset
34412
34413
34414 \begin_inset CommandInset ref
34415 LatexCommand ref
34416 reference "lst:listing-fichier"
34417
34418 \end_inset
34419
34420  est une exemple de listing issu d'un fichier ; ici les lignes 10
34421 \begin_inset space \thinspace{}
34422 \end_inset
34423
34424 -
34425 \begin_inset space \thinspace{}
34426 \end_inset
34427
34428 15 de ce fichier LyX sont listées.
34429 \end_layout
34430
34431 \begin_layout Standard
34432 \begin_inset CommandInset include
34433 LatexCommand lstinputlisting
34434 filename "EmbeddedObjects.lyx"
34435 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34436
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Standard
34443 \begin_inset VSpace bigskip
34444 \end_inset
34445
34446
34447 \end_layout
34448
34449 \begin_layout Standard
34450
34451 \lang english
34452 Inserting a formula into a listing can be done the following way:
34453 \end_layout
34454
34455 \begin_layout Enumerate
34456
34457 \lang english
34458 Open the listings dialog and add
34459 \begin_inset Newline newline
34460 \end_inset
34461
34462
34463 \family sans
34464 mathescape=true
34465 \family default
34466
34467 \begin_inset Newline newline
34468 \end_inset
34469
34470 to the field of the 
34471 \family sans
34472 Advanced
34473 \family default
34474  tab.
34475 \end_layout
34476
34477 \begin_layout Enumerate
34478
34479 \lang english
34480 Create a formula outside the listing
34481 \end_layout
34482
34483 \begin_layout Enumerate
34484
34485 \lang english
34486 Copy the content of the formula (not the formula inset) to the clipboard
34487  (shortcut 
34488 \begin_inset Info
34489 type  "shortcut"
34490 arg   "copy"
34491 \end_inset
34492
34493 )
34494 \end_layout
34495
34496 \begin_layout Enumerate
34497
34498 \lang english
34499 In the listing write 
34500 \begin_inset Quotes eld
34501 \end_inset
34502
34503
34504 \family sans
34505 $$
34506 \family default
34507
34508 \begin_inset Quotes erd
34509 \end_inset
34510
34511  and copy from the clipboard between the dollar-signs (shortcut 
34512 \begin_inset Info
34513 type  "shortcut"
34514 arg   "paste"
34515 \end_inset
34516
34517 )
34518 \end_layout
34519
34520 \begin_layout Standard
34521 \begin_inset listings
34522 lstparams "language=Python,mathescape=true"
34523 inline false
34524 status open
34525
34526 \begin_layout Plain Layout
34527
34528 \begin_inset Caption
34529
34530 \begin_layout Plain Layout
34531 Exemple de listing flottant 
34532 \lang english
34533 containing a formula
34534 \end_layout
34535
34536 \end_inset
34537
34538 # Exemple de listing flottant
34539 \end_layout
34540
34541 \begin_layout Plain Layout
34542
34543 def func(param):
34544 \end_layout
34545
34546 \begin_layout Plain Layout
34547
34548     # $
34549 \backslash
34550 prod_{n=1}^{
34551 \backslash
34552 infty}
34553 \backslash
34554 ,
34555 \backslash
34556 frac{1}{x^{2}}$
34557 \end_layout
34558
34559 \begin_layout Plain Layout
34560
34561     pass
34562 \end_layout
34563
34564 \end_inset
34565
34566
34567 \end_layout
34568
34569 \begin_layout Standard
34570 \begin_inset VSpace bigskip
34571 \end_inset
34572
34573
34574 \end_layout
34575
34576 \begin_layout Standard
34577 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34578  de dialogue 
34579 \family sans
34580 Document\SpecialChar \menuseparator
34581 Paramètres\SpecialChar \menuseparator
34582 Listings
34583 \family default
34584 .
34585  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34586  
34587 \begin_inset Quotes eld
34588 \end_inset
34589
34590 ?
34591 \begin_inset Quotes erd
34592 \end_inset
34593
34594  dans le champ.
34595 \end_layout
34596
34597 \begin_layout Standard
34598 Pour plus d'information sur le paquetage 
34599 \series bold
34600 listings
34601 \series default
34602 , nous vous renvoyons à sa documentation 
34603 \begin_inset CommandInset citation
34604 LatexCommand cite
34605 key "listings"
34606
34607 \end_inset
34608
34609 .
34610 \end_layout
34611
34612 \begin_layout Standard
34613 \begin_inset Newpage newpage
34614 \end_inset
34615
34616
34617 \end_layout
34618
34619 \begin_layout Chapter
34620 \start_of_appendix
34621 Unités de longueur utilisables avec LyX
34622 \begin_inset Argument
34623 status collapsed
34624
34625 \begin_layout Plain Layout
34626 Unités de longueur
34627 \end_layout
34628
34629 \end_inset
34630
34631
34632 \begin_inset Index idx
34633 status collapsed
34634
34635 \begin_layout Plain Layout
34636 Unités
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \begin_inset CommandInset label
34643 LatexCommand label
34644 name "cha:Unités-de-longueur"
34645
34646 \end_inset
34647
34648
34649 \end_layout
34650
34651 \begin_layout Standard
34652 Pour comprendre les unités de longueur utilisées dans cette documentation,
34653  le tableau
34654 \begin_inset space ~
34655 \end_inset
34656
34657
34658 \begin_inset CommandInset ref
34659 LatexCommand ref
34660 reference "tab:Unités"
34661
34662 \end_inset
34663
34664 décrit les unités utilisées par LyX.
34665 \begin_inset Float table
34666 placement h
34667 wide false
34668 sideways false
34669 status open
34670
34671 \begin_layout Plain Layout
34672 \begin_inset Caption
34673
34674 \begin_layout Plain Layout
34675 \begin_inset CommandInset label
34676 LatexCommand label
34677 name "tab:Unités"
34678
34679 \end_inset
34680
34681 Unités de longueur
34682 \end_layout
34683
34684 \end_inset
34685
34686
34687 \end_layout
34688
34689 \begin_layout Plain Layout
34690 \begin_inset VSpace medskip
34691 \end_inset
34692
34693
34694 \end_layout
34695
34696 \begin_layout Plain Layout
34697 \align center
34698 \begin_inset Tabular
34699 <lyxtabular version="3" rows="20" columns="2">
34700 <features tabularvalignment="middle">
34701 <column alignment="center" valignment="top" width="0">
34702 <column alignment="center" valignment="top" width="0">
34703 <row>
34704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34705 \begin_inset Text
34706
34707 \begin_layout Plain Layout
34708 unité
34709 \end_layout
34710
34711 \end_inset
34712 </cell>
34713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Plain Layout
34717 nom/description
34718 \end_layout
34719
34720 \end_inset
34721 </cell>
34722 </row>
34723 <row>
34724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34725 \begin_inset Text
34726
34727 \begin_layout Plain Layout
34728 mm
34729 \end_layout
34730
34731 \end_inset
34732 </cell>
34733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737 millimètre
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 </row>
34743 <row>
34744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34745 \begin_inset Text
34746
34747 \begin_layout Plain Layout
34748 cm
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757 centimètre
34758 \end_layout
34759
34760 \end_inset
34761 </cell>
34762 </row>
34763 <row>
34764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34765 \begin_inset Text
34766
34767 \begin_layout Plain Layout
34768 in
34769 \end_layout
34770
34771 \end_inset
34772 </cell>
34773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34774 \begin_inset Text
34775
34776 \begin_layout Plain Layout
34777 pouce (inch)
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 </row>
34783 <row>
34784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34785 \begin_inset Text
34786
34787 \begin_layout Plain Layout
34788 pt
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797 point (72.27
34798 \begin_inset space \thinspace{}
34799 \end_inset
34800
34801 pt = 1
34802 \begin_inset space \thinspace{}
34803 \end_inset
34804
34805 in)
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 <row>
34812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816 pc
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34822 \begin_inset Text
34823
34824 \begin_layout Plain Layout
34825 pica (1
34826 \begin_inset space \thinspace{}
34827 \end_inset
34828
34829 pc = 12
34830 \begin_inset space \thinspace{}
34831 \end_inset
34832
34833 pt)
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 </row>
34839 <row>
34840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34841 \begin_inset Text
34842
34843 \begin_layout Plain Layout
34844 sp
34845 \end_layout
34846
34847 \end_inset
34848 </cell>
34849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34850 \begin_inset Text
34851
34852 \begin_layout Plain Layout
34853 scaled point (65536
34854 \begin_inset space \thinspace{}
34855 \end_inset
34856
34857 sp = 1
34858 \begin_inset space \thinspace{}
34859 \end_inset
34860
34861 pt)
34862 \end_layout
34863
34864 \end_inset
34865 </cell>
34866 </row>
34867 <row>
34868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872 bp
34873 \end_layout
34874
34875 \end_inset
34876 </cell>
34877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34878 \begin_inset Text
34879
34880 \begin_layout Plain Layout
34881 gros point (72
34882 \begin_inset space \thinspace{}
34883 \end_inset
34884
34885 bp = 1
34886 \begin_inset space \thinspace{}
34887 \end_inset
34888
34889 in)
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 </row>
34895 <row>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900 dd
34901 \end_layout
34902
34903 \end_inset
34904 </cell>
34905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34906 \begin_inset Text
34907
34908 \begin_layout Plain Layout
34909 didot (72
34910 \begin_inset space \thinspace{}
34911 \end_inset
34912
34913 dd 
34914 \begin_inset Formula $\approx$
34915 \end_inset
34916
34917  37.6
34918 \begin_inset space \thinspace{}
34919 \end_inset
34920
34921 mm)
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 </row>
34927 <row>
34928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34929 \begin_inset Text
34930
34931 \begin_layout Plain Layout
34932 cc
34933 \end_layout
34934
34935 \end_inset
34936 </cell>
34937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34938 \begin_inset Text
34939
34940 \begin_layout Plain Layout
34941 cicero (1
34942 \begin_inset space \thinspace{}
34943 \end_inset
34944
34945 cc = 12
34946 \begin_inset space \thinspace{}
34947 \end_inset
34948
34949 dd)
34950 \end_layout
34951
34952 \end_inset
34953 </cell>
34954 </row>
34955 <row>
34956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960 Scale%
34961 \end_layout
34962
34963 \end_inset
34964 </cell>
34965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34966 \begin_inset Text
34967
34968 \begin_layout Plain Layout
34969 % de la largeur originale de l'image
34970 \end_layout
34971
34972 \end_inset
34973 </cell>
34974 </row>
34975 <row>
34976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34977 \begin_inset Text
34978
34979 \begin_layout Plain Layout
34980 text%
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34986 \begin_inset Text
34987
34988 \begin_layout Plain Layout
34989 % de la largeur du texte
34990 \end_layout
34991
34992 \end_inset
34993 </cell>
34994 </row>
34995 <row>
34996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 col%
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009 % de la largeur de la colonne
35010 \end_layout
35011
35012 \end_inset
35013 </cell>
35014 </row>
35015 <row>
35016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35017 \begin_inset Text
35018
35019 \begin_layout Plain Layout
35020 page%
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35026 \begin_inset Text
35027
35028 \begin_layout Plain Layout
35029 % de la largeur du papier
35030 \end_layout
35031
35032 \end_inset
35033 </cell>
35034 </row>
35035 <row>
35036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35037 \begin_inset Text
35038
35039 \begin_layout Plain Layout
35040 line%
35041 \end_layout
35042
35043 \end_inset
35044 </cell>
35045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35046 \begin_inset Text
35047
35048 \begin_layout Plain Layout
35049 % de la largeur de la ligne
35050 \end_layout
35051
35052 \end_inset
35053 </cell>
35054 </row>
35055 <row>
35056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35057 \begin_inset Text
35058
35059 \begin_layout Plain Layout
35060 theight%
35061 \end_layout
35062
35063 \end_inset
35064 </cell>
35065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35066 \begin_inset Text
35067
35068 \begin_layout Plain Layout
35069 % la hauteur du texte
35070 \end_layout
35071
35072 \end_inset
35073 </cell>
35074 </row>
35075 <row>
35076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35077 \begin_inset Text
35078
35079 \begin_layout Plain Layout
35080 pheight%
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35086 \begin_inset Text
35087
35088 \begin_layout Plain Layout
35089 % hauteur du papier
35090 \end_layout
35091
35092 \end_inset
35093 </cell>
35094 </row>
35095 <row>
35096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35097 \begin_inset Text
35098
35099 \begin_layout Plain Layout
35100 ex
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35106 \begin_inset Text
35107
35108 \begin_layout Plain Layout
35109 hauteur de la lettre 
35110 \emph on
35111 x
35112 \emph default
35113  dans la police courante
35114 \end_layout
35115
35116 \end_inset
35117 </cell>
35118 </row>
35119 <row>
35120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35121 \begin_inset Text
35122
35123 \begin_layout Plain Layout
35124 em
35125 \end_layout
35126
35127 \end_inset
35128 </cell>
35129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35130 \begin_inset Text
35131
35132 \begin_layout Plain Layout
35133 largeur de la lettre
35134 \emph on
35135  M
35136 \emph default
35137  dans la police courante
35138 \end_layout
35139
35140 \end_inset
35141 </cell>
35142 </row>
35143 <row>
35144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35145 \begin_inset Text
35146
35147 \begin_layout Plain Layout
35148 mu
35149 \end_layout
35150
35151 \end_inset
35152 </cell>
35153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157 unité mathématique (1
35158 \begin_inset space \thinspace{}
35159 \end_inset
35160
35161 mu = 1/18
35162 \begin_inset space \thinspace{}
35163 \end_inset
35164
35165 em)
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 </row>
35171 </lyxtabular>
35172
35173 \end_inset
35174
35175
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Chapter
35184 Formats des fichiers de sortie graphiques
35185 \begin_inset CommandInset label
35186 LatexCommand label
35187 name "cha:Formats-fichiers-graphiques"
35188
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Section
35195 DVI
35196 \begin_inset Index idx
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200 Formats de Fichiers! DVI
35201 \end_layout
35202
35203 \end_inset
35204
35205
35206 \begin_inset Index idx
35207 status collapsed
35208
35209 \begin_layout Plain Layout
35210 DVI|see
35211 \begin_inset ERT
35212 status collapsed
35213
35214 \begin_layout Plain Layout
35215
35216 {
35217 \end_layout
35218
35219 \end_inset
35220
35221 Formats de Fichiers
35222 \begin_inset ERT
35223 status collapsed
35224
35225 \begin_layout Plain Layout
35226
35227 }
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \begin_layout Standard
35241 Ce type de fichiers a l'extension 
35242 \begin_inset Quotes fld
35243 \end_inset
35244
35245
35246 \family typewriter
35247 .dvi
35248 \family default
35249
35250 \begin_inset Quotes frd
35251 \end_inset
35252
35253 .
35254  Il est appelé 
35255 \emph on
35256 indépendant de l'appareil
35257 \emph default
35258  ou 
35259 \begin_inset Quotes fld
35260 \end_inset
35261
35262 device independent (DVI)
35263 \begin_inset Quotes frd
35264 \end_inset
35265
35266 , car il est complètement portable ; vous pouvez les recopier d'une machine
35267  à l'autre sans avoir à faire de conversion.
35268  À l'époque où ce format a été développé, c'était loin d'être évident.
35269  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
35270  étape préliminaire avant la conversion vers un autre format comme le PostScript.
35271 \end_layout
35272
35273 \begin_layout Standard
35274 \begin_inset Note Greyedout
35275 status open
35276
35277 \begin_layout Plain Layout
35278
35279 \series bold
35280 Note:
35281 \series default
35282  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
35283  au fichier.
35284  
35285 \end_layout
35286
35287 \end_inset
35288
35289  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
35290  
35291 \family typewriter
35292 .dvi
35293 \family default
35294 .
35295  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
35296 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
35297  pour les rendre visibles quand vous faites défiler votre document.
35298  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
35299  avec de nombreuses images.
35300 \end_layout
35301
35302 \begin_layout Standard
35303 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
35304  menu 
35305 \family sans
35306 Fichier\SpecialChar \menuseparator
35307 Exporter\SpecialChar \menuseparator
35308 DVI.
35309
35310 \family default
35311  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
35312 \family sans
35313 Visualiser
35314 \family default
35315  ou en utilisant le bouton
35316 \begin_inset Graphics
35317         filename ../../images/buffer-view_dvi.png
35318         scale 85
35319         scaleBeforeRotation
35320
35321 \end_inset
35322
35323  de la barre d'outils.
35324 \end_layout
35325
35326 \begin_layout Section
35327 PostScript
35328 \begin_inset CommandInset label
35329 LatexCommand label
35330 name "sec:PostScript"
35331
35332 \end_inset
35333
35334
35335 \begin_inset Index idx
35336 status collapsed
35337
35338 \begin_layout Plain Layout
35339 Formats de Fichiers ! PostScript
35340 \end_layout
35341
35342 \end_inset
35343
35344
35345 \begin_inset Index idx
35346 status collapsed
35347
35348 \begin_layout Plain Layout
35349 PostScript|see
35350 \begin_inset ERT
35351 status collapsed
35352
35353 \begin_layout Plain Layout
35354
35355 {
35356 \end_layout
35357
35358 \end_inset
35359
35360 Formats de Fichiers
35361 \begin_inset ERT
35362 status collapsed
35363
35364 \begin_layout Plain Layout
35365
35366 }
35367 \end_layout
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \end_inset
35375
35376
35377 \end_layout
35378
35379 \begin_layout Standard
35380 Ce type de fichiers a l'extension 
35381 \begin_inset Quotes fld
35382 \end_inset
35383
35384
35385 \family typewriter
35386 .ps
35387 \family default
35388
35389 \begin_inset Quotes frd
35390 \end_inset
35391
35392 .
35393  PostScript a été développé par la société 
35394 \series bold
35395 Adobe
35396 \series default
35397  comme un langage pour les imprimantes.
35398  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
35399  pour imprimer le document.
35400  PostScript peut être considéré comme un 
35401 \begin_inset Quotes fld
35402 \end_inset
35403
35404 langage de programmation
35405 \begin_inset Quotes frd
35406 \end_inset
35407
35408  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
35409  images
35410 \begin_inset Foot
35411 status open
35412
35413 \begin_layout Plain Layout
35414 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
35415  LaTeX 
35416 \series bold
35417 pstricks
35418 \series default
35419
35420 \begin_inset CommandInset citation
35421 LatexCommand cite
35422 key "pstricks"
35423
35424 \end_inset
35425
35426 .
35427 \end_layout
35428
35429 \end_inset
35430
35431 .
35432  En partie à cause de toutes ces possibilités un fichier PostScript est
35433  souvent plus gros qu'un PDF.
35434 \end_layout
35435
35436 \begin_layout Standard
35437 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35438  plus gros qu'un PDF.
35439 \end_layout
35440
35441 \begin_layout Standard
35442 PostScript ne peut contenir que des images au format 
35443 \begin_inset Quotes fld
35444 \end_inset
35445
35446 PostScript Encapsulé
35447 \begin_inset Quotes frd
35448 \end_inset
35449
35450  (encapsulated PostScript ou EPS, d'extension 
35451 \family typewriter
35452 .eps
35453 \family default
35454 ).
35455  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35456  il doit les convertir en interne en EPS.
35457  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35458  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35459  document.
35460  Cela risque de ralentir de façon importante votre rythme de travail.
35461  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35462  vos images directement en EPS pour éviter ce problème.
35463 \end_layout
35464
35465 \begin_layout Standard
35466 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35467  le menu 
35468 \family sans
35469 Fichier\SpecialChar \menuseparator
35470 Exporter\SpecialChar \menuseparator
35471 PostScript.
35472
35473 \family default
35474  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35475  
35476 \family sans
35477 Visualiser
35478 \family default
35479  ou en utilisant le bouton 
35480 \begin_inset Graphics
35481         filename ../../images/buffer-view_ps.png
35482         scale 85
35483         scaleBeforeRotation
35484
35485 \end_inset
35486
35487  de la barre d'outils.
35488 \end_layout
35489
35490 \begin_layout Section
35491 PDF
35492 \begin_inset Index idx
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496 Formats de Fichiers ! PDF
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \begin_inset Index idx
35503 status collapsed
35504
35505 \begin_layout Plain Layout
35506 PDF
35507 \end_layout
35508
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515 Ce type de fichiers a l'extension 
35516 \begin_inset Quotes fld
35517 \end_inset
35518
35519
35520 \family typewriter
35521 .pdf
35522 \family default
35523
35524 \begin_inset Quotes frd
35525 \end_inset
35526
35527 .
35528  Ce 
35529 \begin_inset Quotes fld
35530 \end_inset
35531
35532 format de document portable
35533 \begin_inset Quotes frd
35534 \end_inset
35535
35536  (portable document format ou PDF) est développé par 
35537 \family typewriter
35538 Adobe
35539 \family default
35540  comme une évolution de PostScript.
35541  Il est plus comprimé et utilise moins de commandes que PostScript.
35542  Comme son nom l'indique, il est 
35543 \begin_inset Quotes fld
35544 \end_inset
35545
35546 portable
35547 \begin_inset Quotes frd
35548 \end_inset
35549
35550  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35551  aura exactement le même aspect.
35552 \end_layout
35553
35554 \begin_layout Standard
35555 PDF peut contenir des images dans son propre format PDF et dans les formats
35556  JPG (format du 
35557 \begin_inset Quotes fld
35558 \end_inset
35559
35560 Joint Photographic Expert Group
35561 \begin_inset Quotes frd
35562 \end_inset
35563
35564  avec comme extension 
35565 \family typewriter
35566 .jpg
35567 \family default
35568  ou 
35569 \family typewriter
35570 .jpeg
35571 \family default
35572 ) et PNG (
35573 \begin_inset Quotes fld
35574 \end_inset
35575
35576 Portable Network Graphics
35577 \begin_inset Quotes frd
35578 \end_inset
35579
35580  avec l'extension 
35581 \family typewriter
35582 .png
35583 \family default
35584 ).
35585  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35586  dans un de ces formats.
35587  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35588  vont ralentir votre travail.
35589  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35590 \end_layout
35591
35592 \begin_layout Standard
35593 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35594  menu 
35595 \family sans
35596 Fichier\SpecialChar \menuseparator
35597 Exporter 
35598 \family default
35599 de trois façons différentes:
35600 \end_layout
35601
35602 \begin_layout Description
35603 PDF
35604 \begin_inset space ~
35605 \end_inset
35606
35607 (ps2pdf) Ceci utilise le programme 
35608 \family typewriter
35609 ps2pdf
35610 \family default
35611  qui créé un PDF à partir de la version PostScript de votre fichier.
35612  Cette dernière est produite par le programme 
35613 \family typewriter
35614 dvips
35615 \family default
35616  qui utilise une version DVI comme étape intermédiaire.
35617  Cette variante consiste donc en trois conversions.
35618 \end_layout
35619
35620 \begin_layout Description
35621 PDF
35622 \begin_inset space ~
35623 \end_inset
35624
35625 (dvipdfm) Ceci utilise le programme 
35626 \family typewriter
35627 dvipdfm
35628 \family default
35629  qui convertit votre fichier en DVI avant de le convertir en PDF.
35630 \end_layout
35631
35632 \begin_layout Description
35633 PDF
35634 \begin_inset space ~
35635 \end_inset
35636
35637 (pdflatex) Ceci utilise le programme 
35638 \family typewriter
35639 pdftex
35640 \family default
35641  qui convertit directement votre fichier en PDF.
35642 \end_layout
35643
35644 \begin_layout Standard
35645 Nous recommandons d'utiliser l'option 
35646 \family sans
35647 PDF
35648 \begin_inset space ~
35649 \end_inset
35650
35651 (pdflatex)
35652 \family default
35653  car 
35654 \family typewriter
35655 pdftex
35656 \family default
35657  accepte toutes les fonctionnalités des versions actuelles de PDF.
35658  Il est en plus rapide et stable.
35659  Le programme 
35660 \family typewriter
35661 dvipdfm
35662 \family default
35663  n'est plus développé est est donc un peu dépassé.
35664 \end_layout
35665
35666 \begin_layout Standard
35667
35668 \end_layout
35669
35670 \begin_layout Standard
35671 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35672 \family sans
35673 Visualiser
35674 \family default
35675  ou en utilisant le bouton 
35676 \begin_inset Graphics
35677         filename ../../images/buffer-view_pdf2.png
35678         scale 85
35679         scaleBeforeRotation
35680
35681 \end_inset
35682
35683  de la barre d'outils
35684 \family sans
35685  (
35686 \family default
35687 qui utilise 
35688 \family sans
35689 PDF
35690 \begin_inset space ~
35691 \end_inset
35692
35693 (pdflatex)
35694 \family default
35695 ).
35696 \end_layout
35697
35698 \begin_layout Chapter
35699 Explication de l' Équation
35700 \begin_inset space ~
35701 \end_inset
35702
35703 (
35704 \begin_inset CommandInset ref
35705 LatexCommand ref
35706 reference "eq:Wgn"
35707
35708 \end_inset
35709
35710 )
35711 \begin_inset CommandInset label
35712 LatexCommand label
35713 name "cha:Explication-de-l'Equation"
35714
35715 \end_inset
35716
35717
35718 \end_layout
35719
35720 \begin_layout Standard
35721 La largeur totale de 
35722 \emph on
35723 n
35724 \emph default
35725  cellules de tableau 
35726 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35727 \end_inset
35728
35729  peut être calculée avec
35730 \end_layout
35731
35732 \begin_layout Standard
35733 \begin_inset Formula \begin{equation}
35734 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
35735 \end{equation}
35736
35737 \end_inset
35738
35739
35740 \end_layout
35741
35742 \begin_layout Standard
35743 Où 
35744 \begin_inset Formula $W_{g\, n}$
35745 \end_inset
35746
35747  est la largeur fixe de toutes les cellules.
35748  
35749 \series bold
35750
35751 \backslash
35752 tabcolsep
35753 \series default
35754  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35755  sa valeur implicite est 6
35756 \begin_inset space \thinspace{}
35757 \end_inset
35758
35759 pt.
35760  
35761 \series bold
35762
35763 \backslash
35764 arrayrulewidth
35765 \series default
35766  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35767 \begin_inset space \thinspace{}
35768 \end_inset
35769
35770 pt.
35771 \end_layout
35772
35773 \begin_layout Standard
35774 D'après l'équation
35775 \begin_inset space ~
35776 \end_inset
35777
35778
35779 \begin_inset CommandInset ref
35780 LatexCommand eqref
35781 reference "eq:Wtot_n"
35782
35783 \end_inset
35784
35785 , la largeur totale d'une multicolonne, 
35786 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35787 \end_inset
35788
35789  est
35790 \end_layout
35791
35792 \begin_layout Standard
35793 \begin_inset Formula \begin{equation}
35794 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
35795 \end{equation}
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \begin_layout Standard
35803 En posant que les équations 
35804 \begin_inset space ~
35805 \end_inset
35806
35807
35808 \begin_inset CommandInset ref
35809 LatexCommand eqref
35810 reference "eq:Wtot_n"
35811
35812 \end_inset
35813
35814  et 
35815 \begin_inset CommandInset ref
35816 LatexCommand eqref
35817 reference "eq:Wtot_mult"
35818
35819 \end_inset
35820
35821  sont égales, on peut calculer la largeur nécessaire 
35822 \begin_inset Formula $W_{g\, n}$
35823 \end_inset
35824
35825  quand 
35826 \emph on
35827 n
35828 \emph default
35829  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35830  de 
35831 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35832 \end_inset
35833
35834 :
35835 \end_layout
35836
35837 \begin_layout Standard
35838 \begin_inset Formula \begin{equation}
35839 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
35840 \end{equation}
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Bibliography
35848 \labelwidthstring Bibliographie
35849 \begin_inset CommandInset bibitem
35850 LatexCommand bibitem
35851 key "latexcompanion"
35852
35853 \end_inset
35854
35855 Frank Mittelbach and Michel Goossens: 
35856 \emph on
35857 The LaTeX Companion Second Edition.
35858
35859 \emph default
35860  Addison-Wesley, 2004
35861 \end_layout
35862
35863 \begin_layout Bibliography
35864 \labelwidthstring Bibliographie
35865 \begin_inset CommandInset bibitem
35866 LatexCommand bibitem
35867 key "latexguide"
35868
35869 \end_inset
35870
35871 Helmut Kopka and Patrick W.
35872  Daly: 
35873 \emph on
35874 A Guide to LaTeX Fourth Edition.
35875
35876 \emph default
35877  Addison-Wesley, 2003
35878 \end_layout
35879
35880 \begin_layout Bibliography
35881 \labelwidthstring Bibliographie
35882 \begin_inset CommandInset bibitem
35883 LatexCommand bibitem
35884 key "latexbook"
35885
35886 \end_inset
35887
35888 Leslie Lamport: 
35889 \emph on
35890 LaTeX: A Document Preparation System.
35891
35892 \emph default
35893  Addison-Wesley, second edition, 1994
35894 \end_layout
35895
35896 \begin_layout Bibliography
35897 \labelwidthstring Bibliographie
35898 \begin_inset CommandInset bibitem
35899 LatexCommand bibitem
35900 key "booktabs"
35901
35902 \end_inset
35903
35904 Documentation du paquetage LaTeX 
35905 \series bold
35906
35907 \begin_inset CommandInset href
35908 LatexCommand href
35909 name "booktabs"
35910 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35911
35912 \end_inset
35913
35914
35915 \series default
35916
35917 \begin_inset Index idx
35918 status collapsed
35919
35920 \begin_layout Plain Layout
35921 Paquetages LaTeX ! booktabs
35922 \end_layout
35923
35924 \end_inset
35925
35926
35927 \end_layout
35928
35929 \begin_layout Bibliography
35930 \labelwidthstring Bibliographie
35931 \begin_inset CommandInset bibitem
35932 LatexCommand bibitem
35933 key "caption"
35934
35935 \end_inset
35936
35937 Documentation du paquetage LaTeX 
35938 \series bold
35939
35940 \begin_inset CommandInset href
35941 LatexCommand href
35942 name "caption"
35943 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35944
35945 \end_inset
35946
35947
35948 \series default
35949
35950 \begin_inset Index idx
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954 Paquetages LaTeX ! caption
35955 \end_layout
35956
35957 \end_inset
35958
35959
35960 \end_layout
35961
35962 \begin_layout Bibliography
35963 \labelwidthstring Bibliographie
35964 \begin_inset CommandInset bibitem
35965 LatexCommand bibitem
35966 key "endfloat"
35967
35968 \end_inset
35969
35970 Documentation du paquetage LaTeX 
35971 \series bold
35972
35973 \begin_inset CommandInset href
35974 LatexCommand href
35975 name "endfloat"
35976 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
35977
35978 \end_inset
35979
35980
35981 \series default
35982
35983 \begin_inset Index idx
35984 status collapsed
35985
35986 \begin_layout Plain Layout
35987 Paquetages LaTeX ! endfloat
35988 \end_layout
35989
35990 \end_inset
35991
35992
35993 \end_layout
35994
35995 \begin_layout Bibliography
35996 \labelwidthstring Bibliographie
35997 \begin_inset CommandInset bibitem
35998 LatexCommand bibitem
35999 key "wrapfig"
36000
36001 \end_inset
36002
36003 Documentation du paquetage LaTeX 
36004 \series bold
36005
36006 \begin_inset CommandInset href
36007 LatexCommand href
36008 name "wrapfig"
36009 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36010
36011 \end_inset
36012
36013
36014 \series default
36015
36016 \begin_inset Index idx
36017 status collapsed
36018
36019 \begin_layout Plain Layout
36020 Paquetages LaTeX ! wrapfig
36021 \begin_inset ERT
36022 status collapsed
36023
36024 \begin_layout Plain Layout
36025
36026
36027 \backslash
36028 vspace{4mm}
36029 \end_layout
36030
36031 \end_inset
36032
36033
36034 \end_layout
36035
36036 \end_inset
36037
36038
36039 \end_layout
36040
36041 \begin_layout Bibliography
36042 \labelwidthstring Bibliographie
36043 \begin_inset CommandInset bibitem
36044 LatexCommand bibitem
36045 key "footmisc"
36046
36047 \end_inset
36048
36049 Documentation du paquetage LaTeX 
36050 \series bold
36051
36052 \begin_inset CommandInset href
36053 LatexCommand href
36054 name "footmisc"
36055 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36056
36057 \end_inset
36058
36059
36060 \series default
36061
36062 \begin_inset Index idx
36063 status collapsed
36064
36065 \begin_layout Plain Layout
36066 Paquetages LaTeX ! footmisc
36067 \end_layout
36068
36069 \end_inset
36070
36071
36072 \end_layout
36073
36074 \begin_layout Bibliography
36075 \labelwidthstring Bibliographie
36076 \begin_inset CommandInset bibitem
36077 LatexCommand bibitem
36078 key "hypcap"
36079
36080 \end_inset
36081
36082 Documentation du paquetage LaTeX 
36083 \series bold
36084
36085 \begin_inset CommandInset href
36086 LatexCommand href
36087 name "hypcap"
36088 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36089
36090 \end_inset
36091
36092
36093 \series default
36094
36095 \begin_inset Index idx
36096 status collapsed
36097
36098 \begin_layout Plain Layout
36099 Paquetages LaTeX ! hyperref
36100 \end_layout
36101
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \begin_layout Bibliography
36108 \labelwidthstring Bibliographie
36109 \begin_inset CommandInset bibitem
36110 LatexCommand bibitem
36111 key "hyperref"
36112
36113 \end_inset
36114
36115 Documentation du paquetage LaTeX 
36116 \series bold
36117
36118 \begin_inset CommandInset href
36119 LatexCommand href
36120 name "hyperref"
36121 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36122
36123 \end_inset
36124
36125
36126 \series default
36127
36128 \begin_inset Index idx
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132 Paquetages LaTeX ! hyperref
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Bibliography
36141 \labelwidthstring Bibliographie
36142 \begin_inset CommandInset bibitem
36143 LatexCommand bibitem
36144 key "KOMA-Script"
36145
36146 \end_inset
36147
36148 Documentation du paquetage LaTeX 
36149 \series bold
36150
36151 \begin_inset CommandInset href
36152 LatexCommand href
36153 name "KOMA-Script"
36154 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36155
36156 \end_inset
36157
36158
36159 \series default
36160
36161 \begin_inset Index idx
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165 Paquetages LaTeX ! KOMA-Script
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \begin_layout Bibliography
36174 \labelwidthstring Bibliographie
36175 \begin_inset CommandInset bibitem
36176 LatexCommand bibitem
36177 key "listings"
36178
36179 \end_inset
36180
36181 Documentation du paquetage LaTeX 
36182 \series bold
36183
36184 \begin_inset CommandInset href
36185 LatexCommand href
36186 name "listings"
36187 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36188
36189 \end_inset
36190
36191
36192 \series default
36193
36194 \begin_inset Index idx
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198 Paquetages LaTeX ! listings
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Bibliography
36207 \labelwidthstring Bibliographie
36208 \begin_inset CommandInset bibitem
36209 LatexCommand bibitem
36210 key "marginnote"
36211
36212 \end_inset
36213
36214 Documentation du paquetage LaTeX 
36215 \series bold
36216
36217 \begin_inset CommandInset href
36218 LatexCommand href
36219 name "marginnote"
36220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36221
36222 \end_inset
36223
36224
36225 \series default
36226
36227 \begin_inset Index idx
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231 Paquetages LaTeX ! marginnote
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Bibliography
36240 \labelwidthstring Bibliographie
36241 \begin_inset CommandInset bibitem
36242 LatexCommand bibitem
36243 key "pstricks"
36244
36245 \end_inset
36246
36247 Page Web du paquetage LaTeX 
36248 \series bold
36249
36250 \begin_inset CommandInset href
36251 LatexCommand href
36252 name "PSTricks"
36253 target "http://tug.org/PSTricks/"
36254
36255 \end_inset
36256
36257
36258 \series default
36259
36260 \begin_inset Index idx
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264 Paquetages LaTeX ! PSTricks
36265 \end_layout
36266
36267 \end_inset
36268
36269
36270 \end_layout
36271
36272 \begin_layout Bibliography
36273 \labelwidthstring Bibliographie
36274 \begin_inset CommandInset bibitem
36275 LatexCommand bibitem
36276 key "sidecap"
36277
36278 \end_inset
36279
36280 Documentation du paquetage LaTeX 
36281 \series bold
36282
36283 \begin_inset CommandInset href
36284 LatexCommand href
36285 name "sidecap"
36286 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36287
36288 \end_inset
36289
36290
36291 \series default
36292
36293 \begin_inset Index idx
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297 Paquetages LaTeX ! sidecap
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Bibliography
36306 \labelwidthstring Bibliographie
36307 \begin_inset CommandInset bibitem
36308 LatexCommand bibitem
36309 key "prettyref"
36310
36311 \end_inset
36312
36313 Documentation du paquetage LaTeX
36314 \series bold
36315  
36316 \begin_inset CommandInset href
36317 LatexCommand href
36318 name "prettyref"
36319 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36320
36321 \end_inset
36322
36323
36324 \series default
36325
36326 \begin_inset Index idx
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330 Paquetages LaTeX ! prettyref
36331 \end_layout
36332
36333 \end_inset
36334
36335
36336 \end_layout
36337
36338 \begin_layout Bibliography
36339 \labelwidthstring Bibliographie
36340 \begin_inset CommandInset bibitem
36341 LatexCommand bibitem
36342 key "refstyle"
36343
36344 \end_inset
36345
36346 Documentation du paquetage LaTeX
36347 \series bold
36348  
36349 \begin_inset CommandInset href
36350 LatexCommand href
36351 name "refstyle"
36352 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36353
36354 \end_inset
36355
36356
36357 \series default
36358
36359 \begin_inset Index idx
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363 Paquetages LaTeX ! refstyle
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Bibliography
36372 \labelwidthstring Bibliographie
36373 \begin_inset CommandInset bibitem
36374 LatexCommand bibitem
36375 key "NewInLyX20"
36376
36377 \end_inset
36378
36379
36380 \begin_inset CommandInset href
36381 LatexCommand href
36382 name "Page Wiki"
36383 target "http://wiki.lyx.org/LyX/NewInLyX20"
36384
36385 \end_inset
36386
36387  au sujet des nouveautés de 
36388 \family sans
36389 LyX 2.0
36390 \family default
36391 .
36392 \end_layout
36393
36394 \begin_layout Standard
36395 \begin_inset CommandInset index_print
36396 LatexCommand printindex
36397 type "idx"
36398
36399 \end_inset
36400
36401
36402 \end_layout
36403
36404 \end_body
36405 \end_document