]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
af31dcbd1ce48b6959ed8e84a9fb9a558c10f150
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 408
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_xetex 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 highlighting the last 3
17520 \begin_inset space ~
17521 \end_inset
17522
17523 cells of the column and then either pressing the toolbar button
17524 \lang french
17525  
17526 \begin_inset Graphics
17527         filename ../../images/tabular-feature_align-decimal.png
17528         scale 85
17529         scaleBeforeRotation
17530
17531 \end_inset
17532
17533  
17534 \lang english
17535 or setting the alignment in the table settings to 
17536 \family sans
17537 At
17538 \begin_inset space ~
17539 \end_inset
17540
17541 Decimal
17542 \begin_inset space ~
17543 \end_inset
17544
17545 Separator
17546 \family default
17547 .
17548  The alignment character can be a character of your choice and is specified
17549  in the table settings.
17550 \end_layout
17551
17552 \begin_layout Standard
17553 \begin_inset Float table
17554 placement h
17555 wide false
17556 sideways false
17557 status open
17558
17559 \begin_layout Plain Layout
17560 \begin_inset Caption
17561
17562 \begin_layout Plain Layout
17563 \begin_inset CommandInset label
17564 LatexCommand label
17565 name "tab:Tableau-centré-sur-séparateur-1"
17566
17567 \end_inset
17568
17569 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17570 \end_layout
17571
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \begin_layout Plain Layout
17578 \align center
17579 \begin_inset Tabular
17580 <lyxtabular version="3" rows="4" columns="1">
17581 <features booktabs="true" tabularvalignment="middle">
17582 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17583 <row>
17584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 en-tête
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 <row>
17595 <cell alignment="center" valignment="top" topline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 12,6
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 </row>
17605 <row>
17606 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 0,68
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 -123,0
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 </lyxtabular>
17628
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \begin_layout Standard
17640 \begin_inset Float table
17641 placement h
17642 wide false
17643 sideways false
17644 status open
17645
17646 \begin_layout Plain Layout
17647 \begin_inset Caption
17648
17649 \begin_layout Plain Layout
17650 \begin_inset CommandInset label
17651 LatexCommand label
17652 name "tab:Tableau-centré-sur-séparateur-2"
17653
17654 \end_inset
17655
17656 Les cellules d'une colonnes sont centrées sur les opérateurs.
17657 \end_layout
17658
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \begin_layout Plain Layout
17665 \align center
17666 \begin_inset Tabular
17667 <lyxtabular version="3" rows="4" columns="2">
17668 <features booktabs="true" tabularvalignment="middle">
17669 <column alignment="right" valignment="top" width="0pt">
17670 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17671 <row>
17672 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 en-tête
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 <row>
17692 <cell alignment="center" valignment="top" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696 \begin_inset Formula $12\,+$
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708 \begin_inset Formula $\,6$
17709 \end_inset
17710
17711
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 </row>
17717 <row>
17718 <cell alignment="center" valignment="top" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 \begin_inset Formula $0\,-$
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729 </cell>
17730 <cell alignment="center" valignment="top" usebox="none">
17731 \begin_inset Text
17732
17733 \begin_layout Plain Layout
17734 \begin_inset Formula $\,68$
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 </row>
17743 <row>
17744 <cell alignment="center" valignment="top" usebox="none">
17745 \begin_inset Text
17746
17747 \begin_layout Plain Layout
17748 \begin_inset Formula $-123\,/$
17749 \end_inset
17750
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 <cell alignment="center" valignment="top" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 \begin_inset Formula $\,0$
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \end_inset
17767 </cell>
17768 </row>
17769 </lyxtabular>
17770
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782
17783 \lang english
17784 For alignments at characters in formulas this method does not work because
17785  the field to specify the alignment character does not allow formulas.
17786  In this case one need to use the method from
17787 \lang french
17788  tableau
17789 \begin_inset space ~
17790 \end_inset
17791
17792
17793 \begin_inset CommandInset ref
17794 LatexCommand ref
17795 reference "tab:Tableau-centré-sur-séparateur-2"
17796
17797 \end_inset
17798
17799 .
17800  Ce tableau a été créé comme un tableau 4×2.
17801  L'en-tête est une cellule multicolonne centrée.
17802  La première colonne est alignée à droite et contient le 
17803 \lang english
17804 first part including the operator.
17805  The second column is left aligned and contains the rest.
17806  A small space was added at the beginning of each cell of the second column
17807  to get the space that is usually around operators.
17808
17809 \lang french
17810  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17811  tableau, le paramètre LaTeX suivant 
17812 \lang english
17813 was used
17814 \lang french
17815  pour la deuxième colonne :
17816 \end_layout
17817
17818 \begin_layout Standard
17819
17820 \series bold
17821 @{}l
17822 \end_layout
17823
17824 \begin_layout Standard
17825 Le tableau
17826 \begin_inset space ~
17827 \end_inset
17828
17829
17830 \begin_inset CommandInset ref
17831 LatexCommand ref
17832 reference "tab:Plusieurs-exemples-alignements"
17833
17834 \end_inset
17835
17836  montre quelques exemples d'alignements.
17837  Pour l'alignement sur l'opérateur de relation, 
17838 \lang english
17839 a small space was added like for the second column of
17840 \lang french
17841  tableau
17842 \begin_inset space ~
17843 \end_inset
17844
17845
17846 \begin_inset CommandInset ref
17847 LatexCommand ref
17848 reference "tab:Tableau-centré-sur-séparateur-2"
17849
17850 \end_inset
17851
17852 .
17853 \end_layout
17854
17855 \begin_layout Standard
17856 \begin_inset Float table
17857 wide false
17858 sideways false
17859 status open
17860
17861 \begin_layout Plain Layout
17862 \begin_inset Caption
17863
17864 \begin_layout Plain Layout
17865 \begin_inset CommandInset label
17866 LatexCommand label
17867 name "tab:Plusieurs-exemples-alignements"
17868
17869 \end_inset
17870
17871 Plusieurs exemples d'alignement de cellules.
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \begin_layout Plain Layout
17880 \align center
17881 \begin_inset Tabular
17882 <lyxtabular version="3" rows="4" columns="6">
17883 <features tabularvalignment="middle">
17884 <column alignment="right" valignment="top" width="0">
17885 <column alignment="left" valignment="top" width="0" special="@{}l">
17886 <column alignment="right" valignment="top" width="0">
17887 <column alignment="left" valignment="top" width="0" special="@{}l">
17888 <column alignment="right" valignment="top" width="0">
17889 <column alignment="left" valignment="top" width="0" special="@{}l">
17890 <row>
17891 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 unités
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904
17905 \end_layout
17906
17907 \end_inset
17908 </cell>
17909 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913 exposants
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931 relations
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 </row>
17946 <row>
17947 <cell alignment="center" valignment="top" usebox="none">
17948 \begin_inset Text
17949
17950 \begin_layout Plain Layout
17951 12×
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 24
17961 \begin_inset space \thinspace{}
17962 \end_inset
17963
17964 bouteilles
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 \begin_inset Formula $10\cdot$
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $10^{\mbox{-}17}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 \begin_inset Formula $\Gamma(t)\propto$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 \begin_inset Formula $\:\Upsilon(t)$
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 <row>
18019 <cell alignment="center" valignment="top" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 1024×
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 768
18033 \begin_inset space \thinspace{}
18034 \end_inset
18035
18036 Pixels
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 <cell alignment="center" valignment="top" usebox="none">
18042 \begin_inset Text
18043
18044 \begin_layout Plain Layout
18045 \begin_inset Formula $5.78\cdot$
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 \begin_inset Formula $10^{7}$
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 \begin_inset Formula $A\ne$
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 \begin_inset Formula $\: B_{\mathrm{red}}$
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 <row>
18091 <cell alignment="center" valignment="top" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 32×
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 6
18105 \begin_inset space \thinspace{}
18106 \end_inset
18107
18108 cm
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 -
18118 \begin_inset Formula $33.5\cdot$
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 \begin_inset Formula $10^{4}$
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 \begin_inset Formula $\sin(\alpha)\ge$
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 \begin_inset Formula $\:\sin(\beta)$
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 </row>
18163 </lyxtabular>
18164
18165 \end_inset
18166
18167
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Subsection
18176 Formats de cellule et de colonne personnalisés
18177 \begin_inset CommandInset label
18178 LatexCommand label
18179 name "sub:Formats-personnalisés"
18180
18181 \end_inset
18182
18183
18184 \begin_inset Index idx
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188 Personnalisation des tableaux !  Format de cellule/colonne
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \begin_layout Standard
18197 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18198  multicolonne comme dans la section
18199 \begin_inset space ~
18200 \end_inset
18201
18202
18203 \begin_inset CommandInset ref
18204 LatexCommand ref
18205 reference "sub:Calculs-multicolonnes"
18206
18207 \end_inset
18208
18209  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18210  multicolonnes.
18211  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18212  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18213  du document.
18214  Le format est défini avec la commande
18215 \end_layout
18216
18217 \begin_layout Standard
18218
18219 \series bold
18220
18221 \backslash
18222 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18223 \end_layout
18224
18225 \begin_layout Standard
18226 Le nom du format peut n'avoir qu'une lettre.
18227  Les lettres 
18228 \emph on
18229 b
18230 \emph default
18231
18232 \emph on
18233 c
18234 \emph default
18235
18236 \emph on
18237 l
18238 \emph default
18239
18240 \emph on
18241 m
18242 \emph default
18243
18244 \emph on
18245 p
18246 \emph default
18247  et 
18248 \emph on
18249 r
18250 \emph default
18251  sont prédéfinies et donc ne peuvent être utilisées.
18252  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18253 \end_layout
18254
18255 \begin_layout Standard
18256 \begin_inset VSpace medskip
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \begin_layout Standard
18263 Pour de cellules multicolonnes centrées verticalement et horizontalement
18264  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18265  :
18266 \end_layout
18267
18268 \begin_layout Standard
18269
18270 \series bold
18271
18272 \backslash
18273 newcolumntype{M}[1]{>{
18274 \backslash
18275 centering
18276 \backslash
18277 hspace{0pt}}m{#1}}
18278 \end_layout
18279
18280 \begin_layout Standard
18281 Où le 
18282 \series bold
18283
18284 \backslash
18285 hspace{0pt}
18286 \series default
18287  évite le problème de césure du premier mot, comme c'est décrit en section
18288 \begin_inset space ~
18289 \end_inset
18290
18291
18292 \begin_inset CommandInset ref
18293 LatexCommand ref
18294 reference "sub:Lignes-multiple-dans-cellule"
18295
18296 \end_inset
18297
18298 .
18299  Ensuite, vous pouvez entrer
18300 \end_layout
18301
18302 \begin_layout Standard
18303
18304 \series bold
18305 M{width}
18306 \end_layout
18307
18308 \begin_layout Standard
18309 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18310  une multicolonne.
18311 \end_layout
18312
18313 \begin_layout Standard
18314 \begin_inset VSpace bigskip
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Standard
18321 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18322  définir le format
18323 \end_layout
18324
18325 \begin_layout Standard
18326
18327 \series bold
18328
18329 \backslash
18330 newcolumntype{S}[2]{>{
18331 \backslash
18332 centering
18333 \backslash
18334 hspace{0pt}}
18335 \begin_inset Newline newline
18336 \end_inset
18337
18338
18339 \begin_inset Phantom HPhantom
18340 status open
18341
18342 \begin_layout Plain Layout
18343
18344 \series bold
18345
18346 \backslash
18347 newcolumntype{S}[2]
18348 \end_layout
18349
18350 \end_inset
18351
18352 m{(#1+(2
18353 \backslash
18354 tabcolsep+
18355 \backslash
18356 arrayrulewidth)*(1-#2))/#2}}
18357 \end_layout
18358
18359 \begin_layout Standard
18360 Ce format utilise l'équation
18361 \begin_inset space ~
18362 \end_inset
18363
18364
18365 \begin_inset CommandInset ref
18366 LatexCommand eqref
18367 reference "eq:Wgn"
18368
18369 \end_inset
18370
18371  pour calculer la largeur que doit avoir chacune des cellules couverte par
18372  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Ensuite, vous pouvez entrer
18377 \end_layout
18378
18379 \begin_layout Standard
18380
18381 \series bold
18382 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18383 \end_layout
18384
18385 \begin_layout Standard
18386 comme paramètre LaTeX de la colonne.
18387 \end_layout
18388
18389 \begin_layout Standard
18390 \begin_inset VSpace bigskip
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Standard
18397 Pour des colonnes colorées, vous pouvez définir
18398 \end_layout
18399
18400 \begin_layout Standard
18401
18402 \series bold
18403
18404 \backslash
18405 newcolumntype{K}[1]{>{
18406 \backslash
18407 columncolor{#1}
18408 \backslash
18409 hspace{0pt}}c}
18410 \end_layout
18411
18412 \begin_layout Standard
18413 Le 
18414 \begin_inset Quotes eld
18415 \end_inset
18416
18417 c
18418 \begin_inset Quotes erd
18419 \end_inset
18420
18421  à la fin crée une colonne de largeur variable dont le texte est centré
18422  horizontalement.
18423  Vous pouvez maintenant entrer
18424 \end_layout
18425
18426 \begin_layout Standard
18427
18428 \series bold
18429 K{nom de couleur}
18430 \end_layout
18431
18432 \begin_layout Standard
18433 comme paramètre LaTeX.
18434 \end_layout
18435
18436 \begin_layout Standard
18437 \begin_inset VSpace bigskip
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \begin_layout Standard
18444 Pour créer le tableau
18445 \begin_inset space ~
18446 \end_inset
18447
18448
18449 \begin_inset CommandInset ref
18450 LatexCommand ref
18451 reference "tab:Tableau-formats-personnalisés"
18452
18453 \end_inset
18454
18455  utilisez les paramètres LaTeX
18456 \end_layout
18457
18458 \begin_layout Standard
18459
18460 \series bold
18461 M{2.5cm}
18462 \end_layout
18463
18464 \begin_layout Standard
18465 pour la première colonne et la multicolonne,
18466 \end_layout
18467
18468 \begin_layout Standard
18469
18470 \series bold
18471 K{red}
18472 \end_layout
18473
18474 \begin_layout Standard
18475 pour la dernière colonne, et
18476 \end_layout
18477
18478 \begin_layout Standard
18479
18480 \series bold
18481 S{2.5cm}{2}
18482 \end_layout
18483
18484 \begin_layout Standard
18485 pour les cellules de la deuxième colonne.
18486 \end_layout
18487
18488 \begin_layout Standard
18489 \begin_inset Float table
18490 placement h
18491 wide false
18492 sideways false
18493 status open
18494
18495 \begin_layout Plain Layout
18496 \begin_inset Caption
18497
18498 \begin_layout Plain Layout
18499 \begin_inset CommandInset label
18500 LatexCommand label
18501 name "tab:Tableau-formats-personnalisés"
18502
18503 \end_inset
18504
18505 Tableau utilisant des formats personnalisés
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Plain Layout
18514 \align center
18515 \begin_inset Tabular
18516 <lyxtabular version="3" rows="3" columns="4">
18517 <features tabularvalignment="middle">
18518 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18519 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18520 <column alignment="center" valignment="middle" width="0">
18521 <column alignment="center" valignment="middle" width="0" special="K{red}">
18522 <row>
18523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 motTrèsLongDansUneCellule
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 multicolonne avec multiligne
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554 c
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 </row>
18560 <row>
18561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 d
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18571 \begin_inset Text
18572
18573 \begin_layout Plain Layout
18574 e
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 f
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592 g
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 </row>
18598 <row>
18599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 h
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 i
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621 j
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 k
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 </row>
18636 </lyxtabular>
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \begin_layout Subsection
18649 Épaisseur des filets
18650 \begin_inset CommandInset label
18651 LatexCommand label
18652 name "sub:Epaisseur-filets"
18653
18654 \end_inset
18655
18656
18657 \begin_inset Index idx
18658 status collapsed
18659
18660 \begin_layout Plain Layout
18661 Personnalisation des tableaux ! Épaisseur filets
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \begin_layout Standard
18670 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18671  
18672 \series bold
18673
18674 \backslash
18675 arrayrulewidth
18676 \series default
18677 .
18678  Pour mettre, par exemple, une épaisseur de filet de 1.5
18679 \begin_inset space \thinspace{}
18680 \end_inset
18681
18682 pt, comme pour le tableau
18683 \begin_inset space ~
18684 \end_inset
18685
18686
18687 \begin_inset CommandInset ref
18688 LatexCommand ref
18689 reference "tab:Tableau-filets-1.5pt"
18690
18691 \end_inset
18692
18693 , insérez la commande
18694 \end_layout
18695
18696 \begin_layout Standard
18697
18698 \series bold
18699
18700 \backslash
18701 setlength{
18702 \backslash
18703 arrayrulewidth}{1.5pt}
18704 \end_layout
18705
18706 \begin_layout Standard
18707 en code TeX avant le tableau ou le flottant de tableau.
18708  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18709  suivent.
18710  pour revenir aux valeurs implicites, mettez 
18711 \series bold
18712
18713 \backslash
18714 arrayrulewidth
18715 \series default
18716  à 0.4
18717 \begin_inset space \thinspace{}
18718 \end_inset
18719
18720 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18721 \end_layout
18722
18723 \begin_layout Standard
18724 \begin_inset ERT
18725 status collapsed
18726
18727 \begin_layout Plain Layout
18728
18729
18730 \backslash
18731 setlength{
18732 \backslash
18733 arrayrulewidth}{1.5pt}
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \begin_inset Float table
18740 wide false
18741 sideways false
18742 status open
18743
18744 \begin_layout Plain Layout
18745 \begin_inset Caption
18746
18747 \begin_layout Plain Layout
18748 \begin_inset CommandInset label
18749 LatexCommand label
18750 name "tab:Tableau-filets-1.5pt"
18751
18752 \end_inset
18753
18754 Tableau avec des filets de 1.5
18755 \begin_inset space \thinspace{}
18756 \end_inset
18757
18758 pt
18759 \end_layout
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \begin_layout Plain Layout
18767 \align center
18768 \begin_inset Tabular
18769 <lyxtabular version="3" rows="3" columns="3">
18770 <features tabularvalignment="middle">
18771 <column alignment="center" valignment="top" width="0">
18772 <column alignment="center" valignment="top" width="0">
18773 <column alignment="center" valignment="top" width="0">
18774 <row>
18775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 sd
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 </row>
18803 <row>
18804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817 sd
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 </row>
18832 <row>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18852 \begin_inset Text
18853
18854 \begin_layout Plain Layout
18855 sd
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 </row>
18861 </lyxtabular>
18862
18863 \end_inset
18864
18865
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \begin_inset ERT
18872 status collapsed
18873
18874 \begin_layout Plain Layout
18875
18876
18877 \backslash
18878 setlength{
18879 \backslash
18880 arrayrulewidth}{0.4pt}
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Standard
18889 \begin_inset VSpace bigskip
18890 \end_inset
18891
18892 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18893 \begin_inset space \thinspace{}
18894 \end_inset
18895
18896 pt, comme dans le tableau
18897 \begin_inset space ~
18898 \end_inset
18899
18900
18901 \begin_inset CommandInset ref
18902 LatexCommand ref
18903 reference "tab:Tableau-filets-horizontaux-1.5pt"
18904
18905 \end_inset
18906
18907 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18908  de tableau :
18909 \end_layout
18910
18911 \begin_layout Standard
18912
18913 \series bold
18914
18915 \backslash
18916 let
18917 \backslash
18918 myHline
18919 \backslash
18920 hline
18921 \begin_inset Newline newline
18922 \end_inset
18923
18924
18925 \backslash
18926 renewcommand{
18927 \backslash
18928 hline}
18929 \begin_inset Newline newline
18930 \end_inset
18931
18932  {
18933 \backslash
18934 noalign{
18935 \backslash
18936 global
18937 \backslash
18938 arrayrulewidth 1.5pt}
18939 \begin_inset Newline newline
18940 \end_inset
18941
18942  
18943 \backslash
18944 myHline
18945 \backslash
18946 noalign{
18947 \backslash
18948 global
18949 \backslash
18950 arrayrulewidth 0.4pt}}
18951 \end_layout
18952
18953 \begin_layout Standard
18954 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18955  en code TeX après le tableau ou le flottant de tableau :
18956 \end_layout
18957
18958 \begin_layout Standard
18959
18960 \series bold
18961
18962 \backslash
18963 renewcommand{
18964 \backslash
18965 hline}{
18966 \backslash
18967 myHline}
18968 \end_layout
18969
18970 \begin_layout Standard
18971 \begin_inset ERT
18972 status collapsed
18973
18974 \begin_layout Plain Layout
18975
18976
18977 \backslash
18978 let
18979 \backslash
18980 myHline
18981 \backslash
18982 hline
18983 \end_layout
18984
18985 \begin_layout Plain Layout
18986
18987
18988 \backslash
18989 renewcommand{
18990 \backslash
18991 hline}
18992 \end_layout
18993
18994 \begin_layout Plain Layout
18995
18996  {
18997 \backslash
18998 noalign{
18999 \backslash
19000 global
19001 \backslash
19002 arrayrulewidth 1.5pt}
19003 \end_layout
19004
19005 \begin_layout Plain Layout
19006
19007   
19008 \backslash
19009 myHline
19010 \backslash
19011 noalign{
19012 \backslash
19013 global
19014 \backslash
19015 arrayrulewidth 0.4pt}}
19016 \end_layout
19017
19018 \end_inset
19019
19020
19021 \begin_inset Float table
19022 wide false
19023 sideways false
19024 status open
19025
19026 \begin_layout Plain Layout
19027 \begin_inset Caption
19028
19029 \begin_layout Plain Layout
19030 \begin_inset CommandInset label
19031 LatexCommand label
19032 name "tab:Tableau-filets-horizontaux-1.5pt"
19033
19034 \end_inset
19035
19036 Tableau avec des filets horizontaux de 1.5
19037 \begin_inset space \thinspace{}
19038 \end_inset
19039
19040 pt
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Plain Layout
19049 \align center
19050 \begin_inset Tabular
19051 <lyxtabular version="3" rows="3" columns="3">
19052 <features tabularvalignment="middle">
19053 <column alignment="center" valignment="top" width="0">
19054 <column alignment="center" valignment="top" width="0">
19055 <column alignment="center" valignment="top" width="0">
19056 <row>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061 sd
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070
19071 \end_layout
19072
19073 \end_inset
19074 </cell>
19075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 </row>
19085 <row>
19086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19087 \begin_inset Text
19088
19089 \begin_layout Plain Layout
19090
19091 \end_layout
19092
19093 \end_inset
19094 </cell>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099 sd
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \end_layout
19110
19111 \end_inset
19112 </cell>
19113 </row>
19114 <row>
19115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19116 \begin_inset Text
19117
19118 \begin_layout Plain Layout
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 sd
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 </row>
19143 </lyxtabular>
19144
19145 \end_inset
19146
19147
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \begin_inset ERT
19154 status collapsed
19155
19156 \begin_layout Plain Layout
19157
19158
19159 \backslash
19160 renewcommand{
19161 \backslash
19162 hline}{
19163 \backslash
19164 myHline}
19165 \end_layout
19166
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \begin_layout Standard
19173 \begin_inset VSpace bigskip
19174 \end_inset
19175
19176 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19177 \begin_inset space \thinspace{}
19178 \end_inset
19179
19180 pt, créez le format de colonne suivant dans le préambule, en suivant la
19181  description de la section
19182 \begin_inset space ~
19183 \end_inset
19184
19185
19186 \begin_inset CommandInset ref
19187 LatexCommand ref
19188 reference "sub:Formats-personnalisés"
19189
19190 \end_inset
19191
19192 :
19193 \end_layout
19194
19195 \begin_layout Standard
19196
19197 \series bold
19198
19199 \backslash
19200 newcolumntype{V}{!{
19201 \backslash
19202 vrule width 1.5pt}}
19203 \end_layout
19204
19205 \begin_layout Standard
19206 Pour le tableau
19207 \begin_inset space ~
19208 \end_inset
19209
19210
19211 \begin_inset CommandInset ref
19212 LatexCommand ref
19213 reference "tab:Tableau-filets-verticaux-1.5pt"
19214
19215 \end_inset
19216
19217  le paramètre LaTeX 
19218 \end_layout
19219
19220 \begin_layout Standard
19221
19222 \series bold
19223 VcV
19224 \end_layout
19225
19226 \begin_layout Standard
19227 a été utilisé pour la dernière colonne et
19228 \end_layout
19229
19230 \begin_layout Standard
19231
19232 \series bold
19233 Vc
19234 \end_layout
19235
19236 \begin_layout Standard
19237 pour les autres colonnes.
19238 \end_layout
19239
19240 \begin_layout Standard
19241 \begin_inset Float table
19242 wide false
19243 sideways false
19244 status open
19245
19246 \begin_layout Plain Layout
19247 \begin_inset Caption
19248
19249 \begin_layout Plain Layout
19250 \begin_inset CommandInset label
19251 LatexCommand label
19252 name "tab:Tableau-filets-verticaux-1.5pt"
19253
19254 \end_inset
19255
19256 Tableau avec des filets verticaux de 1.5
19257 \begin_inset space \thinspace{}
19258 \end_inset
19259
19260 pt 
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \begin_layout Plain Layout
19269 \align center
19270 \begin_inset Tabular
19271 <lyxtabular version="3" rows="3" columns="3">
19272 <features tabularvalignment="middle">
19273 <column alignment="center" valignment="top" width="0" special="Vc">
19274 <column alignment="center" valignment="top" width="0" special="Vc">
19275 <column alignment="center" valignment="top" width="0" special="VcV">
19276 <row>
19277 <cell alignment="center" valignment="top" topline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 sd
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" topline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 </row>
19305 <row>
19306 <cell alignment="center" valignment="top" topline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 sd
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 sd
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 </lyxtabular>
19364
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \begin_layout Subsection
19376 Filets à traits interrompus
19377 \begin_inset Index idx
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381 Personnalisation des tableaux ! Filets à traits interrompus
19382 \end_layout
19383
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \begin_layout Standard
19390 \begin_inset ERT
19391 status collapsed
19392
19393 \begin_layout Plain Layout
19394
19395
19396 \backslash
19397 ifarydshln
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \begin_inset Note Note
19404 status open
19405
19406 \begin_layout Plain Layout
19407 La section suivante ne s'affichera que si vous avez installé le paquetage
19408  LaTeX 
19409 \series bold
19410 arydshln
19411 \series default
19412 .
19413 \end_layout
19414
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \begin_layout Standard
19421 \begin_inset Float table
19422 placement H
19423 wide false
19424 sideways false
19425 status open
19426
19427 \begin_layout Plain Layout
19428 \begin_inset Caption
19429
19430 \begin_layout Plain Layout
19431 \begin_inset CommandInset label
19432 LatexCommand label
19433 name "tab:Tableau-filets-tirets"
19434
19435 \end_inset
19436
19437 Tableau avec des filets à traits interrompus
19438 \end_layout
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \begin_layout Plain Layout
19446 \align center
19447 \begin_inset Tabular
19448 <lyxtabular version="3" rows="5" columns="5">
19449 <features tabularvalignment="middle">
19450 <column alignment="center" valignment="top" width="0">
19451 <column alignment="center" valignment="top" width="0">
19452 <column alignment="center" valignment="top" width="0" special=":c">
19453 <column alignment="center" valignment="top" width="0">
19454 <column alignment="center" valignment="top" width="0">
19455 <row>
19456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 a
19461 \end_layout
19462
19463 \end_inset
19464 </cell>
19465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19466 \begin_inset Text
19467
19468 \begin_layout Plain Layout
19469 b
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478 c
19479 \end_layout
19480
19481 \end_inset
19482 </cell>
19483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487 d
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496 e
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 f
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 g
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 h
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 i
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543 j
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 <row>
19550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset ERT
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558
19559
19560 \backslash
19561 hdashline 
19562 \end_layout
19563
19564 \end_inset
19565
19566 k
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 l
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 m
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 n
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 o
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 </row>
19608 <row>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613 \begin_inset ERT
19614 status collapsed
19615
19616 \begin_layout Plain Layout
19617
19618
19619 \backslash
19620 cdashline{4-5}
19621 \end_layout
19622
19623 \end_inset
19624
19625 p
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 q
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 r
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652 s
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 </row>
19667 <row>
19668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19669 \begin_inset Text
19670
19671 \begin_layout Plain Layout
19672 t
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681 u
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 v
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 w
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 x
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 </lyxtabular>
19715
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \begin_layout Standard
19727 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19728  donc employer du code TeX.
19729  Mais avant il faut charger le paquetage LaTeX 
19730 \series bold
19731 arydshln
19732 \series default
19733
19734 \begin_inset Index idx
19735 status collapsed
19736
19737 \begin_layout Plain Layout
19738 Paquetages LaTeX ! arydshln
19739 \end_layout
19740
19741 \end_inset
19742
19743  dans le préambule du document avec la commande 
19744 \end_layout
19745
19746 \begin_layout Standard
19747
19748 \series bold
19749
19750 \backslash
19751 usepackage{arydshln}
19752 \end_layout
19753
19754 \begin_layout Standard
19755 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19756  
19757 \begin_inset Quotes eld
19758 \end_inset
19759
19760 :
19761 \begin_inset Quotes erd
19762 \end_inset
19763
19764  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19765  dans la fenêtre de dialogue de paramètre du tableau.
19766 \end_layout
19767
19768 \begin_layout Standard
19769 Pour un trait horizontal interrompu, ajoutez la commande
19770 \end_layout
19771
19772 \begin_layout Standard
19773
19774 \series bold
19775
19776 \backslash
19777 hdashline
19778 \end_layout
19779
19780 \begin_layout Standard
19781 en code TeX comme premier élément de la première cellule de la ligne de
19782  tableau.
19783 \end_layout
19784
19785 \begin_layout Standard
19786 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19787  commande 
19788 \end_layout
19789
19790 \begin_layout Standard
19791
19792 \series bold
19793
19794 \backslash
19795 cdashline{
19796 \series default
19797 numéros de colonnes}
19798 \end_layout
19799
19800 \begin_layout Standard
19801 en code TeX comme premier élément de la première cellule de la ligne.
19802  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19803  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19804 \end_layout
19805
19806 \begin_layout Standard
19807
19808 \series bold
19809
19810 \backslash
19811 cdashline{2-4}
19812 \end_layout
19813
19814 \begin_layout Standard
19815 comme premier élément de la première cellule de la ligne contenant la multicolon
19816 ne.
19817 \end_layout
19818
19819 \begin_layout Standard
19820 \begin_inset VSpace bigskip
19821 \end_inset
19822
19823
19824 \end_layout
19825
19826 \begin_layout Standard
19827 Le tableau
19828 \begin_inset space ~
19829 \end_inset
19830
19831
19832 \begin_inset CommandInset ref
19833 LatexCommand ref
19834 reference "tab:Tableau-filets-tirets"
19835
19836 \end_inset
19837
19838  a été créé en utilisant 
19839 \begin_inset Quotes eld
19840 \end_inset
19841
19842
19843 \series bold
19844 :c
19845 \series default
19846
19847 \begin_inset Quotes erd
19848 \end_inset
19849
19850  comme paramètre LaTeX pour la troisième colonne.
19851  La commande en code TeX 
19852 \series bold
19853
19854 \backslash
19855 hdashline
19856 \series default
19857  a été insérée dans la première cellule de la troisième ligne et la commande
19858  en code TeX 
19859 \series bold
19860
19861 \backslash
19862 cdashline{4-5}
19863 \series default
19864  a été insérée dans la première cellule de la quatrième ligne.
19865 \end_layout
19866
19867 \begin_layout Standard
19868 \begin_inset Note Greyedout
19869 status open
19870
19871 \begin_layout Plain Layout
19872
19873 \series bold
19874 Note:
19875 \series default
19876  Le paquetage LaTeX 
19877 \series bold
19878 arydshln
19879 \series default
19880  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19881  
19882 \series bold
19883 colortbl
19884 \series default
19885
19886 \begin_inset Index idx
19887 status collapsed
19888
19889 \begin_layout Plain Layout
19890 Paquetages LaTeX ! colortbl
19891 \end_layout
19892
19893 \end_inset
19894
19895  qui est utilisé pour avoir des tableaux colorés dans la section
19896 \begin_inset space ~
19897 \end_inset
19898
19899
19900 \begin_inset CommandInset ref
19901 LatexCommand ref
19902 reference "sec:Tableaux-Colorés"
19903
19904 \end_inset
19905
19906 .
19907  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19908  traits interrompus.
19909 \end_layout
19910
19911 \end_inset
19912
19913
19914 \end_layout
19915
19916 \begin_layout Standard
19917 \begin_inset ERT
19918 status collapsed
19919
19920 \begin_layout Plain Layout
19921
19922
19923 \backslash
19924 else
19925 \end_layout
19926
19927 \end_inset
19928
19929
19930 \begin_inset Note Note
19931 status open
19932
19933 \begin_layout Plain Layout
19934 Ce qui suit sera affiché si le paquetage LaTeX 
19935 \series bold
19936 arydshln
19937 \series default
19938  n'est pas installé :
19939 \end_layout
19940
19941 \end_inset
19942
19943
19944 \end_layout
19945
19946 \begin_layout Standard
19947 Vous devez installer le paquetage LaTeX 
19948 \series bold
19949 arydshln
19950 \series default
19951  pour voir le contenu des cette section dans la sortie imprimée.
19952 \end_layout
19953
19954 \begin_layout Standard
19955 \begin_inset ERT
19956 status collapsed
19957
19958 \begin_layout Plain Layout
19959
19960
19961 \backslash
19962 fi
19963 \end_layout
19964
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \begin_layout Chapter
19971 Flottants
19972 \begin_inset Index idx
19973 status collapsed
19974
19975 \begin_layout Plain Layout
19976 Flottants
19977 \end_layout
19978
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \begin_layout Section
19985 Introduction
19986 \begin_inset CommandInset label
19987 LatexCommand label
19988 name "sec:Flottants-Introduction"
19989
19990 \end_inset
19991
19992
19993 \begin_inset Index idx
19994 status collapsed
19995
19996 \begin_layout Plain Layout
19997 Flottants ! Introduction
19998 \end_layout
19999
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \begin_layout Standard
20006 Un flottant est une portion de document, qui peut être associé à une étiquette
20007  et dont la position n'est pas fixée.
20008  Il peut 
20009 \begin_inset Quotes eld
20010 \end_inset
20011
20012 flotter
20013 \begin_inset Quotes erd
20014 \end_inset
20015
20016  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
20017  plus approprié.
20018  Les 
20019 \family sans
20020 Notes
20021 \begin_inset space ~
20022 \end_inset
20023
20024 en
20025 \begin_inset space ~
20026 \end_inset
20027
20028 Bas
20029 \begin_inset space ~
20030 \end_inset
20031
20032 de
20033 \begin_inset space ~
20034 \end_inset
20035
20036 Page
20037 \family default
20038  et le 
20039 \family sans
20040 Notes
20041 \begin_inset space ~
20042 \end_inset
20043
20044 en
20045 \begin_inset space ~
20046 \end_inset
20047
20048 Marge
20049 \family default
20050  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
20051  sur la page suivante quand il y a trop de notes sur la page courante.
20052 \end_layout
20053
20054 \begin_layout Standard
20055 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20056  très grande qualité.
20057  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20058  éviter des lignes blanches ou des pages sans texte.
20059  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20060  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20061  le texte.
20062  Les flottants sont donc numérotés.
20063  Les références croisées sont décrites dans la section
20064 \begin_inset space ~
20065 \end_inset
20066
20067
20068 \begin_inset CommandInset ref
20069 LatexCommand ref
20070 reference "sec:Referencer-les-Flottants"
20071
20072 \end_inset
20073
20074 .
20075 \end_layout
20076
20077 \begin_layout Standard
20078 Pour insérer un flottant, on utilise un des sous menus du menu 
20079 \family sans
20080 Insérer\SpecialChar \menuseparator
20081 Flottant.
20082
20083 \family default
20084  Une boîte va être insérée dans votre document avec par exemple une étiquette
20085  du genre 
20086 \begin_inset Quotes eld
20087 \end_inset
20088
20089 Figure
20090 \begin_inset space ~
20091 \end_inset
20092
20093 #:
20094 \begin_inset Quotes erd
20095 \end_inset
20096
20097  (où # est un numéro).
20098  L'étiquette est automatiquement traduite dans la langue du document dans
20099  la sortie finale.
20100  Après l'étiquette vous pouvez insérer du texte comme légende.
20101  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20102  séparé, à l'intérieur du flottant.
20103  Vous trouverez plus de détails sur le positionnement des légendes dans
20104  la section
20105 \begin_inset space ~
20106 \end_inset
20107
20108
20109 \begin_inset CommandInset ref
20110 LatexCommand ref
20111 reference "sec:Placement-légende"
20112
20113 \end_inset
20114
20115 .
20116  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20117  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20118  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20119  Une boîte de flottant fermée ressemble à ceci : 
20120 \begin_inset Graphics
20121         filename clipart/floatQt4.png
20122         scale 60
20123
20124 \end_inset
20125
20126  – une case grise avec un texte rouge.
20127 \end_layout
20128
20129 \begin_layout Standard
20130 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20131  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20132  est formaté de façon particulière.
20133 \end_layout
20134
20135 \begin_layout Section
20136 Les Types de Flottants
20137 \end_layout
20138
20139 \begin_layout Standard
20140 En plus des flottants de figures et de tableau qui sont décrits respectivement
20141  dans les sections
20142 \begin_inset space ~
20143 \end_inset
20144
20145
20146 \begin_inset CommandInset ref
20147 LatexCommand ref
20148 reference "sec:Figure-Floats"
20149
20150 \end_inset
20151
20152  et 
20153 \begin_inset CommandInset ref
20154 LatexCommand ref
20155 reference "sec:Table-Floats"
20156
20157 \end_inset
20158
20159 , LyX offre aussi les types 
20160 \series bold
20161 Algorithme
20162 \series default
20163  et 
20164 \series bold
20165 Enrobage
20166 \series default
20167 .
20168 \end_layout
20169
20170 \begin_layout Subsection
20171 Flottant d'algorithme
20172 \begin_inset Index idx
20173 status collapsed
20174
20175 \begin_layout Plain Layout
20176 Flottants ! Algorithmes
20177 \end_layout
20178
20179 \end_inset
20180
20181
20182 \begin_inset CommandInset label
20183 LatexCommand label
20184 name "sub:Flottant-d'Algorithme"
20185
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \begin_layout Standard
20192 \begin_inset Float algorithm
20193 placement h
20194 wide false
20195 sideways false
20196 status open
20197
20198 \begin_layout Plain Layout
20199 \begin_inset Caption
20200
20201 \begin_layout Plain Layout
20202 \begin_inset CommandInset label
20203 LatexCommand label
20204 name "alg:Exemple-Flottant-Algorithme"
20205
20206 \end_inset
20207
20208 Exemple de flottant d'algorithme
20209 \end_layout
20210
20211 \end_inset
20212
20213
20214 \end_layout
20215
20216 \begin_layout LyX-Code
20217 for I in 1..N loop
20218 \begin_inset Newline newline
20219 \end_inset
20220
20221  Sum:= Sum + A(I); /*comment*/
20222 \begin_inset Newline newline
20223 \end_inset
20224
20225 end loop
20226 \begin_inset VSpace -4mm
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \begin_layout Standard
20238 Ce type de flottant est inséré à l'aide du menu 
20239 \family sans
20240 Insérer\SpecialChar \menuseparator
20241 Flottant\SpecialChar \menuseparator
20242 Algorithme
20243 \family default
20244 .
20245  Il peut être utilisé pour des morceaux de code source ou des descriptions
20246  d'algorithmes et peut être utilisé comme une alternative au listing de
20247  code source qui est décrit au chapitre
20248 \begin_inset space ~
20249 \end_inset
20250
20251
20252 \begin_inset CommandInset ref
20253 LatexCommand ref
20254 reference "cha:Program-Code-Listings"
20255
20256 \end_inset
20257
20258 .
20259  Vous pouvez par exemple utiliser l'environnement Code
20260 \begin_inset space ~
20261 \end_inset
20262
20263 LyX qui est décrit dans le 
20264 \emph on
20265 Guide
20266 \emph default
20267
20268 \begin_inset space ~
20269 \end_inset
20270
20271
20272 \emph on
20273 de
20274 \begin_inset space ~
20275 \end_inset
20276
20277 l'Utilisateur
20278 \emph default
20279  de LyX.
20280  l'algorithme
20281 \begin_inset space ~
20282 \end_inset
20283
20284
20285 \begin_inset CommandInset ref
20286 LatexCommand ref
20287 reference "alg:Exemple-Flottant-Algorithme"
20288
20289 \end_inset
20290
20291  est un exemple de flottant d'algorithme où un espace vertical de -4
20292 \begin_inset space \thinspace{}
20293 \end_inset
20294
20295 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20296  soit placée exactement sous le texte de la dernière ligne.
20297 \end_layout
20298
20299 \begin_layout Standard
20300 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20301  du document.
20302  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20303 ent en ajoutant la ligne suivante dans le préambule de votre document :
20304 \end_layout
20305
20306 \begin_layout Standard
20307
20308 \series bold
20309
20310 \backslash
20311 floatname{algorithm}{votre
20312 \begin_inset space ~
20313 \end_inset
20314
20315 nom}
20316 \end_layout
20317
20318 \begin_layout Standard
20319
20320 \family sans
20321  votre
20322 \begin_inset space ~
20323 \end_inset
20324
20325 nom
20326 \family default
20327  est le mot 
20328 \begin_inset Quotes eld
20329 \end_inset
20330
20331
20332 \emph on
20333 algorithme
20334 \emph default
20335
20336 \begin_inset Quotes erd
20337 \end_inset
20338
20339  dans votre langue.
20340 \end_layout
20341
20342 \begin_layout Standard
20343 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20344 \family sans
20345 Insérer\SpecialChar \menuseparator
20346 Listes
20347 \begin_inset space ~
20348 \end_inset
20349
20350 &
20351 \begin_inset space ~
20352 \end_inset
20353
20354 TdM\SpecialChar \menuseparator
20355 Liste
20356 \begin_inset space ~
20357 \end_inset
20358
20359 des
20360 \begin_inset space ~
20361 \end_inset
20362
20363 algorithmes
20364 \family default
20365  si votre document est en la même langue que les menus de LyX.
20366  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20367  en code TeX à la place:
20368 \end_layout
20369
20370 \begin_layout Standard
20371
20372 \series bold
20373
20374 \backslash
20375 listof{algorithm}{votre
20376 \begin_inset space ~
20377 \end_inset
20378
20379 nom}
20380 \end_layout
20381
20382 \begin_layout Standard
20383 où 
20384 \family sans
20385 votre
20386 \begin_inset space ~
20387 \end_inset
20388
20389 nom
20390 \family default
20391  est la traduction de 
20392 \begin_inset Quotes eld
20393 \end_inset
20394
20395
20396 \emph on
20397 List of Algorithm
20398 \emph default
20399 s
20400 \begin_inset Quotes erd
20401 \end_inset
20402
20403  dans votre langue.
20404 \end_layout
20405
20406 \begin_layout Standard
20407 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20408  le schéma 
20409 \begin_inset Quotes eld
20410 \end_inset
20411
20412 chapitre.algorithme
20413 \begin_inset Quotes erd
20414 \end_inset
20415
20416  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20417  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20418  commande dans le préambule de votre document :
20419 \end_layout
20420
20421 \begin_layout Standard
20422
20423 \series bold
20424
20425 \backslash
20426 numberwithin{algorithm}{chapter}
20427 \end_layout
20428
20429 \begin_layout Standard
20430 Pour pouvoir utiliser la commande 
20431 \series bold
20432
20433 \backslash
20434 numberwithin
20435 \series default
20436 , activez l'option 
20437 \family sans
20438 Utiliser
20439 \begin_inset space ~
20440 \end_inset
20441
20442 le
20443 \begin_inset space ~
20444 \end_inset
20445
20446 paquetage
20447 \begin_inset space ~
20448 \end_inset
20449
20450 AMS
20451 \begin_inset space ~
20452 \end_inset
20453
20454 math
20455 \family default
20456  dans la rubrique 
20457 \family sans
20458 Options
20459 \begin_inset space ~
20460 \end_inset
20461
20462 des
20463 \begin_inset space ~
20464 \end_inset
20465
20466 Maths
20467 \family default
20468  de la fenêtre de dialogue 
20469 \family sans
20470 Paramètres
20471 \begin_inset space ~
20472 \end_inset
20473
20474 du
20475 \begin_inset space ~
20476 \end_inset
20477
20478 Document
20479 \family default
20480 .
20481 \begin_inset Newpage newpage
20482 \end_inset
20483
20484
20485 \end_layout
20486
20487 \begin_layout Subsection
20488 Flottant d'enrobage
20489 \begin_inset Index idx
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493 Flottants ! Flottants d'enrobage
20494 \end_layout
20495
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \begin_layout Standard
20502 \begin_inset Wrap figure
20503 lines 0
20504 placement l
20505 overhang 1cm
20506 width "40col%"
20507 status open
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Graphics
20511         filename ../clipart/mobius.eps
20512         width 40col%
20513         scaleBeforeRotation
20514         rotateOrigin center
20515
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \begin_layout Plain Layout
20522 \begin_inset Caption
20523
20524 \begin_layout Plain Layout
20525 \begin_inset CommandInset label
20526 LatexCommand label
20527 name "fig:Figure-enrobée"
20528
20529 \end_inset
20530
20531 Ceci est une figure habillée.
20532 \end_layout
20533
20534 \end_inset
20535
20536
20537 \end_layout
20538
20539 \end_inset
20540
20541  Ce type de flottant est utilisé quand on veut que le texte habille la figure
20542  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
20543  Vous pouvez en insérer un en utilisant le menu 
20544 \family sans
20545 Insérer\SpecialChar \menuseparator
20546 Flottant\SpecialChar \menuseparator
20547 Flottant
20548 \begin_inset space ~
20549 \end_inset
20550
20551 d'enrobage
20552 \family default
20553  à la condition que le paquetage LaTeX 
20554 \series bold
20555 wrapfig
20556 \series default
20557
20558 \begin_inset Index idx
20559 status collapsed
20560
20561 \begin_layout Plain Layout
20562 Paquetages LaTeX ! wrapfig
20563 \begin_inset ERT
20564 status collapsed
20565
20566 \begin_layout Plain Layout
20567
20568
20569 \backslash
20570 vspace{4mm}
20571 \end_layout
20572
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579
20580  soit installé.
20581 \begin_inset Foot
20582 status collapsed
20583
20584 \begin_layout Plain Layout
20585 Voyez dans la manuel 
20586 \emph on
20587 Configuration
20588 \begin_inset space ~
20589 \end_inset
20590
20591 LaTeX 
20592 \emph default
20593 comment installer des paquetages LaTeX.
20594 \end_layout
20595
20596 \end_inset
20597
20598  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
20599  sur la boîte du flottant.
20600  Les paramètres obligatoires sont l'
20601 \family sans
20602 Emplacement
20603 \family default
20604  et la 
20605 \family sans
20606 Largeur
20607 \family default
20608 .
20609  Les paramètres facultatifs sont le 
20610 \family sans
20611 Débordement
20612 \family default
20613  qui précise de combien le flottant déborde sur la marge du paragraphe ou
20614  de la page et la 
20615 \family sans
20616 Porté de la ligne
20617 \family default
20618  qui précise le nombre approximatif de lignes dont le flottant va avoir
20619  besoin.
20620  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
20621  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
20622  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
20623  à l'intérieur du paragraphe ou vers les autres paragraphes.
20624  La figure
20625 \begin_inset space ~
20626 \end_inset
20627
20628
20629 \begin_inset CommandInset ref
20630 LatexCommand ref
20631 reference "fig:Figure-enrobée"
20632
20633 \end_inset
20634
20635  est un exemple de flottant d'enrobage avec une largeur de 40
20636 \begin_inset space \thinspace{}
20637 \end_inset
20638
20639 col%, un débordement de 1
20640 \begin_inset space \thinspace{}
20641 \end_inset
20642
20643 cm et placé à gauche.
20644 \begin_inset Foot
20645 status collapsed
20646
20647 \begin_layout Plain Layout
20648 Les unités disponibles sont expliquées dans l'appendice
20649 \begin_inset space ~
20650 \end_inset
20651
20652
20653 \begin_inset CommandInset ref
20654 LatexCommand ref
20655 reference "cha:Unités-de-longueur"
20656
20657 \end_inset
20658
20659 .
20660 \end_layout
20661
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \begin_layout Standard
20668 \begin_inset Note Greyedout
20669 status open
20670
20671 \begin_layout Plain Layout
20672
20673 \series bold
20674 Note:
20675 \series default
20676  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
20677  figure trop près du bas de page peut tout chambouler et faire que le flottant
20678  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
20679  de texte.
20680 \end_layout
20681
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \begin_layout Standard
20688 En général:
20689 \end_layout
20690
20691 \begin_layout Itemize
20692 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
20693  qui risquent de passer à la page suivante.
20694  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
20695  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
20696  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
20697  de page.
20698 \end_layout
20699
20700 \begin_layout Itemize
20701 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
20702  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
20703 e.
20704 \end_layout
20705
20706 \begin_layout Itemize
20707 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
20708  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
20709  texte entre les deux, comme séparateur.
20710 \end_layout
20711
20712 \begin_layout Itemize
20713 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
20714  ou les tableaux.
20715 \end_layout
20716
20717 \begin_layout Section
20718 Numérotation des flottants
20719 \begin_inset Index idx
20720 status collapsed
20721
20722 \begin_layout Plain Layout
20723 Flottants ! Numérotation
20724 \end_layout
20725
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \begin_layout Standard
20732 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20733  ils se trouvent, soit en utilisant un format du genre 
20734 \begin_inset Quotes eld
20735 \end_inset
20736
20737 chapitre.numéro
20738 \begin_inset Quotes erd
20739 \end_inset
20740
20741  ou 
20742 \begin_inset Quotes eld
20743 \end_inset
20744
20745 section.numéro
20746 \begin_inset Quotes erd
20747 \end_inset
20748
20749 .
20750  Cela dépend de la classe de document utilisée.
20751 \end_layout
20752
20753 \begin_layout Standard
20754 Pour changer le format de la numérotation qui ne dépend pas de la section
20755  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20756  le préambule du document :
20757 \end_layout
20758
20759 \begin_layout Standard
20760
20761 \series bold
20762
20763 \backslash
20764 renewcommand{
20765 \backslash
20766 thetable}{
20767 \backslash
20768 roman{table}}
20769 \end_layout
20770
20771 \begin_layout Standard
20772
20773 \series bold
20774
20775 \backslash
20776 thetable
20777 \series default
20778  est la commande qui imprime le numéro du tableau, pour les figures, la
20779  commande serait 
20780 \series bold
20781
20782 \backslash
20783 thefigure
20784 \series default
20785 .
20786  La commande 
20787 \series bold
20788
20789 \backslash
20790 roman
20791 \series default
20792  utilisée dans la commande précédente, imprime le numéro du tableau sous
20793  forme de petits chiffres romains.
20794 \end_layout
20795
20796 \begin_layout Standard
20797 Pour changer le type de numérotation pour par exemple 
20798 \begin_inset Quotes eld
20799 \end_inset
20800
20801 sous-section.numéro
20802 \begin_inset Quotes erd
20803 \end_inset
20804
20805 , utilisez la commande suivante dans le préambule du document :
20806 \end_layout
20807
20808 \begin_layout Standard
20809
20810 \series bold
20811
20812 \backslash
20813 numberwithin{table}{subsection}
20814 \end_layout
20815
20816 \begin_layout Standard
20817 Pour pouvoir utiliser la commande 
20818 \series bold
20819
20820 \backslash
20821 numberwithin
20822 \series default
20823 , vous devez activer l'option 
20824 \family sans
20825 Utiliser
20826 \begin_inset space ~
20827 \end_inset
20828
20829 le
20830 \begin_inset space ~
20831 \end_inset
20832
20833 paquetage
20834 \begin_inset space ~
20835 \end_inset
20836
20837 maths
20838 \begin_inset space ~
20839 \end_inset
20840
20841 AMS
20842 \family default
20843  dans la rubrique 
20844 \family sans
20845 Options
20846 \begin_inset space ~
20847 \end_inset
20848
20849 des
20850 \begin_inset space ~
20851 \end_inset
20852
20853 Maths
20854 \family default
20855  de la fenêtre de dialogue 
20856 \family sans
20857 Paramètres
20858 \family default
20859  du document.
20860 \end_layout
20861
20862 \begin_layout Standard
20863 Veuillez aussi jeter un coup d'œil à la section
20864 \begin_inset space ~
20865 \end_inset
20866
20867
20868 \begin_inset CommandInset ref
20869 LatexCommand ref
20870 reference "sub:Numerotation-notes-bas-de-page"
20871
20872 \end_inset
20873
20874  pour plus de détails et des notes importantes sur les commandes de numérotation.
20875 \end_layout
20876
20877 \begin_layout Section
20878 Faire Référence à des Flottants
20879 \begin_inset CommandInset label
20880 LatexCommand label
20881 name "sec:Referencer-les-Flottants"
20882
20883 \end_inset
20884
20885
20886 \begin_inset Index idx
20887 status collapsed
20888
20889 \begin_layout Plain Layout
20890 Flottants ! Références
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \begin_inset Index idx
20897 status collapsed
20898
20899 \begin_layout Plain Layout
20900 References@Références ! à des Flottants 
20901 \end_layout
20902
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Standard
20909 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20910  en utilisant le menu 
20911 \family sans
20912 Insérer\SpecialChar \menuseparator
20913 Étiquette
20914 \family default
20915  ou le bouton 
20916 \begin_inset Graphics
20917         filename ../../images/label-insert.png
20918         scale 85
20919         scaleBeforeRotation
20920
20921 \end_inset
20922
20923  de la barre d'outils.
20924  Une boîte grise de ce genre : 
20925 \begin_inset Graphics
20926         filename clipart/labelQt4.png
20927         scale 85
20928         scaleBeforeRotation
20929
20930 \end_inset
20931
20932  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20933  de saisir le texte de l'étiquette.
20934  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20935  précédés d'un préfixe.
20936  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20937  préfixe sera "
20938 \family sans
20939 fig:
20940 \family default
20941 ".
20942 \end_layout
20943
20944 \begin_layout Standard
20945 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20946  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20947 \family sans
20948 Insérer\SpecialChar \menuseparator
20949 Référence
20950 \begin_inset space ~
20951 \end_inset
20952
20953 Croisée
20954 \family default
20955  ou le bouton 
20956 \begin_inset Graphics
20957         filename ../../images/dialog-show-new-inset_ref.png
20958         scale 85
20959         scaleBeforeRotation
20960
20961 \end_inset
20962
20963  de la barre d'outils.
20964  Une boîte grise de référence croisée comme celle-ci : 
20965 \begin_inset Graphics
20966         filename ../clipart/referenceQt4.png
20967         scale 85
20968         scaleBeforeRotation
20969
20970 \end_inset
20971
20972  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20973  toutes les étiquettes définies dans votre document.
20974  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20975  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20976  de la fenêtre de dialogue.
20977  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20978  une.
20979  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20980  de la référence croisée.
20981 \end_layout
20982
20983 \begin_layout Standard
20984 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20985  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20986  les deux.
20987  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20988  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20989  du numéro de la référence.
20990 \end_layout
20991
20992 \begin_layout Standard
20993 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20994  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20995  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20996  pas à vous en préoccuper.
20997 \end_layout
20998
20999 \begin_layout Standard
21000 Le bouton 
21001 \family sans
21002 Aller
21003 \begin_inset space ~
21004 \end_inset
21005
21006 à
21007 \begin_inset space ~
21008 \end_inset
21009
21010 l'étiquette
21011 \family default
21012  dans la fenêtre de référence croisée va positionner le curseur juste devant
21013  l'étiquette à laquelle on fait référence.
21014  Le nom du bouton bouton 
21015 \family sans
21016 Revenir
21017 \family default
21018  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
21019  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
21020  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
21021  à votre point de départ.
21022 \end_layout
21023
21024 \begin_layout Subsection
21025 Formats de Références Croisées
21026 \begin_inset CommandInset label
21027 LatexCommand label
21028 name "sub:Formats-Références-Croisées"
21029
21030 \end_inset
21031
21032
21033 \begin_inset Index idx
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037 References@Références ! Formats
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Standard
21046 Il y a six types de références croisées :
21047 \end_layout
21048
21049 \begin_layout Description
21050 <référence>
21051 \begin_inset space ~
21052 \end_inset
21053
21054 : affiche le numéro de l'élément, c'est le choix implicite : 
21055 \begin_inset CommandInset ref
21056 LatexCommand ref
21057 reference "fig:Deux-images-déformées"
21058
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \begin_layout Description
21065 (<référence>)
21066 \begin_inset space ~
21067 \end_inset
21068
21069 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
21070  normalement pour faire référence à des formules mathématiques, en particulier
21071  quand le mot 
21072 \begin_inset Quotes eld
21073 \end_inset
21074
21075 Équation
21076 \begin_inset Quotes erd
21077 \end_inset
21078
21079  est omis : 
21080 \begin_inset CommandInset ref
21081 LatexCommand eqref
21082 reference "eq:Wgn"
21083
21084 \end_inset
21085
21086
21087 \end_layout
21088
21089 \begin_layout Description
21090 <page>
21091 \begin_inset space ~
21092 \end_inset
21093
21094 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
21095 \begin_inset space ~
21096 \end_inset
21097
21098
21099 \begin_inset CommandInset ref
21100 LatexCommand pageref
21101 reference "fig:Deux-images-déformées"
21102
21103 \end_inset
21104
21105
21106 \end_layout
21107
21108 \begin_layout Description
21109 page
21110 \begin_inset space ~
21111 \end_inset
21112
21113 <page>
21114 \begin_inset space ~
21115 \end_inset
21116
21117 : affiche le mot 
21118 \begin_inset Quotes eld
21119 \end_inset
21120
21121 page
21122 \begin_inset Quotes erd
21123 \end_inset
21124
21125  suivi du numéro de la page sur laquelle se trouve l'élément : 
21126 \begin_inset CommandInset ref
21127 LatexCommand vpageref
21128 reference "fig:Deux-images-déformées"
21129
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \begin_layout Description
21136 <référence>
21137 \begin_inset space ~
21138 \end_inset
21139
21140 page
21141 \begin_inset space ~
21142 \end_inset
21143
21144 <page>
21145 \begin_inset space ~
21146 \end_inset
21147
21148 : affiche le numéro de l'élément, le mot 
21149 \begin_inset Quotes eld
21150 \end_inset
21151
21152 page
21153 \begin_inset Quotes erd
21154 \end_inset
21155
21156  et le numéro de la page : 
21157 \begin_inset CommandInset ref
21158 LatexCommand vref
21159 reference "fig:Deux-images-déformées"
21160
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \begin_layout Description
21167 Référence
21168 \begin_inset space ~
21169 \end_inset
21170
21171 mise
21172 \begin_inset space ~
21173 \end_inset
21174
21175 en
21176 \begin_inset space ~
21177 \end_inset
21178
21179 forme
21180 \begin_inset space ~
21181 \end_inset
21182
21183 : affiche une référence croisée qui définit son propre format.
21184 \begin_inset Newline newline
21185 \end_inset
21186
21187
21188 \begin_inset Note Greyedout
21189 status open
21190
21191 \begin_layout Plain Layout
21192
21193 \series bold
21194 Note:
21195 \series default
21196  Ce type de référence croisée n'est disponible que si vous avez installé
21197  le paquetage LaTeX 
21198 \series bold
21199 prettyref
21200 \series default
21201  ou 
21202 \series bold
21203 refstyle
21204 \series default
21205
21206 \begin_inset Index idx
21207 status collapsed
21208
21209 \begin_layout Plain Layout
21210 Paquetages LaTeX ! prettyref
21211 \end_layout
21212
21213 \end_inset
21214
21215
21216 \begin_inset Index idx
21217 status collapsed
21218
21219 \begin_layout Plain Layout
21220 Paquetages LaTeX ! refstyle
21221 \end_layout
21222
21223 \end_inset
21224
21225 .
21226 \end_layout
21227
21228 \end_inset
21229
21230
21231 \begin_inset Newline newline
21232 \end_inset
21233
21234
21235 \lang english
21236 You can select which LaTeX-package should be used for this feature by setting
21237  the option 
21238 \family sans
21239 Use refstyle (not prettyref) for cross-references
21240 \family default
21241  in the menu 
21242 \family sans
21243 Document\SpecialChar \menuseparator
21244 Settings\SpecialChar \menuseparator
21245 Document Class
21246 \family default
21247 .
21248  The format is specified by adding the command 
21249 \series bold
21250
21251 \backslash
21252 newrefformat
21253 \series default
21254  (prettyref) or 
21255 \series bold
21256
21257 \backslash
21258 newref
21259 \series default
21260  (refstyle) to the preamble of the document.
21261  For example redefining all references to figures (which have the label
21262  shortcut 
21263 \begin_inset Quotes eld
21264 \end_inset
21265
21266
21267 \family sans
21268 fig
21269 \family default
21270
21271 \begin_inset Quotes erd
21272 \end_inset
21273
21274 ) can be done with this command
21275 \lang french
21276
21277 \begin_inset Newline newline
21278 \end_inset
21279
21280
21281 \series bold
21282
21283 \backslash
21284 newref{fig}{refcmd={
21285 \lang english
21286 Image on page
21287 \lang french
21288  
21289 \backslash
21290 pageref{#1}}}
21291 \series default
21292
21293 \begin_inset Newline newline
21294 \end_inset
21295
21296
21297 \lang english
21298 For more information about the format, have a look at the package documentations
21299 \lang french
21300
21301 \begin_inset CommandInset citation
21302 LatexCommand cite
21303 key "prettyref,refstyle"
21304
21305 \end_inset
21306
21307 .
21308 \end_layout
21309
21310 \begin_layout Description
21311
21312 \lang english
21313 Textual
21314 \begin_inset space ~
21315 \end_inset
21316
21317 reference: prints the caption of the reference
21318 \lang french
21319
21320 \begin_inset CommandInset ref
21321 LatexCommand nameref
21322 reference "fig:Deux-images-déformées"
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Standard
21330
21331 \family sans
21332 <page>
21333 \family default
21334  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21335  précédente, la même page ou la page suivante.
21336  Vous verrez par exemple un texte du genre 
21337 \begin_inset Quotes eld
21338 \end_inset
21339
21340
21341 \family sans
21342 sur cette page
21343 \family default
21344
21345 \begin_inset Quotes erd
21346 \end_inset
21347
21348  à la place.
21349  Le style 
21350 \family sans
21351 <référence>
21352 \begin_inset space ~
21353 \end_inset
21354
21355 page
21356 \begin_inset space ~
21357 \end_inset
21358
21359 <page>
21360 \family default
21361  
21362 \lang english
21363 will not print anything about the page if the label is on the same page.
21364 \end_layout
21365
21366 \begin_layout Standard
21367 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21368  se trouve sont calculés automatiquement par LaTeX.
21369  Vous choisissez une des six variétés de références dans le champ Format
21370  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21371  boîte de la référence croisée.
21372 \end_layout
21373
21374 \begin_layout Standard
21375 \begin_inset Note Greyedout
21376 status open
21377
21378 \begin_layout Plain Layout
21379
21380 \series bold
21381 Note:
21382 \series default
21383  
21384 \lang english
21385 It is recommended to use
21386 \lang french
21387  le paquetage LaTeX 
21388 \series bold
21389 refstyle
21390 \series default
21391
21392 \begin_inset Index idx
21393 status collapsed
21394
21395 \begin_layout Plain Layout
21396 Paquetages LaTeX ! refstyle
21397 \end_layout
21398
21399 \end_inset
21400
21401  
21402 \lang english
21403 because
21404 \lang french
21405  
21406 \series bold
21407 prettyref
21408 \series default
21409
21410 \begin_inset Index idx
21411 status collapsed
21412
21413 \begin_layout Plain Layout
21414 Paquetages LaTeX ! prettyref
21415 \end_layout
21416
21417 \end_inset
21418
21419  ne connaît pas tous les raccourcis possibles pour les étiquettes
21420 \begin_inset Foot
21421 status collapsed
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Quotes eld
21425 \end_inset
21426
21427 fig:
21428 \begin_inset Quotes erd
21429 \end_inset
21430
21431  est par exempel le raccourci LyX pour les étiquettes dans les légendes
21432  de figures,.
21433 \end_layout
21434
21435 \end_inset
21436
21437  et n'est pas internationalisé.
21438 \end_layout
21439
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \begin_layout Standard
21446 \begin_inset Note Greyedout
21447 status open
21448
21449 \begin_layout Plain Layout
21450
21451 \series bold
21452 Note:
21453 \series default
21454  Du fait d'un bogue dans la paquetage LaTeX 
21455 \series bold
21456 varioref
21457 \series default
21458  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21459  si la langue du document est le français.
21460  Pour contourner ce bogue, voir
21461 \begin_inset Newline newline
21462 \end_inset
21463
21464
21465 \begin_inset CommandInset href
21466 LatexCommand href
21467 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21468
21469 \end_inset
21470
21471 .
21472 \end_layout
21473
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \begin_layout Subsection
21480 Nommage automatique des références croisées
21481 \begin_inset Index idx
21482 status collapsed
21483
21484 \begin_layout Plain Layout
21485 References@Références ! Nommage automatique
21486 \end_layout
21487
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \begin_layout Standard
21494 Le paquetage LaTeX 
21495 \series bold
21496 hyperref
21497 \series default
21498
21499 \begin_inset Index idx
21500 status collapsed
21501
21502 \begin_layout Plain Layout
21503 Paquetages LaTeX ! hyperref
21504 \end_layout
21505
21506 \end_inset
21507
21508
21509 \series bold
21510
21511 \series default
21512 qui est activé dans la rubrique 
21513 \family sans
21514 Propriétés du PDF
21515 \family default
21516  de la fenêtre de dialogue 
21517 \family sans
21518 Paramètres du document
21519 \family default
21520  fournit une fonction très utile pour automatiser la création des références
21521  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21522  une section).
21523  Par exemple pour vous éviter de devoir écrire le mot 
21524 \begin_inset Quotes eld
21525 \end_inset
21526
21527 Figure
21528 \begin_inset Quotes erd
21529 \end_inset
21530
21531  devant chaque référence à une figure.
21532  Pour profiter de ce nommage automatique des références croisées, vous devez
21533  activer 
21534 \series bold
21535 hyperref
21536 \series default
21537  et insérer la ligne suivante dans le préambule du document :
21538 \end_layout
21539
21540 \begin_layout Standard
21541
21542 \series bold
21543
21544 \backslash
21545 AtBeginDocument{
21546 \backslash
21547 renewcommand{
21548 \backslash
21549 ref}[1]{
21550 \backslash
21551 mbox{
21552 \backslash
21553 autoref{#1}}}}
21554 \end_layout
21555
21556 \begin_layout Standard
21557 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21558  défaut, par exemple vous préférez le nom 
21559 \begin_inset Quotes eld
21560 \end_inset
21561
21562 sec.
21563 \begin_inset space \thinspace{}
21564 \end_inset
21565
21566
21567 \begin_inset Quotes eld
21568 \end_inset
21569
21570  plutôt que 
21571 \begin_inset Quotes eld
21572 \end_inset
21573
21574 section
21575 \begin_inset Quotes erd
21576 \end_inset
21577
21578 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21579 \end_layout
21580
21581 \begin_layout Standard
21582
21583 \series bold
21584
21585 \backslash
21586 addto
21587 \backslash
21588 extrasenglish{
21589 \backslash
21590 renewcommand{
21591 \backslash
21592 sectionautorefname}
21593 \begin_inset Newline newline
21594 \end_inset
21595
21596
21597 \begin_inset Phantom HPhantom
21598 status open
21599
21600 \begin_layout Plain Layout
21601
21602 \series bold
21603 \begin_inset space ~
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610
21611 {sec.
21612 \backslash
21613 negthinspace}}
21614 \end_layout
21615
21616 \begin_layout Standard
21617 Si vous utilisez une autre langue que l'anglais, remplacez 
21618 \series bold
21619
21620 \backslash
21621 extrasenglish
21622 \series default
21623  par 
21624 \series bold
21625
21626 \backslash
21627 extras***
21628 \series default
21629 , où *** est le nom de la langue que vous utilisez.
21630
21631 \series bold
21632  
21633 \end_layout
21634
21635 \begin_layout Standard
21636 Pour avoir des noms automatiques, mais pas pour certains types de références,
21637  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21638 \end_layout
21639
21640 \begin_layout Standard
21641
21642 \series bold
21643
21644 \backslash
21645 newlength{
21646 \backslash
21647 abc}
21648 \begin_inset Newline newline
21649 \end_inset
21650
21651
21652 \backslash
21653 settowidth{
21654 \backslash
21655 abc}{
21656 \backslash
21657 space}
21658 \begin_inset Newline newline
21659 \end_inset
21660
21661
21662 \backslash
21663 addto
21664 \backslash
21665 extrasenglish{
21666 \backslash
21667 renewcommand{
21668 \backslash
21669 equationautorefname}
21670 \begin_inset Newline newline
21671 \end_inset
21672
21673
21674 \begin_inset Phantom HPhantom
21675 status open
21676
21677 \begin_layout Plain Layout
21678
21679 \series bold
21680 \begin_inset space ~
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687
21688 {
21689 \backslash
21690 hspace{-
21691 \backslash
21692 abc}}
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21697  de 
21698 \series bold
21699 hyperref
21700 \series default
21701  
21702 \begin_inset CommandInset citation
21703 LatexCommand cite
21704 key "hyperref"
21705
21706 \end_inset
21707
21708 .
21709 \end_layout
21710
21711 \begin_layout Standard
21712 \begin_inset Note Greyedout
21713 status open
21714
21715 \begin_layout Plain Layout
21716
21717 \series bold
21718 Note:
21719 \series default
21720  Le nommage automatique de références ne peut être utilisé si vous avez
21721  choisi le style de référence 
21722 \family sans
21723 Référence
21724 \begin_inset space ~
21725 \end_inset
21726
21727 mise
21728 \begin_inset space ~
21729 \end_inset
21730
21731 en
21732 \begin_inset space ~
21733 \end_inset
21734
21735 forme
21736 \family default
21737  décrit dans la section
21738 \begin_inset space ~
21739 \end_inset
21740
21741
21742 \begin_inset CommandInset ref
21743 LatexCommand ref
21744 reference "sub:Formats-Références-Croisées"
21745
21746 \end_inset
21747
21748 .
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Standard
21757 Le manuel 
21758 \emph on
21759 Math
21760 \emph default
21761  est un exemple dans lequel on a utilisé le référencement automatique.
21762 \end_layout
21763
21764 \begin_layout Subsection
21765 Positionnement des Références 
21766 \begin_inset CommandInset label
21767 LatexCommand label
21768 name "sub:Reference-Position"
21769
21770 \end_inset
21771
21772
21773 \begin_inset Index idx
21774 status collapsed
21775
21776 \begin_layout Plain Layout
21777 References@Références ! Positionnement
21778 \end_layout
21779
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \begin_layout Standard
21786 Si vous utilisez le paquetage 
21787 \series bold
21788 hyperref, 
21789 \series default
21790 qui est activé dans la rubrique 
21791 \family sans
21792 Propriétés du PDF
21793 \family default
21794  de la fenêtre de dialogue 
21795 \family sans
21796 Paramètres du document,
21797 \family default
21798  pour lier vos références croisées dans la sortie finale, vous verrez que
21799  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21800  l'image.
21801  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21802  pourrez voir l'image sans faire défiler le texte.
21803  Ce problème vient du fait que le point d'ancrage de la référence se situe
21804  à l'endroit de l'étiquette.
21805  En utilisant le paquetage LaTeX 
21806 \series bold
21807 hypcap
21808 \series default
21809
21810 \begin_inset Index idx
21811 status collapsed
21812
21813 \begin_layout Plain Layout
21814 Paquetages LaTeX ! hypcap
21815 \end_layout
21816
21817 \end_inset
21818
21819 , qui fait partie du paquetage LaTeX 
21820 \series bold
21821 oberdiek
21822 \series default
21823
21824 \begin_inset Index idx
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828 Paquetages LaTeX ! oberdiek
21829 \end_layout
21830
21831 \end_inset
21832
21833 , le point d'ancrage d'un lien est place en haut du flottant.
21834  Pour utiliser cette fonction avec les flottants de figure, chargez 
21835 \series bold
21836 hypcap
21837 \series default
21838  dans l'entête du document avec la ligne
21839 \end_layout
21840
21841 \begin_layout Standard
21842
21843 \series bold
21844
21845 \backslash
21846 usepackage[figure]{hypcap}
21847 \end_layout
21848
21849 \begin_layout Standard
21850 Vous pouvez aussi utiliser 
21851 \series bold
21852 hypcap
21853 \series default
21854  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21855  raisons de stabilité.
21856  Pour plus d'information, jetez un coup d'œil au manuel d' 
21857 \series bold
21858 hypcap
21859 \series default
21860  
21861 \begin_inset CommandInset citation
21862 LatexCommand cite
21863 key "hypcap"
21864
21865 \end_inset
21866
21867 .
21868 \end_layout
21869
21870 \begin_layout Standard
21871 \begin_inset Note Greyedout
21872 status open
21873
21874 \begin_layout Plain Layout
21875
21876 \series bold
21877 Note:
21878 \series default
21879  
21880 \series bold
21881 hypcap
21882 \series default
21883  n'a aucun effet pour les références à des sous-figures.
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Section
21892 Placement des flottants
21893 \begin_inset CommandInset label
21894 LatexCommand label
21895 name "sec:Placement-flottants"
21896
21897 \end_inset
21898
21899
21900 \begin_inset Index idx
21901 status collapsed
21902
21903 \begin_layout Plain Layout
21904 Flottants ! Placement
21905 \end_layout
21906
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \begin_layout Standard
21913 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21914  de dialogue 
21915 \family sans
21916 Paramètre
21917 \begin_inset space ~
21918 \end_inset
21919
21920 de
21921 \begin_inset space ~
21922 \end_inset
21923
21924 Flottant
21925 \family default
21926  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21927  utilise pour déterminer où placer le flottant.
21928 \begin_inset Newline newline
21929 \end_inset
21930
21931 L'option 
21932 \family sans
21933 Plusieurs
21934 \begin_inset space ~
21935 \end_inset
21936
21937 colonnes
21938 \family default
21939  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21940  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21941  confiné sur une seule colonne.
21942 \begin_inset Newline newline
21943 \end_inset
21944
21945 L'option 
21946 \family sans
21947 Rotation
21948 \begin_inset space ~
21949 \end_inset
21950
21951 90°
21952 \family default
21953  est utilisée pour faire tourner les flottants, voyez la section
21954 \begin_inset space ~
21955 \end_inset
21956
21957
21958 \begin_inset CommandInset ref
21959 LatexCommand ref
21960 reference "sec:Flottants-renversés"
21961
21962 \end_inset
21963
21964 .
21965 \end_layout
21966
21967 \begin_layout Standard
21968 En désactivant l'option 
21969 \family sans
21970 Utilise
21971 \begin_inset space ~
21972 \end_inset
21973
21974 le
21975 \begin_inset space ~
21976 \end_inset
21977
21978 placement
21979 \begin_inset space ~
21980 \end_inset
21981
21982 par
21983 \begin_inset space ~
21984 \end_inset
21985
21986 défaut
21987 \family default
21988  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21989  le placement du flottant:
21990 \end_layout
21991
21992 \begin_layout Description
21993 Ici,
21994 \begin_inset space ~
21995 \end_inset
21996
21997 si
21998 \begin_inset space ~
21999 \end_inset
22000
22001 possible: essaie de placer le flottant à la position où il a été inséré
22002  dans LyX
22003 \end_layout
22004
22005 \begin_layout Description
22006 Haut
22007 \begin_inset space ~
22008 \end_inset
22009
22010 de
22011 \begin_inset space ~
22012 \end_inset
22013
22014 la
22015 \begin_inset space ~
22016 \end_inset
22017
22018 page: essaie de placer le flottant en haut de la page courante
22019 \end_layout
22020
22021 \begin_layout Description
22022 Bas
22023 \begin_inset space ~
22024 \end_inset
22025
22026 de
22027 \begin_inset space ~
22028 \end_inset
22029
22030 la
22031 \begin_inset space ~
22032 \end_inset
22033
22034 page: essaie de placer le flottant en bas de la page courante
22035 \end_layout
22036
22037 \begin_layout Description
22038 Page
22039 \begin_inset space ~
22040 \end_inset
22041
22042 de
22043 \begin_inset space ~
22044 \end_inset
22045
22046 flottants: essaie de placer le flottant sur une page à part, éventuellement
22047  avec d'autres flottants 
22048 \end_layout
22049
22050 \begin_layout Standard
22051 LaTeX utilise
22052 \emph on
22053  toujours 
22054 \emph default
22055 les options dans l'ordre donné ci-dessus.
22056  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
22057  d'abord essayer 
22058 \family sans
22059 Ici
22060 \begin_inset space ~
22061 \end_inset
22062
22063 si
22064 \begin_inset space ~
22065 \end_inset
22066
22067 possible
22068 \family default
22069 , ensuite 
22070 \family sans
22071 Haut
22072 \begin_inset space ~
22073 \end_inset
22074
22075 de
22076 \begin_inset space ~
22077 \end_inset
22078
22079 la
22080 \begin_inset space ~
22081 \end_inset
22082
22083 page
22084 \family default
22085 , et ainsi de suite.
22086  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
22087  que vous avez cochées, mais dans l'ordre donné ci-dessus.
22088  Si aucune des quatre options de placement n'est possible, la procédure
22089  est répétée avec la possibilité de mettre les flottant sur la page suivante.
22090 \end_layout
22091
22092 \begin_layout Standard
22093 Implicitement, chaque option a ses propres règles d'application:
22094 \end_layout
22095
22096 \begin_layout Standard
22097
22098 \family sans
22099 Haut
22100 \begin_inset space ~
22101 \end_inset
22102
22103 de
22104 \begin_inset space ~
22105 \end_inset
22106
22107 la
22108 \begin_inset space ~
22109 \end_inset
22110
22111 page
22112 \family default
22113  : seuls les flottants occupant moins de 70% de la page peuvent être placés
22114  en haut de page (
22115 \series bold
22116
22117 \backslash
22118 topfraction
22119 \series default
22120 ).
22121 \end_layout
22122
22123 \begin_layout Standard
22124
22125 \family sans
22126 Bas
22127 \begin_inset space ~
22128 \end_inset
22129
22130 de
22131 \begin_inset space ~
22132 \end_inset
22133
22134 la
22135 \begin_inset space ~
22136 \end_inset
22137
22138 page
22139 \family default
22140  : seuls les flottants occupant moins de 30% de la page peuvent être placés
22141  en bas de page (
22142 \series bold
22143
22144 \backslash
22145 bottomfraction
22146 \series default
22147 ).
22148 \end_layout
22149
22150 \begin_layout Standard
22151
22152 \family sans
22153 Page
22154 \begin_inset space ~
22155 \end_inset
22156
22157 de
22158 \begin_inset space ~
22159 \end_inset
22160
22161 flottants
22162 \family default
22163  : plusieurs flottants peuvent être placés ensembles sur une page seulement
22164  si ils occupent plus de 50% de celle-ci (
22165 \series bold
22166
22167 \backslash
22168 floatpagefraction
22169 \series default
22170 ).
22171 \end_layout
22172
22173 \begin_layout Standard
22174 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
22175  supplémentaire 
22176 \family sans
22177 Ignorer
22178 \begin_inset space ~
22179 \end_inset
22180
22181 les
22182 \begin_inset space ~
22183 \end_inset
22184
22185 règles
22186 \begin_inset space ~
22187 \end_inset
22188
22189 LaTeX
22190 \family default
22191 \lang english
22192 .
22193 \begin_inset Newline newline
22194 \end_inset
22195
22196
22197 \lang french
22198 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
22199  données entre parenthèses après les descriptions des règles données ci-dessus.
22200  Par exemple, pour augmenter à 50
22201 \begin_inset space \thinspace{}
22202 \end_inset
22203
22204 % la valeur de la règle de bas de page dont la valeur implicite est souvent
22205  trop petite, ajoutez cette ligne au préambule de votre document :
22206 \end_layout
22207
22208 \begin_layout Standard
22209
22210 \series bold
22211
22212 \backslash
22213 renewcommand{
22214 \backslash
22215 bottomfraction}{0.5}
22216 \end_layout
22217
22218 \begin_layout Standard
22219 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
22220  exactement à l'endroit où vous l'avez inséré.
22221  dans ce cas utilisez l'option 
22222 \family sans
22223 Ici
22224 \begin_inset space ~
22225 \end_inset
22226
22227 à
22228 \begin_inset space ~
22229 \end_inset
22230
22231 tout
22232 \begin_inset space ~
22233 \end_inset
22234
22235 Prix
22236 \family default
22237 .
22238  Utilisez cette option le moins souvent possible et seulement quand le document
22239  est presque prêt à être imprimé.
22240  En effet, le flottant n'est plus capable de 
22241 \begin_inset Quotes eld
22242 \end_inset
22243
22244 flotter
22245 \begin_inset Quotes erd
22246 \end_inset
22247
22248 , ce qui peut perturber toutes les mises en page.
22249 \end_layout
22250
22251 \begin_layout Standard
22252 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22253  sont toujours entourés par le texte d'un paragraphe donné.
22254 \begin_inset VSpace bigskip
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \begin_layout Standard
22261 On peut parfois se trouver dans la situation où un flottant est placé en
22262  haut d'une page alors que la section concernée ne commence qu'au milieu
22263  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22264  la section précédente.
22265  On peut utiliser la commande LaTeX 
22266 \series bold
22267
22268 \backslash
22269 suppressfloats
22270 \series default
22271  pour éviter ce cas.
22272  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22273  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22274  soit placé avant que la section commence.
22275  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22276  votre document :
22277 \end_layout
22278
22279 \begin_layout Standard
22280
22281 \series bold
22282
22283 \backslash
22284 let
22285 \backslash
22286 mySection
22287 \backslash
22288 section
22289 \begin_inset Newline newline
22290 \end_inset
22291
22292
22293 \backslash
22294 renewcommand{
22295 \backslash
22296 section}{
22297 \backslash
22298 suppressfloats[t]
22299 \backslash
22300 mySection}
22301 \end_layout
22302
22303 \begin_layout Standard
22304 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22305  comme les chapitres et les sous-sections.
22306  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22307  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22308  ensuite avoir du mal à trouver un positionnement correct.
22309 \end_layout
22310
22311 \begin_layout Standard
22312 \begin_inset VSpace bigskip
22313 \end_inset
22314
22315 Dans certains cas il est demandé de placer toutes les figures et tous les
22316  tableaux à la fin du document.
22317  C'est pour de telles situations que le paquetage LaTeX 
22318 \series bold
22319 endfloat
22320 \series default
22321
22322 \begin_inset Index idx
22323 status collapsed
22324
22325 \begin_layout Plain Layout
22326 Paquetages LaTeX ! endfloat
22327 \end_layout
22328
22329 \end_inset
22330
22331  a été développé.
22332  Il met en effet tous les flottants de figures et de tableaux à la fin du
22333  document dans leurs propres sections.
22334  À la position d'origine du flottant, une indication textuelle du genre
22335  
22336 \begin_inset Quotes eld
22337 \end_inset
22338
22339
22340 \family sans
22341 [Figure
22342 \begin_inset space ~
22343 \end_inset
22344
22345 3.2 
22346 \lang english
22347 about here.
22348 \lang french
22349 ]
22350 \family default
22351
22352 \begin_inset Quotes erd
22353 \end_inset
22354
22355  est insérée.
22356  Le paquetage 
22357 \series bold
22358 endfloat
22359 \series default
22360  est chargé dans le préambule avec la ligne suivante 
22361 \end_layout
22362
22363 \begin_layout Standard
22364
22365 \series bold
22366
22367 \backslash
22368 usepackage[options]{endfloat}
22369 \end_layout
22370
22371 \begin_layout Standard
22372 Il y a aussi de nombreuses options de paquetage pour modifier le format
22373  des sections de figures ou de tableau qui sont créées.
22374  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22375  
22376 \series bold
22377 endfloa
22378 \series default
22379
22380 \begin_inset CommandInset citation
22381 LatexCommand cite
22382 key "endfloat"
22383
22384 \end_inset
22385
22386 .
22387 \begin_inset Newline newline
22388 \end_inset
22389
22390
22391 \begin_inset Note Greyedout
22392 status open
22393
22394 \begin_layout Plain Layout
22395
22396 \series bold
22397 Note: endfloat
22398 \series default
22399  ne fournit pas de traduction automatique de l'indication textuelle, vous
22400  devez donc le faire manuellement, voyez la section
22401 \begin_inset space ~
22402 \end_inset
22403
22404 4 de 
22405 \begin_inset CommandInset citation
22406 LatexCommand cite
22407 key "endfloat"
22408
22409 \end_inset
22410
22411 .
22412 \end_layout
22413
22414 \end_inset
22415
22416
22417 \begin_inset Newline newline
22418 \end_inset
22419
22420
22421 \begin_inset Note Greyedout
22422 status open
22423
22424 \begin_layout Plain Layout
22425
22426 \series bold
22427 Note:
22428 \series default
22429  Il y a actuellement un bug dans le paquetage 
22430 \series bold
22431 endfloat
22432 \series default
22433  quand la légende contient un 
22434 \begin_inset Quotes eld
22435 \end_inset
22436
22437 ß
22438 \begin_inset Quotes erd
22439 \end_inset
22440
22441  allemand.
22442  Utilisez dans ce cas la commande 
22443 \begin_inset Quotes eld
22444 \end_inset
22445
22446
22447 \series bold
22448
22449 \backslash
22450 ss
22451 \series default
22452
22453 \begin_inset Quotes erd
22454 \end_inset
22455
22456  en code TeX à la place du 
22457 \begin_inset Quotes eld
22458 \end_inset
22459
22460 ß
22461 \begin_inset Quotes erd
22462 \end_inset
22463
22464 .
22465 \end_layout
22466
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \begin_layout Standard
22473 \begin_inset VSpace bigskip
22474 \end_inset
22475
22476 Pour plus d'information sur les manières de placer les flottants, jetez
22477  un coup d'œil aux livres sur LaTeX, 
22478 \begin_inset CommandInset citation
22479 LatexCommand cite
22480 key "latexcompanion,latexguide,latexbook"
22481
22482 \end_inset
22483
22484 .
22485 \end_layout
22486
22487 \begin_layout Section
22488 Flottants Renversés
22489 \begin_inset CommandInset label
22490 LatexCommand label
22491 name "sec:Flottants-renversés"
22492
22493 \end_inset
22494
22495
22496 \begin_inset Index idx
22497 status collapsed
22498
22499 \begin_layout Plain Layout
22500 Flottants ! Renversés
22501 \end_layout
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \begin_layout Standard
22509 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22510  tableaux très larges.
22511  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22512  un clic droit sur la boîte du flottant et utilisez l'option 
22513 \family sans
22514 Rotation
22515 \begin_inset space ~
22516 \end_inset
22517
22518 90°
22519 \family default
22520 .
22521 \end_layout
22522
22523 \begin_layout Standard
22524 Les flottants renversés sont systématiquement placés sur leur propre page
22525  ( ou colonne, si vous avez un document sur deux colonnes ).
22526  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22527  
22528 \family sans
22529 Plusieurs
22530 \begin_inset space ~
22531 \end_inset
22532
22533 colonnes
22534 \family default
22535  dans les paramètres du flottant.
22536  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22537  du côté de la marge externe.
22538  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22539  ajouter soit l'option 
22540 \series bold
22541 figuresleft
22542 \series default
22543  soit l'option 
22544 \series bold
22545 figuresright
22546 \series default
22547  aux options de la classe de document.
22548 \end_layout
22549
22550 \begin_layout Standard
22551 Faire référence à un flottant renversé se fait de la même manière que pour
22552  un flottant normal, la mise en forme de la légende est aussi identique
22553  : Le tableau
22554 \begin_inset space ~
22555 \end_inset
22556
22557
22558 \begin_inset CommandInset ref
22559 LatexCommand ref
22560 reference "tab:Tableau-pivoté"
22561
22562 \end_inset
22563
22564  est un exemple de flottant de tableau renversé.
22565 \end_layout
22566
22567 \begin_layout Standard
22568 \begin_inset Note Greyedout
22569 status open
22570
22571 \begin_layout Plain Layout
22572
22573 \series bold
22574 Note:
22575 \series default
22576  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22577  DVI.
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 \begin_inset Float table
22587 wide false
22588 sideways true
22589 status open
22590
22591 \begin_layout Plain Layout
22592 \begin_inset Caption
22593
22594 \begin_layout Plain Layout
22595 \begin_inset CommandInset label
22596 LatexCommand label
22597 name "tab:Tableau-pivoté"
22598
22599 \end_inset
22600
22601  Tableau pivoté
22602 \end_layout
22603
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \begin_layout Plain Layout
22610 \align center
22611 \begin_inset Tabular
22612 <lyxtabular version="3" rows="1" columns="5">
22613 <features tabularvalignment="middle">
22614 <column alignment="center" valignment="top" width="0">
22615 <column alignment="center" valignment="top" width="0">
22616 <column alignment="center" valignment="top" width="0">
22617 <column alignment="center" valignment="top" width="0">
22618 <column alignment="center" valignment="top" width="0">
22619 <row>
22620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 test
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 b
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 c
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 d
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 e
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 </row>
22666 </lyxtabular>
22667
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \end_layout
22677
22678 \begin_layout Section
22679 Sous-flottants
22680 \begin_inset Index idx
22681 status collapsed
22682
22683 \begin_layout Plain Layout
22684 Flottants ! Sous-flottants
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Standard
22693 Un exemple de sous-flottant : une figure composée de plusieurs images.
22694  On les crée en insérant un flottant dans un flottant existant.
22695  Le positionnement des sous-flottants peut être contrôlé comme pour les
22696  paragraphes comme on le voit avec les tableaux
22697 \begin_inset space ~
22698 \end_inset
22699
22700
22701 \begin_inset CommandInset ref
22702 LatexCommand ref
22703 reference "tab:Deux-sous-tableaux-cote-a-cote"
22704
22705 \end_inset
22706
22707  et 
22708 \begin_inset CommandInset ref
22709 LatexCommand ref
22710 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22711
22712 \end_inset
22713
22714 .
22715 \end_layout
22716
22717 \begin_layout Standard
22718 On fait référence à des sous-flottants comme on le ferait avec des flottants
22719  normaux : Les tableaux
22720 \begin_inset space ~
22721 \end_inset
22722
22723
22724 \begin_inset CommandInset ref
22725 LatexCommand ref
22726 reference "tab:Le-sous-tableau-a"
22727
22728 \end_inset
22729
22730  et 
22731 \begin_inset CommandInset ref
22732 LatexCommand ref
22733 reference "tab:Le-sous-tableau-b"
22734
22735 \end_inset
22736
22737  sont des sous-tableaux du tableau
22738 \begin_inset space ~
22739 \end_inset
22740
22741
22742 \begin_inset CommandInset ref
22743 LatexCommand ref
22744 reference "tab:Deux-sous-tableaux-cote-a-cote"
22745
22746 \end_inset
22747
22748 .
22749 \end_layout
22750
22751 \begin_layout Standard
22752 \begin_inset Float table
22753 wide false
22754 sideways false
22755 status open
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Caption
22759
22760 \begin_layout Plain Layout
22761 \begin_inset CommandInset label
22762 LatexCommand label
22763 name "tab:Deux-sous-tableaux-cote-a-cote"
22764
22765 \end_inset
22766
22767 Deux sous-tableaux placés côte-à-côte.
22768 \end_layout
22769
22770 \end_inset
22771
22772
22773 \end_layout
22774
22775 \begin_layout Plain Layout
22776 \align center
22777 \begin_inset space \hfill{}
22778 \end_inset
22779
22780
22781 \begin_inset Float table
22782 wide false
22783 sideways false
22784 status collapsed
22785
22786 \begin_layout Plain Layout
22787 \begin_inset Caption
22788
22789 \begin_layout Plain Layout
22790 \begin_inset CommandInset label
22791 LatexCommand label
22792 name "tab:Le-sous-tableau-a"
22793
22794 \end_inset
22795
22796 Le sous-tableau a
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Plain Layout
22805 \align center
22806 \begin_inset Tabular
22807 <lyxtabular version="3" rows="1" columns="5">
22808 <features tabularvalignment="middle">
22809 <column alignment="center" valignment="top" width="0">
22810 <column alignment="center" valignment="top" width="0">
22811 <column alignment="center" valignment="top" width="0">
22812 <column alignment="center" valignment="top" width="0">
22813 <column alignment="center" valignment="top" width="0">
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 test
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 b
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 c
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 d
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 e
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 </row>
22861 </lyxtabular>
22862
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \end_inset
22869
22870
22871 \begin_inset space \hfill{}
22872 \end_inset
22873
22874
22875 \begin_inset Float table
22876 wide false
22877 sideways false
22878 status collapsed
22879
22880 \begin_layout Plain Layout
22881 \begin_inset Caption
22882
22883 \begin_layout Plain Layout
22884 \begin_inset CommandInset label
22885 LatexCommand label
22886 name "tab:Le-sous-tableau-b"
22887
22888 \end_inset
22889
22890 Le sous-tableau b.
22891 \end_layout
22892
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \begin_layout Plain Layout
22899 \align center
22900 \begin_inset Tabular
22901 <lyxtabular version="3" rows="1" columns="5">
22902 <features tabularvalignment="middle">
22903 <column alignment="center" valignment="top" width="0">
22904 <column alignment="center" valignment="top" width="0">
22905 <column alignment="center" valignment="top" width="0">
22906 <column alignment="center" valignment="top" width="0">
22907 <column alignment="center" valignment="top" width="0">
22908 <row>
22909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 e
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 d
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 c
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 b
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 test
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 </lyxtabular>
22956
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \end_inset
22963
22964
22965 \begin_inset space \hfill{}
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \begin_layout Standard
22977 \begin_inset Float table
22978 wide false
22979 sideways false
22980 status open
22981
22982 \begin_layout Plain Layout
22983 \begin_inset Caption
22984
22985 \begin_layout Plain Layout
22986 \begin_inset CommandInset label
22987 LatexCommand label
22988 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22989
22990 \end_inset
22991
22992 Deux sous-tableaux placés l'un sur l'autre.
22993  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \end_layout
23000
23001 \begin_layout Plain Layout
23002 \align center
23003 \begin_inset Float table
23004 wide false
23005 sideways false
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009 \begin_inset Caption
23010
23011 \begin_layout Plain Layout
23012
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Plain Layout
23021 \align center
23022 \begin_inset Tabular
23023 <lyxtabular version="3" rows="1" columns="4">
23024 <features tabularvalignment="middle">
23025 <column alignment="center" valignment="top" width="0">
23026 <column alignment="center" valignment="top" width="0">
23027 <column alignment="center" valignment="top" width="0">
23028 <column alignment="center" valignment="top" width="0">
23029 <row>
23030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 test
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 test
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 test
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 test
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 </row>
23067 </lyxtabular>
23068
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \begin_layout Plain Layout
23080 \align center
23081 \begin_inset Float table
23082 wide false
23083 sideways false
23084 status collapsed
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Caption
23088
23089 \begin_layout Plain Layout
23090
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Plain Layout
23099 \align center
23100 \begin_inset Tabular
23101 <lyxtabular version="3" rows="1" columns="5">
23102 <features tabularvalignment="middle">
23103 <column alignment="center" valignment="top" width="0">
23104 <column alignment="center" valignment="top" width="0">
23105 <column alignment="center" valignment="top" width="0">
23106 <column alignment="center" valignment="top" width="0">
23107 <column alignment="center" valignment="top" width="0">
23108 <row>
23109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113 a
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 b
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 c
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 d
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 e
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 </lyxtabular>
23156
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \begin_layout Section
23173 Flottants côte-à-côte
23174 \begin_inset Index idx
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178 Flottants ! côte-à-côte
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Standard
23187 Pour placer des flottants côte-à-côte, comme pour la figure
23188 \begin_inset space ~
23189 \end_inset
23190
23191
23192 \begin_inset CommandInset ref
23193 LatexCommand ref
23194 reference "fig:Flottant-gauche"
23195
23196 \end_inset
23197
23198  et 
23199 \begin_inset CommandInset ref
23200 LatexCommand ref
23201 reference "fig:Flottant-droit"
23202
23203 \end_inset
23204
23205 , on n'utilise 
23206 \emph on
23207 qu'un seul 
23208 \emph default
23209 flottant.
23210  On y insère deux boîtes de minipages.
23211 \begin_inset Foot
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215 Les minipages sont décrites dans la section
23216 \begin_inset space ~
23217 \end_inset
23218
23219
23220 \begin_inset CommandInset ref
23221 LatexCommand ref
23222 reference "sec:Minipages"
23223
23224 \end_inset
23225
23226 .
23227 \end_layout
23228
23229 \end_inset
23230
23231  La largeur est mise à 45
23232 \begin_inset space \thinspace{}
23233 \end_inset
23234
23235 -50
23236 \begin_inset space \thinspace{}
23237 \end_inset
23238
23239 column% et l'alignement de la boîte à 
23240 \family sans
23241 Bas
23242 \family default
23243  pour chaque minipage.
23244  Les boîtes minipages contiennent l'image et la légende exactement comme
23245  avec un flottant.
23246  La seule différence est que l'unité de longueur 
23247 \family sans
23248 Largeur
23249 \begin_inset space ~
23250 \end_inset
23251
23252 colonne
23253 \begin_inset space ~
23254 \end_inset
23255
23256 %
23257 \family default
23258  utilisée pour l'image est maintenant définie par rapport à la largeur des
23259  boîtes minipages.
23260 \end_layout
23261
23262 \begin_layout Standard
23263 \begin_inset Float figure
23264 wide false
23265 sideways false
23266 status open
23267
23268 \begin_layout Plain Layout
23269 \begin_inset Box Frameless
23270 position "b"
23271 hor_pos "c"
23272 has_inner_box 1
23273 inner_pos "t"
23274 use_parbox 0
23275 use_makebox 0
23276 width "45col%"
23277 special "none"
23278 height "1in"
23279 height_special "totalheight"
23280 status open
23281
23282 \begin_layout Plain Layout
23283 \align center
23284 \begin_inset Graphics
23285         filename ../clipart/mobius.eps
23286         lyxscale 50
23287         width 100col%
23288         scaleBeforeRotation
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Caption
23297
23298 \begin_layout Plain Layout
23299 \begin_inset CommandInset label
23300 LatexCommand label
23301 name "fig:Flottant-gauche"
23302
23303 \end_inset
23304
23305 Flottant du côté gauche.
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \begin_inset space \hfill{}
23317 \end_inset
23318
23319
23320 \begin_inset Box Frameless
23321 position "b"
23322 hor_pos "c"
23323 has_inner_box 1
23324 inner_pos "t"
23325 use_parbox 0
23326 use_makebox 0
23327 width "45col%"
23328 special "none"
23329 height "1in"
23330 height_special "totalheight"
23331 status open
23332
23333 \begin_layout Plain Layout
23334 \align center
23335 \begin_inset Graphics
23336         filename ../clipart/platypus.eps
23337         lyxscale 50
23338         width 100col%
23339         scaleBeforeRotation
23340
23341 \end_inset
23342
23343
23344 \end_layout
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Caption
23348
23349 \begin_layout Plain Layout
23350 \begin_inset CommandInset label
23351 LatexCommand label
23352 name "fig:Flottant-droit"
23353
23354 \end_inset
23355
23356 Flottant du côté droit.
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \begin_layout Section
23375 Mise en Forme de la Légende
23376 \begin_inset Index idx
23377 status collapsed
23378
23379 \begin_layout Plain Layout
23380 Légende ! Mise en forme
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \begin_inset Index idx
23387 status collapsed
23388
23389 \begin_layout Plain Layout
23390 Flottants ! Mise en forme de la Légende
23391 \end_layout
23392
23393 \end_inset
23394
23395
23396 \begin_inset CommandInset label
23397 LatexCommand label
23398 name "sec:Formatage-légende"
23399
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \begin_layout Standard
23406 L'environnement 
23407 \family sans
23408 Légende
23409 \family default
23410  est l'environnement de paragraphe implicite pour les 
23411 \family sans
23412 flottants
23413 \family default
23414 .
23415  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23416  par exemple 
23417 \begin_inset Quotes eld
23418 \end_inset
23419
23420
23421 \family sans
23422 Figure #:
23423 \family default
23424
23425 \begin_inset Quotes erd
23426 \end_inset
23427
23428  suivi par le texte de la légende.
23429  Le 
23430 \begin_inset Quotes eld
23431 \end_inset
23432
23433 #
23434 \begin_inset Quotes erd
23435 \end_inset
23436
23437  étant remplacé par le numéro de référence réel.
23438  implicitement l'étiquette et le numéro sont dans la même police de caractères
23439  que le texte de la légende et deux points suivent le numéro pour séparer
23440  l'étiquette du texte.
23441  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23442 \end_layout
23443
23444 \begin_layout Standard
23445 Pour modifier le format implicite des légendes, il faut charger le paquetage
23446  LaTeX 
23447 \series bold
23448 caption
23449 \series default
23450
23451 \begin_inset Index idx
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455 Paquetages LaTeX ! caption
23456 \end_layout
23457
23458 \end_inset
23459
23460  dans le préambule de votre document avec la ligne suivante :
23461 \end_layout
23462
23463 \begin_layout Standard
23464
23465 \series bold
23466
23467 \backslash
23468 usepackage[format definition]{caption}
23469 \end_layout
23470
23471 \begin_layout Standard
23472 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23473  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23474  dans ce document, utilisez les commandes suivantes :
23475 \end_layout
23476
23477 \begin_layout Standard
23478
23479 \series bold
23480
23481 \backslash
23482 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23483 \end_layout
23484
23485 \begin_layout Standard
23486 Vous pouvez aussi définir des formats de légendes différents pour les différents
23487  types de flottants.
23488  Dans ce cas chargez le paquetage 
23489 \series bold
23490 caption 
23491 \series default
23492 sans option de format spécifique et définissez les différents formats à
23493  l'aide de la commande 
23494 \end_layout
23495
23496 \begin_layout Standard
23497
23498 \series bold
23499
23500 \backslash
23501 captionsetup[type de flottant]{définition du format}
23502 \end_layout
23503
23504 \begin_layout Standard
23505 dans le préambule du document.
23506  Par exemple les formats de légende de la Figure
23507 \begin_inset space ~
23508 \end_inset
23509
23510
23511 \begin_inset CommandInset ref
23512 LatexCommand ref
23513 reference "fig:Legende-de-fig"
23514
23515 \end_inset
23516
23517  et du Tableau
23518 \begin_inset space ~
23519 \end_inset
23520
23521
23522 \begin_inset CommandInset ref
23523 LatexCommand ref
23524 reference "tab:Légende-de-tab"
23525
23526 \end_inset
23527
23528  peuvent être créés en utilisant les commandes suivantes dans le préambule
23529  :
23530 \end_layout
23531
23532 \begin_layout Standard
23533
23534 \series bold
23535
23536 \backslash
23537 usepackage[tableposition=top]{caption}
23538 \series default
23539
23540 \begin_inset Newline newline
23541 \end_inset
23542
23543
23544 \series bold
23545
23546 \backslash
23547 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23548 \begin_inset Newline newline
23549 \end_inset
23550
23551
23552 \begin_inset Phantom HPhantom
23553 status open
23554
23555 \begin_layout Plain Layout
23556
23557 \series bold
23558
23559 \backslash
23560 captionsetup[figure]{
23561 \end_layout
23562
23563 \end_inset
23564
23565 labelsep=period}
23566 \begin_inset Newline newline
23567 \end_inset
23568
23569
23570 \backslash
23571 captionsetup[table]{labelfont={bf,sf}}
23572 \end_layout
23573
23574 \begin_layout Standard
23575 \begin_inset Note Greyedout
23576 status open
23577
23578 \begin_layout Plain Layout
23579
23580 \series bold
23581 Note:
23582 \series default
23583  L'option 
23584 \series bold
23585 tableposition=top
23586 \series default
23587  n'a pas d'effet quand on utilise un document de classe 
23588 \series bold
23589 KOMA-Script
23590 \series default
23591
23592 \begin_inset Index idx
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596 Paquetages LaTeX ! KOMA-Script
23597 \end_layout
23598
23599 \end_inset
23600
23601 .
23602  Dans ce cas on doit utiliser l'option 
23603 \series bold
23604 captions=tableheading
23605 \series default
23606  de la classe de document.
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \begin_layout Standard
23615 Pour plus d'information sur le paquetage 
23616 \series bold
23617 caption
23618 \series default
23619  nous vous renvoyons à sa documentation 
23620 \begin_inset CommandInset citation
23621 LatexCommand cite
23622 key "caption"
23623
23624 \end_inset
23625
23626 .
23627 \end_layout
23628
23629 \begin_layout Standard
23630 Pour changer le nom de l'étiquette, par exemple de 
23631 \begin_inset Quotes eld
23632 \end_inset
23633
23634 Figure
23635 \begin_inset Quotes erd
23636 \end_inset
23637
23638  à 
23639 \begin_inset Quotes eld
23640 \end_inset
23641
23642 Image
23643 \begin_inset Quotes erd
23644 \end_inset
23645
23646 , utilisez la commande suivante dans le préambule :
23647 \end_layout
23648
23649 \begin_layout Standard
23650
23651 \series bold
23652
23653 \backslash
23654 renewcommand{
23655 \backslash
23656 fnum@figure}{Image~
23657 \backslash
23658 thefigure}
23659 \end_layout
23660
23661 \begin_layout Standard
23662 où 
23663 \series bold
23664
23665 \backslash
23666 thefigure
23667 \series default
23668  insère le numéro de la figure et
23669 \series bold
23670  
23671 \begin_inset Quotes eld
23672 \end_inset
23673
23674 ~
23675 \series default
23676
23677 \begin_inset Quotes erd
23678 \end_inset
23679
23680  ajoute une espace insécable.
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \begin_inset VSpace bigskip
23685 \end_inset
23686
23687 Si vous utilisez un document de classe 
23688 \series bold
23689 KOMA-Script
23690 \series default
23691
23692 \begin_inset Index idx
23693 status collapsed
23694
23695 \begin_layout Plain Layout
23696 Paquetages LaTeX ! KOMA-Script
23697 \end_layout
23698
23699 \end_inset
23700
23701  (
23702 \family sans
23703 article (KOMA-Script)
23704 \family default
23705
23706 \family sans
23707 book (KOMA-Script)
23708 \family default
23709
23710 \family sans
23711 letter (KOMA-Script)
23712 \family default
23713 , ou 
23714 \family sans
23715 report (KOMA-Script)
23716 \family default
23717
23718 \begin_inset space \thinspace{}
23719 \end_inset
23720
23721 ), Vous pouvez utiliser la commande incorporée 
23722 \series bold
23723
23724 \backslash
23725 setkomafont 
23726 \series default
23727 du paquetage
23728 \series bold
23729  KOMA-Script 
23730 \series default
23731 à la place du paquetage
23732 \series bold
23733  caption.
23734  
23735 \series default
23736 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23737  suivante au préambule de votre document :
23738 \end_layout
23739
23740 \begin_layout Standard
23741
23742 \series bold
23743
23744 \backslash
23745 setkomafont{captionlabel}{
23746 \backslash
23747 bfseries}
23748 \end_layout
23749
23750 \begin_layout Standard
23751 Pour plus d'information au sujet de 
23752 \series bold
23753
23754 \backslash
23755 setkomafont
23756 \series default
23757  nous vous renvoyons à la documentation du paquetage 
23758 \series bold
23759 KOMA-Script
23760 \series default
23761  
23762 \begin_inset CommandInset citation
23763 LatexCommand cite
23764 key "KOMA-Script"
23765
23766 \end_inset
23767
23768 .
23769 \end_layout
23770
23771 \begin_layout Standard
23772 \begin_inset ERT
23773 status collapsed
23774
23775 \begin_layout Plain Layout
23776
23777
23778 \backslash
23779 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23780 }
23781 \end_layout
23782
23783 \end_inset
23784
23785
23786 \begin_inset Note Note
23787 status open
23788
23789 \begin_layout Plain Layout
23790 Le format de la légende n'est modifié que pour cet exemple.
23791 \end_layout
23792
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \begin_layout Standard
23799 \begin_inset Float figure
23800 placement !p
23801 wide false
23802 sideways false
23803 status open
23804
23805 \begin_layout Plain Layout
23806 \align center
23807 \begin_inset Graphics
23808         filename ../clipart/mobius.eps
23809         lyxscale 50
23810         scale 50
23811         scaleBeforeRotation
23812
23813 \end_inset
23814
23815
23816 \end_layout
23817
23818 \begin_layout Plain Layout
23819 \begin_inset Caption
23820
23821 \begin_layout Plain Layout
23822 \begin_inset CommandInset label
23823 LatexCommand label
23824 name "fig:Legende-de-fig"
23825
23826 \end_inset
23827
23828 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23829  pour montrer les différents types de formats de légendes.
23830  Ici on a utilisé un format de légende personnalisé.
23831 \end_layout
23832
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \begin_layout Standard
23844 \begin_inset ERT
23845 status collapsed
23846
23847 \begin_layout Plain Layout
23848
23849
23850 \backslash
23851 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23852 on}
23853 \end_layout
23854
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \begin_layout Standard
23861 \begin_inset Float table
23862 placement !p
23863 wide false
23864 sideways false
23865 status open
23866
23867 \begin_layout Plain Layout
23868 \begin_inset Caption
23869
23870 \begin_layout Plain Layout
23871 \begin_inset CommandInset label
23872 LatexCommand label
23873 name "tab:Légende-de-tab"
23874
23875 \end_inset
23876
23877 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23878  pour montrer les différents types de formats de légendes.
23879  Ici on a utilisé le format de légende implicite.
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Plain Layout
23888 \align center
23889 \begin_inset Tabular
23890 <lyxtabular version="3" rows="1" columns="5">
23891 <features tabularvalignment="middle">
23892 <column alignment="center" valignment="top" width="0">
23893 <column alignment="center" valignment="top" width="0">
23894 <column alignment="center" valignment="top" width="0">
23895 <column alignment="center" valignment="top" width="0">
23896 <column alignment="center" valignment="top" width="0">
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 a
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 b
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 c
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 d
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 e
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 </lyxtabular>
23945
23946 \end_inset
23947
23948
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Section
23957 Positionnement de la Légende
23958 \begin_inset Index idx
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962 Légende ! Placement
23963 \end_layout
23964
23965 \end_inset
23966
23967
23968 \begin_inset Index idx
23969 status collapsed
23970
23971 \begin_layout Plain Layout
23972 Flottants ! Placement de la légende
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \begin_inset CommandInset label
23979 LatexCommand label
23980 name "sec:Placement-légende"
23981
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \begin_layout Standard
23988 La règle habituelle pour placer la légende est :
23989 \end_layout
23990
23991 \begin_layout Description
23992 Figure
23993 \begin_inset space ~
23994 \end_inset
23995
23996 : La légende est placée en dessous de la figure
23997 \end_layout
23998
23999 \begin_layout Description
24000 Tableau
24001 \begin_inset space ~
24002 \end_inset
24003
24004 : La légende est placée au dessus du tableau
24005 \end_layout
24006
24007 \begin_layout Standard
24008 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
24009  au dessus des tableaux.
24010  Ce qui fait que si vous utilisez une des classes de document 
24011 \family sans
24012 article
24013 \family default
24014
24015 \family sans
24016 book
24017 \family default
24018
24019 \family sans
24020 letter
24021 \family default
24022 , ou 
24023 \family sans
24024 report
24025 \family default
24026  il n'y aura pas d'espace libre entre la légende et le tableau.
24027  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
24028  de chargement du paquetage LaTeX 
24029 \series bold
24030 caption
24031 \series default
24032  dans le préambule de votre document
24033 \begin_inset Foot
24034 status open
24035
24036 \begin_layout Plain Layout
24037 Voir la section
24038 \begin_inset space ~
24039 \end_inset
24040
24041
24042 \begin_inset CommandInset ref
24043 LatexCommand ref
24044 reference "sec:Formatage-légende"
24045
24046 \end_inset
24047
24048  pour plus d'information sur le paquetage 
24049 \series bold
24050 caption
24051 \series default
24052 .
24053 \end_layout
24054
24055 \end_inset
24056
24057 :
24058 \end_layout
24059
24060 \begin_layout Standard
24061
24062 \series bold
24063 tableposition=top
24064 \end_layout
24065
24066 \begin_layout Standard
24067 Si vous utilisez une classe de document 
24068 \series bold
24069 KOMA-Script
24070 \series default
24071
24072 \begin_inset Index idx
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076 Paquetages LaTeX ! KOMA-Script
24077 \end_layout
24078
24079 \end_inset
24080
24081  (
24082 \family sans
24083 article (KOMA-Script)
24084 \family default
24085
24086 \family sans
24087 book (KOMA-Script)
24088 \family default
24089
24090 \family sans
24091 letter (KOMA-Script)
24092 \family default
24093 , ou 
24094 \family sans
24095 report (KOMA-Script)
24096 \family default
24097
24098 \begin_inset space \thinspace{}
24099 \end_inset
24100
24101 ), vous pouvez utiliser à la place du paquetage 
24102 \series bold
24103 caption
24104 \series default
24105  l'option 
24106 \series bold
24107 captions=tableheading
24108 \series default
24109  de la classe de document.
24110 \end_layout
24111
24112 \begin_layout Standard
24113 \begin_inset VSpace bigskip
24114 \end_inset
24115
24116 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
24117  Pour cela, vous devez charger le paquetage LaTeX 
24118 \series bold
24119 sidecap
24120 \series default
24121
24122 \begin_inset Index idx
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126 Paquetages LaTeX ! sidecap
24127 \end_layout
24128
24129 \end_inset
24130
24131  dans le préambule de votre document avec la ligne de commande suivante
24132 \end_layout
24133
24134 \begin_layout Standard
24135
24136 \series bold
24137
24138 \backslash
24139 usepackage[option]{sidecap}
24140 \end_layout
24141
24142 \begin_layout Standard
24143 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
24144  extérieure – à droite sur les pages impaires et à gauche sur les pages
24145  paires.
24146  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
24147  
24148 \series bold
24149 innercaption
24150 \series default
24151 .
24152  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
24153  
24154 \series bold
24155 rightcaption
24156 \series default
24157  ou 
24158 \series bold
24159 leftcaption
24160 \series default
24161 .
24162 \end_layout
24163
24164 \begin_layout Standard
24165 \begin_inset ERT
24166 status collapsed
24167
24168 \begin_layout Plain Layout
24169
24170
24171 \backslash
24172 ifsidecap
24173 \end_layout
24174
24175 \end_inset
24176
24177
24178 \begin_inset Note Note
24179 status open
24180
24181 \begin_layout Plain Layout
24182 La section suivante ne sera affichée que si le paquetage LaTeX 
24183 \series bold
24184 sidecap
24185 \series default
24186  a été installé.
24187 \end_layout
24188
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \begin_layout Standard
24195 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
24196  ajouter ces commandes dans le préambule de votre document :
24197 \end_layout
24198
24199 \begin_layout Standard
24200 \noindent
24201 \begin_inset CommandInset line
24202 LatexCommand rule
24203 offset "0.5ex"
24204 width "100line%"
24205 height "1pt"
24206
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \begin_layout Standard
24213
24214 \series bold
24215
24216 \backslash
24217 newcommand{
24218 \backslash
24219 TabBesBeg}{%
24220 \begin_inset Newline newline
24221 \end_inset
24222
24223
24224 \begin_inset Phantom HPhantom
24225 status open
24226
24227 \begin_layout Plain Layout
24228
24229 \series bold
24230 \begin_inset space ~
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \backslash
24240 let
24241 \backslash
24242 MyTable
24243 \backslash
24244 table
24245 \begin_inset Newline newline
24246 \end_inset
24247
24248
24249 \begin_inset Phantom HPhantom
24250 status open
24251
24252 \begin_layout Plain Layout
24253
24254 \series bold
24255 \begin_inset space ~
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262
24263
24264 \backslash
24265 let
24266 \backslash
24267 MyEndtable
24268 \backslash
24269 endtable
24270 \begin_inset Newline newline
24271 \end_inset
24272
24273
24274 \begin_inset Phantom HPhantom
24275 status open
24276
24277 \begin_layout Plain Layout
24278
24279 \series bold
24280 \begin_inset space ~
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287
24288
24289 \backslash
24290 renewenvironment{table}{
24291 \backslash
24292 begin{SCtable}}{
24293 \backslash
24294 end{SCtable}}}
24295 \end_layout
24296
24297 \begin_layout Standard
24298
24299 \series bold
24300
24301 \backslash
24302 newcommand{
24303 \backslash
24304 TabBesEnd}{%
24305 \begin_inset Newline newline
24306 \end_inset
24307
24308
24309 \begin_inset Phantom HPhantom
24310 status open
24311
24312 \begin_layout Plain Layout
24313
24314 \series bold
24315 \begin_inset space ~
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \end_inset
24322
24323
24324 \backslash
24325 let
24326 \backslash
24327 table
24328 \backslash
24329 MyTable
24330 \begin_inset Newline newline
24331 \end_inset
24332
24333
24334 \begin_inset Phantom HPhantom
24335 status open
24336
24337 \begin_layout Plain Layout
24338
24339 \series bold
24340 \begin_inset space ~
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \backslash
24350 let
24351 \backslash
24352 endtable
24353 \backslash
24354 MyEndtable
24355 \end_layout
24356
24357 \begin_layout Standard
24358
24359 \series bold
24360
24361 \backslash
24362 newcommand{
24363 \backslash
24364 FigBesBeg}{%
24365 \begin_inset Newline newline
24366 \end_inset
24367
24368
24369 \begin_inset Phantom HPhantom
24370 status open
24371
24372 \begin_layout Plain Layout
24373
24374 \series bold
24375 \begin_inset space ~
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \end_inset
24382
24383
24384 \backslash
24385 let
24386 \backslash
24387 MyFigure
24388 \backslash
24389 figure
24390 \begin_inset Newline newline
24391 \end_inset
24392
24393
24394 \begin_inset Phantom HPhantom
24395 status open
24396
24397 \begin_layout Plain Layout
24398
24399 \series bold
24400 \begin_inset space ~
24401 \end_inset
24402
24403
24404 \end_layout
24405
24406 \end_inset
24407
24408
24409 \backslash
24410 let
24411 \backslash
24412 MyEndfigure
24413 \backslash
24414 endfigure
24415 \begin_inset Newline newline
24416 \end_inset
24417
24418
24419 \begin_inset Phantom HPhantom
24420 status open
24421
24422 \begin_layout Plain Layout
24423
24424 \series bold
24425 \begin_inset space ~
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \end_inset
24432
24433
24434 \backslash
24435 renewenvironment{figure}{
24436 \backslash
24437 begin{SCfigure}}{
24438 \backslash
24439 end{SCfigure}}}
24440 \end_layout
24441
24442 \begin_layout Standard
24443
24444 \series bold
24445
24446 \backslash
24447 newcommand{
24448 \backslash
24449 FigBesEnd}{%
24450 \begin_inset Newline newline
24451 \end_inset
24452
24453
24454 \begin_inset Phantom HPhantom
24455 status open
24456
24457 \begin_layout Plain Layout
24458
24459 \series bold
24460 \begin_inset space ~
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \end_inset
24467
24468
24469 \backslash
24470 let
24471 \backslash
24472 figure
24473 \backslash
24474 MyFigure
24475 \begin_inset Newline newline
24476 \end_inset
24477
24478
24479 \begin_inset Phantom HPhantom
24480 status open
24481
24482 \begin_layout Plain Layout
24483
24484 \series bold
24485 \begin_inset space ~
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \backslash
24495 let
24496 \backslash
24497 endfigure
24498 \backslash
24499 MyEndfigure}
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \noindent
24504 \begin_inset CommandInset line
24505 LatexCommand rule
24506 offset "0.5ex"
24507 width "100line%"
24508 height "1pt"
24509
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \begin_layout Standard
24516 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24517  la légende se place sur le côté.
24518  Pour les flottants de figure, utilisez la commande
24519 \end_layout
24520
24521 \begin_layout Standard
24522
24523 \series bold
24524
24525 \backslash
24526 FigBesBeg
24527 \end_layout
24528
24529 \begin_layout Standard
24530 en code TeX avant le flottant.
24531  Après le flottant, insérez la commande
24532 \end_layout
24533
24534 \begin_layout Standard
24535
24536 \series bold
24537
24538 \backslash
24539 FigBesEnd
24540 \end_layout
24541
24542 \begin_layout Standard
24543 en code TeX pour revenir à la définition originale du flottant.
24544 \end_layout
24545
24546 \begin_layout Standard
24547 Pour les flottants de tableau, utilisez les commandes correspondantes
24548 \end_layout
24549
24550 \begin_layout Standard
24551
24552 \series bold
24553
24554 \backslash
24555 TabBesBeg
24556 \series default
24557  et 
24558 \series bold
24559
24560 \backslash
24561 TabBesEnd
24562 \end_layout
24563
24564 \begin_layout Standard
24565 La figure
24566 \begin_inset space ~
24567 \end_inset
24568
24569
24570 \begin_inset CommandInset ref
24571 LatexCommand ref
24572 reference "fig:legende-a-coté-fig"
24573
24574 \end_inset
24575
24576  et le tableau
24577 \begin_inset space ~
24578 \end_inset
24579
24580
24581 \begin_inset CommandInset ref
24582 LatexCommand ref
24583 reference "tab:legende-à-coté-tableau"
24584
24585 \end_inset
24586
24587  sont des exemples où la légende a été mises sur le coté.
24588 \end_layout
24589
24590 \begin_layout Standard
24591 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24592  pour les flottants de tableau et vers le bas pour les flottants de figure.
24593  Pour changer ce comportement, vous pouvez utiliser les commandes
24594 \end_layout
24595
24596 \begin_layout Standard
24597
24598 \series bold
24599
24600 \backslash
24601 sidecaptionvpos{type flottant}{placement}
24602 \end_layout
24603
24604 \begin_layout Standard
24605 dans le préambule du document ou en code TeX juste avant le flottant visé.
24606  Le type du flottant est soit 
24607 \family sans
24608 figure
24609 \family default
24610  soit 
24611 \family sans
24612 table
24613 \family default
24614 , le placement peut être 
24615 \begin_inset Quotes eld
24616 \end_inset
24617
24618
24619 \family sans
24620 t
24621 \family default
24622
24623 \begin_inset Quotes erd
24624 \end_inset
24625
24626  pour haut (top), 
24627 \begin_inset Quotes eld
24628 \end_inset
24629
24630
24631 \family sans
24632 c
24633 \family default
24634
24635 \begin_inset Quotes erd
24636 \end_inset
24637
24638  pour centre (center), ou 
24639 \begin_inset Quotes eld
24640 \end_inset
24641
24642
24643 \family sans
24644 b
24645 \family default
24646
24647 \begin_inset Quotes erd
24648 \end_inset
24649
24650  pour bas (bottom).
24651  Pour que, par exemple, les légendes des flottants de figure soient centrés
24652  verticalement, utilisez la commande
24653 \end_layout
24654
24655 \begin_layout Standard
24656
24657 \series bold
24658
24659 \backslash
24660 sidecaptionvpos{figure}{c}
24661 \end_layout
24662
24663 \begin_layout Standard
24664 C'est ce qui a été utilisé pour la figure
24665 \begin_inset space ~
24666 \end_inset
24667
24668
24669 \begin_inset CommandInset ref
24670 LatexCommand ref
24671 reference "fig:legende-à-coté-fig-2"
24672
24673 \end_inset
24674
24675 .
24676 \end_layout
24677
24678 \begin_layout Standard
24679 \begin_inset VSpace medskip
24680 \end_inset
24681
24682 Pour plus d'information sur le paquetage 
24683 \series bold
24684 sidecap
24685 \series default
24686  nous vous renvoyons à sa documentation 
24687 \begin_inset CommandInset citation
24688 LatexCommand cite
24689 key "sidecap"
24690
24691 \end_inset
24692
24693 .
24694 \end_layout
24695
24696 \begin_layout Standard
24697 \begin_inset Note Greyedout
24698 status open
24699
24700 \begin_layout Plain Layout
24701
24702 \series bold
24703 Note:
24704 \series default
24705  Le paquetage LaTeX 
24706 \series bold
24707 hypcap
24708 \series default
24709
24710 \begin_inset Index idx
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714 Paquetages LaTeX ! hypcap
24715 \end_layout
24716
24717 \end_inset
24718
24719 , qui est décrit dans la section
24720 \begin_inset space ~
24721 \end_inset
24722
24723
24724 \begin_inset CommandInset ref
24725 LatexCommand ref
24726 reference "sub:Reference-Position"
24727
24728 \end_inset
24729
24730 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24731 \end_layout
24732
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \begin_layout Standard
24739 \begin_inset ERT
24740 status collapsed
24741
24742 \begin_layout Plain Layout
24743
24744
24745 \backslash
24746 FigBesBeg 
24747 \end_layout
24748
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \begin_layout Standard
24755 \begin_inset Float figure
24756 wide false
24757 sideways false
24758 status open
24759
24760 \begin_layout Plain Layout
24761 \begin_inset Graphics
24762         filename ../clipart/escher-lsd.eps
24763         scale 75
24764         scaleBeforeRotation
24765
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \begin_layout Plain Layout
24772 \begin_inset Caption
24773
24774 \begin_layout Plain Layout
24775 \begin_inset CommandInset label
24776 LatexCommand label
24777 name "fig:legende-a-coté-fig"
24778
24779 \end_inset
24780
24781 Une légende à côté d'une figure.
24782 \end_layout
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Standard
24795 \begin_inset ERT
24796 status collapsed
24797
24798 \begin_layout Plain Layout
24799
24800
24801 \backslash
24802 TabBesBeg 
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \begin_inset Float table
24812 wide false
24813 sideways false
24814 status open
24815
24816 \begin_layout Plain Layout
24817 \begin_inset Caption
24818
24819 \begin_layout Plain Layout
24820 \begin_inset CommandInset label
24821 LatexCommand label
24822 name "tab:legende-à-coté-tableau"
24823
24824 \end_inset
24825
24826 Une légende à côté d'un tableau.
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Plain Layout
24835 \begin_inset Tabular
24836 <lyxtabular version="3" rows="4" columns="5">
24837 <features tabularvalignment="middle">
24838 <column alignment="center" valignment="top" width="0">
24839 <column alignment="center" valignment="top" width="0">
24840 <column alignment="center" valignment="top" width="0">
24841 <column alignment="center" valignment="top" width="0">
24842 <column alignment="center" valignment="top" width="0">
24843 <row>
24844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24845 \begin_inset Text
24846
24847 \begin_layout Plain Layout
24848 a
24849 \end_layout
24850
24851 \end_inset
24852 </cell>
24853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \end_layout
24859
24860 \end_inset
24861 </cell>
24862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866 b
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884 c
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 </row>
24890 <row>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904 d
24905 \end_layout
24906
24907 \end_inset
24908 </cell>
24909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24910 \begin_inset Text
24911
24912 \begin_layout Plain Layout
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922 e
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 </row>
24937 <row>
24938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942 f
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 g
24961 \end_layout
24962
24963 \end_inset
24964 </cell>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \end_layout
24971
24972 \end_inset
24973 </cell>
24974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24975 \begin_inset Text
24976
24977 \begin_layout Plain Layout
24978 h
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 </row>
24984 <row>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24995 \begin_inset Text
24996
24997 \begin_layout Plain Layout
24998 i
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016 j
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 </row>
25031 </lyxtabular>
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \begin_layout Standard
25044 \begin_inset ERT
25045 status collapsed
25046
25047 \begin_layout Plain Layout
25048
25049
25050 \backslash
25051 TabBesEnd
25052 \end_layout
25053
25054 \end_inset
25055
25056
25057 \end_layout
25058
25059 \begin_layout Standard
25060 \begin_inset ERT
25061 status collapsed
25062
25063 \begin_layout Plain Layout
25064
25065
25066 \backslash
25067 sidecaptionvpos{figure}{c}
25068 \end_layout
25069
25070 \end_inset
25071
25072
25073 \begin_inset Float figure
25074 wide false
25075 sideways false
25076 status open
25077
25078 \begin_layout Plain Layout
25079 \begin_inset Graphics
25080         filename ../clipart/escher-lsd.eps
25081         scale 75
25082         scaleBeforeRotation
25083
25084 \end_inset
25085
25086
25087 \end_layout
25088
25089 \begin_layout Plain Layout
25090 \begin_inset Caption
25091
25092 \begin_layout Plain Layout
25093 \begin_inset CommandInset label
25094 LatexCommand label
25095 name "fig:legende-à-coté-fig-2"
25096
25097 \end_inset
25098
25099 Une légende centrée verticalement à côté d'une figure.
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \begin_layout Standard
25113 \begin_inset ERT
25114 status collapsed
25115
25116 \begin_layout Plain Layout
25117
25118
25119 \backslash
25120 FigBesEnd
25121 \end_layout
25122
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \begin_layout Standard
25129 \begin_inset ERT
25130 status collapsed
25131
25132 \begin_layout Plain Layout
25133
25134
25135 \backslash
25136 else
25137 \end_layout
25138
25139 \end_inset
25140
25141
25142 \begin_inset Note Note
25143 status open
25144
25145 \begin_layout Plain Layout
25146 Ce qui suit sera affiché si le paquetage LaTeX 
25147 \series bold
25148 sidecap
25149 \series default
25150  n'est pas installé :
25151 \end_layout
25152
25153 \end_inset
25154
25155
25156 \end_layout
25157
25158 \begin_layout Standard
25159 Vous devez installer le paquetage LaTeX 
25160 \series bold
25161 sidecap
25162 \series default
25163  pour voir la suite de cette section dans la sortie imprimée.
25164 \end_layout
25165
25166 \begin_layout Standard
25167 \begin_inset ERT
25168 status collapsed
25169
25170 \begin_layout Plain Layout
25171
25172
25173 \backslash
25174 fi
25175 \end_layout
25176
25177 \end_inset
25178
25179
25180 \end_layout
25181
25182 \begin_layout Section
25183 Les Listes de Flottants
25184 \begin_inset Index idx
25185 status collapsed
25186
25187 \begin_layout Plain Layout
25188 Flottants ! Listes de Flottants
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Standard
25197 De la même façon que la table des matières fait la liste des sections du
25198  document, il y a des listes pour tous les types de flottants, comme par
25199  exemple pour les figures du document.
25200  Vous pouvez les insérer en utilisant le menu 
25201 \family sans
25202 Insérer\SpecialChar \menuseparator
25203 Listes
25204 \begin_inset space ~
25205 \end_inset
25206
25207 &
25208 \begin_inset space ~
25209 \end_inset
25210
25211 TdM
25212 \family default
25213 .
25214 \end_layout
25215
25216 \begin_layout Standard
25217 Les entrées de la liste sont la légende du flottant ou éventuellement le
25218  titre court, le numéro du flottant, et le numéro de la page où le flottant
25219  apparaît dans le document.
25220 \end_layout
25221
25222 \begin_layout Standard
25223 Vous trouverez à la fin de ce document une liste des figures et une liste
25224  des tableaux.
25225 \end_layout
25226
25227 \begin_layout Chapter
25228 Notes
25229 \end_layout
25230
25231 \begin_layout Section
25232 Les Notes de LyX
25233 \begin_inset Index idx
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237 Notes ! Notes LyX 
25238 \end_layout
25239
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \begin_layout Standard
25246 On peut insérer une note en utilisant le bouton 
25247 \begin_inset Graphics
25248         filename ../../images/note-insert.png
25249         scale 85
25250         scaleBeforeRotation
25251
25252 \end_inset
25253
25254  de la barre d'outils ou avec le menu 
25255 \family sans
25256 Insérer\SpecialChar \menuseparator
25257 Note
25258 \family default
25259 .
25260  Il y a trois types de notes :
25261 \end_layout
25262
25263 \begin_layout Description
25264 Note
25265 \begin_inset space ~
25266 \end_inset
25267
25268 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25269  finale.
25270  La boîte de cette note ressemble à ceci :
25271 \begin_inset Newline newline
25272 \end_inset
25273
25274
25275 \begin_inset Newline newline
25276 \end_inset
25277
25278
25279 \begin_inset Graphics
25280         filename clipart/LyXNoteImageQt4.png
25281         display false
25282         scale 65
25283         scaleBeforeRotation
25284
25285 \end_inset
25286
25287  
25288 \begin_inset Note Note
25289 status open
25290
25291 \begin_layout Plain Layout
25292 Le texte de cette note n'apparaîtra pas à l'impression.
25293 \end_layout
25294
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \begin_layout Description
25301 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25302  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25303  vers un fichier au format LaTeX avec le menu 
25304 \family sans
25305 Fichier\SpecialChar \menuseparator
25306 Exporter\SpecialChar \menuseparator
25307 LaTeX (pdflatex) / (plain)
25308 \family default
25309 .
25310  La boîte de cette note ressemble à ceci :
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314
25315 \begin_inset Newline newline
25316 \end_inset
25317
25318
25319 \begin_inset Graphics
25320         filename clipart/CommentNoteImageQt4.png
25321         display false
25322         scale 55
25323         scaleBeforeRotation
25324
25325 \end_inset
25326
25327
25328 \lang english
25329  
25330 \lang french
25331
25332 \begin_inset Note Comment
25333 status open
25334
25335 \begin_layout Plain Layout
25336 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25337  LaTeX.
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Description
25346 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25347  La boîte de cette note ressemble à ceci :
25348 \lang english
25349
25350 \begin_inset Newline newline
25351 \end_inset
25352
25353
25354 \lang french
25355
25356 \begin_inset Newline newline
25357 \end_inset
25358
25359
25360 \begin_inset Graphics
25361         filename clipart/GreyedOutNoteImageQt4.png
25362         lyxscale 80
25363         display false
25364         scale 55
25365         scaleBeforeRotation
25366
25367 \end_inset
25368
25369
25370 \begin_inset Newline newline
25371 \end_inset
25372
25373
25374 \begin_inset ERT
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378
25379
25380 \backslash
25381 renewenvironment{lyxgreyedout}
25382 \end_layout
25383
25384 \begin_layout Plain Layout
25385
25386 {
25387 \backslash
25388 textcolor[gray]{0.8}
25389 \backslash
25390 bgroup}{
25391 \backslash
25392 egroup}
25393 \end_layout
25394
25395 \end_inset
25396
25397
25398 \begin_inset Note Greyedout
25399 status open
25400
25401 \begin_layout Plain Layout
25402 Le texte
25403 \begin_inset Foot
25404 status collapsed
25405
25406 \begin_layout Plain Layout
25407 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25408  grisé.
25409  
25410 \end_layout
25411
25412 \end_inset
25413
25414  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25415 \end_layout
25416
25417 \end_inset
25418
25419
25420 \begin_inset ERT
25421 status collapsed
25422
25423 \begin_layout Plain Layout
25424
25425
25426 \backslash
25427 renewenvironment{lyxgreyedout}
25428 \end_layout
25429
25430 \begin_layout Plain Layout
25431
25432 {
25433 \backslash
25434 textcolor{blue}
25435 \backslash
25436 bgroup}{
25437 \backslash
25438 egroup}
25439 \end_layout
25440
25441 \end_inset
25442
25443
25444 \begin_inset Note Note
25445 status open
25446
25447 \begin_layout Plain Layout
25448 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25449  originale qu'elle a dans LyX.
25450  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25451  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25452 \end_layout
25453
25454 \end_inset
25455
25456
25457 \begin_inset Newline newline
25458 \end_inset
25459
25460
25461 \begin_inset Newline newline
25462 \end_inset
25463
25464 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25465  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25466 \end_layout
25467
25468 \begin_layout Standard
25469 \begin_inset VSpace bigskip
25470 \end_inset
25471
25472 Quand vous utilisez le bouton 
25473 \begin_inset Graphics
25474         filename ../../images/note-insert.png
25475         scale 85
25476         scaleBeforeRotation
25477
25478 \end_inset
25479
25480  de la barre d'outils, vous insérez une 
25481 \family sans
25482 Note
25483 \begin_inset space ~
25484 \end_inset
25485
25486 LyX
25487 \family default
25488 .
25489  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25490 la et cliquez sur le bouton d'insertion de note.
25491  Pour retransformer une note en texte, appuyez sur la touche 
25492 \family sans
25493 backspace
25494 \family default
25495  quand le curseur est au tout début de la note ou appuyez sur la touche
25496  
25497 \family sans
25498 Suppr.
25499
25500 \family default
25501  quand le curseur se trouve à la fin de la note.
25502 \end_layout
25503
25504 \begin_layout Standard
25505 \begin_inset VSpace bigskip
25506 \end_inset
25507
25508 Vous pouvez changer la couleur du texte des notes grisées en mettant les
25509  commandes suivantes dans le préambule :
25510 \end_layout
25511
25512 \begin_layout Standard
25513
25514 \series bold
25515
25516 \backslash
25517 renewenvironment{lyxgreyedout}
25518 \begin_inset Newline newline
25519 \end_inset
25520
25521
25522 \begin_inset Phantom HPhantom
25523 status open
25524
25525 \begin_layout Plain Layout
25526
25527 \series bold
25528 \begin_inset space ~
25529 \end_inset
25530
25531
25532 \end_layout
25533
25534 \end_inset
25535
25536 {
25537 \backslash
25538 textcolor{color}
25539 \backslash
25540 bgroup}{
25541 \backslash
25542 egroup}
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Les couleurs disponibles et la méthode pour définir vos propres couleurs
25547  sont expliqués dans la section
25548 \begin_inset space ~
25549 \end_inset
25550
25551
25552 \begin_inset CommandInset ref
25553 LatexCommand ref
25554 reference "sec:Tableaux-Colorés"
25555
25556 \end_inset
25557
25558 .
25559 \end_layout
25560
25561 \begin_layout Standard
25562 Les notes qui apparaissent en bleu dans ce texte sont en fait des notes
25563  grisées avec leur texte en bleu.
25564 \end_layout
25565
25566 \begin_layout Section
25567 Notes en Bas de Page
25568 \begin_inset CommandInset label
25569 LatexCommand label
25570 name "sec:Notes-bas-de-page"
25571
25572 \end_inset
25573
25574
25575 \begin_inset Index idx
25576 status collapsed
25577
25578 \begin_layout Plain Layout
25579 Notes ! Notes de bas de page
25580 \end_layout
25581
25582 \end_inset
25583
25584
25585 \begin_inset Index idx
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589 Notes de bas de page
25590 \end_layout
25591
25592 \end_inset
25593
25594
25595 \end_layout
25596
25597 \begin_layout Standard
25598 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25599  
25600 \begin_inset Graphics
25601         filename ../../images/footnote-insert.png
25602         scale 85
25603         scaleBeforeRotation
25604
25605 \end_inset
25606
25607  de la barre d'outils, soit en utilisant le menu 
25608 \family sans
25609 Insérer\SpecialChar \menuseparator
25610 Note
25611 \begin_inset space ~
25612 \end_inset
25613
25614 en
25615 \begin_inset space ~
25616 \end_inset
25617
25618 Bas
25619 \begin_inset space ~
25620 \end_inset
25621
25622 de
25623 \begin_inset space ~
25624 \end_inset
25625
25626 Page
25627 \family default
25628 .
25629  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25630  rouge 
25631 \begin_inset Quotes fld
25632 \end_inset
25633
25634 bas
25635 \begin_inset Quotes frd
25636 \end_inset
25637
25638  qui ressemble à ceci : 
25639 \begin_inset Graphics
25640         filename clipart/footnoteQt4.png
25641         scale 80
25642         scaleBeforeRotation
25643
25644 \end_inset
25645
25646  Vous pouvez y entrer votre texte.
25647  Si vous voulez transformer du texte déjà existant en note en bas de page,
25648  sélectionnez-le et cliquez sur le bouton 
25649 \family sans
25650 Note
25651 \begin_inset space ~
25652 \end_inset
25653
25654 en
25655 \begin_inset space ~
25656 \end_inset
25657
25658 Bas
25659 \begin_inset space ~
25660 \end_inset
25661
25662 de
25663 \begin_inset space ~
25664 \end_inset
25665
25666 Page
25667 \family default
25668  de la barre d'outils.
25669  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25670  
25671 \family sans
25672 backspace
25673 \family default
25674  quand le curseur est au tout début de la note ou appuyez sur la touche
25675  
25676 \family sans
25677 Suppr.
25678
25679 \family default
25680  quand le curseur se trouve à la fin de la note.
25681 \end_layout
25682
25683 \begin_layout Standard
25684 Voici un exemple de note en bas de page:
25685 \begin_inset Foot
25686 status open
25687
25688 \begin_layout Plain Layout
25689 \begin_inset CommandInset label
25690 LatexCommand label
25691 name "fn:Note-en-bas"
25692
25693 \end_inset
25694
25695 Ceci est un exemple de note en bas de page.
25696 \end_layout
25697
25698 \end_inset
25699
25700
25701 \begin_inset ERT
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705
25706
25707 \backslash
25708 newcounter{MyRepeatFoot}
25709 \end_layout
25710
25711 \begin_layout Plain Layout
25712
25713
25714 \backslash
25715 setcounter{MyRepeatFoot}{
25716 \backslash
25717 thefootnote}
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \begin_layout Standard
25726 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25727  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25728  de note.
25729  Le texte de la note est placé en bas de la page courante.
25730  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25731  Selon votre classe de document les numéros de notes pourront être réinitialisés
25732  à chaque nouveau chapitre.
25733 \end_layout
25734
25735 \begin_layout Standard
25736 On peut faire référence à une note en bas de page comme on le fait avec
25737  les flottants : Insérez une étiquette dans la note et faites une référence
25738  croisée vers cette étiquette comme c'est décrit dans la
25739 \begin_inset space ~
25740 \end_inset
25741
25742
25743 \begin_inset CommandInset ref
25744 LatexCommand ref
25745 reference "sec:Referencer-les-Flottants"
25746
25747 \end_inset
25748
25749 .
25750 \begin_inset Newline newline
25751 \end_inset
25752
25753 Voici une référence à une note de bas de page :
25754 \begin_inset space ~
25755 \end_inset
25756
25757
25758 \begin_inset CommandInset ref
25759 LatexCommand ref
25760 reference "fn:Note-en-bas"
25761
25762 \end_inset
25763
25764 .
25765 \end_layout
25766
25767 \begin_layout Standard
25768 \begin_inset VSpace defskip
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \begin_layout Standard
25775
25776 \lang english
25777 Footnotes in tables are not printed by LaTeX due to technical reasons.
25778  However there exists another method to print them: Instead of the footnote
25779  the command 
25780 \series bold
25781
25782 \backslash
25783 footnotemark{}
25784 \series default
25785  is inserted as TeX-code.
25786  The text of the footnote is entered as argument of the TeX-code command
25787  
25788 \series bold
25789
25790 \backslash
25791 footnotetext
25792 \series default
25793  after the table.
25794 \begin_inset Newline newline
25795 \end_inset
25796
25797 This was done for the following table with the command
25798 \end_layout
25799
25800 \begin_layout Standard
25801
25802 \series bold
25803 \lang english
25804
25805 \backslash
25806 footnotetext{
25807 \series default
25808 Printed table footnote.
25809 \series bold
25810 }
25811 \end_layout
25812
25813 \begin_layout Standard
25814
25815 \lang english
25816 \begin_inset Tabular
25817 <lyxtabular version="3" rows="2" columns="1">
25818 <features tabularvalignment="middle">
25819 <column alignment="center" valignment="top" width="0">
25820 <row>
25821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25822 \begin_inset Text
25823
25824 \begin_layout Plain Layout
25825
25826 \lang english
25827 This an example text.
25828 \begin_inset Foot
25829 status open
25830
25831 \begin_layout Plain Layout
25832
25833 \lang english
25834 This footnote will not be printed!
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 </row>
25845 <row>
25846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25847 \begin_inset Text
25848
25849 \begin_layout Plain Layout
25850
25851 \lang english
25852 This an example text.
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 footnotemark{}
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 </lyxtabular>
25872
25873 \end_inset
25874
25875
25876 \begin_inset ERT
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880
25881
25882 \backslash
25883 footnotetext{
25884 \end_layout
25885
25886 \end_inset
25887
25888 Printed table footnote.
25889 \begin_inset ERT
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893
25894 }
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903
25904 \lang english
25905 Footnotes in longtables are described in section
25906 \begin_inset space ~
25907 \end_inset
25908
25909
25910 \lang french
25911
25912 \begin_inset CommandInset ref
25913 LatexCommand ref
25914 reference "sub:Notes-dans-tableau-long"
25915
25916 \end_inset
25917
25918 .
25919 \end_layout
25920
25921 \begin_layout Standard
25922
25923 \lang english
25924 Footnotes in minipage boxes are printed, but inside the box and with a different
25925  numbering because a minipage box is like a page inside a page.
25926  (For more about minipages, see section
25927 \begin_inset space ~
25928 \end_inset
25929
25930
25931 \lang french
25932
25933 \begin_inset CommandInset ref
25934 LatexCommand ref
25935 reference "sec:Minipages"
25936
25937 \end_inset
25938
25939
25940 \lang english
25941 .) To get a footnote in the minipage that is output at the bottom of the
25942  page like normal footnotes, also use the method of 
25943 \series bold
25944
25945 \backslash
25946 footnotemark{}
25947 \series default
25948  and 
25949 \series bold
25950
25951 \backslash
25952 footnotetext
25953 \series default
25954 .
25955 \end_layout
25956
25957 \begin_layout Standard
25958
25959 \lang english
25960 \begin_inset Box Frameless
25961 position "t"
25962 hor_pos "c"
25963 has_inner_box 1
25964 inner_pos "t"
25965 use_parbox 0
25966 use_makebox 0
25967 width "100col%"
25968 special "none"
25969 height "1in"
25970 height_special "totalheight"
25971 status open
25972
25973 \begin_layout Plain Layout
25974
25975 \lang english
25976 This an example text in a minipage.
25977 \begin_inset Foot
25978 status open
25979
25980 \begin_layout Plain Layout
25981
25982 \lang english
25983 Footnote in the minipage.
25984 \end_layout
25985
25986 \end_inset
25987
25988
25989 \end_layout
25990
25991 \begin_layout Plain Layout
25992
25993 \lang english
25994 This an example text in a minipage.
25995 \begin_inset ERT
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999
26000
26001 \backslash
26002 footnotemark{}
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Standard
26016
26017 \lang english
26018 \begin_inset ERT
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022
26023
26024 \backslash
26025 footnotetext{
26026 \end_layout
26027
26028 \end_inset
26029
26030 Footnote outside the minipage.
26031 \begin_inset ERT
26032 status collapsed
26033
26034 \begin_layout Plain Layout
26035
26036 }
26037 \end_layout
26038
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \begin_layout Standard
26045 \begin_inset VSpace defskip
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \begin_layout Standard
26052
26053 \lang english
26054 To refer to the same footnote several times without printing the footnote
26055  text every time, use the command 
26056 \series bold
26057
26058 \backslash
26059 footnotemark[number]
26060 \series default
26061  in TeX-code.
26062 \begin_inset Newline newline
26063 \end_inset
26064
26065 As you do not know the number of the repeating footnote while you are writing
26066  the text, you have to store its number.
26067  For the following footnote mark example, these commands were inserted in
26068  TeX-code after Footnote
26069 \begin_inset space ~
26070 \end_inset
26071
26072
26073 \lang french
26074
26075 \begin_inset CommandInset ref
26076 LatexCommand ref
26077 reference "fn:Note-en-bas"
26078
26079 \end_inset
26080
26081
26082 \lang english
26083  to store the footnote number
26084 \lang french
26085 :
26086 \end_layout
26087
26088 \begin_layout Standard
26089
26090 \series bold
26091
26092 \backslash
26093 newcounter{MyRepeatFoot}
26094 \begin_inset Newline newline
26095 \end_inset
26096
26097
26098 \backslash
26099 setcounter{MyRepeatFoot}{
26100 \backslash
26101 thefootnote}
26102 \end_layout
26103
26104 \begin_layout Standard
26105
26106 \lang english
26107 The footnote mark was then created with this command
26108 \lang french
26109 :
26110 \end_layout
26111
26112 \begin_layout Standard
26113
26114 \series bold
26115
26116 \backslash
26117 footnotemark[
26118 \backslash
26119 theMyRepeatFoot]
26120 \end_layout
26121
26122 \begin_layout Standard
26123
26124 \lang english
26125 Here is a repeated footnote
26126 \lang french
26127 :
26128 \begin_inset ERT
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132
26133
26134 \backslash
26135 footnotemark[
26136 \backslash
26137 theMyRepeatFoot]
26138 \end_layout
26139
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \begin_layout Standard
26146
26147 \lang english
26148 If you want to repeat the previous footnote, you can omit the storage of
26149  the footnote number and just use this command instead
26150 \lang french
26151 :
26152 \end_layout
26153
26154 \begin_layout Standard
26155
26156 \series bold
26157
26158 \backslash
26159 footnotemark[
26160 \backslash
26161 thefootnote]
26162 \end_layout
26163
26164 \begin_layout Standard
26165
26166 \lang english
26167 Here is another repeated footnote
26168 \lang french
26169 :
26170 \begin_inset ERT
26171 status collapsed
26172
26173 \begin_layout Plain Layout
26174
26175
26176 \backslash
26177 footnotemark[
26178 \backslash
26179 thefootnote]
26180 \end_layout
26181
26182 \end_inset
26183
26184
26185 \end_layout
26186
26187 \begin_layout Subsection
26188 Numérotation de Notes de Bas de Page
26189 \begin_inset CommandInset label
26190 LatexCommand label
26191 name "sub:Numerotation-notes-bas-de-page"
26192
26193 \end_inset
26194
26195
26196 \begin_inset Index idx
26197 status collapsed
26198
26199 \begin_layout Plain Layout
26200 Notes de bas de page ! Numérotation
26201 \end_layout
26202
26203 \end_inset
26204
26205
26206 \end_layout
26207
26208 \begin_layout Standard
26209 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
26210  ajoutez cette commande dans le préambule de votre document :
26211 \end_layout
26212
26213 \begin_layout Standard
26214
26215 \series bold
26216
26217 \backslash
26218 @addtoreset{footnote}{section}
26219 \end_layout
26220
26221 \begin_layout Standard
26222 \begin_inset VSpace bigskip
26223 \end_inset
26224
26225 La commande de préambule suivante change le style de numérotation des notes
26226  en petits chiffres romains :
26227 \end_layout
26228
26229 \begin_layout Standard
26230
26231 \series bold
26232
26233 \backslash
26234 renewcommand{
26235 \backslash
26236 thefootnote}{
26237 \backslash
26238 roman{footnote}}
26239 \end_layout
26240
26241 \begin_layout Standard
26242 \begin_inset ERT
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246
26247
26248 \backslash
26249 renewcommand{
26250 \backslash
26251 thefootnote}{
26252 \backslash
26253 roman{footnote}}
26254 \end_layout
26255
26256 \end_inset
26257
26258  Cette note de bas de page utilise une numérotation en chiffres romains
26259  :
26260 \begin_inset Foot
26261 status open
26262
26263 \begin_layout Plain Layout
26264 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
26265  romains.
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \begin_layout Standard
26274 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
26275  la commande précédente 
26276 \series bold
26277
26278 \backslash
26279 roman
26280 \series default
26281  par 
26282 \series bold
26283
26284 \backslash
26285 Roman
26286 \series default
26287 .
26288  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
26289  utilisez respectivement soit 
26290 \series bold
26291
26292 \backslash
26293 Alph
26294 \series default
26295  soit 
26296 \series bold
26297
26298 \backslash
26299 alph
26300 \series default
26301 .
26302  Pour les 
26303 \begin_inset Quotes eld
26304 \end_inset
26305
26306 numéroter
26307 \begin_inset Quotes erd
26308 \end_inset
26309
26310  avec des symboles, utilisez 
26311 \series bold
26312
26313 \backslash
26314 fnsymbol
26315 \series default
26316 .
26317 \end_layout
26318
26319 \begin_layout Standard
26320 \begin_inset Note Greyedout
26321 status open
26322
26323 \begin_layout Plain Layout
26324
26325 \series bold
26326 Note:
26327 \series default
26328  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26329  puisque cette numérotation est limitée à des lettres seules.
26330 \end_layout
26331
26332 \end_inset
26333
26334
26335 \begin_inset Newline newline
26336 \end_inset
26337
26338
26339 \begin_inset Note Greyedout
26340 status open
26341
26342 \begin_layout Plain Layout
26343
26344 \series bold
26345 Note:
26346 \series default
26347  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \end_layout
26354
26355 \begin_layout Standard
26356 Pour revenir au style de numérotation implicite quand vous en avez changé,
26357  utilisez 
26358 \series bold
26359
26360 \backslash
26361 arabic
26362 \series default
26363  à la place de 
26364 \series bold
26365
26366 \backslash
26367 roman
26368 \series default
26369  dans la commande précédente.
26370 \begin_inset ERT
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374
26375
26376 \backslash
26377 renewcommand{
26378 \backslash
26379 thefootnote}{
26380 \backslash
26381 arabic{footnote}}
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Standard
26390 \begin_inset VSpace bigskip
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \begin_layout Standard
26397 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26398  le schéma 
26399 \begin_inset Quotes eld
26400 \end_inset
26401
26402 chapitre.note
26403 \begin_inset Quotes erd
26404 \end_inset
26405
26406 , ajoutez la commande suivante au préambule de votre document :
26407 \end_layout
26408
26409 \begin_layout Standard
26410
26411 \series bold
26412
26413 \backslash
26414 numberwithin{footnote}{chapter}
26415 \end_layout
26416
26417 \begin_layout Standard
26418 Pour pouvoir utiliser la commande 
26419 \series bold
26420
26421 \backslash
26422 numberwithin
26423 \series default
26424 , activez dans la rubrique 
26425 \family sans
26426 Options
26427 \begin_inset space ~
26428 \end_inset
26429
26430 des
26431 \begin_inset space ~
26432 \end_inset
26433
26434 Maths
26435 \family default
26436  dans les paramètres du document, l'option 
26437 \family sans
26438 Utiliser
26439 \begin_inset space ~
26440 \end_inset
26441
26442 le
26443 \begin_inset space ~
26444 \end_inset
26445
26446 paquetage
26447 \begin_inset space ~
26448 \end_inset
26449
26450 maths
26451 \begin_inset space ~
26452 \end_inset
26453
26454 AMS
26455 \family default
26456 .
26457 \end_layout
26458
26459 \begin_layout Standard
26460 \begin_inset ERT
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464
26465
26466 \backslash
26467 numberwithin{footnote}{chapter}
26468 \end_layout
26469
26470 \end_inset
26471
26472 Ceci est un autre exemple de note de bas de page:
26473 \series bold
26474
26475 \begin_inset Foot
26476 status open
26477
26478 \begin_layout Plain Layout
26479 Cette note est numérotée en suivant le schéma 
26480 \begin_inset Quotes eld
26481 \end_inset
26482
26483 chapitre.note
26484 \begin_inset Quotes erd
26485 \end_inset
26486
26487 .
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \series default
26494
26495 \begin_inset ERT
26496 status collapsed
26497
26498 \begin_layout Plain Layout
26499
26500
26501 \backslash
26502 renewcommand{
26503 \backslash
26504 thefootnote}{
26505 \backslash
26506 arabic{footnote}}
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \begin_layout Standard
26515 \begin_inset Note Greyedout
26516 status open
26517
26518 \begin_layout Plain Layout
26519
26520 \series bold
26521 Note:
26522 \series default
26523  
26524 \series bold
26525
26526 \backslash
26527 numberwithin
26528 \series default
26529  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26530  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26531  prises en compte.
26532  
26533 \end_layout
26534
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Standard
26541 Donc pour avoir par exemple le schéma 
26542 \begin_inset Quotes eld
26543 \end_inset
26544
26545 chapitre.
26546 \backslash
26547 Roman{note}
26548 \begin_inset Quotes erd
26549 \end_inset
26550
26551 , utilisez la commande suivante plutôt que 
26552 \series bold
26553
26554 \backslash
26555 numberwithin
26556 \series default
26557  :
26558 \end_layout
26559
26560 \begin_layout Standard
26561
26562 \series bold
26563
26564 \backslash
26565 renewcommand{
26566 \backslash
26567 thefootnote}{
26568 \backslash
26569 thechapter.
26570 \backslash
26571 Roman{footnote}}
26572 \end_layout
26573
26574 \begin_layout Subsection
26575 Positionnement de notes de bas de page
26576 \begin_inset Index idx
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580 Notes de bas de page ! Positionnement
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \end_layout
26587
26588 \begin_layout Standard
26589 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26590  vertical entre elles en bas de la page.
26591  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26592  de 1.5
26593 \begin_inset space \thinspace{}
26594 \end_inset
26595
26596 mm avec la commande suivante dans le préambule :
26597 \end_layout
26598
26599 \begin_layout Standard
26600
26601 \series bold
26602
26603 \backslash
26604 let
26605 \backslash
26606 myFoot
26607 \backslash
26608 footnote
26609 \begin_inset Newline newline
26610 \end_inset
26611
26612
26613 \backslash
26614 renewcommand{
26615 \backslash
26616 footnote}[1]{
26617 \backslash
26618 myFoot{#1
26619 \backslash
26620 vspace{1.5mm}}}
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace bigskip
26625 \end_inset
26626
26627 Dans un document à deux colonnes les notes de bas de page apparaissent en
26628  bas de chaque colonne, comme sur la Figure
26629 \begin_inset space ~
26630 \end_inset
26631
26632
26633 \begin_inset CommandInset ref
26634 LatexCommand ref
26635 reference "fig:Position-standard-note-bas-de-page"
26636
26637 \end_inset
26638
26639 .
26640  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26641  sur la Figure
26642 \begin_inset space ~
26643 \end_inset
26644
26645
26646 \begin_inset CommandInset ref
26647 LatexCommand ref
26648 reference "fig:Position-note-avec-ftnright"
26649
26650 \end_inset
26651
26652 , utilisez le paquetage LaTeX 
26653 \series bold
26654 ftnright
26655 \series default
26656
26657 \begin_inset Index idx
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661 Paquetages LaTeX ! ftnright
26662 \end_layout
26663
26664 \end_inset
26665
26666  avec cette commande dans le préambule du document:
26667 \end_layout
26668
26669 \begin_layout Standard
26670
26671 \series bold
26672
26673 \backslash
26674 usepackage{ftnright}
26675 \end_layout
26676
26677 \begin_layout Standard
26678 \begin_inset Float figure
26679 placement !h
26680 wide false
26681 sideways false
26682 status open
26683
26684 \begin_layout Plain Layout
26685 \begin_inset ERT
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689
26690
26691 \backslash
26692 framebox{
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \begin_inset Graphics
26699         filename ../clipart/without_fntright.pdf
26700         width 100col%
26701         scaleBeforeRotation
26702
26703 \end_inset
26704
26705
26706 \begin_inset ERT
26707 status collapsed
26708
26709 \begin_layout Plain Layout
26710
26711 }
26712 \end_layout
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Plain Layout
26720 \begin_inset Caption
26721
26722 \begin_layout Plain Layout
26723 \begin_inset CommandInset label
26724 LatexCommand label
26725 name "fig:Position-standard-note-bas-de-page"
26726
26727 \end_inset
26728
26729 Positionnement standard des notes de bas de page dans un document à deux
26730  colonnes.
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Standard
26744 \begin_inset Float figure
26745 placement !h
26746 wide false
26747 sideways false
26748 status open
26749
26750 \begin_layout Plain Layout
26751 \begin_inset ERT
26752 status collapsed
26753
26754 \begin_layout Plain Layout
26755
26756
26757 \backslash
26758 framebox{
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \begin_inset Graphics
26765         filename ../clipart/with_fntright.pdf
26766         width 100col%
26767         scaleBeforeRotation
26768
26769 \end_inset
26770
26771
26772 \begin_inset ERT
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776
26777 }
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \begin_layout Plain Layout
26786 \begin_inset Caption
26787
26788 \begin_layout Plain Layout
26789 \begin_inset CommandInset label
26790 LatexCommand label
26791 name "fig:Position-note-avec-ftnright"
26792
26793 \end_inset
26794
26795 Positionnement de notes de bas de page dans un document à deux colonnes
26796  en utilisant le paquetage LaTeX 
26797 \series bold
26798 ftnright
26799 \series default
26800 .
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \begin_layout Standard
26814 \begin_inset VSpace bigskip
26815 \end_inset
26816
26817 Dans certaines publications scientifiques, il est courant de rassembler
26818  les notes de bas de page et de les imprimer dans un paragraphe particulier
26819  à la fin de la section, comme sur la Figure
26820 \begin_inset space ~
26821 \end_inset
26822
26823
26824 \begin_inset CommandInset ref
26825 LatexCommand ref
26826 reference "fig:Notes-de-fin"
26827
26828 \end_inset
26829
26830 .
26831  On les appelle 
26832 \begin_inset Quotes eld
26833 \end_inset
26834
26835 notes de fin
26836 \begin_inset Quotes erd
26837 \end_inset
26838
26839 .
26840 \begin_inset Index idx
26841 status collapsed
26842
26843 \begin_layout Plain Layout
26844 Notes de fin
26845 \end_layout
26846
26847 \end_inset
26848
26849  Pour utiliser des notes de fin à la place des notes de bas de page dans
26850  votre document, charger le module 
26851 \family sans
26852 Note de bas de page en fin de document
26853 \family default
26854  à partir de 
26855 \family sans
26856 Document\SpecialChar \menuseparator
26857 Paramètres\SpecialChar \menuseparator
26858 Modules
26859 \family default
26860 .
26861  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26862 \end_layout
26863
26864 \begin_layout Standard
26865
26866 \series bold
26867
26868 \backslash
26869 theendnotes
26870 \end_layout
26871
26872 \begin_layout Standard
26873 en code TeX à la fin d'une section ou d'un chapitre.
26874 \end_layout
26875
26876 \begin_layout Standard
26877 \begin_inset Float figure
26878 wide false
26879 sideways false
26880 status open
26881
26882 \begin_layout Plain Layout
26883 \align center
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 framebox{
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \begin_inset Graphics
26898         filename ../clipart/endnotes.pdf
26899         scaleBeforeRotation
26900
26901 \end_inset
26902
26903
26904 \begin_inset ERT
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908
26909 }
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \begin_layout Plain Layout
26918 \begin_inset Caption
26919
26920 \begin_layout Plain Layout
26921 \begin_inset CommandInset label
26922 LatexCommand label
26923 name "fig:Notes-de-fin"
26924
26925 \end_inset
26926
26927 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26928  séparé à la fin des sections ou des chapitres.
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937
26938
26939 \end_layout
26940
26941 \begin_layout Standard
26942 \begin_inset VSpace medskip
26943 \end_inset
26944
26945 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26946  dans la langue du document, cela doit être fait manuellement.
26947  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26948  
26949 \begin_inset Quotes eld
26950 \end_inset
26951
26952 Notes
26953 \begin_inset Quotes erd
26954 \end_inset
26955
26956  en sa traduction Allemande
26957 \begin_inset Foot
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 En français, 
26962 \begin_inset Quotes eld
26963 \end_inset
26964
26965 Notes
26966 \begin_inset Quotes erd
26967 \end_inset
26968
26969  peut être conservé.
26970 \end_layout
26971
26972 \end_inset
26973
26974  
26975 \begin_inset Quotes eld
26976 \end_inset
26977
26978 Anmerkungen
26979 \begin_inset Quotes erd
26980 \end_inset
26981
26982  :
26983 \end_layout
26984
26985 \begin_layout Standard
26986
26987 \series bold
26988
26989 \backslash
26990 renewcommand{
26991 \backslash
26992 notesname}{Anmerkungen}
26993 \end_layout
26994
26995 \begin_layout Standard
26996 \begin_inset VSpace medskip
26997 \end_inset
26998
26999 La numérotation des notes de fin peut être modifiée comme celle des notes
27000  de bas de page comme c'est décrit dans la section
27001 \begin_inset space ~
27002 \end_inset
27003
27004
27005 \begin_inset CommandInset ref
27006 LatexCommand ref
27007 reference "sub:Numerotation-notes-bas-de-page"
27008
27009 \end_inset
27010
27011  ; remplacez juste la commande 
27012 \series bold
27013
27014 \backslash
27015 thefootnote
27016 \series default
27017  par 
27018 \series bold
27019
27020 \backslash
27021 theendnote
27022 \series default
27023 .
27024  Pour réinitialiser le numéro de note de fin, utilisez la commande 
27025 \series bold
27026
27027 \backslash
27028 @addtoreset
27029 \series default
27030  comme c'est décrit dans la section
27031 \begin_inset space ~
27032 \end_inset
27033
27034
27035 \begin_inset CommandInset ref
27036 LatexCommand ref
27037 reference "sub:Numerotation-notes-bas-de-page"
27038
27039 \end_inset
27040
27041  et remplacez le paramètre de commande 
27042 \series bold
27043 footnote
27044 \series default
27045  par 
27046 \series bold
27047 endnote
27048 \series default
27049 .
27050 \end_layout
27051
27052 \begin_layout Standard
27053
27054 \lang english
27055 For endnotes there is
27056 \lang french
27057  la commande 
27058 \series bold
27059
27060 \backslash
27061 endnotemark[numéro]
27062 \series default
27063  qui est semblable à 
27064 \series bold
27065
27066 \backslash
27067 footnotemark
27068 \series default
27069 , décrite dans la section
27070 \begin_inset space ~
27071 \end_inset
27072
27073
27074 \begin_inset CommandInset ref
27075 LatexCommand ref
27076 reference "sec:Notes-bas-de-page"
27077
27078 \end_inset
27079
27080 .
27081 \end_layout
27082
27083 \begin_layout Standard
27084 \begin_inset VSpace bigskip
27085 \end_inset
27086
27087 Les notes de bas de page peuvent être mise dans la marge de la page et l'alignem
27088 ent du texte des notes peut être modifié, voyez le paquetage LaTeX 
27089 \series bold
27090 footmisc
27091 \series default
27092
27093 \begin_inset Index idx
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097 Paquetages LaTeX ! footmisc
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \begin_inset CommandInset citation
27104 LatexCommand cite
27105 key "footmisc"
27106
27107 \end_inset
27108
27109  pour plus d'information à ce sujet.
27110 \end_layout
27111
27112 \begin_layout Standard
27113 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
27114  voyez les livres sur LaTeX, 
27115 \begin_inset CommandInset citation
27116 LatexCommand cite
27117 key "latexcompanion,latexguide,latexbook"
27118
27119 \end_inset
27120
27121 .
27122 \end_layout
27123
27124 \begin_layout Section
27125 Notes en Marge
27126 \begin_inset Index idx
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130 Notes ! Notes en Marge
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Standard
27139 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
27140 t de la même façon.
27141  Quand vous insérez une note en marge avec 
27142 \family sans
27143 Insérer\SpecialChar \menuseparator
27144 Note
27145 \begin_inset space ~
27146 \end_inset
27147
27148 en
27149 \begin_inset space ~
27150 \end_inset
27151
27152 Marge
27153 \family default
27154  ou avec le bouton 
27155 \begin_inset Graphics
27156         filename ../../images/marginalnote-insert.png
27157         scale 85
27158         scaleBeforeRotation
27159
27160 \end_inset
27161
27162  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
27163  grise avec une étiquette rouge 
27164 \begin_inset Quotes fld
27165 \end_inset
27166
27167 marge
27168 \begin_inset Quotes frd
27169 \end_inset
27170
27171 .
27172  
27173 \begin_inset Marginal
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177 C'est une note en marge.
27178 \end_layout
27179
27180 \end_inset
27181
27182  Cette boîte est la représentation de votre note dans LyX.
27183  Vous pouvez y entrer votre texte.
27184 \end_layout
27185
27186 \begin_layout Standard
27187 Les notes en marge apparaissent dans la marge de droite dans les documents
27188  imprimées sur une seule face.
27189  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
27190  
27191 \begin_inset Quotes eld
27192 \end_inset
27193
27194 extérieure
27195 \begin_inset Quotes erd
27196 \end_inset
27197
27198  – la gauche sur les pages paires et la droite sur les pages impaires.
27199  Le texte de la note en marge est aligné à l'opposé de la marge externe
27200  – aligné à droite quand la note apparaît dans la marge de gauche.
27201  La première ligne de la note apparaît à la hauteur de la ligne de texte
27202  où la note a été insérée dans le document.
27203 \end_layout
27204
27205 \begin_layout Standard
27206 \begin_inset VSpace bigskip
27207 \end_inset
27208
27209 Pour placer une note dans la marge interne, ajoutez la commande suivante
27210  :
27211 \end_layout
27212
27213 \begin_layout Standard
27214
27215 \series bold
27216
27217 \backslash
27218 reversemarginpar
27219 \end_layout
27220
27221 \begin_layout Standard
27222 sous forme de code TeX avant votre note de marge.
27223  Le nouveau positionnement est pris en compte pour toutes les notes en marge
27224  qui suivent 
27225 \begin_inset ERT
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229
27230
27231 \backslash
27232 reversemarginpar 
27233 \end_layout
27234
27235 \end_inset
27236
27237
27238 \begin_inset Marginal
27239 status open
27240
27241 \begin_layout Plain Layout
27242 Cette note en marge est dans la marge interne.
27243 \end_layout
27244
27245 \end_inset
27246
27247
27248 \series bold
27249
27250 \begin_inset Newline newline
27251 \end_inset
27252
27253
27254 \series default
27255
27256 \begin_inset Note Greyedout
27257 status open
27258
27259 \begin_layout Plain Layout
27260
27261 \series bold
27262 Note:
27263 \series default
27264  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
27265  les notes sont souvent mal mises en formes dans la sortie imprimée.
27266 \end_layout
27267
27268 \end_inset
27269
27270
27271 \end_layout
27272
27273 \begin_layout Standard
27274 Pour revenir au positionnement implicite, ajoutez la commande :
27275 \end_layout
27276
27277 \begin_layout Standard
27278
27279 \series bold
27280
27281 \backslash
27282 normalmarginpar
27283 \end_layout
27284
27285 \begin_layout Standard
27286 sous forme de code TeX.
27287 \begin_inset ERT
27288 status collapsed
27289
27290 \begin_layout Plain Layout
27291
27292
27293 \backslash
27294 normalmarginpar 
27295 \end_layout
27296
27297 \end_inset
27298
27299
27300 \begin_inset Newline newline
27301 \end_inset
27302
27303  
27304 \begin_inset Note Greyedout
27305 status open
27306
27307 \begin_layout Plain Layout
27308
27309 \series bold
27310 Note:
27311 \series default
27312  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27313  
27314 \series bold
27315
27316 \backslash
27317 reversemarginpar
27318 \series default
27319  est aussi utilisée.
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \begin_inset VSpace bigskip
27329 \end_inset
27330
27331
27332 \begin_inset Marginal
27333 status open
27334
27335 \begin_layout Plain Layout
27336 UnTrèsLongMotEnMarge sans césure.
27337 \end_layout
27338
27339 \end_inset
27340
27341  Comme dans le cas décrit dans la section
27342 \begin_inset space ~
27343 \end_inset
27344
27345
27346 \begin_inset CommandInset ref
27347 LatexCommand ref
27348 reference "sub:Lignes-multiple-dans-cellule"
27349
27350 \end_inset
27351
27352 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27353  mot d'une note en marge.
27354  Pour éviter ce problème, insérez un espacement horizontal de 0
27355 \begin_inset space \thinspace{}
27356 \end_inset
27357
27358 pt avant le mot en question: 
27359 \begin_inset Marginal
27360 status open
27361
27362 \begin_layout Plain Layout
27363 \begin_inset space \hspace{}
27364 \length 0pt
27365 \end_inset
27366
27367 UnMotTrèsLongEnMarge avec une césure.
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \end_layout
27374
27375 \begin_layout Standard
27376 \begin_inset VSpace bigskip
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Standard
27383 \begin_inset Note Greyedout
27384 status open
27385
27386 \begin_layout Plain Layout
27387
27388 \series bold
27389 Note:
27390 \series default
27391  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27392  tableaux, des flottants et des notes de bas de page.
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Standard
27401 \begin_inset VSpace bigskip
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 \begin_inset ERT
27409 status collapsed
27410
27411 \begin_layout Plain Layout
27412
27413
27414 \backslash
27415 ifmarginnote
27416 \end_layout
27417
27418 \end_inset
27419
27420
27421 \begin_inset Note Note
27422 status open
27423
27424 \begin_layout Plain Layout
27425 La section suivante ne sera affichée que si le paquetage LaTeX 
27426 \series bold
27427 marginnote
27428 \series default
27429  a été installé.
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27439 \series bold
27440 marginnote
27441 \series default
27442
27443 \begin_inset Index idx
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447 Paquetages LaTeX ! marginnote
27448 \end_layout
27449
27450 \end_inset
27451
27452 .
27453  En ajoutant les deux lignes suivantes au préambule de votre document, la
27454  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27455  la commande fournie par le paquetage 
27456 \series bold
27457 marginnote
27458 \series default
27459  :
27460 \end_layout
27461
27462 \begin_layout Standard
27463
27464 \series bold
27465
27466 \backslash
27467 usepackage{marginnote}
27468 \begin_inset Newline newline
27469 \end_inset
27470
27471
27472 \backslash
27473 let
27474 \backslash
27475 marginpar
27476 \backslash
27477 marginnote
27478 \end_layout
27479
27480 \begin_layout Standard
27481 Ce paquetage est aussi utilisé dans ce document parce que 
27482 \series bold
27483 marginnote
27484 \series default
27485  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27486  vertical pour une note.
27487  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27488  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27489  en page.
27490  Le décalage est inséré dans LyX sous forme de code TeX directement après
27491  la note sous la forme
27492 \end_layout
27493
27494 \begin_layout Standard
27495
27496 \series bold
27497 [offset]
27498 \end_layout
27499
27500 \begin_layout Standard
27501 où l'offset utilise l'une des unités listées dans le tableau
27502 \begin_inset space ~
27503 \end_inset
27504
27505
27506 \begin_inset CommandInset ref
27507 LatexCommand ref
27508 reference "cha:Unités-de-longueur"
27509
27510 \end_inset
27511
27512 .
27513  Une valeur négative déplace la note vers le haut, une valeur positive la
27514  déplace vers le bas.
27515  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27516  vers le haut de 1.5
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 cm avec la commande en code TeX 
27521 \begin_inset Quotes eld
27522 \end_inset
27523
27524
27525 \series bold
27526 [-1.5cm]
27527 \series default
27528
27529 \begin_inset Quotes erd
27530 \end_inset
27531
27532
27533 \begin_inset Marginal
27534 status collapsed
27535
27536 \begin_layout Plain Layout
27537 Cette note en marge est décalée vers le haut de 1.5
27538 \begin_inset space \thinspace{}
27539 \end_inset
27540
27541 cm par rapport à sa position d'origine.
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \begin_inset ERT
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551
27552 [-1.5cm]
27553 \end_layout
27554
27555 \end_inset
27556
27557
27558 \end_layout
27559
27560 \begin_layout Standard
27561 \begin_inset VSpace medskip
27562 \end_inset
27563
27564 Avec le paquetage 
27565 \series bold
27566 marginnote
27567 \series default
27568  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27569  Par exemple les commandes 
27570 \end_layout
27571
27572 \begin_layout Standard
27573
27574 \series bold
27575
27576 \backslash
27577 renewcommand*{
27578 \backslash
27579 raggedleftmarginnote}{
27580 \backslash
27581 centering}
27582 \begin_inset Newline newline
27583 \end_inset
27584
27585
27586 \backslash
27587 renewcommand*{
27588 \backslash
27589 raggedrightmarginnote}{
27590 \backslash
27591 centering}
27592 \end_layout
27593
27594 \begin_layout Standard
27595 donnent un alignement centré.
27596  
27597 \series bold
27598
27599 \backslash
27600 raggedleftmarginnote
27601 \series default
27602  indique une note qui apparaît dans la marge de gauche.
27603 \begin_inset ERT
27604 status collapsed
27605
27606 \begin_layout Plain Layout
27607
27608
27609 \backslash
27610 renewcommand*{
27611 \backslash
27612 raggedleftmarginnote}{
27613 \backslash
27614 centering}
27615 \end_layout
27616
27617 \begin_layout Plain Layout
27618
27619
27620 \backslash
27621 renewcommand*{
27622 \backslash
27623 raggedrightmarginnote}{
27624 \backslash
27625 centering}
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \begin_inset Marginal
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 Le texte de cette note en marge est centré.
27636 \end_layout
27637
27638 \end_inset
27639
27640 .
27641  Le comportement implicite est donné par
27642 \end_layout
27643
27644 \begin_layout Standard
27645
27646 \series bold
27647
27648 \backslash
27649 renewcommand*{
27650 \backslash
27651 raggedleftmarginnote}{
27652 \backslash
27653 raggedleft}
27654 \begin_inset Newline newline
27655 \end_inset
27656
27657
27658 \backslash
27659 renewcommand*{
27660 \backslash
27661 raggedrightmarginnote}{
27662 \backslash
27663 raggedright}
27664 \series default
27665
27666 \begin_inset ERT
27667 status collapsed
27668
27669 \begin_layout Plain Layout
27670
27671
27672 \backslash
27673 renewcommand*{
27674 \backslash
27675 raggedleftmarginnote}{
27676 \backslash
27677 raggedleft}
27678 \end_layout
27679
27680 \begin_layout Plain Layout
27681
27682
27683 \backslash
27684 renewcommand*{
27685 \backslash
27686 raggedrightmarginnote}{
27687 \backslash
27688 raggedright}
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 \begin_inset VSpace medskip
27698 \end_inset
27699
27700 Pour les autre fonctions du paquetage 
27701 \series bold
27702 marginnote
27703 \series default
27704  nous vous renvoyons à sa documentation 
27705 \begin_inset CommandInset citation
27706 LatexCommand cite
27707 key "marginnote"
27708
27709 \end_inset
27710
27711 .
27712 \end_layout
27713
27714 \begin_layout Standard
27715 \begin_inset VSpace bigskip
27716 \end_inset
27717
27718 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27719  définition.
27720  Pour créer par exemple une entête pour toutes les notes en marge avec le
27721  texte 
27722 \begin_inset Quotes eld
27723 \end_inset
27724
27725
27726 \family sans
27727 \series bold
27728 \bar under
27729 Attention!
27730 \family default
27731 \series default
27732 \bar default
27733
27734 \begin_inset Quotes erd
27735 \end_inset
27736
27737  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27738  de votre document :
27739 \end_layout
27740
27741 \begin_layout Standard
27742
27743 \series bold
27744
27745 \backslash
27746 let
27747 \backslash
27748 myMarginpar
27749 \backslash
27750 marginpar
27751 \begin_inset Newline newline
27752 \end_inset
27753
27754
27755 \backslash
27756 renewcommand{
27757 \backslash
27758 marginpar}[1]{
27759 \backslash
27760 myMarginpar{%
27761 \begin_inset Newline newline
27762 \end_inset
27763
27764
27765 \begin_inset Phantom HPhantom
27766 status open
27767
27768 \begin_layout Plain Layout
27769
27770 \series bold
27771 \begin_inset space ~
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \backslash
27781 hspace{0pt}
27782 \backslash
27783 textsf{
27784 \backslash
27785 textbf{
27786 \backslash
27787 underbar{Attention!}}}%
27788 \begin_inset Newline newline
27789 \end_inset
27790
27791
27792 \begin_inset Phantom HPhantom
27793 status open
27794
27795 \begin_layout Plain Layout
27796
27797 \series bold
27798 \begin_inset space ~
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \backslash
27808 vspace{1.5mm}
27809 \backslash
27810
27811 \backslash
27812 #1}}
27813 \end_layout
27814
27815 \begin_layout Standard
27816 \begin_inset ERT
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820
27821
27822 \backslash
27823 let
27824 \backslash
27825 myMarginpar
27826 \backslash
27827 marginpar
27828 \end_layout
27829
27830 \begin_layout Plain Layout
27831
27832
27833 \backslash
27834 renewcommand{
27835 \backslash
27836 marginpar}[1]{
27837 \backslash
27838 myMarginpar{%
27839 \end_layout
27840
27841 \begin_layout Plain Layout
27842
27843    
27844 \backslash
27845 textsf{
27846 \backslash
27847 textbf{
27848 \backslash
27849 underbar{Attention!}}}%
27850 \end_layout
27851
27852 \begin_layout Plain Layout
27853
27854    
27855 \backslash
27856 vspace{1.5mm}
27857 \backslash
27858
27859 \backslash
27860 #1}}
27861 \end_layout
27862
27863 \end_inset
27864
27865
27866 \begin_inset Marginal
27867 status open
27868
27869 \begin_layout Plain Layout
27870 Ceci est une note en marge avec une en-tête prédéfinie.
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \begin_inset ERT
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880
27881 [-1.5cm]
27882 \end_layout
27883
27884 \end_inset
27885
27886
27887 \begin_inset ERT
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891
27892
27893 \backslash
27894 renewcommand{
27895 \backslash
27896 marginpar}[1]{
27897 \backslash
27898 myMarginpar{#1}}
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \begin_inset Note Note
27905 status collapsed
27906
27907 \begin_layout Plain Layout
27908
27909 \lang english
27910 The margin note format is changed only for this example.
27911 \end_layout
27912
27913 \end_inset
27914
27915
27916 \end_layout
27917
27918 \begin_layout Standard
27919 \begin_inset ERT
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923
27924
27925 \backslash
27926 else
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \begin_inset Note Note
27933 status open
27934
27935 \begin_layout Plain Layout
27936 Ce qui suit sera affiché si le paquetage LaTeX 
27937 \series bold
27938 marginnote
27939 \series default
27940  n'est pas installé :
27941 \end_layout
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \begin_layout Standard
27949 Vous devez installer le paquetage LaTeX 
27950 \series bold
27951 marginnote
27952 \series default
27953  pour voir la suite de cette section dans la sortie imprimée.
27954 \end_layout
27955
27956 \begin_layout Standard
27957 \begin_inset ERT
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961
27962
27963 \backslash
27964 fi
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \begin_layout Chapter
27973 Les Boîtes
27974 \end_layout
27975
27976 \begin_layout Section
27977 Introduction
27978 \begin_inset Index idx
27979 status collapsed
27980
27981 \begin_layout Plain Layout
27982 Boîtes ! Introduction
27983 \end_layout
27984
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \begin_layout Standard
27991 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27992  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27993  voir la section
27994 \begin_inset space ~
27995 \end_inset
27996
27997
27998 \begin_inset CommandInset ref
27999 LatexCommand ref
28000 reference "sec:Minipages"
28001
28002 \end_inset
28003
28004 , pour encadrer des portions de texte, voir la section
28005 \begin_inset space ~
28006 \end_inset
28007
28008
28009 \begin_inset CommandInset ref
28010 LatexCommand ref
28011 reference "sec:Décorations"
28012
28013 \end_inset
28014
28015 , pour empêcher que des mots subissent une césure, voir la section
28016 \begin_inset space ~
28017 \end_inset
28018
28019
28020 \begin_inset CommandInset ref
28021 LatexCommand ref
28022 reference "sec:Empêcher-césure"
28023
28024 \end_inset
28025
28026 , pour aligner du texte, voir la section
28027 \begin_inset space ~
28028 \end_inset
28029
28030
28031 \begin_inset CommandInset ref
28032 LatexCommand ref
28033 reference "sub:Alignement-Vertical"
28034
28035 \end_inset
28036
28037 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
28038 \begin_inset space ~
28039 \end_inset
28040
28041
28042 \begin_inset CommandInset ref
28043 LatexCommand ref
28044 reference "sec:Boîtes-colorées"
28045
28046 \end_inset
28047
28048 .
28049 \end_layout
28050
28051 \begin_layout Standard
28052 On peut insérer une boîte en utilisant le menu 
28053 \family sans
28054 Insérer\SpecialChar \menuseparator
28055 Boîte
28056 \family default
28057  ou avec le bouton 
28058 \begin_inset Graphics
28059         filename ../../images/box-insert.png
28060         scale 85
28061         scaleBeforeRotation
28062
28063 \end_inset
28064
28065  de la barre d'outils.
28066  Une boîte grise avec une étiquette 
28067 \family sans
28068 Boîte
28069 \begin_inset space ~
28070 \end_inset
28071
28072 (Minipage)
28073 \family default
28074
28075 \begin_inset Graphics
28076         filename clipart/BoxInsetDefaultQt4.png
28077         scale 65
28078         scaleBeforeRotation
28079
28080 \end_inset
28081
28082  est alors insérée.
28083  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
28084  et 
28085 \lang english
28086 selecting 
28087 \family sans
28088 Settings
28089 \family default
28090 \lang french
28091 .
28092  La fenêtre de dialogue qui apparaît donne accès aux types de
28093 \family sans
28094  Boîte
28095 \begin_inset space ~
28096 \end_inset
28097
28098 Intérieure
28099 \family default
28100  
28101 \family sans
28102 Parbox
28103 \begin_inset Note Note
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107 En attendant un traduction plus correcte NdT
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \family default
28114  et 
28115 \family sans
28116 Minipage
28117 \family default
28118 .
28119  Le type 
28120 \family sans
28121 Minipage
28122 \family default
28123  est le type implicite pour les boîtes nouvellement créées et il est décrit
28124  dans la section
28125 \begin_inset space ~
28126 \end_inset
28127
28128
28129 \begin_inset CommandInset ref
28130 LatexCommand ref
28131 reference "sec:Minipages"
28132
28133 \end_inset
28134
28135 ; le type 
28136 \family sans
28137 Parbox
28138 \family default
28139  est décrit dans la section
28140 \begin_inset space ~
28141 \end_inset
28142
28143
28144 \begin_inset CommandInset ref
28145 LatexCommand ref
28146 reference "sec:Parboxes"
28147
28148 \end_inset
28149
28150  et le type 
28151 \family sans
28152 \lang english
28153 Makebox
28154 \family default
28155 \lang french
28156  est décrit dans la section
28157 \begin_inset space ~
28158 \end_inset
28159
28160
28161 \begin_inset CommandInset ref
28162 LatexCommand ref
28163 reference "sec:Empêcher-césure"
28164
28165 \end_inset
28166
28167 .
28168 \end_layout
28169
28170 \begin_layout Standard
28171 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
28172  comme les flottants ou les notes de bas de page.
28173 \end_layout
28174
28175 \begin_layout Standard
28176 \begin_inset Note Greyedout
28177 status open
28178
28179 \begin_layout Plain Layout
28180
28181 \series bold
28182 Note:
28183 \series default
28184  Vous ne pouvez pas employer une boîte comme élément dans un environnement
28185  de type 
28186 \family sans
28187 Liste
28188 \family default
28189  ou 
28190 \family sans
28191 Description
28192 \family default
28193 .
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 \begin_inset Note Greyedout
28203 status open
28204
28205 \begin_layout Plain Layout
28206
28207 \series bold
28208 Note:
28209 \series default
28210  Pour une raison inconnue, vous ne pouvez mettre le type de la 
28211 \family sans
28212 Boîte
28213 \begin_inset space ~
28214 \end_inset
28215
28216 Intérieure
28217 \family default
28218  à 
28219 \family sans
28220 Aucune
28221 \family default
28222  que quand vous utilisez une boîte encadrée.
28223  Les boîtes sans 
28224 \family sans
28225 Boîte
28226 \begin_inset space ~
28227 \end_inset
28228
28229 Intérieure
28230 \family default
28231  et sans cadre sont expliquées dans la section
28232 \begin_inset space ~
28233 \end_inset
28234
28235
28236 \begin_inset CommandInset ref
28237 LatexCommand ref
28238 reference "sec:Empêcher-césure"
28239
28240 \end_inset
28241
28242 .
28243 \end_layout
28244
28245 \end_inset
28246
28247
28248 \end_layout
28249
28250 \begin_layout Section
28251 La fenêtre de dialogue Boîte
28252 \begin_inset CommandInset label
28253 LatexCommand label
28254 name "sec:Boîte-Dialogue"
28255
28256 \end_inset
28257
28258
28259 \begin_inset Index idx
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263 Boîtes ! Fenêtre de dialogue Boîte
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Subsection
28272 Taille
28273 \begin_inset Index idx
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 Boîtes ! Taille
28278 \end_layout
28279
28280 \end_inset
28281
28282
28283 \end_layout
28284
28285 \begin_layout Standard
28286 Dans la fenêtre de dialogue 
28287 \family sans
28288 Paramètres
28289 \begin_inset space ~
28290 \end_inset
28291
28292 de
28293 \begin_inset space ~
28294 \end_inset
28295
28296 Boîte
28297 \family default
28298  vous pouvez modifier la géométrie de la boîte avec les champs 
28299 \family sans
28300 Largeur
28301 \family default
28302  et 
28303 \family sans
28304 Hauteur
28305 \family default
28306 .
28307  Les unités de longueur qui sont utilisables dans ces champs sont décrites
28308  dans le tableau
28309 \begin_inset space ~
28310 \end_inset
28311
28312
28313 \begin_inset CommandInset ref
28314 LatexCommand ref
28315 reference "tab:Unités"
28316
28317 \end_inset
28318
28319 .
28320  Le champ 
28321 \family sans
28322 Hauteur
28323 \family default
28324  offre en plus les spécifications de taille suivantes :
28325 \end_layout
28326
28327 \begin_layout Description
28328 Profondeur C'est simplement la 
28329 \begin_inset Quotes eld
28330 \end_inset
28331
28332 hauteur
28333 \begin_inset Quotes erd
28334 \end_inset
28335
28336  du texte.
28337  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28338  lignes de texte dans la boîte.
28339 \begin_inset Newline newline
28340 \end_inset
28341
28342
28343 \begin_inset Newline newline
28344 \end_inset
28345
28346
28347 \begin_inset Newline newline
28348 \end_inset
28349
28350
28351 \begin_inset Box Boxed
28352 position "c"
28353 hor_pos "c"
28354 has_inner_box 1
28355 inner_pos "c"
28356 use_parbox 0
28357 use_makebox 0
28358 width "12col%"
28359 special "none"
28360 height "1in"
28361 height_special "depth"
28362 status open
28363
28364 \begin_layout Plain Layout
28365 \align center
28366 Boîte dont la hauteur est égale à 1
28367 \begin_inset space \thinspace{}
28368 \end_inset
28369
28370 Profondeur
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \begin_inset Newline newline
28377 \end_inset
28378
28379
28380 \begin_inset Newline newline
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Description
28387 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28388  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28389  est deux fois plus haute que le texte : 
28390 \begin_inset Box Boxed
28391 position "c"
28392 hor_pos "c"
28393 has_inner_box 1
28394 inner_pos "c"
28395 use_parbox 0
28396 use_makebox 0
28397 width "20col%"
28398 special "none"
28399 height "2in"
28400 height_special "height"
28401 status open
28402
28403 \begin_layout Plain Layout
28404 \align center
28405 Boîte dont la hauteur est 2
28406 \begin_inset space \thinspace{}
28407 \end_inset
28408
28409 Hauteur
28410 \end_layout
28411
28412 \end_inset
28413
28414
28415 \end_layout
28416
28417 \begin_layout Description
28418 Hauteur
28419 \begin_inset space ~
28420 \end_inset
28421
28422 Totale C'est égal à Hauteur
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 +
28427 \begin_inset space \thinspace{}
28428 \end_inset
28429
28430 Profondeur : 
28431 \begin_inset Box Boxed
28432 position "c"
28433 hor_pos "c"
28434 has_inner_box 1
28435 inner_pos "c"
28436 use_parbox 0
28437 use_makebox 0
28438 width "20col%"
28439 special "none"
28440 height "1in"
28441 height_special "totalheight"
28442 status open
28443
28444 \begin_layout Plain Layout
28445 \align center
28446 Boîte dont la hauteur est 1
28447 \begin_inset space \thinspace{}
28448 \end_inset
28449
28450 Hauteur
28451 \begin_inset space ~
28452 \end_inset
28453
28454 Totale
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Description
28463 Largeur On prend la largeur de la boîte comme hauteur : 
28464 \begin_inset Box Boxed
28465 position "c"
28466 hor_pos "c"
28467 has_inner_box 1
28468 inner_pos "c"
28469 use_parbox 0
28470 use_makebox 0
28471 width "12col%"
28472 special "none"
28473 height "1in"
28474 height_special "width"
28475 status open
28476
28477 \begin_layout Plain Layout
28478 \align center
28479 Boîte dont la hauteur est 1
28480 \begin_inset space \thinspace{}
28481 \end_inset
28482
28483 Largeur
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \begin_layout Subsection
28492 Alignement
28493 \begin_inset Index idx
28494 status collapsed
28495
28496 \begin_layout Plain Layout
28497 Boîtes ! Alignement
28498 \end_layout
28499
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Standard
28506 Quand vous avez choisi une 
28507 \family sans
28508 Boîte
28509 \begin_inset space ~
28510 \end_inset
28511
28512 Intérieure
28513 \family default
28514 , l'alignement vertical de la boîte peut être :
28515 \end_layout
28516
28517 \begin_layout Description
28518 Haut Ceci est un exemple de texte.
28519  
28520 \begin_inset Box Boxed
28521 position "t"
28522 hor_pos "c"
28523 has_inner_box 1
28524 inner_pos "c"
28525 use_parbox 0
28526 use_makebox 0
28527 width "12col%"
28528 special "none"
28529 height "1in"
28530 height_special "totalheight"
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 \align center
28535 Cette boîte est alignée sur le haut.
28536 \end_layout
28537
28538 \end_inset
28539
28540  Ceci est un exemple de texte.
28541 \end_layout
28542
28543 \begin_layout Description
28544 Milieu Ceci est un exemple de texte.
28545  
28546 \begin_inset Box Boxed
28547 position "c"
28548 hor_pos "c"
28549 has_inner_box 1
28550 inner_pos "c"
28551 use_parbox 0
28552 use_makebox 0
28553 width "12col%"
28554 special "none"
28555 height "1in"
28556 height_special "totalheight"
28557 status collapsed
28558
28559 \begin_layout Plain Layout
28560 \align center
28561 Cette boîte est alignée au centre.
28562 \end_layout
28563
28564 \end_inset
28565
28566  Ceci est un exemple de texte.
28567 \end_layout
28568
28569 \begin_layout Description
28570 Bas Ceci est un exemple de texte.
28571  
28572 \begin_inset Box Boxed
28573 position "b"
28574 hor_pos "c"
28575 has_inner_box 1
28576 inner_pos "c"
28577 use_parbox 0
28578 use_makebox 0
28579 width "12col%"
28580 special "none"
28581 height "1in"
28582 height_special "totalheight"
28583 status collapsed
28584
28585 \begin_layout Plain Layout
28586 \align center
28587 Cette boîte est alignée sur le bas.
28588 \end_layout
28589
28590 \end_inset
28591
28592  Ceci est un exemple de texte.
28593 \end_layout
28594
28595 \begin_layout Standard
28596 \begin_inset Note Greyedout
28597 status open
28598
28599 \begin_layout Plain Layout
28600
28601 \series bold
28602 Note:
28603 \series default
28604  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28605  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28606  l'autre non.
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \begin_layout Standard
28615 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28616  paragraphe grâce à la fenêtre de dialogue 
28617 \family sans
28618 Paramètres
28619 \begin_inset space ~
28620 \end_inset
28621
28622 de
28623 \begin_inset space ~
28624 \end_inset
28625
28626 Boîte
28627 \family default
28628 .
28629 \end_layout
28630
28631 \begin_layout Standard
28632 \begin_inset VSpace bigskip
28633 \end_inset
28634
28635 Quand vous avez choisi une 
28636 \family sans
28637 Boîte
28638 \begin_inset space ~
28639 \end_inset
28640
28641 Intérieure
28642 \family default
28643 , l'alignement vertical du contenu de la boîte peut être :
28644 \end_layout
28645
28646 \begin_layout Description
28647 haut Ceci est un exemple de texte.
28648 \begin_inset Box Boxed
28649 position "c"
28650 hor_pos "c"
28651 has_inner_box 1
28652 inner_pos "t"
28653 use_parbox 0
28654 use_makebox 0
28655 width "12col%"
28656 special "none"
28657 height "1.5in"
28658 height_special "totalheight"
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 \align center
28663 Le texte de cette boîte est aligné sur le haut.
28664 \end_layout
28665
28666 \end_inset
28667
28668  Ceci est un exemple de texte.
28669 \end_layout
28670
28671 \begin_layout Description
28672 milieu Ceci est un exemple de texte.
28673  
28674 \begin_inset Box Boxed
28675 position "c"
28676 hor_pos "c"
28677 has_inner_box 1
28678 inner_pos "c"
28679 use_parbox 0
28680 use_makebox 0
28681 width "12col%"
28682 special "none"
28683 height "1.5in"
28684 height_special "totalheight"
28685 status collapsed
28686
28687 \begin_layout Plain Layout
28688 \align center
28689 Le texte de cette boîte est aligné au centre
28690 \end_layout
28691
28692 \end_inset
28693
28694  Ceci est un exemple de texte.
28695 \end_layout
28696
28697 \begin_layout Description
28698 bas Ceci est un exemple de texte.
28699  
28700 \begin_inset Box Boxed
28701 position "c"
28702 hor_pos "c"
28703 has_inner_box 1
28704 inner_pos "b"
28705 use_parbox 0
28706 use_makebox 0
28707 width "12col%"
28708 special "none"
28709 height "1.5in"
28710 height_special "totalheight"
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714 \align center
28715 Le texte de cette boîte est aligné en bas.
28716 \end_layout
28717
28718 \end_inset
28719
28720  Ceci est un exemple de texte.
28721 \end_layout
28722
28723 \begin_layout Description
28724 élongation Ceci est un exemple de texte.
28725  
28726 \begin_inset Box Boxed
28727 position "c"
28728 hor_pos "c"
28729 has_inner_box 1
28730 inner_pos "s"
28731 use_parbox 0
28732 use_makebox 0
28733 width "12col%"
28734 special "none"
28735 height "1.5in"
28736 height_special "totalheight"
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740 \align center
28741 Le texte 
28742 \end_layout
28743
28744 \begin_layout Plain Layout
28745 \align center
28746 de cette
28747 \end_layout
28748
28749 \begin_layout Plain Layout
28750 \align center
28751 boîte est
28752 \end_layout
28753
28754 \begin_layout Plain Layout
28755 \align center
28756 allongé.
28757 \end_layout
28758
28759 \end_inset
28760
28761  Ceci est un exemple de texte.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28766  paragraphe.
28767  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28768 \end_layout
28769
28770 \begin_layout Standard
28771 \begin_inset VSpace bigskip
28772 \end_inset
28773
28774 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28775  la fenêtre de dialogue 
28776 \family sans
28777 Paramètres
28778 \begin_inset space ~
28779 \end_inset
28780
28781 de
28782 \begin_inset space ~
28783 \end_inset
28784
28785 paragraphe
28786 \family default
28787  quand vous avez choisi une 
28788 \family sans
28789 Boîte
28790 \begin_inset space ~
28791 \end_inset
28792
28793 Intérieure
28794 \family default
28795 .
28796 \end_layout
28797
28798 \begin_layout Standard
28799 \align center
28800 \begin_inset Box Boxed
28801 position "c"
28802 hor_pos "c"
28803 has_inner_box 1
28804 inner_pos "s"
28805 use_parbox 0
28806 use_makebox 0
28807 width "15col%"
28808 special "none"
28809 height "1.25in"
28810 height_special "totalheight"
28811 status open
28812
28813 \begin_layout Plain Layout
28814 \align left
28815 Le texte de 
28816 \end_layout
28817
28818 \begin_layout Plain Layout
28819 \align left
28820 cette boîte
28821 \end_layout
28822
28823 \begin_layout Plain Layout
28824 \align right
28825 est allongé.
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \end_layout
28832
28833 \begin_layout Standard
28834 Si vous n'avez pas choisi une 
28835 \family sans
28836 Boîte
28837 \begin_inset space ~
28838 \end_inset
28839
28840 Intérieure
28841 \family default
28842 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28843  de dialogue de boîte.
28844 \end_layout
28845
28846 \begin_layout Standard
28847 \align center
28848 \begin_inset Box Boxed
28849 position "c"
28850 hor_pos "s"
28851 has_inner_box 0
28852 inner_pos "s"
28853 use_parbox 0
28854 use_makebox 0
28855 width "90col%"
28856 special "none"
28857 height "1.25in"
28858 height_special "totalheight"
28859 status open
28860
28861 \begin_layout Plain Layout
28862 \align left
28863 Le texte de cette boîte est allongé horizontalement.
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Subsection
28872 Décorations
28873 \begin_inset CommandInset label
28874 LatexCommand label
28875 name "sec:Décorations"
28876
28877 \end_inset
28878
28879
28880 \begin_inset Index idx
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884 Boîtes ! Décorations
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 On peut spécifier le style de la boîte en utilisant la liste déroulante
28894  
28895 \family sans
28896 Décoration
28897 \family default
28898 .
28899  Les possibilités sont les suivantes :
28900 \end_layout
28901
28902 \begin_layout Description
28903 Aucun
28904 \begin_inset space ~
28905 \end_inset
28906
28907 cadre
28908 \begin_inset space ~
28909 \end_inset
28910
28911 tracé 
28912 \lang english
28913 Nothing is drawn.
28914 \end_layout
28915
28916 \begin_layout Description
28917 Cadre
28918 \begin_inset space ~
28919 \end_inset
28920
28921 rectangulaire
28922 \begin_inset space ~
28923 \end_inset
28924
28925 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28926  L'épaisseur du trait de ce cadre est donnée par la variable  
28927 \series bold
28928
28929 \backslash
28930 fboxrule
28931 \series default
28932 .
28933 \begin_inset Newline newline
28934 \end_inset
28935
28936
28937 \begin_inset Box Boxed
28938 position "c"
28939 hor_pos "c"
28940 has_inner_box 1
28941 inner_pos "c"
28942 use_parbox 0
28943 use_makebox 0
28944 width "20col%"
28945 special "none"
28946 height "1in"
28947 height_special "totalheight"
28948 status open
28949
28950 \begin_layout Plain Layout
28951 \align center
28952 Boîte rectangulaire
28953 \end_layout
28954
28955 \end_inset
28956
28957
28958 \end_layout
28959
28960 \begin_layout Description
28961 Cadre
28962 \begin_inset space ~
28963 \end_inset
28964
28965 oval,
28966 \begin_inset space ~
28967 \end_inset
28968
28969 fin Ceci dessine un cadre ovalisée autour de la boîte.
28970  L'épaisseur du trait de ce cadre est de  0.4
28971 \begin_inset space \thinspace{}
28972 \end_inset
28973
28974 pt.
28975  
28976 \begin_inset Box ovalbox
28977 position "c"
28978 hor_pos "c"
28979 has_inner_box 1
28980 inner_pos "c"
28981 use_parbox 0
28982 use_makebox 0
28983 width "20col%"
28984 special "none"
28985 height "1in"
28986 height_special "totalheight"
28987 status open
28988
28989 \begin_layout Plain Layout
28990 \align center
28991 Boîte ovalisée, fine
28992 \end_layout
28993
28994 \end_inset
28995
28996
28997 \end_layout
28998
28999 \begin_layout Description
29000 Cadre
29001 \begin_inset space ~
29002 \end_inset
29003
29004 oval,
29005 \begin_inset space ~
29006 \end_inset
29007
29008 épais Ceci dessine un cadre ovalisée autour de la boîte.
29009  L'épaisseur du trait de ce cadre est de   0.8
29010 \begin_inset space \thinspace{}
29011 \end_inset
29012
29013 pt.
29014  
29015 \begin_inset Box Ovalbox
29016 position "c"
29017 hor_pos "c"
29018 has_inner_box 1
29019 inner_pos "c"
29020 use_parbox 0
29021 use_makebox 0
29022 width "20col%"
29023 special "none"
29024 height "1in"
29025 height_special "totalheight"
29026 status open
29027
29028 \begin_layout Plain Layout
29029 \align center
29030 Boîte ovalisée, épaisse
29031 \end_layout
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \begin_layout Description
29039 Ombre
29040 \begin_inset space ~
29041 \end_inset
29042
29043 en
29044 \begin_inset space ~
29045 \end_inset
29046
29047 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
29048  L'épaisseur du trait de ce cadre est donnée par la variable  
29049 \series bold
29050
29051 \backslash
29052 fboxrule
29053 \series default
29054 , l'ombre a une épaisseur de  4
29055 \begin_inset space \thinspace{}
29056 \end_inset
29057
29058 pt.
29059  
29060 \begin_inset Box Shadowbox
29061 position "c"
29062 hor_pos "c"
29063 has_inner_box 1
29064 inner_pos "c"
29065 use_parbox 0
29066 use_makebox 0
29067 width "20col%"
29068 special "none"
29069 height "1in"
29070 height_special "totalheight"
29071 status open
29072
29073 \begin_layout Plain Layout
29074 \align center
29075 Boîte ombrée
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Description
29084 Fond
29085 \begin_inset space ~
29086 \end_inset
29087
29088 ombré Ceci dessine une boîte avec un arrière plan rouge.
29089  Contrairement aux boîtes coloriées
29090 \begin_inset Foot
29091 status collapsed
29092
29093 \begin_layout Plain Layout
29094 Voir la section
29095 \begin_inset space ~
29096 \end_inset
29097
29098
29099 \begin_inset CommandInset ref
29100 LatexCommand ref
29101 reference "sec:Boîtes-colorées"
29102
29103 \end_inset
29104
29105 .
29106 \end_layout
29107
29108 \end_inset
29109
29110 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
29111  son propre paragraphe.
29112 \lang english
29113
29114 \begin_inset Box Shaded
29115 position "t"
29116 hor_pos "c"
29117 has_inner_box 0
29118 inner_pos "t"
29119 use_parbox 0
29120 use_makebox 0
29121 width "50col%"
29122 special "none"
29123 height "1in"
29124 height_special "totalheight"
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128 Boîte avec fond ombré
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \end_layout
29135
29136 \begin_layout Description
29137 Cadre
29138 \begin_inset space ~
29139 \end_inset
29140
29141 rectangulaire
29142 \begin_inset space ~
29143 \end_inset
29144
29145 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
29146  boîte.
29147  L'épaisseur du trait du cadre interne est de 0.75
29148 \begin_inset space \thinspace{}
29149 \end_inset
29150
29151
29152 \series bold
29153
29154 \backslash
29155 fboxrule
29156 \series default
29157 , l'épaisseur du trait du cadre externe est de 1.5
29158 \begin_inset space \thinspace{}
29159 \end_inset
29160
29161
29162 \series bold
29163
29164 \backslash
29165 fboxrule
29166 \series default
29167 .
29168  La distance entre les deux cadres est de  1.5
29169 \begin_inset space \thinspace{}
29170 \end_inset
29171
29172
29173 \series bold
29174
29175 \backslash
29176 fboxrule
29177 \series default
29178
29179 \begin_inset space \thinspace{}
29180 \end_inset
29181
29182 +
29183 \begin_inset space \thinspace{}
29184 \end_inset
29185
29186 0.5
29187 \begin_inset space \thinspace{}
29188 \end_inset
29189
29190 pt.
29191  
29192 \begin_inset Box Doublebox
29193 position "c"
29194 hor_pos "c"
29195 has_inner_box 1
29196 inner_pos "c"
29197 use_parbox 0
29198 use_makebox 0
29199 width "20col%"
29200 special "none"
29201 height "1in"
29202 height_special "totalheight"
29203 status open
29204
29205 \begin_layout Plain Layout
29206 \align center
29207 Boîte double
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \begin_layout Standard
29216 \begin_inset VSpace bigskip
29217 \end_inset
29218
29219 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
29220  style de boîte utilisé.
29221  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
29222  le paquetage LaTeX 
29223 \series bold
29224 fancybox
29225 \series default
29226
29227 \begin_inset Index idx
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 Paquetages LaTeX ! fancybox
29232 \end_layout
29233
29234 \end_inset
29235
29236 .
29237 \end_layout
29238
29239 \begin_layout Standard
29240 \begin_inset VSpace bigskip
29241 \end_inset
29242
29243 Quand vous utilisez le style de décoration 
29244 \family sans
29245 cadre rectangulaire simple
29246 \family default
29247  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
29248  de la boîte.
29249  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
29250  predra toute la largeur de la colonne, la boîte sera considérée comme son
29251  propre paragraphe et 
29252 \series bold
29253
29254 \backslash
29255 fboxrule
29256 \series default
29257  et 
29258 \series bold
29259
29260 \backslash
29261 fboxsep
29262 \series default
29263  n'ont aucun effet sur ce type de boîte.
29264  L'épaisseur de la ligne du cadre a la valeur de 
29265 \series bold
29266
29267 \backslash
29268 FrameRule
29269 \series default
29270 .
29271  
29272 \begin_inset Box Framed
29273 position "t"
29274 hor_pos "c"
29275 has_inner_box 0
29276 inner_pos "t"
29277 use_parbox 0
29278 use_makebox 0
29279 width "100col%"
29280 special "none"
29281 height "1in"
29282 height_special "totalheight"
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Boîte avec cadre simple et sauts de page
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Section
29295 Personnalisation des boîtes
29296 \begin_inset Index idx
29297 status collapsed
29298
29299 \begin_layout Plain Layout
29300 Boîtes! Personnalisation
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \begin_layout Standard
29309 La valeur implicite pour la variable 
29310 \series bold
29311
29312 \backslash
29313 fboxrule
29314 \series default
29315  est 0.4
29316 \begin_inset space \thinspace{}
29317 \end_inset
29318
29319 pt.
29320  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29321  pour avoir 2
29322 \begin_inset space \thinspace{}
29323 \end_inset
29324
29325 pt :
29326 \end_layout
29327
29328 \begin_layout Standard
29329
29330 \series bold
29331
29332 \backslash
29333 setlength{
29334 \backslash
29335 fboxrule}{2pt}
29336 \end_layout
29337
29338 \begin_layout Standard
29339 \begin_inset ERT
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343
29344
29345 \backslash
29346 setlength{
29347 \backslash
29348 fboxrule}{2pt}
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \begin_inset Box Boxed
29355 position "c"
29356 hor_pos "c"
29357 has_inner_box 1
29358 inner_pos "c"
29359 use_parbox 0
29360 use_makebox 0
29361 width "25col%"
29362 special "none"
29363 height "1in"
29364 height_special "totalheight"
29365 status open
29366
29367 \begin_layout Plain Layout
29368 \align center
29369 Boîte rectangulaire avec 
29370 \series bold
29371
29372 \backslash
29373 fboxrule
29374 \series default
29375
29376 \begin_inset space \thinspace{}
29377 \end_inset
29378
29379 =
29380 \begin_inset space \thinspace{}
29381 \end_inset
29382
29383 2
29384 \begin_inset space \thinspace{}
29385 \end_inset
29386
29387 pt
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \begin_inset ERT
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397
29398
29399 \backslash
29400 setlength{
29401 \backslash
29402 fboxrule}{0.4pt}
29403 \end_layout
29404
29405 \end_inset
29406
29407
29408 \end_layout
29409
29410 \begin_layout Standard
29411 \begin_inset VSpace bigskip
29412 \end_inset
29413
29414 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29415  les types de cadres, implicitement il est de 3
29416 \begin_inset space \thinspace{}
29417 \end_inset
29418
29419 pt.
29420  Vous pouvez le modifier en donnant une autre valeur à la variable 
29421 \series bold
29422
29423 \backslash
29424 fboxsep
29425 \series default
29426 .
29427  Par exemple la commande
29428 \end_layout
29429
29430 \begin_layout Standard
29431
29432 \series bold
29433
29434 \backslash
29435 setlength{
29436 \backslash
29437 fboxsep}{10pt}
29438 \end_layout
29439
29440 \begin_layout Standard
29441 met une valeur de 10
29442 \begin_inset space \thinspace{}
29443 \end_inset
29444
29445 pt, comme celle utilisée pour cette boîte :
29446 \end_layout
29447
29448 \begin_layout Standard
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454
29455 \backslash
29456 setlength{
29457 \backslash
29458 fboxsep}{10pt}
29459 \end_layout
29460
29461 \end_inset
29462
29463
29464 \begin_inset Box Boxed
29465 position "c"
29466 hor_pos "c"
29467 has_inner_box 1
29468 inner_pos "c"
29469 use_parbox 0
29470 use_makebox 0
29471 width "25col%"
29472 special "none"
29473 height "1in"
29474 height_special "totalheight"
29475 status open
29476
29477 \begin_layout Plain Layout
29478 \align center
29479 Boîte rectangulaire avec 
29480 \series bold
29481
29482 \backslash
29483 fboxsep
29484 \series default
29485
29486 \begin_inset space \thinspace{}
29487 \end_inset
29488
29489 =
29490 \begin_inset space \thinspace{}
29491 \end_inset
29492
29493 10
29494 \begin_inset space \thinspace{}
29495 \end_inset
29496
29497 pt
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \begin_inset ERT
29504 status collapsed
29505
29506 \begin_layout Plain Layout
29507
29508
29509 \backslash
29510 setlength{
29511 \backslash
29512 fboxsep}{3pt}
29513 \end_layout
29514
29515 \end_inset
29516
29517
29518 \end_layout
29519
29520 \begin_layout Standard
29521 \begin_inset VSpace bigskip
29522 \end_inset
29523
29524 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29525  la commande 
29526 \series bold
29527
29528 \backslash
29529 cornersize
29530 \series default
29531 .
29532  Par exemple, la commande
29533 \end_layout
29534
29535 \begin_layout Standard
29536
29537 \series bold
29538
29539 \backslash
29540 cornersize*{1cm}
29541 \end_layout
29542
29543 \begin_layout Standard
29544 donne un diamètre de 1
29545 \begin_inset space \thinspace{}
29546 \end_inset
29547
29548 cm.
29549  La commande
29550 \end_layout
29551
29552 \begin_layout Standard
29553
29554 \series bold
29555
29556 \backslash
29557 cornersize{num}
29558 \end_layout
29559
29560 \begin_layout Standard
29561 fixe le diamètre à 
29562 \family sans
29563 num
29564 \begin_inset space \thinspace{}
29565 \end_inset
29566
29567 ×
29568 \begin_inset space \thinspace{}
29569 \end_inset
29570
29571 minimum(largeur et hauteur de la boîte)
29572 \family default
29573 .
29574  La valeur implicite est 
29575 \series bold
29576
29577 \backslash
29578 cornersize{0.5}
29579 \series default
29580 .
29581 \end_layout
29582
29583 \begin_layout Standard
29584 \begin_inset ERT
29585 status collapsed
29586
29587 \begin_layout Plain Layout
29588
29589
29590 \backslash
29591 cornersize*{1.5cm}
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \begin_inset Box Ovalbox
29598 position "c"
29599 hor_pos "c"
29600 has_inner_box 1
29601 inner_pos "c"
29602 use_parbox 0
29603 use_makebox 0
29604 width "25col%"
29605 special "none"
29606 height "1in"
29607 height_special "totalheight"
29608 status open
29609
29610 \begin_layout Plain Layout
29611 \align center
29612 Boîte ovale avec 
29613 \series bold
29614
29615 \backslash
29616 cornersize
29617 \series default
29618
29619 \begin_inset space \thinspace{}
29620 \end_inset
29621
29622 =
29623 \begin_inset space \thinspace{}
29624 \end_inset
29625
29626 1.5
29627 \begin_inset space \thinspace{}
29628 \end_inset
29629
29630 cm
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641
29642 \backslash
29643 cornersize{0.5}
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 \begin_inset VSpace bigskip
29653 \end_inset
29654
29655 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29656  
29657 \series bold
29658
29659 \backslash
29660 shadowsize
29661 \series default
29662 .
29663  Elle est fixée à 2
29664 \begin_inset space \thinspace{}
29665 \end_inset
29666
29667 pt pour la boîte suivante par la commande :
29668 \end_layout
29669
29670 \begin_layout Standard
29671
29672 \series bold
29673
29674 \backslash
29675 setlength{
29676 \backslash
29677 shadowsize}{2pt}
29678 \end_layout
29679
29680 \begin_layout Standard
29681 \begin_inset ERT
29682 status collapsed
29683
29684 \begin_layout Plain Layout
29685
29686
29687 \backslash
29688 setlength{
29689 \backslash
29690 shadowsize}{2pt}
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \begin_inset Box Shadowbox
29697 position "c"
29698 hor_pos "c"
29699 has_inner_box 1
29700 inner_pos "c"
29701 use_parbox 0
29702 use_makebox 0
29703 width "25col%"
29704 special "none"
29705 height "1in"
29706 height_special "totalheight"
29707 status open
29708
29709 \begin_layout Plain Layout
29710 \align center
29711 Boîte ombrée avec 
29712 \series bold
29713
29714 \backslash
29715 shadowsize
29716 \series default
29717
29718 \begin_inset space \thinspace{}
29719 \end_inset
29720
29721 =
29722 \begin_inset space \thinspace{}
29723 \end_inset
29724
29725 2
29726 \begin_inset space \thinspace{}
29727 \end_inset
29728
29729 pt
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740
29741 \backslash
29742 setlength{
29743 \backslash
29744 shadowsize}{4pt}
29745 \end_layout
29746
29747 \end_inset
29748
29749
29750 \end_layout
29751
29752 \begin_layout Standard
29753 \begin_inset VSpace bigskip
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 La valeur implicite pour la longueur 
29761 \series bold
29762
29763 \backslash
29764 FrameRule
29765 \series default
29766  est 0,4
29767 \begin_inset space \thinspace{}
29768 \end_inset
29769
29770 pt.
29771  L'espacement implicite entre le contenu de la note et le cadre est de 9
29772 \begin_inset space \thinspace{}
29773 \end_inset
29774
29775 pt et il peut être modifié en utilisant la valeur de 
29776 \series bold
29777
29778 \backslash
29779 FrameSep
29780 \series default
29781 .
29782  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29783  suivantes en code TeX
29784 \end_layout
29785
29786 \begin_layout Standard
29787
29788 \series bold
29789
29790 \backslash
29791 setlength{
29792 \backslash
29793 FrameRule}{5pt}
29794 \begin_inset Newline newline
29795 \end_inset
29796
29797
29798 \backslash
29799 setlength{
29800 \backslash
29801 FrameSep}{0.5cm}
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset ERT
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809
29810
29811 \backslash
29812 setlength{
29813 \backslash
29814 FrameRule}{5pt}
29815 \end_layout
29816
29817 \begin_layout Plain Layout
29818
29819
29820 \backslash
29821 setlength{
29822 \backslash
29823 FrameSep}{0.5cm}
29824 \end_layout
29825
29826 \end_inset
29827
29828
29829 \begin_inset Box Framed
29830 position "t"
29831 hor_pos "c"
29832 has_inner_box 0
29833 inner_pos "t"
29834 use_parbox 0
29835 use_makebox 0
29836 width "100col%"
29837 special "none"
29838 height "1in"
29839 height_special "totalheight"
29840 status open
29841
29842 \begin_layout Plain Layout
29843 Ceci est un texte dans une boîte autorisant les 
29844 \family sans
29845 sauts de page
29846 \family default
29847 .
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \begin_inset ERT
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857
29858
29859 \backslash
29860 setlength{
29861 \backslash
29862 FrameRule}{0.4pt}
29863 \end_layout
29864
29865 \begin_layout Plain Layout
29866
29867
29868 \backslash
29869 setlength{
29870 \backslash
29871 FrameSep}{9pt}
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \end_layout
29878
29879 \begin_layout Standard
29880
29881 \lang english
29882 \begin_inset VSpace bigskip
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Standard
29889 Pour les bôites à 
29890 \family sans
29891 Fond
29892 \begin_inset space ~
29893 \end_inset
29894
29895 ombré
29896 \family default
29897 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29898  3
29899 \begin_inset space \thinspace{}
29900 \end_inset
29901
29902 pt et il peut être modifié avec la valeur de 
29903 \series bold
29904
29905 \backslash
29906 fboxsep
29907 \series default
29908 .
29909  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29910  localement avec la commande 
29911 \series bold
29912
29913 \backslash
29914 definecolor{shadecolor}
29915 \series default
29916 , soit globalement avec le menu 
29917 \family sans
29918 Outils\SpecialChar \menuseparator
29919 Préférences
29920 \family default
29921 \SpecialChar \menuseparator
29922
29923 \family sans
29924 Couleurs\SpecialChar \menuseparator
29925 boîte
29926 \begin_inset space ~
29927 \end_inset
29928
29929 ombrée
29930 \family default
29931 .
29932  La syntaxe de la commande 
29933 \series bold
29934
29935 \backslash
29936 definecolor
29937 \series default
29938  est expliquée dans la section
29939 \begin_inset space ~
29940 \end_inset
29941
29942
29943 \begin_inset CommandInset ref
29944 LatexCommand ref
29945 reference "sec:Tableaux-Colorés"
29946
29947 \end_inset
29948
29949
29950 \begin_inset Foot
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954 Notez que l'utilisation de 
29955 \series bold
29956
29957 \backslash
29958 definecolor
29959 \series default
29960  ne peut se faire sans le paquetage LaTeX 
29961 \series bold
29962 color
29963 \series default
29964  dans le préambule, voir la section
29965 \begin_inset space ~
29966 \end_inset
29967
29968
29969 \begin_inset CommandInset ref
29970 LatexCommand ref
29971 reference "sec:Boîtes-colorées"
29972
29973 \end_inset
29974
29975 .
29976  
29977 \end_layout
29978
29979 \end_inset
29980
29981 .
29982 \end_layout
29983
29984 \begin_layout Standard
29985 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29986  les commandes en code TeX suivantes
29987 \end_layout
29988
29989 \begin_layout Standard
29990
29991 \series bold
29992
29993 \backslash
29994 setlength{
29995 \backslash
29996 fboxsep}{0.5cm}
29997 \series default
29998
29999 \begin_inset Newline newline
30000 \end_inset
30001
30002
30003 \series bold
30004
30005 \backslash
30006 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30007 \end_layout
30008
30009 \begin_layout Standard
30010 \begin_inset ERT
30011 status collapsed
30012
30013 \begin_layout Plain Layout
30014
30015
30016 \backslash
30017 setlength{
30018 \backslash
30019 fboxsep}{0.5cm}
30020 \end_layout
30021
30022 \begin_layout Plain Layout
30023
30024
30025 \backslash
30026 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30027 \end_layout
30028
30029 \end_inset
30030
30031
30032 \begin_inset Box Shaded
30033 position "t"
30034 hor_pos "c"
30035 has_inner_box 0
30036 inner_pos "t"
30037 use_parbox 0
30038 use_makebox 0
30039 width "100col%"
30040 special "none"
30041 height "1in"
30042 height_special "totalheight"
30043 status open
30044
30045 \begin_layout Plain Layout
30046
30047 \color yellow
30048 Ceci est un texte jaune dans une boîte à 
30049 \family sans
30050 Fond
30051 \begin_inset space ~
30052 \end_inset
30053
30054 ombré
30055 \family default
30056 \color inherit
30057  
30058 \color yellow
30059 avec un fond vert foncé.
30060 \end_layout
30061
30062 \end_inset
30063
30064
30065 \begin_inset ERT
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069
30070
30071 \backslash
30072 setlength{
30073 \backslash
30074 fboxsep}{3pt}
30075 \end_layout
30076
30077 \begin_layout Plain Layout
30078
30079
30080 \backslash
30081 definecolor{shadecolor}{rgb}{1,0,0}
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090
30091 \lang english
30092 \begin_inset VSpace bigskip
30093 \end_inset
30094
30095
30096 \end_layout
30097
30098 \begin_layout Standard
30099 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
30100  les boîtes qui suivent la commandes qui les a changées.
30101 \end_layout
30102
30103 \begin_layout Section
30104 Minipages
30105 \begin_inset CommandInset label
30106 LatexCommand label
30107 name "sec:Minipages"
30108
30109 \end_inset
30110
30111
30112 \begin_inset Index idx
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116 Boîtes ! Minipages
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \end_layout
30123
30124 \begin_layout Standard
30125 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
30126 ur d'une page.
30127  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
30128  règles d'indentation, de saut de ligne, etc.
30129  s'appliquent.
30130 \end_layout
30131
30132 \begin_layout Standard
30133 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
30134  langues.
30135 \end_layout
30136
30137 \begin_layout Standard
30138 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
30139  Leur largeur est fixée à 45
30140 \begin_inset space \thinspace{}
30141 \end_inset
30142
30143 col% et elles sont séparées par un ressort horizontal, qui a été inséré
30144  via le menu 
30145 \family sans
30146 Insérer\SpecialChar \menuseparator
30147 Typographie
30148 \begin_inset space ~
30149 \end_inset
30150
30151 spéciale\SpecialChar \menuseparator
30152 Ressort
30153 \begin_inset space ~
30154 \end_inset
30155
30156 Horizontal
30157 \family default
30158 .
30159 \end_layout
30160
30161 \begin_layout Standard
30162
30163 \end_layout
30164
30165 \begin_layout Standard
30166
30167 \lang english
30168 \begin_inset Box Frameless
30169 position "t"
30170 hor_pos "c"
30171 has_inner_box 1
30172 inner_pos "c"
30173 use_parbox 0
30174 use_makebox 0
30175 width "45col%"
30176 special "none"
30177 height "1in"
30178 height_special "totalheight"
30179 status open
30180
30181 \begin_layout Plain Layout
30182
30183 \lang german
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  Dies ist ein deutscher Text.
30195  Dies ist ein deutscher Text.
30196  Dies ist ein deutscher Text
30197 \begin_inset Foot
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202 \lang german
30203 Dies ist eine deutsche Fußnote.
30204 \end_layout
30205
30206 \end_inset
30207
30208 .
30209  Dies ist ein deutscher Text.
30210  Dies ist ein deutscher Text.
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \begin_inset space \hfill{}
30217 \end_inset
30218
30219
30220 \begin_inset Box Frameless
30221 position "t"
30222 hor_pos "c"
30223 has_inner_box 1
30224 inner_pos "c"
30225 use_parbox 0
30226 use_makebox 0
30227 width "45col%"
30228 special "none"
30229 height "1in"
30230 height_special "totalheight"
30231 status open
30232
30233 \begin_layout Plain Layout
30234
30235 \lang english
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  This is an English Text.
30250  This is an English Text.
30251  This is an English Text.
30252 \begin_inset Foot
30253 status collapsed
30254
30255 \begin_layout Plain Layout
30256
30257 \lang english
30258 This is an English footnote.
30259 \end_layout
30260
30261 \end_inset
30262
30263  This is an English Text.
30264  
30265 \end_layout
30266
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \begin_layout Standard
30273 \begin_inset VSpace bigskip
30274 \end_inset
30275
30276 Les paramètres globaux du document sont ignorés au sein d'une minipage.
30277  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
30278  minipages, même si vous les avez mis par exemple à 
30279 \family sans
30280 Moyen
30281 \family default
30282  dans les paramètres du document.
30283 \end_layout
30284
30285 \begin_layout Standard
30286 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
30287  portion de texte, voyez la section
30288 \begin_inset space ~
30289 \end_inset
30290
30291
30292 \begin_inset CommandInset ref
30293 LatexCommand ref
30294 reference "sub:Couleur-pour-les-Paragraphes"
30295
30296 \end_inset
30297
30298 .
30299 \end_layout
30300
30301 \begin_layout Standard
30302 \begin_inset Note Greyedout
30303 status open
30304
30305 \begin_layout Plain Layout
30306
30307 \series bold
30308 Note:
30309 \series default
30310  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
30311  mais les minipages peuvent être utilisées dans un tableau, un flottant
30312  ou une autre boîte.
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \begin_layout Section
30321 Les Parboxes
30322 \begin_inset CommandInset label
30323 LatexCommand label
30324 name "sec:Parboxes"
30325
30326 \end_inset
30327
30328
30329 \begin_inset Index idx
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333 Boîtes ! Parboxes
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \end_layout
30340
30341 \begin_layout Standard
30342 \begin_inset Note Note
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346
30347 \lang english
30348 En attendant une traduction de parbox (NdT)
30349 \end_layout
30350
30351 \end_inset
30352
30353 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30354  ne peuvent avoir de note de bas de page.
30355 \end_layout
30356
30357 \begin_layout Standard
30358 \align center
30359 \begin_inset Box Frameless
30360 position "t"
30361 hor_pos "c"
30362 has_inner_box 1
30363 inner_pos "t"
30364 use_parbox 1
30365 use_makebox 0
30366 width "33col%"
30367 special "none"
30368 height "1in"
30369 height_special "totalheight"
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373 Ceci est un texte à l'intérieur d'une parbox.
30374  Ceci est un texte à l'intérieur d'une parbox.
30375 \end_layout
30376
30377 \begin_layout Plain Layout
30378 Cette note de bas de page ne devrait pas apparaître :
30379 \begin_inset Foot
30380 status open
30381
30382 \begin_layout Plain Layout
30383 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30384  pas.
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \begin_layout Section
30398 Des Boîtes pour les Mots et les Caractères
30399 \begin_inset Index idx
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403 Boîtes ! Pour les caractères
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Subsection
30412 Empêcher la Césure
30413 \begin_inset CommandInset label
30414 LatexCommand label
30415 name "sec:Empêcher-césure"
30416
30417 \end_inset
30418
30419
30420 \begin_inset Index idx
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424 Boîtes ! Pour empêcher la césure
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \end_layout
30431
30432 \begin_layout Standard
30433 Vous pouvez utiliser 
30434 \lang english
30435 the box type 
30436 \family sans
30437 Makebox
30438 \family default
30439 \lang french
30440  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30441 \begin_inset Newline newline
30442 \end_inset
30443
30444 Voici un exemple de texte :
30445 \end_layout
30446
30447 \begin_layout Standard
30448 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30449 \begin_inset Quotes eld
30450 \end_inset
30451
30452 motTrèsTrèsLong
30453 \begin_inset Quotes erd
30454 \end_inset
30455
30456
30457 \end_layout
30458
30459 \begin_layout Standard
30460 Pour empêcher que le mot 
30461 \begin_inset Quotes eld
30462 \end_inset
30463
30464 motTrèsTrèsLong
30465 \begin_inset Quotes erd
30466 \end_inset
30467
30468  
30469 \lang english
30470 put the word into a box, set the 
30471 \family sans
30472 Inner
30473 \begin_inset space ~
30474 \end_inset
30475
30476 box
30477 \family default
30478  to 
30479 \family sans
30480 Makebox
30481 \family default
30482  and its width to 1
30483 \begin_inset space \thinspace{}
30484 \end_inset
30485
30486 Width.
30487 \end_layout
30488
30489 \begin_layout Standard
30490 Voici le résultat :
30491 \end_layout
30492
30493 \begin_layout Standard
30494 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30495 \begin_inset Box Frameless
30496 position "t"
30497 hor_pos "c"
30498 has_inner_box 1
30499 inner_pos "t"
30500 use_parbox 0
30501 use_makebox 1
30502 width "1in"
30503 special "width"
30504 height "1in"
30505 height_special "totalheight"
30506 status open
30507
30508 \begin_layout Plain Layout
30509 \begin_inset Quotes eld
30510 \end_inset
30511
30512 motTrèsTrèsLong
30513 \begin_inset Quotes erd
30514 \end_inset
30515
30516
30517 \end_layout
30518
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \begin_layout Standard
30525 Une autre méthode consiste à mettre la commande 
30526 \begin_inset Quotes eld
30527 \end_inset
30528
30529
30530 \series bold
30531
30532 \backslash
30533 -
30534 \series default
30535
30536 \begin_inset Quotes grd
30537 \end_inset
30538
30539  en code TeX, juste avant le mot :
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30544 \begin_inset Quotes eld
30545 \end_inset
30546
30547
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 -
30556 \end_layout
30557
30558 \end_inset
30559
30560 motTrèsTrèsLong
30561 \begin_inset Quotes erd
30562 \end_inset
30563
30564
30565 \end_layout
30566
30567 \begin_layout Standard
30568 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30569  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30570 \family sans
30571 Insérer\SpecialChar \menuseparator
30572 Formats\SpecialChar \menuseparator
30573 Passage
30574 \begin_inset space ~
30575 \end_inset
30576
30577 à
30578 \begin_inset space ~
30579 \end_inset
30580
30581 la
30582 \begin_inset space ~
30583 \end_inset
30584
30585 Ligne
30586 \family default
30587  (raccourci 
30588 \family sans
30589 Ctrl-Entrée
30590 \family default
30591 ) :
30592 \end_layout
30593
30594 \begin_layout Standard
30595 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30596 \begin_inset Newline newline
30597 \end_inset
30598
30599
30600 \begin_inset Box Frameless
30601 position "t"
30602 hor_pos "c"
30603 has_inner_box 1
30604 inner_pos "t"
30605 use_parbox 0
30606 use_makebox 1
30607 width "1in"
30608 special "width"
30609 height "1in"
30610 height_special "totalheight"
30611 status open
30612
30613 \begin_layout Plain Layout
30614 \begin_inset Quotes eld
30615 \end_inset
30616
30617 motTrèsTrèsLong
30618 \begin_inset Quotes erd
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \end_inset
30625
30626
30627 \end_layout
30628
30629 \begin_layout Subsection
30630 Alignement Vertical
30631 \begin_inset CommandInset label
30632 LatexCommand label
30633 name "sub:Alignement-Vertical"
30634
30635 \end_inset
30636
30637
30638 \begin_inset Index idx
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642 Boîtes ! Pour l'alignement vertical
30643 \end_layout
30644
30645 \end_inset
30646
30647
30648 \begin_inset Index idx
30649 status collapsed
30650
30651 \begin_layout Plain Layout
30652 Boîtes ! Boîtes élévatrices
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \begin_inset Index idx
30659 status collapsed
30660
30661 \begin_layout Plain Layout
30662 Raisebox|see
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668 {
30669 \end_layout
30670
30671 \end_inset
30672
30673 Boîtes élévatrices
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679 }
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \end_inset
30688
30689
30690 \end_layout
30691
30692 \begin_layout Standard
30693 Avec la commande 
30694 \series bold
30695
30696 \backslash
30697 raisebox
30698 \series default
30699  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30700  par rapport au texte qui l'entoure.
30701  La commande
30702 \series bold
30703  
30704 \backslash
30705 raisebox
30706 \series default
30707  s'utilise en suivant la syntaxe suivante :
30708 \end_layout
30709
30710 \begin_layout Standard
30711
30712 \series bold
30713
30714 \backslash
30715 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30716 \end_layout
30717
30718 \begin_layout Standard
30719 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30720  pour l'abaisser.
30721 \end_layout
30722
30723 \begin_layout Standard
30724 Pour aligner le mot 
30725 \begin_inset Quotes eld
30726 \end_inset
30727
30728 empêcher
30729 \begin_inset Quotes erd
30730 \end_inset
30731
30732  de façon à ce que le point le plus bas du caractère le plus 
30733 \begin_inset Quotes eld
30734 \end_inset
30735
30736 profond
30737 \begin_inset Quotes erd
30738 \end_inset
30739
30740 , le 
30741 \begin_inset Quotes eld
30742 \end_inset
30743
30744 p
30745 \begin_inset Quotes erd
30746 \end_inset
30747
30748 , soit au niveau de la ligne de base, insérez la commande 
30749 \end_layout
30750
30751 \begin_layout Standard
30752
30753 \series bold
30754
30755 \backslash
30756 raisebox{
30757 \backslash
30758 depth}{
30759 \end_layout
30760
30761 \begin_layout Standard
30762 en code TeX avant le mot.
30763  Insérez après le mot l'accolade fermante 
30764 \begin_inset Quotes eld
30765 \end_inset
30766
30767
30768 \series bold
30769 }
30770 \series default
30771
30772 \begin_inset Quotes erd
30773 \end_inset
30774
30775  en code TeX.
30776 \begin_inset Newline newline
30777 \end_inset
30778
30779 Voici le résultat :
30780 \end_layout
30781
30782 \begin_layout Standard
30783 Cette ligne de texte contient le mot 
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788
30789
30790 \backslash
30791 raisebox{
30792 \backslash
30793 depth}{
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \begin_inset Quotes eld
30800 \end_inset
30801
30802 empêcher
30803 \begin_inset Quotes erd
30804 \end_inset
30805
30806
30807 \begin_inset ERT
30808 status collapsed
30809
30810 \begin_layout Plain Layout
30811
30812 }
30813 \end_layout
30814
30815 \end_inset
30816
30817  comme mot élevé.
30818 \end_layout
30819
30820 \begin_layout Standard
30821 \begin_inset VSpace bigskip
30822 \end_inset
30823
30824 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30825  entre les lignes va être agrandie :
30826 \end_layout
30827
30828 \begin_layout Standard
30829 Cette ligne de texte contient le mot
30830 \begin_inset ERT
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834
30835
30836 \backslash
30837 raisebox{-
30838 \backslash
30839 depth}{
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \begin_inset Quotes eld
30846 \end_inset
30847
30848 empêcher
30849 \begin_inset Quotes erd
30850 \end_inset
30851
30852
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858 }
30859 \end_layout
30860
30861 \end_inset
30862
30863  comme mot abaissé.
30864 \begin_inset Newline newline
30865 \end_inset
30866
30867 Cette ligne de texte contient le mot 
30868 \begin_inset ERT
30869 status collapsed
30870
30871 \begin_layout Plain Layout
30872
30873
30874 \backslash
30875 raisebox{0.5cm}{
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \begin_inset Quotes eld
30882 \end_inset
30883
30884 tester
30885 \begin_inset Quotes erd
30886 \end_inset
30887
30888
30889 \begin_inset ERT
30890 status collapsed
30891
30892 \begin_layout Plain Layout
30893
30894 }
30895 \end_layout
30896
30897 \end_inset
30898
30899  comme mot élevé.
30900 \end_layout
30901
30902 \begin_layout Standard
30903 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30904  mettez la hauteur de la boîte à zéro.
30905  Par exemple utilisez
30906 \end_layout
30907
30908 \begin_layout Standard
30909
30910 \series bold
30911
30912 \backslash
30913 raisebox{-
30914 \backslash
30915 depth}[0pt]{
30916 \end_layout
30917
30918 \begin_layout Standard
30919 Cette ligne de texte contient le mot
30920 \begin_inset ERT
30921 status collapsed
30922
30923 \begin_layout Plain Layout
30924
30925
30926 \backslash
30927 raisebox{-
30928 \backslash
30929 depth}[0pt]{
30930 \end_layout
30931
30932 \end_inset
30933
30934
30935 \begin_inset Quotes eld
30936 \end_inset
30937
30938 empêcher
30939 \begin_inset Quotes erd
30940 \end_inset
30941
30942
30943 \begin_inset ERT
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947
30948 }
30949 \end_layout
30950
30951 \end_inset
30952
30953  comme mot abaissé.
30954 \begin_inset Newline newline
30955 \end_inset
30956
30957 Cette ligne de texte contient le mot 
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963
30964 \backslash
30965 raisebox{0.5cm}[0pt]{
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \begin_inset Quotes eld
30972 \end_inset
30973
30974 tester
30975 \begin_inset Quotes erd
30976 \end_inset
30977
30978
30979 \begin_inset ERT
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983
30984 }
30985 \end_layout
30986
30987 \end_inset
30988
30989  comme mot élevé.
30990 \end_layout
30991
30992 \begin_layout Section
30993 Boîtes Colorées
30994 \begin_inset CommandInset label
30995 LatexCommand label
30996 name "sec:Boîtes-colorées"
30997
30998 \end_inset
30999
31000
31001 \begin_inset Index idx
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005 Boîtes ! Couleur
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Subsection
31014 De la couleur pour le texte
31015 \begin_inset Index idx
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019 Couleur ! Pour le texte
31020 \end_layout
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \begin_layout Standard
31028 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
31029  une boîte appelée 
31030 \begin_inset Quotes eld
31031 \end_inset
31032
31033 colorbox
31034 \begin_inset Quotes erd
31035 \end_inset
31036
31037 .
31038  Cela demande que le paquetage LaTeX 
31039 \series bold
31040 color
31041 \series default
31042
31043 \begin_inset Index idx
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047 Paquetages LaTeX ! color
31048 \end_layout
31049
31050 \end_inset
31051
31052  soit chargé dans le préambule du document avec la commande
31053 \end_layout
31054
31055 \begin_layout Standard
31056
31057 \series bold
31058
31059 \backslash
31060 @ifundefined{textcolor}
31061 \begin_inset Newline newline
31062 \end_inset
31063
31064
31065 \begin_inset Phantom HPhantom
31066 status open
31067
31068 \begin_layout Plain Layout
31069
31070 \series bold
31071 \begin_inset space ~
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \end_inset
31078
31079 {
31080 \backslash
31081 usepackage{color}}{}
31082 \end_layout
31083
31084 \begin_layout Standard
31085 Le paquetage 
31086 \series bold
31087 color
31088 \series default
31089  sera chargé automatiquement par LyX dès que vous colorez du texte.
31090 \begin_inset Foot
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
31095  
31096 \series bold
31097
31098 \backslash
31099 @ifundefined
31100 \series default
31101 .
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \end_layout
31108
31109 \begin_layout Standard
31110 \begin_inset VSpace medskip
31111 \end_inset
31112
31113 Les boîtes colorées sont créées par la commande 
31114 \series bold
31115
31116 \backslash
31117 colorbox
31118 \series default
31119 .
31120  Elle est utilisée avec la syntaxe suivante :
31121 \end_layout
31122
31123 \begin_layout Standard
31124
31125 \series bold
31126
31127 \backslash
31128 colorbox{couleur}{contenu de la boîte}
31129 \end_layout
31130
31131 \begin_layout Standard
31132 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
31133  peuvent être placées à l'intérieur d'autres boîtes.
31134 \end_layout
31135
31136 \begin_layout Standard
31137 Les couleurs suivantes sont prédéfinies ::
31138 \begin_inset Newline newline
31139 \end_inset
31140
31141
31142 \family sans
31143 black
31144 \family default
31145  (noir), 
31146 \family sans
31147 blue
31148 \family default
31149  (bleu), 
31150 \family sans
31151 cyan
31152 \family default
31153 \series bold
31154 ,
31155 \series default
31156  
31157 \family sans
31158 green
31159 \family default
31160  (vert), 
31161 \family sans
31162 magenta
31163 \family default
31164
31165 \family sans
31166 red
31167 \family default
31168  (rouge), 
31169 \family sans
31170 white
31171 \family default
31172  (blanc), and 
31173 \family sans
31174 yellow
31175 \family default
31176  (jaune).
31177 \begin_inset Newline newline
31178 \end_inset
31179
31180 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
31181  section
31182 \begin_inset space ~
31183 \end_inset
31184
31185
31186 \begin_inset CommandInset ref
31187 LatexCommand ref
31188 reference "sec:Tableaux-Colorés"
31189
31190 \end_inset
31191
31192 .
31193 \end_layout
31194
31195 \begin_layout Standard
31196 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
31197 \end_layout
31198
31199 \begin_layout Standard
31200
31201 \series bold
31202
31203 \backslash
31204 colorbox{red}{
31205 \end_layout
31206
31207 \begin_layout Standard
31208 avant le mot en code TeX.
31209  Insérez l'accolade fermante 
31210 \begin_inset Quotes eld
31211 \end_inset
31212
31213 }
31214 \begin_inset Quotes erd
31215 \end_inset
31216
31217  après le mot, en code TeX.
31218 \begin_inset Newline newline
31219 \end_inset
31220
31221 Voici le résultat :
31222 \end_layout
31223
31224 \begin_layout Standard
31225 Cette ligne de texte contient le mot
31226 \begin_inset ERT
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230
31231
31232 \backslash
31233 colorbox{red}{
31234 \end_layout
31235
31236 \end_inset
31237
31238
31239 \begin_inset Quotes eld
31240 \end_inset
31241
31242 Attention!
31243 \begin_inset Quotes erd
31244 \end_inset
31245
31246
31247 \begin_inset ERT
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251
31252 }
31253 \end_layout
31254
31255 \end_inset
31256
31257  sur fond rouge.
31258 \end_layout
31259
31260 \begin_layout Standard
31261 \begin_inset VSpace bigskip
31262 \end_inset
31263
31264 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
31265  vous pouvez utiliser la commande 
31266 \series bold
31267
31268 \backslash
31269 fcolorbox
31270 \series default
31271  avec la syntaxe suivante :
31272 \end_layout
31273
31274 \begin_layout Standard
31275
31276 \series bold
31277
31278 \backslash
31279 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
31280 \end_layout
31281
31282 \begin_layout Standard
31283
31284 \series bold
31285
31286 \backslash
31287 fcolorbox
31288 \series default
31289  est une extension de 
31290 \series bold
31291
31292 \backslash
31293 colorbox
31294 \series default
31295 .
31296  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
31297  peuvent être modifiés avec les variables 
31298 \series bold
31299
31300 \backslash
31301 fboxrule
31302 \series default
31303  et 
31304 \series bold
31305
31306 \backslash
31307 fboxsep
31308 \series default
31309 , comme c'est décrit dans la section
31310 \begin_inset space ~
31311 \end_inset
31312
31313
31314 \begin_inset CommandInset ref
31315 LatexCommand ref
31316 reference "sec:Décorations"
31317
31318 \end_inset
31319
31320 .
31321 \end_layout
31322
31323 \begin_layout Standard
31324 Pour l'exemple suivant, on a utilisé la commande
31325 \end_layout
31326
31327 \begin_layout Standard
31328
31329 \series bold
31330
31331 \backslash
31332 fcolorbox{cyan}{magenta}{
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31337 \begin_inset space \thinspace{}
31338 \end_inset
31339
31340 mm:
31341 \begin_inset Newline newline
31342 \end_inset
31343
31344
31345 \begin_inset ERT
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349
31350
31351 \backslash
31352 fboxrule 1mm 
31353 \backslash
31354 fboxsep 1mm
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \begin_inset ERT
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365
31366 \backslash
31367 fcolorbox{cyan}{magenta}{
31368 \end_layout
31369
31370 \end_inset
31371
31372 Ce texte est dans une boîte encadrée et colorée.
31373 \begin_inset ERT
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378 }
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \begin_layout Standard
31387 \begin_inset VSpace bigskip
31388 \end_inset
31389
31390 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31391  les yeux ! - NdT) :
31392 \begin_inset Newline newline
31393 \end_inset
31394
31395
31396 \begin_inset ERT
31397 status collapsed
31398
31399 \begin_layout Plain Layout
31400
31401
31402 \backslash
31403 fcolorbox{cyan}{magenta}{
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \color yellow
31410 Ce texte est coloré dans une boîte colorée et encadrée.
31411 \color inherit
31412
31413 \begin_inset ERT
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417
31418 }
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \begin_inset ERT
31425 status collapsed
31426
31427 \begin_layout Plain Layout
31428
31429
31430 \backslash
31431 fboxrule 0.4pt 
31432 \backslash
31433 fboxsep 3pt
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \end_layout
31440
31441 \begin_layout Standard
31442
31443 \series bold
31444 \begin_inset VSpace medskip
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Standard
31451 \begin_inset Note Greyedout
31452 status open
31453
31454 \begin_layout Plain Layout
31455
31456 \series bold
31457 Note:
31458 \series default
31459  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31460  de ligne.
31461  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31462  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \end_layout
31469
31470 \begin_layout Subsection
31471 De la couleur pour les paragraphes
31472 \begin_inset CommandInset label
31473 LatexCommand label
31474 name "sub:Couleur-pour-les-Paragraphes"
31475
31476 \end_inset
31477
31478
31479 \begin_inset Index idx
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483 Couleur ! Pour les  paragraphes
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31493  texte dans une minipage.
31494  Avant la minipage, insérez la commande 
31495 \series bold
31496
31497 \backslash
31498 colorbox
31499 \series default
31500  
31501 \end_layout
31502
31503 \begin_layout Standard
31504
31505 \series bold
31506
31507 \backslash
31508 colorbox{color}{
31509 \end_layout
31510
31511 \begin_layout Standard
31512 en code TeX.
31513  Après la minipage, insérez l'accolade fermante 
31514 \begin_inset Quotes eld
31515 \end_inset
31516
31517 }
31518 \begin_inset Quotes erd
31519 \end_inset
31520
31521  en code TeX.
31522 \end_layout
31523
31524 \begin_layout Standard
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 colorbox{lightgrey}{
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \begin_inset Box Frameless
31539 position "t"
31540 hor_pos "c"
31541 has_inner_box 1
31542 inner_pos "t"
31543 use_parbox 0
31544 use_makebox 0
31545 width "100col%"
31546 special "none"
31547 height "1in"
31548 height_special "totalheight"
31549 status collapsed
31550
31551 \begin_layout Plain Layout
31552 Ce texte a un fond coloré.
31553  Ce texte a un fond coloré.
31554 \end_layout
31555
31556 \begin_layout Plain Layout
31557 \begin_inset VSpace defskip
31558 \end_inset
31559
31560 Le texte peut avoir des notes de bas de page
31561 \begin_inset Foot
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565 Un autre exemple de note de bas de page
31566 \end_layout
31567
31568 \end_inset
31569
31570  et contenir des figures et des tableaux.
31571 \end_layout
31572
31573 \begin_layout Plain Layout
31574 \align center
31575 \begin_inset Tabular
31576 <lyxtabular version="3" rows="3" columns="3">
31577 <features tabularvalignment="middle">
31578 <column alignment="center" valignment="top" width="0">
31579 <column alignment="center" valignment="top" width="0">
31580 <column alignment="center" valignment="top" width="0">
31581 <row>
31582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31583 \begin_inset Text
31584
31585 \begin_layout Plain Layout
31586 a
31587 \end_layout
31588
31589 \end_inset
31590 </cell>
31591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31592 \begin_inset Text
31593
31594 \begin_layout Plain Layout
31595 !
31596 \end_layout
31597
31598 \end_inset
31599 </cell>
31600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31601 \begin_inset Text
31602
31603 \begin_layout Plain Layout
31604 3
31605 \end_layout
31606
31607 \end_inset
31608 </cell>
31609 </row>
31610 <row>
31611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31612 \begin_inset Text
31613
31614 \begin_layout Plain Layout
31615 <
31616 \end_layout
31617
31618 \end_inset
31619 </cell>
31620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Plain Layout
31624 b2
31625 \begin_inset Quotes erd
31626 \end_inset
31627
31628 |
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 >
31638 \end_layout
31639
31640 \end_inset
31641 </cell>
31642 </row>
31643 <row>
31644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31645 \begin_inset Text
31646
31647 \begin_layout Plain Layout
31648 1
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 §
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31663 \begin_inset Text
31664
31665 \begin_layout Plain Layout
31666 c
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 </row>
31672 </lyxtabular>
31673
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \begin_inset ERT
31683 status collapsed
31684
31685 \begin_layout Plain Layout
31686
31687 }
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Section
31696 Les boîtes pivotées et redimensionnées
31697 \end_layout
31698
31699 \begin_layout Standard
31700 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31701  charger le paquetage LaTeX 
31702 \series bold
31703 graphicx
31704 \series default
31705
31706 \begin_inset Index idx
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710 Paquetages LaTeX ! graphicx
31711 \end_layout
31712
31713 \end_inset
31714
31715  dans le préambule de votre document avec la commande
31716 \end_layout
31717
31718 \begin_layout Standard
31719
31720 \series bold
31721
31722 \backslash
31723 @ifundefined{rotatebox}
31724 \begin_inset Newline newline
31725 \end_inset
31726
31727
31728 \begin_inset Phantom HPhantom
31729 status open
31730
31731 \begin_layout Plain Layout
31732
31733 \series bold
31734 \begin_inset space ~
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \end_inset
31741
31742 {
31743 \backslash
31744 usepackage{graphicx}}{}
31745 \end_layout
31746
31747 \begin_layout Standard
31748 \begin_inset Note Greyedout
31749 status open
31750
31751 \begin_layout Plain Layout
31752
31753 \series bold
31754 Note:
31755 \series default
31756  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31757  redimensionnés.
31758 \end_layout
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Standard
31766 \begin_inset Note Greyedout
31767 status open
31768
31769 \begin_layout Plain Layout
31770
31771 \series bold
31772 Note:
31773 \series default
31774  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31775  redimensionnée.
31776 \end_layout
31777
31778 \end_inset
31779
31780
31781 \end_layout
31782
31783 \begin_layout Subsection
31784 Les Boîtes pivotées
31785 \begin_inset Index idx
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789 Boîtes ! pivotées
31790 \end_layout
31791
31792 \end_inset
31793
31794
31795 \begin_inset Index idx
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799 Pivoter des objets
31800 \end_layout
31801
31802 \end_inset
31803
31804
31805 \begin_inset Index idx
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809 Figures ! Pivotées
31810 \end_layout
31811
31812 \end_inset
31813
31814
31815 \begin_inset Index idx
31816 status collapsed
31817
31818 \begin_layout Plain Layout
31819 Tableau ! Pivoter
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31829  (rotated).
31830  Une telle boîte est créée avec la commande 
31831 \series bold
31832
31833 \backslash
31834 rotatebox
31835 \series default
31836  en code TeX avec la syntaxe
31837 \end_layout
31838
31839 \begin_layout Standard
31840
31841 \series bold
31842
31843 \backslash
31844 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31845 \end_layout
31846
31847 \begin_layout Standard
31848 La position du pivot est donnée par l'origine de rotation spécifiée sous
31849  la forme 
31850 \series bold
31851 origin=position
31852 \series default
31853 .
31854  Les valeurs suivantes sont possibles pour la position: 
31855 \emph on
31856 c
31857 \emph default
31858  (centre), 
31859 \emph on
31860 l
31861 \emph default
31862  (gauche/
31863 \lang english
31864 left
31865 \lang french
31866 ), 
31867 \emph on
31868 r
31869 \emph default
31870  (droite/
31871 \lang english
31872 right
31873 \lang french
31874 ), 
31875 \emph on
31876 b
31877 \emph default
31878  (bas/
31879 \lang english
31880 bottom
31881 \lang french
31882 ), 
31883 \emph on
31884 t
31885 \emph default
31886  (haut/
31887 \lang english
31888 top
31889 \lang french
31890 ), et aussi des combinaisons des quatre positions de base.
31891  Par exemple 
31892 \emph on
31893 lt
31894 \emph default
31895  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31896  Quand on ne donne pas d'origine, la position 
31897 \emph on
31898 l
31899 \emph default
31900  est utilisée.
31901  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31902  ou négatif.
31903  Le sens positif de rotation est anti-horaire.
31904 \end_layout
31905
31906 \begin_layout Standard
31907 Dans l'exemple qui suit, la commande 
31908 \series bold
31909
31910 \backslash
31911 rotatebox[origin=c]{60}{
31912 \series default
31913  a été insérée en code TeX juste avant le texte 
31914 \begin_inset Quotes eld
31915 \end_inset
31916
31917 pivoté de 90°
31918 \begin_inset Quotes erd
31919 \end_inset
31920
31921  ; la boîte est refermée juste après le texte par une accolade fermante
31922  
31923 \begin_inset Quotes eld
31924 \end_inset
31925
31926 }
31927 \begin_inset Quotes erd
31928 \end_inset
31929
31930  en code TeX.
31931 \end_layout
31932
31933 \begin_layout Standard
31934 Voici une ligne avec du texte 
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 rotatebox[origin=c]{60}{
31943 \end_layout
31944
31945 \end_inset
31946
31947 pivoté de 60°
31948 \begin_inset ERT
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952
31953 }
31954 \end_layout
31955
31956 \end_inset
31957
31958 .
31959 \end_layout
31960
31961 \begin_layout Standard
31962 La boîte peut contenir une autre boîte ou une formule en ligne :
31963 \end_layout
31964
31965 \begin_layout Standard
31966 Voici une ligne avec du texte 
31967 \begin_inset ERT
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971
31972
31973 \backslash
31974 rotatebox[origin=r]{-60}{
31975 \end_layout
31976
31977 \end_inset
31978
31979
31980 \begin_inset Box Doublebox
31981 position "c"
31982 hor_pos "c"
31983 has_inner_box 0
31984 inner_pos "c"
31985 use_parbox 0
31986 use_makebox 0
31987 width "1in"
31988 special "width"
31989 height "1in"
31990 height_special "totalheight"
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994 pivoté de -60°
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \begin_inset ERT
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004
32005 }
32006 \end_layout
32007
32008 \end_inset
32009
32010  et encadré 
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 rotatebox[origin=lb]{60}{
32019 \end_layout
32020
32021 \end_inset
32022
32023
32024 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32025 \end_inset
32026
32027
32028 \begin_inset ERT
32029 status collapsed
32030
32031 \begin_layout Plain Layout
32032
32033 }
32034 \end_layout
32035
32036 \end_inset
32037
32038  et une formule.
32039 \end_layout
32040
32041 \begin_layout Standard
32042 ou encore une figure ou un tableau :
32043 \end_layout
32044
32045 \begin_layout Standard
32046 Voici une ligne
32047 \begin_inset ERT
32048 status collapsed
32049
32050 \begin_layout Plain Layout
32051
32052
32053 \backslash
32054 rotatebox[origin=lb]{90}{
32055 \end_layout
32056
32057 \end_inset
32058
32059
32060 \begin_inset Graphics
32061         filename ../clipart/platypus.eps
32062         lyxscale 50
32063         width 25col%
32064
32065 \end_inset
32066
32067
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073 }
32074 \end_layout
32075
32076 \end_inset
32077
32078  avec une image pivotée de 90° 
32079 \begin_inset ERT
32080 status collapsed
32081
32082 \begin_layout Plain Layout
32083
32084
32085 \backslash
32086 rotatebox[origin=l]{-90}{
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \begin_inset Tabular
32093 <lyxtabular version="3" rows="2" columns="2">
32094 <features tabularvalignment="middle">
32095 <column alignment="center" valignment="top" width="0">
32096 <column alignment="center" valignment="top" width="0">
32097 <row>
32098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32099 \begin_inset Text
32100
32101 \begin_layout Plain Layout
32102 q
32103 \end_layout
32104
32105 \end_inset
32106 </cell>
32107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32108 \begin_inset Text
32109
32110 \begin_layout Plain Layout
32111 w
32112 \end_layout
32113
32114 \end_inset
32115 </cell>
32116 </row>
32117 <row>
32118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 e
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32128 \begin_inset Text
32129
32130 \begin_layout Plain Layout
32131 r
32132 \end_layout
32133
32134 \end_inset
32135 </cell>
32136 </row>
32137 </lyxtabular>
32138
32139 \end_inset
32140
32141
32142 \begin_inset ERT
32143 status collapsed
32144
32145 \begin_layout Plain Layout
32146
32147 }
32148 \end_layout
32149
32150 \end_inset
32151
32152  et un tableau.
32153 \end_layout
32154
32155 \begin_layout Subsection
32156 Les boîtes redimensionnées
32157 \begin_inset Index idx
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161 Boîtes ! Redimensionnées
32162 \end_layout
32163
32164 \end_inset
32165
32166
32167 \begin_inset Index idx
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171 Redimensionner des objets
32172 \end_layout
32173
32174 \end_inset
32175
32176
32177 \begin_inset Index idx
32178 status collapsed
32179
32180 \begin_layout Plain Layout
32181 Figures ! Redimensionnées
32182 \end_layout
32183
32184 \end_inset
32185
32186
32187 \begin_inset Index idx
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 Tableau ! Redimensionner
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200 Pour redimensionner des objets on peut utiliser les commandes 
32201 \series bold
32202
32203 \backslash
32204 scalebox
32205 \series default
32206  et 
32207 \series bold
32208
32209 \backslash
32210 resizebox
32211 \series default
32212  insérées sous forme de code TeX.
32213 \end_layout
32214
32215 \begin_layout Standard
32216
32217 \series bold
32218
32219 \backslash
32220 scalebox
32221 \series default
32222  est utilisée avec la syntaxe suivante :
32223 \end_layout
32224
32225 \begin_layout Standard
32226
32227 \series bold
32228
32229 \backslash
32230 scalebox{horizontal}[vertical]{contenu de la boîte}
32231 \end_layout
32232
32233 \begin_layout Standard
32234 Horizontal et vertical sont les facteurs d'échelle correspondants.
32235  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
32236  utilisé comme facteur vertical.
32237 \end_layout
32238
32239 \begin_layout Standard
32240 Par exemple, la commande 
32241 \series bold
32242
32243 \backslash
32244 scalebox{2}{Bonjour}
32245 \series default
32246  crée un 
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251
32252
32253 \backslash
32254 scalebox{2}{
32255 \end_layout
32256
32257 \end_inset
32258
32259 Bonjour
32260 \begin_inset ERT
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264
32265 }
32266 \end_layout
32267
32268 \end_inset
32269
32270  de taille double par rapport à la taille du texte du document.
32271 \end_layout
32272
32273 \begin_layout Standard
32274
32275 \series bold
32276
32277 \backslash
32278 scalebox{2}[1]{Hello}
32279 \series default
32280  au contraire va déformer le 
32281 \begin_inset ERT
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285
32286
32287 \backslash
32288 scalebox{2}[1]{
32289 \end_layout
32290
32291 \end_inset
32292
32293 Bonjour
32294 \begin_inset ERT
32295 status collapsed
32296
32297 \begin_layout Plain Layout
32298
32299 }
32300 \end_layout
32301
32302 \end_inset
32303
32304 .
32305 \end_layout
32306
32307 \begin_layout Standard
32308 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
32309  La commande 
32310 \series bold
32311
32312 \backslash
32313 scalebox{-1}[1]{Hello}
32314 \series default
32315  peut donc être utilisée pour créer du texte en miroir : 
32316 \begin_inset ERT
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320
32321
32322 \backslash
32323 scalebox{-1}[1]{
32324 \end_layout
32325
32326 \end_inset
32327
32328 Bonjour
32329 \begin_inset ERT
32330 status collapsed
32331
32332 \begin_layout Plain Layout
32333
32334 }
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343
32344 \series bold
32345
32346 \backslash
32347 scalebox{1}[-1]{Bonjour}
32348 \series default
32349  effectue une réflexion du 
32350 \begin_inset ERT
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354
32355
32356 \backslash
32357 scalebox{1}[-1]{
32358 \end_layout
32359
32360 \end_inset
32361
32362 Bonjour
32363 \begin_inset ERT
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367
32368 }
32369 \end_layout
32370
32371 \end_inset
32372
32373  par rapport à la ligne de base.
32374 \end_layout
32375
32376 \begin_layout Standard
32377 La commande 
32378 \series bold
32379
32380 \backslash
32381 reflectbox{contenu de la boîte} 
32382 \series default
32383 existe aussi et est équivalente à
32384 \series bold
32385  
32386 \backslash
32387 scalebox{-1}[1]{contenu de la boîte}.
32388
32389 \series default
32390  
32391 \begin_inset Newline newline
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 \begin_inset VSpace bigskip
32399 \end_inset
32400
32401 La commande 
32402 \series bold
32403
32404 \backslash
32405 resizebox
32406 \series default
32407  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32408  données.
32409  La syntaxe de la commande est :
32410 \end_layout
32411
32412 \begin_layout Standard
32413
32414 \series bold
32415
32416 \backslash
32417 resizebox{largeur}{hauteur}{contenu de la boîte}
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Si un des deux paramètres est remplacé par un point d'exclamation 
32422 \series bold
32423 !
32424 \series default
32425 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32426 \end_layout
32427
32428 \begin_layout Standard
32429 La commande 
32430 \series bold
32431
32432 \backslash
32433 resizebox{2cm}{1cm}{Bonjour}
32434 \series default
32435  produit : 
32436 \begin_inset ERT
32437 status collapsed
32438
32439 \begin_layout Plain Layout
32440
32441
32442 \backslash
32443 resizebox{2cm}{1cm}{
32444 \end_layout
32445
32446 \end_inset
32447
32448 Bonjour
32449 \begin_inset ERT
32450 status collapsed
32451
32452 \begin_layout Plain Layout
32453
32454 }
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \begin_inset Newline newline
32461 \end_inset
32462
32463 La commande 
32464 \series bold
32465
32466 \backslash
32467 resizebox{2cm}{!}{Bonjour}
32468 \series default
32469  produit : 
32470 \begin_inset ERT
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474
32475
32476 \backslash
32477 resizebox{2cm}{!}{
32478 \end_layout
32479
32480 \end_inset
32481
32482 Bonjour
32483 \begin_inset ERT
32484 status collapsed
32485
32486 \begin_layout Plain Layout
32487
32488 }
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \begin_layout Standard
32497 \begin_inset VSpace bigskip
32498 \end_inset
32499
32500
32501 \end_layout
32502
32503 \begin_layout Standard
32504 \begin_inset Note Greyedout
32505 status open
32506
32507 \begin_layout Plain Layout
32508
32509 \series bold
32510 Note:
32511 \series default
32512  Quand les paramètres des commandes 
32513 \series bold
32514
32515 \backslash
32516 scalebox
32517 \series default
32518  ou 
32519 \series bold
32520
32521 \backslash
32522 resizebox
32523 \series default
32524  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32525  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32526  partiellement.
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \begin_layout Standard
32535 \begin_inset VSpace bigskip
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Standard
32542 Les boîtes peuvent être combinée dans n'importe quel ordre.
32543  Par exemple, la commande 
32544 \begin_inset Newline newline
32545 \end_inset
32546
32547
32548 \series bold
32549
32550 \backslash
32551 rotatebox[origin=c]{-45}{
32552 \backslash
32553 resizebox{2cm}{!}{
32554 \backslash
32555 reflectbox{Bonjour}}}
32556 \begin_inset Newline newline
32557 \end_inset
32558
32559
32560 \series default
32561 produit :
32562 \end_layout
32563
32564 \begin_layout Standard
32565 \align center
32566 \begin_inset ERT
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570
32571
32572 \backslash
32573 rotatebox[origin=c]{-45}{
32574 \backslash
32575 resizebox{2cm}{!}{
32576 \backslash
32577 reflectbox{
32578 \end_layout
32579
32580 \end_inset
32581
32582 Bonjour
32583 \begin_inset ERT
32584 status collapsed
32585
32586 \begin_layout Plain Layout
32587
32588 }}}
32589 \end_layout
32590
32591 \end_inset
32592
32593
32594 \end_layout
32595
32596 \begin_layout Standard
32597 \noindent
32598 Les images, les tableaux et les formules sont autorisées comme contenu de
32599  boîte :
32600 \end_layout
32601
32602 \begin_layout Standard
32603 \align center
32604 \begin_inset ERT
32605 status collapsed
32606
32607 \begin_layout Plain Layout
32608
32609
32610 \backslash
32611 rotatebox[origin=c]{-30}{
32612 \backslash
32613 resizebox{2cm}{!}{
32614 \backslash
32615 reflectbox{
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \begin_inset Graphics
32622         filename ../clipart/platypus.eps
32623         lyxscale 50
32624         width 25col%
32625
32626 \end_inset
32627
32628
32629 \begin_inset ERT
32630 status collapsed
32631
32632 \begin_layout Plain Layout
32633
32634 }}}
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \begin_inset ERT
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644
32645
32646 \backslash
32647 rotatebox[origin=c]{-45}{
32648 \backslash
32649 resizebox{2cm}{!}{
32650 \backslash
32651 reflectbox{
32652 \end_layout
32653
32654 \end_inset
32655
32656
32657 \begin_inset Tabular
32658 <lyxtabular version="3" rows="2" columns="2">
32659 <features tabularvalignment="middle">
32660 <column alignment="center" valignment="top" width="0">
32661 <column alignment="center" valignment="top" width="0">
32662 <row>
32663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32664 \begin_inset Text
32665
32666 \begin_layout Plain Layout
32667 q
32668 \end_layout
32669
32670 \end_inset
32671 </cell>
32672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 w
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 </row>
32682 <row>
32683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687 e
32688 \end_layout
32689
32690 \end_inset
32691 </cell>
32692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32693 \begin_inset Text
32694
32695 \begin_layout Plain Layout
32696 r
32697 \end_layout
32698
32699 \end_inset
32700 </cell>
32701 </row>
32702 </lyxtabular>
32703
32704 \end_inset
32705
32706
32707 \begin_inset ERT
32708 status collapsed
32709
32710 \begin_layout Plain Layout
32711
32712 }}}
32713 \end_layout
32714
32715 \end_inset
32716
32717
32718 \begin_inset ERT
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722
32723
32724 \backslash
32725 rotatebox[origin=c]{-45}{
32726 \backslash
32727 resizebox{2cm}{!}{
32728 \backslash
32729 reflectbox{
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32736 \end_inset
32737
32738
32739 \begin_inset ERT
32740 status collapsed
32741
32742 \begin_layout Plain Layout
32743
32744 }}}
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \begin_layout Standard
32753 Quand on utilise le style global de formule 
32754 \series bold
32755 fleqn
32756 \series default
32757  dans le document
32758 \begin_inset Foot
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762 Quand 
32763 \begin_inset Quotes eld
32764 \end_inset
32765
32766 fleqn
32767 \begin_inset Quotes erd
32768 \end_inset
32769
32770  est ajouté aux options de la classe de document.
32771 \end_layout
32772
32773 \end_inset
32774
32775 , les formules hors texte peuvent aussi être redimensionnées.
32776 \end_layout
32777
32778 \begin_layout Chapter
32779 Trucs Externes
32780 \begin_inset Index idx
32781 status collapsed
32782
32783 \begin_layout Plain Layout
32784 Trucs externes
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Standard
32793 Avec le menu 
32794 \family sans
32795 Insérer\SpecialChar \menuseparator
32796 Fichier
32797 \family default
32798  vous pouvez insérer un contenu externe à votre document.
32799  Ce contenu peut être :
32800 \end_layout
32801
32802 \begin_layout Description
32803 Document
32804 \begin_inset space ~
32805 \end_inset
32806
32807 LyX Un autre document LyX ; son contenu est directement inséré dans votre
32808  document.
32809 \end_layout
32810
32811 \begin_layout Description
32812 Texte
32813 \begin_inset space ~
32814 \end_inset
32815
32816 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
32817 e.
32818 \end_layout
32819
32820 \begin_layout Description
32821 Texte
32822 \begin_inset space ~
32823 \end_inset
32824
32825 Brut
32826 \begin_inset space ~
32827 \end_inset
32828
32829 par
32830 \begin_inset space ~
32831 \end_inset
32832
32833 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
32834  Les lignes vides créent un nouveau paragraphe dans votre document.
32835 \end_layout
32836
32837 \begin_layout Description
32838 Objet
32839 \begin_inset space ~
32840 \end_inset
32841
32842 Externe Fichiers de formats variés.
32843 \end_layout
32844
32845 \begin_layout Description
32846 Sous-document Documents LyX ou LaTeX.
32847 \end_layout
32848
32849 \begin_layout Section
32850 Objets Externes 
32851 \begin_inset Index idx
32852 status collapsed
32853
32854 \begin_layout Plain Layout
32855 Trucs externes ! Objets Externes
32856 \end_layout
32857
32858 \end_inset
32859
32860
32861 \end_layout
32862
32863 \begin_layout Standard
32864 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
32865  de fichiers dans votre document sans avoir à convertir ces derniers en
32866  un format qui soit compatible avec le format de sortie, puisque c'est LyX
32867  qui va s'occuper des conversions.
32868  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
32869  LyX des images dans des formats divers.
32870  Quand vous avez activé 
32871 \family sans
32872 Aperçu
32873 \begin_inset space ~
32874 \end_inset
32875
32876 sur
32877 \begin_inset space ~
32878 \end_inset
32879
32880 le
32881 \begin_inset space ~
32882 \end_inset
32883
32884 vif
32885 \family default
32886  dans le menu des préférences de LyX, dans la rubrique 
32887 \family sans
32888 Apparence\SpecialChar \menuseparator
32889 Graphiques
32890 \family default
32891 , les objets externes de type Dia et Xfig sont affichés directement dans
32892  LyX.
32893 \end_layout
32894
32895 \begin_layout Standard
32896 On insère des objets externes en utilisant la fenêtre de dialogue 
32897 \family sans
32898 Objet
32899 \begin_inset space ~
32900 \end_inset
32901
32902 Externe
32903 \family default
32904  qui est accessible via le menu 
32905 \family sans
32906 Insérer\SpecialChar \menuseparator
32907 Fichiers\SpecialChar \menuseparator
32908 Objet
32909 \begin_inset space ~
32910 \end_inset
32911
32912 Externe
32913 \family default
32914 .
32915  Actuellement les types de fichiers (
32916 \family sans
32917 Modèles
32918 \family default
32919 ) suivants sont autorisés :
32920 \end_layout
32921
32922 \begin_layout Description
32923 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
32924  par le programme 
32925 \series bold
32926
32927 \begin_inset CommandInset href
32928 LatexCommand href
32929 name "XBoard"
32930 target "http://en.wikipedia.org/wiki/XBoard"
32931
32932 \end_inset
32933
32934
32935 \series default
32936 .
32937 \end_layout
32938
32939 \begin_layout Description
32940 Date Ce modèle insère la date sous la forme 
32941 \emph on
32942 Jour-Mois-Année
32943 \emph default
32944 .
32945  Voici un exemple de date insérée comme objet externe :: 
32946 \begin_inset External
32947         template Date
32948         filename .
32949
32950 \end_inset
32951
32952
32953 \begin_inset space ~
32954 \end_inset
32955
32956
32957 \begin_inset Note Note
32958 status open
32959
32960 \begin_layout Plain Layout
32961 Retirer l'espace protégé quand le bug 4398 sera résolu !
32962 \end_layout
32963
32964 \end_inset
32965
32966
32967 \begin_inset Newline newline
32968 \end_inset
32969
32970 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
32971  Il y a deux autre méthodes pour insérer une date : Avec le menu 
32972 \family sans
32973 Insérer\SpecialChar \menuseparator
32974 Date
32975 \family default
32976  et avec la commande LaTeX 
32977 \series bold
32978
32979 \backslash
32980 today
32981 \series default
32982  entrée comme code TeX.
32983  Ces différentes méthodes sont comparée dans le tableau
32984 \begin_inset space ~
32985 \end_inset
32986
32987
32988 \begin_inset CommandInset ref
32989 LatexCommand ref
32990 reference "tab:Comparaison-des-dates"
32991
32992 \end_inset
32993
32994 .
32995 \end_layout
32996
32997 \begin_layout Description
32998 Dia Ce modèle accepte les diagrammes créés avec le programme 
32999 \series bold
33000
33001 \begin_inset CommandInset href
33002 LatexCommand href
33003 name "Dia"
33004 target "http://en.wikipedia.org/wiki/Dia_(software)"
33005
33006 \end_inset
33007
33008
33009 \series default
33010 .
33011 \end_layout
33012
33013 \begin_layout Description
33014 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
33015  par le programme 
33016 \series bold
33017
33018 \begin_inset CommandInset href
33019 LatexCommand href
33020 name "LilyPond"
33021 target "http://en.wikipedia.org/wiki/LilyPond"
33022
33023 \end_inset
33024
33025
33026 \series default
33027 .
33028 \end_layout
33029
33030 \begin_layout Description
33031 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
33032  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
33033  
33034 \emph on
33035 pages
33036 \emph default
33037  dans le champ 
33038 \family sans
33039 Option
33040 \family default
33041  dans l'onglet 
33042 \family sans
33043 Options LaTeX et LyX
33044 \family default
33045  en suivant les instructions données pour le modèle.
33046  Si on ne donne pas d'option 
33047 \emph on
33048 pages
33049 \emph default
33050 , seule la première page du PDF sera insérée.
33051 \end_layout
33052
33053 \begin_layout Description
33054 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
33055  À peu près tous les formats d'images populaires sont acceptés.
33056  Les images peuvent être traitées dans la fenêtre de dialogue 
33057 \family sans
33058 Objet
33059 \begin_inset space ~
33060 \end_inset
33061
33062 Externe
33063 \family default
33064  comme les images qui sont habituellement incorporées en utilisant le menu
33065  
33066 \family sans
33067 Insérer\SpecialChar \menuseparator
33068 Graphique
33069 \family default
33070 , comme c'est décrit dans la section
33071 \begin_inset space ~
33072 \end_inset
33073
33074
33075 \begin_inset CommandInset ref
33076 LatexCommand ref
33077 reference "sec:Graphics-Dialog"
33078
33079 \end_inset
33080
33081 .
33082  La différence est que seules les images matricielles sont autorisées, ce
33083  qui veut dire que les images PDF et EPS ne sont pas acceptées.
33084 \end_layout
33085
33086 \begin_layout Description
33087 XFig Ce modèle accepte les images créées avec le programme 
33088 \series bold
33089
33090 \begin_inset CommandInset href
33091 LatexCommand href
33092 name "Xfig"
33093 target "http://en.wikipedia.org/wiki/Xfig"
33094
33095 \end_inset
33096
33097
33098 \series default
33099 .
33100 \end_layout
33101
33102 \begin_layout Standard
33103 \begin_inset Float table
33104 placement h
33105 wide false
33106 sideways false
33107 status open
33108
33109 \begin_layout Plain Layout
33110 \begin_inset Caption
33111
33112 \begin_layout Plain Layout
33113 \begin_inset CommandInset label
33114 LatexCommand label
33115 name "tab:Comparaison-des-dates"
33116
33117 \end_inset
33118
33119 Comparaison des méthodes d'insertion de la date.
33120 \end_layout
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \begin_layout Plain Layout
33128 \align center
33129 \begin_inset Tabular
33130 <lyxtabular version="3" rows="4" columns="4">
33131 <features tabularvalignment="middle">
33132 <column alignment="center" valignment="top" width="0">
33133 <column alignment="center" valignment="top" width="0">
33134 <column alignment="center" valignment="top" width="0">
33135 <column alignment="center" valignment="top" width="0">
33136 <row>
33137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 Format du document
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150
33151 \family sans
33152 Objet
33153 \begin_inset space ~
33154 \end_inset
33155
33156 Externe\SpecialChar \menuseparator
33157 Date
33158 \end_layout
33159
33160 \end_inset
33161 </cell>
33162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166
33167 \family sans
33168 Insérer\SpecialChar \menuseparator
33169 Date
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33175 \begin_inset Text
33176
33177 \begin_layout Plain Layout
33178 commande 
33179 \series bold
33180
33181 \backslash
33182 today
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 </row>
33188 <row>
33189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 LyX
33194 \end_layout
33195
33196 \end_inset
33197 </cell>
33198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33199 \begin_inset Text
33200
33201 \begin_layout Plain Layout
33202 comme boîte d'insert
33203 \end_layout
33204
33205 \end_inset
33206 </cell>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 comme date
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 comme boîte de code TeX
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 </row>
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 LaTeX
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 comme date
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33246 \begin_inset Text
33247
33248 \begin_layout Plain Layout
33249 comme date
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 comme commande
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 </row>
33264 <row>
33265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269 DVI, PDF, PS
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 comme date
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33284 \begin_inset Text
33285
33286 \begin_layout Plain Layout
33287 comme date
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33293 \begin_inset Text
33294
33295 \begin_layout Plain Layout
33296 comme date date
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 </row>
33302 </lyxtabular>
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \begin_layout Standard
33315 Quand vous activez l'option 
33316 \family sans
33317 Brouillon
33318 \family default
33319  de l'onglet 
33320 \family sans
33321 Fichier
33322 \family default
33323  de la fenêtre de dialogue 
33324 \family sans
33325 Objet
33326 \begin_inset space ~
33327 \end_inset
33328
33329 Externe
33330 \family default
33331 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
33332 \begin_inset Newline newline
33333 \end_inset
33334
33335 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
33336  : 
33337 \begin_inset Graphics
33338         filename ../clipart/ExternalMaterialQt4.png
33339         scale 85
33340         scaleBeforeRotation
33341
33342 \end_inset
33343
33344  soit comme une image, selon que vous avez ou non activé l'option 
33345 \family sans
33346 Afficher
33347 \begin_inset space ~
33348 \end_inset
33349
33350 dans
33351 \begin_inset space ~
33352 \end_inset
33353
33354 LyX
33355 \family default
33356  de l'onglet 
33357 \family sans
33358 Options LaTeX et LyX
33359 \family default
33360  de la fenêtre de dialogue.
33361 \end_layout
33362
33363 \begin_layout Standard
33364 Le manuel 
33365 \family sans
33366 \emph on
33367 Personnalisation
33368 \family default
33369 \emph default
33370  explique comment vous pouvez créer vos propres modèles.
33371 \end_layout
33372
33373 \begin_layout Section
33374 Sous-documents
33375 \begin_inset CommandInset label
33376 LatexCommand label
33377 name "sec:Sous-documents"
33378
33379 \end_inset
33380
33381
33382 \begin_inset Index idx
33383 status collapsed
33384
33385 \begin_layout Plain Layout
33386 Trucs externes ! Sous-documents
33387 \end_layout
33388
33389 \end_inset
33390
33391
33392 \begin_inset Index idx
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396 Fichiers ! Insérer
33397 \end_layout
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \begin_layout Standard
33405 Les sous-documents sont utilisés quand on a un document très long qui peut
33406  être décomposé en plusieurs parties ou sections plus petites.
33407  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
33408  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
33409  Les différents documents sont ce que l'on appelle les sous-documents et
33410  un document maître les relie pour imprimer le document complet ou seulement
33411  une partie de celui-ci.
33412  Un sous-document hérite du contenu de son maître, par exemple le préambule
33413  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
33414 \end_layout
33415
33416 \begin_layout Standard
33417 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
33418  comme celle-ci : 
33419 \begin_inset Graphics
33420         filename clipart/ChildDocumentQt4.png
33421         lyxscale 70
33422         scale 60
33423         scaleBeforeRotation
33424
33425 \end_inset
33426
33427  Pour inclure des sous-documents dans un document maître , on utilise le
33428  menu 
33429 \family sans
33430 Insérer\SpecialChar \menuseparator
33431 Fichier\SpecialChar \menuseparator
33432 Sous-document
33433 \family default
33434 .
33435  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
33436  des quatre méthodes d'inclusion :
33437 \end_layout
33438
33439 \begin_layout Description
33440 Inclus
33441 \begin_inset space ~
33442 \end_inset
33443
33444 (include) Vous pouvez inclure des documents LyX et LaTeX.
33445  Quand vous cliquez sur le bouton 
33446 \family sans
33447 Charger
33448 \family default
33449  dans la fenêtre de dialogue 
33450 \family sans
33451 Sous-document
33452 \family default
33453 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
33454  vous puissiez le modifier.
33455 \begin_inset Newline newline
33456 \end_inset
33457
33458
33459 \end_layout
33460
33461 \begin_layout Standard
33462 Voici un sous-document inséré avec la méthode 
33463 \family sans
33464 Inclus
33465 \family default
33466  : 
33467 \begin_inset CommandInset include
33468 LatexCommand include
33469 filename "DocumentBidon1.lyx"
33470
33471 \end_inset
33472
33473
33474 \end_layout
33475
33476 \begin_layout Standard
33477 La numérotation des sections va prendre en compte les sections des fichiers
33478  incorporés dans l'ordre où ils sont insérés dans le document maître.
33479  Le document qui est inclus comme exemple possède une sous-section qui sera
33480  numérotée comme sous-section de la section actuelle.
33481  Les étiquettes présentes dans le fichier inclus peuvent être référencées
33482  : la sous-section
33483 \begin_inset space ~
33484 \end_inset
33485
33486
33487 \begin_inset CommandInset ref
33488 LatexCommand ref
33489 reference "sub:Sous-section-externe-1"
33490
33491 \end_inset
33492
33493  est dans le fichier inclus.
33494 \end_layout
33495
33496 \begin_layout Standard
33497 Le préambule du sous-document est tout simplement ignoré, seul le préambule
33498  du document maître est utilisé.
33499  Les branches présentes dans le sous-document seront ignorées par le document
33500  maître tant que le document maître possède une branche avec le même nom.
33501  Les documents inclus sont insérés en commençant une nouvelle page et sont
33502  suivis par un saut de page.
33503 \end_layout
33504
33505 \begin_layout Standard
33506 Si vous travaillez uniquement sur un chapitre particulier d'un document
33507  important et que vous voulez optimiser le temps de compilation, vous pouvez
33508  inclure chaque fichier dans une branche
33509 \begin_inset Foot
33510 status open
33511
33512 \begin_layout Plain Layout
33513 Les branches sont décrites dans la section 
33514 \emph on
33515 Branches
33516 \emph default
33517  du 
33518 \emph on
33519 Guide de l'utilisateur
33520 \emph default
33521  de LyX.
33522 \end_layout
33523
33524 \end_inset
33525
33526 .
33527  En activant ou désactivant une branche, vous pouvez décider les fichiers
33528  inclus qui doivent apparaître dans la sortie imprimée.
33529 \end_layout
33530
33531 \begin_layout Standard
33532 \begin_inset Note Greyedout
33533 status open
33534
33535 \begin_layout Plain Layout
33536
33537 \series bold
33538 Note:
33539 \series default
33540  À cause d'un bug de LyX, la commande 
33541 \series bold
33542
33543 \backslash
33544 includeonly
33545 \series default
33546  ne peut actuellement pas être utilisée comme solution alternative pour
33547  décider quels sont les fichiers qui doivent être inclus.
33548 \end_layout
33549
33550 \end_inset
33551
33552
33553 \end_layout
33554
33555 \begin_layout Standard
33556 \begin_inset Note Greyedout
33557 status open
33558
33559 \begin_layout Plain Layout
33560
33561 \series bold
33562 Note:
33563 \series default
33564  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
33565  une classe de document différente de celle du document maître, vous recevez
33566  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
33567  que cela peut produire des résultats inattendus sur la sortie imprimée.
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Description
33576 Incorporé
33577 \begin_inset space ~
33578 \end_inset
33579
33580 (input) Cette méthode est très semblable à la méthode Inclus, les différences
33581  sont :
33582 \end_layout
33583
33584 \begin_deeper
33585 \begin_layout Itemize
33586 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
33587  par un saut de page.
33588 \end_layout
33589
33590 \begin_layout Itemize
33591 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
33592  
33593 \family sans
33594 Aperçu
33595 \begin_inset space ~
33596 \end_inset
33597
33598 sur
33599 \begin_inset space ~
33600 \end_inset
33601
33602 le
33603 \begin_inset space ~
33604 \end_inset
33605
33606 vif
33607 \family default
33608  est activée dans les préférences dans la rubrique 
33609 \family sans
33610 Apparence\SpecialChar \menuseparator
33611 Graphique
33612 \family default
33613 .
33614 \end_layout
33615
33616 \begin_layout Itemize
33617 La commande LaTeX 
33618 \series bold
33619
33620 \backslash
33621 includeonly
33622 \series default
33623  ne peut pas être utilisée.
33624 \end_layout
33625
33626 \end_deeper
33627 \begin_layout Standard
33628 Voici un sous document inséré en utilisant la méthode 
33629 \family sans
33630 Incorporé
33631 \family default
33632  : 
33633 \begin_inset CommandInset include
33634 LatexCommand input
33635 preview true
33636 filename "DocumentBidon2.lyx"
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \begin_layout Description
33644 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
33645  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
33646  sous forme de code source et aucune des commandes éventuellement présentes
33647  ne sera exécutée.
33648  Vous pouvez utiliser l'option 
33649 \family sans
33650 Marquer
33651 \begin_inset space ~
33652 \end_inset
33653
33654 les
33655 \begin_inset space ~
33656 \end_inset
33657
33658 espaces
33659 \family default
33660  qui matérialise chaque espace présente dans le code source par un caractère
33661  
33662 \begin_inset Quotes eld
33663 \end_inset
33664
33665
33666 \begin_inset ERT
33667 status collapsed
33668
33669 \begin_layout Plain Layout
33670
33671
33672 \backslash
33673 textvisiblespace 
33674 \end_layout
33675
33676 \end_inset
33677
33678
33679 \begin_inset Quotes erd
33680 \end_inset
33681
33682  .
33683  La différence avec la méthode qui consiste à utiliser le menu 
33684 \family sans
33685 Insérer\SpecialChar \menuseparator
33686 Fichier\SpecialChar \menuseparator
33687 Texte
33688 \begin_inset space ~
33689 \end_inset
33690
33691 brut
33692 \family default
33693  est que le contenu du document n'apparaît pas dans LyX.
33694 \end_layout
33695
33696 \begin_layout Standard
33697 Voici un sous-document inclus en utilisant la méthode 
33698 \family sans
33699 verbatim
33700 \family default
33701  : 
33702 \begin_inset CommandInset include
33703 LatexCommand verbatiminput
33704 filename "DocumentTexteBidon.txt"
33705
33706 \end_inset
33707
33708
33709 \begin_inset VSpace bigskip
33710 \end_inset
33711
33712 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
33713  l'option 
33714 \family sans
33715 Marquer
33716 \begin_inset space ~
33717 \end_inset
33718
33719 les
33720 \begin_inset space ~
33721 \end_inset
33722
33723 espaces :
33724 \family default
33725  
33726 \begin_inset CommandInset include
33727 LatexCommand verbatiminput*
33728 filename "DocumentTexteBidon.txt"
33729
33730 \end_inset
33731
33732
33733 \end_layout
33734
33735 \begin_layout Standard
33736 \begin_inset VSpace bigskip
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 \begin_inset Note Greyedout
33744 status open
33745
33746 \begin_layout Plain Layout
33747
33748 \series bold
33749 Note:
33750 \series default
33751  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
33752  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \begin_layout Description
33761 Listings Ce type d'inclusion est décrit dans le chapitre
33762 \begin_inset space ~
33763 \end_inset
33764
33765
33766 \begin_inset CommandInset ref
33767 LatexCommand ref
33768 reference "cha:Program-Code-Listings"
33769
33770 \end_inset
33771
33772 .
33773 \end_layout
33774
33775 \begin_layout Standard
33776 \begin_inset Note Greyedout
33777 status open
33778
33779 \begin_layout Plain Layout
33780
33781 \series bold
33782 Note:
33783 \series default
33784  Inclure le même document deux fois dans un même document peut poser des
33785  problèmes avec LaTeX.
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \end_layout
33792
33793 \begin_layout Chapter
33794 Listings de Code Source
33795 \begin_inset CommandInset label
33796 LatexCommand label
33797 name "cha:Program-Code-Listings"
33798
33799 \end_inset
33800
33801
33802 \begin_inset Index idx
33803 status collapsed
33804
33805 \begin_layout Plain Layout
33806 Listings
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \begin_inset Index idx
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816 Code Source
33817 \end_layout
33818
33819 \end_inset
33820
33821
33822 \begin_inset Index idx
33823 status collapsed
33824
33825 \begin_layout Plain Layout
33826 Flottants ! Listings
33827 \end_layout
33828
33829 \end_inset
33830
33831
33832 \end_layout
33833
33834 \begin_layout Standard
33835 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
33836  un insert 
33837 \family sans
33838 Listings
33839 \family default
33840  qui peut être créé grâce au menu 
33841 \family sans
33842 Insérer
33843 \family default
33844 \SpecialChar \menuseparator
33845
33846 \family sans
33847 Listing
33848 \begin_inset space ~
33849 \end_inset
33850
33851 de
33852 \begin_inset space ~
33853 \end_inset
33854
33855 Code
33856 \begin_inset space ~
33857 \end_inset
33858
33859 Source
33860 \family default
33861 .
33862  Le paquetage LaTeX 
33863 \series bold
33864 listings
33865 \series default
33866
33867 \begin_inset Index idx
33868 status collapsed
33869
33870 \begin_layout Plain Layout
33871 Paquetages LaTeX ! listings
33872 \end_layout
33873
33874 \end_inset
33875
33876  fournit un moyen puissant et flexible d'insérer des listings de code source
33877  dans votre document.
33878  
33879 \end_layout
33880
33881 \begin_layout Standard
33882 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
33883  contextuel s'ouvre pour vous permettre de modifier le format du listing.
33884 \end_layout
33885
33886 \begin_layout Standard
33887 Implicitement, un listing commence un nouveau paragraphe dans la sortie
33888  imprimée.
33889  L'option d'emplacement 
33890 \family sans
33891 Listing
33892 \begin_inset space ~
33893 \end_inset
33894
33895 en
33896 \begin_inset space ~
33897 \end_inset
33898
33899 Ligne
33900 \family default
33901  imprime le listing dans la ligne comme ceci : 
33902 \begin_inset listings
33903 lstparams "language={C++}"
33904 inline true
33905 status open
33906
33907 \begin_layout Plain Layout
33908
33909 int a=5;
33910 \end_layout
33911
33912 \end_inset
33913
33914
33915 \begin_inset Newline newline
33916 \end_inset
33917
33918 L'option 
33919 \family sans
33920 Flottant
33921 \family default
33922  crée un flottant de listing pour lequel vous pouvez préciser les options
33923  classiques d'emplacement : 
33924 \begin_inset Quotes eld
33925 \end_inset
33926
33927
33928 \family sans
33929 h
33930 \family default
33931
33932 \begin_inset Quotes erd
33933 \end_inset
33934
33935
33936 \begin_inset Quotes eld
33937 \end_inset
33938
33939
33940 \family sans
33941 t
33942 \family default
33943
33944 \begin_inset Quotes erd
33945 \end_inset
33946
33947
33948 \begin_inset Quotes eld
33949 \end_inset
33950
33951
33952 \family sans
33953 b
33954 \family default
33955
33956 \begin_inset Quotes erd
33957 \end_inset
33958
33959 , et 
33960 \begin_inset Quotes eld
33961 \end_inset
33962
33963
33964 \family sans
33965 p
33966 \family default
33967
33968 \begin_inset Quotes erd
33969 \end_inset
33970
33971  correspondant aux emplacement décrits dans la section
33972 \begin_inset space ~
33973 \end_inset
33974
33975
33976 \begin_inset CommandInset ref
33977 LatexCommand ref
33978 reference "sec:Placement-flottants"
33979
33980 \end_inset
33981
33982 .
33983  Les options de positionnement peuvent être mélangées et doivent être saisies
33984  sans séparation, par exemple, on peut taper 
33985 \begin_inset Quotes eld
33986 \end_inset
33987
33988
33989 \family sans
33990 htbp
33991 \family default
33992
33993 \begin_inset Quotes erd
33994 \end_inset
33995
33996 .
33997  L' option 
33998 \begin_inset Quotes eld
33999 \end_inset
34000
34001 h
34002 \begin_inset Quotes erd
34003 \end_inset
34004
34005  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
34006  
34007 \family sans
34008 Flottant
34009 \family default
34010  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
34011  légende et être référencés.
34012 \end_layout
34013
34014 \begin_layout Standard
34015 Vous pouvez ajouter une légende à un listing avec le menu 
34016 \family sans
34017 Insérer\SpecialChar \menuseparator
34018 Légende
34019 \family default
34020 .
34021  On peut référencer les listings de la même façon que les flottants :Voir
34022  le listing
34023 \begin_inset space ~
34024 \end_inset
34025
34026
34027 \begin_inset CommandInset ref
34028 LatexCommand ref
34029 reference "lst:Listing-exemple"
34030
34031 \end_inset
34032
34033
34034 \end_layout
34035
34036 \begin_layout Standard
34037 \begin_inset listings
34038 lstparams "language=Python"
34039 inline false
34040 status open
34041
34042 \begin_layout Plain Layout
34043
34044 \begin_inset Caption
34045
34046 \begin_layout Plain Layout
34047 \begin_inset CommandInset label
34048 LatexCommand label
34049 name "lst:Listing-exemple"
34050
34051 \end_inset
34052
34053 Exemple de listing flottant
34054 \end_layout
34055
34056 \end_inset
34057
34058 # Exemple de listing flottant
34059 \end_layout
34060
34061 \begin_layout Plain Layout
34062
34063 def func(param):
34064 \end_layout
34065
34066 \begin_layout Plain Layout
34067
34068     'ceci est une fonction python'
34069 \end_layout
34070
34071 \begin_layout Plain Layout
34072
34073     pass
34074 \end_layout
34075
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \begin_layout Standard
34082 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
34083  de listing, les mots-clés de ce langage seront reconnus et mis en forme
34084  de manière particulière dans la sortie imprimée.
34085  Dans l'exemple de listing, le mot clé Python 
34086 \begin_inset Quotes eld
34087 \end_inset
34088
34089 def
34090 \begin_inset Quotes erd
34091 \end_inset
34092
34093  est reconnu et imprimé en caractères gras dans la sortie.
34094 \end_layout
34095
34096 \begin_layout Standard
34097 \begin_inset Note Greyedout
34098 status open
34099
34100 \begin_layout Plain Layout
34101
34102 \series bold
34103 Note:
34104 \series default
34105  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
34106  une police de caractères à 
34107 \family typewriter
34108 chasse fixe
34109 \family default
34110 , c'est que votre police ne contient probablement pas de série grasse.
34111  Dans ce cas choisissez une police différente dans le menu 
34112 \family sans
34113 Document\SpecialChar \menuseparator
34114 Paramètres\SpecialChar \menuseparator
34115 Polices
34116 \family default
34117 .
34118  (Les polices 
34119 \emph on
34120 LuxiMono, BeraMono
34121 \emph default
34122  et 
34123 \emph on
34124 Courier
34125 \emph default
34126  contiennent une série grasse.)
34127 \end_layout
34128
34129 \end_inset
34130
34131
34132 \end_layout
34133
34134 \begin_layout Standard
34135 Dans la rubrique 
34136 \family sans
34137 Numérotation
34138 \begin_inset space ~
34139 \end_inset
34140
34141 des
34142 \begin_inset space ~
34143 \end_inset
34144
34145 Lignes
34146 \family default
34147  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
34148 n des lignes.
34149  Vous pouvez mettre un nombre dans le champ 
34150 \family sans
34151 Pas
34152 \family default
34153  pour désigner les lignes qui seront numérotées.
34154  Par exemple, si vous mettez 
34155 \begin_inset Quotes eld
34156 \end_inset
34157
34158 3
34159 \begin_inset Quotes erd
34160 \end_inset
34161
34162 , seule une ligne sur trois sera numérotée.
34163 \end_layout
34164
34165 \begin_layout Standard
34166 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
34167  apparaîtront dans la sortie.
34168  Vous devez utiliser l'option 
34169 \family sans
34170 Table
34171 \begin_inset space ~
34172 \end_inset
34173
34174 de
34175 \begin_inset space ~
34176 \end_inset
34177
34178 Caractères
34179 \begin_inset space ~
34180 \end_inset
34181
34182 Étendue
34183 \family default
34184  quand vous employez des caractères spécifiques à une langue donnée comme
34185  les umlauts Allemands dans votre listing.
34186 \begin_inset Newline newline
34187 \end_inset
34188
34189 Voici un exemple de listing avec la numérotation des lignes à gauche par
34190  pas de 3, en langage Python, avec les options 
34191 \begin_inset Quotes eld
34192 \end_inset
34193
34194 Table
34195 \begin_inset space ~
34196 \end_inset
34197
34198 de
34199 \begin_inset space ~
34200 \end_inset
34201
34202 caractères
34203 \begin_inset space ~
34204 \end_inset
34205
34206 étendue
34207 \begin_inset Quotes erd
34208 \end_inset
34209
34210  et 
34211 \begin_inset Quotes eld
34212 \end_inset
34213
34214 Espace
34215 \begin_inset space ~
34216 \end_inset
34217
34218 représenté
34219 \begin_inset space ~
34220 \end_inset
34221
34222 par
34223 \begin_inset space ~
34224 \end_inset
34225
34226 un
34227 \begin_inset space ~
34228 \end_inset
34229
34230 symbole
34231 \begin_inset Quotes erd
34232 \end_inset
34233
34234 , l'intervalle de ligne étant 3
34235 \begin_inset space \thinspace{}
34236 \end_inset
34237
34238 -
34239 \begin_inset space \thinspace{}
34240 \end_inset
34241
34242 8:
34243 \end_layout
34244
34245 \begin_layout Standard
34246 \begin_inset listings
34247 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
34248 inline false
34249 status open
34250
34251 \begin_layout Plain Layout
34252
34253 def func(param):
34254 \end_layout
34255
34256 \begin_layout Plain Layout
34257
34258     'ceci est une fonction Python'
34259 \end_layout
34260
34261 \begin_layout Plain Layout
34262
34263     pass
34264 \end_layout
34265
34266 \begin_layout Plain Layout
34267
34268 def func(param):
34269 \end_layout
34270
34271 \begin_layout Plain Layout
34272
34273 'Ça, c'est un mot Allemand : Tschüß'
34274 \end_layout
34275
34276 \begin_layout Plain Layout
34277
34278 pass
34279 \end_layout
34280
34281 \begin_layout Plain Layout
34282
34283 def func(param):
34284 \end_layout
34285
34286 \begin_layout Plain Layout
34287
34288 'ceci est une fonction Python'
34289 \end_layout
34290
34291 \begin_layout Plain Layout
34292
34293 pass
34294 \end_layout
34295
34296 \end_inset
34297
34298
34299 \end_layout
34300
34301 \begin_layout Standard
34302 \begin_inset Note Greyedout
34303 status open
34304
34305 \begin_layout Plain Layout
34306
34307 \series bold
34308 Note:
34309 \series default
34310  À cause d'un bug dans le paquetage 
34311 \series bold
34312 listings
34313 \series default
34314  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
34315  listing.
34316  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
34317  les lignes 3 et 6.
34318 \end_layout
34319
34320 \end_inset
34321
34322
34323 \end_layout
34324
34325 \begin_layout Standard
34326 \begin_inset VSpace bigskip
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
34334  listing.
34335  Pour le faire, il suffit d'utiliser le menu 
34336 \family sans
34337 Insérer\SpecialChar \menuseparator
34338 Fichier\SpecialChar \menuseparator
34339 Sous-document
34340 \family default
34341  et de choisir le type 
34342 \family sans
34343 Listing
34344 \family default
34345
34346 \begin_inset space ~
34347 \end_inset
34348
34349
34350 \family sans
34351 de
34352 \begin_inset space ~
34353 \end_inset
34354
34355 Code
34356 \begin_inset space ~
34357 \end_inset
34358
34359 source
34360 \family default
34361 .
34362 \begin_inset Foot
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366 Les autres types de sous-documents sont décrits dans la section
34367 \begin_inset space ~
34368 \end_inset
34369
34370
34371 \begin_inset CommandInset ref
34372 LatexCommand ref
34373 reference "sec:Sous-documents"
34374
34375 \end_inset
34376
34377 .
34378 \end_layout
34379
34380 \end_inset
34381
34382  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
34383  à utiliser pour le listing dans une zone de texte.
34384  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
34385  
34386 \begin_inset Quotes eld
34387 \end_inset
34388
34389 ?
34390 \begin_inset Quotes erd
34391 \end_inset
34392
34393  dans la zone de texte.
34394 \end_layout
34395
34396 \begin_layout Standard
34397 Pour faire référence à un sous-document de type listing, tapez une étiquette
34398  dans le champ correspondant de la fenêtre de dialogue.
34399  On peut alors faire référence à cette étiquette en utilisant le menu 
34400 \family sans
34401 Insérer\SpecialChar \menuseparator
34402 Référence
34403 \begin_inset space ~
34404 \end_inset
34405
34406 Croisée
34407 \family default
34408 .
34409 \end_layout
34410
34411 \begin_layout Standard
34412 Le listing
34413 \begin_inset space ~
34414 \end_inset
34415
34416
34417 \begin_inset CommandInset ref
34418 LatexCommand ref
34419 reference "lst:listing-fichier"
34420
34421 \end_inset
34422
34423  est une exemple de listing issu d'un fichier ; ici les lignes 10
34424 \begin_inset space \thinspace{}
34425 \end_inset
34426
34427 -
34428 \begin_inset space \thinspace{}
34429 \end_inset
34430
34431 15 de ce fichier LyX sont listées.
34432 \end_layout
34433
34434 \begin_layout Standard
34435 \begin_inset CommandInset include
34436 LatexCommand lstinputlisting
34437 filename "EmbeddedObjects.lyx"
34438 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
34439
34440 \end_inset
34441
34442
34443 \end_layout
34444
34445 \begin_layout Standard
34446 \begin_inset VSpace bigskip
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Standard
34453
34454 \lang english
34455 Inserting a formula into a listing can be done the following way:
34456 \end_layout
34457
34458 \begin_layout Enumerate
34459
34460 \lang english
34461 Open the listings dialog and add
34462 \begin_inset Newline newline
34463 \end_inset
34464
34465
34466 \family sans
34467 mathescape=true
34468 \family default
34469
34470 \begin_inset Newline newline
34471 \end_inset
34472
34473 to the field of the 
34474 \family sans
34475 Advanced
34476 \family default
34477  tab.
34478 \end_layout
34479
34480 \begin_layout Enumerate
34481
34482 \lang english
34483 Create a formula outside the listing
34484 \end_layout
34485
34486 \begin_layout Enumerate
34487
34488 \lang english
34489 Copy the content of the formula (not the formula inset) to the clipboard
34490  (shortcut 
34491 \begin_inset Info
34492 type  "shortcut"
34493 arg   "copy"
34494 \end_inset
34495
34496 )
34497 \end_layout
34498
34499 \begin_layout Enumerate
34500
34501 \lang english
34502 In the listing write 
34503 \begin_inset Quotes eld
34504 \end_inset
34505
34506
34507 \family sans
34508 $$
34509 \family default
34510
34511 \begin_inset Quotes erd
34512 \end_inset
34513
34514  and copy from the clipboard between the dollar-signs (shortcut 
34515 \begin_inset Info
34516 type  "shortcut"
34517 arg   "paste"
34518 \end_inset
34519
34520 )
34521 \end_layout
34522
34523 \begin_layout Standard
34524 \begin_inset listings
34525 lstparams "language=Python,mathescape=true"
34526 inline false
34527 status open
34528
34529 \begin_layout Plain Layout
34530
34531 \begin_inset Caption
34532
34533 \begin_layout Plain Layout
34534 Exemple de listing flottant 
34535 \lang english
34536 containing a formula
34537 \end_layout
34538
34539 \end_inset
34540
34541 # Exemple de listing flottant
34542 \end_layout
34543
34544 \begin_layout Plain Layout
34545
34546 def func(param):
34547 \end_layout
34548
34549 \begin_layout Plain Layout
34550
34551     # $
34552 \backslash
34553 prod_{n=1}^{
34554 \backslash
34555 infty}
34556 \backslash
34557 ,
34558 \backslash
34559 frac{1}{x^{2}}$
34560 \end_layout
34561
34562 \begin_layout Plain Layout
34563
34564     pass
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Standard
34573 \begin_inset VSpace bigskip
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
34581  de dialogue 
34582 \family sans
34583 Document\SpecialChar \menuseparator
34584 Paramètres\SpecialChar \menuseparator
34585 Format
34586 \begin_inset space ~
34587 \end_inset
34588
34589 du
34590 \begin_inset space ~
34591 \end_inset
34592
34593 Texte
34594 \family default
34595 .
34596  Pour avoir la liste des options disponibles, tapez un point d'interrogation
34597  
34598 \begin_inset Quotes eld
34599 \end_inset
34600
34601 ?
34602 \begin_inset Quotes erd
34603 \end_inset
34604
34605  dans le champ 
34606 \family sans
34607 Paramètres
34608 \begin_inset space ~
34609 \end_inset
34610
34611 du
34612 \begin_inset space ~
34613 \end_inset
34614
34615 Listing
34616 \family default
34617 .
34618 \end_layout
34619
34620 \begin_layout Standard
34621 Pour plus d'information sur le paquetage 
34622 \series bold
34623 listings
34624 \series default
34625 , nous vous renvoyons à sa documentation 
34626 \begin_inset CommandInset citation
34627 LatexCommand cite
34628 key "listings"
34629
34630 \end_inset
34631
34632 .
34633 \end_layout
34634
34635 \begin_layout Standard
34636 \begin_inset Newpage newpage
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Chapter
34643 \start_of_appendix
34644 Unités de longueur utilisables avec LyX
34645 \begin_inset Argument
34646 status collapsed
34647
34648 \begin_layout Plain Layout
34649 Unités de longueur
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \begin_inset Index idx
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659 Unités
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \begin_inset CommandInset label
34666 LatexCommand label
34667 name "cha:Unités-de-longueur"
34668
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Standard
34675 Pour comprendre les unités de longueur utilisées dans cette documentation,
34676  le tableau
34677 \begin_inset space ~
34678 \end_inset
34679
34680
34681 \begin_inset CommandInset ref
34682 LatexCommand ref
34683 reference "tab:Unités"
34684
34685 \end_inset
34686
34687 décrit les unités utilisées par LyX.
34688 \begin_inset Float table
34689 placement h
34690 wide false
34691 sideways false
34692 status open
34693
34694 \begin_layout Plain Layout
34695 \begin_inset Caption
34696
34697 \begin_layout Plain Layout
34698 \begin_inset CommandInset label
34699 LatexCommand label
34700 name "tab:Unités"
34701
34702 \end_inset
34703
34704 Unités de longueur
34705 \end_layout
34706
34707 \end_inset
34708
34709
34710 \end_layout
34711
34712 \begin_layout Plain Layout
34713 \begin_inset VSpace medskip
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \begin_layout Plain Layout
34720 \align center
34721 \begin_inset Tabular
34722 <lyxtabular version="3" rows="20" columns="2">
34723 <features tabularvalignment="middle">
34724 <column alignment="center" valignment="top" width="0">
34725 <column alignment="center" valignment="top" width="0">
34726 <row>
34727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 unité
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 nom/description
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 </row>
34746 <row>
34747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34748 \begin_inset Text
34749
34750 \begin_layout Plain Layout
34751 mm
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760 millimètre
34761 \end_layout
34762
34763 \end_inset
34764 </cell>
34765 </row>
34766 <row>
34767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34768 \begin_inset Text
34769
34770 \begin_layout Plain Layout
34771 cm
34772 \end_layout
34773
34774 \end_inset
34775 </cell>
34776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34777 \begin_inset Text
34778
34779 \begin_layout Plain Layout
34780 centimètre
34781 \end_layout
34782
34783 \end_inset
34784 </cell>
34785 </row>
34786 <row>
34787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34788 \begin_inset Text
34789
34790 \begin_layout Plain Layout
34791 in
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 pouce (inch)
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 </row>
34806 <row>
34807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34808 \begin_inset Text
34809
34810 \begin_layout Plain Layout
34811 pt
34812 \end_layout
34813
34814 \end_inset
34815 </cell>
34816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34817 \begin_inset Text
34818
34819 \begin_layout Plain Layout
34820 point (72.27
34821 \begin_inset space \thinspace{}
34822 \end_inset
34823
34824 pt = 1
34825 \begin_inset space \thinspace{}
34826 \end_inset
34827
34828 in)
34829 \end_layout
34830
34831 \end_inset
34832 </cell>
34833 </row>
34834 <row>
34835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34836 \begin_inset Text
34837
34838 \begin_layout Plain Layout
34839 pc
34840 \end_layout
34841
34842 \end_inset
34843 </cell>
34844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34845 \begin_inset Text
34846
34847 \begin_layout Plain Layout
34848 pica (1
34849 \begin_inset space \thinspace{}
34850 \end_inset
34851
34852 pc = 12
34853 \begin_inset space \thinspace{}
34854 \end_inset
34855
34856 pt)
34857 \end_layout
34858
34859 \end_inset
34860 </cell>
34861 </row>
34862 <row>
34863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867 sp
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876 scaled point (65536
34877 \begin_inset space \thinspace{}
34878 \end_inset
34879
34880 sp = 1
34881 \begin_inset space \thinspace{}
34882 \end_inset
34883
34884 pt)
34885 \end_layout
34886
34887 \end_inset
34888 </cell>
34889 </row>
34890 <row>
34891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 bp
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904 gros point (72
34905 \begin_inset space \thinspace{}
34906 \end_inset
34907
34908 bp = 1
34909 \begin_inset space \thinspace{}
34910 \end_inset
34911
34912 in)
34913 \end_layout
34914
34915 \end_inset
34916 </cell>
34917 </row>
34918 <row>
34919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923 dd
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34929 \begin_inset Text
34930
34931 \begin_layout Plain Layout
34932 didot (72
34933 \begin_inset space \thinspace{}
34934 \end_inset
34935
34936 dd 
34937 \begin_inset Formula $\approx$
34938 \end_inset
34939
34940  37.6
34941 \begin_inset space \thinspace{}
34942 \end_inset
34943
34944 mm)
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 </row>
34950 <row>
34951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955 cc
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964 cicero (1
34965 \begin_inset space \thinspace{}
34966 \end_inset
34967
34968 cc = 12
34969 \begin_inset space \thinspace{}
34970 \end_inset
34971
34972 dd)
34973 \end_layout
34974
34975 \end_inset
34976 </cell>
34977 </row>
34978 <row>
34979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983 Scale%
34984 \end_layout
34985
34986 \end_inset
34987 </cell>
34988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34989 \begin_inset Text
34990
34991 \begin_layout Plain Layout
34992 % de la largeur originale de l'image
34993 \end_layout
34994
34995 \end_inset
34996 </cell>
34997 </row>
34998 <row>
34999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35000 \begin_inset Text
35001
35002 \begin_layout Plain Layout
35003 text%
35004 \end_layout
35005
35006 \end_inset
35007 </cell>
35008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35009 \begin_inset Text
35010
35011 \begin_layout Plain Layout
35012 % de la largeur du texte
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 </row>
35018 <row>
35019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35020 \begin_inset Text
35021
35022 \begin_layout Plain Layout
35023 col%
35024 \end_layout
35025
35026 \end_inset
35027 </cell>
35028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032 % de la largeur de la colonne
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 </row>
35038 <row>
35039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35040 \begin_inset Text
35041
35042 \begin_layout Plain Layout
35043 page%
35044 \end_layout
35045
35046 \end_inset
35047 </cell>
35048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35049 \begin_inset Text
35050
35051 \begin_layout Plain Layout
35052 % de la largeur du papier
35053 \end_layout
35054
35055 \end_inset
35056 </cell>
35057 </row>
35058 <row>
35059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35060 \begin_inset Text
35061
35062 \begin_layout Plain Layout
35063 line%
35064 \end_layout
35065
35066 \end_inset
35067 </cell>
35068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35069 \begin_inset Text
35070
35071 \begin_layout Plain Layout
35072 % de la largeur de la ligne
35073 \end_layout
35074
35075 \end_inset
35076 </cell>
35077 </row>
35078 <row>
35079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35080 \begin_inset Text
35081
35082 \begin_layout Plain Layout
35083 theight%
35084 \end_layout
35085
35086 \end_inset
35087 </cell>
35088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092 % la hauteur du texte
35093 \end_layout
35094
35095 \end_inset
35096 </cell>
35097 </row>
35098 <row>
35099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35100 \begin_inset Text
35101
35102 \begin_layout Plain Layout
35103 pheight%
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Plain Layout
35112 % hauteur du papier
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 <row>
35119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123 ex
35124 \end_layout
35125
35126 \end_inset
35127 </cell>
35128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35129 \begin_inset Text
35130
35131 \begin_layout Plain Layout
35132 hauteur de la lettre 
35133 \emph on
35134 x
35135 \emph default
35136  dans la police courante
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 </row>
35142 <row>
35143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147 em
35148 \end_layout
35149
35150 \end_inset
35151 </cell>
35152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35153 \begin_inset Text
35154
35155 \begin_layout Plain Layout
35156 largeur de la lettre
35157 \emph on
35158  M
35159 \emph default
35160  dans la police courante
35161 \end_layout
35162
35163 \end_inset
35164 </cell>
35165 </row>
35166 <row>
35167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35168 \begin_inset Text
35169
35170 \begin_layout Plain Layout
35171 mu
35172 \end_layout
35173
35174 \end_inset
35175 </cell>
35176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35177 \begin_inset Text
35178
35179 \begin_layout Plain Layout
35180 unité mathématique (1
35181 \begin_inset space \thinspace{}
35182 \end_inset
35183
35184 mu = 1/18
35185 \begin_inset space \thinspace{}
35186 \end_inset
35187
35188 em)
35189 \end_layout
35190
35191 \end_inset
35192 </cell>
35193 </row>
35194 </lyxtabular>
35195
35196 \end_inset
35197
35198
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \end_layout
35205
35206 \begin_layout Chapter
35207 Formats des fichiers de sortie graphiques
35208 \begin_inset CommandInset label
35209 LatexCommand label
35210 name "cha:Formats-fichiers-graphiques"
35211
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Section
35218 DVI
35219 \begin_inset Index idx
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223 Formats de Fichiers! DVI
35224 \end_layout
35225
35226 \end_inset
35227
35228
35229 \begin_inset Index idx
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233 DVI|see
35234 \begin_inset ERT
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238
35239 {
35240 \end_layout
35241
35242 \end_inset
35243
35244 Formats de Fichiers
35245 \begin_inset ERT
35246 status collapsed
35247
35248 \begin_layout Plain Layout
35249
35250 }
35251 \end_layout
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \end_inset
35259
35260
35261 \end_layout
35262
35263 \begin_layout Standard
35264 Ce type de fichiers a l'extension 
35265 \begin_inset Quotes fld
35266 \end_inset
35267
35268
35269 \family typewriter
35270 .dvi
35271 \family default
35272
35273 \begin_inset Quotes frd
35274 \end_inset
35275
35276 .
35277  Il est appelé 
35278 \emph on
35279 indépendant de l'appareil
35280 \emph default
35281  ou 
35282 \begin_inset Quotes fld
35283 \end_inset
35284
35285 device independent (DVI)
35286 \begin_inset Quotes frd
35287 \end_inset
35288
35289 , car il est complètement portable ; vous pouvez les recopier d'une machine
35290  à l'autre sans avoir à faire de conversion.
35291  À l'époque où ce format a été développé, c'était loin d'être évident.
35292  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
35293  étape préliminaire avant la conversion vers un autre format comme le PostScript.
35294 \end_layout
35295
35296 \begin_layout Standard
35297 \begin_inset Note Greyedout
35298 status open
35299
35300 \begin_layout Plain Layout
35301
35302 \series bold
35303 Note:
35304 \series default
35305  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
35306  au fichier.
35307  
35308 \end_layout
35309
35310 \end_inset
35311
35312  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
35313  
35314 \family typewriter
35315 .dvi
35316 \family default
35317 .
35318  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
35319 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
35320  pour les rendre visibles quand vous faites défiler votre document.
35321  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
35322  avec de nombreuses images.
35323 \end_layout
35324
35325 \begin_layout Standard
35326 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
35327  menu 
35328 \family sans
35329 Fichier\SpecialChar \menuseparator
35330 Exporter\SpecialChar \menuseparator
35331 DVI.
35332
35333 \family default
35334  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
35335 \family sans
35336 Visualiser
35337 \family default
35338  ou en utilisant le bouton
35339 \begin_inset Graphics
35340         filename ../../images/buffer-view_dvi.png
35341         scale 85
35342         scaleBeforeRotation
35343
35344 \end_inset
35345
35346  de la barre d'outils.
35347 \end_layout
35348
35349 \begin_layout Section
35350 PostScript
35351 \begin_inset CommandInset label
35352 LatexCommand label
35353 name "sec:PostScript"
35354
35355 \end_inset
35356
35357
35358 \begin_inset Index idx
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362 Formats de Fichiers ! PostScript
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \begin_inset Index idx
35369 status collapsed
35370
35371 \begin_layout Plain Layout
35372 PostScript|see
35373 \begin_inset ERT
35374 status collapsed
35375
35376 \begin_layout Plain Layout
35377
35378 {
35379 \end_layout
35380
35381 \end_inset
35382
35383 Formats de Fichiers
35384 \begin_inset ERT
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388
35389 }
35390 \end_layout
35391
35392 \end_inset
35393
35394
35395 \end_layout
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Standard
35403 Ce type de fichiers a l'extension 
35404 \begin_inset Quotes fld
35405 \end_inset
35406
35407
35408 \family typewriter
35409 .ps
35410 \family default
35411
35412 \begin_inset Quotes frd
35413 \end_inset
35414
35415 .
35416  PostScript a été développé par la société 
35417 \series bold
35418 Adobe
35419 \series default
35420  comme un langage pour les imprimantes.
35421  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
35422  pour imprimer le document.
35423  PostScript peut être considéré comme un 
35424 \begin_inset Quotes fld
35425 \end_inset
35426
35427 langage de programmation
35428 \begin_inset Quotes frd
35429 \end_inset
35430
35431  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
35432  images
35433 \begin_inset Foot
35434 status open
35435
35436 \begin_layout Plain Layout
35437 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
35438  LaTeX 
35439 \series bold
35440 pstricks
35441 \series default
35442
35443 \begin_inset CommandInset citation
35444 LatexCommand cite
35445 key "pstricks"
35446
35447 \end_inset
35448
35449 .
35450 \end_layout
35451
35452 \end_inset
35453
35454 .
35455  En partie à cause de toutes ces possibilités un fichier PostScript est
35456  souvent plus gros qu'un PDF.
35457 \end_layout
35458
35459 \begin_layout Standard
35460 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
35461  plus gros qu'un PDF.
35462 \end_layout
35463
35464 \begin_layout Standard
35465 PostScript ne peut contenir que des images au format 
35466 \begin_inset Quotes fld
35467 \end_inset
35468
35469 PostScript Encapsulé
35470 \begin_inset Quotes frd
35471 \end_inset
35472
35473  (encapsulated PostScript ou EPS, d'extension 
35474 \family typewriter
35475 .eps
35476 \family default
35477 ).
35478  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
35479  il doit les convertir en interne en EPS.
35480  Si vous avez par exemple 50 images dans votre document, LyX doit faire
35481  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
35482  document.
35483  Cela risque de ralentir de façon importante votre rythme de travail.
35484  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
35485  vos images directement en EPS pour éviter ce problème.
35486 \end_layout
35487
35488 \begin_layout Standard
35489 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
35490  le menu 
35491 \family sans
35492 Fichier\SpecialChar \menuseparator
35493 Exporter\SpecialChar \menuseparator
35494 PostScript.
35495
35496 \family default
35497  Vous pouvez visionner votre document sous forme PostScript grâce au menu
35498  
35499 \family sans
35500 Visualiser
35501 \family default
35502  ou en utilisant le bouton 
35503 \begin_inset Graphics
35504         filename ../../images/buffer-view_ps.png
35505         scale 85
35506         scaleBeforeRotation
35507
35508 \end_inset
35509
35510  de la barre d'outils.
35511 \end_layout
35512
35513 \begin_layout Section
35514 PDF
35515 \begin_inset Index idx
35516 status collapsed
35517
35518 \begin_layout Plain Layout
35519 Formats de Fichiers ! PDF
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \begin_inset Index idx
35526 status collapsed
35527
35528 \begin_layout Plain Layout
35529 PDF
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Ce type de fichiers a l'extension 
35539 \begin_inset Quotes fld
35540 \end_inset
35541
35542
35543 \family typewriter
35544 .pdf
35545 \family default
35546
35547 \begin_inset Quotes frd
35548 \end_inset
35549
35550 .
35551  Ce 
35552 \begin_inset Quotes fld
35553 \end_inset
35554
35555 format de document portable
35556 \begin_inset Quotes frd
35557 \end_inset
35558
35559  (portable document format ou PDF) est développé par 
35560 \family typewriter
35561 Adobe
35562 \family default
35563  comme une évolution de PostScript.
35564  Il est plus comprimé et utilise moins de commandes que PostScript.
35565  Comme son nom l'indique, il est 
35566 \begin_inset Quotes fld
35567 \end_inset
35568
35569 portable
35570 \begin_inset Quotes frd
35571 \end_inset
35572
35573  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
35574  aura exactement le même aspect.
35575 \end_layout
35576
35577 \begin_layout Standard
35578 PDF peut contenir des images dans son propre format PDF et dans les formats
35579  JPG (format du 
35580 \begin_inset Quotes fld
35581 \end_inset
35582
35583 Joint Photographic Expert Group
35584 \begin_inset Quotes frd
35585 \end_inset
35586
35587  avec comme extension 
35588 \family typewriter
35589 .jpg
35590 \family default
35591  ou 
35592 \family typewriter
35593 .jpeg
35594 \family default
35595 ) et PNG (
35596 \begin_inset Quotes fld
35597 \end_inset
35598
35599 Portable Network Graphics
35600 \begin_inset Quotes frd
35601 \end_inset
35602
35603  avec l'extension 
35604 \family typewriter
35605 .png
35606 \family default
35607 ).
35608  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
35609  dans un de ces formats.
35610  Mais comme il est dit dans la section sur PostScript, les conversions d'images
35611  vont ralentir votre travail.
35612  Nous recommandons donc l'utilisation de l'un des trois formats cités.
35613 \end_layout
35614
35615 \begin_layout Standard
35616 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
35617  menu 
35618 \family sans
35619 Fichier\SpecialChar \menuseparator
35620 Exporter 
35621 \family default
35622 de trois façons différentes:
35623 \end_layout
35624
35625 \begin_layout Description
35626 PDF
35627 \begin_inset space ~
35628 \end_inset
35629
35630 (ps2pdf) Ceci utilise le programme 
35631 \family typewriter
35632 ps2pdf
35633 \family default
35634  qui créé un PDF à partir de la version PostScript de votre fichier.
35635  Cette dernière est produite par le programme 
35636 \family typewriter
35637 dvips
35638 \family default
35639  qui utilise une version DVI comme étape intermédiaire.
35640  Cette variante consiste donc en trois conversions.
35641 \end_layout
35642
35643 \begin_layout Description
35644 PDF
35645 \begin_inset space ~
35646 \end_inset
35647
35648 (dvipdfm) Ceci utilise le programme 
35649 \family typewriter
35650 dvipdfm
35651 \family default
35652  qui convertit votre fichier en DVI avant de le convertir en PDF.
35653 \end_layout
35654
35655 \begin_layout Description
35656 PDF
35657 \begin_inset space ~
35658 \end_inset
35659
35660 (pdflatex) Ceci utilise le programme 
35661 \family typewriter
35662 pdftex
35663 \family default
35664  qui convertit directement votre fichier en PDF.
35665 \end_layout
35666
35667 \begin_layout Standard
35668 Nous recommandons d'utiliser l'option 
35669 \family sans
35670 PDF
35671 \begin_inset space ~
35672 \end_inset
35673
35674 (pdflatex)
35675 \family default
35676  car 
35677 \family typewriter
35678 pdftex
35679 \family default
35680  accepte toutes les fonctionnalités des versions actuelles de PDF.
35681  Il est en plus rapide et stable.
35682  Le programme 
35683 \family typewriter
35684 dvipdfm
35685 \family default
35686  n'est plus développé est est donc un peu dépassé.
35687 \end_layout
35688
35689 \begin_layout Standard
35690
35691 \end_layout
35692
35693 \begin_layout Standard
35694 Vous pouvez visionner votre document sous forme PDF grâce au menu 
35695 \family sans
35696 Visualiser
35697 \family default
35698  ou en utilisant le bouton 
35699 \begin_inset Graphics
35700         filename ../../images/buffer-view_pdf2.png
35701         scale 85
35702         scaleBeforeRotation
35703
35704 \end_inset
35705
35706  de la barre d'outils
35707 \family sans
35708  (
35709 \family default
35710 qui utilise 
35711 \family sans
35712 PDF
35713 \begin_inset space ~
35714 \end_inset
35715
35716 (pdflatex)
35717 \family default
35718 ).
35719 \end_layout
35720
35721 \begin_layout Chapter
35722 Explication de l' Équation
35723 \begin_inset space ~
35724 \end_inset
35725
35726 (
35727 \begin_inset CommandInset ref
35728 LatexCommand ref
35729 reference "eq:Wgn"
35730
35731 \end_inset
35732
35733 )
35734 \begin_inset CommandInset label
35735 LatexCommand label
35736 name "cha:Explication-de-l'Equation"
35737
35738 \end_inset
35739
35740
35741 \end_layout
35742
35743 \begin_layout Standard
35744 La largeur totale de 
35745 \emph on
35746 n
35747 \emph default
35748  cellules de tableau 
35749 \begin_inset Formula $W_{\mathrm{tot\, n}}$
35750 \end_inset
35751
35752  peut être calculée avec
35753 \end_layout
35754
35755 \begin_layout Standard
35756 \begin_inset Formula \begin{equation}
35757 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
35758 \end{equation}
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \begin_layout Standard
35766 Où 
35767 \begin_inset Formula $W_{g\, n}$
35768 \end_inset
35769
35770  est la largeur fixe de toutes les cellules.
35771  
35772 \series bold
35773
35774 \backslash
35775 tabcolsep
35776 \series default
35777  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
35778  sa valeur implicite est 6
35779 \begin_inset space \thinspace{}
35780 \end_inset
35781
35782 pt.
35783  
35784 \series bold
35785
35786 \backslash
35787 arrayrulewidth
35788 \series default
35789  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
35790 \begin_inset space \thinspace{}
35791 \end_inset
35792
35793 pt.
35794 \end_layout
35795
35796 \begin_layout Standard
35797 D'après l'équation
35798 \begin_inset space ~
35799 \end_inset
35800
35801
35802 \begin_inset CommandInset ref
35803 LatexCommand eqref
35804 reference "eq:Wtot_n"
35805
35806 \end_inset
35807
35808 , la largeur totale d'une multicolonne, 
35809 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
35810 \end_inset
35811
35812  est
35813 \end_layout
35814
35815 \begin_layout Standard
35816 \begin_inset Formula \begin{equation}
35817 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
35818 \end{equation}
35819
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \begin_layout Standard
35826 En posant que les équations 
35827 \begin_inset space ~
35828 \end_inset
35829
35830
35831 \begin_inset CommandInset ref
35832 LatexCommand eqref
35833 reference "eq:Wtot_n"
35834
35835 \end_inset
35836
35837  et 
35838 \begin_inset CommandInset ref
35839 LatexCommand eqref
35840 reference "eq:Wtot_mult"
35841
35842 \end_inset
35843
35844  sont égales, on peut calculer la largeur nécessaire 
35845 \begin_inset Formula $W_{g\, n}$
35846 \end_inset
35847
35848  quand 
35849 \emph on
35850 n
35851 \emph default
35852  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
35853  de 
35854 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
35855 \end_inset
35856
35857 :
35858 \end_layout
35859
35860 \begin_layout Standard
35861 \begin_inset Formula \begin{equation}
35862 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
35863 \end{equation}
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Bibliography
35871 \labelwidthstring Bibliographie
35872 \begin_inset CommandInset bibitem
35873 LatexCommand bibitem
35874 key "latexcompanion"
35875
35876 \end_inset
35877
35878 Frank Mittelbach and Michel Goossens: 
35879 \emph on
35880 The LaTeX Companion Second Edition.
35881
35882 \emph default
35883  Addison-Wesley, 2004
35884 \end_layout
35885
35886 \begin_layout Bibliography
35887 \labelwidthstring Bibliographie
35888 \begin_inset CommandInset bibitem
35889 LatexCommand bibitem
35890 key "latexguide"
35891
35892 \end_inset
35893
35894 Helmut Kopka and Patrick W.
35895  Daly: 
35896 \emph on
35897 A Guide to LaTeX Fourth Edition.
35898
35899 \emph default
35900  Addison-Wesley, 2003
35901 \end_layout
35902
35903 \begin_layout Bibliography
35904 \labelwidthstring Bibliographie
35905 \begin_inset CommandInset bibitem
35906 LatexCommand bibitem
35907 key "latexbook"
35908
35909 \end_inset
35910
35911 Leslie Lamport: 
35912 \emph on
35913 LaTeX: A Document Preparation System.
35914
35915 \emph default
35916  Addison-Wesley, second edition, 1994
35917 \end_layout
35918
35919 \begin_layout Bibliography
35920 \labelwidthstring Bibliographie
35921 \begin_inset CommandInset bibitem
35922 LatexCommand bibitem
35923 key "booktabs"
35924
35925 \end_inset
35926
35927 Documentation du paquetage LaTeX 
35928 \series bold
35929
35930 \begin_inset CommandInset href
35931 LatexCommand href
35932 name "booktabs"
35933 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
35934
35935 \end_inset
35936
35937
35938 \series default
35939
35940 \begin_inset Index idx
35941 status collapsed
35942
35943 \begin_layout Plain Layout
35944 Paquetages LaTeX ! booktabs
35945 \end_layout
35946
35947 \end_inset
35948
35949
35950 \end_layout
35951
35952 \begin_layout Bibliography
35953 \labelwidthstring Bibliographie
35954 \begin_inset CommandInset bibitem
35955 LatexCommand bibitem
35956 key "caption"
35957
35958 \end_inset
35959
35960 Documentation du paquetage LaTeX 
35961 \series bold
35962
35963 \begin_inset CommandInset href
35964 LatexCommand href
35965 name "caption"
35966 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
35967
35968 \end_inset
35969
35970
35971 \series default
35972
35973 \begin_inset Index idx
35974 status collapsed
35975
35976 \begin_layout Plain Layout
35977 Paquetages LaTeX ! caption
35978 \end_layout
35979
35980 \end_inset
35981
35982
35983 \end_layout
35984
35985 \begin_layout Bibliography
35986 \labelwidthstring Bibliographie
35987 \begin_inset CommandInset bibitem
35988 LatexCommand bibitem
35989 key "endfloat"
35990
35991 \end_inset
35992
35993 Documentation du paquetage LaTeX 
35994 \series bold
35995
35996 \begin_inset CommandInset href
35997 LatexCommand href
35998 name "endfloat"
35999 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
36000
36001 \end_inset
36002
36003
36004 \series default
36005
36006 \begin_inset Index idx
36007 status collapsed
36008
36009 \begin_layout Plain Layout
36010 Paquetages LaTeX ! endfloat
36011 \end_layout
36012
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \begin_layout Bibliography
36019 \labelwidthstring Bibliographie
36020 \begin_inset CommandInset bibitem
36021 LatexCommand bibitem
36022 key "wrapfig"
36023
36024 \end_inset
36025
36026 Documentation du paquetage LaTeX 
36027 \series bold
36028
36029 \begin_inset CommandInset href
36030 LatexCommand href
36031 name "wrapfig"
36032 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
36033
36034 \end_inset
36035
36036
36037 \series default
36038
36039 \begin_inset Index idx
36040 status collapsed
36041
36042 \begin_layout Plain Layout
36043 Paquetages LaTeX ! wrapfig
36044 \begin_inset ERT
36045 status collapsed
36046
36047 \begin_layout Plain Layout
36048
36049
36050 \backslash
36051 vspace{4mm}
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \end_inset
36060
36061
36062 \end_layout
36063
36064 \begin_layout Bibliography
36065 \labelwidthstring Bibliographie
36066 \begin_inset CommandInset bibitem
36067 LatexCommand bibitem
36068 key "footmisc"
36069
36070 \end_inset
36071
36072 Documentation du paquetage LaTeX 
36073 \series bold
36074
36075 \begin_inset CommandInset href
36076 LatexCommand href
36077 name "footmisc"
36078 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
36079
36080 \end_inset
36081
36082
36083 \series default
36084
36085 \begin_inset Index idx
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089 Paquetages LaTeX ! footmisc
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \end_layout
36096
36097 \begin_layout Bibliography
36098 \labelwidthstring Bibliographie
36099 \begin_inset CommandInset bibitem
36100 LatexCommand bibitem
36101 key "hypcap"
36102
36103 \end_inset
36104
36105 Documentation du paquetage LaTeX 
36106 \series bold
36107
36108 \begin_inset CommandInset href
36109 LatexCommand href
36110 name "hypcap"
36111 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
36112
36113 \end_inset
36114
36115
36116 \series default
36117
36118 \begin_inset Index idx
36119 status collapsed
36120
36121 \begin_layout Plain Layout
36122 Paquetages LaTeX ! hyperref
36123 \end_layout
36124
36125 \end_inset
36126
36127
36128 \end_layout
36129
36130 \begin_layout Bibliography
36131 \labelwidthstring Bibliographie
36132 \begin_inset CommandInset bibitem
36133 LatexCommand bibitem
36134 key "hyperref"
36135
36136 \end_inset
36137
36138 Documentation du paquetage LaTeX 
36139 \series bold
36140
36141 \begin_inset CommandInset href
36142 LatexCommand href
36143 name "hyperref"
36144 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
36145
36146 \end_inset
36147
36148
36149 \series default
36150
36151 \begin_inset Index idx
36152 status collapsed
36153
36154 \begin_layout Plain Layout
36155 Paquetages LaTeX ! hyperref
36156 \end_layout
36157
36158 \end_inset
36159
36160
36161 \end_layout
36162
36163 \begin_layout Bibliography
36164 \labelwidthstring Bibliographie
36165 \begin_inset CommandInset bibitem
36166 LatexCommand bibitem
36167 key "KOMA-Script"
36168
36169 \end_inset
36170
36171 Documentation du paquetage LaTeX 
36172 \series bold
36173
36174 \begin_inset CommandInset href
36175 LatexCommand href
36176 name "KOMA-Script"
36177 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
36178
36179 \end_inset
36180
36181
36182 \series default
36183
36184 \begin_inset Index idx
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 Paquetages LaTeX ! KOMA-Script
36189 \end_layout
36190
36191 \end_inset
36192
36193
36194 \end_layout
36195
36196 \begin_layout Bibliography
36197 \labelwidthstring Bibliographie
36198 \begin_inset CommandInset bibitem
36199 LatexCommand bibitem
36200 key "listings"
36201
36202 \end_inset
36203
36204 Documentation du paquetage LaTeX 
36205 \series bold
36206
36207 \begin_inset CommandInset href
36208 LatexCommand href
36209 name "listings"
36210 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
36211
36212 \end_inset
36213
36214
36215 \series default
36216
36217 \begin_inset Index idx
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221 Paquetages LaTeX ! listings
36222 \end_layout
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \begin_layout Bibliography
36230 \labelwidthstring Bibliographie
36231 \begin_inset CommandInset bibitem
36232 LatexCommand bibitem
36233 key "marginnote"
36234
36235 \end_inset
36236
36237 Documentation du paquetage LaTeX 
36238 \series bold
36239
36240 \begin_inset CommandInset href
36241 LatexCommand href
36242 name "marginnote"
36243 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
36244
36245 \end_inset
36246
36247
36248 \series default
36249
36250 \begin_inset Index idx
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 Paquetages LaTeX ! marginnote
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Bibliography
36263 \labelwidthstring Bibliographie
36264 \begin_inset CommandInset bibitem
36265 LatexCommand bibitem
36266 key "pstricks"
36267
36268 \end_inset
36269
36270 Page Web du paquetage LaTeX 
36271 \series bold
36272
36273 \begin_inset CommandInset href
36274 LatexCommand href
36275 name "PSTricks"
36276 target "http://tug.org/PSTricks/"
36277
36278 \end_inset
36279
36280
36281 \series default
36282
36283 \begin_inset Index idx
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287 Paquetages LaTeX ! PSTricks
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \end_layout
36294
36295 \begin_layout Bibliography
36296 \labelwidthstring Bibliographie
36297 \begin_inset CommandInset bibitem
36298 LatexCommand bibitem
36299 key "sidecap"
36300
36301 \end_inset
36302
36303 Documentation du paquetage LaTeX 
36304 \series bold
36305
36306 \begin_inset CommandInset href
36307 LatexCommand href
36308 name "sidecap"
36309 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
36310
36311 \end_inset
36312
36313
36314 \series default
36315
36316 \begin_inset Index idx
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320 Paquetages LaTeX ! sidecap
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Bibliography
36329 \labelwidthstring Bibliographie
36330 \begin_inset CommandInset bibitem
36331 LatexCommand bibitem
36332 key "prettyref"
36333
36334 \end_inset
36335
36336 Documentation du paquetage LaTeX
36337 \series bold
36338  
36339 \begin_inset CommandInset href
36340 LatexCommand href
36341 name "prettyref"
36342 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
36343
36344 \end_inset
36345
36346
36347 \series default
36348
36349 \begin_inset Index idx
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353 Paquetages LaTeX ! prettyref
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \end_layout
36360
36361 \begin_layout Bibliography
36362 \labelwidthstring Bibliographie
36363 \begin_inset CommandInset bibitem
36364 LatexCommand bibitem
36365 key "refstyle"
36366
36367 \end_inset
36368
36369 Documentation du paquetage LaTeX
36370 \series bold
36371  
36372 \begin_inset CommandInset href
36373 LatexCommand href
36374 name "refstyle"
36375 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
36376
36377 \end_inset
36378
36379
36380 \series default
36381
36382 \begin_inset Index idx
36383 status collapsed
36384
36385 \begin_layout Plain Layout
36386 Paquetages LaTeX ! refstyle
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \begin_layout Bibliography
36395 \labelwidthstring Bibliographie
36396 \begin_inset CommandInset bibitem
36397 LatexCommand bibitem
36398 key "NewInLyX20"
36399
36400 \end_inset
36401
36402
36403 \begin_inset CommandInset href
36404 LatexCommand href
36405 name "Page Wiki"
36406 target "http://wiki.lyx.org/LyX/NewInLyX20"
36407
36408 \end_inset
36409
36410  au sujet des nouveautés de 
36411 \family sans
36412 LyX 2.0
36413 \family default
36414 .
36415 \end_layout
36416
36417 \begin_layout Standard
36418 \begin_inset CommandInset index_print
36419 LatexCommand printindex
36420 type "idx"
36421
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \end_body
36428 \end_document