]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
bb4997be9a7a99da83f89137f482c5caf6d4001c
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % check for picinpar
149 % used for surrounded fixed objects
150 \newboolean{picinpar}
151 \IfFileExists{picinpar.sty}
152  {\usepackage{picinpar}
153   \setboolean{picinpar}{true}}
154  {\setboolean{picinpar}{false}}
155
156 % use normal list environments also in French documents
157 \frenchbsetup{StandardLayout}
158 \end_preamble
159 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
160 \use_default_options false
161 \begin_modules
162 initials
163 \end_modules
164 \maintain_unincluded_children false
165 \language french
166 \language_package default
167 \inputencoding auto
168 \fontencoding global
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \use_non_tex_fonts false
174 \font_sc false
175 \font_osf false
176 \font_sf_scale 100
177 \font_tt_scale 100
178
179 \graphics default
180 \default_output_format default
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
188 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize default
202 \use_geometry false
203 \use_amsmath 2
204 \use_esint 0
205 \use_mhchem 1
206 \use_mathdots 1
207 \cite_engine basic
208 \use_bibtopic false
209 \use_indices false
210 \paperorientation portrait
211 \suppress_date false
212 \use_refstyle 0
213 \notefontcolor #0000ff
214 \index Index
215 \shortcut idx
216 \color #008000
217 \end_index
218 \secnumdepth 3
219 \tocdepth 3
220 \paragraph_separation skip
221 \defskip medskip
222 \quotes_language french
223 \papercolumns 1
224 \papersides 2
225 \paperpagestyle default
226 \bullet 1 1 34 -1
227 \bullet 2 2 35 -1
228 \bullet 3 2 7 -1
229 \tracking_changes false
230 \output_changes false
231 \html_math_output 0
232 \html_css_as_file 0
233 \html_be_strict false
234 \end_header
235
236 \begin_body
237
238 \begin_layout Title
239 Manuel détaillé pour les Figures, les Tableaux, les Flottants, les Notes,
240  les Boîtes et les Objets Externes de LyX
241 \end_layout
242
243 \begin_layout Author
244 par l'Équipe LyX
245 \begin_inset Foot
246 status collapsed
247
248 \begin_layout Plain Layout
249 \noindent
250 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
251  de la documentation de LyX: 
252 \begin_inset CommandInset href
253 LatexCommand href
254 name "lyx-docs@lists.lyx.org"
255 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
256 type "mailto:"
257
258 \end_inset
259
260
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 auteur original : Uwe Stöhr
271 \end_layout
272
273 \begin_layout Plain Layout
274 Traduction française : Siegfried Meunier-Guttin-Cluzel
275 \end_layout
276
277 \begin_layout Plain Layout
278 version 1.6.x janvier 2010
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Newline newline
285 \end_inset
286
287
288 \begin_inset Newline newline
289 \end_inset
290
291
292 \family sans
293 Version 2.0.x
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset CommandInset toc
298 LatexCommand tableofcontents
299
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset Note Note
307 status open
308
309 \begin_layout Plain Layout
310 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
311  
312 \series bold
313 arydshln
314 \series default
315
316 \series bold
317 colortbl
318 \series default
319
320 \series bold
321 lettrine, marginnote, picinpar
322 \series default
323 , et 
324 \series bold
325 sidecap
326 \series default
327  doivent être installés.
328  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
329  les sections qui nécessitent les paquetages en question n'apparaîtront
330  pas sur la sortie.
331 \end_layout
332
333 \begin_layout Plain Layout
334 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
335 \begin_inset Newline newline
336 \end_inset
337
338
339 \series bold
340 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
341 \end_layout
342
343 \end_inset
344
345
346 \end_layout
347
348 \begin_layout Chapter
349 Figures
350 \begin_inset Index idx
351 status collapsed
352
353 \begin_layout Plain Layout
354 Figures
355 \end_layout
356
357 \end_inset
358
359
360 \begin_inset Index idx
361 status collapsed
362
363 \begin_layout Plain Layout
364 Graphiques|see
365 \begin_inset ERT
366 status collapsed
367
368 \begin_layout Plain Layout
369
370 {
371 \end_layout
372
373 \end_inset
374
375 Figures
376 \begin_inset ERT
377 status collapsed
378
379 \begin_layout Plain Layout
380
381 }
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \end_inset
390
391
392 \end_layout
393
394 \begin_layout Section
395 La fenêtre de dialogue Graphique
396 \begin_inset Index idx
397 status collapsed
398
399 \begin_layout Plain Layout
400 Figures ! Fenêtre de dialogue Graphique
401 \end_layout
402
403 \end_inset
404
405
406 \begin_inset CommandInset label
407 LatexCommand label
408 name "sec:Graphics-Dialog"
409
410 \end_inset
411
412
413 \end_layout
414
415 \begin_layout Standard
416 Pour placer une figure dans votre document, cliquez sur le bouton
417 \begin_inset Graphics
418         filename ../../images/dialog-show-new-inset_graphics.png
419         scale 85
420         scaleBeforeRotation
421
422 \end_inset
423
424  dans la barre d'outils, ou faites 
425 \family sans
426 Insérer\SpecialChar \menuseparator
427 Graphique
428 \family default
429 .
430  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
431  à charger.
432  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
433  dans le texte.
434 \end_layout
435
436 \begin_layout Standard
437 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
438  sur une image
439 \begin_inset Note Note
440 status collapsed
441
442 \begin_layout Plain Layout
443 Ça marche aussi avec le bouton gauche ! (NdT)
444 \end_layout
445
446 \end_inset
447
448 .
449  Cette fenêtre de dialogue possède trois onglets:
450 \end_layout
451
452 \begin_layout Description
453 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
454  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
455  Les unités de longueurs utilisées sont décrites dans l'appendice
456 \begin_inset space ~
457 \end_inset
458
459
460 \begin_inset CommandInset ref
461 LatexCommand ref
462 reference "cha:Unités-de-longueur"
463
464 \end_inset
465
466 .
467 \begin_inset Newline newline
468 \end_inset
469
470
471 \begin_inset Index idx
472 status collapsed
473
474 \begin_layout Plain Layout
475 Figures ! Pivotées
476 \end_layout
477
478 \end_inset
479
480 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
481  d'une montre, en donnant l'angle de rotation et la position du pivot.
482  L'image apparaîtra pivotée dans LyX.
483 \begin_inset Newline newline
484 \end_inset
485
486
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Figures ! Redimensionnées
492 \end_layout
493
494 \end_inset
495
496 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
497  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
498  sa largeur.
499  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
500  déterminée automatiquement.
501  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
502  éventuellement une distorsion.
503  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
504  
505 \family sans
506 Conserver
507 \begin_inset space ~
508 \end_inset
509
510 les
511 \begin_inset space ~
512 \end_inset
513
514 proportions
515 \family default
516 .
517  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
518  pas les valeurs fixées.
519  
520 \begin_inset Newline newline
521 \end_inset
522
523 Les images peuvent être modifiée en utilisant le programme de votre choix
524  en faisant un clic droit dessus et en choisissant 
525 \family sans
526 Éditer le fichier ailleurs
527 \family default
528  dans le menu contextuel qui apparaît.
529  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
530  
531 \family sans
532 Formats
533 \begin_inset space ~
534 \end_inset
535
536 de
537 \begin_inset space ~
538 \end_inset
539
540 fichiers
541 \family default
542  dans la fenêtre de dialogue de 
543 \family sans
544 Préférences
545 \family default
546  de LyX.
547 \end_layout
548
549 \begin_layout Description
550 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
551  la sortie finale est de modifier les coordonnées de la zone de l'image
552  qui est affichée.
553  Cette zone peut être calculée automatiquement à partir des données présentes
554  dans le fichier en appuyant sur le bouton 
555 \family sans
556 Valeurs
557 \begin_inset space ~
558 \end_inset
559
560 du
561 \begin_inset space ~
562 \end_inset
563
564 Fichier
565 \family default
566 .
567  Avec l'option 
568 \family sans
569 Couper
570 \begin_inset space ~
571 \end_inset
572
573 à
574 \begin_inset space ~
575 \end_inset
576
577 la
578 \begin_inset space ~
579 \end_inset
580
581 boîte
582 \begin_inset space ~
583 \end_inset
584
585 de
586 \begin_inset space ~
587 \end_inset
588
589 délimitation, 
590 \family default
591 seule la portion de l'image qui est dans la zone définie sera imprimée.
592  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
593  donc vous pouvez ignorer l'onglet 
594 \family sans
595 Rogner
596 \family default
597 .
598 \end_layout
599
600 \begin_layout Description
601
602 \family sans
603 Options
604 \begin_inset space ~
605 \end_inset
606
607 LaTeX
608 \begin_inset space ~
609 \end_inset
610
611 et
612 \begin_inset space ~
613 \end_inset
614
615 LyX
616 \family default
617  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
618  les experts ès-LaTeX pourront fournir des options supplémentaires pour
619  LaTeX
620 \begin_inset Newline newline
621 \end_inset
622
623 L'option 
624 \family sans
625 Mode brouillon
626 \family default
627  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
628  avec la taille de l'image.
629 \begin_inset Newline newline
630 \end_inset
631
632 L'option 
633 \family sans
634 Ne
635 \begin_inset space ~
636 \end_inset
637
638 pas
639 \begin_inset space ~
640 \end_inset
641
642 décompresser
643 \begin_inset space ~
644 \end_inset
645
646 à
647 \begin_inset space ~
648 \end_inset
649
650 l'exportation
651 \family default
652  n'affectera que les graphiques EPS zippés, par exemple 
653 \family typewriter
654 x.eps.gz
655 \family default
656 .
657  Quand cette option est activée, les images ne sont pas décompressées à
658  l'exportation, vu que LaTeX peut les traiter telles-quelles
659 \begin_inset Newline newline
660 \end_inset
661
662 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
663  disques quand on utilise PostScript comme format de sortie, voir l'appendice
664 \begin_inset space ~
665 \end_inset
666
667
668 \begin_inset CommandInset ref
669 LatexCommand ref
670 reference "sec:PostScript"
671
672 \end_inset
673
674 .
675  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
676  terminal UNIX ou une console Windows:
677 \begin_inset Newline newline
678 \end_inset
679
680
681 \series bold
682 gzip x.eps
683 \series default
684
685 \begin_inset Newline newline
686 \end_inset
687
688
689 \series bold
690 zgrep %%Bounding x.eps.gz > x.eps.bb
691 \series default
692
693 \begin_inset Newline newline
694 \end_inset
695
696 La seconde commande va créer le fichier contenant la description de la boîte
697  de délimitation 
698 \begin_inset Quotes eld
699 \end_inset
700
701
702 \family typewriter
703 x.eps.bb
704 \family default
705
706 \begin_inset Quotes erd
707 \end_inset
708
709  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
710 \begin_inset Newline newline
711 \end_inset
712
713 Dans la section 
714 \family sans
715 Groupe
716 \begin_inset space ~
717 \end_inset
718
719 de
720 \begin_inset space ~
721 \end_inset
722
723 graphiques
724 \family default
725  vous pouvez définir ou de choisir un groupe de paramètres d'image
726 \begin_inset Index idx
727 status collapsed
728
729 \begin_layout Plain Layout
730 Figures ! Groupes de paramétrisation
731 \end_layout
732
733 \end_inset
734
735 .
736  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
737  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
738  les autres soient automatiquement modifiées de la même manière.
739  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
740  avoir à modifier leur taille manuellement une par une.
741  On peut rattacher une image à un groupe existant en utilisant le menu contextue
742 l de l'image et en cochant le nom du groupe dans la liste
743 \begin_inset Foot
744 status collapsed
745
746 \begin_layout Plain Layout
747 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
748 \end_layout
749
750 \end_inset
751
752 .
753 \end_layout
754
755 \begin_layout Standard
756 \begin_inset VSpace bigskip
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 Voici un exemple d'image au format EPS
764 \begin_inset Foot
765 status collapsed
766
767 \begin_layout Plain Layout
768 Les format d'images sont décrits dans la section
769 \begin_inset space ~
770 \end_inset
771
772
773 \begin_inset CommandInset ref
774 LatexCommand ref
775 reference "sec:Image-Formats"
776
777 \end_inset
778
779 .
780 \end_layout
781
782 \end_inset
783
784  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
785 nt:
786 \end_layout
787
788 \begin_layout Standard
789 \align center
790 \begin_inset Graphics
791         filename ../clipart/mobius.eps
792         scale 70
793         scaleBeforeRotation
794         rotateOrigin center
795
796 \end_inset
797
798
799 \end_layout
800
801 \begin_layout Standard
802 Et voici la même image mais en mode brouillon:
803 \end_layout
804
805 \begin_layout Standard
806 \align center
807 \begin_inset Graphics
808         filename ../clipart/mobius.eps
809         scale 70
810         draft
811         scaleBeforeRotation
812         rotateOrigin center
813
814 \end_inset
815
816
817 \end_layout
818
819 \begin_layout Section
820 Figures Flottantes
821 \begin_inset CommandInset label
822 LatexCommand label
823 name "sec:Figure-Floats"
824
825 \end_inset
826
827
828 \begin_inset Index idx
829 status collapsed
830
831 \begin_layout Plain Layout
832 Flottants ! Figures
833 \end_layout
834
835 \end_inset
836
837
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 Figures ! Flottants
843 \end_layout
844
845 \end_inset
846
847
848 \end_layout
849
850 \begin_layout Standard
851 Pour des explications d'ordre général concernant les flottants, jetez un
852  coup d'œil à la section
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "sec:Flottants-Introduction"
860
861 \end_inset
862
863 .
864 \end_layout
865
866 \begin_layout Standard
867 Le bouton 
868 \begin_inset Graphics
869         filename ../../images/float-insert_figure.png
870         scale 85
871         scaleBeforeRotation
872
873 \end_inset
874
875  de la barre d'outils et le menu 
876 \family sans
877 Insérer\SpecialChar \menuseparator
878 Flottant\SpecialChar \menuseparator
879 Figure
880 \family default
881  insèrent un flottant avec l'étiquette 
882 \begin_inset Quotes eld
883 \end_inset
884
885
886 \series bold
887 Figure
888 \begin_inset space ~
889 \end_inset
890
891 #:
892 \series default
893
894 \begin_inset Quotes erd
895 \end_inset
896
897  (# est le numéro réel de l'image).
898  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
899 \begin_inset space ~
900 \end_inset
901
902
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "fig:kill-plat"
906
907 \end_inset
908
909  ou en dessous de la légende comme pour la Figure
910 \begin_inset space ~
911 \end_inset
912
913
914 \begin_inset CommandInset ref
915 LatexCommand ref
916 reference "fig:escher"
917
918 \end_inset
919
920 .
921  Vous trouverez plus d'information sur le positionnement des légendes dans
922  la section
923 \begin_inset space ~
924 \end_inset
925
926
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "sec:Placement-légende"
930
931 \end_inset
932
933 .
934 \end_layout
935
936 \begin_layout Standard
937 \begin_inset Float figure
938 wide false
939 sideways false
940 status open
941
942 \begin_layout Plain Layout
943 \align center
944 \begin_inset Graphics
945         filename ../clipart/platypus.eps
946         width 50col%
947         scaleBeforeRotation
948         rotateOrigin center
949
950 \end_inset
951
952
953 \end_layout
954
955 \begin_layout Plain Layout
956 \begin_inset Caption
957
958 \begin_layout Plain Layout
959 \begin_inset CommandInset label
960 LatexCommand label
961 name "fig:kill-plat"
962
963 \end_inset
964
965 Un ornithorynque sévèrement déformé dans un flottant de figure.
966 \end_layout
967
968 \end_inset
969
970
971 \end_layout
972
973 \end_inset
974
975
976 \end_layout
977
978 \begin_layout Standard
979 \begin_inset Float figure
980 wide false
981 sideways false
982 status open
983
984 \begin_layout Plain Layout
985 \begin_inset Caption
986
987 \begin_layout Plain Layout
988 \begin_inset CommandInset label
989 LatexCommand label
990 name "fig:escher"
991
992 \end_inset
993
994 M.C.
995  Escher sous LSD.
996 \end_layout
997
998 \end_inset
999
1000
1001 \end_layout
1002
1003 \begin_layout Plain Layout
1004 \align center
1005 \begin_inset Graphics
1006         filename ../clipart/escher-lsd.eps
1007         scale 80
1008         scaleBeforeRotation
1009         rotateOrigin center
1010
1011 \end_inset
1012
1013
1014 \end_layout
1015
1016 \end_inset
1017
1018
1019 \end_layout
1020
1021 \begin_layout Standard
1022 \begin_inset Index idx
1023 status collapsed
1024
1025 \begin_layout Plain Layout
1026 References@Références ! à des Figures
1027 \end_layout
1028
1029 \end_inset
1030
1031 Les figure
1032 \begin_inset space ~
1033 \end_inset
1034
1035
1036 \begin_inset CommandInset ref
1037 LatexCommand ref
1038 reference "fig:kill-plat"
1039
1040 \end_inset
1041
1042  et 
1043 \begin_inset CommandInset ref
1044 LatexCommand ref
1045 reference "fig:escher"
1046
1047 \end_inset
1048
1049  sont des exemples de figures référencées.
1050  Dans le texte, on fait référence à une figure en faisant référence à sa
1051  légende.
1052  On insère donc une étiquette dans la légende en utilisant le menu 
1053 \family sans
1054 Insérer
1055 \family default
1056 \SpecialChar \menuseparator
1057
1058 \family sans
1059 Étiquette
1060 \family default
1061  ou le bouton 
1062 \begin_inset Graphics
1063         filename ../../images/label-insert.png
1064         scale 85
1065         scaleBeforeRotation
1066
1067 \end_inset
1068
1069  de la barre d'outils.
1070  On peut alors faire référence à cette étiquette en utilisant le menu 
1071 \family sans
1072 Insérer\SpecialChar \menuseparator
1073 Référence
1074 \begin_inset space ~
1075 \end_inset
1076
1077 croisée
1078 \family default
1079  ou le bouton 
1080 \begin_inset Graphics
1081         filename ../../images/dialog-show-new-inset_ref.png
1082         scale 85
1083         scaleBeforeRotation
1084
1085 \end_inset
1086
1087  de la barre d'outils.
1088  Il est important d'utiliser des références pour les flottants de figures
1089  plutôt que des locutions vagues du genre 
1090 \begin_inset Quotes eld
1091 \end_inset
1092
1093 la figure ci-dessous
1094 \begin_inset Quotes erd
1095 \end_inset
1096
1097 , puisque LaTeX va repositionner la figure dans le document final.
1098  Votre figure risque de ne plus être ci-dessous du tout !
1099 \begin_inset Newline newline
1100 \end_inset
1101
1102 Le référencement est expliqué plus en détail dans la section
1103 \begin_inset space ~
1104 \end_inset
1105
1106
1107 \begin_inset CommandInset ref
1108 LatexCommand ref
1109 reference "sec:Referencer-les-Flottants"
1110
1111 \end_inset
1112
1113 .
1114 \end_layout
1115
1116 \begin_layout Standard
1117 En principe on met une seule figure dans un flottant, mais parfois vous
1118  pouvez vouloir deux figures avec chacune sa sous-légende.
1119  C'est possible en insérant des flottants d'image dans des flottants d'image
1120  existants.
1121  Notez que seule la légende principale des flottants est reprise dans la
1122  liste des figures.
1123  La figure
1124 \begin_inset space ~
1125 \end_inset
1126
1127
1128 \begin_inset CommandInset ref
1129 LatexCommand ref
1130 reference "fig:Deux-images-déformées"
1131
1132 \end_inset
1133
1134  est un exemple de flottant de figure avec deux images mises l'une à côté
1135  de l'autre.
1136  Vous pouvez aussi mettre les images les unes sous les autres.
1137  Les figures
1138 \begin_inset space ~
1139 \end_inset
1140
1141
1142 \begin_inset CommandInset ref
1143 LatexCommand ref
1144 reference "fig:Structure-indéfinissable"
1145
1146 \end_inset
1147
1148  et 
1149 \begin_inset CommandInset ref
1150 LatexCommand ref
1151 reference "fig:Un-ornithorynque"
1152
1153 \end_inset
1154
1155  sont des sous-figures.
1156 \end_layout
1157
1158 \begin_layout Standard
1159 \begin_inset Float figure
1160 wide false
1161 sideways false
1162 status open
1163
1164 \begin_layout Plain Layout
1165 \begin_inset space \hfill{}
1166 \end_inset
1167
1168
1169 \begin_inset Float figure
1170 wide false
1171 sideways false
1172 status open
1173
1174 \begin_layout Plain Layout
1175 \begin_inset Caption
1176
1177 \begin_layout Plain Layout
1178 \begin_inset CommandInset label
1179 LatexCommand label
1180 name "fig:Structure-indéfinissable"
1181
1182 \end_inset
1183
1184 Structure indéfinissable
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Plain Layout
1193 \begin_inset Graphics
1194         filename ../clipart/escher-lsd.eps
1195         width 45col%
1196         scaleBeforeRotation
1197         groupId Déformés
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \begin_inset space \hfill{}
1208 \end_inset
1209
1210
1211 \begin_inset Float figure
1212 wide false
1213 sideways false
1214 status open
1215
1216 \begin_layout Plain Layout
1217 \begin_inset Caption
1218
1219 \begin_layout Plain Layout
1220 \begin_inset CommandInset label
1221 LatexCommand label
1222 name "fig:Un-ornithorynque"
1223
1224 \end_inset
1225
1226 Un ornithorynque
1227 \end_layout
1228
1229 \end_inset
1230
1231
1232 \end_layout
1233
1234 \begin_layout Plain Layout
1235 \begin_inset Graphics
1236         filename ../clipart/platypus.eps
1237         width 45col%
1238         scaleBeforeRotation
1239         groupId Déformés
1240
1241 \end_inset
1242
1243
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \begin_inset space \hfill{}
1250 \end_inset
1251
1252
1253 \end_layout
1254
1255 \begin_layout Plain Layout
1256 \begin_inset Caption
1257
1258 \begin_layout Plain Layout
1259 \begin_inset CommandInset label
1260 LatexCommand label
1261 name "fig:Deux-images-déformées"
1262
1263 \end_inset
1264
1265 Deux images déformées.
1266  Les deux images font partie du groupe de paramétrisation 
1267 \begin_inset Quotes eld
1268 \end_inset
1269
1270 déformés
1271 \begin_inset Quotes erd
1272 \end_inset
1273
1274 .
1275 \end_layout
1276
1277 \end_inset
1278
1279
1280 \end_layout
1281
1282 \end_inset
1283
1284
1285 \end_layout
1286
1287 \begin_layout Section
1288 Les Formats d'images
1289 \begin_inset CommandInset label
1290 LatexCommand label
1291 name "sec:Image-Formats"
1292
1293 \end_inset
1294
1295
1296 \begin_inset Index idx
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300 Formats d' images
1301 \end_layout
1302
1303 \end_inset
1304
1305
1306 \begin_inset Index idx
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310 Figures ! Formats d'images
1311 \end_layout
1312
1313 \end_inset
1314
1315
1316 \end_layout
1317
1318 \begin_layout Standard
1319 Vous pouvez insérer des images dans n'importe quel format connu.
1320  Mais, comme nous l'avons expliqué dans l'appendice
1321 \begin_inset space ~
1322 \end_inset
1323
1324
1325 \begin_inset CommandInset ref
1326 LatexCommand ref
1327 reference "cha:Formats-fichiers-graphiques"
1328
1329 \end_inset
1330
1331 ,
1332 \lang english
1333  
1334 \lang french
1335 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1336  de formats d'images.
1337  Pour s'en sortir LyX utilise le programme 
1338 \family typewriter
1339 ImageMagick
1340 \family default
1341  en arrière plan pour convertir les formats que vous utilisez dans un des
1342  formats acceptés par le format de sortie.
1343  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1344 ons en n'utilisant que les formats listés dans les sous sections de
1345 \lang english
1346  
1347 \lang french
1348 l'appendice
1349 \begin_inset space ~
1350 \end_inset
1351
1352
1353 \begin_inset CommandInset ref
1354 LatexCommand ref
1355 reference "cha:Formats-fichiers-graphiques"
1356
1357 \end_inset
1358
1359 .
1360 \end_layout
1361
1362 \begin_layout Standard
1363 Comme pour les polices de caractères, il y a deux grands types de formats
1364  d'images:
1365 \end_layout
1366
1367 \begin_layout Description
1368 Les
1369 \begin_inset space ~
1370 \end_inset
1371
1372 images
1373 \begin_inset space ~
1374 \end_inset
1375
1376 Matricielles
1377 \begin_inset space ~
1378 \end_inset
1379
1380 (ou
1381 \begin_inset space ~
1382 \end_inset
1383
1384 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1385  enregistrés sous un format compressé.
1386  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1387  petits carrés quand on utilise des agrandissements trop importants (aspect
1388  
1389 \begin_inset Quotes eld
1390 \end_inset
1391
1392 pixellisé
1393 \begin_inset Quotes erd
1394 \end_inset
1395
1396 ).
1397  Les formats matriciels les plus connus sont le GIF (
1398 \begin_inset Quotes eld
1399 \end_inset
1400
1401 Graphics Interchange Format
1402 \begin_inset Quotes erd
1403 \end_inset
1404
1405 , avec comme extension de fichier 
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409
1410 \family typewriter
1411 .gif
1412 \family default
1413
1414 \begin_inset Quotes erd
1415 \end_inset
1416
1417 )
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 GIF|see
1423 \begin_inset ERT
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427
1428 {
1429 \end_layout
1430
1431 \end_inset
1432
1433 Format d'image
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 }
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \end_inset
1448
1449 , le PNG (
1450 \begin_inset Quotes eld
1451 \end_inset
1452
1453 Portable Network Graphics, extension 
1454 \begin_inset Quotes eld
1455 \end_inset
1456
1457
1458 \family typewriter
1459 .png
1460 \family default
1461
1462 \begin_inset Quotes erd
1463 \end_inset
1464
1465 )
1466 \begin_inset Index idx
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470 PNG|see
1471 \begin_inset ERT
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475
1476 {
1477 \end_layout
1478
1479 \end_inset
1480
1481 Formats d'image
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 }
1488 \end_layout
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \end_inset
1496
1497  et le JPG (
1498 \begin_inset Quotes eld
1499 \end_inset
1500
1501 Joint Photographic Expert Group, extension 
1502 \begin_inset Quotes eld
1503 \end_inset
1504
1505
1506 \family typewriter
1507 .jpg
1508 \family default
1509
1510 \begin_inset Quotes erd
1511 \end_inset
1512
1513  ou 
1514 \begin_inset Quotes eld
1515 \end_inset
1516
1517
1518 \family typewriter
1519 .jpeg
1520 \family default
1521
1522 \begin_inset Quotes erd
1523 \end_inset
1524
1525 )
1526 \begin_inset Index idx
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530 JPG|see
1531 \begin_inset ERT
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 {
1537 \end_layout
1538
1539 \end_inset
1540
1541 Formats d'image
1542 \begin_inset ERT
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 }
1548 \end_layout
1549
1550 \end_inset
1551
1552
1553 \end_layout
1554
1555 \end_inset
1556
1557 .
1558 \end_layout
1559
1560 \begin_layout Description
1561 Les
1562 \begin_inset space ~
1563 \end_inset
1564
1565 images
1566 \begin_inset space ~
1567 \end_inset
1568
1569 Vectorielles
1570 \begin_inset space ~
1571 \end_inset
1572
1573 (ou
1574 \begin_inset space ~
1575 \end_inset
1576
1577 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1578  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1579 nnée comme on le veut sans perte de précision.
1580  La possibilité de redimensionner les images est très utilisé pour les présentat
1581 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1582 nnement.
1583  Le redimensionnement permet aussi de présenter des documents en ligne où
1584  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1585  étudier les détails.
1586 \begin_inset Newline newline
1587 \end_inset
1588
1589 Les principaux formats vectoriels sont le SVG (
1590 \begin_inset Quotes eld
1591 \end_inset
1592
1593 Scalable Vector Graphics
1594 \begin_inset Quotes erd
1595 \end_inset
1596
1597 , extension
1598 \begin_inset Quotes eld
1599 \end_inset
1600
1601
1602 \family typewriter
1603 .svg
1604 \family default
1605
1606 \begin_inset Quotes erd
1607 \end_inset
1608
1609 )
1610 \begin_inset Index idx
1611 status collapsed
1612
1613 \begin_layout Plain Layout
1614 SVG|see
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620 {
1621 \end_layout
1622
1623 \end_inset
1624
1625 Format d'image
1626 \begin_inset ERT
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630
1631 }
1632 \end_layout
1633
1634 \end_inset
1635
1636
1637 \end_layout
1638
1639 \end_inset
1640
1641 , l'EPS ( 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 encapsulated PostScript
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649 , extension
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653
1654 \family typewriter
1655 .eps
1656 \family default
1657
1658 \begin_inset Quotes erd
1659 \end_inset
1660
1661 )
1662 \begin_inset Index idx
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666 EPS|see
1667 \begin_inset ERT
1668 status collapsed
1669
1670 \begin_layout Plain Layout
1671
1672 {
1673 \end_layout
1674
1675 \end_inset
1676
1677 Format d'image
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 }
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \end_inset
1692
1693 , le PDF (
1694 \begin_inset Quotes eld
1695 \end_inset
1696
1697 Portable Document Format
1698 \begin_inset Quotes erd
1699 \end_inset
1700
1701 , extension
1702 \begin_inset Quotes eld
1703 \end_inset
1704
1705
1706 \family typewriter
1707 .pdf
1708 \family default
1709
1710 \begin_inset Quotes erd
1711 \end_inset
1712
1713 )
1714 \begin_inset Index idx
1715 status collapsed
1716
1717 \begin_layout Plain Layout
1718 PDF|see
1719 \begin_inset ERT
1720 status collapsed
1721
1722 \begin_layout Plain Layout
1723
1724 {
1725 \end_layout
1726
1727 \end_inset
1728
1729 Format d'image
1730 \begin_inset ERT
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734
1735 }
1736 \end_layout
1737
1738 \end_inset
1739
1740
1741 \end_layout
1742
1743 \end_inset
1744
1745  et le WMF (
1746 \begin_inset Quotes eld
1747 \end_inset
1748
1749 Windows Metafile
1750 \begin_inset Quotes erd
1751 \end_inset
1752
1753 , extension 
1754 \begin_inset Quotes eld
1755 \end_inset
1756
1757
1758 \family typewriter
1759 .wfm
1760 \family default
1761
1762 \begin_inset Quotes erd
1763 \end_inset
1764
1765  ou 
1766 \begin_inset Quotes eld
1767 \end_inset
1768
1769
1770 \family typewriter
1771 .emf
1772 \family default
1773
1774 \begin_inset Quotes erd
1775 \end_inset
1776
1777 )
1778 \begin_inset Index idx
1779 status collapsed
1780
1781 \begin_layout Plain Layout
1782 WMF|see
1783 \begin_inset ERT
1784 status collapsed
1785
1786 \begin_layout Plain Layout
1787
1788 {
1789 \end_layout
1790
1791 \end_inset
1792
1793 Formats d'images
1794 \begin_inset ERT
1795 status collapsed
1796
1797 \begin_layout Plain Layout
1798
1799 }
1800 \end_layout
1801
1802 \end_inset
1803
1804
1805 \end_layout
1806
1807 \end_inset
1808
1809 .
1810  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1811  en EPS, mais le résultat ne sera pas redimensionnable.
1812  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1813 \begin_inset Foot
1814 status open
1815
1816 \begin_layout Plain Layout
1817 Dans le cas du PDF l'image initiale est aussi compressée.
1818 \end_layout
1819
1820 \end_inset
1821
1822 .
1823 \end_layout
1824
1825 \begin_layout Standard
1826 Les fichiers PDF générés par 
1827 \family typewriter
1828 Adobe Photoshop
1829 \family default
1830 , par exemple, sont des images matricielles.
1831 \end_layout
1832
1833 \begin_layout Standard
1834 En principe il est quasiment impossible de convertir une image matricielle
1835  en graphique vectoriel, seul le contraire est possible.
1836
1837 \lang english
1838  
1839 \lang french
1840 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1841  dans respectivement un fichier de sortie PDF ou PostScript.
1842  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1843  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1844  WMF/SVG
1845 \begin_inset Formula $\to$
1846 \end_inset
1847
1848 PDF/EPS convenables.
1849 \end_layout
1850
1851 \begin_layout Chapter
1852 Tableaux
1853 \begin_inset Index idx
1854 status collapsed
1855
1856 \begin_layout Plain Layout
1857 Tableau
1858 \end_layout
1859
1860 \end_inset
1861
1862
1863 \end_layout
1864
1865 \begin_layout Section
1866 Introduction
1867 \begin_inset Index idx
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871 Tableau ! Introduction
1872 \end_layout
1873
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \begin_layout Standard
1880 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1881  
1882 \begin_inset Graphics
1883         filename ../../images/tabular-insert.png
1884         scale 85
1885         scaleBeforeRotation
1886
1887 \end_inset
1888
1889  soit 
1890 \family sans
1891 Insérer\SpecialChar \menuseparator
1892 Tableau
1893 \family default
1894 .
1895  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1896  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1897  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1898  sur un bouton de la souris pour valider votre choix.
1899  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1900  vous demandant le nombre de lignes et de colonnes.
1901 \begin_inset Newline newline
1902 \end_inset
1903
1904 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1905  une à droite de la colonne la plus à droite et une en bas de la rangée
1906  du bas, qui forment une boîte autour du tableau.
1907  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1908  apparaît séparée du reste du tableau.
1909  Voici un exemple :
1910 \end_layout
1911
1912 \begin_layout Standard
1913 \align center
1914 \begin_inset Tabular
1915 <lyxtabular version="3" rows="4" columns="4">
1916 <features tabularvalignment="middle">
1917 <column alignment="center" valignment="top" width="0">
1918 <column alignment="center" valignment="top" width="0">
1919 <column alignment="center" valignment="top" width="0">
1920 <column alignment="center" valignment="top" width="0">
1921 <row>
1922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935 1
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944 2
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1950 \begin_inset Text
1951
1952 \begin_layout Plain Layout
1953 3
1954 \end_layout
1955
1956 \end_inset
1957 </cell>
1958 </row>
1959 <row>
1960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1961 \begin_inset Text
1962
1963 \begin_layout Plain Layout
1964 A
1965 \end_layout
1966
1967 \end_inset
1968 </cell>
1969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1970 \begin_inset Text
1971
1972 \begin_layout Plain Layout
1973
1974 \end_layout
1975
1976 \end_inset
1977 </cell>
1978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982
1983 \end_layout
1984
1985 \end_inset
1986 </cell>
1987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1988 \begin_inset Text
1989
1990 \begin_layout Plain Layout
1991
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 </row>
1997 <row>
1998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002 B
2003 \end_layout
2004
2005 \end_inset
2006 </cell>
2007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2008 \begin_inset Text
2009
2010 \begin_layout Plain Layout
2011
2012 \end_layout
2013
2014 \end_inset
2015 </cell>
2016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2017 \begin_inset Text
2018
2019 \begin_layout Plain Layout
2020
2021 \end_layout
2022
2023 \end_inset
2024 </cell>
2025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2026 \begin_inset Text
2027
2028 \begin_layout Plain Layout
2029
2030 \end_layout
2031
2032 \end_inset
2033 </cell>
2034 </row>
2035 <row>
2036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2037 \begin_inset Text
2038
2039 \begin_layout Plain Layout
2040 C
2041 \end_layout
2042
2043 \end_inset
2044 </cell>
2045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2046 \begin_inset Text
2047
2048 \begin_layout Plain Layout
2049
2050 \end_layout
2051
2052 \end_inset
2053 </cell>
2054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2055 \begin_inset Text
2056
2057 \begin_layout Plain Layout
2058
2059 \end_layout
2060
2061 \end_inset
2062 </cell>
2063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2064 \begin_inset Text
2065
2066 \begin_layout Plain Layout
2067
2068 \end_layout
2069
2070 \end_inset
2071 </cell>
2072 </row>
2073 </lyxtabular>
2074
2075 \end_inset
2076
2077
2078 \end_layout
2079
2080 \begin_layout Section
2081 La fenêtre 
2082 \family sans
2083 Tableau
2084 \family default
2085
2086 \begin_inset Index idx
2087 status collapsed
2088
2089 \begin_layout Plain Layout
2090 Tableau ! Fenêtre de dialogue
2091 \end_layout
2092
2093 \end_inset
2094
2095
2096 \end_layout
2097
2098 \begin_layout Standard
2099 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2100  de la souris, ce qui fait apparaître une fenêtre avec des options.
2101  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2102  la colonne et la ligne dans laquelle le curseur se trouve.
2103  La plupart des options peuvent s'appliquer à des sélections.
2104  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2105  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2106  votre sélection.
2107  Notez qu'il y a une différence entre sélectionner le 
2108 \emph on
2109 contenu 
2110 \emph default
2111 d'une cellule et sélectionner la cellule elle-même.
2112 \begin_inset Newline newline
2113 \end_inset
2114
2115 En cochant l'option 
2116 \family sans
2117 Application
2118 \begin_inset space ~
2119 \end_inset
2120
2121 immédiate
2122 \family default
2123  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2124  est appliquée directement.
2125  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2126  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2127  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2128  de dialogue, vous devez appuyer sur 
2129 \family sans
2130 Entrée
2131 \family default
2132  pour que la modification soit appliquée.
2133 \begin_inset Newline newline
2134 \end_inset
2135
2136 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2137  :
2138 \end_layout
2139
2140 \begin_layout Description
2141 Paramètres
2142 \begin_inset space ~
2143 \end_inset
2144
2145 du
2146 \begin_inset space ~
2147 \end_inset
2148
2149 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2150  la largeur de la colonne courante.
2151  L'alignement horizontal 
2152 \family sans
2153 Au
2154 \begin_inset space ~
2155 \end_inset
2156
2157 séparateur
2158 \begin_inset space ~
2159 \end_inset
2160
2161 décimal
2162 \family default
2163  est décrit dans la section
2164 \begin_inset space ~
2165 \end_inset
2166
2167
2168 \begin_inset CommandInset ref
2169 LatexCommand ref
2170 reference "sub:Alignements-de-cellules"
2171
2172 \end_inset
2173
2174 .
2175  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2176  vertical de la ligne courante.
2177  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2178  et donc, plusieurs paragraphes de texte, voir la section
2179 \begin_inset space ~
2180 \end_inset
2181
2182
2183 \begin_inset CommandInset ref
2184 LatexCommand ref
2185 reference "sub:Lignes-multiple-dans-cellule"
2186
2187 \end_inset
2188
2189 .
2190  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2191  pour accommoder le contenu de cellule le plus large.
2192 \begin_inset Newline newline
2193 \end_inset
2194
2195 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2196  un multicolonne, voir la section
2197 \begin_inset space ~
2198 \end_inset
2199
2200
2201 \begin_inset CommandInset ref
2202 LatexCommand ref
2203 reference "sub:Multicolonnes"
2204
2205 \end_inset
2206
2207  ou une cellule d'une colonne comme cellule multiligne, voir la section
2208 \begin_inset space ~
2209 \end_inset
2210
2211
2212 \begin_inset CommandInset ref
2213 LatexCommand ref
2214 reference "sub:Multi-lignes"
2215
2216 \end_inset
2217
2218 .
2219 \begin_inset Newline newline
2220 \end_inset
2221
2222 L'option 
2223 \family sans
2224 Tourner
2225 \begin_inset space ~
2226 \end_inset
2227
2228 la
2229 \begin_inset space ~
2230 \end_inset
2231
2232 case
2233 \begin_inset space ~
2234 \end_inset
2235
2236 de
2237 \begin_inset space ~
2238 \end_inset
2239
2240 90°
2241 \family default
2242  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2243  L'option 
2244 \family sans
2245 Tourner
2246 \begin_inset space ~
2247 \end_inset
2248
2249 le
2250 \begin_inset space ~
2251 \end_inset
2252
2253 tableau
2254 \begin_inset space ~
2255 \end_inset
2256
2257 de
2258 \begin_inset space ~
2259 \end_inset
2260
2261 90°
2262 \family default
2263  fait pivoter tout le tableau.
2264  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2265  la sortie finale.
2266 \begin_inset Newline newline
2267 \end_inset
2268
2269
2270 \begin_inset Note Greyedout
2271 status open
2272
2273 \begin_layout Plain Layout
2274
2275 \series bold
2276 Note:
2277 \series default
2278  La plupart des visualiseurs DVI ne sont 
2279 \emph on
2280 pas
2281 \emph default
2282  capables d'afficher ces rotations.
2283 \end_layout
2284
2285 \end_inset
2286
2287
2288 \begin_inset Newline newline
2289 \end_inset
2290
2291 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2292  qui sont incorporés dans une ligne de texte :
2293 \begin_inset Newline newline
2294 \end_inset
2295
2296 Une ligne avec des tableaux alignés de différentes manières: 
2297 \begin_inset Tabular
2298 <lyxtabular version="3" rows="2" columns="2">
2299 <features tabularvalignment="top">
2300 <column alignment="center" valignment="top" width="0pt">
2301 <column alignment="center" valignment="top" width="0">
2302 <row>
2303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2313 \begin_inset Text
2314
2315 \begin_layout Plain Layout
2316 1
2317 \end_layout
2318
2319 \end_inset
2320 </cell>
2321 </row>
2322 <row>
2323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327 A
2328 \end_layout
2329
2330 \end_inset
2331 </cell>
2332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336
2337 \end_layout
2338
2339 \end_inset
2340 </cell>
2341 </row>
2342 </lyxtabular>
2343
2344 \end_inset
2345
2346  
2347 \begin_inset Tabular
2348 <lyxtabular version="3" rows="2" columns="2">
2349 <features tabularvalignment="middle">
2350 <column alignment="center" valignment="top" width="0">
2351 <column alignment="center" valignment="top" width="0">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 1
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 </row>
2372 <row>
2373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2374 \begin_inset Text
2375
2376 \begin_layout Plain Layout
2377 A
2378 \end_layout
2379
2380 \end_inset
2381 </cell>
2382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2383 \begin_inset Text
2384
2385 \begin_layout Plain Layout
2386
2387 \end_layout
2388
2389 \end_inset
2390 </cell>
2391 </row>
2392 </lyxtabular>
2393
2394 \end_inset
2395
2396  
2397 \begin_inset Tabular
2398 <lyxtabular version="3" rows="2" columns="2">
2399 <features tabularvalignment="bottom">
2400 <column alignment="center" valignment="top" width="0pt">
2401 <column alignment="center" valignment="top" width="0">
2402 <row>
2403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Plain Layout
2416 1
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 </row>
2422 <row>
2423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427 A
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2433 \begin_inset Text
2434
2435 \begin_layout Plain Layout
2436
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 </row>
2442 </lyxtabular>
2443
2444 \end_inset
2445
2446
2447 \begin_inset Newline newline
2448 \end_inset
2449
2450 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2451  spéciales pour le tableau, voir les sections
2452 \begin_inset space ~
2453 \end_inset
2454
2455
2456 \begin_inset CommandInset ref
2457 LatexCommand ref
2458 reference "sub:Calculs-multicolonnes"
2459
2460 \end_inset
2461
2462  et 
2463 \begin_inset CommandInset ref
2464 LatexCommand ref
2465 reference "sec:Tableaux-Colorés"
2466
2467 \end_inset
2468
2469 .
2470 \end_layout
2471
2472 \begin_layout Description
2473
2474 \family sans
2475 Bordures
2476 \family default
2477  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2478  ou la colonne courante.
2479  
2480 \begin_inset Newline newline
2481 \end_inset
2482
2483 En utilisant le style 
2484 \family sans
2485 Formel
2486 \family default
2487  à la place du style par 
2488 \family sans
2489 Défaut
2490 \family default
2491 , on va convertir le tableau en tableau formel comme on le décrit dans la
2492  section
2493 \begin_inset space ~
2494 \end_inset
2495
2496
2497 \begin_inset CommandInset ref
2498 LatexCommand ref
2499 reference "sec:Tableaux-Formels"
2500
2501 \end_inset
2502
2503 .
2504 \begin_inset Newline newline
2505 \end_inset
2506
2507 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2508  dans les lignes du tableau comme c'est décrit dans la section
2509 \begin_inset space ~
2510 \end_inset
2511
2512
2513 \begin_inset CommandInset ref
2514 LatexCommand ref
2515 reference "sub:Espacement-lignes"
2516
2517 \end_inset
2518
2519 .
2520 \end_layout
2521
2522 \begin_layout Description
2523 Tableau
2524 \begin_inset space ~
2525 \end_inset
2526
2527 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2528  un 
2529 \begin_inset Quotes eld
2530 \end_inset
2531
2532
2533 \emph on
2534 tableau long
2535 \emph default
2536
2537 \begin_inset Quotes erd
2538 \end_inset
2539
2540  qui peut continuer sur plusieurs pages.
2541  Les sections
2542 \begin_inset space ~
2543 \end_inset
2544
2545
2546 \begin_inset CommandInset ref
2547 LatexCommand ref
2548 reference "sec:Tableaux-longs"
2549
2550 \end_inset
2551
2552  et 
2553 \begin_inset CommandInset ref
2554 LatexCommand ref
2555 reference "sec:Questions-sur-tableaux-longs"
2556
2557 \end_inset
2558
2559  décrivent ces tableaux longs plus en détail.
2560 \end_layout
2561
2562 \begin_layout Section
2563 La barre d'outils tableau
2564 \begin_inset Index idx
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Tableau ! Barre d'outils
2569 \end_layout
2570
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Standard
2577 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2578  permet de modifier plus rapidement les tableaux.
2579  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2580  le curseur se trouve à l'intérieur d'un tableau.
2581  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2582  au menu 
2583 \family sans
2584 Visualiser\SpecialChar \menuseparator
2585 Barres
2586 \begin_inset space ~
2587 \end_inset
2588
2589 d'outils\SpecialChar \menuseparator
2590 Tableau
2591 \family default
2592 .
2593 \end_layout
2594
2595 \begin_layout Standard
2596 La barre d'outils contient les icônes suivantes :
2597 \end_layout
2598
2599 \begin_layout Labeling
2600 \labelwidthstring 00.00.0000
2601 \begin_inset Graphics
2602         filename ../../images/tabular-feature_append-row.png
2603         scaleBeforeRotation
2604
2605 \end_inset
2606
2607  ajoute une ligne sous la cellule ou la sélection courante
2608 \end_layout
2609
2610 \begin_layout Labeling
2611 \labelwidthstring 00.00.0000
2612 \begin_inset Graphics
2613         filename ../../images/tabular-feature_append-column.png
2614         scaleBeforeRotation
2615
2616 \end_inset
2617
2618  ajoute une colonne à la droite de la cellule ou de la sélection courante
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623 \begin_inset Graphics
2624         filename ../../images/tabular-feature_delete-row.png
2625         scaleBeforeRotation
2626
2627 \end_inset
2628
2629  supprime la ligne ou la sélection courante
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Graphics
2635         filename ../../images/tabular-feature_delete-column.png
2636         scaleBeforeRotation
2637
2638 \end_inset
2639
2640  supprime la colonne ou la sélection courante
2641 \end_layout
2642
2643 \begin_layout Labeling
2644 \labelwidthstring 00.00.0000
2645 \begin_inset Graphics
2646         filename ../../images/tabular-feature_toggle-line-top.png
2647         scaleBeforeRotation
2648
2649 \end_inset
2650
2651  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2652  courante
2653 \end_layout
2654
2655 \begin_layout Labeling
2656 \labelwidthstring 00.00.0000
2657 \begin_inset Graphics
2658         filename ../../images/tabular-feature_toggle-line-bottom.png
2659         scaleBeforeRotation
2660
2661 \end_inset
2662
2663  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2664 \end_layout
2665
2666 \begin_layout Labeling
2667 \labelwidthstring 00.00.0000
2668 \begin_inset Graphics
2669         filename ../../images/tabular-feature_toggle-line-left.png
2670         scaleBeforeRotation
2671
2672 \end_inset
2673
2674  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2675 \begin_inset Note Note
2676 status collapsed
2677
2678 \begin_layout Plain Layout
2679 ou colonne ?
2680 \end_layout
2681
2682 \end_inset
2683
2684  ou de la sélection courante
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689 \begin_inset Graphics
2690         filename ../../images/tabular-feature_toggle-line-right.png
2691         scaleBeforeRotation
2692
2693 \end_inset
2694
2695  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2696 \begin_inset Note Note
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700 ou colonne ?
2701 \end_layout
2702
2703 \end_inset
2704
2705  ou de 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_set-all-lines.png
2712         scaleBeforeRotation
2713
2714 \end_inset
2715
2716  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2717  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2718  colonne et la ligne courante
2719 \end_layout
2720
2721 \begin_layout Labeling
2722 \labelwidthstring 00.00.0000
2723 \begin_inset Graphics
2724         filename ../../images/tabular-feature_unset-all-lines.png
2725         scaleBeforeRotation
2726
2727 \end_inset
2728
2729  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2730  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2731  aussi la colonne et la ligne courante
2732 \end_layout
2733
2734 \begin_layout Labeling
2735 \labelwidthstring 00.00.0000
2736 \begin_inset Graphics
2737         filename ../../images/tabular-feature_m-align-left.png
2738         scaleBeforeRotation
2739
2740 \end_inset
2741
2742  aligne à gauche le contenu de la cellule ou de la colonne courante
2743 \end_layout
2744
2745 \begin_layout Labeling
2746 \labelwidthstring 00.00.0000
2747 \begin_inset Graphics
2748         filename ../../images/tabular-feature_m-align-center.png
2749         scaleBeforeRotation
2750
2751 \end_inset
2752
2753  centre horizontalement le contenu de la cellule ou de la colonne courante
2754 \end_layout
2755
2756 \begin_layout Labeling
2757 \labelwidthstring 00.00.0000
2758 \begin_inset Graphics
2759         filename ../../images/tabular-feature_m-align-right.png
2760         scaleBeforeRotation
2761
2762 \end_inset
2763
2764  aligne à droite le contenu de la cellule ou de la colonne courante
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Graphics
2770         filename ../../images/tabular-feature_align-decimal.png
2771         scaleBeforeRotation
2772
2773 \end_inset
2774
2775  aligne le contenu de la colonne courante sur un caractère
2776 \end_layout
2777
2778 \begin_layout Labeling
2779 \labelwidthstring 00.00.0000
2780 \begin_inset Graphics
2781         filename ../../images/tabular-feature_m-valign-top.png
2782         scaleBeforeRotation
2783
2784 \end_inset
2785
2786  aligne le contenu de la cellule courante verticalement vers le haut
2787 \end_layout
2788
2789 \begin_layout Labeling
2790 \labelwidthstring 00.00.0000
2791 \begin_inset Graphics
2792         filename ../../images/tabular-feature_m-valign-middle.png
2793         scaleBeforeRotation
2794
2795 \end_inset
2796
2797  centre verticalement le contenu de la cellule courante
2798 \end_layout
2799
2800 \begin_layout Labeling
2801 \labelwidthstring 00.00.0000
2802 \begin_inset Graphics
2803         filename ../../images/tabular-feature_m-valign-bottom.png
2804         scaleBeforeRotation
2805
2806 \end_inset
2807
2808  aligne le contenu de la cellule courante verticalement vers le bas
2809 \end_layout
2810
2811 \begin_layout Labeling
2812 \labelwidthstring 00.00.0000
2813 \begin_inset Graphics
2814         filename ../../images/tabular-feature_set-rotate-cell.png
2815         scaleBeforeRotation
2816
2817 \end_inset
2818
2819  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2820 re
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825 \begin_inset Graphics
2826         filename ../../images/tabular-feature_set-rotate-tabular.png
2827         scaleBeforeRotation
2828
2829 \end_inset
2830
2831  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2832 \end_layout
2833
2834 \begin_layout Labeling
2835 \labelwidthstring 00.00.0000
2836 \begin_inset Graphics
2837         filename ../../images/tabular-feature_multicolumn.png
2838         scaleBeforeRotation
2839
2840 \end_inset
2841
2842  transforme en multi-colonne la cellule ou la sélection courante
2843 \end_layout
2844
2845 \begin_layout Labeling
2846 \labelwidthstring 00.00.0000
2847 \begin_inset Graphics
2848         filename ../../images/tabular-feature_multirow.png
2849         scaleBeforeRotation
2850
2851 \end_inset
2852
2853  transforme en multiligne la cellule ou la sélection courante
2854 \end_layout
2855
2856 \begin_layout Standard
2857 \begin_inset Note Greyedout
2858 status open
2859
2860 \begin_layout Plain Layout
2861
2862 \series bold
2863 Note :
2864 \series default
2865  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2866  est utilisé pour toutes les autres cellules de la ligne.
2867 \end_layout
2868
2869 \end_inset
2870
2871
2872 \end_layout
2873
2874 \begin_layout Section
2875 Le Menu Éditer Tableau
2876 \begin_inset Index idx
2877 status collapsed
2878
2879 \begin_layout Plain Layout
2880 Tableau ! Menu Éditer
2881 \end_layout
2882
2883 \end_inset
2884
2885
2886 \end_layout
2887
2888 \begin_layout Standard
2889 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2890  
2891 \family sans
2892 Éditer\SpecialChar \menuseparator
2893 Tableau
2894 \family default
2895  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2896  ou de la ligne courante et aussi de transformer la sélection courante en
2897  multi-colonne.
2898  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2899 \end_layout
2900
2901 \begin_layout Section
2902 Flottant de Tableau
2903 \begin_inset CommandInset label
2904 LatexCommand label
2905 name "sec:Table-Floats"
2906
2907 \end_inset
2908
2909
2910 \begin_inset Index idx
2911 status collapsed
2912
2913 \begin_layout Plain Layout
2914 Flottants ! Tableaux
2915 \end_layout
2916
2917 \end_inset
2918
2919
2920 \begin_inset Index idx
2921 status collapsed
2922
2923 \begin_layout Plain Layout
2924 Tableau ! Flottants
2925 \end_layout
2926
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \begin_layout Standard
2933 Pour des explications générales sur les flottants, jetez un œil à la section
2934 \begin_inset space ~
2935 \end_inset
2936
2937
2938 \begin_inset CommandInset ref
2939 LatexCommand ref
2940 reference "sec:Flottants-Introduction"
2941
2942 \end_inset
2943
2944 .
2945 \end_layout
2946
2947 \begin_layout Standard
2948 \begin_inset Float table
2949 placement h
2950 wide false
2951 sideways false
2952 status open
2953
2954 \begin_layout Plain Layout
2955 \begin_inset Caption
2956
2957 \begin_layout Plain Layout
2958 \begin_inset CommandInset label
2959 LatexCommand label
2960 name "tab:Flottant-de-tableau"
2961
2962 \end_inset
2963
2964 Un flottant de tableau.
2965 \end_layout
2966
2967 \end_inset
2968
2969
2970 \end_layout
2971
2972 \begin_layout Plain Layout
2973 \align center
2974 \begin_inset Tabular
2975 <lyxtabular version="3" rows="3" columns="3">
2976 <features tabularvalignment="middle">
2977 <column alignment="center" valignment="top" width="0pt">
2978 <column alignment="center" valignment="top" width="0pt">
2979 <column alignment="center" valignment="top" width="0pt">
2980 <row>
2981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985 1
2986 \end_layout
2987
2988 \end_inset
2989 </cell>
2990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2991 \begin_inset Text
2992
2993 \begin_layout Plain Layout
2994 2
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003 3
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014 Jules
3015 \end_layout
3016
3017 \end_inset
3018 </cell>
3019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3020 \begin_inset Text
3021
3022 \begin_layout Plain Layout
3023 Marie
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032 Jean
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 </row>
3038 <row>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 \begin_inset Formula $\int x^{2}dx$
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $\left[\begin{array}{cc}
3056 a & b\\
3057 c & d
3058 \end{array}\right]$
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070 \begin_inset Formula $1+1=2$
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 </row>
3079 </lyxtabular>
3080
3081 \end_inset
3082
3083
3084 \end_layout
3085
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \begin_layout Standard
3092 Les flottants de tableau sont insérés en utilisant le menu 
3093 \family sans
3094 Insérer\SpecialChar \menuseparator
3095 Flottant\SpecialChar \menuseparator
3096 Tableau
3097 \family default
3098  ou le bouton 
3099 \begin_inset Graphics
3100         filename ../../images/float-insert_table.png
3101         scale 85
3102         scaleBeforeRotation
3103
3104 \end_inset
3105
3106  de la barre d'outils.
3107 \end_layout
3108
3109 \begin_layout Standard
3110 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3111  qui a comme étiquette 
3112 \begin_inset Quotes eld
3113 \end_inset
3114
3115 Tableau
3116 \begin_inset space ~
3117 \end_inset
3118
3119 #:
3120 \begin_inset Quotes erd
3121 \end_inset
3122
3123  (où # est le numéro du tableau).
3124  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3125 \end_layout
3126
3127 \begin_layout Standard
3128 Le tableau
3129 \begin_inset space ~
3130 \end_inset
3131
3132
3133 \begin_inset CommandInset ref
3134 LatexCommand ref
3135 reference "tab:Flottant-de-tableau"
3136
3137 \end_inset
3138
3139  est un exemple de tableau dans un flottant de tableau.
3140 \end_layout
3141
3142 \begin_layout Standard
3143 On met habituellement la légende au dessus des tableaux, mais cette règle
3144  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3145  Cela signifie que si vous utilisez un document appartenant aux classes
3146  
3147 \family sans
3148 article
3149 \family default
3150
3151 \family sans
3152 book
3153 \family default
3154
3155 \family sans
3156 letter
3157 \family default
3158 , ou
3159 \family sans
3160  report
3161 \family default
3162  il n'y aura pas d'espace entre la légende et le tableau.
3163  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3164  la commande de chargement du paquetage LaTeX 
3165 \series bold
3166 caption
3167 \series default
3168
3169 \begin_inset Index idx
3170 status collapsed
3171
3172 \begin_layout Plain Layout
3173 Paquetages LaTeX ! caption
3174 \end_layout
3175
3176 \end_inset
3177
3178  dans le préambule de votre document.
3179 \begin_inset Foot
3180 status open
3181
3182 \begin_layout Plain Layout
3183 Pour plus d'information voyez la section
3184 \begin_inset space ~
3185 \end_inset
3186
3187
3188 \begin_inset CommandInset ref
3189 LatexCommand ref
3190 reference "sec:Placement-légende"
3191
3192 \end_inset
3193
3194 .
3195 \end_layout
3196
3197 \end_inset
3198
3199 :
3200 \end_layout
3201
3202 \begin_layout Standard
3203
3204 \series bold
3205 tableposition=top
3206 \end_layout
3207
3208 \begin_layout Standard
3209 Le paquetage 
3210 \series bold
3211 caption
3212 \series default
3213 , qui est décrit dans la section
3214 \begin_inset space ~
3215 \end_inset
3216
3217
3218 \begin_inset CommandInset ref
3219 LatexCommand ref
3220 reference "sec:Formatage-légende"
3221
3222 \end_inset
3223
3224 , est utilisé pour ajuster le format des légendes.
3225 \end_layout
3226
3227 \begin_layout Standard
3228 Dans le texte, on fait référence à un tableau
3229 \begin_inset Index idx
3230 status collapsed
3231
3232 \begin_layout Plain Layout
3233 References@Références ! à des Tableaux
3234 \end_layout
3235
3236 \end_inset
3237
3238  en faisant référence à sa légende.
3239  On insère donc une étiquette dans la légende en utilisant le menu 
3240 \family sans
3241 Insérer
3242 \family default
3243 \SpecialChar \menuseparator
3244
3245 \family sans
3246 Étiquette
3247 \family default
3248  ou le bouton 
3249 \begin_inset Graphics
3250         filename ../../images/label-insert.png
3251         scale 85
3252         scaleBeforeRotation
3253
3254 \end_inset
3255
3256  de la barre d'outils.
3257  On peut alors faire référence à cette étiquette en utilisant le menu 
3258 \family sans
3259 Insérer\SpecialChar \menuseparator
3260 Référence
3261 \begin_inset space ~
3262 \end_inset
3263
3264 croisée
3265 \family default
3266  ou le bouton 
3267 \begin_inset Graphics
3268         filename ../../images/dialog-show-new-inset_ref.png
3269         scale 85
3270         scaleBeforeRotation
3271
3272 \end_inset
3273
3274  de la barre d'outils.
3275 \begin_inset Newline newline
3276 \end_inset
3277
3278 Les références croisées sont expliquées en détail dans la section
3279 \begin_inset space ~
3280 \end_inset
3281
3282
3283 \begin_inset CommandInset ref
3284 LatexCommand ref
3285 reference "sec:Referencer-les-Flottants"
3286
3287 \end_inset
3288
3289 .
3290 \end_layout
3291
3292 \begin_layout Section
3293 Tableaux Longs
3294 \begin_inset CommandInset label
3295 LatexCommand label
3296 name "sec:Tableaux-longs"
3297
3298 \end_inset
3299
3300
3301 \begin_inset Index idx
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Tableaux longs
3306 \end_layout
3307
3308 \end_inset
3309
3310
3311 \begin_inset Index idx
3312 status collapsed
3313
3314 \begin_layout Plain Layout
3315 Tableau ! Tableaux longs
3316 \end_layout
3317
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \begin_layout Standard
3324 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3325  l'option 
3326 \family sans
3327 Utiliser
3328 \begin_inset space ~
3329 \end_inset
3330
3331 les
3332 \begin_inset space ~
3333 \end_inset
3334
3335 tableaux
3336 \begin_inset space ~
3337 \end_inset
3338
3339 longs
3340 \family default
3341  de l'onglet 
3342 \family sans
3343 Tableau
3344 \begin_inset space ~
3345 \end_inset
3346
3347 long
3348 \family default
3349  de la fenêtre 
3350 \family sans
3351 Paramètres
3352 \begin_inset space ~
3353 \end_inset
3354
3355 du
3356 \begin_inset space ~
3357 \end_inset
3358
3359 tableau
3360 \family default
3361  pour le répartir automatiquement sur plusieurs pages.
3362  En cochant cette option, vous activez les options suivantes:
3363 \end_layout
3364
3365 \begin_layout Description
3366 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3367  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3368  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3369  première page, si 
3370 \family sans
3371 Premier
3372 \begin_inset space ~
3373 \end_inset
3374
3375 en-tête
3376 \family default
3377  est défini.
3378  Ces lignes forment l'en-tête principal.
3379 \end_layout
3380
3381 \begin_layout Description
3382 Premier
3383 \begin_inset space ~
3384 \end_inset
3385
3386 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3387  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3388  d'en-tête utilisées pour la première page du tableau long.
3389 \end_layout
3390
3391 \begin_layout Description
3392 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3393  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3394  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3395  page si 
3396 \family sans
3397 Dernier
3398 \begin_inset space ~
3399 \end_inset
3400
3401 pied
3402 \family default
3403  est défini.
3404 \end_layout
3405
3406 \begin_layout Description
3407 Dernier
3408 \begin_inset space ~
3409 \end_inset
3410
3411 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3412  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3413  constituant le pied de la dernière page du tableau long.
3414 \end_layout
3415
3416 \begin_layout Description
3417 Légende La ligne courante contient la légende du tableau.
3418  La première ligne est transformée en une colonne unique et une légende
3419  est insérée.
3420  Vous trouverez d'autres explications sur les légendes pour les tableaux
3421  longs dans la section
3422 \begin_inset space ~
3423 \end_inset
3424
3425
3426 \begin_inset CommandInset ref
3427 LatexCommand ref
3428 reference "sub:Tableaux-longs-légende"
3429
3430 \end_inset
3431
3432 .
3433 \end_layout
3434
3435 \begin_layout Standard
3436 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3437  Voyez le tableau long qui suit pour voir comment ça marche :
3438 \end_layout
3439
3440 \begin_layout Standard
3441 \align center
3442 \begin_inset Tabular
3443 <lyxtabular version="3" rows="69" columns="3">
3444 <features islongtable="true" longtabularalignment="center">
3445 <column alignment="left" valignment="top" width="0cm">
3446 <column alignment="left" valignment="top" width="0pt">
3447 <column alignment="center" valignment="top" width="0pt">
3448 <row endfirsthead="true">
3449 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \series bold
3455 Exemple d'annuaire téléphonique (ignorez les noms)
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row endfirsthead="true">
3480 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 NOM
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504
3505 \series bold
3506 TEL.
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 </row>
3512 <row endhead="true">
3513 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517
3518 \series bold
3519 Exemple d'annuaire téléphonique
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 </row>
3543 <row endhead="true">
3544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548
3549 \series bold
3550 NOM
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \series bold
3570 TEL.
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row endfoot="true">
3577 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581  continue page suivante
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell multicolumn="2" 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 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610
3611 \series bold
3612 Annovi
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 Silvia
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 111
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643 Bertoli
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 Stefano
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 111
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 </row>
3667 <row>
3668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672
3673 \series bold
3674 Bozzi
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 Walter
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 111
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 </row>
3698 <row>
3699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705 Cachia
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Maria
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 111
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736 Cachia
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 Maurizio
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 111
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 </row>
3760 <row>
3761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3762 \begin_inset Text
3763
3764 \begin_layout Plain Layout
3765
3766 \series bold
3767 Cinquemani
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 Giusi
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 111
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 </row>
3791 <row>
3792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796
3797 \series bold
3798 Colin
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 Bernard
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 111
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 </row>
3822 <row>
3823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3824 \begin_inset Text
3825
3826 \begin_layout Plain Layout
3827
3828 \series bold
3829 Concli
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 Gianfranco
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 111
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858
3859 \series bold
3860 Dal Bosco
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 Carolina
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 111
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 </row>
3884 <row>
3885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889
3890 \series bold
3891 Dalpiaz
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 Annamaria
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 111
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 </row>
3915 <row>
3916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3917 \begin_inset Text
3918
3919 \begin_layout Plain Layout
3920
3921 \series bold
3922 Feliciello
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 Domenico
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 111
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 <row>
3947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951
3952 \series bold
3953 Focarelli
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 Paola
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 111
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 </row>
3977 <row>
3978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984 Galletti
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 Oreste
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 111
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 </row>
4008 <row>
4009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Plain Layout
4013
4014 \series bold
4015 Gasparini
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 Franca
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 111
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 </row>
4039 <row>
4040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4041 \begin_inset Text
4042
4043 \begin_layout Plain Layout
4044
4045 \series bold
4046 Rizzardi
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 Paola
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 111
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 </row>
4070 <row>
4071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075
4076 \series bold
4077 Lassini
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 Giancarlo
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 111
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 <row>
4102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106
4107 \series bold
4108 Malfatti
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 Luciano
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 111
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Malfatti
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Valeriano
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 111
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Meneguzzo
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Roberto
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 111
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Mezzadra
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Roberto
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 111
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Pirpamer
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Erich
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 111
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Pochiesa
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Paolo
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 111, 222
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Radina
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Claudio
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 111
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Stuffer
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Oskar
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 111
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Tacchelli
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Ugo
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 111
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Tezzele
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Margit
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 111
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Unterkalmsteiner
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Frieda
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 111
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Vieider
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Hilde
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 111
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Vigna
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Jürgen
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 111
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Weber
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Maurizio
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 111
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Winkler
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Franz
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 111
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571  
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 </row>
4595 <row>
4596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4597 \begin_inset Text
4598
4599 \begin_layout Plain Layout
4600
4601 \series bold
4602 Annovi
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Silvia
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 555
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 </row>
4626 <row>
4627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631
4632 \series bold
4633 Bertoli
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 Stefano
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 555
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 </row>
4657 <row>
4658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4659 \begin_inset Text
4660
4661 \begin_layout Plain Layout
4662
4663 \series bold
4664 Bozzi
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 Walter
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 555
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693
4694 \series bold
4695 Cachia
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 Maria
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 555
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724
4725 \series bold
4726 Cachia
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 Maurizio
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 555
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755
4756 \series bold
4757 Cinquemani
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 Giusi
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 555
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 </row>
4781 <row>
4782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4783 \begin_inset Text
4784
4785 \begin_layout Plain Layout
4786
4787 \series bold
4788 Colin
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 Bernard
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 555
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 </row>
4812 <row>
4813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817
4818 \series bold
4819 Concli
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 Gianfranco
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 555
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \series bold
4850 Dal Bosco
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 Carolina
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 555
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 </row>
4874 <row>
4875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4876 \begin_inset Text
4877
4878 \begin_layout Plain Layout
4879
4880 \series bold
4881 Dalpiaz
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 Annamaria
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 555
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 </row>
4905 <row>
4906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910
4911 \series bold
4912 Feliciello
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 Domenico
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 555
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 </row>
4936 <row>
4937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941
4942 \series bold
4943 Focarelli
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 Paola
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 555
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 </row>
4967 <row>
4968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4969 \begin_inset Text
4970
4971 \begin_layout Plain Layout
4972
4973 \series bold
4974 Galletti
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 Oreste
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 555
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 </row>
4998 <row>
4999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003
5004 \series bold
5005 Gasparini
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Franca
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 555
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 </row>
5029 <row>
5030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5031 \begin_inset Text
5032
5033 \begin_layout Plain Layout
5034
5035 \series bold
5036 Rizzardi
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 Paola
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 555
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 </row>
5060 <row>
5061 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5062 \begin_inset Text
5063
5064 \begin_layout Plain Layout
5065
5066 \series bold
5067 Lassini
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 Giancarlo
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 555
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 </row>
5091 <row>
5092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5093 \begin_inset Text
5094
5095 \begin_layout Plain Layout
5096
5097 \series bold
5098 Malfatti
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 Luciano
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 555
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \series bold
5129 Malfatti
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 Valeriano
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 555
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \series bold
5160 Meneguzzo
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 Roberto
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 555
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \series bold
5191 Mezzadra
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 Roberto
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 555
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row>
5216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \series bold
5222 Pirpamer
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 <cell alignment="center" valignment="top" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 Erich
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 555
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \series bold
5253 Pochiesa
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 Paolo
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 555, 222
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 </row>
5277 <row>
5278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5279 \begin_inset Text
5280
5281 \begin_layout Plain Layout
5282
5283 \series bold
5284 Radina
5285 \end_layout
5286
5287 \end_inset
5288 </cell>
5289 <cell alignment="center" valignment="top" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293 Claudio
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 555
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 </row>
5308 <row>
5309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313
5314 \series bold
5315 Stuffer
5316 \end_layout
5317
5318 \end_inset
5319 </cell>
5320 <cell alignment="center" valignment="top" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 Oskar
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 555
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \series bold
5346 Tacchelli
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Ugo
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 555
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \series bold
5377 Tezzele
5378 \end_layout
5379
5380 \end_inset
5381 </cell>
5382 <cell alignment="center" valignment="top" usebox="none">
5383 \begin_inset Text
5384
5385 \begin_layout Plain Layout
5386 Margit
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 555
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \series bold
5408 Unterkalmsteiner
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 Frieda
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 555
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 </row>
5432 <row>
5433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437
5438 \series bold
5439 Vieider
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 Hilde
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 555
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 </row>
5463 <row>
5464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468
5469 \series bold
5470 Vigna
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 Jürgen
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 999
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \series bold
5501 Weber
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 <cell alignment="center" valignment="top" usebox="none">
5507 \begin_inset Text
5508
5509 \begin_layout Plain Layout
5510 Maurizio
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 555
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 </row>
5525 <row>
5526 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530
5531 \series bold
5532 Winkler
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 Franz
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 555
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row endlastfoot="true">
5557 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561 Fin
5562 \end_layout
5563
5564 \end_inset
5565 </cell>
5566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5567 \begin_inset Text
5568
5569 \begin_layout Plain Layout
5570
5571 \end_layout
5572
5573 \end_inset
5574 </cell>
5575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 </lyxtabular>
5586
5587 \end_inset
5588
5589
5590 \begin_inset ERT
5591 status collapsed
5592
5593 \begin_layout Plain Layout
5594
5595
5596 \backslash
5597 addtocounter{table}{-1}
5598 \end_layout
5599
5600 \end_inset
5601
5602
5603 \begin_inset Note Note
5604 status collapsed
5605
5606 \begin_layout Plain Layout
5607 Voyez la première note grisée de la section
5608 \begin_inset space ~
5609 \end_inset
5610
5611
5612 \begin_inset CommandInset ref
5613 LatexCommand ref
5614 reference "sub:Tableaux-longs-légende"
5615
5616 \end_inset
5617
5618  pour une explication de cette commande.
5619 \end_layout
5620
5621 \end_inset
5622
5623
5624 \end_layout
5625
5626 \begin_layout Subsection
5627 Notes de Bas de Page dans les Tableaux Longs
5628 \begin_inset CommandInset label
5629 LatexCommand label
5630 name "sub:Notes-dans-tableau-long"
5631
5632 \end_inset
5633
5634
5635 \begin_inset Index idx
5636 status collapsed
5637
5638 \begin_layout Plain Layout
5639 Tableaux longs ! Notes de bas de page
5640 \end_layout
5641
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \begin_layout Standard
5648 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5649  long.
5650  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5651  contenant la note.
5652  Par exemple le tableau
5653 \begin_inset space ~
5654 \end_inset
5655
5656
5657 \begin_inset CommandInset ref
5658 LatexCommand ref
5659 reference "tab:Légendes-tableau-différentes"
5660
5661 \end_inset
5662
5663  a une note de bas de page.
5664 \end_layout
5665
5666 \begin_layout Subsection
5667 Alignement des Tableaux Longs
5668 \begin_inset Index idx
5669 status collapsed
5670
5671 \begin_layout Plain Layout
5672 Tableaux longs ! Alignement
5673 \end_layout
5674
5675 \end_inset
5676
5677
5678 \end_layout
5679
5680 \begin_layout Standard
5681 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5682  de dialogue des paramètres de tableau.
5683  Pour les alignements à droite et à gauche, le tableau sera directement
5684  au bord de la page.
5685  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5686  l'alignement centré et modifier les valeurs des longueurs 
5687 \series bold
5688
5689 \backslash
5690 LTleft 
5691 \series default
5692 et 
5693 \series bold
5694
5695 \backslash
5696 LTright
5697 \series default
5698  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5699  concerné :
5700 \end_layout
5701
5702 \begin_layout Standard
5703
5704 \series bold
5705
5706 \backslash
5707 setlength{
5708 \backslash
5709 LTleft}{valeur}
5710 \end_layout
5711
5712 \begin_layout Standard
5713 Où 
5714 \series bold
5715 valeur
5716 \series default
5717  peut avoir n'importe laquelle des unités listées dans le tableau
5718 \begin_inset space ~
5719 \end_inset
5720
5721
5722 \begin_inset CommandInset ref
5723 LatexCommand ref
5724 reference "cha:Unités-de-longueur"
5725
5726 \end_inset
5727
5728 .
5729  
5730 \series bold
5731
5732 \backslash
5733 LTleft
5734 \series default
5735  contrôle la distance horizontale entre le bord gauche de la page et le
5736  tableau, et
5737 \series bold
5738  
5739 \backslash
5740 LTright
5741 \series default
5742  la distance au bord droit.
5743  La valeur implicite des ces deux distances est 
5744 \series bold
5745
5746 \backslash
5747 fill
5748 \series default
5749 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5750 \end_layout
5751
5752 \begin_layout Standard
5753 Le tableau long suivant a été centrée en mettant 
5754 \series bold
5755
5756 \backslash
5757 LTleft
5758 \series default
5759  à 
5760 \family sans
5761 0.1
5762 \backslash
5763 columnwidth
5764 \family default
5765 :
5766 \begin_inset ERT
5767 status collapsed
5768
5769 \begin_layout Plain Layout
5770
5771
5772 \backslash
5773 setlength{
5774 \backslash
5775 LTleft}{0.1
5776 \backslash
5777 columnwidth}
5778 \end_layout
5779
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \begin_layout Standard
5786 \begin_inset Tabular
5787 <lyxtabular version="3" rows="5" columns="5">
5788 <features islongtable="true" longtabularalignment="center">
5789 <column alignment="center" valignment="top" width="0">
5790 <column alignment="center" valignment="top" width="0">
5791 <column alignment="center" valignment="top" width="0">
5792 <column alignment="center" valignment="top" width="0">
5793 <column alignment="center" valignment="top" width="0">
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 1
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 2
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 3
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 4
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 5
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 s
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 s
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 s
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 asd
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" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 s
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 asd
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 asd
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 asd
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 </lyxtabular>
6030
6031 \end_inset
6032
6033
6034 \begin_inset ERT
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038
6039
6040 \backslash
6041 setlength{
6042 \backslash
6043 LTleft}{
6044 \backslash
6045 fill}
6046 \end_layout
6047
6048 \end_inset
6049
6050
6051 \begin_inset ERT
6052 status collapsed
6053
6054 \begin_layout Plain Layout
6055
6056
6057 \backslash
6058 addtocounter{table}{-1}
6059 \end_layout
6060
6061 \end_inset
6062
6063
6064 \begin_inset Note Note
6065 status collapsed
6066
6067 \begin_layout Plain Layout
6068 Voyez la première note grisée de la section
6069 \begin_inset space ~
6070 \end_inset
6071
6072
6073 \begin_inset CommandInset ref
6074 LatexCommand ref
6075 reference "sub:Tableaux-longs-légende"
6076
6077 \end_inset
6078
6079  pour une explication de cette commande.
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Subsection
6088 Légendes et Tableaux longs
6089 \begin_inset Index idx
6090 status collapsed
6091
6092 \begin_layout Plain Layout
6093 Tableaux longs ! Legendes@Légendes
6094 \end_layout
6095
6096 \end_inset
6097
6098
6099 \begin_inset CommandInset label
6100 LatexCommand label
6101 name "sub:Tableaux-longs-légende"
6102
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \begin_layout Standard
6109 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6110  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6111  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6112  Longs quand on utilise pour une ligne l'option de tableau long 
6113 \family sans
6114 Légende
6115 \family default
6116 , comme c'est expliqué dans la section
6117 \begin_inset space ~
6118 \end_inset
6119
6120
6121 \begin_inset CommandInset ref
6122 LatexCommand ref
6123 reference "sec:Tableaux-longs"
6124
6125 \end_inset
6126
6127 .
6128 \end_layout
6129
6130 \begin_layout Standard
6131 Voici un petit Tableau long pour voir comment ça marche :
6132 \end_layout
6133
6134 \begin_layout Standard
6135 \begin_inset Tabular
6136 <lyxtabular version="3" rows="6" columns="5">
6137 <features islongtable="true" longtabularalignment="center">
6138 <column alignment="center" valignment="top" width="0">
6139 <column alignment="center" valignment="top" width="0">
6140 <column alignment="center" valignment="top" width="0">
6141 <column alignment="center" valignment="top" width="0">
6142 <column alignment="center" valignment="top" width="0">
6143 <row caption="true">
6144 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Caption
6149
6150 \begin_layout Plain Layout
6151 Tableau long avec une légende
6152 \begin_inset Argument
6153 status open
6154
6155 \begin_layout Plain Layout
6156 Tableau long
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 1
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 2
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 3
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 4
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 5
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 asd
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 s
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 </row>
6302 <row>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 s
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 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 asd
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 asd
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" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 s
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 asd
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 <row>
6397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 asd
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 asd
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 asd
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 </lyxtabular>
6444
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \begin_layout Standard
6451 \begin_inset VSpace medskip
6452 \end_inset
6453
6454
6455 \begin_inset Note Greyedout
6456 status open
6457
6458 \begin_layout Plain Layout
6459
6460 \series bold
6461 Note
6462 \begin_inset space ~
6463 \end_inset
6464
6465 1:
6466 \series default
6467  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6468  n'avez pas prévu de légende.
6469  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6470 \begin_inset space ~
6471 \end_inset
6472
6473 2.4 suit le tableau
6474 \begin_inset space ~
6475 \end_inset
6476
6477 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6478  sans légende.
6479  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6480  après chaque tableau long sans légende :
6481 \end_layout
6482
6483 \begin_layout Plain Layout
6484
6485 \series bold
6486
6487 \backslash
6488 addtocounter{table}{-1}
6489 \end_layout
6490
6491 \begin_layout Plain Layout
6492 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6493  et que vous ajoutez le code suivant dans le préambule du document :
6494 \end_layout
6495
6496 \begin_layout Plain Layout
6497
6498 \series bold
6499
6500 \backslash
6501 let
6502 \backslash
6503 myEnd
6504 \backslash
6505 endlongtable
6506 \begin_inset Newline newline
6507 \end_inset
6508
6509
6510 \backslash
6511 renewcommand{
6512 \backslash
6513 endlongtable}{
6514 \backslash
6515 myEnd
6516 \backslash
6517 addtocounter{table}{-1}}
6518 \end_layout
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \begin_layout Standard
6526 \begin_inset Note Greyedout
6527 status open
6528
6529 \begin_layout Plain Layout
6530
6531 \series bold
6532 Note
6533 \begin_inset space ~
6534 \end_inset
6535
6536 2:
6537 \series default
6538  Si vous utilisez 
6539 \series bold
6540 hyperref
6541 \series default
6542
6543 \begin_inset Index idx
6544 status collapsed
6545
6546 \begin_layout Plain Layout
6547 Paquetages LaTeX ! hyperref
6548 \end_layout
6549
6550 \end_inset
6551
6552  dans les 
6553 \family sans
6554 Paramètres du document
6555 \family default
6556  rubrique 
6557 \family sans
6558 Propriétés
6559 \begin_inset space ~
6560 \end_inset
6561
6562 du
6563 \begin_inset space ~
6564 \end_inset
6565
6566 PDF
6567 \family default
6568 , pour transformer vos références croisées en liens cliquables, le lien
6569  vers un tableau long pointera toujours sur le début du document.
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Subsubsection
6578 Références à des tableaux longs
6579 \begin_inset Index idx
6580 status collapsed
6581
6582 \begin_layout Plain Layout
6583 Tableaux longs ! Références
6584 \end_layout
6585
6586 \end_inset
6587
6588
6589 \end_layout
6590
6591 \begin_layout Standard
6592 \begin_inset Tabular
6593 <lyxtabular version="3" rows="6" columns="5">
6594 <features islongtable="true" longtabularalignment="center">
6595 <column alignment="center" valignment="top" width="0">
6596 <column alignment="center" valignment="top" width="0">
6597 <column alignment="center" valignment="top" width="0">
6598 <column alignment="center" valignment="top" width="0">
6599 <column alignment="center" valignment="top" width="0">
6600 <row caption="true">
6601 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 \begin_inset Caption
6606
6607 \begin_layout Plain Layout
6608 Tableau long référencé
6609 \begin_inset CommandInset label
6610 LatexCommand label
6611 name "tab:RefExemple"
6612
6613 \end_inset
6614
6615
6616 \end_layout
6617
6618 \end_inset
6619
6620
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 1
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 2
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 3
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 4
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 5
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 <row>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 asd
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 s
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 s
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 asd
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 </row>
6756 <row>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 asd
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 s
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 s
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 s
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 </row>
6803 <row>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 asd
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" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 s
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 asd
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 asd
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 sad
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 asd
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 </row>
6897 </lyxtabular>
6898
6899 \end_inset
6900
6901
6902 \end_layout
6903
6904 \begin_layout Standard
6905 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6906  dans sa légende.
6907 \end_layout
6908
6909 \begin_layout Standard
6910 Ceci est une référence au tableau
6911 \begin_inset space ~
6912 \end_inset
6913
6914
6915 \begin_inset CommandInset ref
6916 LatexCommand ref
6917 reference "tab:RefExemple"
6918
6919 \end_inset
6920
6921 .
6922 \end_layout
6923
6924 \begin_layout Standard
6925 La mise en forme de la légende peut être ajustée avec celle de toutes les
6926  autres légendes de votre document en utilisant le paquetage LaTeX 
6927 \series bold
6928 caption
6929 \series default
6930
6931 \begin_inset Index idx
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 Paquetages LaTeX ! caption
6936 \end_layout
6937
6938 \end_inset
6939
6940 , voir la section
6941 \begin_inset space ~
6942 \end_inset
6943
6944
6945 \begin_inset CommandInset ref
6946 LatexCommand ref
6947 reference "sec:Formatage-légende"
6948
6949 \end_inset
6950
6951 .
6952 \end_layout
6953
6954 \begin_layout Subsubsection
6955 Largeur de la légende
6956 \begin_inset Index idx
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960 Tableaux longs ! Largeur de la légende
6961 \end_layout
6962
6963 \end_inset
6964
6965
6966 \end_layout
6967
6968 \begin_layout Standard
6969 La largeur maximale des lignes de légende est définie par la longueur 
6970 \series bold
6971
6972 \backslash
6973 LTcapwidth
6974 \series default
6975 .
6976  Sa valeur implicite est 4
6977 \begin_inset space \thinspace{}
6978 \end_inset
6979
6980 in.
6981  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6982  de votre document ou en tant que code TeX directement dans votre document
6983  avant le tableau qui doit être affectée.
6984 \end_layout
6985
6986 \begin_layout Standard
6987
6988 \series bold
6989
6990 \backslash
6991 setlength{
6992 \backslash
6993 LTcapwidth}{largeur}
6994 \end_layout
6995
6996 \begin_layout Standard
6997 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
6998 ce
6999 \begin_inset space ~
7000 \end_inset
7001
7002
7003 \begin_inset CommandInset ref
7004 LatexCommand ref
7005 reference "cha:Unités-de-longueur"
7006
7007 \end_inset
7008
7009 .
7010 \end_layout
7011
7012 \begin_layout Standard
7013 Les tableaux suivants montrent la différence :
7014 \end_layout
7015
7016 \begin_layout Standard
7017 \begin_inset Tabular
7018 <lyxtabular version="3" rows="6" columns="5">
7019 <features islongtable="true" longtabularalignment="center">
7020 <column alignment="center" valignment="top" width="0">
7021 <column alignment="center" valignment="top" width="0">
7022 <column alignment="center" valignment="top" width="0">
7023 <column alignment="center" valignment="top" width="0">
7024 <column alignment="center" valignment="top" width="0">
7025 <row caption="true">
7026 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 \begin_inset Caption
7031
7032 \begin_layout Plain Layout
7033 long titre complet avec la largeur implicite long titre complet avec la
7034  largeur implicite long titre complet avec la largeur implicite
7035 \begin_inset Argument
7036 status open
7037
7038 \begin_layout Plain Layout
7039 Légende avec largeur implicite
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 <row>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 1
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 2
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 3
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 4
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 5
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 <row>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 asd
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 s
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 s
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 s
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 </row>
7185 <row>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 s
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 s
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 s
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 asd
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 </row>
7232 <row>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 asd
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 s
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 s
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 s
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 </row>
7279 <row>
7280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 sad
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 asd
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 asd
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 </row>
7326 </lyxtabular>
7327
7328 \end_inset
7329
7330
7331 \end_layout
7332
7333 \begin_layout Standard
7334 \begin_inset ERT
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338
7339
7340 \backslash
7341 setlength{
7342 \backslash
7343 LTcapwidth}{5cm}
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \begin_inset Tabular
7350 <lyxtabular version="3" rows="6" columns="5">
7351 <features islongtable="true" longtabularalignment="center">
7352 <column alignment="center" valignment="top" width="0">
7353 <column alignment="center" valignment="top" width="0">
7354 <column alignment="center" valignment="top" width="0">
7355 <column alignment="center" valignment="top" width="0">
7356 <column alignment="center" valignment="top" width="0">
7357 <row caption="true">
7358 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 \begin_inset Caption
7363
7364 \begin_layout Plain Layout
7365 long titre complet avec la largeur réglée à 5
7366 \begin_inset space \thinspace{}
7367 \end_inset
7368
7369 cm long titre complet avec la largeur réglée à 5
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 cm long titre complet avec la largeur réglée à 5
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 cm
7378 \begin_inset Argument
7379 status open
7380
7381 \begin_layout Plain Layout
7382 Légende avec largeur à
7383 \begin_inset space \thinspace{}
7384 \end_inset
7385
7386 =
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 5
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 cm
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \end_layout
7401
7402 \end_inset
7403
7404
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 </row>
7446 <row>
7447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 1
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 2
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 3
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 4
7479 \end_layout
7480
7481 \end_inset
7482 </cell>
7483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 5
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 </row>
7493 <row>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 asd
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 s
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 s
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 s
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534 asd
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 asd
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 s
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 s
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 s
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 asd
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 </row>
7587 <row>
7588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 asd
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 s
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 s
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 s
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 asd
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 asd
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 sad
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 asd
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 asd
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 asd
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 </lyxtabular>
7682
7683 \end_inset
7684
7685
7686 \end_layout
7687
7688 \begin_layout Standard
7689 \begin_inset ERT
7690 status collapsed
7691
7692 \begin_layout Plain Layout
7693
7694
7695 \backslash
7696 setlength{
7697 \backslash
7698 LTcapwidth}{4in}
7699 \end_layout
7700
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \begin_layout Standard
7707 \begin_inset Note Greyedout
7708 status open
7709
7710 \begin_layout Plain Layout
7711
7712 \series bold
7713 Note:
7714 \series default
7715  Quand on utilise la paquetage LaTeX 
7716 \series bold
7717 caption
7718 \series default
7719
7720 \begin_inset Index idx
7721 status collapsed
7722
7723 \begin_layout Plain Layout
7724 Paquetages LaTeX ! caption
7725 \end_layout
7726
7727 \end_inset
7728
7729  , comme c'est les cas dans ce document, la légende prend toute la largeur
7730  de la page quand on utilise la largeur implicite de 4
7731 \begin_inset space \thinspace{}
7732 \end_inset
7733
7734 in pour 
7735 \series bold
7736
7737 \backslash
7738 LTcapwidth
7739 \series default
7740 .
7741  Pour avoir dans ce cas une légende qui fasse exactement 4
7742 \begin_inset space \thinspace{}
7743 \end_inset
7744
7745 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7746  comme par exemple 3.99
7747 \begin_inset space \thinspace{}
7748 \end_inset
7749
7750 in, soit utiliser la commande LaTeX 
7751 \series bold
7752
7753 \backslash
7754 captionsetup{width=valeur}
7755 \series default
7756  qui est disponible dans le paquetage 
7757 \series bold
7758 caption
7759 \series default
7760 .
7761 \end_layout
7762
7763 \end_inset
7764
7765
7766 \end_layout
7767
7768 \begin_layout Subsubsection
7769 Des Légendes différentes sur chaque page d'un tableau
7770 \begin_inset Argument
7771 status collapsed
7772
7773 \begin_layout Plain Layout
7774 Légendes différentes
7775 \end_layout
7776
7777 \end_inset
7778
7779
7780 \begin_inset Index idx
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784 Tableaux longs ! Legendes@Légendes différentes par page
7785 \end_layout
7786
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \begin_layout Standard
7793 Quand la légende du tableau pour les pages suivantes doit être différente
7794  de celle de la première page, insérez une légende avec la commande suivante
7795  en code TeX :
7796 \end_layout
7797
7798 \begin_layout Standard
7799
7800 \series bold
7801
7802 \backslash
7803 caption*{caption text}
7804 \backslash
7805
7806 \backslash
7807 %
7808 \end_layout
7809
7810 \begin_layout Standard
7811 dans une ligne de légende fictive qui sera marquée comme une entête.
7812  Le tableau
7813 \begin_inset space ~
7814 \end_inset
7815
7816
7817 \begin_inset CommandInset ref
7818 LatexCommand ref
7819 reference "tab:Légendes-tableau-différentes"
7820
7821 \end_inset
7822
7823  est un exemple de tableau long avec des légendes différentes et où la seconde
7824  légende ne contient pas le numéro du tableau.
7825 \end_layout
7826
7827 \begin_layout Standard
7828 \align center
7829 \begin_inset Tabular
7830 <lyxtabular version="3" rows="59" columns="3">
7831 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7832 <column alignment="left" valignment="top" width="0cm">
7833 <column alignment="left" valignment="top" width="0pt">
7834 <column alignment="center" valignment="top" width="0pt">
7835 <row caption="true">
7836 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 \begin_inset Caption
7841
7842 \begin_layout Plain Layout
7843 Exemple d'annuaire téléphonique
7844 \begin_inset CommandInset label
7845 LatexCommand label
7846 name "tab:Légendes-tableau-différentes"
7847
7848 \end_inset
7849
7850
7851 \begin_inset Argument
7852 status collapsed
7853
7854 \begin_layout Plain Layout
7855 Exemple Annuaire 
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row endfirsthead="true">
7890 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \series bold
7896 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row endfirsthead="true">
7921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 NOM
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 TÉL.
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row endhead="true">
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 \begin_inset ERT
7959 status open
7960
7961 \begin_layout Plain Layout
7962
7963
7964 \backslash
7965 caption*{Suite de l'exemple d'annuaire téléphonique}
7966 \backslash
7967
7968 \backslash
7969 %
7970 \end_layout
7971
7972 \end_inset
7973
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 <row endhead="true">
7999 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003
8004 \series bold
8005 Exemple d'annuaire téléphonique
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row endhead="true">
8030 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \series bold
8036 NOM
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 TÉL.
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row endfoot="true">
8063 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 suite page suivante\SpecialChar \ldots{}
8068
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 </row>
8092 <row>
8093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097
8098 \series bold
8099 Annovi
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 Silvia
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 111
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 </row>
8123 <row>
8124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128
8129 \series bold
8130 Bertoli
8131 \end_layout
8132
8133 \end_inset
8134 </cell>
8135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 Stefano
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 111
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \series bold
8161 Bozzi
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 Walter
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 111
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \series bold
8192 Cachia
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 Maria
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 111
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 </row>
8216 <row>
8217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221
8222 \series bold
8223 Cachia
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8229 \begin_inset Text
8230
8231 \begin_layout Plain Layout
8232 Maurizio
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 111
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 </row>
8247 <row>
8248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252
8253 \series bold
8254 Cinquemani
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 Giusi
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 111
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \series bold
8285 Colin
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 Bernard
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 111
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \series bold
8316 Concli
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 Gianfranco
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 111
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \series bold
8347 Dal Bosco
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Carolina
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 111
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \series bold
8378 Dalpiaz
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 Annamaria
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 111
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 </row>
8402 <row>
8403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407
8408 \series bold
8409 Feliciello
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418 Domenico
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 111
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \series bold
8440 Focarelli
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 Paola
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 111
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 </row>
8464 <row>
8465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469
8470 \series bold
8471 Galletti
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8477 \begin_inset Text
8478
8479 \begin_layout Plain Layout
8480 Oreste
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 111
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \series bold
8502 Gasparini
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 Franca
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 111
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \series bold
8533 Rizzardi
8534 \series default
8535
8536 \begin_inset Foot
8537 status open
8538
8539 \begin_layout Plain Layout
8540 Exemple de note de bas de page
8541 \end_layout
8542
8543 \end_inset
8544
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 Paola
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 111
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \series bold
8576 Lassini
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 Giancarlo
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 111
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 </row>
8600 <row>
8601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605
8606 \series bold
8607 Malfatti
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Luciano
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 111
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 </row>
8631 <row>
8632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \series bold
8638 Malfatti
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 Valeriano
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 111
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \series bold
8669 Meneguzzo
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 Roberto
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 111
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \series bold
8700 Mezzadra
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 Roberto
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 111
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \series bold
8731 Pirpamer
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Erich
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 111
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 </row>
8755 <row>
8756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760
8761 \series bold
8762 Pochiesa
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8768 \begin_inset Text
8769
8770 \begin_layout Plain Layout
8771 Paolo
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 111, 222
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 </row>
8786 <row>
8787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791
8792 \series bold
8793 Radina
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802 Claudio
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 111
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \series bold
8824 Stuffer
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 Oskar
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 111
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855 Tacchelli
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 Ugo
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 111
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 </row>
8879 <row>
8880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884
8885 \series bold
8886 Tezzele
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 Margit
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 111
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 </row>
8910 <row>
8911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915
8916 \series bold
8917 Unterkalmsteiner
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Frieda
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 111
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 <row>
8942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946
8947 \series bold
8948 Vieider
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 Hilde
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 111
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 </row>
8972 <row>
8973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977
8978 \series bold
8979 Vigna
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Jürgen
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 111
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 </row>
9003 <row>
9004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008
9009 \series bold
9010 Weber
9011 \end_layout
9012
9013 \end_inset
9014 </cell>
9015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9016 \begin_inset Text
9017
9018 \begin_layout Plain Layout
9019 Maurizio
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 111
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \series bold
9041 Winkler
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 Franz
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 111
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 </row>
9065 <row>
9066 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070  
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \series bold
9101 Annovi
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 Silvia
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 555
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 </row>
9125 <row>
9126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130
9131 \series bold
9132 Bertoli
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 Stefano
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 555
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 </row>
9156 <row>
9157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \series bold
9163 Bozzi
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Walter
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 555
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 </row>
9187 <row>
9188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192
9193 \series bold
9194 Cachia
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 Maria
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 555
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \series bold
9225 Cachia
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 Maurizio
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243 555
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \series bold
9256 Cinquemani
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 Giusi
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 555
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \series bold
9287 Colin
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 Bernard
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 555
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 <row>
9312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316
9317 \series bold
9318 Concli
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 Gianfranco
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 555
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 <row>
9343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347
9348 \series bold
9349 Dal Bosco
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358 Carolina
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367 555
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row>
9374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \series bold
9380 Dalpiaz
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Plain Layout
9389 Annamaria
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 555
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \series bold
9411 Feliciello
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 Domenico
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 555
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 <row>
9436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440
9441 \series bold
9442 Focarelli
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 Paola
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 555
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 </row>
9466 <row>
9467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471
9472 \series bold
9473 Galletti
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9479 \begin_inset Text
9480
9481 \begin_layout Plain Layout
9482 Oreste
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 555
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 </row>
9497 <row>
9498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502
9503 \series bold
9504 Gasparini
9505 \end_layout
9506
9507 \end_inset
9508 </cell>
9509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Plain Layout
9513 Franca
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 555
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \series bold
9535 Rizzardi
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 Paola
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 555
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 </row>
9559 <row>
9560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564
9565 \series bold
9566 Lassini
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575 Giancarlo
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584 555
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \series bold
9597 Malfatti
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 Luciano
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 555
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 </row>
9621 <row>
9622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626
9627 \series bold
9628 Malfatti
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 Valeriano
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646 555
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 </row>
9652 <row>
9653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657
9658 \series bold
9659 Meneguzzo
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 Roberto
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677 555
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \series bold
9690 Mezzadra
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 Roberto
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 555
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 </lyxtabular>
9715
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \begin_layout Section
9722 Questions particulières concernant les tableaux longs
9723 \begin_inset Argument
9724 status collapsed
9725
9726 \begin_layout Plain Layout
9727 Questions sur les tableaux longs
9728 \end_layout
9729
9730 \end_inset
9731
9732
9733 \begin_inset CommandInset label
9734 LatexCommand label
9735 name "sec:Questions-sur-tableaux-longs"
9736
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \begin_layout Subsection
9743 Calculs des pages des tableaux longs
9744 \begin_inset Index idx
9745 status collapsed
9746
9747 \begin_layout Plain Layout
9748 Tableaux longs ! Calculs
9749 \end_layout
9750
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \begin_layout Standard
9757 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9758  en utilisant des blocs (chunks).
9759  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9760  mémoire de LaTeX.
9761  La valeur implicite est fixée pour des raisons historiques à seulement
9762  20 lignes de tableau.
9763  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9764  peut ralentir la création de votre document.
9765  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9766  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9767  préambule de votre document :
9768 \end_layout
9769
9770 \begin_layout Standard
9771
9772 \series bold
9773
9774 \backslash
9775 setcounter{LTchunksize}{100}
9776 \end_layout
9777
9778 \begin_layout Subsection
9779 Les Flottants et les Tableaux Longs
9780 \begin_inset Index idx
9781 status collapsed
9782
9783 \begin_layout Plain Layout
9784 Tableaux longs ! Flottants
9785 \end_layout
9786
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \begin_layout Standard
9793 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9794  commence un tableau long.
9795  Pour éviter une telle situation, insérez un saut de page (menu 
9796 \family sans
9797 Insérer\SpecialChar \menuseparator
9798 Typographie
9799 \begin_inset space ~
9800 \end_inset
9801
9802 spéciale\SpecialChar \menuseparator
9803 Saut de page (vide le tampon)
9804 \family default
9805
9806 \begin_inset space \thinspace{}
9807 \end_inset
9808
9809 ) juste avant votre tableau long.
9810 \end_layout
9811
9812 \begin_layout Subsection
9813 Sauts de pages forcés
9814 \begin_inset Index idx
9815 status collapsed
9816
9817 \begin_layout Plain Layout
9818 Tableaux longs ! Sauts de pages forcés
9819 \end_layout
9820
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \begin_layout Standard
9827 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9828  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9829  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9830  de saut de ligne 
9831 \begin_inset Quotes eld
9832 \end_inset
9833
9834
9835 \backslash
9836
9837 \backslash
9838
9839 \begin_inset Quotes erd
9840 \end_inset
9841
9842  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9843  Avant la commande 
9844 \begin_inset Quotes eld
9845 \end_inset
9846
9847
9848 \backslash
9849
9850 \backslash
9851
9852 \begin_inset Quotes erd
9853 \end_inset
9854
9855 , vous devez insérer en code TeX, autant de caractères 
9856 \begin_inset Quotes eld
9857 \end_inset
9858
9859 &
9860 \begin_inset Quotes erd
9861 \end_inset
9862
9863  qu'il y a de colonnes après la cellule concernée.
9864  Le caractère 
9865 \begin_inset Quotes eld
9866 \end_inset
9867
9868 &
9869 \begin_inset Quotes erd
9870 \end_inset
9871
9872  sert à séparer les colonnes d'un tableau.
9873  Écrivez en code-TeX, après chaque 
9874 \begin_inset Quotes eld
9875 \end_inset
9876
9877 &
9878 \begin_inset Quotes erd
9879 \end_inset
9880
9881  le contenu des cellules correspondantes et en même temps supprimez le contenu
9882  de ces cellules dans le texte normal.
9883  
9884 \begin_inset Newline newline
9885 \end_inset
9886
9887 Après la commande 
9888 \backslash
9889
9890 \backslash
9891 , insérez autant de caractères 
9892 \begin_inset Quotes eld
9893 \end_inset
9894
9895 &
9896 \begin_inset Quotes erd
9897 \end_inset
9898
9899  qu'il y a de colonnes avant la colonne traitée.
9900  Dans le tableau
9901 \begin_inset space ~
9902 \end_inset
9903
9904
9905 \begin_inset CommandInset ref
9906 LatexCommand ref
9907 reference "tab:Tableau-saut-de-page"
9908
9909 \end_inset
9910
9911  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9912  suivie par une autre colonne.
9913  La commande suivante a donc été insérée en code TeX dans la cellule après
9914  le mot 
9915 \begin_inset Quotes eld
9916 \end_inset
9917
9918
9919 \emph on
9920 Castelchiodato,
9921 \emph default
9922
9923 \begin_inset Quotes erd
9924 \end_inset
9925
9926 :
9927 \end_layout
9928
9929 \begin_layout Standard
9930
9931 \series bold
9932 & 111
9933 \backslash
9934
9935 \backslash
9936  
9937 \backslash
9938 newpage
9939 \begin_inset Newline newline
9940 \end_inset
9941
9942 &
9943 \end_layout
9944
9945 \begin_layout Standard
9946 Le 
9947 \begin_inset Quotes eld
9948 \end_inset
9949
9950 111
9951 \begin_inset Quotes erd
9952 \end_inset
9953
9954  dans la troisième colonne de la ligne a été supprimé.
9955  
9956 \series bold
9957
9958 \backslash
9959 newpage
9960 \series default
9961  est nécessaire seulement quand un saut de page doit impérativement avoir
9962  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9963  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9964  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9965  est coupée, utilisez cette commande à la place de la précédente :
9966 \end_layout
9967
9968 \begin_layout Standard
9969
9970 \series bold
9971 & 111
9972 \backslash
9973
9974 \backslash
9975
9976 \begin_inset Newline newline
9977 \end_inset
9978
9979
9980 \backslash
9981 hline &
9982 \end_layout
9983
9984 \begin_layout Standard
9985 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9986  insérer la commande
9987 \end_layout
9988
9989 \begin_layout Standard
9990
9991 \series bold
9992
9993 \backslash
9994 setlength{
9995 \backslash
9996 parfillskip}{0pt}
9997 \end_layout
9998
9999 \begin_layout Standard
10000 au début de la cellule.
10001  Cela assure que la portion de la cellule qui va se trouver affichée sur
10002  la page suivante le sera avec toute la largeur de la cellule.
10003 \end_layout
10004
10005 \begin_layout Standard
10006 \align center
10007 \begin_inset Tabular
10008 <lyxtabular version="3" rows="38" columns="3">
10009 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10010 <column alignment="left" valignment="top" width="0cm">
10011 <column alignment="left" valignment="top" width="3cm">
10012 <column alignment="center" valignment="top" width="0pt">
10013 <row caption="true">
10014 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 \begin_inset Caption
10019
10020 \begin_layout Plain Layout
10021 Tableau avec un saut de page forcé dans une cellule
10022 \begin_inset CommandInset label
10023 LatexCommand label
10024 name "tab:Tableau-saut-de-page"
10025
10026 \end_inset
10027
10028
10029 \begin_inset Argument
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033 Tableau avec un saut de page forcé dans une cellule
10034 \end_layout
10035
10036 \end_inset
10037
10038
10039 \end_layout
10040
10041 \end_inset
10042
10043
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row endfirsthead="true">
10068 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \series bold
10074 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10080 \begin_inset Text
10081
10082 \begin_layout Plain Layout
10083
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 </row>
10098 <row endfirsthead="true">
10099 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10100 \begin_inset Text
10101
10102 \begin_layout Plain Layout
10103
10104 \series bold
10105 NOM
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \series bold
10125 TÉL.
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row endhead="true">
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 \begin_inset ERT
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140
10141
10142 \backslash
10143 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10144 \backslash
10145
10146 \backslash
10147 %
10148 \end_layout
10149
10150 \end_inset
10151
10152
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row endhead="true">
10177 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181  
10182 \series bold
10183 Exemple d'annuaire téléphonique
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row endhead="true">
10208 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 NOM
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232
10233 \series bold
10234 TÉL.
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row endfoot="true">
10241 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 suite page suivante\SpecialChar \ldots{}
10246
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Annovi
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Silvia
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Bertoli
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Stefano
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Bozzi
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Walter
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Cachia
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Maria
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Cachia
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Maurizio
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Cinquemani
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Giusi
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Colin
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Bernard
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Concli
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Gianfranco
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Dal Bosco
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Carolina
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Dalpiaz
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Annamaria
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Feliciello
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Domenico
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Focarelli
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Paola
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Galletti
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Oreste
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Gasparini
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Franca
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Lassini
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Giancarlo
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Malfatti
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Luciano
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Malfatti
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Valeriano
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Meneguzzo
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Roberto
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 111
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Mezzadra
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Roberto
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Pirpamer
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Erich
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \series bold
10897 Pochiesa
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Paolo
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 111, 222
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \series bold
10928 Radina
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 Claudio
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 111
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \series bold
10959 Rizzardi
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 Giancarlo, 11.
10969  Fürst von Montecompatri, 11.
10970  Fürst von Sulmona und Vivaro, 10.
10971  Fürst von Rossano, 5.
10972  Herzog von Canemorte, 11.
10973  Herzog von Palombara, 5.
10974  Herzog von Castelchiodato,
10975 \begin_inset ERT
10976 status open
10977
10978 \begin_layout Plain Layout
10979
10980 & 111
10981 \backslash
10982
10983 \backslash
10984  
10985 \backslash
10986 newpage
10987 \end_layout
10988
10989 \begin_layout Plain Layout
10990
10991 &
10992 \end_layout
10993
10994 \end_inset
10995
10996  11.
10997  Herzog von Poggionativo, 11.
10998  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10999  Graf von Valinfreda, 11.
11000  Baron von Cropalati, 11.
11001  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
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
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \series bold
11023 Stuffer
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 Oskar
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 111
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 </row>
11047 <row>
11048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \series bold
11054 Tacchelli
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 Ugo
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 111
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \series bold
11085 Tezzele
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Margit
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 111
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 <row>
11110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \series bold
11116 Unterkalmsteiner
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Frieda
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 111
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row>
11141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \series bold
11147 Vieider
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 Hilde
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 111
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 <row>
11172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \series bold
11178 Vigna
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 Jürgen
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 111
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \series bold
11209 Weber
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 Maurizio
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 111
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \series bold
11240 Winkler
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 Franz
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 111
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 </lyxtabular>
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Section
11272 Colonnes et lignes à lignes multiples
11273 \end_layout
11274
11275 \begin_layout Subsection
11276 Lignes multiples dans une cellule de tableau
11277 \begin_inset CommandInset label
11278 LatexCommand label
11279 name "sub:Lignes-multiple-dans-cellule"
11280
11281 \end_inset
11282
11283
11284 \begin_inset Index idx
11285 status collapsed
11286
11287 \begin_layout Plain Layout
11288 Plusieurs lignes dans une case de tableau
11289 \end_layout
11290
11291 \end_inset
11292
11293
11294 \begin_inset Index idx
11295 status collapsed
11296
11297 \begin_layout Plain Layout
11298 Tableau ! Saut de ligne
11299 \end_layout
11300
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \begin_layout Standard
11307 \noindent
11308 \begin_inset Float table
11309 placement H
11310 wide false
11311 sideways false
11312 status open
11313
11314 \begin_layout Plain Layout
11315 \begin_inset Caption
11316
11317 \begin_layout Plain Layout
11318 \begin_inset CommandInset label
11319 LatexCommand label
11320 name "tab:Tableau-avec-plusieurs-lignes"
11321
11322 \end_inset
11323
11324 Tableau avec des lignes multiples dans une cellule
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \begin_layout Plain Layout
11333 \align center
11334 \begin_inset Tabular
11335 <lyxtabular version="3" rows="3" columns="3">
11336 <features tabularvalignment="middle">
11337 <column alignment="center" valignment="middle" width="2.5cm">
11338 <column alignment="center" valignment="middle" width="0">
11339 <column alignment="center" valignment="middle" width="0">
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 Lignes
11346 \begin_inset Newline linebreak
11347 \end_inset
11348
11349 multiples
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 b
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 c
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 </row>
11373 <row>
11374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 d
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 e
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 f
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 </row>
11402 <row>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 g
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 h
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 i
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 </row>
11431 </lyxtabular>
11432
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Standard
11444 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11445  d'un paragraphe avec des sauts de lignes et des césures.
11446 \end_layout
11447
11448 \begin_layout Standard
11449 Pour obtenir le tableau
11450 \begin_inset space ~
11451 \end_inset
11452
11453
11454 \begin_inset CommandInset ref
11455 LatexCommand ref
11456 reference "tab:Tableau-avec-plusieurs-lignes"
11457
11458 \end_inset
11459
11460 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11461  droit dessus.
11462  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11463  2.5
11464 \begin_inset space \thinspace{}
11465 \end_inset
11466
11467 cm et choisissez les alignements vertical et horizontal centrés.
11468  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11469  Comme notre texte est plus petit que 2.5
11470 \begin_inset space \thinspace{}
11471 \end_inset
11472
11473 cm, une seule ligne va apparaître.
11474  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11475  
11476 \family sans
11477 Ctrl-Shift-Entrée
11478 \family default
11479 ).
11480  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11481 ement découpé en plusieurs lignes.
11482 \end_layout
11483
11484 \begin_layout Standard
11485 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11486  pas effectuer de césure si c'est le premier élément de la cellule.
11487  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11488  premier élément : Ajoutez un espace horizontal de 0
11489 \begin_inset space \thinspace{}
11490 \end_inset
11491
11492 pt juste avant votre mot.
11493  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11494  Le tableau
11495 \begin_inset space ~
11496 \end_inset
11497
11498
11499 \begin_inset CommandInset ref
11500 LatexCommand ref
11501 reference "tab:Tableau-césure"
11502
11503 \end_inset
11504
11505  montre l'effet de cette insertion.
11506 \end_layout
11507
11508 \begin_layout Standard
11509 \begin_inset Float table
11510 placement h
11511 wide false
11512 sideways false
11513 status open
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Caption
11517
11518 \begin_layout Plain Layout
11519 \begin_inset CommandInset label
11520 LatexCommand label
11521 name "tab:Tableau-césure"
11522
11523 \end_inset
11524
11525 Tableau avec et sans césure.
11526 \end_layout
11527
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \begin_layout Plain Layout
11534 \begin_inset space \hfill{}
11535 \end_inset
11536
11537
11538 \begin_inset Tabular
11539 <lyxtabular version="3" rows="3" columns="3">
11540 <features tabularvalignment="middle">
11541 <column alignment="center" valignment="middle" width="2.5cm">
11542 <column alignment="center" valignment="middle" width="0">
11543 <column alignment="center" valignment="middle" width="0">
11544 <row>
11545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 mottrèslongdansunecellule
11550 \end_layout
11551
11552 \end_inset
11553 </cell>
11554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11555 \begin_inset Text
11556
11557 \begin_layout Plain Layout
11558 b
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 c
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 d
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 e
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 f
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 g
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 h
11617 \end_layout
11618
11619 \end_inset
11620 </cell>
11621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 i
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 </row>
11631 </lyxtabular>
11632
11633 \end_inset
11634
11635
11636 \begin_inset space \hfill{}
11637 \end_inset
11638
11639
11640 \begin_inset Tabular
11641 <lyxtabular version="3" rows="3" columns="3">
11642 <features tabularvalignment="middle">
11643 <column alignment="center" valignment="middle" width="2.5cm">
11644 <column alignment="center" valignment="middle" width="0">
11645 <column alignment="center" valignment="middle" width="0">
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 \begin_inset space \hspace{}
11652 \length 0pt
11653 \end_inset
11654
11655 mottrèslongdansunecellule
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 b
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 c
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 d
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 e
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 f
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 g
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 h
11723 \end_layout
11724
11725 \end_inset
11726 </cell>
11727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 i
11732 \end_layout
11733
11734 \end_inset
11735 </cell>
11736 </row>
11737 </lyxtabular>
11738
11739 \end_inset
11740
11741
11742 \begin_inset space \hfill{}
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \begin_layout Subsection
11754 Multi-colonnes
11755 \begin_inset CommandInset label
11756 LatexCommand label
11757 name "sub:Multicolonnes"
11758
11759 \end_inset
11760
11761
11762 \begin_inset Index idx
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766 Multi-colonnes
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \begin_inset Index idx
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 Tableau ! Multi-colonnes
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \end_layout
11783
11784 \begin_layout Subsubsection
11785 Les Bases des Multicolonnes
11786 \end_layout
11787
11788 \begin_layout Standard
11789 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11790  qu'elle doit couvrir et utilisez soit le bouton
11791 \begin_inset Graphics
11792         filename ../../images/tabular-feature_multicolumn.png
11793         scale 85
11794         scaleBeforeRotation
11795
11796 \end_inset
11797
11798  de la barre d'outils tableau, ou le menu 
11799 \family sans
11800 Éditer\SpecialChar \menuseparator
11801 Tableau\SpecialChar \menuseparator
11802 Multi-colonnes
11803 \family default
11804 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11805  
11806 \family sans
11807 Multi-colonnes
11808 \family default
11809 .
11810 \end_layout
11811
11812 \begin_layout Standard
11813 Les multi-colonnes ont leurs propres paramètres de cellule.
11814  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11815  de la cellule, cela n'affecte que la cellule multi-colonne.
11816  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11817  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11818 \end_layout
11819
11820 \begin_layout Standard
11821 \align center
11822 \begin_inset Tabular
11823 <lyxtabular version="3" rows="3" columns="4">
11824 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11825 <column alignment="center" valignment="top" width="0pt">
11826 <column alignment="center" valignment="middle" width="0">
11827 <column alignment="center" valignment="top" width="0in">
11828 <column alignment="center" valignment="top" width="0pt">
11829 <row>
11830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 abc
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 def ghi
11844 \end_layout
11845
11846 \end_inset
11847 </cell>
11848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11849 \begin_inset Text
11850
11851 \begin_layout Plain Layout
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 jkl
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 </row>
11867 <row>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 A
11873 \end_layout
11874
11875 \end_inset
11876 </cell>
11877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11878 \begin_inset Text
11879
11880 \begin_layout Plain Layout
11881 B
11882 \end_layout
11883
11884 \end_inset
11885 </cell>
11886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 C
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 D
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 </row>
11905 <row>
11906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11907 \begin_inset Text
11908
11909 \begin_layout Plain Layout
11910 1
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 2
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 3
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 4
11938 \end_layout
11939
11940 \end_inset
11941 </cell>
11942 </row>
11943 </lyxtabular>
11944
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Subsubsection
11951 Calculs avec les multi-colonnes
11952 \begin_inset CommandInset label
11953 LatexCommand label
11954 name "sub:Calculs-multicolonnes"
11955
11956 \end_inset
11957
11958
11959 \begin_inset Index idx
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963 Multi-colonnes ! Calculs
11964 \end_layout
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \begin_layout Standard
11972 LyX gère directement les multi-colonnes, mais nous devons faire attention
11973  à la largeur des cellules couvertes par la cellule multicolonne.
11974 \end_layout
11975
11976 \begin_layout Standard
11977 \begin_inset Float table
11978 placement h
11979 wide false
11980 sideways false
11981 status open
11982
11983 \begin_layout Plain Layout
11984 \begin_inset Caption
11985
11986 \begin_layout Plain Layout
11987 \begin_inset CommandInset label
11988 LatexCommand label
11989 name "tab:Tableau-multicolonne-parfaite"
11990
11991 \end_inset
11992
11993 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
11994  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
11995 \begin_inset Argument
11996 status open
11997
11998 \begin_layout Plain Layout
11999 Tableau avec multicolonne parfaite
12000 \end_layout
12001
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \begin_layout Plain Layout
12013 \align center
12014 \begin_inset Tabular
12015 <lyxtabular version="3" rows="3" columns="3">
12016 <features tabularvalignment="middle">
12017 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12018 <column alignment="center" valignment="middle" width="0">
12019 <column alignment="center" valignment="top" width="0">
12020 <row>
12021 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 multicolonne sur plusieurs lignes
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043 c
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 d
12055 \end_layout
12056
12057 \end_inset
12058 </cell>
12059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12060 \begin_inset Text
12061
12062 \begin_layout Plain Layout
12063 e
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 f
12073 \end_layout
12074
12075 \end_inset
12076 </cell>
12077 </row>
12078 <row>
12079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 g
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092 h
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Plain Layout
12101 i
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 </row>
12107 </lyxtabular>
12108
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 Par exemple, pour créer le tableau
12121 \begin_inset space ~
12122 \end_inset
12123
12124
12125 \begin_inset CommandInset ref
12126 LatexCommand ref
12127 reference "tab:Tableau-multicolonne-parfaite"
12128
12129 \end_inset
12130
12131 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12132  3×3 et faites un clic droit dessus.
12133  Ensuite choisissez pour cette cellule
12134 \emph on
12135 ,
12136 \emph default
12137  dans la fenêtre de dialogue de tableau, 
12138 \emph on
12139 multicolonne
12140 \emph default
12141
12142 \emph on
12143 alignement
12144 \begin_inset space ~
12145 \end_inset
12146
12147 horizontal
12148 \begin_inset space ~
12149 \end_inset
12150
12151 centré
12152 \emph default
12153  et une largeur de 2.5
12154 \begin_inset space \thinspace{}
12155 \end_inset
12156
12157 cm.
12158  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12159  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12160 \begin_inset space \thinspace{}
12161 \end_inset
12162
12163 cm pour la première colonne.
12164  La deuxième colonne aura alors automatiquement une largeur de 1.25
12165 \begin_inset space \thinspace{}
12166 \end_inset
12167
12168 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12169  C'est ce qui a été fait pour le tableau
12170 \begin_inset space ~
12171 \end_inset
12172
12173
12174 \begin_inset CommandInset ref
12175 LatexCommand ref
12176 reference "tab:Tableau-multicolonne-imparfait"
12177
12178 \end_inset
12179
12180 .
12181 \end_layout
12182
12183 \begin_layout Standard
12184 \begin_inset Float table
12185 wide false
12186 sideways false
12187 status open
12188
12189 \begin_layout Plain Layout
12190 \begin_inset Caption
12191
12192 \begin_layout Plain Layout
12193 \begin_inset CommandInset label
12194 LatexCommand label
12195 name "tab:Tableau-multicolonne-imparfait"
12196
12197 \end_inset
12198
12199 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12200  de la largeur de la cellule multicolonne.
12201 \begin_inset Argument
12202 status open
12203
12204 \begin_layout Plain Layout
12205 Tableau avec multicolonne pas parfaite
12206 \end_layout
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \begin_layout Plain Layout
12219 \align center
12220 \begin_inset Tabular
12221 <lyxtabular version="3" rows="3" columns="3">
12222 <features tabularvalignment="middle">
12223 <column alignment="center" valignment="top" width="1.25cm">
12224 <column alignment="center" valignment="top" width="0">
12225 <column alignment="center" valignment="top" width="0">
12226 <row>
12227 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12228 \begin_inset Text
12229
12230 \begin_layout Plain Layout
12231 multicolonne sur plusieurs lignes
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 c
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 <row>
12256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 d
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 e
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 f
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 </row>
12284 <row>
12285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12286 \begin_inset Text
12287
12288 \begin_layout Plain Layout
12289 g
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 h
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12304 \begin_inset Text
12305
12306 \begin_layout Plain Layout
12307 i
12308 \end_layout
12309
12310 \end_inset
12311 </cell>
12312 </row>
12313 </lyxtabular>
12314
12315 \end_inset
12316
12317
12318 \end_layout
12319
12320 \end_inset
12321
12322
12323 \end_layout
12324
12325 \begin_layout Standard
12326 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12327  de la cellule multicolonne, elle est un peu plus large.
12328  La raison est que la taille que l'on donne à une cellule, 
12329 \begin_inset Formula $W_{g}$
12330 \end_inset
12331
12332  n'est pas sa taille totale, 
12333 \begin_inset Formula $W_{\mathrm{tot}}$
12334 \end_inset
12335
12336  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12337  lui donne.
12338  L'appendice
12339 \begin_inset space ~
12340 \end_inset
12341
12342
12343 \begin_inset CommandInset ref
12344 LatexCommand eqref
12345 reference "cha:Explication-de-l'Equation"
12346
12347 \end_inset
12348
12349  explique pourquoi en détail.
12350 \end_layout
12351
12352 \begin_layout Standard
12353 La largeur nécessaire 
12354 \begin_inset Formula $W_{g\, n}$
12355 \end_inset
12356
12357  quand 
12358 \emph on
12359 n
12360 \emph default
12361  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12362  ait une largeur totale de 
12363 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12364 \end_inset
12365
12366 :
12367 \begin_inset Formula 
12368 \begin{equation}
12369 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12370 \end{equation}
12371
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \begin_layout Standard
12378 Dans notre cas nous avons 
12379 \begin_inset Formula $n=2$
12380 \end_inset
12381
12382
12383 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12384 \end_inset
12385
12386 cm et les valeurs implicites pour les autres longueurs, l'équation
12387 \begin_inset space ~
12388 \end_inset
12389
12390
12391 \begin_inset CommandInset ref
12392 LatexCommand ref
12393 reference "eq:Wgn"
12394
12395 \end_inset
12396
12397  devient
12398 \begin_inset Formula 
12399 \begin{equation}
12400 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12401 \end{equation}
12402
12403 \end_inset
12404
12405
12406 \end_layout
12407
12408 \begin_layout Standard
12409 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12410  
12411 \series bold
12412 calc
12413 \series default
12414  avec la ligne suivante dans le préambule du document
12415 \begin_inset Index idx
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 Paquetages LaTeX ! calc
12420 \end_layout
12421
12422 \end_inset
12423
12424
12425 \end_layout
12426
12427 \begin_layout Standard
12428
12429 \series bold
12430
12431 \backslash
12432 usepackage{calc}
12433 \end_layout
12434
12435 \begin_layout Standard
12436 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12437  de dialogue.
12438  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12439  la fenêtre de dialogue.
12440  Voici un aperçu de ces paramètres :
12441 \end_layout
12442
12443 \begin_layout Itemize
12444
12445 \series bold
12446 p{largeur}
12447 \series default
12448  crée une cellule de taille donnée, le texte est aligné verticalement en
12449  haut.
12450 \end_layout
12451
12452 \begin_layout Itemize
12453
12454 \series bold
12455 m{largeur}
12456 \series default
12457  crée une cellule de taille donnée, le texte est aligné verticalement au
12458  centre
12459 \end_layout
12460
12461 \begin_layout Itemize
12462
12463 \series bold
12464 b{largeur}
12465 \series default
12466  crée une cellule de taille donnée, le texte est aligné verticalement en
12467  bas
12468 \end_layout
12469
12470 \begin_layout Standard
12471 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12472  la fenêtre de dialogue sont ignorés.
12473 \end_layout
12474
12475 \begin_layout Standard
12476 \begin_inset Note Greyedout
12477 status open
12478
12479 \begin_layout Plain Layout
12480
12481 \series bold
12482 Note:
12483 \series default
12484  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12485  en compte.
12486 \end_layout
12487
12488 \end_inset
12489
12490
12491 \end_layout
12492
12493 \begin_layout Standard
12494 Comme le texte doit être centré horizontalement, on ajoute la commande 
12495 \series bold
12496
12497 \backslash
12498 centering
12499 \series default
12500 .
12501  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12502  des colonnes recouvertes :
12503 \end_layout
12504
12505 \begin_layout Standard
12506
12507 \series bold
12508 >{
12509 \backslash
12510 centering}m{1.25cm-6.2pt}
12511 \end_layout
12512
12513 \begin_layout Standard
12514 La commande 
12515 \series bold
12516 >{ }
12517 \series default
12518  signifie que les commandes qui se trouvent entre les accolades doivent
12519  être appliquées avant que la cellule ne soit créée.
12520 \end_layout
12521
12522 \begin_layout Standard
12523 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12524  multicolonne, il est toujours aligné à gauche.
12525  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12526  isolées.
12527  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12528 \end_layout
12529
12530 \begin_layout Standard
12531
12532 \series bold
12533 >{
12534 \backslash
12535 centering}m{2.5cm}
12536 \end_layout
12537
12538 \begin_layout Subsection
12539 Multi-lignes
12540 \begin_inset CommandInset label
12541 LatexCommand label
12542 name "sub:Multi-lignes"
12543
12544 \end_inset
12545
12546
12547 \begin_inset Index idx
12548 status collapsed
12549
12550 \begin_layout Plain Layout
12551 Multi-lignes
12552 \end_layout
12553
12554 \end_inset
12555
12556
12557 \begin_inset Index idx
12558 status collapsed
12559
12560 \begin_layout Plain Layout
12561 Tableau ! Multi-ligne
12562 \end_layout
12563
12564 \end_inset
12565
12566
12567 \end_layout
12568
12569 \begin_layout Standard
12570 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12571  qu'elle doit couvrir et utilisez soit le bouton 
12572 \begin_inset Graphics
12573         filename ../../images/tabular-feature_multirow.png
12574         scale 85
12575         scaleBeforeRotation
12576
12577 \end_inset
12578
12579 de la barre d'outils tableau, ou le menu 
12580 \family sans
12581 Éditer\SpecialChar \menuseparator
12582 Tableau\SpecialChar \menuseparator
12583 Multi-lignes
12584 \family default
12585 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12586  
12587 \family sans
12588 Multi-lignes
12589 \family default
12590 .
12591 \end_layout
12592
12593 \begin_layout Standard
12594 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12595 \end_layout
12596
12597 \begin_layout Standard
12598 \align center
12599 \begin_inset Tabular
12600 <lyxtabular version="3" rows="3" columns="3">
12601 <features tabularvalignment="middle">
12602 <column alignment="center" valignment="top" width="0pt">
12603 <column alignment="center" valignment="top" width="0">
12604 <column alignment="center" valignment="top" width="0">
12605 <row>
12606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 un contenu long
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 b
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 c
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 <row>
12635 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 multi-ligne
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 e
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 f
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 </row>
12663 <row>
12664 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 h
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 i
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 </row>
12692 </lyxtabular>
12693
12694 \end_inset
12695
12696
12697 \end_layout
12698
12699 \begin_layout Standard
12700 La largeur de la cellule multiligne est déterminée par la largeur de toute
12701  la colonne.
12702  L'
12703 \family sans
12704 Espacement
12705 \begin_inset space ~
12706 \end_inset
12707
12708 vertical
12709 \family default
12710  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12711  est positive ou négative.
12712 \end_layout
12713
12714 \begin_layout Standard
12715 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12716  explicitement, la cellule hérite de l'alignement de la colonne.
12717  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12718  implicite, vous devez redéfinir la commande 
12719 \series bold
12720
12721 \backslash
12722 multirowsetup
12723 \series default
12724  avec la commande
12725 \end_layout
12726
12727 \begin_layout Standard
12728
12729 \series bold
12730
12731 \backslash
12732 renewcommand{
12733 \backslash
12734 multirowsetup}{
12735 \backslash
12736 centering}
12737 \end_layout
12738
12739 \begin_layout Standard
12740 dans le préambule du document.
12741  Après ça, tous les contenus de cellules multi-lignes du document seront
12742  centrés.
12743  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12744  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12745  juste avant le tableau concerné, plutôt que dans le préambule.
12746  Si le texte doit être aligné à droite, remplacez 
12747 \series bold
12748
12749 \backslash
12750 centering
12751 \series default
12752  par 
12753 \series bold
12754
12755 \backslash
12756 raggedleft
12757 \series default
12758 .
12759  Pour revenir à l'alignement à gauche utilisez 
12760 \series bold
12761
12762 \backslash
12763 raggedright
12764 \series default
12765 .
12766 \end_layout
12767
12768 \begin_layout Standard
12769 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12770  avec un décalage vertical de of -4
12771 \begin_inset space \thinspace{}
12772 \end_inset
12773
12774 mm dans une colonne de 3
12775 \begin_inset space \thinspace{}
12776 \end_inset
12777
12778 cm de large
12779 \begin_inset space ~
12780 \end_inset
12781
12782 :
12783 \end_layout
12784
12785 \begin_layout Standard
12786 \noindent
12787 \align center
12788 \begin_inset ERT
12789 status collapsed
12790
12791 \begin_layout Plain Layout
12792
12793
12794 \backslash
12795 renewcommand{
12796 \backslash
12797 multirowsetup}{
12798 \backslash
12799 raggedleft}
12800 \end_layout
12801
12802 \end_inset
12803
12804
12805 \begin_inset Tabular
12806 <lyxtabular version="3" rows="4" columns="3">
12807 <features tabularvalignment="middle">
12808 <column alignment="center" valignment="top" width="3cm">
12809 <column alignment="center" valignment="top" width="0">
12810 <column alignment="center" valignment="top" width="0">
12811 <row>
12812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 un contenu long
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 b
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 c
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 </row>
12840 <row>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 t
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 n
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 m
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 </row>
12869 <row>
12870 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 multi-ligne
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 e
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 f
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 </row>
12898 <row>
12899 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 h
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 i
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 </row>
12927 </lyxtabular>
12928
12929 \end_inset
12930
12931
12932 \begin_inset ERT
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936
12937
12938 \backslash
12939 renewcommand{
12940 \backslash
12941 multirowsetup}{
12942 \backslash
12943 raggedright}
12944 \end_layout
12945
12946 \end_inset
12947
12948
12949 \end_layout
12950
12951 \begin_layout Standard
12952
12953 \lang english
12954 To start a new line in a multirow you can use a forced line break (shortcut
12955  
12956 \begin_inset Info
12957 type  "shortcut"
12958 arg   "newline-insert newline"
12959 \end_inset
12960
12961 ) but this will not respect the cell lines as demonstrated in this table:
12962 \end_layout
12963
12964 \begin_layout Standard
12965 \noindent
12966 \align center
12967
12968 \lang english
12969 \begin_inset Tabular
12970 <lyxtabular version="3" rows="3" columns="2">
12971 <features tabularvalignment="middle">
12972 <column alignment="left" valignment="middle" width="2cm">
12973 <column alignment="center" valignment="top" width="0">
12974 <row>
12975 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \lang english
12981 aaa
12982 \begin_inset Newline newline
12983 \end_inset
12984
12985 aaa
12986 \begin_inset Newline newline
12987 \end_inset
12988
12989 wrong cell
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998
12999 \lang english
13000 ccc
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 </row>
13006 <row>
13007 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13008 \begin_inset Text
13009
13010 \begin_layout Plain Layout
13011
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020
13021 \lang english
13022 ddd
13023 \end_layout
13024
13025 \end_inset
13026 </cell>
13027 </row>
13028 <row>
13029 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033
13034 \lang english
13035 bbb
13036 \end_layout
13037
13038 \end_inset
13039 </cell>
13040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044
13045 \lang english
13046 eee
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 </lyxtabular>
13053
13054 \end_inset
13055
13056
13057 \end_layout
13058
13059 \begin_layout Standard
13060
13061 \lang english
13062 Therefore be careful with forced line breaks.
13063 \end_layout
13064
13065 \begin_layout Section
13066 Les Tableaux Formels
13067 \begin_inset CommandInset label
13068 LatexCommand label
13069 name "sec:Tableaux-Formels"
13070
13071 \end_inset
13072
13073
13074 \begin_inset Index idx
13075 status collapsed
13076
13077 \begin_layout Plain Layout
13078 Tableau ! Formel
13079 \end_layout
13080
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \begin_layout Standard
13087 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
13088  à celle du tableau
13089 \begin_inset space ~
13090 \end_inset
13091
13092
13093 \begin_inset CommandInset ref
13094 LatexCommand ref
13095 reference "tab:Exemple-tableau-booktabs"
13096
13097 \end_inset
13098
13099 .
13100  Ce genre de tableau est appelé 
13101 \begin_inset Quotes eld
13102 \end_inset
13103
13104
13105 \emph on
13106 formel
13107 \emph default
13108
13109 \begin_inset Quotes erd
13110 \end_inset
13111
13112 .
13113  Pour transformer un tableau en tableau formel, utilisez l'option 
13114 \family sans
13115 Formel
13116 \family default
13117  de l'onglet 
13118 \family sans
13119 Bordures
13120 \family default
13121  de la fenêtre de dialogue 
13122 \family sans
13123 Paramètres
13124 \begin_inset space ~
13125 \end_inset
13126
13127 du
13128 \begin_inset space ~
13129 \end_inset
13130
13131 tableau
13132 \family default
13133 .
13134 \end_layout
13135
13136 \begin_layout Standard
13137 \begin_inset Float table
13138 placement h
13139 wide false
13140 sideways false
13141 status open
13142
13143 \begin_layout Plain Layout
13144 \begin_inset Caption
13145
13146 \begin_layout Plain Layout
13147 \begin_inset CommandInset label
13148 LatexCommand label
13149 name "tab:Exemple-tableau-booktabs"
13150
13151 \end_inset
13152
13153 Exemple de tableau formel
13154 \end_layout
13155
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \begin_layout Plain Layout
13162 \align center
13163 \begin_inset Tabular
13164 <lyxtabular version="3" rows="8" columns="4">
13165 <features booktabs="true" tabularvalignment="middle">
13166 <column alignment="center" valignment="top" width="0">
13167 <column alignment="center" valignment="top" width="0">
13168 <column alignment="center" valignment="top" width="0">
13169 <column alignment="center" valignment="top" width="0">
13170 <row>
13171 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 Système
13176 \end_layout
13177
13178 \end_inset
13179 </cell>
13180 <cell alignment="center" valignment="top" topline="true" usebox="none">
13181 \begin_inset Text
13182
13183 \begin_layout Plain Layout
13184 Chip
13185 \begin_inset space \thinspace{}
13186 \end_inset
13187
13188 1
13189 \end_layout
13190
13191 \end_inset
13192 </cell>
13193 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 Chip
13198 \begin_inset space \thinspace{}
13199 \end_inset
13200
13201 2
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13207 \begin_inset Text
13208
13209 \begin_layout Plain Layout
13210
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 <row>
13217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 \begin_inset ERT
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225
13226
13227 \backslash
13228 cmidrule(r){2-2}
13229 \end_layout
13230
13231 \end_inset
13232
13233
13234 \begin_inset ERT
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238
13239
13240 \backslash
13241 cmidrule(l){3-4}
13242 \end_layout
13243
13244 \end_inset
13245
13246 Épaisseur du capteur en µm
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 300
13256 \end_layout
13257
13258 \end_inset
13259 </cell>
13260 <cell alignment="center" valignment="top" usebox="none">
13261 \begin_inset Text
13262
13263 \begin_layout Plain Layout
13264 300
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 700
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 </row>
13279 <row>
13280 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 Angle du biseau en °
13285 \end_layout
13286
13287 \end_inset
13288 </cell>
13289 <cell alignment="center" valignment="top" topline="true" usebox="none">
13290 \begin_inset Text
13291
13292 \begin_layout Plain Layout
13293 3.55
13294 \end_layout
13295
13296 \end_inset
13297 </cell>
13298 <cell alignment="center" valignment="top" topline="true" usebox="none">
13299 \begin_inset Text
13300
13301 \begin_layout Plain Layout
13302 2.71
13303 \end_layout
13304
13305 \end_inset
13306 </cell>
13307 <cell alignment="center" valignment="top" topline="true" usebox="none">
13308 \begin_inset Text
13309
13310 \begin_layout Plain Layout
13311 7.99
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 </row>
13317 <row topspace="default">
13318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13319 \begin_inset Text
13320
13321 \begin_layout Plain Layout
13322 Résolution spatiale en µm
13323 \end_layout
13324
13325 \end_inset
13326 </cell>
13327 <cell alignment="center" valignment="top" usebox="none">
13328 \begin_inset Text
13329
13330 \begin_layout Plain Layout
13331 4.26
13332 \end_layout
13333
13334 \end_inset
13335 </cell>
13336 <cell alignment="center" valignment="top" usebox="none">
13337 \begin_inset Text
13338
13339 \begin_layout Plain Layout
13340 10.17
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 10.56
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row topspace="default">
13356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 MTF à 
13361 \begin_inset Formula $f_{\mathrm{max}}$
13362 \end_inset
13363
13364
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 0.53
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 0.37
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 0.39
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 </row>
13397 <row topspace="default">
13398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 \begin_inset ERT
13403 status collapsed
13404
13405 \begin_layout Plain Layout
13406
13407
13408 \backslash
13409 cmidrule(l{10pt}){1-1}
13410 \end_layout
13411
13412 \end_inset
13413
13414 résolution spatiale LSF
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row>
13448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 en µm
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 129.7
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 <cell alignment="center" valignment="top" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 52.75
13471 \end_layout
13472
13473 \end_inset
13474 </cell>
13475 <cell alignment="center" valignment="top" usebox="none">
13476 \begin_inset Text
13477
13478 \begin_layout Plain Layout
13479 50.78
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 </row>
13485 <row>
13486 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 en % de la taille des pixels
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 76.3
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 95.9
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 92.3
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 </row>
13523 </lyxtabular>
13524
13525 \end_inset
13526
13527
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Standard
13536 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13537  
13538 \family sans
13539 Bordures
13540 \family default
13541  de la fenêtre de dialogue 
13542 \family sans
13543 Paramètres
13544 \begin_inset space ~
13545 \end_inset
13546
13547 du
13548 \begin_inset space ~
13549 \end_inset
13550
13551 tableau
13552 \family default
13553  comme c'est décrit dans la section
13554 \begin_inset space ~
13555 \end_inset
13556
13557
13558 \begin_inset CommandInset ref
13559 LatexCommand ref
13560 reference "sub:Espacement-lignes"
13561
13562 \end_inset
13563
13564 .
13565 \end_layout
13566
13567 \begin_layout Standard
13568 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13569  verticales.
13570  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13571  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13572  sortie imprimée :
13573 \begin_inset Newline newline
13574 \end_inset
13575
13576 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13577 \begin_inset space \thinspace{}
13578 \end_inset
13579
13580 em alors que les autres lignes ont implicite une épaisseur de 0.05
13581 \begin_inset space \thinspace{}
13582 \end_inset
13583
13584 em.
13585 \end_layout
13586
13587 \begin_layout Standard
13588 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13589  les lignes de préambule suivantes :
13590 \end_layout
13591
13592 \begin_layout Standard
13593
13594 \series bold
13595
13596 \backslash
13597 let
13598 \backslash
13599 mytoprule
13600 \backslash
13601 toprule
13602 \begin_inset Newline newline
13603 \end_inset
13604
13605
13606 \backslash
13607 renewcommand{
13608 \backslash
13609 toprule}{
13610 \backslash
13611 mytoprule[width]}
13612 \end_layout
13613
13614 \begin_layout Standard
13615 Cet exemple concerne la première ligne, appelée 
13616 \series bold
13617 toprule
13618 \series default
13619 .
13620  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13621 \series bold
13622 toprule
13623 \series default
13624  par 
13625 \series bold
13626 bottomrule
13627 \series default
13628 .
13629  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13630  
13631 \series bold
13632 toprule
13633 \series default
13634  par 
13635 \series bold
13636 midrule
13637 \series default
13638 .
13639  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13640 \begin_inset space ~
13641 \end_inset
13642
13643
13644 \begin_inset CommandInset ref
13645 LatexCommand ref
13646 reference "cha:Unités-de-longueur"
13647
13648 \end_inset
13649
13650  pour préciser l'épaisseur voulue.
13651 \end_layout
13652
13653 \begin_layout Standard
13654 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13655  en mettant une ligne pour une cellule multi colonne.
13656  LyX va utiliser en interne la commande 
13657 \series bold
13658
13659 \backslash
13660 cmidrule
13661 \series default
13662  pour créer cette ligne.
13663  Sa syntaxe complète est :
13664 \end_layout
13665
13666 \begin_layout Standard
13667
13668 \series bold
13669
13670 \backslash
13671 cmidrule[largeur](rognage){colDépart-colFin}
13672 \end_layout
13673
13674 \begin_layout Standard
13675 Les options de la commande 
13676 \series bold
13677
13678 \backslash
13679 cmidrule
13680 \series default
13681  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13682  TeX pour pouvoir les utiliser.
13683  On peut créer manuellement des lignes 
13684 \series bold
13685
13686 \backslash
13687 mitrales
13688 \series default
13689  en insérant la commande en code TeX comme le premier élément de la première
13690  cellule de la ligne.
13691  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13692  en question.
13693 \end_layout
13694
13695 \begin_layout Standard
13696 La valeur implicite pour l'épaisseur des lignes est de 0.03
13697 \begin_inset space \thinspace{}
13698 \end_inset
13699
13700 em.
13701  
13702 \series bold
13703 colDépart
13704 \series default
13705  est le numéro de la colonne dans laquelle la ligne commence et 
13706 \series bold
13707 colFin
13708 \series default
13709  est le numéro de la colonne dans laquelle elle se termine.
13710  La valeur de 
13711 \series bold
13712 colFin
13713 \series default
13714  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13715  Le paramètre optionnel 
13716 \series bold
13717 rognage
13718 \series default
13719  peut être soit 
13720 \emph on
13721 l{largeurRognage}
13722 \emph default
13723 , ou 
13724 \emph on
13725 r{largeurRognage}
13726 \emph default
13727  où les valeurs de
13728 \emph on
13729  largeurRognage
13730 \emph default
13731  sont aussi optionnelles.
13732  En utilisant par exemple la valeur 
13733 \emph on
13734 l{2pt}
13735 \emph default
13736  pour ce paramètre, la ligne va être rognée de 2
13737 \begin_inset space \thinspace{}
13738 \end_inset
13739
13740 pt à son extrémité gauche.
13741  Si vous ne spécifiez pas de valeur pour 
13742 \emph on
13743 largeurRognage
13744 \emph default
13745  les lignes sont implicitement rognées de 0.5
13746 \begin_inset space \thinspace{}
13747 \end_inset
13748
13749 em.
13750 \end_layout
13751
13752 \begin_layout Standard
13753 \begin_inset VSpace bigskip
13754 \end_inset
13755
13756 Le tableau
13757 \begin_inset space ~
13758 \end_inset
13759
13760
13761 \begin_inset CommandInset ref
13762 LatexCommand ref
13763 reference "tab:Exemple-tableau-booktabs"
13764
13765 \end_inset
13766
13767  a été créé en utilisant les commandes
13768 \end_layout
13769
13770 \begin_layout Standard
13771
13772 \series bold
13773
13774 \backslash
13775 cmidrule(r){2-2}
13776 \backslash
13777 cmidrule(l){3-4}
13778 \end_layout
13779
13780 \begin_layout Standard
13781 au début de la deuxième ligne et
13782 \end_layout
13783
13784 \begin_layout Standard
13785
13786 \series bold
13787
13788 \backslash
13789 cmidrule(l{10pt}){1-1}
13790 \end_layout
13791
13792 \begin_layout Standard
13793 au début de la sixième ligne.
13794 \end_layout
13795
13796 \begin_layout Standard
13797 \begin_inset VSpace bigskip
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \begin_layout Standard
13804 Vous pouvez vouloir des commandes 
13805 \series bold
13806
13807 \backslash
13808 cmidrule
13809 \series default
13810 s qui se recouvrent comme pour le tableau
13811 \begin_inset space ~
13812 \end_inset
13813
13814
13815 \begin_inset CommandInset ref
13816 LatexCommand ref
13817 reference "tab:Tableau-booktabs-special"
13818
13819 \end_inset
13820
13821 .
13822  On obtient ce résultat en utilisant la commande suivante en code TeX
13823 \end_layout
13824
13825 \begin_layout Standard
13826
13827 \series bold
13828
13829 \backslash
13830 morecmidrules
13831 \end_layout
13832
13833 \begin_layout Standard
13834 La commande qui a été utilisée pour la deuxième ligne du tableau
13835 \begin_inset space ~
13836 \end_inset
13837
13838
13839 \begin_inset CommandInset ref
13840 LatexCommand ref
13841 reference "tab:Tableau-booktabs-special"
13842
13843 \end_inset
13844
13845  est
13846 \end_layout
13847
13848 \begin_layout Standard
13849
13850 \series bold
13851
13852 \backslash
13853 cmidrule(r){2-2}
13854 \backslash
13855 cmidrule(l){3-4}
13856 \backslash
13857 morecmidrules
13858 \backslash
13859 cmidrule{2-4}
13860 \end_layout
13861
13862 \begin_layout Standard
13863 La commande pour la sixième ligne est
13864 \end_layout
13865
13866 \begin_layout Standard
13867
13868 \series bold
13869
13870 \backslash
13871 midrule
13872 \backslash
13873 morecmidrules
13874 \backslash
13875 cmidrule{3-4}
13876 \end_layout
13877
13878 \begin_layout Standard
13879 \begin_inset VSpace bigskip
13880 \end_inset
13881
13882
13883 \end_layout
13884
13885 \begin_layout Standard
13886 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13887 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13888  font toute la largeur du tableau :
13889 \end_layout
13890
13891 \begin_layout Standard
13892
13893 \series bold
13894
13895 \backslash
13896 specialrule{largeur}{espace au dessus}{espace en dessous}
13897 \end_layout
13898
13899 \begin_layout Standard
13900 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13901  du paquetage LaTeX 
13902 \series bold
13903 booktabs
13904 \series default
13905  
13906 \begin_inset CommandInset citation
13907 LatexCommand cite
13908 key "booktabs"
13909
13910 \end_inset
13911
13912 .
13913 \begin_inset Index idx
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917 Paquetages LaTeX ! booktabs
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Standard
13926 \begin_inset Float table
13927 placement h
13928 wide false
13929 sideways false
13930 status open
13931
13932 \begin_layout Plain Layout
13933 \begin_inset Caption
13934
13935 \begin_layout Plain Layout
13936 \begin_inset CommandInset label
13937 LatexCommand label
13938 name "tab:Tableau-booktabs-special"
13939
13940 \end_inset
13941
13942 Tableau formel spécial
13943 \end_layout
13944
13945 \end_inset
13946
13947
13948 \end_layout
13949
13950 \begin_layout Plain Layout
13951 \align center
13952 \begin_inset Tabular
13953 <lyxtabular version="3" rows="8" columns="4">
13954 <features booktabs="true" tabularvalignment="middle">
13955 <column alignment="center" valignment="top" width="0">
13956 <column alignment="center" valignment="top" width="0">
13957 <column alignment="center" valignment="top" width="0">
13958 <column alignment="center" valignment="top" width="0">
13959 <row>
13960 <cell alignment="center" valignment="top" topline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 Système
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 Chip
13974 \begin_inset space \thinspace{}
13975 \end_inset
13976
13977 1
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 Chip
13987 \begin_inset space \thinspace{}
13988 \end_inset
13989
13990 2
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 </row>
14005 <row>
14006 <cell alignment="center" valignment="top" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 cmidrule(r){2-2}
14018 \end_layout
14019
14020 \end_inset
14021
14022
14023 \begin_inset ERT
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027
14028
14029 \backslash
14030 cmidrule(l){3-4}
14031 \end_layout
14032
14033 \end_inset
14034
14035
14036 \begin_inset ERT
14037 status collapsed
14038
14039 \begin_layout Plain Layout
14040
14041
14042 \backslash
14043 morecmidrules 
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \begin_inset ERT
14050 status collapsed
14051
14052 \begin_layout Plain Layout
14053
14054
14055 \backslash
14056 cmidrule{2-4}
14057 \end_layout
14058
14059 \end_inset
14060
14061 Epaisseur du capteur en µm
14062 \end_layout
14063
14064 \end_inset
14065 </cell>
14066 <cell alignment="center" valignment="top" usebox="none">
14067 \begin_inset Text
14068
14069 \begin_layout Plain Layout
14070 300
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 <cell alignment="center" valignment="top" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 300
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 <cell alignment="center" valignment="top" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088 700
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 </row>
14094 <row>
14095 <cell alignment="center" valignment="top" topline="true" usebox="none">
14096 \begin_inset Text
14097
14098 \begin_layout Plain Layout
14099 Angle biseau en °
14100 \end_layout
14101
14102 \end_inset
14103 </cell>
14104 <cell alignment="center" valignment="top" topline="true" usebox="none">
14105 \begin_inset Text
14106
14107 \begin_layout Plain Layout
14108 3.55
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell alignment="center" valignment="top" topline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117 2.71
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 <cell alignment="center" valignment="top" topline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126 7.99
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 </row>
14132 <row topspace="default">
14133 <cell alignment="center" valignment="top" usebox="none">
14134 \begin_inset Text
14135
14136 \begin_layout Plain Layout
14137 Résolution spatiale en µm
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146 4.26
14147 \end_layout
14148
14149 \end_inset
14150 </cell>
14151 <cell alignment="center" valignment="top" usebox="none">
14152 \begin_inset Text
14153
14154 \begin_layout Plain Layout
14155 10.17
14156 \end_layout
14157
14158 \end_inset
14159 </cell>
14160 <cell alignment="center" valignment="top" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164 10.56
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 </row>
14170 <row topspace="default">
14171 <cell alignment="center" valignment="top" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175 MTF à 
14176 \begin_inset Formula $f_{\mathrm{max}}$
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 0.53
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 0.37
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 0.39
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row>
14213 <cell alignment="center" valignment="top" topline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 \begin_inset ERT
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221
14222
14223 \backslash
14224 morecmidrules 
14225 \end_layout
14226
14227 \end_inset
14228
14229
14230 \begin_inset ERT
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234
14235
14236 \backslash
14237 cmidrule{3-4}
14238 \end_layout
14239
14240 \end_inset
14241
14242 résolution spatiale LSF
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" topline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 </row>
14275 <row>
14276 <cell alignment="center" valignment="top" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 en µm
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 129.7
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 52.75
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 <cell alignment="center" valignment="top" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 50.78
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 </row>
14313 <row>
14314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 en % de la taille des pixels
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 76.3
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 95.9
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 92.3
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 </row>
14351 </lyxtabular>
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \begin_layout Section
14364 Alignement Vertical des Tableaux
14365 \begin_inset Index idx
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369 Tableau ! Alignement
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Standard
14378 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14379  doit être à l'intérieur d'une boîte.
14380  La boîte peut alors être alignée comme c'est décrit dans la 
14381 \begin_inset space ~
14382 \end_inset
14383
14384
14385 \begin_inset CommandInset ref
14386 LatexCommand ref
14387 reference "sec:Boîte-Dialogue"
14388
14389 \end_inset
14390
14391 .
14392 \end_layout
14393
14394 \begin_layout Standard
14395 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14396  minipage
14397 \begin_inset Foot
14398 status open
14399
14400 \begin_layout Plain Layout
14401 Les minipages son décrites dans la section
14402 \begin_inset space ~
14403 \end_inset
14404
14405
14406 \begin_inset CommandInset ref
14407 LatexCommand ref
14408 reference "sec:Minipages"
14409
14410 \end_inset
14411
14412 .
14413 \end_layout
14414
14415 \end_inset
14416
14417  dont la largeur est de 15
14418 \begin_inset space \thinspace{}
14419 \end_inset
14420
14421 col% :
14422 \end_layout
14423
14424 \begin_layout Itemize
14425 test 
14426 \begin_inset Box Frameless
14427 position "t"
14428 hor_pos "c"
14429 has_inner_box 1
14430 inner_pos "c"
14431 use_parbox 0
14432 use_makebox 0
14433 width "15col%"
14434 special "none"
14435 height "1in"
14436 height_special "totalheight"
14437 status collapsed
14438
14439 \begin_layout Plain Layout
14440 \begin_inset Tabular
14441 <lyxtabular version="3" rows="3" columns="3">
14442 <features tabularvalignment="middle">
14443 <column alignment="center" valignment="top" width="0">
14444 <column alignment="center" valignment="top" width="0">
14445 <column alignment="center" valignment="top" width="0">
14446 <row>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451 a
14452 \end_layout
14453
14454 \end_inset
14455 </cell>
14456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 d
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 g
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 <row>
14476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14477 \begin_inset Text
14478
14479 \begin_layout Plain Layout
14480 b
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 e
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 h
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 <row>
14505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509 c
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 f
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14524 \begin_inset Text
14525
14526 \begin_layout Plain Layout
14527 i
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 </row>
14533 </lyxtabular>
14534
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \end_inset
14541
14542  test 
14543 \begin_inset ERT
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547
14548
14549 \backslash
14550 raisebox{0.85
14551 \backslash
14552 baselineskip}{
14553 \end_layout
14554
14555 \end_inset
14556
14557
14558 \begin_inset Box Frameless
14559 position "t"
14560 hor_pos "c"
14561 has_inner_box 1
14562 inner_pos "c"
14563 use_parbox 0
14564 use_makebox 0
14565 width "15col%"
14566 special "none"
14567 height "1in"
14568 height_special "totalheight"
14569 status collapsed
14570
14571 \begin_layout Plain Layout
14572 \begin_inset Tabular
14573 <lyxtabular version="3" rows="3" columns="3">
14574 <features tabularvalignment="middle">
14575 <column alignment="center" valignment="top" width="0">
14576 <column alignment="center" valignment="top" width="0">
14577 <column alignment="center" valignment="top" width="0">
14578 <row>
14579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14580 \begin_inset Text
14581
14582 \begin_layout Plain Layout
14583 a
14584 \end_layout
14585
14586 \end_inset
14587 </cell>
14588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14589 \begin_inset Text
14590
14591 \begin_layout Plain Layout
14592 d
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 g
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 </row>
14607 <row>
14608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612 b
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 e
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630 h
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 </row>
14636 <row>
14637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641 c
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650 f
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659 i
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 </lyxtabular>
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \end_inset
14673
14674
14675 \begin_inset ERT
14676 status collapsed
14677
14678 \begin_layout Plain Layout
14679
14680 }
14681 \end_layout
14682
14683 \end_inset
14684
14685
14686 \end_layout
14687
14688 \begin_layout Itemize
14689 test 
14690 \begin_inset Box Frameless
14691 position "c"
14692 hor_pos "c"
14693 has_inner_box 1
14694 inner_pos "c"
14695 use_parbox 0
14696 use_makebox 0
14697 width "15col%"
14698 special "none"
14699 height "1in"
14700 height_special "totalheight"
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704 \begin_inset Tabular
14705 <lyxtabular version="3" rows="3" columns="3">
14706 <features tabularvalignment="middle">
14707 <column alignment="center" valignment="top" width="0">
14708 <column alignment="center" valignment="top" width="0">
14709 <column alignment="center" valignment="top" width="0">
14710 <row>
14711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14712 \begin_inset Text
14713
14714 \begin_layout Plain Layout
14715 a
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724 d
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 g
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 </row>
14739 <row>
14740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14741 \begin_inset Text
14742
14743 \begin_layout Plain Layout
14744 b
14745 \end_layout
14746
14747 \end_inset
14748 </cell>
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753 e
14754 \end_layout
14755
14756 \end_inset
14757 </cell>
14758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 h
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 </row>
14768 <row>
14769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773 c
14774 \end_layout
14775
14776 \end_inset
14777 </cell>
14778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 f
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791 i
14792 \end_layout
14793
14794 \end_inset
14795 </cell>
14796 </row>
14797 </lyxtabular>
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Itemize
14810 test 
14811 \begin_inset Box Frameless
14812 position "b"
14813 hor_pos "c"
14814 has_inner_box 1
14815 inner_pos "c"
14816 use_parbox 0
14817 use_makebox 0
14818 width "15col%"
14819 special "none"
14820 height "1in"
14821 height_special "totalheight"
14822 status collapsed
14823
14824 \begin_layout Plain Layout
14825 \begin_inset Tabular
14826 <lyxtabular version="3" rows="3" columns="3">
14827 <features tabularvalignment="middle">
14828 <column alignment="center" valignment="top" width="0">
14829 <column alignment="center" valignment="top" width="0">
14830 <column alignment="center" valignment="top" width="0">
14831 <row>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836 a
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845 d
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 g
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 </row>
14860 <row>
14861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Plain Layout
14865 b
14866 \end_layout
14867
14868 \end_inset
14869 </cell>
14870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14871 \begin_inset Text
14872
14873 \begin_layout Plain Layout
14874 e
14875 \end_layout
14876
14877 \end_inset
14878 </cell>
14879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14880 \begin_inset Text
14881
14882 \begin_layout Plain Layout
14883 h
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 c
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 f
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912 i
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 </lyxtabular>
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \end_inset
14926
14927  test 
14928 \begin_inset ERT
14929 status collapsed
14930
14931 \begin_layout Plain Layout
14932
14933
14934 \backslash
14935 raisebox{-0.32
14936 \backslash
14937 baselineskip}{
14938 \end_layout
14939
14940 \end_inset
14941
14942
14943 \begin_inset Box Frameless
14944 position "b"
14945 hor_pos "c"
14946 has_inner_box 1
14947 inner_pos "c"
14948 use_parbox 0
14949 use_makebox 0
14950 width "15col%"
14951 special "none"
14952 height "1in"
14953 height_special "totalheight"
14954 status collapsed
14955
14956 \begin_layout Plain Layout
14957 \begin_inset Tabular
14958 <lyxtabular version="3" rows="3" columns="3">
14959 <features tabularvalignment="middle">
14960 <column alignment="center" valignment="top" width="0">
14961 <column alignment="center" valignment="top" width="0">
14962 <column alignment="center" valignment="top" width="0">
14963 <row>
14964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968 a
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 d
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 g
14987 \end_layout
14988
14989 \end_inset
14990 </cell>
14991 </row>
14992 <row>
14993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14994 \begin_inset Text
14995
14996 \begin_layout Plain Layout
14997 b
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 e
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015 h
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026 c
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 f
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 i
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 </lyxtabular>
15051
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \end_inset
15058
15059
15060 \begin_inset ERT
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064
15065 }
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \end_layout
15072
15073 \begin_layout Standard
15074 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
15075  et de la dernière ligne, n'est pas correctement aligné avec le texte de
15076  la ligne dans laquelle le tableau est inséré.
15077  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
15078  boîte élévatrice (raisebox)
15079 \begin_inset Foot
15080 status collapsed
15081
15082 \begin_layout Plain Layout
15083 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
15084 \begin_inset space ~
15085 \end_inset
15086
15087
15088 \begin_inset CommandInset ref
15089 LatexCommand ref
15090 reference "sub:Alignement-Vertical"
15091
15092 \end_inset
15093
15094 .
15095 \end_layout
15096
15097 \end_inset
15098
15099 .
15100  Dans l'exemple précédent, le deuxième tableau de la première ligne est
15101  aligné en utilisant la commande en code TeX suivante 
15102 \end_layout
15103
15104 \begin_layout Standard
15105
15106 \series bold
15107
15108 \backslash
15109 raisebox{0.85
15110 \backslash
15111 baselineskip}{
15112 \end_layout
15113
15114 \begin_layout Standard
15115 placée juste avant la boîte minipage.
15116  Après la boîte on insère l'accolade fermante en code TeX.
15117  Pour le deuxième tableau de la dernière ligne, la commande 
15118 \end_layout
15119
15120 \begin_layout Standard
15121
15122 \series bold
15123
15124 \backslash
15125 raisebox{-0.32
15126 \backslash
15127 baselineskip}{
15128 \end_layout
15129
15130 \begin_layout Standard
15131 est utilisée.
15132 \end_layout
15133
15134 \begin_layout Standard
15135 \begin_inset Note Greyedout
15136 status open
15137
15138 \begin_layout Plain Layout
15139
15140 \series bold
15141 Note:
15142 \series default
15143  L'alignement entre le contenu de la ligne du tableau et le texte de la
15144  ligne qui l'entoure ne peut pas être parfait.
15145  Le facteur utilisé dans la commande 
15146 \series bold
15147
15148 \backslash
15149 raisebox
15150 \series default
15151  pour obtenir cet alignement dépend de la police de caractères du document,
15152  de la taille de la police et de l'épaisseur des lignes du tableau.
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \begin_layout Section
15161 Tableaux Colorés
15162 \begin_inset CommandInset label
15163 LatexCommand label
15164 name "sec:Tableaux-Colorés"
15165
15166 \end_inset
15167
15168
15169 \begin_inset Index idx
15170 status collapsed
15171
15172 \begin_layout Plain Layout
15173 Tableau ! Coloré
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \begin_layout Subsection
15182 Cellules Colorées
15183 \begin_inset Index idx
15184 status collapsed
15185
15186 \begin_layout Plain Layout
15187 Couleur des tableaux ! Pour les cellules
15188 \end_layout
15189
15190 \end_inset
15191
15192
15193 \begin_inset Index idx
15194 status collapsed
15195
15196 \begin_layout Plain Layout
15197 Couleur ! Pour les cellules de tableau
15198 \end_layout
15199
15200 \end_inset
15201
15202
15203 \end_layout
15204
15205 \begin_layout Standard
15206 \begin_inset Float table
15207 placement h
15208 wide false
15209 sideways false
15210 status open
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Caption
15214
15215 \begin_layout Plain Layout
15216 \begin_inset CommandInset label
15217 LatexCommand label
15218 name "tab:Tableau-coloré-sans-colortbl"
15219
15220 \end_inset
15221
15222 Tableau coloré sans utiliser le paquetage  
15223 \series bold
15224 colortbl
15225 \series default
15226
15227 \begin_inset Argument
15228 status open
15229
15230 \begin_layout Plain Layout
15231 Tableau sans colortbl
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \begin_layout Plain Layout
15245 \align center
15246 \begin_inset Tabular
15247 <lyxtabular version="3" rows="3" columns="3">
15248 <features tabularvalignment="middle">
15249 <column alignment="center" valignment="top" width="0">
15250 <column alignment="center" valignment="top" width="0">
15251 <column alignment="center" valignment="top" width="0">
15252 <row>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257
15258 \color green
15259 a
15260 \end_layout
15261
15262 \end_inset
15263 </cell>
15264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15265 \begin_inset Text
15266
15267 \begin_layout Plain Layout
15268
15269 \color red
15270 b
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279
15280 \color red
15281 c
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 </row>
15287 <row>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292
15293 \color green
15294 d
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \color blue
15305 e
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314
15315 \color blue
15316 f
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \color green
15329 g
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338
15339 \color blue
15340 h
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \color blue
15351 i
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 </lyxtabular>
15358
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \begin_layout Standard
15370 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15371  et choisissez une couleur dans le menu 
15372 \family sans
15373 Éditer\SpecialChar \menuseparator
15374 Style
15375 \begin_inset space ~
15376 \end_inset
15377
15378 de
15379 \begin_inset space ~
15380 \end_inset
15381
15382 Texte
15383 \family default
15384 .
15385  C'est ce qui a été utilisé pour créer le tableau
15386 \begin_inset space ~
15387 \end_inset
15388
15389
15390 \begin_inset CommandInset ref
15391 LatexCommand ref
15392 reference "tab:Tableau-coloré-sans-colortbl"
15393
15394 \end_inset
15395
15396 .
15397  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15398 \series bold
15399 colortbl
15400 \series default
15401 .
15402 \begin_inset Index idx
15403 status collapsed
15404
15405 \begin_layout Plain Layout
15406 Paquetages LaTeX ! colortbl
15407 \end_layout
15408
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \begin_layout Standard
15415 \begin_inset ERT
15416 status collapsed
15417
15418 \begin_layout Plain Layout
15419
15420
15421 \backslash
15422 ifcolortbl
15423 \end_layout
15424
15425 \end_inset
15426
15427
15428 \begin_inset Note Note
15429 status open
15430
15431 \begin_layout Plain Layout
15432 La section qui suit ne sera affichée que si vous avez installé le paquetage
15433  LaTeX 
15434 \series bold
15435 colortbl
15436 \series default
15437 .
15438 \end_layout
15439
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \begin_layout Standard
15446 Pour créer des tableaux colorés, vous devez charger le paquetage
15447 \series bold
15448  colortbl
15449 \series default
15450  dans le préambule avec la ligne
15451 \end_layout
15452
15453 \begin_layout Standard
15454
15455 \series bold
15456
15457 \backslash
15458 usepackage{colortbl}
15459 \end_layout
15460
15461 \begin_layout Standard
15462 On choisit la couleur d'une colonne avec la commande 
15463 \end_layout
15464
15465 \begin_layout Standard
15466
15467 \series bold
15468
15469 \backslash
15470 columncolor{nom de couleur}
15471 \end_layout
15472
15473 \begin_layout Standard
15474 à l'intérieur d'une commande 
15475 \series bold
15476 >{ }
15477 \series default
15478 .
15479  Vous trouverez plus d'information sur la commande 
15480 \series bold
15481 >{}
15482 \series default
15483  dans la section
15484 \begin_inset space ~
15485 \end_inset
15486
15487
15488 \begin_inset CommandInset ref
15489 LatexCommand ref
15490 reference "sub:Calculs-multicolonnes"
15491
15492 \end_inset
15493
15494 .
15495 \end_layout
15496
15497 \begin_layout Standard
15498 Les noms de couleurs suivants sont prédéfinis :
15499 \end_layout
15500
15501 \begin_layout Standard
15502
15503 \family sans
15504 red
15505 \family default
15506  (rouge), 
15507 \family sans
15508 green
15509 \family default
15510  (vert), 
15511 \family sans
15512 yellow
15513 \family default
15514  (jaune), 
15515 \family sans
15516 blue
15517 \family default
15518  (bleu), 
15519 \family sans
15520 cyan
15521 \family default
15522
15523 \family sans
15524 magenta
15525 \family default
15526
15527 \family sans
15528 black 
15529 \family default
15530 (noir) et 
15531 \family sans
15532 white 
15533 \family default
15534 (blanc).
15535 \end_layout
15536
15537 \begin_layout Standard
15538 \begin_inset VSpace medskip
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \begin_layout Standard
15545 Vous pouvez aussi définir votre propre couleur avec la commande
15546 \end_layout
15547
15548 \begin_layout Standard
15549
15550 \series bold
15551
15552 \backslash
15553 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15554 \end_layout
15555
15556 \begin_layout Standard
15557 Le modèle de couleur peut être
15558 \end_layout
15559
15560 \begin_layout Labeling
15561 \labelwidthstring 00.00.0000
15562 cmyk: cyan, magenta, jaune (yellow), noir (black)
15563 \end_layout
15564
15565 \begin_layout Labeling
15566 \labelwidthstring 00.00.0000
15567 rgb: red, vert (green), bleu (blue)
15568 \end_layout
15569
15570 \begin_layout Labeling
15571 \labelwidthstring 00.00.0000
15572 gray dégradé de gris (gray)
15573 \end_layout
15574
15575 \begin_layout Standard
15576 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15577  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15578 \end_layout
15579
15580 \begin_layout Standard
15581 Vous pouvez par exemple définir la couleur 
15582 \begin_inset Quotes eld
15583 \end_inset
15584
15585
15586 \emph on
15587 vertfonce
15588 \begin_inset Quotes erd
15589 \end_inset
15590
15591  dans le préambule avec la ligne
15592 \end_layout
15593
15594 \begin_layout Standard
15595
15596 \series bold
15597
15598 \backslash
15599 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15600 \end_layout
15601
15602 \begin_layout Standard
15603 et la couleur "
15604 \emph on
15605 grisclair
15606 \emph default
15607 " avec
15608 \end_layout
15609
15610 \begin_layout Standard
15611
15612 \series bold
15613
15614 \backslash
15615 definecolor{grisclair}{gray}{0.8}
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset VSpace medskip
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \begin_layout Standard
15626 Les lignes sont colorées avec la commande
15627 \end_layout
15628
15629 \begin_layout Standard
15630
15631 \series bold
15632
15633 \backslash
15634 rowcolor{nom de la couleur}
15635 \end_layout
15636
15637 \begin_layout Standard
15638 et les cellules sont colorées avec la commande
15639 \end_layout
15640
15641 \begin_layout Standard
15642
15643 \series bold
15644
15645 \backslash
15646 cellcolor{nom de la couleur}
15647 \end_layout
15648
15649 \begin_layout Standard
15650 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15651 \end_layout
15652
15653 \begin_layout Standard
15654 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15655  choisissez une couleur dans le menu 
15656 \family sans
15657 Éditer\SpecialChar \menuseparator
15658 Style
15659 \begin_inset space ~
15660 \end_inset
15661
15662 de
15663 \begin_inset space ~
15664 \end_inset
15665
15666 Texte
15667 \family default
15668 .
15669  Si une cellule contient du code TeX, faites bien attention à ne colorer
15670  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15671 \end_layout
15672
15673 \begin_layout Standard
15674 \begin_inset Note Greyedout
15675 status open
15676
15677 \begin_layout Plain Layout
15678
15679 \series bold
15680 Note:
15681 \series default
15682  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15683  définies par l'utilisateur.
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \begin_layout Standard
15692 \begin_inset VSpace bigskip
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \begin_layout Standard
15699 Pour créer le tableau
15700 \begin_inset space ~
15701 \end_inset
15702
15703
15704 \begin_inset CommandInset ref
15705 LatexCommand ref
15706 reference "tab:Tableau-coloré-avec-colortbl"
15707
15708 \end_inset
15709
15710  faites ce qui suit : La couleur de la première colonne doit être 
15711 \emph on
15712 vertfonce
15713 \emph default
15714 .
15715  On insère donc la commande
15716 \end_layout
15717
15718 \begin_layout Standard
15719
15720 \series bold
15721 >{
15722 \backslash
15723 columncolor{vertfonce}
15724 \backslash
15725 centering}c
15726 \end_layout
15727
15728 \begin_layout Standard
15729 en code TeX pour cette colonne.
15730  La première ligne doit être bleue
15731 \begin_inset Note Note
15732 status open
15733
15734 \begin_layout Plain Layout
15735 cyan ? (NdT)
15736 \end_layout
15737
15738 \end_inset
15739
15740 , d'où la commande en code TeX
15741 \end_layout
15742
15743 \begin_layout Standard
15744
15745 \series bold
15746
15747 \backslash
15748 rowcolor{cyan}
15749 \end_layout
15750
15751 \begin_layout Standard
15752 qui est insérée dans la première cellule de cette ligne.
15753  Notez que cela annule la couleur de colonne pour la première cellule.
15754  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15755  en code TeX la commande
15756 \end_layout
15757
15758 \begin_layout Standard
15759
15760 \series bold
15761
15762 \backslash
15763 cellcolor{magenta}
15764 \end_layout
15765
15766 \begin_layout Standard
15767 Les caractères peuvent maintenant être colorés en utilisant le menu 
15768 \family sans
15769 Éditer\SpecialChar \menuseparator
15770 Style
15771 \begin_inset space ~
15772 \end_inset
15773
15774 de
15775 \begin_inset space ~
15776 \end_inset
15777
15778 Texte
15779 \family default
15780 .
15781 \end_layout
15782
15783 \begin_layout Standard
15784 \begin_inset Float table
15785 placement h
15786 wide false
15787 sideways false
15788 status open
15789
15790 \begin_layout Plain Layout
15791 \begin_inset Caption
15792
15793 \begin_layout Plain Layout
15794 \begin_inset CommandInset label
15795 LatexCommand label
15796 name "tab:Tableau-coloré-avec-colortbl"
15797
15798 \end_inset
15799
15800 Tableau coloré en utilisant le paquetage 
15801 \series bold
15802 colortbl
15803 \series default
15804
15805 \begin_inset Argument
15806 status collapsed
15807
15808 \begin_layout Plain Layout
15809 Tableau avec colortbl
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Plain Layout
15823 \align center
15824 \begin_inset Tabular
15825 <lyxtabular version="3" rows="3" columns="3">
15826 <features tabularvalignment="middle">
15827 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15828 <column alignment="center" valignment="top" width="0">
15829 <column alignment="center" valignment="top" width="0">
15830 <row>
15831 <cell alignment="center" valignment="top" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 \begin_inset ERT
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839
15840
15841 \backslash
15842 rowcolor{cyan}
15843 \end_layout
15844
15845 \end_inset
15846
15847
15848 \color magenta
15849 a
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \color red
15860 b
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \color red
15871 c
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 <row>
15878 <cell alignment="center" valignment="top" usebox="none">
15879 \begin_inset Text
15880
15881 \begin_layout Plain Layout
15882
15883 \color yellow
15884 d
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \color blue
15895 e
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904
15905 \color blue
15906 f
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 <row>
15913 <cell alignment="center" valignment="top" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917
15918 \color yellow
15919 g
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928
15929 \color blue
15930 h
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 \begin_inset ERT
15940 status collapsed
15941
15942 \begin_layout Plain Layout
15943
15944
15945 \backslash
15946 cellcolor{magenta}
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \color green
15953 i
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 </row>
15959 </lyxtabular>
15960
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Standard
15972 \begin_inset ERT
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976
15977
15978 \backslash
15979 else
15980 \end_layout
15981
15982 \end_inset
15983
15984
15985 \begin_inset Note Note
15986 status open
15987
15988 \begin_layout Plain Layout
15989 Ce qui suit sera affiché si le paquetage 
15990 \series bold
15991 colortbl
15992 \series default
15993  n'est pas installé :
15994 \end_layout
15995
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \begin_layout Standard
16002 Vous devez installer le paquetage 
16003 \series bold
16004 colortbl
16005 \series default
16006  pour voir le contenu des cette section dans la sortie imprimée.
16007 \end_layout
16008
16009 \begin_layout Standard
16010 \begin_inset ERT
16011 status collapsed
16012
16013 \begin_layout Plain Layout
16014
16015
16016 \backslash
16017 fi
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \begin_layout Subsection
16026 Les filets colorées
16027 \begin_inset Index idx
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031 Tableau Coloré ! Pour les filets
16032 \end_layout
16033
16034 \end_inset
16035
16036
16037 \begin_inset Index idx
16038 status collapsed
16039
16040 \begin_layout Plain Layout
16041 Couleur ! Pour les filets des tableaux
16042 \end_layout
16043
16044 \end_inset
16045
16046
16047 \begin_inset Note Note
16048 status collapsed
16049
16050 \begin_layout Plain Layout
16051 on parle de filets plutôt que de lignes pour les tableaux
16052 \end_layout
16053
16054 \end_inset
16055
16056
16057 \end_layout
16058
16059 \begin_layout Standard
16060 Comme c'est décrit dans la section
16061 \begin_inset space ~
16062 \end_inset
16063
16064
16065 \begin_inset CommandInset ref
16066 LatexCommand ref
16067 reference "sub:Epaisseur-filets"
16068
16069 \end_inset
16070
16071 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
16072  variable 
16073 \series bold
16074
16075 \backslash
16076 arrayrulewidth
16077 \series default
16078 .
16079  Elle est mise à 1.5
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 pt pour tous les tableaux de cette section.
16084 \begin_inset ERT
16085 status collapsed
16086
16087 \begin_layout Plain Layout
16088
16089
16090 \backslash
16091 setlength{
16092 \backslash
16093 arrayrulewidth}{1.5pt}
16094 \end_layout
16095
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \begin_layout Standard
16102 Pour colorer les filets verticaux, par exemple en vert, créez le format
16103  de colonne suivant dans le préambule du document, en suivant la description
16104  de la section
16105 \begin_inset space ~
16106 \end_inset
16107
16108
16109 \begin_inset CommandInset ref
16110 LatexCommand ref
16111 reference "sub:Formats-personnalisés"
16112
16113 \end_inset
16114
16115 :
16116 \end_layout
16117
16118 \begin_layout Standard
16119
16120 \series bold
16121
16122 \backslash
16123 newcolumntype{W}{!{
16124 \backslash
16125 color{green}
16126 \backslash
16127 vline}}
16128 \end_layout
16129
16130 \begin_layout Standard
16131 Pour le tableau
16132 \begin_inset space ~
16133 \end_inset
16134
16135
16136 \begin_inset CommandInset ref
16137 LatexCommand ref
16138 reference "tab:Tableau-filets-verticaux-colorés"
16139
16140 \end_inset
16141
16142  le paramètre LaTeX
16143 \series bold
16144  WcW
16145 \series default
16146  a été utilisé pour la dernière colonne et
16147 \series bold
16148  Wc
16149 \series default
16150  pour les autres colonnes.
16151 \end_layout
16152
16153 \begin_layout Standard
16154 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16155 \end_layout
16156
16157 \begin_layout Standard
16158 \begin_inset Float table
16159 placement h
16160 wide false
16161 sideways false
16162 status open
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Caption
16166
16167 \begin_layout Plain Layout
16168 \begin_inset CommandInset label
16169 LatexCommand label
16170 name "tab:Tableau-filets-verticaux-colorés"
16171
16172 \end_inset
16173
16174 Tableau avec filets verticaux colorés
16175 \end_layout
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \begin_layout Plain Layout
16183 \align center
16184 \begin_inset Tabular
16185 <lyxtabular version="3" rows="3" columns="3">
16186 <features tabularvalignment="middle">
16187 <column alignment="center" valignment="top" width="0" special="Wc">
16188 <column alignment="center" valignment="top" width="0" special="Wc">
16189 <column alignment="center" valignment="top" width="0" special="WcW">
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 sd
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 <cell alignment="center" valignment="top" topline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 <cell alignment="center" valignment="top" topline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row>
16220 <cell alignment="center" valignment="top" topline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233 sd
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 </row>
16248 <row>
16249 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 sd
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \begin_layout Standard
16290 \begin_inset VSpace bigskip
16291 \end_inset
16292
16293 Pour colorer les filets horizontaux en rouge comme pour le tableau
16294 \begin_inset space ~
16295 \end_inset
16296
16297
16298 \begin_inset CommandInset ref
16299 LatexCommand ref
16300 reference "tab:Tableau-filet-horizontaux-colorés"
16301
16302 \end_inset
16303
16304 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16305  le flottant de tableau :
16306 \end_layout
16307
16308 \begin_layout Standard
16309
16310 \series bold
16311
16312 \backslash
16313 let
16314 \backslash
16315 myHlineC
16316 \backslash
16317 hline
16318 \begin_inset Newline newline
16319 \end_inset
16320
16321
16322 \backslash
16323 renewcommand{
16324 \backslash
16325 hline}
16326 \begin_inset Newline newline
16327 \end_inset
16328
16329
16330 \begin_inset Phantom HPhantom
16331 status open
16332
16333 \begin_layout Plain Layout
16334
16335 \series bold
16336 \begin_inset space ~
16337 \end_inset
16338
16339
16340 \end_layout
16341
16342 \end_inset
16343
16344 {
16345 \backslash
16346 arrayrulecolor{red}
16347 \backslash
16348 myHlineC
16349 \backslash
16350 arrayrulecolor{black}}
16351 \end_layout
16352
16353 \begin_layout Standard
16354 \begin_inset ERT
16355 status collapsed
16356
16357 \begin_layout Plain Layout
16358
16359
16360 \backslash
16361 let
16362 \backslash
16363 myHlineC
16364 \backslash
16365 hline
16366 \end_layout
16367
16368 \begin_layout Plain Layout
16369
16370
16371 \backslash
16372 renewcommand{
16373 \backslash
16374 hline}
16375 \end_layout
16376
16377 \begin_layout Plain Layout
16378
16379  {
16380 \backslash
16381 arrayrulecolor{red}
16382 \backslash
16383 myHlineC
16384 \backslash
16385 arrayrulecolor{black}}
16386 \end_layout
16387
16388 \end_inset
16389
16390
16391 \begin_inset Float table
16392 placement h
16393 wide false
16394 sideways false
16395 status open
16396
16397 \begin_layout Plain Layout
16398 \begin_inset Caption
16399
16400 \begin_layout Plain Layout
16401 \begin_inset CommandInset label
16402 LatexCommand label
16403 name "tab:Tableau-filet-horizontaux-colorés"
16404
16405 \end_inset
16406
16407 Tableau avec filets horizontaux colorés
16408 \end_layout
16409
16410 \end_inset
16411
16412
16413 \end_layout
16414
16415 \begin_layout Plain Layout
16416 \align center
16417 \begin_inset Tabular
16418 <lyxtabular version="3" rows="3" columns="3">
16419 <features tabularvalignment="middle">
16420 <column alignment="center" valignment="top" width="0">
16421 <column alignment="center" valignment="top" width="0">
16422 <column alignment="center" valignment="top" width="0">
16423 <row>
16424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16425 \begin_inset Text
16426
16427 \begin_layout Plain Layout
16428 sd
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 <row>
16453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 sd
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 sd
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 </lyxtabular>
16511
16512 \end_inset
16513
16514
16515 \end_layout
16516
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \begin_layout Standard
16523 Pour revenir à la couleur noire implicite, insérez la commande suivante
16524  en code TeX, juste après le tableau ou le flottant de tableau :
16525 \end_layout
16526
16527 \begin_layout Standard
16528
16529 \series bold
16530
16531 \backslash
16532 renewcommand{
16533 \backslash
16534 hline}{
16535 \backslash
16536 myHlineC}
16537 \end_layout
16538
16539 \begin_layout Standard
16540 Le tableau
16541 \begin_inset space ~
16542 \end_inset
16543
16544
16545 \begin_inset CommandInset ref
16546 LatexCommand ref
16547 reference "tab:Tableau-avec-filets-colorés"
16548
16549 \end_inset
16550
16551  est un exemple avec des filets horizontaux et verticaux colorés.
16552 \end_layout
16553
16554 \begin_layout Standard
16555 \begin_inset Float table
16556 placement h
16557 wide false
16558 sideways false
16559 status open
16560
16561 \begin_layout Plain Layout
16562 \begin_inset Caption
16563
16564 \begin_layout Plain Layout
16565 \begin_inset CommandInset label
16566 LatexCommand label
16567 name "tab:Tableau-avec-filets-colorés"
16568
16569 \end_inset
16570
16571 Tableau avec filets horizontaux et verticaux colorés
16572 \end_layout
16573
16574 \end_inset
16575
16576
16577 \end_layout
16578
16579 \begin_layout Plain Layout
16580 \align center
16581 \begin_inset Tabular
16582 <lyxtabular version="3" rows="3" columns="3">
16583 <features tabularvalignment="middle">
16584 <column alignment="center" valignment="top" width="0" special="Wc">
16585 <column alignment="center" valignment="top" width="0" special="Wc">
16586 <column alignment="center" valignment="top" width="0" special="WcW">
16587 <row>
16588 <cell alignment="center" valignment="top" topline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 sd
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 sd
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 <cell alignment="center" valignment="top" topline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row topspace="default">
16646 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 sd
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 </row>
16674 </lyxtabular>
16675
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \begin_layout Standard
16687 \begin_inset ERT
16688 status collapsed
16689
16690 \begin_layout Plain Layout
16691
16692
16693 \backslash
16694 renewcommand{
16695 \backslash
16696 hline}{
16697 \backslash
16698 myHlineC}
16699 \end_layout
16700
16701 \end_inset
16702
16703
16704 \end_layout
16705
16706 \begin_layout Standard
16707 \begin_inset ERT
16708 status collapsed
16709
16710 \begin_layout Plain Layout
16711
16712
16713 \backslash
16714 setlength{
16715 \backslash
16716 arrayrulewidth}{0.4pt}
16717 \end_layout
16718
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \begin_layout Section
16725 Personnalisation des Tableaux
16726 \begin_inset Index idx
16727 status collapsed
16728
16729 \begin_layout Plain Layout
16730 Tableau ! Personnalisation
16731 \end_layout
16732
16733 \end_inset
16734
16735
16736 \begin_inset Index idx
16737 status collapsed
16738
16739 \begin_layout Plain Layout
16740 Personnalisation des tableaux
16741 \end_layout
16742
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \begin_layout Subsection
16749 Espacement des lignes
16750 \begin_inset CommandInset label
16751 LatexCommand label
16752 name "sub:Espacement-lignes"
16753
16754 \end_inset
16755
16756
16757 \begin_inset Index idx
16758 status collapsed
16759
16760 \begin_layout Plain Layout
16761 Personnalisation des tableaux ! Espacement des lignes
16762 \end_layout
16763
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \begin_layout Standard
16770 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16771  l'onglet 
16772 \family sans
16773 Bordures
16774 \family default
16775  de la fenêtre de dialogue 
16776 \family sans
16777 Paramètres
16778 \begin_inset space ~
16779 \end_inset
16780
16781 du
16782 \begin_inset space ~
16783 \end_inset
16784
16785 tableau
16786 \family default
16787 .
16788  Vous y trouverez trois possibilités :
16789 \end_layout
16790
16791 \begin_layout Description
16792 Haut
16793 \begin_inset space ~
16794 \end_inset
16795
16796 de
16797 \begin_inset space ~
16798 \end_inset
16799
16800 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16801  Si le tableau est un tableau formel
16802 \begin_inset Foot
16803 status collapsed
16804
16805 \begin_layout Plain Layout
16806 Les tableaux formels sont décrits dans la section
16807 \begin_inset space ~
16808 \end_inset
16809
16810
16811 \begin_inset CommandInset ref
16812 LatexCommand ref
16813 reference "sec:Tableaux-Formels"
16814
16815 \end_inset
16816
16817 .
16818 \end_layout
16819
16820 \end_inset
16821
16822  LyX va insérer implicitement un espace de 0.5
16823 \begin_inset space \thinspace{}
16824 \end_inset
16825
16826 em.
16827  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16828  les filets verticaux comme dans le tableau suivant :
16829 \begin_inset VSpace medskip
16830 \end_inset
16831
16832
16833 \begin_inset Newline newline
16834 \end_inset
16835
16836
16837 \begin_inset space \hspace*{}
16838 \length 0pt
16839 \end_inset
16840
16841
16842 \begin_inset space \hfill{}
16843 \end_inset
16844
16845
16846 \begin_inset Tabular
16847 <lyxtabular version="3" rows="3" columns="1">
16848 <features tabularvalignment="middle">
16849 <column alignment="center" valignment="top" width="0">
16850 <row>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 A
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row topspace="3mm">
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 espace de 3
16867 \begin_inset space \thinspace{}
16868 \end_inset
16869
16870 mm en haut de la ligne
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 C
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 </row>
16887 </lyxtabular>
16888
16889 \end_inset
16890
16891
16892 \begin_inset space \hfill{}
16893 \end_inset
16894
16895
16896 \begin_inset space \hspace*{}
16897 \length 0pt
16898 \end_inset
16899
16900
16901 \begin_inset VSpace medskip
16902 \end_inset
16903
16904
16905 \begin_inset Newline newline
16906 \end_inset
16907
16908 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16909  pas de filets verticaux.
16910 \end_layout
16911
16912 \begin_layout Description
16913 Bas
16914 \begin_inset space ~
16915 \end_inset
16916
16917 de
16918 \begin_inset space ~
16919 \end_inset
16920
16921 ligne va ajouter de l'espace sous les caractères de la ligne.
16922  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16923  de 0.5
16924 \begin_inset space \thinspace{}
16925 \end_inset
16926
16927 em, pour les tableaux normaux, l'espace implicite est de 2
16928 \begin_inset space \thinspace{}
16929 \end_inset
16930
16931 pt.
16932 \end_layout
16933
16934 \begin_layout Description
16935 Entre
16936 \begin_inset space ~
16937 \end_inset
16938
16939 les
16940 \begin_inset space ~
16941 \end_inset
16942
16943 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16944  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16945  de 0.5
16946 \begin_inset space \thinspace{}
16947 \end_inset
16948
16949 em.
16950  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16951  les filets verticaux comme dans le tableau suivant :
16952 \begin_inset VSpace medskip
16953 \end_inset
16954
16955
16956 \begin_inset Newline newline
16957 \end_inset
16958
16959
16960 \begin_inset space \hspace*{}
16961 \length 0pt
16962 \end_inset
16963
16964
16965 \begin_inset space \hfill{}
16966 \end_inset
16967
16968
16969 \begin_inset Tabular
16970 <lyxtabular version="3" rows="3" columns="1">
16971 <features tabularvalignment="middle">
16972 <column alignment="center" valignment="top" width="0">
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 A
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row interlinespace="3mm">
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\downarrow$
16990 \end_inset
16991
16992  espace de 3
16993 \begin_inset space \thinspace{}
16994 \end_inset
16995
16996 mm entre les lignes 
16997 \begin_inset Formula $\downarrow$
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 </row>
17006 <row>
17007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\uparrow$
17012 \end_inset
17013
17014  espace de 3
17015 \begin_inset space \thinspace{}
17016 \end_inset
17017
17018 mm entre les lignes 
17019 \begin_inset Formula $\uparrow$
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 </row>
17028 </lyxtabular>
17029
17030 \end_inset
17031
17032
17033 \begin_inset space \hfill{}
17034 \end_inset
17035
17036
17037 \begin_inset space \hspace*{}
17038 \length 0pt
17039 \end_inset
17040
17041
17042 \begin_inset VSpace medskip
17043 \end_inset
17044
17045
17046 \begin_inset Newline newline
17047 \end_inset
17048
17049 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
17050  pas de filets verticaux.
17051 \end_layout
17052
17053 \begin_layout Standard
17054 \begin_inset VSpace bigskip
17055 \end_inset
17056
17057 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
17058  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
17059  dans le préambule :
17060 \end_layout
17061
17062 \begin_layout Standard
17063
17064 \series bold
17065
17066 \backslash
17067 @ifundefined{extrarowheight}
17068 \begin_inset Newline newline
17069 \end_inset
17070
17071
17072 \begin_inset Phantom HPhantom
17073 status open
17074
17075 \begin_layout Plain Layout
17076
17077 \series bold
17078 \begin_inset space ~
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085
17086 {
17087 \backslash
17088 usepackage{array}}{}
17089 \begin_inset Newline newline
17090 \end_inset
17091
17092
17093 \backslash
17094 setlength{
17095 \backslash
17096 extrarowheight}{height}
17097 \end_layout
17098
17099 \begin_layout Standard
17100 Mais ceci présente le défaut que le texte des cellules de tableau n'est
17101  plus exactement centré verticalement.
17102  (le paquetage 
17103 \series bold
17104 array 
17105 \series default
17106 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17107  auto-définis.
17108  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17109  
17110 \series bold
17111
17112 \backslash
17113 @ifundefined
17114 \series default
17115  dans la commande précédente.)
17116 \end_layout
17117
17118 \begin_layout Standard
17119 Si vous utilisez des polices de taille plus grande que la taille normale,
17120  les bordures des tableaux sont souvent trop proches du texte.
17121  On peut corriger ce problème en insérant la commande 
17122 \series bold
17123
17124 \begin_inset space \space{}
17125 \end_inset
17126
17127
17128 \backslash
17129 strut
17130 \series default
17131  en code TeX au debut d'une ligne du tableau.
17132  Le tableau
17133 \lang english
17134
17135 \begin_inset space ~
17136 \end_inset
17137
17138
17139 \begin_inset CommandInset ref
17140 LatexCommand ref
17141 reference "tab:Alignement-vertical"
17142
17143 \end_inset
17144
17145
17146 \lang french
17147  montre l'effet de cette commande.
17148 \end_layout
17149
17150 \begin_layout Standard
17151 \noindent
17152 \begin_inset Float table
17153 placement h
17154 wide false
17155 sideways false
17156 status open
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Caption
17160
17161 \begin_layout Plain Layout
17162 \begin_inset CommandInset label
17163 LatexCommand label
17164 name "tab:Alignement-vertical"
17165
17166 \end_inset
17167
17168 Alignement vertical d'un texte avec une police de grande taille.
17169 \end_layout
17170
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \begin_layout Plain Layout
17177 \begin_inset space \hfill{}
17178 \end_inset
17179
17180
17181 \begin_inset Float table
17182 wide false
17183 sideways false
17184 status collapsed
17185
17186 \begin_layout Plain Layout
17187 \begin_inset Caption
17188
17189 \begin_layout Plain Layout
17190 Tableau normal.
17191 \end_layout
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Plain Layout
17199 \noindent
17200 \align center
17201 \begin_inset Tabular
17202 <lyxtabular version="3" rows="6" columns="1">
17203 <features tabularvalignment="middle">
17204 <column alignment="left" valignment="top" width="0">
17205 <row>
17206 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 Normal, g
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \size large
17223 Large
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \size larger
17236 Larger
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \size largest
17249 Largest
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 </row>
17255 <row>
17256 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260
17261 \size huge
17262 Huge
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \size huge
17275 Huger
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 </lyxtabular>
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289
17290
17291 \begin_inset space \hfill{}
17292 \end_inset
17293
17294
17295 \begin_inset Float table
17296 wide false
17297 sideways false
17298 status collapsed
17299
17300 \begin_layout Plain Layout
17301 \begin_inset Caption
17302
17303 \begin_layout Plain Layout
17304 Tableau utilisant la commande 
17305 \series bold
17306
17307 \backslash
17308 strut
17309 \series default
17310 .
17311 \end_layout
17312
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \begin_layout Plain Layout
17319 \noindent
17320 \align center
17321 \begin_inset Tabular
17322 <lyxtabular version="3" rows="6" columns="1">
17323 <features tabularvalignment="middle">
17324 <column alignment="left" valignment="top" width="0">
17325 <row>
17326 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 Normal, g
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \size large
17343 \begin_inset ERT
17344 status collapsed
17345
17346 \begin_layout Plain Layout
17347
17348
17349 \backslash
17350 strut 
17351 \end_layout
17352
17353 \end_inset
17354
17355 Large
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \size larger
17368 \begin_inset ERT
17369 status collapsed
17370
17371 \begin_layout Plain Layout
17372
17373
17374 \backslash
17375 strut 
17376 \end_layout
17377
17378 \end_inset
17379
17380 Larger
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \size largest
17393 \begin_inset ERT
17394 status collapsed
17395
17396 \begin_layout Plain Layout
17397
17398
17399 \backslash
17400 strut 
17401 \end_layout
17402
17403 \end_inset
17404
17405 Largest
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \size huge
17418 \begin_inset ERT
17419 status collapsed
17420
17421 \begin_layout Plain Layout
17422
17423
17424 \backslash
17425 strut 
17426 \end_layout
17427
17428 \end_inset
17429
17430 Huge
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row>
17437 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \size giant
17443 \begin_inset ERT
17444 status collapsed
17445
17446 \begin_layout Plain Layout
17447
17448
17449 \backslash
17450 strut 
17451 \end_layout
17452
17453 \end_inset
17454
17455
17456 \size huge
17457 Huger
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 </row>
17463 </lyxtabular>
17464
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \end_inset
17471
17472
17473 \begin_inset space \hfill{}
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \begin_layout Standard
17485 \begin_inset Newpage newpage
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \begin_layout Subsection
17492 Alignements de cellules spéciaux
17493 \begin_inset CommandInset label
17494 LatexCommand label
17495 name "sub:Alignements-de-cellules"
17496
17497 \end_inset
17498
17499
17500 \begin_inset Index idx
17501 status collapsed
17502
17503 \begin_layout Plain Layout
17504 Personnalisation des tableaux ! Alignement de cellules spéciaux
17505 \end_layout
17506
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \begin_layout Standard
17513 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17514  cellules sur un caractère donné, par exemple le séparateur décimal comme
17515  dans le tableau
17516 \begin_inset space ~
17517 \end_inset
17518
17519
17520 \begin_inset CommandInset ref
17521 LatexCommand ref
17522 reference "tab:Tableau-centré-sur-séparateur-1"
17523
17524 \end_inset
17525
17526 .
17527  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17528  soit en appuyant sur le bouton 
17529 \begin_inset Graphics
17530         filename ../../images/tabular-feature_align-decimal.png
17531         scale 85
17532         scaleBeforeRotation
17533
17534 \end_inset
17535
17536 de la barre d'outils ou en modifiant le paramètre 
17537 \family sans
17538 Alignement horizontal
17539 \family default
17540  à 
17541 \family sans
17542 Au séparateur décimal
17543 \family default
17544 .
17545  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17546  dans les paramètres du tableau.
17547 \end_layout
17548
17549 \begin_layout Standard
17550 \begin_inset Float table
17551 placement h
17552 wide false
17553 sideways false
17554 status open
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Caption
17558
17559 \begin_layout Plain Layout
17560 \begin_inset CommandInset label
17561 LatexCommand label
17562 name "tab:Tableau-centré-sur-séparateur-1"
17563
17564 \end_inset
17565
17566 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \begin_layout Plain Layout
17575 \align center
17576 \begin_inset Tabular
17577 <lyxtabular version="3" rows="4" columns="1">
17578 <features booktabs="true" tabularvalignment="middle">
17579 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17580 <row>
17581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 en-tête
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row>
17592 <cell alignment="center" valignment="top" topline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596 12,6
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 0,68
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 </row>
17613 <row>
17614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 -123,0
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 </lyxtabular>
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 \begin_inset Float table
17638 placement h
17639 wide false
17640 sideways false
17641 status open
17642
17643 \begin_layout Plain Layout
17644 \begin_inset Caption
17645
17646 \begin_layout Plain Layout
17647 \begin_inset CommandInset label
17648 LatexCommand label
17649 name "tab:Tableau-centré-sur-séparateur-2"
17650
17651 \end_inset
17652
17653 Les cellules d'une colonnes sont centrées sur les opérateurs.
17654 \end_layout
17655
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \begin_layout Plain Layout
17662 \align center
17663 \begin_inset Tabular
17664 <lyxtabular version="3" rows="4" columns="2">
17665 <features booktabs="true" tabularvalignment="middle">
17666 <column alignment="right" valignment="top" width="0pt">
17667 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17668 <row>
17669 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673 en-tête
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 </row>
17688 <row>
17689 <cell alignment="center" valignment="top" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 \begin_inset Formula $12\,+$
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 <cell alignment="center" valignment="top" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 \begin_inset Formula $\,6$
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 </row>
17714 <row>
17715 <cell alignment="center" valignment="top" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 \begin_inset Formula $0\,-$
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 \begin_inset Formula $\,68$
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 </row>
17740 <row>
17741 <cell alignment="center" valignment="top" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745 \begin_inset Formula $-123\,/$
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 \begin_inset Formula $\,0$
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 </row>
17766 </lyxtabular>
17767
17768 \end_inset
17769
17770
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Standard
17779 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17780  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17781  formules.
17782  Dans ce cas on doit utiliser la méthode du tableau
17783 \begin_inset space ~
17784 \end_inset
17785
17786
17787 \begin_inset CommandInset ref
17788 LatexCommand ref
17789 reference "tab:Tableau-centré-sur-séparateur-2"
17790
17791 \end_inset
17792
17793 .
17794  Ce tableau a été créé comme un tableau 4×2.
17795  L'en-tête est une cellule multicolonne centrée.
17796  La première colonne est alignée à droite et contient la première partie
17797  et inclue l'opérateur.
17798  La seconde colonne contient le reste de la cellule aligné à gauche.
17799  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17800  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17801  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17802  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17803  :
17804 \end_layout
17805
17806 \begin_layout Standard
17807
17808 \series bold
17809 @{}l
17810 \end_layout
17811
17812 \begin_layout Standard
17813 Le tableau
17814 \begin_inset space ~
17815 \end_inset
17816
17817
17818 \begin_inset CommandInset ref
17819 LatexCommand ref
17820 reference "tab:Plusieurs-exemples-alignements"
17821
17822 \end_inset
17823
17824  montre quelques exemples d'alignements.
17825  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17826  comme pour la deuxième colonne du tableau
17827 \begin_inset space ~
17828 \end_inset
17829
17830
17831 \begin_inset CommandInset ref
17832 LatexCommand ref
17833 reference "tab:Tableau-centré-sur-séparateur-2"
17834
17835 \end_inset
17836
17837 .
17838 \end_layout
17839
17840 \begin_layout Standard
17841 \begin_inset Float table
17842 wide false
17843 sideways false
17844 status open
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Caption
17848
17849 \begin_layout Plain Layout
17850 \begin_inset CommandInset label
17851 LatexCommand label
17852 name "tab:Plusieurs-exemples-alignements"
17853
17854 \end_inset
17855
17856 Plusieurs exemples d'alignement de cellules.
17857 \end_layout
17858
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Plain Layout
17865 \align center
17866 \begin_inset Tabular
17867 <lyxtabular version="3" rows="4" columns="6">
17868 <features tabularvalignment="middle">
17869 <column alignment="right" valignment="top" width="0">
17870 <column alignment="left" valignment="top" width="0" special="@{}l">
17871 <column alignment="right" valignment="top" width="0">
17872 <column alignment="left" valignment="top" width="0" special="@{}l">
17873 <column alignment="right" valignment="top" width="0">
17874 <column alignment="left" valignment="top" width="0" special="@{}l">
17875 <row>
17876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 unités
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898 exposants
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 relations
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 12×
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 24
17946 \begin_inset space \thinspace{}
17947 \end_inset
17948
17949 bouteilles
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958 \begin_inset Formula $10\cdot$
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 \begin_inset Formula $10^{\mbox{-}17}$
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982 \begin_inset Formula $\Gamma(t)\propto$
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \end_inset
17989 </cell>
17990 <cell alignment="center" valignment="top" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994 \begin_inset Formula $\:\Upsilon(t)$
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008 1024×
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017 768
18018 \begin_inset space \thinspace{}
18019 \end_inset
18020
18021 Pixels
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Formula $5.78\cdot$
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \end_inset
18037 </cell>
18038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18039 \begin_inset Text
18040
18041 \begin_layout Plain Layout
18042 \begin_inset Formula $10^{7}$
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \end_inset
18049 </cell>
18050 <cell alignment="center" valignment="top" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054 \begin_inset Formula $A\ne$
18055 \end_inset
18056
18057
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 \begin_inset Formula $\: B_{\mathrm{red}}$
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 32×
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089 6
18090 \begin_inset space \thinspace{}
18091 \end_inset
18092
18093 cm
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 -
18103 \begin_inset Formula $33.5\cdot$
18104 \end_inset
18105
18106
18107 \end_layout
18108
18109 \end_inset
18110 </cell>
18111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18112 \begin_inset Text
18113
18114 \begin_layout Plain Layout
18115 \begin_inset Formula $10^{4}$
18116 \end_inset
18117
18118
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Formula $\sin(\alpha)\ge$
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139 \begin_inset Formula $\:\sin(\beta)$
18140 \end_inset
18141
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 </lyxtabular>
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Subsection
18161 Formats de cellule et de colonne personnalisés
18162 \begin_inset CommandInset label
18163 LatexCommand label
18164 name "sub:Formats-personnalisés"
18165
18166 \end_inset
18167
18168
18169 \begin_inset Index idx
18170 status collapsed
18171
18172 \begin_layout Plain Layout
18173 Personnalisation des tableaux !  Format de cellule/colonne
18174 \end_layout
18175
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \begin_layout Standard
18182 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18183  multicolonne comme dans la section
18184 \begin_inset space ~
18185 \end_inset
18186
18187
18188 \begin_inset CommandInset ref
18189 LatexCommand ref
18190 reference "sub:Calculs-multicolonnes"
18191
18192 \end_inset
18193
18194  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18195  multicolonnes.
18196  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18197  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18198  du document.
18199  Le format est défini avec la commande
18200 \end_layout
18201
18202 \begin_layout Standard
18203
18204 \series bold
18205
18206 \backslash
18207 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18208 \end_layout
18209
18210 \begin_layout Standard
18211 Le nom du format peut n'avoir qu'une lettre.
18212  Les lettres 
18213 \emph on
18214 b
18215 \emph default
18216
18217 \emph on
18218 c
18219 \emph default
18220
18221 \emph on
18222 l
18223 \emph default
18224
18225 \emph on
18226 m
18227 \emph default
18228
18229 \emph on
18230 p
18231 \emph default
18232  et 
18233 \emph on
18234 r
18235 \emph default
18236  sont prédéfinies et donc ne peuvent être utilisées.
18237  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18238 \end_layout
18239
18240 \begin_layout Standard
18241 \begin_inset VSpace medskip
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \begin_layout Standard
18248 Pour de cellules multicolonnes centrées verticalement et horizontalement
18249  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18250  :
18251 \end_layout
18252
18253 \begin_layout Standard
18254
18255 \series bold
18256
18257 \backslash
18258 newcolumntype{M}[1]{>{
18259 \backslash
18260 centering
18261 \backslash
18262 hspace{0pt}}m{#1}}
18263 \end_layout
18264
18265 \begin_layout Standard
18266 Où le 
18267 \series bold
18268
18269 \backslash
18270 hspace{0pt}
18271 \series default
18272  évite le problème de césure du premier mot, comme c'est décrit en section
18273 \begin_inset space ~
18274 \end_inset
18275
18276
18277 \begin_inset CommandInset ref
18278 LatexCommand ref
18279 reference "sub:Lignes-multiple-dans-cellule"
18280
18281 \end_inset
18282
18283 .
18284  Ensuite, vous pouvez entrer
18285 \end_layout
18286
18287 \begin_layout Standard
18288
18289 \series bold
18290 M{width}
18291 \end_layout
18292
18293 \begin_layout Standard
18294 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18295  une multicolonne.
18296 \end_layout
18297
18298 \begin_layout Standard
18299 \begin_inset VSpace bigskip
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \begin_layout Standard
18306 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18307  définir le format
18308 \end_layout
18309
18310 \begin_layout Standard
18311
18312 \series bold
18313
18314 \backslash
18315 newcolumntype{S}[2]{>{
18316 \backslash
18317 centering
18318 \backslash
18319 hspace{0pt}}
18320 \begin_inset Newline newline
18321 \end_inset
18322
18323
18324 \begin_inset Phantom HPhantom
18325 status open
18326
18327 \begin_layout Plain Layout
18328
18329 \series bold
18330
18331 \backslash
18332 newcolumntype{S}[2]
18333 \end_layout
18334
18335 \end_inset
18336
18337 m{(#1+(2
18338 \backslash
18339 tabcolsep+
18340 \backslash
18341 arrayrulewidth)*(1-#2))/#2}}
18342 \end_layout
18343
18344 \begin_layout Standard
18345 Ce format utilise l'équation
18346 \begin_inset space ~
18347 \end_inset
18348
18349
18350 \begin_inset CommandInset ref
18351 LatexCommand eqref
18352 reference "eq:Wgn"
18353
18354 \end_inset
18355
18356  pour calculer la largeur que doit avoir chacune des cellules couverte par
18357  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18358 \end_layout
18359
18360 \begin_layout Standard
18361 Ensuite, vous pouvez entrer
18362 \end_layout
18363
18364 \begin_layout Standard
18365
18366 \series bold
18367 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18368 \end_layout
18369
18370 \begin_layout Standard
18371 comme paramètre LaTeX de la colonne.
18372 \end_layout
18373
18374 \begin_layout Standard
18375 \begin_inset VSpace bigskip
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \begin_layout Standard
18382 Pour des colonnes colorées, vous pouvez définir
18383 \end_layout
18384
18385 \begin_layout Standard
18386
18387 \series bold
18388
18389 \backslash
18390 newcolumntype{K}[1]{>{
18391 \backslash
18392 columncolor{#1}
18393 \backslash
18394 hspace{0pt}}c}
18395 \end_layout
18396
18397 \begin_layout Standard
18398 Le 
18399 \begin_inset Quotes eld
18400 \end_inset
18401
18402 c
18403 \begin_inset Quotes erd
18404 \end_inset
18405
18406  à la fin crée une colonne de largeur variable dont le texte est centré
18407  horizontalement.
18408  Vous pouvez maintenant entrer
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414 K{nom de couleur}
18415 \end_layout
18416
18417 \begin_layout Standard
18418 comme paramètre LaTeX.
18419 \end_layout
18420
18421 \begin_layout Standard
18422 \begin_inset VSpace bigskip
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \begin_layout Standard
18429 Pour créer le tableau
18430 \begin_inset space ~
18431 \end_inset
18432
18433
18434 \begin_inset CommandInset ref
18435 LatexCommand ref
18436 reference "tab:Tableau-formats-personnalisés"
18437
18438 \end_inset
18439
18440  utilisez les paramètres LaTeX
18441 \end_layout
18442
18443 \begin_layout Standard
18444
18445 \series bold
18446 M{2.5cm}
18447 \end_layout
18448
18449 \begin_layout Standard
18450 pour la première colonne et la multicolonne,
18451 \end_layout
18452
18453 \begin_layout Standard
18454
18455 \series bold
18456 K{red}
18457 \end_layout
18458
18459 \begin_layout Standard
18460 pour la dernière colonne, et
18461 \end_layout
18462
18463 \begin_layout Standard
18464
18465 \series bold
18466 S{2.5cm}{2}
18467 \end_layout
18468
18469 \begin_layout Standard
18470 pour les cellules de la deuxième colonne.
18471 \end_layout
18472
18473 \begin_layout Standard
18474 \begin_inset Float table
18475 placement h
18476 wide false
18477 sideways false
18478 status open
18479
18480 \begin_layout Plain Layout
18481 \begin_inset Caption
18482
18483 \begin_layout Plain Layout
18484 \begin_inset CommandInset label
18485 LatexCommand label
18486 name "tab:Tableau-formats-personnalisés"
18487
18488 \end_inset
18489
18490 Tableau utilisant des formats personnalisés
18491 \end_layout
18492
18493 \end_inset
18494
18495
18496 \end_layout
18497
18498 \begin_layout Plain Layout
18499 \align center
18500 \begin_inset Tabular
18501 <lyxtabular version="3" rows="3" columns="4">
18502 <features tabularvalignment="middle">
18503 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18504 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18505 <column alignment="center" valignment="middle" width="0">
18506 <column alignment="center" valignment="middle" width="0" special="K{red}">
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 motTrèsLongDansUneCellule
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 multicolonne avec multiligne
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 c
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 </row>
18545 <row>
18546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 d
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 e
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568 f
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 g
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 </row>
18583 <row>
18584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 h
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 i
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 j
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 k
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 </lyxtabular>
18622
18623 \end_inset
18624
18625
18626 \end_layout
18627
18628 \end_inset
18629
18630
18631 \end_layout
18632
18633 \begin_layout Subsection
18634 Épaisseur des filets
18635 \begin_inset CommandInset label
18636 LatexCommand label
18637 name "sub:Epaisseur-filets"
18638
18639 \end_inset
18640
18641
18642 \begin_inset Index idx
18643 status collapsed
18644
18645 \begin_layout Plain Layout
18646 Personnalisation des tableaux ! Épaisseur filets
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Standard
18655 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18656  
18657 \series bold
18658
18659 \backslash
18660 arrayrulewidth
18661 \series default
18662 .
18663  Pour mettre, par exemple, une épaisseur de filet de 1.5
18664 \begin_inset space \thinspace{}
18665 \end_inset
18666
18667 pt, comme pour le tableau
18668 \begin_inset space ~
18669 \end_inset
18670
18671
18672 \begin_inset CommandInset ref
18673 LatexCommand ref
18674 reference "tab:Tableau-filets-1.5pt"
18675
18676 \end_inset
18677
18678 , insérez la commande
18679 \end_layout
18680
18681 \begin_layout Standard
18682
18683 \series bold
18684
18685 \backslash
18686 setlength{
18687 \backslash
18688 arrayrulewidth}{1.5pt}
18689 \end_layout
18690
18691 \begin_layout Standard
18692 en code TeX avant le tableau ou le flottant de tableau.
18693  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18694  suivent.
18695  pour revenir aux valeurs implicites, mettez 
18696 \series bold
18697
18698 \backslash
18699 arrayrulewidth
18700 \series default
18701  à 0.4
18702 \begin_inset space \thinspace{}
18703 \end_inset
18704
18705 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18706 \end_layout
18707
18708 \begin_layout Standard
18709 \begin_inset ERT
18710 status collapsed
18711
18712 \begin_layout Plain Layout
18713
18714
18715 \backslash
18716 setlength{
18717 \backslash
18718 arrayrulewidth}{1.5pt}
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \begin_inset Float table
18725 wide false
18726 sideways false
18727 status open
18728
18729 \begin_layout Plain Layout
18730 \begin_inset Caption
18731
18732 \begin_layout Plain Layout
18733 \begin_inset CommandInset label
18734 LatexCommand label
18735 name "tab:Tableau-filets-1.5pt"
18736
18737 \end_inset
18738
18739 Tableau avec des filets de 1.5
18740 \begin_inset space \thinspace{}
18741 \end_inset
18742
18743 pt
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \begin_layout Plain Layout
18752 \align center
18753 \begin_inset Tabular
18754 <lyxtabular version="3" rows="3" columns="3">
18755 <features tabularvalignment="middle">
18756 <column alignment="center" valignment="top" width="0">
18757 <column alignment="center" valignment="top" width="0">
18758 <column alignment="center" valignment="top" width="0">
18759 <row>
18760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764 sd
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \end_layout
18784
18785 \end_inset
18786 </cell>
18787 </row>
18788 <row>
18789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802 sd
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18808 \begin_inset Text
18809
18810 \begin_layout Plain Layout
18811
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 </row>
18817 <row>
18818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 sd
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 </row>
18846 </lyxtabular>
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \begin_inset ERT
18857 status collapsed
18858
18859 \begin_layout Plain Layout
18860
18861
18862 \backslash
18863 setlength{
18864 \backslash
18865 arrayrulewidth}{0.4pt}
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \begin_layout Standard
18874 \begin_inset VSpace bigskip
18875 \end_inset
18876
18877 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18878 \begin_inset space \thinspace{}
18879 \end_inset
18880
18881 pt, comme dans le tableau
18882 \begin_inset space ~
18883 \end_inset
18884
18885
18886 \begin_inset CommandInset ref
18887 LatexCommand ref
18888 reference "tab:Tableau-filets-horizontaux-1.5pt"
18889
18890 \end_inset
18891
18892 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18893  de tableau :
18894 \end_layout
18895
18896 \begin_layout Standard
18897
18898 \series bold
18899
18900 \backslash
18901 let
18902 \backslash
18903 myHline
18904 \backslash
18905 hline
18906 \begin_inset Newline newline
18907 \end_inset
18908
18909
18910 \backslash
18911 renewcommand{
18912 \backslash
18913 hline}
18914 \begin_inset Newline newline
18915 \end_inset
18916
18917  {
18918 \backslash
18919 noalign{
18920 \backslash
18921 global
18922 \backslash
18923 arrayrulewidth 1.5pt}
18924 \begin_inset Newline newline
18925 \end_inset
18926
18927  
18928 \backslash
18929 myHline
18930 \backslash
18931 noalign{
18932 \backslash
18933 global
18934 \backslash
18935 arrayrulewidth 0.4pt}}
18936 \end_layout
18937
18938 \begin_layout Standard
18939 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18940  en code TeX après le tableau ou le flottant de tableau :
18941 \end_layout
18942
18943 \begin_layout Standard
18944
18945 \series bold
18946
18947 \backslash
18948 renewcommand{
18949 \backslash
18950 hline}{
18951 \backslash
18952 myHline}
18953 \end_layout
18954
18955 \begin_layout Standard
18956 \begin_inset ERT
18957 status collapsed
18958
18959 \begin_layout Plain Layout
18960
18961
18962 \backslash
18963 let
18964 \backslash
18965 myHline
18966 \backslash
18967 hline
18968 \end_layout
18969
18970 \begin_layout Plain Layout
18971
18972
18973 \backslash
18974 renewcommand{
18975 \backslash
18976 hline}
18977 \end_layout
18978
18979 \begin_layout Plain Layout
18980
18981  {
18982 \backslash
18983 noalign{
18984 \backslash
18985 global
18986 \backslash
18987 arrayrulewidth 1.5pt}
18988 \end_layout
18989
18990 \begin_layout Plain Layout
18991
18992   
18993 \backslash
18994 myHline
18995 \backslash
18996 noalign{
18997 \backslash
18998 global
18999 \backslash
19000 arrayrulewidth 0.4pt}}
19001 \end_layout
19002
19003 \end_inset
19004
19005
19006 \begin_inset Float table
19007 wide false
19008 sideways false
19009 status open
19010
19011 \begin_layout Plain Layout
19012 \begin_inset Caption
19013
19014 \begin_layout Plain Layout
19015 \begin_inset CommandInset label
19016 LatexCommand label
19017 name "tab:Tableau-filets-horizontaux-1.5pt"
19018
19019 \end_inset
19020
19021 Tableau avec des filets horizontaux de 1.5
19022 \begin_inset space \thinspace{}
19023 \end_inset
19024
19025 pt
19026 \end_layout
19027
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \begin_layout Plain Layout
19034 \align center
19035 \begin_inset Tabular
19036 <lyxtabular version="3" rows="3" columns="3">
19037 <features tabularvalignment="middle">
19038 <column alignment="center" valignment="top" width="0">
19039 <column alignment="center" valignment="top" width="0">
19040 <column alignment="center" valignment="top" width="0">
19041 <row>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 sd
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 </row>
19070 <row>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084 sd
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 </row>
19099 <row>
19100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 sd
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 </lyxtabular>
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \end_inset
19136
19137
19138 \begin_inset ERT
19139 status collapsed
19140
19141 \begin_layout Plain Layout
19142
19143
19144 \backslash
19145 renewcommand{
19146 \backslash
19147 hline}{
19148 \backslash
19149 myHline}
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Standard
19158 \begin_inset VSpace bigskip
19159 \end_inset
19160
19161 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19162 \begin_inset space \thinspace{}
19163 \end_inset
19164
19165 pt, créez le format de colonne suivant dans le préambule, en suivant la
19166  description de la section
19167 \begin_inset space ~
19168 \end_inset
19169
19170
19171 \begin_inset CommandInset ref
19172 LatexCommand ref
19173 reference "sub:Formats-personnalisés"
19174
19175 \end_inset
19176
19177 :
19178 \end_layout
19179
19180 \begin_layout Standard
19181
19182 \series bold
19183
19184 \backslash
19185 newcolumntype{V}{!{
19186 \backslash
19187 vrule width 1.5pt}}
19188 \end_layout
19189
19190 \begin_layout Standard
19191 Pour le tableau
19192 \begin_inset space ~
19193 \end_inset
19194
19195
19196 \begin_inset CommandInset ref
19197 LatexCommand ref
19198 reference "tab:Tableau-filets-verticaux-1.5pt"
19199
19200 \end_inset
19201
19202  le paramètre LaTeX 
19203 \end_layout
19204
19205 \begin_layout Standard
19206
19207 \series bold
19208 VcV
19209 \end_layout
19210
19211 \begin_layout Standard
19212 a été utilisé pour la dernière colonne et
19213 \end_layout
19214
19215 \begin_layout Standard
19216
19217 \series bold
19218 Vc
19219 \end_layout
19220
19221 \begin_layout Standard
19222 pour les autres colonnes.
19223 \end_layout
19224
19225 \begin_layout Standard
19226 \begin_inset Float table
19227 wide false
19228 sideways false
19229 status open
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Caption
19233
19234 \begin_layout Plain Layout
19235 \begin_inset CommandInset label
19236 LatexCommand label
19237 name "tab:Tableau-filets-verticaux-1.5pt"
19238
19239 \end_inset
19240
19241 Tableau avec des filets verticaux de 1.5
19242 \begin_inset space \thinspace{}
19243 \end_inset
19244
19245 pt 
19246 \end_layout
19247
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \begin_layout Plain Layout
19254 \align center
19255 \begin_inset Tabular
19256 <lyxtabular version="3" rows="3" columns="3">
19257 <features tabularvalignment="middle">
19258 <column alignment="center" valignment="top" width="0" special="Vc">
19259 <column alignment="center" valignment="top" width="0" special="Vc">
19260 <column alignment="center" valignment="top" width="0" special="VcV">
19261 <row>
19262 <cell alignment="center" valignment="top" topline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266 sd
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 <cell alignment="center" valignment="top" topline="true" usebox="none">
19281 \begin_inset Text
19282
19283 \begin_layout Plain Layout
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 sd
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 </row>
19319 <row>
19320 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 sd
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 </lyxtabular>
19349
19350 \end_inset
19351
19352
19353 \end_layout
19354
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \begin_layout Subsection
19361 Filets à traits interrompus
19362 \begin_inset Index idx
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366 Personnalisation des tableaux ! Filets à traits interrompus
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \begin_layout Standard
19375 \begin_inset ERT
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379
19380
19381 \backslash
19382 ifarydshln
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \begin_inset Note Note
19389 status open
19390
19391 \begin_layout Plain Layout
19392 La section suivante ne s'affichera que si vous avez installé le paquetage
19393  LaTeX 
19394 \series bold
19395 arydshln
19396 \series default
19397 .
19398 \end_layout
19399
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \begin_layout Standard
19406 \begin_inset Float table
19407 placement H
19408 wide false
19409 sideways false
19410 status open
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Caption
19414
19415 \begin_layout Plain Layout
19416 \begin_inset CommandInset label
19417 LatexCommand label
19418 name "tab:Tableau-filets-tirets"
19419
19420 \end_inset
19421
19422 Tableau avec des filets à traits interrompus
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Plain Layout
19431 \align center
19432 \begin_inset Tabular
19433 <lyxtabular version="3" rows="5" columns="5">
19434 <features tabularvalignment="middle">
19435 <column alignment="center" valignment="top" width="0">
19436 <column alignment="center" valignment="top" width="0">
19437 <column alignment="center" valignment="top" width="0" special=":c">
19438 <column alignment="center" valignment="top" width="0">
19439 <column alignment="center" valignment="top" width="0">
19440 <row>
19441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19442 \begin_inset Text
19443
19444 \begin_layout Plain Layout
19445 a
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 b
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 c
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 d
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 e
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 f
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 g
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510 h
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 i
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 j
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 </row>
19534 <row>
19535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset ERT
19540 status collapsed
19541
19542 \begin_layout Plain Layout
19543
19544
19545 \backslash
19546 hdashline 
19547 \end_layout
19548
19549 \end_inset
19550
19551 k
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560 l
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 m
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 n
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 o
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 </row>
19593 <row>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 \begin_inset ERT
19599 status collapsed
19600
19601 \begin_layout Plain Layout
19602
19603
19604 \backslash
19605 cdashline{4-5}
19606 \end_layout
19607
19608 \end_inset
19609
19610 p
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619 q
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 r
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637 s
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657 t
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 u
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 v
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 w
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 x
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 </lyxtabular>
19700
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \begin_layout Standard
19712 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19713  donc employer du code TeX.
19714  Mais avant il faut charger le paquetage LaTeX 
19715 \series bold
19716 arydshln
19717 \series default
19718
19719 \begin_inset Index idx
19720 status collapsed
19721
19722 \begin_layout Plain Layout
19723 Paquetages LaTeX ! arydshln
19724 \end_layout
19725
19726 \end_inset
19727
19728  dans le préambule du document avec la commande 
19729 \end_layout
19730
19731 \begin_layout Standard
19732
19733 \series bold
19734
19735 \backslash
19736 usepackage{arydshln}
19737 \end_layout
19738
19739 \begin_layout Standard
19740 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19741  
19742 \begin_inset Quotes eld
19743 \end_inset
19744
19745 :
19746 \begin_inset Quotes erd
19747 \end_inset
19748
19749  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19750  dans la fenêtre de dialogue de paramètre du tableau.
19751 \end_layout
19752
19753 \begin_layout Standard
19754 Pour un trait horizontal interrompu, ajoutez la commande
19755 \end_layout
19756
19757 \begin_layout Standard
19758
19759 \series bold
19760
19761 \backslash
19762 hdashline
19763 \end_layout
19764
19765 \begin_layout Standard
19766 en code TeX comme premier élément de la première cellule de la ligne de
19767  tableau.
19768 \end_layout
19769
19770 \begin_layout Standard
19771 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19772  commande 
19773 \end_layout
19774
19775 \begin_layout Standard
19776
19777 \series bold
19778
19779 \backslash
19780 cdashline{
19781 \series default
19782 numéros de colonnes}
19783 \end_layout
19784
19785 \begin_layout Standard
19786 en code TeX comme premier élément de la première cellule de la ligne.
19787  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19788  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19789 \end_layout
19790
19791 \begin_layout Standard
19792
19793 \series bold
19794
19795 \backslash
19796 cdashline{2-4}
19797 \end_layout
19798
19799 \begin_layout Standard
19800 comme premier élément de la première cellule de la ligne contenant la multicolon
19801 ne.
19802 \end_layout
19803
19804 \begin_layout Standard
19805 \begin_inset VSpace bigskip
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \begin_layout Standard
19812 Le tableau
19813 \begin_inset space ~
19814 \end_inset
19815
19816
19817 \begin_inset CommandInset ref
19818 LatexCommand ref
19819 reference "tab:Tableau-filets-tirets"
19820
19821 \end_inset
19822
19823  a été créé en utilisant 
19824 \begin_inset Quotes eld
19825 \end_inset
19826
19827
19828 \series bold
19829 :c
19830 \series default
19831
19832 \begin_inset Quotes erd
19833 \end_inset
19834
19835  comme paramètre LaTeX pour la troisième colonne.
19836  La commande en code TeX 
19837 \series bold
19838
19839 \backslash
19840 hdashline
19841 \series default
19842  a été insérée dans la première cellule de la troisième ligne et la commande
19843  en code TeX 
19844 \series bold
19845
19846 \backslash
19847 cdashline{4-5}
19848 \series default
19849  a été insérée dans la première cellule de la quatrième ligne.
19850 \end_layout
19851
19852 \begin_layout Standard
19853 \begin_inset Note Greyedout
19854 status open
19855
19856 \begin_layout Plain Layout
19857
19858 \series bold
19859 Note:
19860 \series default
19861  Le paquetage LaTeX 
19862 \series bold
19863 arydshln
19864 \series default
19865  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19866  
19867 \series bold
19868 colortbl
19869 \series default
19870
19871 \begin_inset Index idx
19872 status collapsed
19873
19874 \begin_layout Plain Layout
19875 Paquetages LaTeX ! colortbl
19876 \end_layout
19877
19878 \end_inset
19879
19880  qui est utilisé pour avoir des tableaux colorés dans la section
19881 \begin_inset space ~
19882 \end_inset
19883
19884
19885 \begin_inset CommandInset ref
19886 LatexCommand ref
19887 reference "sec:Tableaux-Colorés"
19888
19889 \end_inset
19890
19891 .
19892  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19893  traits interrompus.
19894 \end_layout
19895
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \begin_layout Standard
19902 \begin_inset ERT
19903 status collapsed
19904
19905 \begin_layout Plain Layout
19906
19907
19908 \backslash
19909 else
19910 \end_layout
19911
19912 \end_inset
19913
19914
19915 \begin_inset Note Note
19916 status open
19917
19918 \begin_layout Plain Layout
19919 Ce qui suit sera affiché si le paquetage LaTeX 
19920 \series bold
19921 arydshln
19922 \series default
19923  n'est pas installé :
19924 \end_layout
19925
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \begin_layout Standard
19932 Vous devez installer le paquetage LaTeX 
19933 \series bold
19934 arydshln
19935 \series default
19936  pour voir le contenu des cette section dans la sortie imprimée.
19937 \end_layout
19938
19939 \begin_layout Standard
19940 \begin_inset ERT
19941 status collapsed
19942
19943 \begin_layout Plain Layout
19944
19945
19946 \backslash
19947 fi
19948 \end_layout
19949
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \begin_layout Chapter
19956 Flottants
19957 \begin_inset CommandInset label
19958 LatexCommand label
19959 name "chap:Flottants"
19960
19961 \end_inset
19962
19963
19964 \begin_inset Index idx
19965 status collapsed
19966
19967 \begin_layout Plain Layout
19968 Flottants
19969 \end_layout
19970
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \begin_layout Section
19977 Introduction
19978 \begin_inset CommandInset label
19979 LatexCommand label
19980 name "sec:Flottants-Introduction"
19981
19982 \end_inset
19983
19984
19985 \begin_inset Index idx
19986 status collapsed
19987
19988 \begin_layout Plain Layout
19989 Flottants ! Introduction
19990 \end_layout
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Standard
19998 Un flottant est une portion de document, qui peut être associé à une étiquette
19999  et dont la position n'est pas fixée.
20000  Il peut 
20001 \begin_inset Quotes eld
20002 \end_inset
20003
20004 flotter
20005 \begin_inset Quotes erd
20006 \end_inset
20007
20008  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
20009  plus approprié.
20010  Les 
20011 \family sans
20012 Notes
20013 \begin_inset space ~
20014 \end_inset
20015
20016 en
20017 \begin_inset space ~
20018 \end_inset
20019
20020 Bas
20021 \begin_inset space ~
20022 \end_inset
20023
20024 de
20025 \begin_inset space ~
20026 \end_inset
20027
20028 Page
20029 \family default
20030  et le 
20031 \family sans
20032 Notes
20033 \begin_inset space ~
20034 \end_inset
20035
20036 en
20037 \begin_inset space ~
20038 \end_inset
20039
20040 Marge
20041 \family default
20042  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
20043  sur la page suivante quand il y a trop de notes sur la page courante.
20044 \end_layout
20045
20046 \begin_layout Standard
20047 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
20048  très grande qualité.
20049  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
20050  éviter des lignes blanches ou des pages sans texte.
20051  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
20052  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
20053  le texte.
20054  Les flottants sont donc numérotés.
20055  Les références croisées sont décrites dans la section
20056 \begin_inset space ~
20057 \end_inset
20058
20059
20060 \begin_inset CommandInset ref
20061 LatexCommand ref
20062 reference "sec:Referencer-les-Flottants"
20063
20064 \end_inset
20065
20066 .
20067 \end_layout
20068
20069 \begin_layout Standard
20070 Pour insérer un flottant, on utilise un des sous menus du menu 
20071 \family sans
20072 Insérer\SpecialChar \menuseparator
20073 Flottant.
20074
20075 \family default
20076  Une boîte va être insérée dans votre document avec par exemple une étiquette
20077  du genre 
20078 \begin_inset Quotes eld
20079 \end_inset
20080
20081 Figure
20082 \begin_inset space ~
20083 \end_inset
20084
20085 #:
20086 \begin_inset Quotes erd
20087 \end_inset
20088
20089  (où # est un numéro).
20090  L'étiquette est automatiquement traduite dans la langue du document dans
20091  la sortie finale.
20092  Après l'étiquette vous pouvez insérer du texte comme légende.
20093  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
20094  séparé, à l'intérieur du flottant.
20095  Vous trouverez plus de détails sur le positionnement des légendes dans
20096  la section
20097 \begin_inset space ~
20098 \end_inset
20099
20100
20101 \begin_inset CommandInset ref
20102 LatexCommand ref
20103 reference "sec:Placement-légende"
20104
20105 \end_inset
20106
20107 .
20108  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20109  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20110  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20111  Une boîte de flottant fermée ressemble à ceci : 
20112 \begin_inset Graphics
20113         filename clipart/floatQt4.png
20114         scale 60
20115
20116 \end_inset
20117
20118  – une case grise avec un texte rouge.
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20123  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20124  est formaté de façon particulière.
20125 \end_layout
20126
20127 \begin_layout Section
20128 Les Types de Flottants
20129 \end_layout
20130
20131 \begin_layout Standard
20132 En plus des flottants de figures et de tableau qui sont décrits respectivement
20133  dans les sections
20134 \begin_inset space ~
20135 \end_inset
20136
20137
20138 \begin_inset CommandInset ref
20139 LatexCommand ref
20140 reference "sec:Figure-Floats"
20141
20142 \end_inset
20143
20144  et 
20145 \begin_inset CommandInset ref
20146 LatexCommand ref
20147 reference "sec:Table-Floats"
20148
20149 \end_inset
20150
20151 , LyX offre aussi les types 
20152 \family sans
20153 Algorithme
20154 \family default
20155  et 
20156 \family sans
20157 Enrobage
20158 \family default
20159 .
20160  
20161 \lang english
20162 The latter are explained in sec.
20163 \lang french
20164
20165 \begin_inset space \thinspace{}
20166 \end_inset
20167
20168
20169 \begin_inset CommandInset ref
20170 LatexCommand ref
20171 reference "sec:Flottant-d'enrobage"
20172
20173 \end_inset
20174
20175 .
20176 \end_layout
20177
20178 \begin_layout Subsection
20179 Flottant d'algorithme
20180 \begin_inset Index idx
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 Flottants ! Algorithmes
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \begin_inset CommandInset label
20191 LatexCommand label
20192 name "sub:Flottant-d'Algorithme"
20193
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \begin_layout Standard
20200 \begin_inset Float algorithm
20201 placement h
20202 wide false
20203 sideways false
20204 status open
20205
20206 \begin_layout Plain Layout
20207 \begin_inset Caption
20208
20209 \begin_layout Plain Layout
20210 \begin_inset CommandInset label
20211 LatexCommand label
20212 name "alg:Exemple-Flottant-Algorithme"
20213
20214 \end_inset
20215
20216 Exemple de flottant d'algorithme
20217 \end_layout
20218
20219 \end_inset
20220
20221
20222 \end_layout
20223
20224 \begin_layout LyX-Code
20225 for I in 1..N loop
20226 \begin_inset Newline newline
20227 \end_inset
20228
20229  Sum:= Sum + A(I); /*comment*/
20230 \begin_inset Newline newline
20231 \end_inset
20232
20233 end loop
20234 \begin_inset VSpace -4mm
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \begin_layout Standard
20246 Ce type de flottant est inséré à l'aide du menu 
20247 \family sans
20248 Insérer\SpecialChar \menuseparator
20249 Flottant\SpecialChar \menuseparator
20250 Algorithme
20251 \family default
20252 .
20253  Il peut être utilisé pour des morceaux de code source ou des descriptions
20254  d'algorithmes et peut être utilisé comme une alternative au listing de
20255  code source qui est décrit au chapitre
20256 \begin_inset space ~
20257 \end_inset
20258
20259
20260 \begin_inset CommandInset ref
20261 LatexCommand ref
20262 reference "cha:Program-Code-Listings"
20263
20264 \end_inset
20265
20266 .
20267  Vous pouvez par exemple utiliser l'environnement Code
20268 \begin_inset space ~
20269 \end_inset
20270
20271 LyX qui est décrit dans le 
20272 \emph on
20273 Guide
20274 \emph default
20275
20276 \begin_inset space ~
20277 \end_inset
20278
20279
20280 \emph on
20281 de
20282 \begin_inset space ~
20283 \end_inset
20284
20285 l'Utilisateur
20286 \emph default
20287  de LyX.
20288  l'algorithme
20289 \begin_inset space ~
20290 \end_inset
20291
20292
20293 \begin_inset CommandInset ref
20294 LatexCommand ref
20295 reference "alg:Exemple-Flottant-Algorithme"
20296
20297 \end_inset
20298
20299  est un exemple de flottant d'algorithme où un espace vertical de -4
20300 \begin_inset space \thinspace{}
20301 \end_inset
20302
20303 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20304  soit placée exactement sous le texte de la dernière ligne.
20305 \end_layout
20306
20307 \begin_layout Standard
20308 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20309  du document.
20310  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20311 ent en ajoutant la ligne suivante dans le préambule de votre document :
20312 \end_layout
20313
20314 \begin_layout Standard
20315
20316 \series bold
20317
20318 \backslash
20319 floatname{algorithm}{votre
20320 \begin_inset space ~
20321 \end_inset
20322
20323 nom}
20324 \end_layout
20325
20326 \begin_layout Standard
20327
20328 \family sans
20329  votre
20330 \begin_inset space ~
20331 \end_inset
20332
20333 nom
20334 \family default
20335  est le mot 
20336 \begin_inset Quotes eld
20337 \end_inset
20338
20339
20340 \emph on
20341 algorithme
20342 \emph default
20343
20344 \begin_inset Quotes erd
20345 \end_inset
20346
20347  dans votre langue.
20348 \end_layout
20349
20350 \begin_layout Standard
20351 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20352 \family sans
20353 Insérer\SpecialChar \menuseparator
20354 Listes
20355 \begin_inset space ~
20356 \end_inset
20357
20358 &
20359 \begin_inset space ~
20360 \end_inset
20361
20362 TdM\SpecialChar \menuseparator
20363 Liste
20364 \begin_inset space ~
20365 \end_inset
20366
20367 des
20368 \begin_inset space ~
20369 \end_inset
20370
20371 algorithmes
20372 \family default
20373  si votre document est en la même langue que les menus de LyX.
20374  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20375  en code TeX à la place:
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381
20382 \backslash
20383 listof{algorithm}{votre
20384 \begin_inset space ~
20385 \end_inset
20386
20387 nom}
20388 \end_layout
20389
20390 \begin_layout Standard
20391 où 
20392 \family sans
20393 votre
20394 \begin_inset space ~
20395 \end_inset
20396
20397 nom
20398 \family default
20399  est la traduction de 
20400 \begin_inset Quotes eld
20401 \end_inset
20402
20403
20404 \emph on
20405 List of Algorithm
20406 \emph default
20407 s
20408 \begin_inset Quotes erd
20409 \end_inset
20410
20411  dans votre langue.
20412 \end_layout
20413
20414 \begin_layout Standard
20415 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20416  le schéma 
20417 \begin_inset Quotes eld
20418 \end_inset
20419
20420 chapitre.algorithme
20421 \begin_inset Quotes erd
20422 \end_inset
20423
20424  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20425  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20426  commande dans le préambule de votre document :
20427 \end_layout
20428
20429 \begin_layout Standard
20430
20431 \series bold
20432
20433 \backslash
20434 numberwithin{algorithm}{chapter}
20435 \end_layout
20436
20437 \begin_layout Standard
20438 Pour pouvoir utiliser la commande 
20439 \series bold
20440
20441 \backslash
20442 numberwithin
20443 \series default
20444 , activez l'option 
20445 \family sans
20446 Utiliser
20447 \begin_inset space ~
20448 \end_inset
20449
20450 le
20451 \begin_inset space ~
20452 \end_inset
20453
20454 paquetage
20455 \begin_inset space ~
20456 \end_inset
20457
20458 AMS
20459 \begin_inset space ~
20460 \end_inset
20461
20462 math
20463 \family default
20464  dans la rubrique 
20465 \family sans
20466 Options
20467 \begin_inset space ~
20468 \end_inset
20469
20470 des
20471 \begin_inset space ~
20472 \end_inset
20473
20474 Maths
20475 \family default
20476  de la fenêtre de dialogue 
20477 \family sans
20478 Paramètres
20479 \begin_inset space ~
20480 \end_inset
20481
20482 du
20483 \begin_inset space ~
20484 \end_inset
20485
20486 Document
20487 \family default
20488 .
20489 \end_layout
20490
20491 \begin_layout Section
20492 Numérotation des flottants
20493 \begin_inset Index idx
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 Flottants ! Numérotation
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Standard
20506 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20507  ils se trouvent, soit en utilisant un format du genre 
20508 \begin_inset Quotes eld
20509 \end_inset
20510
20511 chapitre.numéro
20512 \begin_inset Quotes erd
20513 \end_inset
20514
20515  ou 
20516 \begin_inset Quotes eld
20517 \end_inset
20518
20519 section.numéro
20520 \begin_inset Quotes erd
20521 \end_inset
20522
20523 .
20524  Cela dépend de la classe de document utilisée.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 Pour changer le format de la numérotation qui ne dépend pas de la section
20529  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20530  le préambule du document :
20531 \end_layout
20532
20533 \begin_layout Standard
20534
20535 \series bold
20536
20537 \backslash
20538 renewcommand{
20539 \backslash
20540 thetable}{
20541 \backslash
20542 roman{table}}
20543 \end_layout
20544
20545 \begin_layout Standard
20546
20547 \series bold
20548
20549 \backslash
20550 thetable
20551 \series default
20552  est la commande qui imprime le numéro du tableau, pour les figures, la
20553  commande serait 
20554 \series bold
20555
20556 \backslash
20557 thefigure
20558 \series default
20559 .
20560  La commande 
20561 \series bold
20562
20563 \backslash
20564 roman
20565 \series default
20566  utilisée dans la commande précédente, imprime le numéro du tableau sous
20567  forme de petits chiffres romains.
20568 \end_layout
20569
20570 \begin_layout Standard
20571 Pour changer le type de numérotation pour par exemple 
20572 \begin_inset Quotes eld
20573 \end_inset
20574
20575 sous-section.numéro
20576 \begin_inset Quotes erd
20577 \end_inset
20578
20579 , utilisez la commande suivante dans le préambule du document :
20580 \end_layout
20581
20582 \begin_layout Standard
20583
20584 \series bold
20585
20586 \backslash
20587 numberwithin{table}{subsection}
20588 \end_layout
20589
20590 \begin_layout Standard
20591 Pour pouvoir utiliser la commande 
20592 \series bold
20593
20594 \backslash
20595 numberwithin
20596 \series default
20597 , vous devez activer l'option 
20598 \family sans
20599 Utiliser
20600 \begin_inset space ~
20601 \end_inset
20602
20603 le
20604 \begin_inset space ~
20605 \end_inset
20606
20607 paquetage
20608 \begin_inset space ~
20609 \end_inset
20610
20611 maths
20612 \begin_inset space ~
20613 \end_inset
20614
20615 AMS
20616 \family default
20617  dans la rubrique 
20618 \family sans
20619 Options
20620 \begin_inset space ~
20621 \end_inset
20622
20623 des
20624 \begin_inset space ~
20625 \end_inset
20626
20627 Maths
20628 \family default
20629  de la fenêtre de dialogue 
20630 \family sans
20631 Paramètres
20632 \family default
20633  du document.
20634 \end_layout
20635
20636 \begin_layout Standard
20637 Veuillez aussi jeter un coup d'œil à la section
20638 \begin_inset space ~
20639 \end_inset
20640
20641
20642 \begin_inset CommandInset ref
20643 LatexCommand ref
20644 reference "sub:Numerotation-notes-bas-de-page"
20645
20646 \end_inset
20647
20648  pour plus de détails et des notes importantes sur les commandes de numérotation.
20649 \end_layout
20650
20651 \begin_layout Section
20652 Faire Référence à des Flottants
20653 \begin_inset CommandInset label
20654 LatexCommand label
20655 name "sec:Referencer-les-Flottants"
20656
20657 \end_inset
20658
20659
20660 \begin_inset Index idx
20661 status collapsed
20662
20663 \begin_layout Plain Layout
20664 Flottants ! Références
20665 \end_layout
20666
20667 \end_inset
20668
20669
20670 \begin_inset Index idx
20671 status collapsed
20672
20673 \begin_layout Plain Layout
20674 References@Références ! à des Flottants 
20675 \end_layout
20676
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \begin_layout Standard
20683 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20684  en utilisant le menu 
20685 \family sans
20686 Insérer\SpecialChar \menuseparator
20687 Étiquette
20688 \family default
20689  ou le bouton 
20690 \begin_inset Graphics
20691         filename ../../images/label-insert.png
20692         scale 85
20693         scaleBeforeRotation
20694
20695 \end_inset
20696
20697  de la barre d'outils.
20698  Une boîte grise de ce genre : 
20699 \begin_inset Graphics
20700         filename clipart/labelQt4.png
20701         scale 85
20702         scaleBeforeRotation
20703
20704 \end_inset
20705
20706  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20707  de saisir le texte de l'étiquette.
20708  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20709  précédés d'un préfixe.
20710  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20711  préfixe sera "
20712 \family sans
20713 fig:
20714 \family default
20715 ".
20716 \end_layout
20717
20718 \begin_layout Standard
20719 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20720  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20721 \family sans
20722 Insérer\SpecialChar \menuseparator
20723 Référence
20724 \begin_inset space ~
20725 \end_inset
20726
20727 Croisée
20728 \family default
20729  ou le bouton 
20730 \begin_inset Graphics
20731         filename ../../images/dialog-show-new-inset_ref.png
20732         scale 85
20733         scaleBeforeRotation
20734
20735 \end_inset
20736
20737  de la barre d'outils.
20738  Une boîte grise de référence croisée comme celle-ci : 
20739 \begin_inset Graphics
20740         filename ../clipart/referenceQt4.png
20741         scale 85
20742         scaleBeforeRotation
20743
20744 \end_inset
20745
20746  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20747  toutes les étiquettes définies dans votre document.
20748  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20749  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20750  de la fenêtre de dialogue.
20751  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20752  une.
20753  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20754  de la référence croisée.
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20759  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20760  les deux.
20761  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20762  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20763  du numéro de la référence.
20764 \end_layout
20765
20766 \begin_layout Standard
20767 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20768  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20769  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20770  pas à vous en préoccuper.
20771 \end_layout
20772
20773 \begin_layout Standard
20774 Le bouton 
20775 \family sans
20776 Aller
20777 \begin_inset space ~
20778 \end_inset
20779
20780 à
20781 \begin_inset space ~
20782 \end_inset
20783
20784 l'étiquette
20785 \family default
20786  dans la fenêtre de référence croisée va positionner le curseur juste devant
20787  l'étiquette à laquelle on fait référence.
20788  Le nom du bouton bouton 
20789 \family sans
20790 Revenir
20791 \family default
20792  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20793  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20794  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20795  à votre point de départ.
20796 \end_layout
20797
20798 \begin_layout Subsection
20799 Formats de Références Croisées
20800 \begin_inset CommandInset label
20801 LatexCommand label
20802 name "sub:Formats-Références-Croisées"
20803
20804 \end_inset
20805
20806
20807 \begin_inset Index idx
20808 status collapsed
20809
20810 \begin_layout Plain Layout
20811 References@Références ! Formats
20812 \end_layout
20813
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \begin_layout Standard
20820 Il y a six types de références croisées :
20821 \end_layout
20822
20823 \begin_layout Description
20824 <référence>
20825 \begin_inset space ~
20826 \end_inset
20827
20828 : affiche le numéro de l'élément, c'est le choix implicite : 
20829 \begin_inset CommandInset ref
20830 LatexCommand ref
20831 reference "fig:Deux-images-déformées"
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Description
20839 (<référence>)
20840 \begin_inset space ~
20841 \end_inset
20842
20843 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20844  normalement pour faire référence à des formules mathématiques, en particulier
20845  quand le mot 
20846 \begin_inset Quotes eld
20847 \end_inset
20848
20849 Équation
20850 \begin_inset Quotes erd
20851 \end_inset
20852
20853  est omis : 
20854 \begin_inset CommandInset ref
20855 LatexCommand eqref
20856 reference "eq:Wgn"
20857
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \begin_layout Description
20864 <page>
20865 \begin_inset space ~
20866 \end_inset
20867
20868 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20869 \begin_inset space ~
20870 \end_inset
20871
20872
20873 \begin_inset CommandInset ref
20874 LatexCommand pageref
20875 reference "fig:Deux-images-déformées"
20876
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \begin_layout Description
20883 Sur
20884 \begin_inset space ~
20885 \end_inset
20886
20887 la
20888 \begin_inset space ~
20889 \end_inset
20890
20891 page
20892 \begin_inset space ~
20893 \end_inset
20894
20895 <page>
20896 \begin_inset space ~
20897 \end_inset
20898
20899 : affiche le mot 
20900 \begin_inset Quotes eld
20901 \end_inset
20902
20903 page
20904 \begin_inset Quotes erd
20905 \end_inset
20906
20907  suivi du numéro de la page sur laquelle se trouve l'élément : 
20908 \begin_inset CommandInset ref
20909 LatexCommand vpageref
20910 reference "fig:Deux-images-déformées"
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Description
20918 <référence>
20919 \begin_inset space ~
20920 \end_inset
20921
20922 page
20923 \begin_inset space ~
20924 \end_inset
20925
20926 <page>
20927 \begin_inset space ~
20928 \end_inset
20929
20930 : affiche le numéro de l'élément, le mot 
20931 \begin_inset Quotes eld
20932 \end_inset
20933
20934 page
20935 \begin_inset Quotes erd
20936 \end_inset
20937
20938  et le numéro de la page : 
20939 \begin_inset CommandInset ref
20940 LatexCommand vref
20941 reference "fig:Deux-images-déformées"
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \begin_layout Description
20949 Référence
20950 \begin_inset space ~
20951 \end_inset
20952
20953 mise
20954 \begin_inset space ~
20955 \end_inset
20956
20957 en
20958 \begin_inset space ~
20959 \end_inset
20960
20961 forme
20962 \begin_inset space ~
20963 \end_inset
20964
20965 : affiche une référence croisée qui définit son propre format.
20966 \begin_inset Newline newline
20967 \end_inset
20968
20969
20970 \begin_inset Note Greyedout
20971 status open
20972
20973 \begin_layout Plain Layout
20974
20975 \series bold
20976 Note:
20977 \series default
20978  Ce type de référence croisée n'est disponible que si vous avez installé
20979  le paquetage LaTeX 
20980 \series bold
20981 prettyref
20982 \series default
20983  ou 
20984 \series bold
20985 refstyle
20986 \series default
20987
20988 \begin_inset Index idx
20989 status collapsed
20990
20991 \begin_layout Plain Layout
20992 Paquetages LaTeX ! prettyref
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \begin_inset Index idx
20999 status collapsed
21000
21001 \begin_layout Plain Layout
21002 Paquetages LaTeX ! refstyle
21003 \end_layout
21004
21005 \end_inset
21006
21007 .
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \begin_inset Newline newline
21014 \end_inset
21015
21016 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
21017  fonction en utilisant l'option 
21018 \family sans
21019 Utiliser refstyle (à la place de prettyref) pour les références croisées
21020 \family default
21021  dans le menu 
21022 \family sans
21023 Document\SpecialChar \menuseparator
21024 Paramètres\SpecialChar \menuseparator
21025 Classe de document
21026 \family default
21027 .
21028  Le format est précisé en ajoutant la commande 
21029 \series bold
21030
21031 \backslash
21032 newrefformat
21033 \series default
21034  (prettyref) ou 
21035 \series bold
21036
21037 \backslash
21038 newref
21039 \series default
21040  (refstyle) au préambule du document.
21041  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
21042  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
21043 \begin_inset space ~
21044 \end_inset
21045
21046 :
21047 \begin_inset Newline newline
21048 \end_inset
21049
21050
21051 \series bold
21052
21053 \backslash
21054 newref{fig}{refcmd={Image sur la page 
21055 \backslash
21056 pageref{#1}}}
21057 \series default
21058
21059 \begin_inset Newline newline
21060 \end_inset
21061
21062 Pour plus d'information sur le format, jetez un oeil dur la documentation
21063  du paquetage, 
21064 \begin_inset CommandInset citation
21065 LatexCommand cite
21066 key "prettyref,refstyle"
21067
21068 \end_inset
21069
21070 .
21071 \end_layout
21072
21073 \begin_layout Description
21074 Référence
21075 \begin_inset space ~
21076 \end_inset
21077
21078 textuelle: affiche la légende de la référence
21079 \begin_inset space ~
21080 \end_inset
21081
21082
21083 \begin_inset CommandInset ref
21084 LatexCommand nameref
21085 reference "fig:Deux-images-déformées"
21086
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \begin_layout Standard
21093
21094 \family sans
21095 <page>
21096 \family default
21097  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
21098  précédente, la même page ou la page suivante.
21099  Vous verrez par exemple un texte du genre 
21100 \begin_inset Quotes eld
21101 \end_inset
21102
21103
21104 \family sans
21105 sur cette page
21106 \family default
21107
21108 \begin_inset Quotes erd
21109 \end_inset
21110
21111  à la place.
21112  Le style 
21113 \family sans
21114 <référence>
21115 \begin_inset space ~
21116 \end_inset
21117
21118 page
21119 \begin_inset space ~
21120 \end_inset
21121
21122 <page> 
21123 \family default
21124 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21125  page.
21126 \end_layout
21127
21128 \begin_layout Standard
21129 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21130  se trouve sont calculés automatiquement par LaTeX.
21131  Vous choisissez une des six variétés de références dans le champ Format
21132  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21133  boîte de la référence croisée.
21134 \end_layout
21135
21136 \begin_layout Standard
21137 \begin_inset Note Greyedout
21138 status open
21139
21140 \begin_layout Plain Layout
21141
21142 \series bold
21143 Note:
21144 \series default
21145  L'utilisation du paquetage LaTeX 
21146 \series bold
21147 refstyle
21148 \series default
21149
21150 \begin_inset Index idx
21151 status collapsed
21152
21153 \begin_layout Plain Layout
21154 Paquetages LaTeX ! refstyle
21155 \end_layout
21156
21157 \end_inset
21158
21159  est recommendée parce que 
21160 \series bold
21161 prettyref
21162 \series default
21163
21164 \begin_inset Index idx
21165 status collapsed
21166
21167 \begin_layout Plain Layout
21168 Paquetages LaTeX ! prettyref
21169 \end_layout
21170
21171 \end_inset
21172
21173  ne connaît pas tous les raccourcis possibles pour les étiquettes
21174 \begin_inset Foot
21175 status collapsed
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Quotes eld
21179 \end_inset
21180
21181 fig:
21182 \begin_inset Quotes erd
21183 \end_inset
21184
21185  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21186  de figures,.
21187 \end_layout
21188
21189 \end_inset
21190
21191  et n'est pas internationalisé.
21192 \end_layout
21193
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \begin_layout Standard
21200 \begin_inset Note Greyedout
21201 status open
21202
21203 \begin_layout Plain Layout
21204
21205 \series bold
21206 Note:
21207 \series default
21208  Du fait d'un bogue dans la paquetage LaTeX 
21209 \series bold
21210 varioref
21211 \series default
21212  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21213  si la langue du document est le français.
21214  Pour contourner ce bogue, voir
21215 \begin_inset Newline newline
21216 \end_inset
21217
21218
21219 \begin_inset CommandInset href
21220 LatexCommand href
21221 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21222
21223 \end_inset
21224
21225 .
21226 \end_layout
21227
21228 \end_inset
21229
21230
21231 \end_layout
21232
21233 \begin_layout Subsection
21234 Nommage automatique des références croisées
21235 \begin_inset Index idx
21236 status collapsed
21237
21238 \begin_layout Plain Layout
21239 References@Références ! Nommage automatique
21240 \end_layout
21241
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \begin_layout Standard
21248 Le paquetage LaTeX 
21249 \series bold
21250 hyperref
21251 \series default
21252
21253 \begin_inset Index idx
21254 status collapsed
21255
21256 \begin_layout Plain Layout
21257 Paquetages LaTeX ! hyperref
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \series bold
21264
21265 \series default
21266 qui est activé dans la rubrique 
21267 \family sans
21268 Propriétés du PDF
21269 \family default
21270  de la fenêtre de dialogue 
21271 \family sans
21272 Paramètres du document
21273 \family default
21274  fournit une fonction très utile pour automatiser la création des références
21275  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21276  une section).
21277  Par exemple pour vous éviter de devoir écrire le mot 
21278 \begin_inset Quotes eld
21279 \end_inset
21280
21281 Figure
21282 \begin_inset Quotes erd
21283 \end_inset
21284
21285  devant chaque référence à une figure.
21286  Pour profiter de ce nommage automatique des références croisées, vous devez
21287  activer 
21288 \series bold
21289 hyperref
21290 \series default
21291  et insérer la ligne suivante dans le préambule du document :
21292 \end_layout
21293
21294 \begin_layout Standard
21295
21296 \series bold
21297
21298 \backslash
21299 AtBeginDocument{
21300 \backslash
21301 renewcommand{
21302 \backslash
21303 ref}[1]{
21304 \backslash
21305 mbox{
21306 \backslash
21307 autoref{#1}}}}
21308 \end_layout
21309
21310 \begin_layout Standard
21311 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21312  défaut, par exemple vous préférez le nom 
21313 \begin_inset Quotes eld
21314 \end_inset
21315
21316 sec.
21317 \begin_inset space \thinspace{}
21318 \end_inset
21319
21320
21321 \begin_inset Quotes eld
21322 \end_inset
21323
21324  plutôt que 
21325 \begin_inset Quotes eld
21326 \end_inset
21327
21328 section
21329 \begin_inset Quotes erd
21330 \end_inset
21331
21332 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21333 \end_layout
21334
21335 \begin_layout Standard
21336
21337 \series bold
21338
21339 \backslash
21340 addto
21341 \backslash
21342 extrasenglish{
21343 \backslash
21344 renewcommand{
21345 \backslash
21346 sectionautorefname}
21347 \begin_inset Newline newline
21348 \end_inset
21349
21350
21351 \begin_inset Phantom HPhantom
21352 status open
21353
21354 \begin_layout Plain Layout
21355
21356 \series bold
21357 \begin_inset space ~
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364
21365 {sec.
21366 \backslash
21367 negthinspace}}
21368 \end_layout
21369
21370 \begin_layout Standard
21371 Si vous utilisez une autre langue que l'anglais, remplacez 
21372 \series bold
21373
21374 \backslash
21375 extrasenglish
21376 \series default
21377  par 
21378 \series bold
21379
21380 \backslash
21381 extras***
21382 \series default
21383 , où *** est le nom de la langue que vous utilisez.
21384
21385 \series bold
21386  
21387 \end_layout
21388
21389 \begin_layout Standard
21390 Pour avoir des noms automatiques, mais pas pour certains types de références,
21391  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21392 \end_layout
21393
21394 \begin_layout Standard
21395
21396 \series bold
21397
21398 \backslash
21399 newlength{
21400 \backslash
21401 abc}
21402 \begin_inset Newline newline
21403 \end_inset
21404
21405
21406 \backslash
21407 settowidth{
21408 \backslash
21409 abc}{
21410 \backslash
21411 space}
21412 \begin_inset Newline newline
21413 \end_inset
21414
21415
21416 \backslash
21417 addto
21418 \backslash
21419 extrasenglish{
21420 \backslash
21421 renewcommand{
21422 \backslash
21423 equationautorefname}
21424 \begin_inset Newline newline
21425 \end_inset
21426
21427
21428 \begin_inset Phantom HPhantom
21429 status open
21430
21431 \begin_layout Plain Layout
21432
21433 \series bold
21434 \begin_inset space ~
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441
21442 {
21443 \backslash
21444 hspace{-
21445 \backslash
21446 abc}}
21447 \end_layout
21448
21449 \begin_layout Standard
21450 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21451  de 
21452 \series bold
21453 hyperref
21454 \series default
21455  
21456 \begin_inset CommandInset citation
21457 LatexCommand cite
21458 key "hyperref"
21459
21460 \end_inset
21461
21462 .
21463 \end_layout
21464
21465 \begin_layout Standard
21466 \begin_inset Note Greyedout
21467 status open
21468
21469 \begin_layout Plain Layout
21470
21471 \series bold
21472 Note:
21473 \series default
21474  Le nommage automatique de références ne peut être utilisé si vous avez
21475  choisi le style de référence 
21476 \family sans
21477 Référence
21478 \begin_inset space ~
21479 \end_inset
21480
21481 mise
21482 \begin_inset space ~
21483 \end_inset
21484
21485 en
21486 \begin_inset space ~
21487 \end_inset
21488
21489 forme
21490 \family default
21491  décrit dans la section
21492 \begin_inset space ~
21493 \end_inset
21494
21495
21496 \begin_inset CommandInset ref
21497 LatexCommand ref
21498 reference "sub:Formats-Références-Croisées"
21499
21500 \end_inset
21501
21502 .
21503 \end_layout
21504
21505 \end_inset
21506
21507
21508 \end_layout
21509
21510 \begin_layout Standard
21511 Le manuel 
21512 \emph on
21513 Math
21514 \emph default
21515  est un exemple dans lequel on a utilisé le référencement automatique.
21516 \end_layout
21517
21518 \begin_layout Subsection
21519 Positionnement des Références 
21520 \begin_inset CommandInset label
21521 LatexCommand label
21522 name "sub:Reference-Position"
21523
21524 \end_inset
21525
21526
21527 \begin_inset Index idx
21528 status collapsed
21529
21530 \begin_layout Plain Layout
21531 References@Références ! Positionnement
21532 \end_layout
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Standard
21540 Si vous utilisez le paquetage 
21541 \series bold
21542 hyperref, 
21543 \series default
21544 qui est activé dans la rubrique 
21545 \family sans
21546 Propriétés du PDF
21547 \family default
21548  de la fenêtre de dialogue 
21549 \family sans
21550 Paramètres du document,
21551 \family default
21552  pour lier vos références croisées dans la sortie finale, vous verrez que
21553  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21554  l'image.
21555  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21556  pourrez voir l'image sans faire défiler le texte.
21557  Ce problème vient du fait que le point d'ancrage de la référence se situe
21558  à l'endroit de l'étiquette.
21559  En utilisant le paquetage LaTeX 
21560 \series bold
21561 hypcap
21562 \series default
21563
21564 \begin_inset Index idx
21565 status collapsed
21566
21567 \begin_layout Plain Layout
21568 Paquetages LaTeX ! hypcap
21569 \end_layout
21570
21571 \end_inset
21572
21573 , qui fait partie du paquetage LaTeX 
21574 \series bold
21575 oberdiek
21576 \series default
21577
21578 \begin_inset Index idx
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582 Paquetages LaTeX ! oberdiek
21583 \end_layout
21584
21585 \end_inset
21586
21587 , le point d'ancrage d'un lien est place en haut du flottant.
21588  Pour utiliser cette fonction avec les flottants de figure, chargez 
21589 \series bold
21590 hypcap
21591 \series default
21592  dans l'entête du document avec la ligne
21593 \end_layout
21594
21595 \begin_layout Standard
21596
21597 \series bold
21598
21599 \backslash
21600 usepackage[figure]{hypcap}
21601 \end_layout
21602
21603 \begin_layout Standard
21604 Vous pouvez aussi utiliser 
21605 \series bold
21606 hypcap
21607 \series default
21608  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21609  raisons de stabilité.
21610  Pour plus d'information, jetez un coup d'œil au manuel d' 
21611 \series bold
21612 hypcap
21613 \series default
21614  
21615 \begin_inset CommandInset citation
21616 LatexCommand cite
21617 key "hypcap"
21618
21619 \end_inset
21620
21621 .
21622 \end_layout
21623
21624 \begin_layout Standard
21625 \begin_inset Note Greyedout
21626 status open
21627
21628 \begin_layout Plain Layout
21629
21630 \series bold
21631 Note:
21632 \series default
21633  
21634 \series bold
21635 hypcap
21636 \series default
21637  n'a aucun effet pour les références à des sous-figures.
21638 \end_layout
21639
21640 \end_inset
21641
21642
21643 \end_layout
21644
21645 \begin_layout Section
21646 Placement des flottants
21647 \begin_inset CommandInset label
21648 LatexCommand label
21649 name "sec:Placement-flottants"
21650
21651 \end_inset
21652
21653
21654 \begin_inset Index idx
21655 status collapsed
21656
21657 \begin_layout Plain Layout
21658 Flottants ! Placement
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \begin_layout Standard
21667 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21668  de dialogue 
21669 \family sans
21670 Paramètre
21671 \begin_inset space ~
21672 \end_inset
21673
21674 de
21675 \begin_inset space ~
21676 \end_inset
21677
21678 Flottant
21679 \family default
21680  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21681  utilise pour déterminer où placer le flottant.
21682 \begin_inset Newline newline
21683 \end_inset
21684
21685 L'option 
21686 \family sans
21687 Plusieurs
21688 \begin_inset space ~
21689 \end_inset
21690
21691 colonnes
21692 \family default
21693  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21694  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21695  confiné sur une seule colonne.
21696 \begin_inset Newline newline
21697 \end_inset
21698
21699 L'option 
21700 \family sans
21701 Rotation
21702 \begin_inset space ~
21703 \end_inset
21704
21705 90°
21706 \family default
21707  est utilisée pour faire tourner les flottants, voyez la section
21708 \begin_inset space ~
21709 \end_inset
21710
21711
21712 \begin_inset CommandInset ref
21713 LatexCommand ref
21714 reference "sec:Flottants-renversés"
21715
21716 \end_inset
21717
21718 .
21719 \end_layout
21720
21721 \begin_layout Standard
21722 En désactivant l'option 
21723 \family sans
21724 Utilise
21725 \begin_inset space ~
21726 \end_inset
21727
21728 le
21729 \begin_inset space ~
21730 \end_inset
21731
21732 placement
21733 \begin_inset space ~
21734 \end_inset
21735
21736 par
21737 \begin_inset space ~
21738 \end_inset
21739
21740 défaut
21741 \family default
21742  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21743  le placement du flottant:
21744 \end_layout
21745
21746 \begin_layout Description
21747 Ici,
21748 \begin_inset space ~
21749 \end_inset
21750
21751 si
21752 \begin_inset space ~
21753 \end_inset
21754
21755 possible: essaie de placer le flottant à la position où il a été inséré
21756  dans LyX
21757 \end_layout
21758
21759 \begin_layout Description
21760 Haut
21761 \begin_inset space ~
21762 \end_inset
21763
21764 de
21765 \begin_inset space ~
21766 \end_inset
21767
21768 la
21769 \begin_inset space ~
21770 \end_inset
21771
21772 page: essaie de placer le flottant en haut de la page courante
21773 \end_layout
21774
21775 \begin_layout Description
21776 Bas
21777 \begin_inset space ~
21778 \end_inset
21779
21780 de
21781 \begin_inset space ~
21782 \end_inset
21783
21784 la
21785 \begin_inset space ~
21786 \end_inset
21787
21788 page: essaie de placer le flottant en bas de la page courante
21789 \end_layout
21790
21791 \begin_layout Description
21792 Page
21793 \begin_inset space ~
21794 \end_inset
21795
21796 de
21797 \begin_inset space ~
21798 \end_inset
21799
21800 flottants: essaie de placer le flottant sur une page à part, éventuellement
21801  avec d'autres flottants 
21802 \end_layout
21803
21804 \begin_layout Standard
21805 LaTeX utilise
21806 \emph on
21807  toujours 
21808 \emph default
21809 les options dans l'ordre donné ci-dessus.
21810  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21811  d'abord essayer 
21812 \family sans
21813 Ici
21814 \begin_inset space ~
21815 \end_inset
21816
21817 si
21818 \begin_inset space ~
21819 \end_inset
21820
21821 possible
21822 \family default
21823 , ensuite 
21824 \family sans
21825 Haut
21826 \begin_inset space ~
21827 \end_inset
21828
21829 de
21830 \begin_inset space ~
21831 \end_inset
21832
21833 la
21834 \begin_inset space ~
21835 \end_inset
21836
21837 page
21838 \family default
21839 , et ainsi de suite.
21840  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21841  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21842  Si aucune des quatre options de placement n'est possible, la procédure
21843  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21844 \end_layout
21845
21846 \begin_layout Standard
21847 Implicitement, chaque option a ses propres règles d'application:
21848 \end_layout
21849
21850 \begin_layout Standard
21851
21852 \family sans
21853 Haut
21854 \begin_inset space ~
21855 \end_inset
21856
21857 de
21858 \begin_inset space ~
21859 \end_inset
21860
21861 la
21862 \begin_inset space ~
21863 \end_inset
21864
21865 page
21866 \family default
21867  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21868  en haut de page (
21869 \series bold
21870
21871 \backslash
21872 topfraction
21873 \series default
21874 ).
21875 \end_layout
21876
21877 \begin_layout Standard
21878
21879 \family sans
21880 Bas
21881 \begin_inset space ~
21882 \end_inset
21883
21884 de
21885 \begin_inset space ~
21886 \end_inset
21887
21888 la
21889 \begin_inset space ~
21890 \end_inset
21891
21892 page
21893 \family default
21894  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21895  en bas de page (
21896 \series bold
21897
21898 \backslash
21899 bottomfraction
21900 \series default
21901 ).
21902 \end_layout
21903
21904 \begin_layout Standard
21905
21906 \family sans
21907 Page
21908 \begin_inset space ~
21909 \end_inset
21910
21911 de
21912 \begin_inset space ~
21913 \end_inset
21914
21915 flottants
21916 \family default
21917  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21918  si ils occupent plus de 50% de celle-ci (
21919 \series bold
21920
21921 \backslash
21922 floatpagefraction
21923 \series default
21924 ).
21925 \end_layout
21926
21927 \begin_layout Standard
21928 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21929  supplémentaire 
21930 \family sans
21931 Ignorer
21932 \begin_inset space ~
21933 \end_inset
21934
21935 les
21936 \begin_inset space ~
21937 \end_inset
21938
21939 règles
21940 \begin_inset space ~
21941 \end_inset
21942
21943 LaTeX
21944 \family default
21945 \lang english
21946 .
21947 \begin_inset Newline newline
21948 \end_inset
21949
21950
21951 \lang french
21952 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21953  données entre parenthèses après les descriptions des règles données ci-dessus.
21954  Par exemple, pour augmenter à 50
21955 \begin_inset space \thinspace{}
21956 \end_inset
21957
21958 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21959  trop petite, ajoutez cette ligne au préambule de votre document :
21960 \end_layout
21961
21962 \begin_layout Standard
21963
21964 \series bold
21965
21966 \backslash
21967 renewcommand{
21968 \backslash
21969 bottomfraction}{0.5}
21970 \end_layout
21971
21972 \begin_layout Standard
21973 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21974  exactement à l'endroit où vous l'avez inséré.
21975  dans ce cas utilisez l'option 
21976 \family sans
21977 Ici
21978 \begin_inset space ~
21979 \end_inset
21980
21981 à
21982 \begin_inset space ~
21983 \end_inset
21984
21985 tout
21986 \begin_inset space ~
21987 \end_inset
21988
21989 Prix
21990 \family default
21991 .
21992  Utilisez cette option le moins souvent possible et seulement quand le document
21993  est presque prêt à être imprimé.
21994  En effet, le flottant n'est plus capable de 
21995 \begin_inset Quotes eld
21996 \end_inset
21997
21998 flotter
21999 \begin_inset Quotes erd
22000 \end_inset
22001
22002 , ce qui peut perturber toutes les mises en page.
22003 \end_layout
22004
22005 \begin_layout Standard
22006 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
22007  sont toujours entourés par le texte d'un paragraphe donné.
22008 \begin_inset VSpace bigskip
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \begin_layout Standard
22015 On peut parfois se trouver dans la situation où un flottant est placé en
22016  haut d'une page alors que la section concernée ne commence qu'au milieu
22017  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
22018  la section précédente.
22019  On peut utiliser la commande LaTeX 
22020 \series bold
22021
22022 \backslash
22023 suppressfloats
22024 \series default
22025  pour éviter ce cas.
22026  Elle empêche le placement d'un flottant donné dans la page dans laquelle
22027  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
22028  soit placé avant que la section commence.
22029  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
22030  votre document :
22031 \end_layout
22032
22033 \begin_layout Standard
22034
22035 \series bold
22036
22037 \backslash
22038 let
22039 \backslash
22040 mySection
22041 \backslash
22042 section
22043 \begin_inset Newline newline
22044 \end_inset
22045
22046
22047 \backslash
22048 renewcommand{
22049 \backslash
22050 section}{
22051 \backslash
22052 suppressfloats[t]
22053 \backslash
22054 mySection}
22055 \end_layout
22056
22057 \begin_layout Standard
22058 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
22059  comme les chapitres et les sous-sections.
22060  Il n'est pas recommandé d'utiliser cette définition avec des portions de
22061  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
22062  ensuite avoir du mal à trouver un positionnement correct.
22063 \end_layout
22064
22065 \begin_layout Standard
22066 \begin_inset VSpace bigskip
22067 \end_inset
22068
22069 Dans certains cas il est demandé de placer toutes les figures et tous les
22070  tableaux à la fin du document.
22071  C'est pour de telles situations que le paquetage LaTeX 
22072 \series bold
22073 endfloat
22074 \series default
22075
22076 \begin_inset Index idx
22077 status collapsed
22078
22079 \begin_layout Plain Layout
22080 Paquetages LaTeX ! endfloat
22081 \end_layout
22082
22083 \end_inset
22084
22085  a été développé.
22086  Il met en effet tous les flottants de figures et de tableaux à la fin du
22087  document dans leurs propres sections.
22088  À la position d'origine du flottant, une indication textuelle du genre
22089  
22090 \begin_inset Quotes eld
22091 \end_inset
22092
22093
22094 \family sans
22095 [Figure
22096 \begin_inset space ~
22097 \end_inset
22098
22099 3.2 
22100 \lang english
22101 about here.
22102 \lang french
22103 ]
22104 \family default
22105
22106 \begin_inset Quotes erd
22107 \end_inset
22108
22109  est insérée.
22110  Le paquetage 
22111 \series bold
22112 endfloat
22113 \series default
22114  est chargé dans le préambule avec la ligne suivante 
22115 \end_layout
22116
22117 \begin_layout Standard
22118
22119 \series bold
22120
22121 \backslash
22122 usepackage[options]{endfloat}
22123 \end_layout
22124
22125 \begin_layout Standard
22126 Il y a aussi de nombreuses options de paquetage pour modifier le format
22127  des sections de figures ou de tableau qui sont créées.
22128  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22129  
22130 \series bold
22131 endfloa
22132 \series default
22133
22134 \begin_inset CommandInset citation
22135 LatexCommand cite
22136 key "endfloat"
22137
22138 \end_inset
22139
22140 .
22141 \begin_inset Newline newline
22142 \end_inset
22143
22144
22145 \begin_inset Note Greyedout
22146 status open
22147
22148 \begin_layout Plain Layout
22149
22150 \series bold
22151 Note: endfloat
22152 \series default
22153  ne fournit pas de traduction automatique de l'indication textuelle, vous
22154  devez donc le faire manuellement, voyez la section
22155 \begin_inset space ~
22156 \end_inset
22157
22158 4 de 
22159 \begin_inset CommandInset citation
22160 LatexCommand cite
22161 key "endfloat"
22162
22163 \end_inset
22164
22165 .
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \begin_inset Newline newline
22172 \end_inset
22173
22174
22175 \begin_inset Note Greyedout
22176 status open
22177
22178 \begin_layout Plain Layout
22179
22180 \series bold
22181 Note:
22182 \series default
22183  Il y a actuellement un bug dans le paquetage 
22184 \series bold
22185 endfloat
22186 \series default
22187  quand la légende contient un 
22188 \begin_inset Quotes eld
22189 \end_inset
22190
22191 ß
22192 \begin_inset Quotes erd
22193 \end_inset
22194
22195  allemand.
22196  Utilisez dans ce cas la commande 
22197 \begin_inset Quotes eld
22198 \end_inset
22199
22200
22201 \series bold
22202
22203 \backslash
22204 ss
22205 \series default
22206
22207 \begin_inset Quotes erd
22208 \end_inset
22209
22210  en code TeX à la place du 
22211 \begin_inset Quotes eld
22212 \end_inset
22213
22214 ß
22215 \begin_inset Quotes erd
22216 \end_inset
22217
22218 .
22219 \end_layout
22220
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \begin_layout Standard
22227 \begin_inset VSpace bigskip
22228 \end_inset
22229
22230 Pour plus d'information sur les manières de placer les flottants, jetez
22231  un coup d'œil aux livres sur LaTeX, 
22232 \begin_inset CommandInset citation
22233 LatexCommand cite
22234 key "latexcompanion,latexguide,latexbook"
22235
22236 \end_inset
22237
22238 .
22239 \end_layout
22240
22241 \begin_layout Section
22242 Flottants Renversés
22243 \begin_inset CommandInset label
22244 LatexCommand label
22245 name "sec:Flottants-renversés"
22246
22247 \end_inset
22248
22249
22250 \begin_inset Index idx
22251 status collapsed
22252
22253 \begin_layout Plain Layout
22254 Flottants ! Renversés
22255 \end_layout
22256
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \begin_layout Standard
22263 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22264  tableaux très larges.
22265  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22266  un clic droit sur la boîte du flottant et utilisez l'option 
22267 \family sans
22268 Rotation
22269 \begin_inset space ~
22270 \end_inset
22271
22272 90°
22273 \family default
22274 .
22275 \end_layout
22276
22277 \begin_layout Standard
22278 Les flottants renversés sont systématiquement placés sur leur propre page
22279  ( ou colonne, si vous avez un document sur deux colonnes ).
22280  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22281  
22282 \family sans
22283 Plusieurs
22284 \begin_inset space ~
22285 \end_inset
22286
22287 colonnes
22288 \family default
22289  dans les paramètres du flottant.
22290  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22291  du côté de la marge externe.
22292  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22293  ajouter soit l'option 
22294 \series bold
22295 figuresleft
22296 \series default
22297  soit l'option 
22298 \series bold
22299 figuresright
22300 \series default
22301  aux options de la classe de document.
22302 \end_layout
22303
22304 \begin_layout Standard
22305 Faire référence à un flottant renversé se fait de la même manière que pour
22306  un flottant normal, la mise en forme de la légende est aussi identique
22307  : Le tableau
22308 \begin_inset space ~
22309 \end_inset
22310
22311
22312 \begin_inset CommandInset ref
22313 LatexCommand ref
22314 reference "tab:Tableau-pivoté"
22315
22316 \end_inset
22317
22318  est un exemple de flottant de tableau renversé.
22319 \end_layout
22320
22321 \begin_layout Standard
22322 \begin_inset Note Greyedout
22323 status open
22324
22325 \begin_layout Plain Layout
22326
22327 \series bold
22328 Note:
22329 \series default
22330  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22331  DVI.
22332 \end_layout
22333
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \begin_layout Standard
22340 \begin_inset Float table
22341 wide false
22342 sideways true
22343 status open
22344
22345 \begin_layout Plain Layout
22346 \begin_inset Caption
22347
22348 \begin_layout Plain Layout
22349 \begin_inset CommandInset label
22350 LatexCommand label
22351 name "tab:Tableau-pivoté"
22352
22353 \end_inset
22354
22355  Tableau pivoté
22356 \end_layout
22357
22358 \end_inset
22359
22360
22361 \end_layout
22362
22363 \begin_layout Plain Layout
22364 \align center
22365 \begin_inset Tabular
22366 <lyxtabular version="3" rows="1" columns="5">
22367 <features tabularvalignment="middle">
22368 <column alignment="center" valignment="top" width="0">
22369 <column alignment="center" valignment="top" width="0">
22370 <column alignment="center" valignment="top" width="0">
22371 <column alignment="center" valignment="top" width="0">
22372 <column alignment="center" valignment="top" width="0">
22373 <row>
22374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378 test
22379 \end_layout
22380
22381 \end_inset
22382 </cell>
22383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22384 \begin_inset Text
22385
22386 \begin_layout Plain Layout
22387 b
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 c
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 d
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 e
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 </row>
22420 </lyxtabular>
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \begin_layout Section
22433 Sous-flottants
22434 \begin_inset Index idx
22435 status collapsed
22436
22437 \begin_layout Plain Layout
22438 Flottants ! Sous-flottants
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Standard
22447 Un exemple de sous-flottant : une figure composée de plusieurs images.
22448  On les crée en insérant un flottant dans un flottant existant.
22449  Le positionnement des sous-flottants peut être contrôlé comme pour les
22450  paragraphes comme on le voit avec les tableaux
22451 \begin_inset space ~
22452 \end_inset
22453
22454
22455 \begin_inset CommandInset ref
22456 LatexCommand ref
22457 reference "tab:Deux-sous-tableaux-cote-a-cote"
22458
22459 \end_inset
22460
22461  et 
22462 \begin_inset CommandInset ref
22463 LatexCommand ref
22464 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22465
22466 \end_inset
22467
22468 .
22469 \end_layout
22470
22471 \begin_layout Standard
22472 On fait référence à des sous-flottants comme on le ferait avec des flottants
22473  normaux : Les tableaux
22474 \begin_inset space ~
22475 \end_inset
22476
22477
22478 \begin_inset CommandInset ref
22479 LatexCommand ref
22480 reference "tab:Le-sous-tableau-a"
22481
22482 \end_inset
22483
22484  et 
22485 \begin_inset CommandInset ref
22486 LatexCommand ref
22487 reference "tab:Le-sous-tableau-b"
22488
22489 \end_inset
22490
22491  sont des sous-tableaux du tableau
22492 \begin_inset space ~
22493 \end_inset
22494
22495
22496 \begin_inset CommandInset ref
22497 LatexCommand ref
22498 reference "tab:Deux-sous-tableaux-cote-a-cote"
22499
22500 \end_inset
22501
22502 .
22503 \end_layout
22504
22505 \begin_layout Standard
22506 \begin_inset Float table
22507 wide false
22508 sideways false
22509 status open
22510
22511 \begin_layout Plain Layout
22512 \begin_inset Caption
22513
22514 \begin_layout Plain Layout
22515 \begin_inset CommandInset label
22516 LatexCommand label
22517 name "tab:Deux-sous-tableaux-cote-a-cote"
22518
22519 \end_inset
22520
22521 Deux sous-tableaux placés côte-à-côte.
22522 \end_layout
22523
22524 \end_inset
22525
22526
22527 \end_layout
22528
22529 \begin_layout Plain Layout
22530 \align center
22531 \begin_inset space \hfill{}
22532 \end_inset
22533
22534
22535 \begin_inset Float table
22536 wide false
22537 sideways false
22538 status collapsed
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Caption
22542
22543 \begin_layout Plain Layout
22544 \begin_inset CommandInset label
22545 LatexCommand label
22546 name "tab:Le-sous-tableau-a"
22547
22548 \end_inset
22549
22550 Le sous-tableau a
22551 \end_layout
22552
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \begin_layout Plain Layout
22559 \align center
22560 \begin_inset Tabular
22561 <lyxtabular version="3" rows="1" columns="5">
22562 <features tabularvalignment="middle">
22563 <column alignment="center" valignment="top" width="0">
22564 <column alignment="center" valignment="top" width="0">
22565 <column alignment="center" valignment="top" width="0">
22566 <column alignment="center" valignment="top" width="0">
22567 <column alignment="center" valignment="top" width="0">
22568 <row>
22569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22570 \begin_inset Text
22571
22572 \begin_layout Plain Layout
22573 test
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 b
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 c
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 d
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 e
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 </lyxtabular>
22616
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \begin_inset space \hfill{}
22626 \end_inset
22627
22628
22629 \begin_inset Float table
22630 wide false
22631 sideways false
22632 status collapsed
22633
22634 \begin_layout Plain Layout
22635 \begin_inset Caption
22636
22637 \begin_layout Plain Layout
22638 \begin_inset CommandInset label
22639 LatexCommand label
22640 name "tab:Le-sous-tableau-b"
22641
22642 \end_inset
22643
22644 Le sous-tableau b.
22645 \end_layout
22646
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \begin_layout Plain Layout
22653 \align center
22654 \begin_inset Tabular
22655 <lyxtabular version="3" rows="1" columns="5">
22656 <features tabularvalignment="middle">
22657 <column alignment="center" valignment="top" width="0">
22658 <column alignment="center" valignment="top" width="0">
22659 <column alignment="center" valignment="top" width="0">
22660 <column alignment="center" valignment="top" width="0">
22661 <column alignment="center" valignment="top" width="0">
22662 <row>
22663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 e
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 d
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685 c
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 b
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 test
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 </row>
22709 </lyxtabular>
22710
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \end_inset
22717
22718
22719 \begin_inset space \hfill{}
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \begin_layout Standard
22731 \begin_inset Float table
22732 wide false
22733 sideways false
22734 status open
22735
22736 \begin_layout Plain Layout
22737 \begin_inset Caption
22738
22739 \begin_layout Plain Layout
22740 \begin_inset CommandInset label
22741 LatexCommand label
22742 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22743
22744 \end_inset
22745
22746 Deux sous-tableaux placés l'un sur l'autre.
22747  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22748 \end_layout
22749
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Plain Layout
22756 \align center
22757 \begin_inset Float table
22758 wide false
22759 sideways false
22760 status collapsed
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Caption
22764
22765 \begin_layout Plain Layout
22766
22767 \end_layout
22768
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \begin_layout Plain Layout
22775 \align center
22776 \begin_inset Tabular
22777 <lyxtabular version="3" rows="1" columns="4">
22778 <features tabularvalignment="middle">
22779 <column alignment="center" valignment="top" width="0">
22780 <column alignment="center" valignment="top" width="0">
22781 <column alignment="center" valignment="top" width="0">
22782 <column alignment="center" valignment="top" width="0">
22783 <row>
22784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788 test
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 test
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 test
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815 test
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 </lyxtabular>
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \begin_layout Plain Layout
22834 \align center
22835 \begin_inset Float table
22836 wide false
22837 sideways false
22838 status collapsed
22839
22840 \begin_layout Plain Layout
22841 \begin_inset Caption
22842
22843 \begin_layout Plain Layout
22844
22845 \end_layout
22846
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \begin_layout Plain Layout
22853 \align center
22854 \begin_inset Tabular
22855 <lyxtabular version="3" rows="1" columns="5">
22856 <features tabularvalignment="middle">
22857 <column alignment="center" valignment="top" width="0">
22858 <column alignment="center" valignment="top" width="0">
22859 <column alignment="center" valignment="top" width="0">
22860 <column alignment="center" valignment="top" width="0">
22861 <column alignment="center" valignment="top" width="0">
22862 <row>
22863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 a
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 b
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 c
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 d
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 e
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 </row>
22909 </lyxtabular>
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \begin_layout Section
22927 Flottants côte-à-côte
22928 \begin_inset Index idx
22929 status collapsed
22930
22931 \begin_layout Plain Layout
22932 Flottants ! côte-à-côte
22933 \end_layout
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Standard
22941 Pour placer des flottants côte-à-côte, comme pour la figure
22942 \begin_inset space ~
22943 \end_inset
22944
22945
22946 \begin_inset CommandInset ref
22947 LatexCommand ref
22948 reference "fig:Flottant-gauche"
22949
22950 \end_inset
22951
22952  et 
22953 \begin_inset CommandInset ref
22954 LatexCommand ref
22955 reference "fig:Flottant-droit"
22956
22957 \end_inset
22958
22959 , on n'utilise 
22960 \emph on
22961 qu'un seul 
22962 \emph default
22963 flottant.
22964  On y insère deux boîtes de minipages.
22965 \begin_inset Foot
22966 status collapsed
22967
22968 \begin_layout Plain Layout
22969 Les minipages sont décrites dans la section
22970 \begin_inset space ~
22971 \end_inset
22972
22973
22974 \begin_inset CommandInset ref
22975 LatexCommand ref
22976 reference "sec:Minipages"
22977
22978 \end_inset
22979
22980 .
22981 \end_layout
22982
22983 \end_inset
22984
22985  La largeur est mise à 45
22986 \begin_inset space \thinspace{}
22987 \end_inset
22988
22989 -50
22990 \begin_inset space \thinspace{}
22991 \end_inset
22992
22993 column% et l'alignement de la boîte à 
22994 \family sans
22995 Bas
22996 \family default
22997  pour chaque minipage.
22998  Les boîtes minipages contiennent l'image et la légende exactement comme
22999  avec un flottant.
23000  La seule différence est que l'unité de longueur 
23001 \family sans
23002 Largeur
23003 \begin_inset space ~
23004 \end_inset
23005
23006 colonne
23007 \begin_inset space ~
23008 \end_inset
23009
23010 %
23011 \family default
23012  utilisée pour l'image est maintenant définie par rapport à la largeur des
23013  boîtes minipages.
23014 \end_layout
23015
23016 \begin_layout Standard
23017 \begin_inset Float figure
23018 wide false
23019 sideways false
23020 status open
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Box Frameless
23024 position "b"
23025 hor_pos "c"
23026 has_inner_box 1
23027 inner_pos "t"
23028 use_parbox 0
23029 use_makebox 0
23030 width "45col%"
23031 special "none"
23032 height "1in"
23033 height_special "totalheight"
23034 status open
23035
23036 \begin_layout Plain Layout
23037 \align center
23038 \begin_inset Graphics
23039         filename ../clipart/mobius.eps
23040         lyxscale 50
23041         width 100col%
23042         scaleBeforeRotation
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \begin_layout Plain Layout
23050 \begin_inset Caption
23051
23052 \begin_layout Plain Layout
23053 \begin_inset CommandInset label
23054 LatexCommand label
23055 name "fig:Flottant-gauche"
23056
23057 \end_inset
23058
23059 Flottant du côté gauche.
23060 \end_layout
23061
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \begin_inset space \hfill{}
23071 \end_inset
23072
23073
23074 \begin_inset Box Frameless
23075 position "b"
23076 hor_pos "c"
23077 has_inner_box 1
23078 inner_pos "t"
23079 use_parbox 0
23080 use_makebox 0
23081 width "45col%"
23082 special "none"
23083 height "1in"
23084 height_special "totalheight"
23085 status open
23086
23087 \begin_layout Plain Layout
23088 \align center
23089 \begin_inset Graphics
23090         filename ../clipart/platypus.eps
23091         lyxscale 50
23092         width 100col%
23093         scaleBeforeRotation
23094
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \begin_layout Plain Layout
23101 \begin_inset Caption
23102
23103 \begin_layout Plain Layout
23104 \begin_inset CommandInset label
23105 LatexCommand label
23106 name "fig:Flottant-droit"
23107
23108 \end_inset
23109
23110 Flottant du côté droit.
23111 \end_layout
23112
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \begin_layout Section
23129 Mise en Forme de la Légende
23130 \begin_inset Index idx
23131 status collapsed
23132
23133 \begin_layout Plain Layout
23134 Légende ! Mise en forme
23135 \end_layout
23136
23137 \end_inset
23138
23139
23140 \begin_inset Index idx
23141 status collapsed
23142
23143 \begin_layout Plain Layout
23144 Flottants ! Mise en forme de la Légende
23145 \end_layout
23146
23147 \end_inset
23148
23149
23150 \begin_inset CommandInset label
23151 LatexCommand label
23152 name "sec:Formatage-légende"
23153
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \begin_layout Standard
23160 L'environnement 
23161 \family sans
23162 Légende
23163 \family default
23164  est l'environnement de paragraphe implicite pour les 
23165 \family sans
23166 flottants
23167 \family default
23168 .
23169  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23170  par exemple 
23171 \begin_inset Quotes eld
23172 \end_inset
23173
23174
23175 \family sans
23176 Figure #:
23177 \family default
23178
23179 \begin_inset Quotes erd
23180 \end_inset
23181
23182  suivi par le texte de la légende.
23183  Le 
23184 \begin_inset Quotes eld
23185 \end_inset
23186
23187 #
23188 \begin_inset Quotes erd
23189 \end_inset
23190
23191  étant remplacé par le numéro de référence réel.
23192  implicitement l'étiquette et le numéro sont dans la même police de caractères
23193  que le texte de la légende et deux points suivent le numéro pour séparer
23194  l'étiquette du texte.
23195  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23196 \end_layout
23197
23198 \begin_layout Standard
23199 Pour modifier le format implicite des légendes, il faut charger le paquetage
23200  LaTeX 
23201 \series bold
23202 caption
23203 \series default
23204
23205 \begin_inset Index idx
23206 status collapsed
23207
23208 \begin_layout Plain Layout
23209 Paquetages LaTeX ! caption
23210 \end_layout
23211
23212 \end_inset
23213
23214  dans le préambule de votre document avec la ligne suivante :
23215 \end_layout
23216
23217 \begin_layout Standard
23218
23219 \series bold
23220
23221 \backslash
23222 usepackage[format definition]{caption}
23223 \end_layout
23224
23225 \begin_layout Standard
23226 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23227  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23228  dans ce document, utilisez les commandes suivantes :
23229 \end_layout
23230
23231 \begin_layout Standard
23232
23233 \series bold
23234
23235 \backslash
23236 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23237 \end_layout
23238
23239 \begin_layout Standard
23240 Vous pouvez aussi définir des formats de légendes différents pour les différents
23241  types de flottants.
23242  Dans ce cas chargez le paquetage 
23243 \series bold
23244 caption 
23245 \series default
23246 sans option de format spécifique et définissez les différents formats à
23247  l'aide de la commande 
23248 \end_layout
23249
23250 \begin_layout Standard
23251
23252 \series bold
23253
23254 \backslash
23255 captionsetup[type de flottant]{définition du format}
23256 \end_layout
23257
23258 \begin_layout Standard
23259 dans le préambule du document.
23260  Par exemple les formats de légende de la Figure
23261 \begin_inset space ~
23262 \end_inset
23263
23264
23265 \begin_inset CommandInset ref
23266 LatexCommand ref
23267 reference "fig:Legende-de-fig"
23268
23269 \end_inset
23270
23271  et du Tableau
23272 \begin_inset space ~
23273 \end_inset
23274
23275
23276 \begin_inset CommandInset ref
23277 LatexCommand ref
23278 reference "tab:Légende-de-tab"
23279
23280 \end_inset
23281
23282  peuvent être créés en utilisant les commandes suivantes dans le préambule
23283  :
23284 \end_layout
23285
23286 \begin_layout Standard
23287
23288 \series bold
23289
23290 \backslash
23291 usepackage[tableposition=top]{caption}
23292 \series default
23293
23294 \begin_inset Newline newline
23295 \end_inset
23296
23297
23298 \series bold
23299
23300 \backslash
23301 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23302 \begin_inset Newline newline
23303 \end_inset
23304
23305
23306 \begin_inset Phantom HPhantom
23307 status open
23308
23309 \begin_layout Plain Layout
23310
23311 \series bold
23312
23313 \backslash
23314 captionsetup[figure]{
23315 \end_layout
23316
23317 \end_inset
23318
23319 labelsep=period}
23320 \begin_inset Newline newline
23321 \end_inset
23322
23323
23324 \backslash
23325 captionsetup[table]{labelfont={bf,sf}}
23326 \end_layout
23327
23328 \begin_layout Standard
23329 \begin_inset Note Greyedout
23330 status open
23331
23332 \begin_layout Plain Layout
23333
23334 \series bold
23335 Note:
23336 \series default
23337  L'option 
23338 \series bold
23339 tableposition=top
23340 \series default
23341  n'a pas d'effet quand on utilise un document de classe 
23342 \series bold
23343 KOMA-Script
23344 \series default
23345
23346 \begin_inset Index idx
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350 Paquetages LaTeX ! KOMA-Script
23351 \end_layout
23352
23353 \end_inset
23354
23355 .
23356  Dans ce cas on doit utiliser l'option 
23357 \series bold
23358 captions=tableheading
23359 \series default
23360  de la classe de document.
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \begin_layout Standard
23369 Pour plus d'information sur le paquetage 
23370 \series bold
23371 caption
23372 \series default
23373  nous vous renvoyons à sa documentation 
23374 \begin_inset CommandInset citation
23375 LatexCommand cite
23376 key "caption"
23377
23378 \end_inset
23379
23380 .
23381 \end_layout
23382
23383 \begin_layout Standard
23384 Pour changer le nom de l'étiquette, par exemple de 
23385 \begin_inset Quotes eld
23386 \end_inset
23387
23388 Figure
23389 \begin_inset Quotes erd
23390 \end_inset
23391
23392  à 
23393 \begin_inset Quotes eld
23394 \end_inset
23395
23396 Image
23397 \begin_inset Quotes erd
23398 \end_inset
23399
23400 , utilisez la commande suivante dans le préambule :
23401 \end_layout
23402
23403 \begin_layout Standard
23404
23405 \series bold
23406
23407 \backslash
23408 renewcommand{
23409 \backslash
23410 fnum@figure}{Image~
23411 \backslash
23412 thefigure}
23413 \end_layout
23414
23415 \begin_layout Standard
23416 où 
23417 \series bold
23418
23419 \backslash
23420 thefigure
23421 \series default
23422  insère le numéro de la figure et
23423 \series bold
23424  
23425 \begin_inset Quotes eld
23426 \end_inset
23427
23428 ~
23429 \series default
23430
23431 \begin_inset Quotes erd
23432 \end_inset
23433
23434  ajoute une espace insécable.
23435 \end_layout
23436
23437 \begin_layout Standard
23438 \begin_inset VSpace bigskip
23439 \end_inset
23440
23441 Si vous utilisez un document de classe 
23442 \series bold
23443 KOMA-Script
23444 \series default
23445
23446 \begin_inset Index idx
23447 status collapsed
23448
23449 \begin_layout Plain Layout
23450 Paquetages LaTeX ! KOMA-Script
23451 \end_layout
23452
23453 \end_inset
23454
23455  (
23456 \family sans
23457 article (KOMA-Script)
23458 \family default
23459
23460 \family sans
23461 book (KOMA-Script)
23462 \family default
23463
23464 \family sans
23465 letter (KOMA-Script)
23466 \family default
23467 , ou 
23468 \family sans
23469 report (KOMA-Script)
23470 \family default
23471
23472 \begin_inset space \thinspace{}
23473 \end_inset
23474
23475 ), Vous pouvez utiliser la commande incorporée 
23476 \series bold
23477
23478 \backslash
23479 setkomafont 
23480 \series default
23481 du paquetage
23482 \series bold
23483  KOMA-Script 
23484 \series default
23485 à la place du paquetage
23486 \series bold
23487  caption.
23488  
23489 \series default
23490 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23491  suivante au préambule de votre document :
23492 \end_layout
23493
23494 \begin_layout Standard
23495
23496 \series bold
23497
23498 \backslash
23499 setkomafont{captionlabel}{
23500 \backslash
23501 bfseries}
23502 \end_layout
23503
23504 \begin_layout Standard
23505 Pour plus d'information au sujet de 
23506 \series bold
23507
23508 \backslash
23509 setkomafont
23510 \series default
23511  nous vous renvoyons à la documentation du paquetage 
23512 \series bold
23513 KOMA-Script
23514 \series default
23515  
23516 \begin_inset CommandInset citation
23517 LatexCommand cite
23518 key "KOMA-Script"
23519
23520 \end_inset
23521
23522 .
23523 \end_layout
23524
23525 \begin_layout Standard
23526 \begin_inset ERT
23527 status collapsed
23528
23529 \begin_layout Plain Layout
23530
23531
23532 \backslash
23533 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23534 }
23535 \end_layout
23536
23537 \end_inset
23538
23539
23540 \begin_inset Note Note
23541 status open
23542
23543 \begin_layout Plain Layout
23544 Le format de la légende n'est modifié que pour cet exemple.
23545 \end_layout
23546
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \begin_layout Standard
23553 \begin_inset Float figure
23554 placement !p
23555 wide false
23556 sideways false
23557 status open
23558
23559 \begin_layout Plain Layout
23560 \align center
23561 \begin_inset Graphics
23562         filename ../clipart/mobius.eps
23563         lyxscale 50
23564         scale 50
23565         scaleBeforeRotation
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Caption
23574
23575 \begin_layout Plain Layout
23576 \begin_inset CommandInset label
23577 LatexCommand label
23578 name "fig:Legende-de-fig"
23579
23580 \end_inset
23581
23582 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23583  pour montrer les différents types de formats de légendes.
23584  Ici on a utilisé un format de légende personnalisé.
23585 \end_layout
23586
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 \begin_inset ERT
23599 status collapsed
23600
23601 \begin_layout Plain Layout
23602
23603
23604 \backslash
23605 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23606 on}
23607 \end_layout
23608
23609 \end_inset
23610
23611
23612 \end_layout
23613
23614 \begin_layout Standard
23615 \begin_inset Float table
23616 placement !p
23617 wide false
23618 sideways false
23619 status open
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Caption
23623
23624 \begin_layout Plain Layout
23625 \begin_inset CommandInset label
23626 LatexCommand label
23627 name "tab:Légende-de-tab"
23628
23629 \end_inset
23630
23631 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23632  pour montrer les différents types de formats de légendes.
23633  Ici on a utilisé le format de légende implicite.
23634 \end_layout
23635
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \begin_layout Plain Layout
23642 \align center
23643 \begin_inset Tabular
23644 <lyxtabular version="3" rows="1" columns="5">
23645 <features tabularvalignment="middle">
23646 <column alignment="center" valignment="top" width="0">
23647 <column alignment="center" valignment="top" width="0">
23648 <column alignment="center" valignment="top" width="0">
23649 <column alignment="center" valignment="top" width="0">
23650 <column alignment="center" valignment="top" width="0">
23651 <row>
23652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 a
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 b
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 c
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 d
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 e
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 </row>
23698 </lyxtabular>
23699
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \begin_layout Section
23711 Positionnement de la Légende
23712 \begin_inset Index idx
23713 status collapsed
23714
23715 \begin_layout Plain Layout
23716 Légende ! Placement
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \begin_inset Index idx
23723 status collapsed
23724
23725 \begin_layout Plain Layout
23726 Flottants ! Placement de la légende
23727 \end_layout
23728
23729 \end_inset
23730
23731
23732 \begin_inset CommandInset label
23733 LatexCommand label
23734 name "sec:Placement-légende"
23735
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \begin_layout Standard
23742 La règle habituelle pour placer la légende est :
23743 \end_layout
23744
23745 \begin_layout Description
23746 Figure
23747 \begin_inset space ~
23748 \end_inset
23749
23750 : La légende est placée en dessous de la figure
23751 \end_layout
23752
23753 \begin_layout Description
23754 Tableau
23755 \begin_inset space ~
23756 \end_inset
23757
23758 : La légende est placée au dessus du tableau
23759 \end_layout
23760
23761 \begin_layout Standard
23762 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23763  au dessus des tableaux.
23764  Ce qui fait que si vous utilisez une des classes de document 
23765 \family sans
23766 article
23767 \family default
23768
23769 \family sans
23770 book
23771 \family default
23772
23773 \family sans
23774 letter
23775 \family default
23776 , ou 
23777 \family sans
23778 report
23779 \family default
23780  il n'y aura pas d'espace libre entre la légende et le tableau.
23781  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23782  de chargement du paquetage LaTeX 
23783 \series bold
23784 caption
23785 \series default
23786  dans le préambule de votre document
23787 \begin_inset Foot
23788 status open
23789
23790 \begin_layout Plain Layout
23791 Voir la section
23792 \begin_inset space ~
23793 \end_inset
23794
23795
23796 \begin_inset CommandInset ref
23797 LatexCommand ref
23798 reference "sec:Formatage-légende"
23799
23800 \end_inset
23801
23802  pour plus d'information sur le paquetage 
23803 \series bold
23804 caption
23805 \series default
23806 .
23807 \end_layout
23808
23809 \end_inset
23810
23811 :
23812 \end_layout
23813
23814 \begin_layout Standard
23815
23816 \series bold
23817 tableposition=top
23818 \end_layout
23819
23820 \begin_layout Standard
23821 Si vous utilisez une classe de document 
23822 \series bold
23823 KOMA-Script
23824 \series default
23825
23826 \begin_inset Index idx
23827 status collapsed
23828
23829 \begin_layout Plain Layout
23830 Paquetages LaTeX ! KOMA-Script
23831 \end_layout
23832
23833 \end_inset
23834
23835  (
23836 \family sans
23837 article (KOMA-Script)
23838 \family default
23839
23840 \family sans
23841 book (KOMA-Script)
23842 \family default
23843
23844 \family sans
23845 letter (KOMA-Script)
23846 \family default
23847 , ou 
23848 \family sans
23849 report (KOMA-Script)
23850 \family default
23851
23852 \begin_inset space \thinspace{}
23853 \end_inset
23854
23855 ), vous pouvez utiliser à la place du paquetage 
23856 \series bold
23857 caption
23858 \series default
23859  l'option 
23860 \series bold
23861 captions=tableheading
23862 \series default
23863  de la classe de document.
23864 \end_layout
23865
23866 \begin_layout Standard
23867 \begin_inset VSpace bigskip
23868 \end_inset
23869
23870 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23871  Pour cela, vous devez charger le paquetage LaTeX 
23872 \series bold
23873 sidecap
23874 \series default
23875
23876 \begin_inset Index idx
23877 status collapsed
23878
23879 \begin_layout Plain Layout
23880 Paquetages LaTeX ! sidecap
23881 \end_layout
23882
23883 \end_inset
23884
23885  dans le préambule de votre document avec la ligne de commande suivante
23886 \end_layout
23887
23888 \begin_layout Standard
23889
23890 \series bold
23891
23892 \backslash
23893 usepackage[option]{sidecap}
23894 \end_layout
23895
23896 \begin_layout Standard
23897 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23898  extérieure – à droite sur les pages impaires et à gauche sur les pages
23899  paires.
23900  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23901  
23902 \series bold
23903 innercaption
23904 \series default
23905 .
23906  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23907  
23908 \series bold
23909 rightcaption
23910 \series default
23911  ou 
23912 \series bold
23913 leftcaption
23914 \series default
23915 .
23916 \end_layout
23917
23918 \begin_layout Standard
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923
23924
23925 \backslash
23926 ifsidecap
23927 \end_layout
23928
23929 \end_inset
23930
23931
23932 \begin_inset Note Note
23933 status open
23934
23935 \begin_layout Plain Layout
23936 La section suivante ne sera affichée que si le paquetage LaTeX 
23937 \series bold
23938 sidecap
23939 \series default
23940  a été installé.
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \begin_layout Standard
23949 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23950  ajouter ces commandes dans le préambule de votre document :
23951 \end_layout
23952
23953 \begin_layout Standard
23954 \noindent
23955 \begin_inset CommandInset line
23956 LatexCommand rule
23957 offset "0.5ex"
23958 width "100line%"
23959 height "1pt"
23960
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \begin_layout Standard
23967
23968 \series bold
23969
23970 \backslash
23971 newcommand{
23972 \backslash
23973 TabBesBeg}{%
23974 \begin_inset Newline newline
23975 \end_inset
23976
23977
23978 \begin_inset Phantom HPhantom
23979 status open
23980
23981 \begin_layout Plain Layout
23982
23983 \series bold
23984 \begin_inset space ~
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991
23992
23993 \backslash
23994 let
23995 \backslash
23996 MyTable
23997 \backslash
23998 table
23999 \begin_inset Newline newline
24000 \end_inset
24001
24002
24003 \begin_inset Phantom HPhantom
24004 status open
24005
24006 \begin_layout Plain Layout
24007
24008 \series bold
24009 \begin_inset space ~
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016
24017
24018 \backslash
24019 let
24020 \backslash
24021 MyEndtable
24022 \backslash
24023 endtable
24024 \begin_inset Newline newline
24025 \end_inset
24026
24027
24028 \begin_inset Phantom HPhantom
24029 status open
24030
24031 \begin_layout Plain Layout
24032
24033 \series bold
24034 \begin_inset space ~
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \backslash
24044 renewenvironment{table}{
24045 \backslash
24046 begin{SCtable}}{
24047 \backslash
24048 end{SCtable}}}
24049 \end_layout
24050
24051 \begin_layout Standard
24052
24053 \series bold
24054
24055 \backslash
24056 newcommand{
24057 \backslash
24058 TabBesEnd}{%
24059 \begin_inset Newline newline
24060 \end_inset
24061
24062
24063 \begin_inset Phantom HPhantom
24064 status open
24065
24066 \begin_layout Plain Layout
24067
24068 \series bold
24069 \begin_inset space ~
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \backslash
24079 let
24080 \backslash
24081 table
24082 \backslash
24083 MyTable
24084 \begin_inset Newline newline
24085 \end_inset
24086
24087
24088 \begin_inset Phantom HPhantom
24089 status open
24090
24091 \begin_layout Plain Layout
24092
24093 \series bold
24094 \begin_inset space ~
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \backslash
24104 let
24105 \backslash
24106 endtable
24107 \backslash
24108 MyEndtable
24109 \end_layout
24110
24111 \begin_layout Standard
24112
24113 \series bold
24114
24115 \backslash
24116 newcommand{
24117 \backslash
24118 FigBesBeg}{%
24119 \begin_inset Newline newline
24120 \end_inset
24121
24122
24123 \begin_inset Phantom HPhantom
24124 status open
24125
24126 \begin_layout Plain Layout
24127
24128 \series bold
24129 \begin_inset space ~
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \end_inset
24136
24137
24138 \backslash
24139 let
24140 \backslash
24141 MyFigure
24142 \backslash
24143 figure
24144 \begin_inset Newline newline
24145 \end_inset
24146
24147
24148 \begin_inset Phantom HPhantom
24149 status open
24150
24151 \begin_layout Plain Layout
24152
24153 \series bold
24154 \begin_inset space ~
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161
24162
24163 \backslash
24164 let
24165 \backslash
24166 MyEndfigure
24167 \backslash
24168 endfigure
24169 \begin_inset Newline newline
24170 \end_inset
24171
24172
24173 \begin_inset Phantom HPhantom
24174 status open
24175
24176 \begin_layout Plain Layout
24177
24178 \series bold
24179 \begin_inset space ~
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \backslash
24189 renewenvironment{figure}{
24190 \backslash
24191 begin{SCfigure}}{
24192 \backslash
24193 end{SCfigure}}}
24194 \end_layout
24195
24196 \begin_layout Standard
24197
24198 \series bold
24199
24200 \backslash
24201 newcommand{
24202 \backslash
24203 FigBesEnd}{%
24204 \begin_inset Newline newline
24205 \end_inset
24206
24207
24208 \begin_inset Phantom HPhantom
24209 status open
24210
24211 \begin_layout Plain Layout
24212
24213 \series bold
24214 \begin_inset space ~
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221
24222
24223 \backslash
24224 let
24225 \backslash
24226 figure
24227 \backslash
24228 MyFigure
24229 \begin_inset Newline newline
24230 \end_inset
24231
24232
24233 \begin_inset Phantom HPhantom
24234 status open
24235
24236 \begin_layout Plain Layout
24237
24238 \series bold
24239 \begin_inset space ~
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \backslash
24249 let
24250 \backslash
24251 endfigure
24252 \backslash
24253 MyEndfigure}
24254 \end_layout
24255
24256 \begin_layout Standard
24257 \noindent
24258 \begin_inset CommandInset line
24259 LatexCommand rule
24260 offset "0.5ex"
24261 width "100line%"
24262 height "1pt"
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Standard
24270 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24271  la légende se place sur le côté.
24272  Pour les flottants de figure, utilisez la commande
24273 \end_layout
24274
24275 \begin_layout Standard
24276
24277 \series bold
24278
24279 \backslash
24280 FigBesBeg
24281 \end_layout
24282
24283 \begin_layout Standard
24284 en code TeX avant le flottant.
24285  Après le flottant, insérez la commande
24286 \end_layout
24287
24288 \begin_layout Standard
24289
24290 \series bold
24291
24292 \backslash
24293 FigBesEnd
24294 \end_layout
24295
24296 \begin_layout Standard
24297 en code TeX pour revenir à la définition originale du flottant.
24298 \end_layout
24299
24300 \begin_layout Standard
24301 Pour les flottants de tableau, utilisez les commandes correspondantes
24302 \end_layout
24303
24304 \begin_layout Standard
24305
24306 \series bold
24307
24308 \backslash
24309 TabBesBeg
24310 \series default
24311  et 
24312 \series bold
24313
24314 \backslash
24315 TabBesEnd
24316 \end_layout
24317
24318 \begin_layout Standard
24319 La figure
24320 \begin_inset space ~
24321 \end_inset
24322
24323
24324 \begin_inset CommandInset ref
24325 LatexCommand ref
24326 reference "fig:legende-a-coté-fig"
24327
24328 \end_inset
24329
24330  et le tableau
24331 \begin_inset space ~
24332 \end_inset
24333
24334
24335 \begin_inset CommandInset ref
24336 LatexCommand ref
24337 reference "tab:legende-à-coté-tableau"
24338
24339 \end_inset
24340
24341  sont des exemples où la légende a été mises sur le coté.
24342 \end_layout
24343
24344 \begin_layout Standard
24345 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24346  pour les flottants de tableau et vers le bas pour les flottants de figure.
24347  Pour changer ce comportement, vous pouvez utiliser les commandes
24348 \end_layout
24349
24350 \begin_layout Standard
24351
24352 \series bold
24353
24354 \backslash
24355 sidecaptionvpos{type flottant}{placement}
24356 \end_layout
24357
24358 \begin_layout Standard
24359 dans le préambule du document ou en code TeX juste avant le flottant visé.
24360  Le type du flottant est soit 
24361 \family sans
24362 figure
24363 \family default
24364  soit 
24365 \family sans
24366 table
24367 \family default
24368 , le placement peut être 
24369 \begin_inset Quotes eld
24370 \end_inset
24371
24372
24373 \family sans
24374 t
24375 \family default
24376
24377 \begin_inset Quotes erd
24378 \end_inset
24379
24380  pour haut (top), 
24381 \begin_inset Quotes eld
24382 \end_inset
24383
24384
24385 \family sans
24386 c
24387 \family default
24388
24389 \begin_inset Quotes erd
24390 \end_inset
24391
24392  pour centre (center), ou 
24393 \begin_inset Quotes eld
24394 \end_inset
24395
24396
24397 \family sans
24398 b
24399 \family default
24400
24401 \begin_inset Quotes erd
24402 \end_inset
24403
24404  pour bas (bottom).
24405  Pour que, par exemple, les légendes des flottants de figure soient centrés
24406  verticalement, utilisez la commande
24407 \end_layout
24408
24409 \begin_layout Standard
24410
24411 \series bold
24412
24413 \backslash
24414 sidecaptionvpos{figure}{c}
24415 \end_layout
24416
24417 \begin_layout Standard
24418 C'est ce qui a été utilisé pour la figure
24419 \begin_inset space ~
24420 \end_inset
24421
24422
24423 \begin_inset CommandInset ref
24424 LatexCommand ref
24425 reference "fig:legende-à-coté-fig-2"
24426
24427 \end_inset
24428
24429 .
24430 \end_layout
24431
24432 \begin_layout Standard
24433 \begin_inset VSpace medskip
24434 \end_inset
24435
24436 Pour plus d'information sur le paquetage 
24437 \series bold
24438 sidecap
24439 \series default
24440  nous vous renvoyons à sa documentation 
24441 \begin_inset CommandInset citation
24442 LatexCommand cite
24443 key "sidecap"
24444
24445 \end_inset
24446
24447 .
24448 \end_layout
24449
24450 \begin_layout Standard
24451 \begin_inset Note Greyedout
24452 status open
24453
24454 \begin_layout Plain Layout
24455
24456 \series bold
24457 Note:
24458 \series default
24459  Le paquetage LaTeX 
24460 \series bold
24461 hypcap
24462 \series default
24463
24464 \begin_inset Index idx
24465 status collapsed
24466
24467 \begin_layout Plain Layout
24468 Paquetages LaTeX ! hypcap
24469 \end_layout
24470
24471 \end_inset
24472
24473 , qui est décrit dans la section
24474 \begin_inset space ~
24475 \end_inset
24476
24477
24478 \begin_inset CommandInset ref
24479 LatexCommand ref
24480 reference "sub:Reference-Position"
24481
24482 \end_inset
24483
24484 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24485 \end_layout
24486
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \begin_layout Standard
24493 \begin_inset ERT
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497
24498
24499 \backslash
24500 FigBesBeg 
24501 \end_layout
24502
24503 \end_inset
24504
24505
24506 \end_layout
24507
24508 \begin_layout Standard
24509 \begin_inset Float figure
24510 wide false
24511 sideways false
24512 status open
24513
24514 \begin_layout Plain Layout
24515 \begin_inset Graphics
24516         filename ../clipart/escher-lsd.eps
24517         scale 75
24518         scaleBeforeRotation
24519
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \begin_layout Plain Layout
24526 \begin_inset Caption
24527
24528 \begin_layout Plain Layout
24529 \begin_inset CommandInset label
24530 LatexCommand label
24531 name "fig:legende-a-coté-fig"
24532
24533 \end_inset
24534
24535 Une légende à côté d'une figure.
24536 \end_layout
24537
24538 \end_inset
24539
24540
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \begin_layout Standard
24549 \begin_inset ERT
24550 status collapsed
24551
24552 \begin_layout Plain Layout
24553
24554
24555 \backslash
24556 TabBesBeg 
24557 \end_layout
24558
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \begin_layout Standard
24565 \begin_inset Float table
24566 wide false
24567 sideways false
24568 status open
24569
24570 \begin_layout Plain Layout
24571 \begin_inset Caption
24572
24573 \begin_layout Plain Layout
24574 \begin_inset CommandInset label
24575 LatexCommand label
24576 name "tab:legende-à-coté-tableau"
24577
24578 \end_inset
24579
24580 Une légende à côté d'un tableau.
24581 \end_layout
24582
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \begin_layout Plain Layout
24589 \begin_inset Tabular
24590 <lyxtabular version="3" rows="4" columns="5">
24591 <features tabularvalignment="middle">
24592 <column alignment="center" valignment="top" width="0">
24593 <column alignment="center" valignment="top" width="0">
24594 <column alignment="center" valignment="top" width="0">
24595 <column alignment="center" valignment="top" width="0">
24596 <column alignment="center" valignment="top" width="0">
24597 <row>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 a
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620 b
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 c
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 </row>
24644 <row>
24645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 d
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 e
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 </row>
24691 <row>
24692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 f
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705
24706 \end_layout
24707
24708 \end_inset
24709 </cell>
24710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 g
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 h
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 </row>
24738 <row>
24739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 i
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 j
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 </lyxtabular>
24786
24787 \end_inset
24788
24789
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802
24803
24804 \backslash
24805 TabBesEnd
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \begin_layout Standard
24814 \begin_inset ERT
24815 status collapsed
24816
24817 \begin_layout Plain Layout
24818
24819
24820 \backslash
24821 sidecaptionvpos{figure}{c}
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \begin_inset Float figure
24828 wide false
24829 sideways false
24830 status open
24831
24832 \begin_layout Plain Layout
24833 \begin_inset Graphics
24834         filename ../clipart/escher-lsd.eps
24835         scale 75
24836         scaleBeforeRotation
24837
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \begin_layout Plain Layout
24844 \begin_inset Caption
24845
24846 \begin_layout Plain Layout
24847 \begin_inset CommandInset label
24848 LatexCommand label
24849 name "fig:legende-à-coté-fig-2"
24850
24851 \end_inset
24852
24853 Une légende centrée verticalement à côté d'une figure.
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \begin_layout Standard
24867 \begin_inset ERT
24868 status collapsed
24869
24870 \begin_layout Plain Layout
24871
24872
24873 \backslash
24874 FigBesEnd
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \begin_layout Standard
24883 \begin_inset ERT
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887
24888
24889 \backslash
24890 else
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \begin_inset Note Note
24897 status open
24898
24899 \begin_layout Plain Layout
24900 Ce qui suit sera affiché si le paquetage LaTeX 
24901 \series bold
24902 sidecap
24903 \series default
24904  n'est pas installé :
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 Vous devez installer le paquetage LaTeX 
24914 \series bold
24915 sidecap
24916 \series default
24917  pour voir la suite de cette section dans la sortie imprimée.
24918 \end_layout
24919
24920 \begin_layout Standard
24921 \begin_inset ERT
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925
24926
24927 \backslash
24928 fi
24929 \end_layout
24930
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \begin_layout Section
24937 Les Listes de Flottants
24938 \begin_inset Index idx
24939 status collapsed
24940
24941 \begin_layout Plain Layout
24942 Flottants ! Listes de Flottants
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \begin_layout Standard
24951 De la même façon que la table des matières fait la liste des sections du
24952  document, il y a des listes pour tous les types de flottants, comme par
24953  exemple pour les figures du document.
24954  Vous pouvez les insérer en utilisant le menu 
24955 \family sans
24956 Insérer\SpecialChar \menuseparator
24957 Listes
24958 \begin_inset space ~
24959 \end_inset
24960
24961 &
24962 \begin_inset space ~
24963 \end_inset
24964
24965 TdM
24966 \family default
24967 .
24968 \end_layout
24969
24970 \begin_layout Standard
24971 Les entrées de la liste sont la légende du flottant ou éventuellement le
24972  titre court, le numéro du flottant, et le numéro de la page où le flottant
24973  apparaît dans le document.
24974 \end_layout
24975
24976 \begin_layout Standard
24977 Vous trouverez à la fin de ce document une liste des figures et une liste
24978  des tableaux.
24979 \end_layout
24980
24981 \begin_layout Chapter
24982 Notes
24983 \end_layout
24984
24985 \begin_layout Section
24986 Les Notes de LyX
24987 \begin_inset Index idx
24988 status collapsed
24989
24990 \begin_layout Plain Layout
24991 Notes ! Notes LyX 
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Standard
25000 On peut insérer une note en utilisant le bouton 
25001 \begin_inset Graphics
25002         filename ../../images/note-insert.png
25003         scale 85
25004         scaleBeforeRotation
25005
25006 \end_inset
25007
25008  de la barre d'outils ou avec le menu 
25009 \family sans
25010 Insérer\SpecialChar \menuseparator
25011 Note
25012 \family default
25013 .
25014  Il y a trois types de notes :
25015 \end_layout
25016
25017 \begin_layout Description
25018 Note
25019 \begin_inset space ~
25020 \end_inset
25021
25022 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
25023  finale.
25024  La boîte de cette note ressemble à ceci :
25025 \begin_inset Newline newline
25026 \end_inset
25027
25028
25029 \begin_inset Newline newline
25030 \end_inset
25031
25032
25033 \begin_inset Graphics
25034         filename clipart/LyXNoteImageQt4.png
25035         display false
25036         scale 65
25037         scaleBeforeRotation
25038
25039 \end_inset
25040
25041  
25042 \begin_inset Note Note
25043 status open
25044
25045 \begin_layout Plain Layout
25046 Le texte de cette note n'apparaîtra pas à l'impression.
25047 \end_layout
25048
25049 \end_inset
25050
25051
25052 \end_layout
25053
25054 \begin_layout Description
25055 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
25056  il est inséré comme un commentaire LaTeX quand vous exportez votre document
25057  vers un fichier au format LaTeX avec le menu 
25058 \family sans
25059 Fichier\SpecialChar \menuseparator
25060 Exporter\SpecialChar \menuseparator
25061 LaTeX (pdflatex) / (plain)
25062 \family default
25063 .
25064  La boîte de cette note ressemble à ceci :
25065 \begin_inset Newline newline
25066 \end_inset
25067
25068
25069 \begin_inset Newline newline
25070 \end_inset
25071
25072
25073 \begin_inset Graphics
25074         filename clipart/CommentNoteImageQt4.png
25075         display false
25076         scale 55
25077         scaleBeforeRotation
25078
25079 \end_inset
25080
25081
25082 \lang english
25083  
25084 \lang french
25085
25086 \begin_inset Note Comment
25087 status open
25088
25089 \begin_layout Plain Layout
25090 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
25091  LaTeX.
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Description
25100 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
25101  La boîte de cette note ressemble à ceci :
25102 \lang english
25103
25104 \begin_inset Newline newline
25105 \end_inset
25106
25107
25108 \lang french
25109
25110 \begin_inset Newline newline
25111 \end_inset
25112
25113
25114 \begin_inset Graphics
25115         filename clipart/GreyedOutNoteImageQt4.png
25116         lyxscale 80
25117         display false
25118         scale 55
25119         scaleBeforeRotation
25120
25121 \end_inset
25122
25123
25124 \begin_inset Newline newline
25125 \end_inset
25126
25127
25128 \begin_inset ERT
25129 status collapsed
25130
25131 \begin_layout Plain Layout
25132
25133
25134 \backslash
25135 renewenvironment{lyxgreyedout}
25136 \end_layout
25137
25138 \begin_layout Plain Layout
25139
25140 {
25141 \backslash
25142 textcolor[gray]{0.8}
25143 \backslash
25144 bgroup}{
25145 \backslash
25146 egroup}
25147 \end_layout
25148
25149 \end_inset
25150
25151
25152 \begin_inset Note Greyedout
25153 status open
25154
25155 \begin_layout Plain Layout
25156 Le texte
25157 \begin_inset Foot
25158 status collapsed
25159
25160 \begin_layout Plain Layout
25161 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25162  grisé.
25163  
25164 \end_layout
25165
25166 \end_inset
25167
25168  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25169 \end_layout
25170
25171 \end_inset
25172
25173
25174 \begin_inset ERT
25175 status collapsed
25176
25177 \begin_layout Plain Layout
25178
25179
25180 \backslash
25181 renewenvironment{lyxgreyedout}
25182 \end_layout
25183
25184 \begin_layout Plain Layout
25185
25186 {
25187 \backslash
25188 textcolor{blue}
25189 \backslash
25190 bgroup}{
25191 \backslash
25192 egroup}
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \begin_inset Note Note
25199 status open
25200
25201 \begin_layout Plain Layout
25202 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25203  originale qu'elle a dans LyX.
25204  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25205  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25206 \end_layout
25207
25208 \end_inset
25209
25210
25211 \begin_inset Newline newline
25212 \end_inset
25213
25214
25215 \begin_inset Newline newline
25216 \end_inset
25217
25218 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25219  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25220 \end_layout
25221
25222 \begin_layout Standard
25223 \begin_inset VSpace bigskip
25224 \end_inset
25225
25226 Quand vous utilisez le bouton 
25227 \begin_inset Graphics
25228         filename ../../images/note-insert.png
25229         scale 85
25230         scaleBeforeRotation
25231
25232 \end_inset
25233
25234  de la barre d'outils, vous insérez une 
25235 \family sans
25236 Note
25237 \begin_inset space ~
25238 \end_inset
25239
25240 LyX
25241 \family default
25242 .
25243  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25244 la et cliquez sur le bouton d'insertion de note.
25245  Pour retransformer une note en texte, appuyez sur la touche 
25246 \family sans
25247 backspace
25248 \family default
25249  quand le curseur est au tout début de la note ou appuyez sur la touche
25250  
25251 \family sans
25252 Suppr.
25253
25254 \family default
25255  quand le curseur se trouve à la fin de la note.
25256 \end_layout
25257
25258 \begin_layout Standard
25259 \begin_inset VSpace bigskip
25260 \end_inset
25261
25262
25263 \lang english
25264 You can change the text color of the greyed out notes in the menu 
25265 \family sans
25266 Document\SpecialChar \menuseparator
25267 Settings\SpecialChar \menuseparator
25268 Colors
25269 \family default
25270 .
25271 \end_layout
25272
25273 \begin_layout Section
25274 Notes en Bas de Page
25275 \begin_inset CommandInset label
25276 LatexCommand label
25277 name "sec:Notes-bas-de-page"
25278
25279 \end_inset
25280
25281
25282 \begin_inset Index idx
25283 status collapsed
25284
25285 \begin_layout Plain Layout
25286 Notes ! Notes de bas de page
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \begin_inset Index idx
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296 Notes de bas de page
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Standard
25305 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25306  
25307 \begin_inset Graphics
25308         filename ../../images/footnote-insert.png
25309         scale 85
25310         scaleBeforeRotation
25311
25312 \end_inset
25313
25314  de la barre d'outils, soit en utilisant le menu 
25315 \family sans
25316 Insérer\SpecialChar \menuseparator
25317 Note
25318 \begin_inset space ~
25319 \end_inset
25320
25321 en
25322 \begin_inset space ~
25323 \end_inset
25324
25325 Bas
25326 \begin_inset space ~
25327 \end_inset
25328
25329 de
25330 \begin_inset space ~
25331 \end_inset
25332
25333 Page
25334 \family default
25335 .
25336  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25337  rouge 
25338 \begin_inset Quotes fld
25339 \end_inset
25340
25341 bas
25342 \begin_inset Quotes frd
25343 \end_inset
25344
25345  qui ressemble à ceci : 
25346 \begin_inset Graphics
25347         filename clipart/footnoteQt4.png
25348         scale 80
25349         scaleBeforeRotation
25350
25351 \end_inset
25352
25353  Vous pouvez y entrer votre texte.
25354  Si vous voulez transformer du texte déjà existant en note en bas de page,
25355  sélectionnez-le et cliquez sur le bouton 
25356 \family sans
25357 Note
25358 \begin_inset space ~
25359 \end_inset
25360
25361 en
25362 \begin_inset space ~
25363 \end_inset
25364
25365 Bas
25366 \begin_inset space ~
25367 \end_inset
25368
25369 de
25370 \begin_inset space ~
25371 \end_inset
25372
25373 Page
25374 \family default
25375  de la barre d'outils.
25376  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25377  
25378 \family sans
25379 backspace
25380 \family default
25381  quand le curseur est au tout début de la note ou appuyez sur la touche
25382  
25383 \family sans
25384 Suppr.
25385
25386 \family default
25387  quand le curseur se trouve à la fin de la note.
25388 \end_layout
25389
25390 \begin_layout Standard
25391 Voici un exemple de note en bas de page:
25392 \begin_inset Foot
25393 status open
25394
25395 \begin_layout Plain Layout
25396 \begin_inset CommandInset label
25397 LatexCommand label
25398 name "fn:Note-en-bas"
25399
25400 \end_inset
25401
25402 Ceci est un exemple de note en bas de page.
25403 \end_layout
25404
25405 \end_inset
25406
25407
25408 \begin_inset ERT
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412
25413
25414 \backslash
25415 newcounter{MyRepeatFoot}
25416 \end_layout
25417
25418 \begin_layout Plain Layout
25419
25420
25421 \backslash
25422 setcounter{MyRepeatFoot}{
25423 \backslash
25424 thefootnote}
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \begin_layout Standard
25433 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25434  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25435  de note.
25436  Le texte de la note est placé en bas de la page courante.
25437  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25438  Selon votre classe de document les numéros de notes pourront être réinitialisés
25439  à chaque nouveau chapitre.
25440 \end_layout
25441
25442 \begin_layout Standard
25443 On peut faire référence à une note en bas de page comme on le fait avec
25444  les flottants : Insérez une étiquette dans la note et faites une référence
25445  croisée vers cette étiquette comme c'est décrit dans la
25446 \begin_inset space ~
25447 \end_inset
25448
25449
25450 \begin_inset CommandInset ref
25451 LatexCommand ref
25452 reference "sec:Referencer-les-Flottants"
25453
25454 \end_inset
25455
25456 .
25457 \begin_inset Newline newline
25458 \end_inset
25459
25460 Voici une référence à une note de bas de page :
25461 \begin_inset space ~
25462 \end_inset
25463
25464
25465 \begin_inset CommandInset ref
25466 LatexCommand ref
25467 reference "fn:Note-en-bas"
25468
25469 \end_inset
25470
25471 .
25472 \end_layout
25473
25474 \begin_layout Standard
25475 \begin_inset VSpace defskip
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25483  par LaTeX pour des raisons techniques.
25484  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25485  
25486 \series bold
25487
25488 \backslash
25489 footnotemark{}
25490 \series default
25491  en code TeX à la place de la note de bas de page.
25492  Le texte de la note est mis en argument de la commande TeX 
25493 \series bold
25494
25495 \backslash
25496 footnotetext
25497 \series default
25498  après le tableau.
25499 \begin_inset Newline newline
25500 \end_inset
25501
25502 C'est ce qui a été fait pour le tableau qui suit avec la commande
25503 \end_layout
25504
25505 \begin_layout Standard
25506
25507 \series bold
25508
25509 \backslash
25510 footnotetext{
25511 \series default
25512 Note de bas de page de tableau imprimée.
25513 \series bold
25514 }
25515 \end_layout
25516
25517 \begin_layout Standard
25518
25519 \lang english
25520 \begin_inset Tabular
25521 <lyxtabular version="3" rows="2" columns="1">
25522 <features tabularvalignment="middle">
25523 <column alignment="center" valignment="top" width="0">
25524 <row>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 Un exemple de texte
25530 \begin_inset Foot
25531 status open
25532
25533 \begin_layout Plain Layout
25534 Cette note ne sera pas imprimée
25535 \begin_inset space ~
25536 \end_inset
25537
25538 !
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 </row>
25549 <row>
25550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 Un autre exemple de texte
25555 \begin_inset ERT
25556 status collapsed
25557
25558 \begin_layout Plain Layout
25559
25560
25561 \backslash
25562 footnotemark{}
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 </row>
25573 </lyxtabular>
25574
25575 \end_inset
25576
25577
25578 \begin_inset ERT
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582
25583
25584 \backslash
25585 footnotetext{
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \lang french
25592 Note de bas de page de tableau imprimée.
25593 \lang english
25594
25595 \begin_inset ERT
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599
25600 }
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \begin_layout Standard
25609 Les notes de bas de page dans des tableaux longs sont décrites dans la section
25610 \begin_inset space ~
25611 \end_inset
25612
25613
25614 \begin_inset CommandInset ref
25615 LatexCommand ref
25616 reference "sub:Notes-dans-tableau-long"
25617
25618 \end_inset
25619
25620 .
25621 \end_layout
25622
25623 \begin_layout Standard
25624 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
25625  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
25626 e, vu que la minipage est considérée comme une page se trouvant dans une
25627  autre page.
25628  Pour plus d'information sur les minipages, voyez la section
25629 \begin_inset space ~
25630 \end_inset
25631
25632
25633 \begin_inset CommandInset ref
25634 LatexCommand ref
25635 reference "sec:Minipages"
25636
25637 \end_inset
25638
25639 .
25640  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
25641  s'imprime en bas de page comme une note normale, on doit aussi utiliser
25642  la méthode utilisant les commandes 
25643 \series bold
25644
25645 \backslash
25646 footnotemark{}
25647 \series default
25648  et 
25649 \series bold
25650
25651 \backslash
25652 footnotetext
25653 \series default
25654 .
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset Box Frameless
25659 position "t"
25660 hor_pos "c"
25661 has_inner_box 1
25662 inner_pos "t"
25663 use_parbox 0
25664 use_makebox 0
25665 width "100col%"
25666 special "none"
25667 height "1in"
25668 height_special "totalheight"
25669 status open
25670
25671 \begin_layout Plain Layout
25672 Un exemple de texte dans une minipage.
25673 \begin_inset Foot
25674 status open
25675
25676 \begin_layout Plain Layout
25677 Note de bas de page dans la minipage.
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Plain Layout
25686 Un autre exemple de texte dans une minipage.
25687 \begin_inset ERT
25688 status collapsed
25689
25690 \begin_layout Plain Layout
25691
25692
25693 \backslash
25694 footnotemark{}
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \begin_layout Standard
25708 \begin_inset ERT
25709 status collapsed
25710
25711 \begin_layout Plain Layout
25712
25713
25714 \backslash
25715 footnotetext{
25716 \end_layout
25717
25718 \end_inset
25719
25720 Note de bas de page en denors de la minipage.
25721 \begin_inset ERT
25722 status collapsed
25723
25724 \begin_layout Plain Layout
25725
25726 }
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \begin_layout Standard
25735 \begin_inset VSpace defskip
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
25743  utilisez la commande 
25744 \series bold
25745
25746 \backslash
25747 footnotemark[number]
25748 \series default
25749  en code TeX.
25750 \begin_inset Newline newline
25751 \end_inset
25752
25753 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
25754  votre texte, vous devez enregistrer son numéro.
25755  Dans l'exemple de marque de note de bas de page suivant, ces commandes
25756  ont été insérées en code TeX après la note
25757 \begin_inset space ~
25758 \end_inset
25759
25760
25761 \begin_inset CommandInset ref
25762 LatexCommand ref
25763 reference "fn:Note-en-bas"
25764
25765 \end_inset
25766
25767  pour enregistrer son numéro
25768 \begin_inset space ~
25769 \end_inset
25770
25771 :
25772 \end_layout
25773
25774 \begin_layout Standard
25775
25776 \series bold
25777
25778 \backslash
25779 newcounter{MaNoteDupliquee}
25780 \begin_inset Newline newline
25781 \end_inset
25782
25783
25784 \backslash
25785 setcounter{MaNoteDupliquee}{
25786 \backslash
25787 thefootnote}
25788 \end_layout
25789
25790 \begin_layout Standard
25791 La note de bas de page a été créee avec la commande
25792 \begin_inset space ~
25793 \end_inset
25794
25795 :
25796 \end_layout
25797
25798 \begin_layout Standard
25799
25800 \series bold
25801
25802 \backslash
25803 footnotemark[
25804 \backslash
25805 MaNoteDupliquee]
25806 \end_layout
25807
25808 \begin_layout Standard
25809 Voici une note de bas de page dupliquée
25810 \begin_inset space ~
25811 \end_inset
25812
25813 :
25814 \begin_inset ERT
25815 status open
25816
25817 \begin_layout Plain Layout
25818
25819
25820 \backslash
25821 footnotemark[
25822 \backslash
25823 theMyRepeatFoot]
25824 \end_layout
25825
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \begin_layout Standard
25832 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
25833 t du numéro de note et juste utiliser la commande suivante
25834 \end_layout
25835
25836 \begin_layout Standard
25837
25838 \series bold
25839
25840 \backslash
25841 footnotemark[
25842 \backslash
25843 thefootnote]
25844 \end_layout
25845
25846 \begin_layout Standard
25847 Voici une autre note de bas de page dupliquée
25848 \begin_inset space ~
25849 \end_inset
25850
25851 :
25852 \begin_inset ERT
25853 status open
25854
25855 \begin_layout Plain Layout
25856
25857
25858 \backslash
25859 footnotemark[
25860 \backslash
25861 thefootnote]
25862 \end_layout
25863
25864 \end_inset
25865
25866
25867 \end_layout
25868
25869 \begin_layout Subsection
25870 Numérotation de Notes de Bas de Page
25871 \begin_inset CommandInset label
25872 LatexCommand label
25873 name "sub:Numerotation-notes-bas-de-page"
25874
25875 \end_inset
25876
25877
25878 \begin_inset Index idx
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882 Notes de bas de page ! Numérotation
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \end_layout
25889
25890 \begin_layout Standard
25891 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
25892  ajoutez cette commande dans le préambule de votre document :
25893 \end_layout
25894
25895 \begin_layout Standard
25896
25897 \series bold
25898
25899 \backslash
25900 @addtoreset{footnote}{section}
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset VSpace bigskip
25905 \end_inset
25906
25907 La commande de préambule suivante change le style de numérotation des notes
25908  en petits chiffres romains :
25909 \end_layout
25910
25911 \begin_layout Standard
25912
25913 \series bold
25914
25915 \backslash
25916 renewcommand{
25917 \backslash
25918 thefootnote}{
25919 \backslash
25920 roman{footnote}}
25921 \end_layout
25922
25923 \begin_layout Standard
25924 \begin_inset ERT
25925 status collapsed
25926
25927 \begin_layout Plain Layout
25928
25929
25930 \backslash
25931 renewcommand{
25932 \backslash
25933 thefootnote}{
25934 \backslash
25935 roman{footnote}}
25936 \end_layout
25937
25938 \end_inset
25939
25940  Cette note de bas de page utilise une numérotation en chiffres romains
25941  :
25942 \begin_inset Foot
25943 status open
25944
25945 \begin_layout Plain Layout
25946 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
25947  romains.
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \begin_layout Standard
25956 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
25957  la commande précédente 
25958 \series bold
25959
25960 \backslash
25961 roman
25962 \series default
25963  par 
25964 \series bold
25965
25966 \backslash
25967 Roman
25968 \series default
25969 .
25970  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
25971  utilisez respectivement soit 
25972 \series bold
25973
25974 \backslash
25975 Alph
25976 \series default
25977  soit 
25978 \series bold
25979
25980 \backslash
25981 alph
25982 \series default
25983 .
25984  Pour les 
25985 \begin_inset Quotes eld
25986 \end_inset
25987
25988 numéroter
25989 \begin_inset Quotes erd
25990 \end_inset
25991
25992  avec des symboles, utilisez 
25993 \series bold
25994
25995 \backslash
25996 fnsymbol
25997 \series default
25998 .
25999 \end_layout
26000
26001 \begin_layout Standard
26002 \begin_inset Note Greyedout
26003 status open
26004
26005 \begin_layout Plain Layout
26006
26007 \series bold
26008 Note:
26009 \series default
26010  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
26011  puisque cette numérotation est limitée à des lettres seules.
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \begin_inset Newline newline
26018 \end_inset
26019
26020
26021 \begin_inset Note Greyedout
26022 status open
26023
26024 \begin_layout Plain Layout
26025
26026 \series bold
26027 Note:
26028 \series default
26029  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 Pour revenir au style de numérotation implicite quand vous en avez changé,
26039  utilisez 
26040 \series bold
26041
26042 \backslash
26043 arabic
26044 \series default
26045  à la place de 
26046 \series bold
26047
26048 \backslash
26049 roman
26050 \series default
26051  dans la commande précédente.
26052 \begin_inset ERT
26053 status collapsed
26054
26055 \begin_layout Plain Layout
26056
26057
26058 \backslash
26059 renewcommand{
26060 \backslash
26061 thefootnote}{
26062 \backslash
26063 arabic{footnote}}
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \begin_layout Standard
26072 \begin_inset VSpace bigskip
26073 \end_inset
26074
26075
26076 \end_layout
26077
26078 \begin_layout Standard
26079 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
26080  le schéma 
26081 \begin_inset Quotes eld
26082 \end_inset
26083
26084 chapitre.note
26085 \begin_inset Quotes erd
26086 \end_inset
26087
26088 , ajoutez la commande suivante au préambule de votre document :
26089 \end_layout
26090
26091 \begin_layout Standard
26092
26093 \series bold
26094
26095 \backslash
26096 numberwithin{footnote}{chapter}
26097 \end_layout
26098
26099 \begin_layout Standard
26100 Pour pouvoir utiliser la commande 
26101 \series bold
26102
26103 \backslash
26104 numberwithin
26105 \series default
26106 , activez dans la rubrique 
26107 \family sans
26108 Options
26109 \begin_inset space ~
26110 \end_inset
26111
26112 des
26113 \begin_inset space ~
26114 \end_inset
26115
26116 Maths
26117 \family default
26118  dans les paramètres du document, l'option 
26119 \family sans
26120 Utiliser
26121 \begin_inset space ~
26122 \end_inset
26123
26124 le
26125 \begin_inset space ~
26126 \end_inset
26127
26128 paquetage
26129 \begin_inset space ~
26130 \end_inset
26131
26132 maths
26133 \begin_inset space ~
26134 \end_inset
26135
26136 AMS
26137 \family default
26138 .
26139 \end_layout
26140
26141 \begin_layout Standard
26142 \begin_inset ERT
26143 status collapsed
26144
26145 \begin_layout Plain Layout
26146
26147
26148 \backslash
26149 numberwithin{footnote}{chapter}
26150 \end_layout
26151
26152 \end_inset
26153
26154 Ceci est un autre exemple de note de bas de page:
26155 \series bold
26156
26157 \begin_inset Foot
26158 status open
26159
26160 \begin_layout Plain Layout
26161 Cette note est numérotée en suivant le schéma 
26162 \begin_inset Quotes eld
26163 \end_inset
26164
26165 chapitre.note
26166 \begin_inset Quotes erd
26167 \end_inset
26168
26169 .
26170 \end_layout
26171
26172 \end_inset
26173
26174
26175 \series default
26176
26177 \begin_inset ERT
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182
26183 \backslash
26184 renewcommand{
26185 \backslash
26186 thefootnote}{
26187 \backslash
26188 arabic{footnote}}
26189 \end_layout
26190
26191 \end_inset
26192
26193
26194 \end_layout
26195
26196 \begin_layout Standard
26197 \begin_inset Note Greyedout
26198 status open
26199
26200 \begin_layout Plain Layout
26201
26202 \series bold
26203 Note:
26204 \series default
26205  
26206 \series bold
26207
26208 \backslash
26209 numberwithin
26210 \series default
26211  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26212  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26213  prises en compte.
26214  
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \end_layout
26221
26222 \begin_layout Standard
26223 Donc pour avoir par exemple le schéma 
26224 \begin_inset Quotes eld
26225 \end_inset
26226
26227 chapitre.
26228 \backslash
26229 Roman{note}
26230 \begin_inset Quotes erd
26231 \end_inset
26232
26233 , utilisez la commande suivante plutôt que 
26234 \series bold
26235
26236 \backslash
26237 numberwithin
26238 \series default
26239  :
26240 \end_layout
26241
26242 \begin_layout Standard
26243
26244 \series bold
26245
26246 \backslash
26247 renewcommand{
26248 \backslash
26249 thefootnote}{
26250 \backslash
26251 thechapter.
26252 \backslash
26253 Roman{footnote}}
26254 \end_layout
26255
26256 \begin_layout Subsection
26257 Positionnement de notes de bas de page
26258 \begin_inset Index idx
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262 Notes de bas de page ! Positionnement
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \end_layout
26269
26270 \begin_layout Standard
26271 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26272  vertical entre elles en bas de la page.
26273  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26274  de 1.5
26275 \begin_inset space \thinspace{}
26276 \end_inset
26277
26278 mm avec la commande suivante dans le préambule :
26279 \end_layout
26280
26281 \begin_layout Standard
26282
26283 \series bold
26284
26285 \backslash
26286 let
26287 \backslash
26288 myFoot
26289 \backslash
26290 footnote
26291 \begin_inset Newline newline
26292 \end_inset
26293
26294
26295 \backslash
26296 renewcommand{
26297 \backslash
26298 footnote}[1]{
26299 \backslash
26300 myFoot{#1
26301 \backslash
26302 vspace{1.5mm}}}
26303 \end_layout
26304
26305 \begin_layout Standard
26306 \begin_inset VSpace bigskip
26307 \end_inset
26308
26309 Dans un document à deux colonnes les notes de bas de page apparaissent en
26310  bas de chaque colonne, comme sur la Figure
26311 \begin_inset space ~
26312 \end_inset
26313
26314
26315 \begin_inset CommandInset ref
26316 LatexCommand ref
26317 reference "fig:Position-standard-note-bas-de-page"
26318
26319 \end_inset
26320
26321 .
26322  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26323  sur la Figure
26324 \begin_inset space ~
26325 \end_inset
26326
26327
26328 \begin_inset CommandInset ref
26329 LatexCommand ref
26330 reference "fig:Position-note-avec-ftnright"
26331
26332 \end_inset
26333
26334 , utilisez le paquetage LaTeX 
26335 \series bold
26336 ftnright
26337 \series default
26338
26339 \begin_inset Index idx
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343 Paquetages LaTeX ! ftnright
26344 \end_layout
26345
26346 \end_inset
26347
26348  avec cette commande dans le préambule du document:
26349 \end_layout
26350
26351 \begin_layout Standard
26352
26353 \series bold
26354
26355 \backslash
26356 usepackage{ftnright}
26357 \end_layout
26358
26359 \begin_layout Standard
26360 \begin_inset Float figure
26361 placement !h
26362 wide false
26363 sideways false
26364 status open
26365
26366 \begin_layout Plain Layout
26367 \begin_inset ERT
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371
26372
26373 \backslash
26374 framebox{
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \begin_inset Graphics
26381         filename ../clipart/without_fntright.pdf
26382         width 100col%
26383         scaleBeforeRotation
26384
26385 \end_inset
26386
26387
26388 \begin_inset ERT
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392
26393 }
26394 \end_layout
26395
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \begin_layout Plain Layout
26402 \begin_inset Caption
26403
26404 \begin_layout Plain Layout
26405 \begin_inset CommandInset label
26406 LatexCommand label
26407 name "fig:Position-standard-note-bas-de-page"
26408
26409 \end_inset
26410
26411 Positionnement standard des notes de bas de page dans un document à deux
26412  colonnes.
26413 \end_layout
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \begin_layout Standard
26426 \begin_inset Float figure
26427 placement !h
26428 wide false
26429 sideways false
26430 status open
26431
26432 \begin_layout Plain Layout
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 framebox{
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \begin_inset Graphics
26447         filename ../clipart/with_fntright.pdf
26448         width 100col%
26449         scaleBeforeRotation
26450
26451 \end_inset
26452
26453
26454 \begin_inset ERT
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458
26459 }
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \end_layout
26466
26467 \begin_layout Plain Layout
26468 \begin_inset Caption
26469
26470 \begin_layout Plain Layout
26471 \begin_inset CommandInset label
26472 LatexCommand label
26473 name "fig:Position-note-avec-ftnright"
26474
26475 \end_inset
26476
26477 Positionnement de notes de bas de page dans un document à deux colonnes
26478  en utilisant le paquetage LaTeX 
26479 \series bold
26480 ftnright
26481 \series default
26482 .
26483 \end_layout
26484
26485 \end_inset
26486
26487
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \end_layout
26494
26495 \begin_layout Standard
26496 \begin_inset VSpace bigskip
26497 \end_inset
26498
26499 Dans certaines publications scientifiques, il est courant de rassembler
26500  les notes de bas de page et de les imprimer dans un paragraphe particulier
26501  à la fin de la section, comme sur la Figure
26502 \begin_inset space ~
26503 \end_inset
26504
26505
26506 \begin_inset CommandInset ref
26507 LatexCommand ref
26508 reference "fig:Notes-de-fin"
26509
26510 \end_inset
26511
26512 .
26513  On les appelle 
26514 \begin_inset Quotes eld
26515 \end_inset
26516
26517 notes de fin
26518 \begin_inset Quotes erd
26519 \end_inset
26520
26521 .
26522 \begin_inset Index idx
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526 Notes de fin
26527 \end_layout
26528
26529 \end_inset
26530
26531  Pour utiliser des notes de fin à la place des notes de bas de page dans
26532  votre document, charger le module 
26533 \family sans
26534 Note de bas de page en fin de document
26535 \family default
26536  à partir de 
26537 \family sans
26538 Document\SpecialChar \menuseparator
26539 Paramètres\SpecialChar \menuseparator
26540 Modules
26541 \family default
26542 .
26543  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26544 \end_layout
26545
26546 \begin_layout Standard
26547
26548 \series bold
26549
26550 \backslash
26551 theendnotes
26552 \end_layout
26553
26554 \begin_layout Standard
26555 en code TeX à la fin d'une section ou d'un chapitre.
26556 \end_layout
26557
26558 \begin_layout Standard
26559 \begin_inset Float figure
26560 wide false
26561 sideways false
26562 status open
26563
26564 \begin_layout Plain Layout
26565 \align center
26566 \begin_inset ERT
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570
26571
26572 \backslash
26573 framebox{
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \begin_inset Graphics
26580         filename ../clipart/endnotes.pdf
26581         scaleBeforeRotation
26582
26583 \end_inset
26584
26585
26586 \begin_inset ERT
26587 status collapsed
26588
26589 \begin_layout Plain Layout
26590
26591 }
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \begin_layout Plain Layout
26600 \begin_inset Caption
26601
26602 \begin_layout Plain Layout
26603 \begin_inset CommandInset label
26604 LatexCommand label
26605 name "fig:Notes-de-fin"
26606
26607 \end_inset
26608
26609 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26610  séparé à la fin des sections ou des chapitres.
26611 \end_layout
26612
26613 \end_inset
26614
26615
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace medskip
26625 \end_inset
26626
26627 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26628  dans la langue du document, cela doit être fait manuellement.
26629  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26630  
26631 \begin_inset Quotes eld
26632 \end_inset
26633
26634 Notes
26635 \begin_inset Quotes erd
26636 \end_inset
26637
26638  en sa traduction Allemande
26639 \begin_inset Foot
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643 En français, 
26644 \begin_inset Quotes eld
26645 \end_inset
26646
26647 Notes
26648 \begin_inset Quotes erd
26649 \end_inset
26650
26651  peut être conservé.
26652 \end_layout
26653
26654 \end_inset
26655
26656  
26657 \begin_inset Quotes eld
26658 \end_inset
26659
26660 Anmerkungen
26661 \begin_inset Quotes erd
26662 \end_inset
26663
26664  :
26665 \end_layout
26666
26667 \begin_layout Standard
26668
26669 \series bold
26670
26671 \backslash
26672 renewcommand{
26673 \backslash
26674 notesname}{Anmerkungen}
26675 \end_layout
26676
26677 \begin_layout Standard
26678 \begin_inset VSpace medskip
26679 \end_inset
26680
26681 La numérotation des notes de fin peut être modifiée comme celle des notes
26682  de bas de page comme c'est décrit dans la section
26683 \begin_inset space ~
26684 \end_inset
26685
26686
26687 \begin_inset CommandInset ref
26688 LatexCommand ref
26689 reference "sub:Numerotation-notes-bas-de-page"
26690
26691 \end_inset
26692
26693  ; remplacez juste la commande 
26694 \series bold
26695
26696 \backslash
26697 thefootnote
26698 \series default
26699  par 
26700 \series bold
26701
26702 \backslash
26703 theendnote
26704 \series default
26705 .
26706  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26707 \series bold
26708
26709 \backslash
26710 @addtoreset
26711 \series default
26712  comme c'est décrit dans la section
26713 \begin_inset space ~
26714 \end_inset
26715
26716
26717 \begin_inset CommandInset ref
26718 LatexCommand ref
26719 reference "sub:Numerotation-notes-bas-de-page"
26720
26721 \end_inset
26722
26723  et remplacez le paramètre de commande 
26724 \series bold
26725 footnote
26726 \series default
26727  par 
26728 \series bold
26729 endnote
26730 \series default
26731 .
26732 \end_layout
26733
26734 \begin_layout Standard
26735 Pour les notes de fin, il y a la commande 
26736 \series bold
26737
26738 \backslash
26739 endnotemark[numéro]
26740 \series default
26741  qui est semblable à 
26742 \series bold
26743
26744 \backslash
26745 footnotemark
26746 \series default
26747 , décrite dans la section
26748 \begin_inset space ~
26749 \end_inset
26750
26751
26752 \begin_inset CommandInset ref
26753 LatexCommand ref
26754 reference "sec:Notes-bas-de-page"
26755
26756 \end_inset
26757
26758 .
26759 \end_layout
26760
26761 \begin_layout Standard
26762 \begin_inset VSpace bigskip
26763 \end_inset
26764
26765  Les notes de bas de page peuvent être mise dans la marge de la page et
26766  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
26767  
26768 \series bold
26769 footmisc
26770 \series default
26771
26772 \begin_inset Index idx
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776 Paquetages LaTeX ! footmisc
26777 \end_layout
26778
26779 \end_inset
26780
26781
26782 \begin_inset CommandInset citation
26783 LatexCommand cite
26784 key "footmisc"
26785
26786 \end_inset
26787
26788  pour plus d'information à ce sujet.
26789 \end_layout
26790
26791 \begin_layout Standard
26792 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26793  voyez les livres sur LaTeX, 
26794 \begin_inset CommandInset citation
26795 LatexCommand cite
26796 key "latexcompanion,latexguide,latexbook"
26797
26798 \end_inset
26799
26800 .
26801  Si vous utilisez une classe de document  
26802 \series bold
26803 KOMA-Script
26804 \series default
26805
26806 \begin_inset Index idx
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810 Paquetages LaTeX ! KOMA-Script
26811 \end_layout
26812
26813 \end_inset
26814
26815 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
26816  des commandes spécifiques à la classe de document utilisée, voyez 
26817 \begin_inset CommandInset citation
26818 LatexCommand cite
26819 key "KOMA-Script"
26820
26821 \end_inset
26822
26823 .
26824 \end_layout
26825
26826 \begin_layout Section
26827 Notes en Marge
26828 \begin_inset Index idx
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832 Notes ! Notes en Marge
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout Standard
26841 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26842 t de la même façon.
26843  Quand vous insérez une note en marge avec 
26844 \family sans
26845 Insérer\SpecialChar \menuseparator
26846 Note
26847 \begin_inset space ~
26848 \end_inset
26849
26850 en
26851 \begin_inset space ~
26852 \end_inset
26853
26854 Marge
26855 \family default
26856  ou avec le bouton 
26857 \begin_inset Graphics
26858         filename ../../images/marginalnote-insert.png
26859         scale 85
26860         scaleBeforeRotation
26861
26862 \end_inset
26863
26864  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26865  grise avec une étiquette rouge 
26866 \begin_inset Quotes fld
26867 \end_inset
26868
26869 marge
26870 \begin_inset Quotes frd
26871 \end_inset
26872
26873 .
26874  
26875 \begin_inset Marginal
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879 C'est une note en marge.
26880 \end_layout
26881
26882 \end_inset
26883
26884  Cette boîte est la représentation de votre note dans LyX.
26885  Vous pouvez y entrer votre texte.
26886 \end_layout
26887
26888 \begin_layout Standard
26889 Les notes en marge apparaissent dans la marge de droite dans les documents
26890  imprimées sur une seule face.
26891  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
26892  
26893 \begin_inset Quotes eld
26894 \end_inset
26895
26896 extérieure
26897 \begin_inset Quotes erd
26898 \end_inset
26899
26900  – la gauche sur les pages paires et la droite sur les pages impaires.
26901  Le texte de la note en marge est aligné à l'opposé de la marge externe
26902  – aligné à droite quand la note apparaît dans la marge de gauche.
26903  La première ligne de la note apparaît à la hauteur de la ligne de texte
26904  où la note a été insérée dans le document.
26905 \end_layout
26906
26907 \begin_layout Standard
26908 \begin_inset VSpace bigskip
26909 \end_inset
26910
26911 Pour placer une note dans la marge interne, ajoutez la commande suivante
26912  :
26913 \end_layout
26914
26915 \begin_layout Standard
26916
26917 \series bold
26918
26919 \backslash
26920 reversemarginpar
26921 \end_layout
26922
26923 \begin_layout Standard
26924 sous forme de code TeX avant votre note de marge.
26925  Le nouveau positionnement est pris en compte pour toutes les notes en marge
26926  qui suivent 
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 reversemarginpar 
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \begin_inset Marginal
26941 status open
26942
26943 \begin_layout Plain Layout
26944 Cette note en marge est dans la marge interne.
26945 \end_layout
26946
26947 \end_inset
26948
26949
26950 \series bold
26951
26952 \begin_inset Newline newline
26953 \end_inset
26954
26955
26956 \series default
26957
26958 \begin_inset Note Greyedout
26959 status open
26960
26961 \begin_layout Plain Layout
26962
26963 \series bold
26964 Note:
26965 \series default
26966  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26967  les notes sont souvent mal mises en formes dans la sortie imprimée.
26968 \end_layout
26969
26970 \end_inset
26971
26972
26973 \end_layout
26974
26975 \begin_layout Standard
26976 Pour revenir au positionnement implicite, ajoutez la commande :
26977 \end_layout
26978
26979 \begin_layout Standard
26980
26981 \series bold
26982
26983 \backslash
26984 normalmarginpar
26985 \end_layout
26986
26987 \begin_layout Standard
26988 sous forme de code TeX.
26989 \begin_inset ERT
26990 status collapsed
26991
26992 \begin_layout Plain Layout
26993
26994
26995 \backslash
26996 normalmarginpar 
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \begin_inset Newline newline
27003 \end_inset
27004
27005  
27006 \begin_inset Note Greyedout
27007 status open
27008
27009 \begin_layout Plain Layout
27010
27011 \series bold
27012 Note:
27013 \series default
27014  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
27015  
27016 \series bold
27017
27018 \backslash
27019 reversemarginpar
27020 \series default
27021  est aussi utilisée.
27022 \end_layout
27023
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \begin_layout Standard
27030 \begin_inset VSpace bigskip
27031 \end_inset
27032
27033
27034 \begin_inset Marginal
27035 status open
27036
27037 \begin_layout Plain Layout
27038 UnTrèsLongMotEnMarge sans césure.
27039 \end_layout
27040
27041 \end_inset
27042
27043  Comme dans le cas décrit dans la section
27044 \begin_inset space ~
27045 \end_inset
27046
27047
27048 \begin_inset CommandInset ref
27049 LatexCommand ref
27050 reference "sub:Lignes-multiple-dans-cellule"
27051
27052 \end_inset
27053
27054 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
27055  mot d'une note en marge.
27056  Pour éviter ce problème, insérez un espacement horizontal de 0
27057 \begin_inset space \thinspace{}
27058 \end_inset
27059
27060 pt avant le mot en question: 
27061 \begin_inset Marginal
27062 status open
27063
27064 \begin_layout Plain Layout
27065 \begin_inset space \hspace{}
27066 \length 0pt
27067 \end_inset
27068
27069 UnMotTrèsLongEnMarge avec une césure.
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \end_layout
27076
27077 \begin_layout Standard
27078 \begin_inset VSpace bigskip
27079 \end_inset
27080
27081
27082 \end_layout
27083
27084 \begin_layout Standard
27085 \begin_inset Note Greyedout
27086 status open
27087
27088 \begin_layout Plain Layout
27089
27090 \series bold
27091 Note:
27092 \series default
27093  Normalement, les notes en marge ne peuvent pas être utilisées dans des
27094  tableaux, des flottants et des notes de bas de page.
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \end_layout
27101
27102 \begin_layout Standard
27103 \begin_inset VSpace bigskip
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \begin_layout Standard
27110 \begin_inset ERT
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114
27115
27116 \backslash
27117 ifmarginnote
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \begin_inset Note Note
27124 status open
27125
27126 \begin_layout Plain Layout
27127 La section suivante ne sera affichée que si le paquetage LaTeX 
27128 \series bold
27129 marginnote
27130 \series default
27131  a été installé.
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \begin_layout Standard
27140 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27141 \series bold
27142 marginnote
27143 \series default
27144
27145 \begin_inset Index idx
27146 status collapsed
27147
27148 \begin_layout Plain Layout
27149 Paquetages LaTeX ! marginnote
27150 \end_layout
27151
27152 \end_inset
27153
27154 .
27155  En ajoutant les deux lignes suivantes au préambule de votre document, la
27156  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27157  la commande fournie par le paquetage 
27158 \series bold
27159 marginnote
27160 \series default
27161  :
27162 \end_layout
27163
27164 \begin_layout Standard
27165
27166 \series bold
27167
27168 \backslash
27169 usepackage{marginnote}
27170 \begin_inset Newline newline
27171 \end_inset
27172
27173
27174 \backslash
27175 let
27176 \backslash
27177 marginpar
27178 \backslash
27179 marginnote
27180 \end_layout
27181
27182 \begin_layout Standard
27183 Ce paquetage est aussi utilisé dans ce document parce que 
27184 \series bold
27185 marginnote
27186 \series default
27187  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27188  vertical pour une note.
27189  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27190  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27191  en page.
27192  Le décalage est inséré dans LyX sous forme de code TeX directement après
27193  la note sous la forme
27194 \end_layout
27195
27196 \begin_layout Standard
27197
27198 \series bold
27199 [offset]
27200 \end_layout
27201
27202 \begin_layout Standard
27203 où l'offset utilise l'une des unités listées dans le tableau
27204 \begin_inset space ~
27205 \end_inset
27206
27207
27208 \begin_inset CommandInset ref
27209 LatexCommand ref
27210 reference "cha:Unités-de-longueur"
27211
27212 \end_inset
27213
27214 .
27215  Une valeur négative déplace la note vers le haut, une valeur positive la
27216  déplace vers le bas.
27217  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27218  vers le haut de 1.5
27219 \begin_inset space \thinspace{}
27220 \end_inset
27221
27222 cm avec la commande en code TeX 
27223 \begin_inset Quotes eld
27224 \end_inset
27225
27226
27227 \series bold
27228 [-1.5cm]
27229 \series default
27230
27231 \begin_inset Quotes erd
27232 \end_inset
27233
27234
27235 \begin_inset Marginal
27236 status collapsed
27237
27238 \begin_layout Plain Layout
27239 Cette note en marge est décalée vers le haut de 1.5
27240 \begin_inset space \thinspace{}
27241 \end_inset
27242
27243 cm par rapport à sa position d'origine.
27244 \end_layout
27245
27246 \end_inset
27247
27248
27249 \begin_inset ERT
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253
27254 [-1.5cm]
27255 \end_layout
27256
27257 \end_inset
27258
27259
27260 \end_layout
27261
27262 \begin_layout Standard
27263 \begin_inset VSpace medskip
27264 \end_inset
27265
27266 Avec le paquetage 
27267 \series bold
27268 marginnote
27269 \series default
27270  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27271  Par exemple les commandes 
27272 \end_layout
27273
27274 \begin_layout Standard
27275
27276 \series bold
27277
27278 \backslash
27279 renewcommand*{
27280 \backslash
27281 raggedleftmarginnote}{
27282 \backslash
27283 centering}
27284 \begin_inset Newline newline
27285 \end_inset
27286
27287
27288 \backslash
27289 renewcommand*{
27290 \backslash
27291 raggedrightmarginnote}{
27292 \backslash
27293 centering}
27294 \end_layout
27295
27296 \begin_layout Standard
27297 donnent un alignement centré.
27298  
27299 \series bold
27300
27301 \backslash
27302 raggedleftmarginnote
27303 \series default
27304  indique une note qui apparaît dans la marge de gauche.
27305 \begin_inset ERT
27306 status collapsed
27307
27308 \begin_layout Plain Layout
27309
27310
27311 \backslash
27312 renewcommand*{
27313 \backslash
27314 raggedleftmarginnote}{
27315 \backslash
27316 centering}
27317 \end_layout
27318
27319 \begin_layout Plain Layout
27320
27321
27322 \backslash
27323 renewcommand*{
27324 \backslash
27325 raggedrightmarginnote}{
27326 \backslash
27327 centering}
27328 \end_layout
27329
27330 \end_inset
27331
27332
27333 \begin_inset Marginal
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337 Le texte de cette note en marge est centré.
27338 \end_layout
27339
27340 \end_inset
27341
27342 .
27343  Le comportement implicite est donné par
27344 \end_layout
27345
27346 \begin_layout Standard
27347
27348 \series bold
27349
27350 \backslash
27351 renewcommand*{
27352 \backslash
27353 raggedleftmarginnote}{
27354 \backslash
27355 raggedleft}
27356 \begin_inset Newline newline
27357 \end_inset
27358
27359
27360 \backslash
27361 renewcommand*{
27362 \backslash
27363 raggedrightmarginnote}{
27364 \backslash
27365 raggedright}
27366 \series default
27367
27368 \begin_inset ERT
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372
27373
27374 \backslash
27375 renewcommand*{
27376 \backslash
27377 raggedleftmarginnote}{
27378 \backslash
27379 raggedleft}
27380 \end_layout
27381
27382 \begin_layout Plain Layout
27383
27384
27385 \backslash
27386 renewcommand*{
27387 \backslash
27388 raggedrightmarginnote}{
27389 \backslash
27390 raggedright}
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Standard
27399 \begin_inset VSpace medskip
27400 \end_inset
27401
27402 Pour les autre fonctions du paquetage 
27403 \series bold
27404 marginnote
27405 \series default
27406  nous vous renvoyons à sa documentation 
27407 \begin_inset CommandInset citation
27408 LatexCommand cite
27409 key "marginnote"
27410
27411 \end_inset
27412
27413 .
27414 \end_layout
27415
27416 \begin_layout Standard
27417 \begin_inset VSpace bigskip
27418 \end_inset
27419
27420 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27421  définition.
27422  Pour créer par exemple une entête pour toutes les notes en marge avec le
27423  texte 
27424 \begin_inset Quotes eld
27425 \end_inset
27426
27427
27428 \family sans
27429 \series bold
27430 \bar under
27431 Attention!
27432 \family default
27433 \series default
27434 \bar default
27435
27436 \begin_inset Quotes erd
27437 \end_inset
27438
27439  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27440  de votre document :
27441 \end_layout
27442
27443 \begin_layout Standard
27444
27445 \series bold
27446
27447 \backslash
27448 let
27449 \backslash
27450 myMarginpar
27451 \backslash
27452 marginpar
27453 \begin_inset Newline newline
27454 \end_inset
27455
27456
27457 \backslash
27458 renewcommand{
27459 \backslash
27460 marginpar}[1]{
27461 \backslash
27462 myMarginpar{%
27463 \begin_inset Newline newline
27464 \end_inset
27465
27466
27467 \begin_inset Phantom HPhantom
27468 status open
27469
27470 \begin_layout Plain Layout
27471
27472 \series bold
27473 \begin_inset space ~
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \backslash
27483 hspace{0pt}
27484 \backslash
27485 textsf{
27486 \backslash
27487 textbf{
27488 \backslash
27489 underbar{Attention!}}}%
27490 \begin_inset Newline newline
27491 \end_inset
27492
27493
27494 \begin_inset Phantom HPhantom
27495 status open
27496
27497 \begin_layout Plain Layout
27498
27499 \series bold
27500 \begin_inset space ~
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \backslash
27510 vspace{1.5mm}
27511 \backslash
27512
27513 \backslash
27514 #1}}
27515 \end_layout
27516
27517 \begin_layout Standard
27518 \begin_inset ERT
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522
27523
27524 \backslash
27525 let
27526 \backslash
27527 myMarginpar
27528 \backslash
27529 marginpar
27530 \end_layout
27531
27532 \begin_layout Plain Layout
27533
27534
27535 \backslash
27536 renewcommand{
27537 \backslash
27538 marginpar}[1]{
27539 \backslash
27540 myMarginpar{%
27541 \end_layout
27542
27543 \begin_layout Plain Layout
27544
27545    
27546 \backslash
27547 textsf{
27548 \backslash
27549 textbf{
27550 \backslash
27551 underbar{Attention!}}}%
27552 \end_layout
27553
27554 \begin_layout Plain Layout
27555
27556    
27557 \backslash
27558 vspace{1.5mm}
27559 \backslash
27560
27561 \backslash
27562 #1}}
27563 \end_layout
27564
27565 \end_inset
27566
27567
27568 \begin_inset Marginal
27569 status open
27570
27571 \begin_layout Plain Layout
27572 Ceci est une note en marge avec une en-tête prédéfinie.
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \begin_inset ERT
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582
27583 [-1.5cm]
27584 \end_layout
27585
27586 \end_inset
27587
27588
27589 \begin_inset ERT
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593
27594
27595 \backslash
27596 renewcommand{
27597 \backslash
27598 marginpar}[1]{
27599 \backslash
27600 myMarginpar{#1}}
27601 \end_layout
27602
27603 \end_inset
27604
27605
27606 \begin_inset Note Note
27607 status collapsed
27608
27609 \begin_layout Plain Layout
27610
27611 \lang english
27612 The margin note format is changed only for this example.
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset ERT
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625
27626
27627 \backslash
27628 else
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \begin_inset Note Note
27635 status open
27636
27637 \begin_layout Plain Layout
27638 Ce qui suit sera affiché si le paquetage LaTeX 
27639 \series bold
27640 marginnote
27641 \series default
27642  n'est pas installé :
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \begin_layout Standard
27651 Vous devez installer le paquetage LaTeX 
27652 \series bold
27653 marginnote
27654 \series default
27655  pour voir la suite de cette section dans la sortie imprimée.
27656 \end_layout
27657
27658 \begin_layout Standard
27659 \begin_inset ERT
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663
27664
27665 \backslash
27666 fi
27667 \end_layout
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \begin_layout Chapter
27675 Les Boîtes
27676 \end_layout
27677
27678 \begin_layout Section
27679 Introduction
27680 \begin_inset Index idx
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 Boîtes ! Introduction
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Standard
27693 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27694  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27695  voir la section
27696 \begin_inset space ~
27697 \end_inset
27698
27699
27700 \begin_inset CommandInset ref
27701 LatexCommand ref
27702 reference "sec:Minipages"
27703
27704 \end_inset
27705
27706 , pour encadrer des portions de texte, voir la section
27707 \begin_inset space ~
27708 \end_inset
27709
27710
27711 \begin_inset CommandInset ref
27712 LatexCommand ref
27713 reference "sec:Décorations"
27714
27715 \end_inset
27716
27717 , pour empêcher que des mots subissent une césure, voir la section
27718 \begin_inset space ~
27719 \end_inset
27720
27721
27722 \begin_inset CommandInset ref
27723 LatexCommand ref
27724 reference "sec:Empêcher-césure"
27725
27726 \end_inset
27727
27728 , pour aligner du texte, voir la section
27729 \begin_inset space ~
27730 \end_inset
27731
27732
27733 \begin_inset CommandInset ref
27734 LatexCommand ref
27735 reference "sub:Alignement-Vertical"
27736
27737 \end_inset
27738
27739 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27740 \begin_inset space ~
27741 \end_inset
27742
27743
27744 \begin_inset CommandInset ref
27745 LatexCommand ref
27746 reference "sec:Boîtes-colorées"
27747
27748 \end_inset
27749
27750 .
27751 \end_layout
27752
27753 \begin_layout Standard
27754 On peut insérer une boîte en utilisant le menu 
27755 \family sans
27756 Insérer\SpecialChar \menuseparator
27757 Boîte
27758 \family default
27759  ou avec le bouton 
27760 \begin_inset Graphics
27761         filename ../../images/box-insert.png
27762         scale 85
27763         scaleBeforeRotation
27764
27765 \end_inset
27766
27767  de la barre d'outils.
27768  Une boîte grise avec une étiquette 
27769 \family sans
27770 Boîte
27771 \begin_inset space ~
27772 \end_inset
27773
27774 (Minipage)
27775 \family default
27776
27777 \begin_inset Graphics
27778         filename clipart/BoxInsetDefaultQt4.png
27779         scale 65
27780         scaleBeforeRotation
27781
27782 \end_inset
27783
27784  est alors insérée.
27785  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27786  et en choisissant 
27787 \family sans
27788 Paramètres
27789 \family default
27790  .
27791  La fenêtre de dialogue qui apparaît donne accès aux types de
27792 \family sans
27793  Boîte
27794 \begin_inset space ~
27795 \end_inset
27796
27797 Intérieure
27798 \family default
27799  
27800 \family sans
27801 Makebox, Parbox
27802 \family default
27803  et 
27804 \family sans
27805 Minipage
27806 \family default
27807 .
27808  Le type 
27809 \family sans
27810 Minipage
27811 \family default
27812  est le type implicite pour les boîtes nouvellement créées et il est décrit
27813  dans la section
27814 \begin_inset space ~
27815 \end_inset
27816
27817
27818 \begin_inset CommandInset ref
27819 LatexCommand ref
27820 reference "sec:Minipages"
27821
27822 \end_inset
27823
27824 ; le type 
27825 \family sans
27826 Parbox
27827 \family default
27828  est décrit dans la section
27829 \begin_inset space ~
27830 \end_inset
27831
27832
27833 \begin_inset CommandInset ref
27834 LatexCommand ref
27835 reference "sec:Parboxes"
27836
27837 \end_inset
27838
27839  et le type 
27840 \family sans
27841 Makebox
27842 \family default
27843  est décrit dans la section
27844 \begin_inset space ~
27845 \end_inset
27846
27847
27848 \begin_inset CommandInset ref
27849 LatexCommand ref
27850 reference "sec:Empêcher-césure"
27851
27852 \end_inset
27853
27854 .
27855 \end_layout
27856
27857 \begin_layout Standard
27858 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
27859  comme les flottants ou les notes de bas de page.
27860 \end_layout
27861
27862 \begin_layout Standard
27863 \begin_inset Note Greyedout
27864 status open
27865
27866 \begin_layout Plain Layout
27867
27868 \series bold
27869 Note:
27870 \series default
27871  Vous ne pouvez pas employer une boîte comme élément dans un environnement
27872  de type 
27873 \family sans
27874 Liste
27875 \family default
27876  ou 
27877 \family sans
27878 Description
27879 \family default
27880 .
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Standard
27889 \begin_inset Note Greyedout
27890 status open
27891
27892 \begin_layout Plain Layout
27893
27894 \series bold
27895 Note:
27896 \series default
27897  Pour une raison inconnue, vous ne pouvez mettre le type de la 
27898 \family sans
27899 Boîte
27900 \begin_inset space ~
27901 \end_inset
27902
27903 Intérieure
27904 \family default
27905  à 
27906 \family sans
27907 Aucune
27908 \family default
27909  que quand vous utilisez une boîte encadrée.
27910  Les boîtes sans 
27911 \family sans
27912 Boîte
27913 \begin_inset space ~
27914 \end_inset
27915
27916 Intérieure
27917 \family default
27918  et sans cadre sont expliquées dans la section
27919 \begin_inset space ~
27920 \end_inset
27921
27922
27923 \begin_inset CommandInset ref
27924 LatexCommand ref
27925 reference "sec:Empêcher-césure"
27926
27927 \end_inset
27928
27929 .
27930 \end_layout
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \begin_layout Section
27938 La fenêtre de dialogue Boîte
27939 \begin_inset CommandInset label
27940 LatexCommand label
27941 name "sec:Boîte-Dialogue"
27942
27943 \end_inset
27944
27945
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 Boîtes ! Fenêtre de dialogue Boîte
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Subsection
27959 Taille
27960 \begin_inset Index idx
27961 status collapsed
27962
27963 \begin_layout Plain Layout
27964 Boîtes ! Taille
27965 \end_layout
27966
27967 \end_inset
27968
27969
27970 \end_layout
27971
27972 \begin_layout Standard
27973 Dans la fenêtre de dialogue 
27974 \family sans
27975 Paramètres
27976 \begin_inset space ~
27977 \end_inset
27978
27979 de
27980 \begin_inset space ~
27981 \end_inset
27982
27983 Boîte
27984 \family default
27985  vous pouvez modifier la géométrie de la boîte avec les champs 
27986 \family sans
27987 Largeur
27988 \family default
27989  et 
27990 \family sans
27991 Hauteur
27992 \family default
27993 .
27994  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27995  dans le tableau
27996 \begin_inset space ~
27997 \end_inset
27998
27999
28000 \begin_inset CommandInset ref
28001 LatexCommand ref
28002 reference "tab:Unités"
28003
28004 \end_inset
28005
28006 .
28007  Le champ 
28008 \family sans
28009 Hauteur
28010 \family default
28011  offre en plus les spécifications de taille suivantes :
28012 \end_layout
28013
28014 \begin_layout Description
28015 Profondeur C'est simplement la 
28016 \begin_inset Quotes eld
28017 \end_inset
28018
28019 hauteur
28020 \begin_inset Quotes erd
28021 \end_inset
28022
28023  du texte.
28024  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
28025  lignes de texte dans la boîte.
28026 \begin_inset Newline newline
28027 \end_inset
28028
28029
28030 \begin_inset Newline newline
28031 \end_inset
28032
28033
28034 \begin_inset Newline newline
28035 \end_inset
28036
28037
28038 \begin_inset Box Boxed
28039 position "c"
28040 hor_pos "c"
28041 has_inner_box 1
28042 inner_pos "c"
28043 use_parbox 0
28044 use_makebox 0
28045 width "12col%"
28046 special "none"
28047 height "1in"
28048 height_special "depth"
28049 status open
28050
28051 \begin_layout Plain Layout
28052 \align center
28053 Boîte dont la hauteur est égale à 1
28054 \begin_inset space \thinspace{}
28055 \end_inset
28056
28057 Profondeur
28058 \end_layout
28059
28060 \end_inset
28061
28062
28063 \begin_inset Newline newline
28064 \end_inset
28065
28066
28067 \begin_inset Newline newline
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \begin_layout Description
28074 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
28075  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
28076  est deux fois plus haute que le texte : 
28077 \begin_inset Box Boxed
28078 position "c"
28079 hor_pos "c"
28080 has_inner_box 1
28081 inner_pos "c"
28082 use_parbox 0
28083 use_makebox 0
28084 width "20col%"
28085 special "none"
28086 height "2in"
28087 height_special "height"
28088 status open
28089
28090 \begin_layout Plain Layout
28091 \align center
28092 Boîte dont la hauteur est 2
28093 \begin_inset space \thinspace{}
28094 \end_inset
28095
28096 Hauteur
28097 \end_layout
28098
28099 \end_inset
28100
28101
28102 \end_layout
28103
28104 \begin_layout Description
28105 Hauteur
28106 \begin_inset space ~
28107 \end_inset
28108
28109 Totale C'est égal à Hauteur
28110 \begin_inset space \thinspace{}
28111 \end_inset
28112
28113 +
28114 \begin_inset space \thinspace{}
28115 \end_inset
28116
28117 Profondeur : 
28118 \begin_inset Box Boxed
28119 position "c"
28120 hor_pos "c"
28121 has_inner_box 1
28122 inner_pos "c"
28123 use_parbox 0
28124 use_makebox 0
28125 width "20col%"
28126 special "none"
28127 height "1in"
28128 height_special "totalheight"
28129 status open
28130
28131 \begin_layout Plain Layout
28132 \align center
28133 Boîte dont la hauteur est 1
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 Hauteur
28138 \begin_inset space ~
28139 \end_inset
28140
28141 Totale
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Description
28150 Largeur On prend la largeur de la boîte comme hauteur : 
28151 \begin_inset Box Boxed
28152 position "c"
28153 hor_pos "c"
28154 has_inner_box 1
28155 inner_pos "c"
28156 use_parbox 0
28157 use_makebox 0
28158 width "12col%"
28159 special "none"
28160 height "1in"
28161 height_special "width"
28162 status open
28163
28164 \begin_layout Plain Layout
28165 \align center
28166 Boîte dont la hauteur est 1
28167 \begin_inset space \thinspace{}
28168 \end_inset
28169
28170 Largeur
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \begin_layout Subsection
28179 Alignement
28180 \begin_inset Index idx
28181 status collapsed
28182
28183 \begin_layout Plain Layout
28184 Boîtes ! Alignement
28185 \end_layout
28186
28187 \end_inset
28188
28189
28190 \end_layout
28191
28192 \begin_layout Standard
28193 Quand vous avez choisi une 
28194 \family sans
28195 Boîte
28196 \begin_inset space ~
28197 \end_inset
28198
28199 Intérieure
28200 \family default
28201 , l'alignement vertical de la boîte peut être :
28202 \end_layout
28203
28204 \begin_layout Description
28205 Haut Ceci est un exemple de texte.
28206  
28207 \begin_inset Box Boxed
28208 position "t"
28209 hor_pos "c"
28210 has_inner_box 1
28211 inner_pos "c"
28212 use_parbox 0
28213 use_makebox 0
28214 width "12col%"
28215 special "none"
28216 height "1in"
28217 height_special "totalheight"
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 \align center
28222 Cette boîte est alignée sur le haut.
28223 \end_layout
28224
28225 \end_inset
28226
28227  Ceci est un exemple de texte.
28228 \end_layout
28229
28230 \begin_layout Description
28231 Milieu Ceci est un exemple de texte.
28232  
28233 \begin_inset Box Boxed
28234 position "c"
28235 hor_pos "c"
28236 has_inner_box 1
28237 inner_pos "c"
28238 use_parbox 0
28239 use_makebox 0
28240 width "12col%"
28241 special "none"
28242 height "1in"
28243 height_special "totalheight"
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247 \align center
28248 Cette boîte est alignée au centre.
28249 \end_layout
28250
28251 \end_inset
28252
28253  Ceci est un exemple de texte.
28254 \end_layout
28255
28256 \begin_layout Description
28257 Bas Ceci est un exemple de texte.
28258  
28259 \begin_inset Box Boxed
28260 position "b"
28261 hor_pos "c"
28262 has_inner_box 1
28263 inner_pos "c"
28264 use_parbox 0
28265 use_makebox 0
28266 width "12col%"
28267 special "none"
28268 height "1in"
28269 height_special "totalheight"
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273 \align center
28274 Cette boîte est alignée sur le bas.
28275 \end_layout
28276
28277 \end_inset
28278
28279  Ceci est un exemple de texte.
28280 \end_layout
28281
28282 \begin_layout Standard
28283 \begin_inset Note Greyedout
28284 status open
28285
28286 \begin_layout Plain Layout
28287
28288 \series bold
28289 Note:
28290 \series default
28291  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28292  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28293  l'autre non.
28294 \end_layout
28295
28296 \end_inset
28297
28298
28299 \end_layout
28300
28301 \begin_layout Standard
28302 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28303  paragraphe grâce à la fenêtre de dialogue 
28304 \family sans
28305 Paramètres
28306 \begin_inset space ~
28307 \end_inset
28308
28309 de
28310 \begin_inset space ~
28311 \end_inset
28312
28313 Boîte
28314 \family default
28315 .
28316 \end_layout
28317
28318 \begin_layout Standard
28319 \begin_inset VSpace bigskip
28320 \end_inset
28321
28322 Quand vous avez choisi une 
28323 \family sans
28324 Boîte
28325 \begin_inset space ~
28326 \end_inset
28327
28328 Intérieure
28329 \family default
28330 , l'alignement vertical du contenu de la boîte peut être :
28331 \end_layout
28332
28333 \begin_layout Description
28334 haut Ceci est un exemple de texte.
28335 \begin_inset Box Boxed
28336 position "c"
28337 hor_pos "c"
28338 has_inner_box 1
28339 inner_pos "t"
28340 use_parbox 0
28341 use_makebox 0
28342 width "12col%"
28343 special "none"
28344 height "1.5in"
28345 height_special "totalheight"
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 \align center
28350 Le texte de cette boîte est aligné sur le haut.
28351 \end_layout
28352
28353 \end_inset
28354
28355  Ceci est un exemple de texte.
28356 \end_layout
28357
28358 \begin_layout Description
28359 milieu Ceci est un exemple de texte.
28360  
28361 \begin_inset Box Boxed
28362 position "c"
28363 hor_pos "c"
28364 has_inner_box 1
28365 inner_pos "c"
28366 use_parbox 0
28367 use_makebox 0
28368 width "12col%"
28369 special "none"
28370 height "1.5in"
28371 height_special "totalheight"
28372 status collapsed
28373
28374 \begin_layout Plain Layout
28375 \align center
28376 Le texte de cette boîte est aligné au centre
28377 \end_layout
28378
28379 \end_inset
28380
28381  Ceci est un exemple de texte.
28382 \end_layout
28383
28384 \begin_layout Description
28385 bas Ceci est un exemple de texte.
28386  
28387 \begin_inset Box Boxed
28388 position "c"
28389 hor_pos "c"
28390 has_inner_box 1
28391 inner_pos "b"
28392 use_parbox 0
28393 use_makebox 0
28394 width "12col%"
28395 special "none"
28396 height "1.5in"
28397 height_special "totalheight"
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401 \align center
28402 Le texte de cette boîte est aligné en bas.
28403 \end_layout
28404
28405 \end_inset
28406
28407  Ceci est un exemple de texte.
28408 \end_layout
28409
28410 \begin_layout Description
28411 élongation Ceci est un exemple de texte.
28412  
28413 \begin_inset Box Boxed
28414 position "c"
28415 hor_pos "c"
28416 has_inner_box 1
28417 inner_pos "s"
28418 use_parbox 0
28419 use_makebox 0
28420 width "12col%"
28421 special "none"
28422 height "1.5in"
28423 height_special "totalheight"
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427 \align center
28428 Le texte 
28429 \end_layout
28430
28431 \begin_layout Plain Layout
28432 \align center
28433 de cette
28434 \end_layout
28435
28436 \begin_layout Plain Layout
28437 \align center
28438 boîte est
28439 \end_layout
28440
28441 \begin_layout Plain Layout
28442 \align center
28443 allongé.
28444 \end_layout
28445
28446 \end_inset
28447
28448  Ceci est un exemple de texte.
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28453  paragraphe.
28454  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28455 \end_layout
28456
28457 \begin_layout Standard
28458 \begin_inset VSpace bigskip
28459 \end_inset
28460
28461 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28462  la fenêtre de dialogue 
28463 \family sans
28464 Paramètres
28465 \begin_inset space ~
28466 \end_inset
28467
28468 de
28469 \begin_inset space ~
28470 \end_inset
28471
28472 paragraphe
28473 \family default
28474  quand vous avez choisi une 
28475 \family sans
28476 Boîte
28477 \begin_inset space ~
28478 \end_inset
28479
28480 Intérieure
28481 \family default
28482 .
28483 \end_layout
28484
28485 \begin_layout Standard
28486 \align center
28487 \begin_inset Box Boxed
28488 position "c"
28489 hor_pos "c"
28490 has_inner_box 1
28491 inner_pos "s"
28492 use_parbox 0
28493 use_makebox 0
28494 width "15col%"
28495 special "none"
28496 height "1.25in"
28497 height_special "totalheight"
28498 status open
28499
28500 \begin_layout Plain Layout
28501 \align left
28502 Le texte de 
28503 \end_layout
28504
28505 \begin_layout Plain Layout
28506 \align left
28507 cette boîte
28508 \end_layout
28509
28510 \begin_layout Plain Layout
28511 \align right
28512 est allongé.
28513 \end_layout
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Standard
28521 Si vous n'avez pas choisi une 
28522 \family sans
28523 Boîte
28524 \begin_inset space ~
28525 \end_inset
28526
28527 Intérieure
28528 \family default
28529 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28530  de dialogue de boîte.
28531 \end_layout
28532
28533 \begin_layout Standard
28534 \align center
28535 \begin_inset Box Boxed
28536 position "c"
28537 hor_pos "s"
28538 has_inner_box 0
28539 inner_pos "s"
28540 use_parbox 0
28541 use_makebox 0
28542 width "90col%"
28543 special "none"
28544 height "1.25in"
28545 height_special "totalheight"
28546 status open
28547
28548 \begin_layout Plain Layout
28549 Le texte de cette boîte est allongé horizontalement.
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Subsection
28558 Décorations
28559 \begin_inset CommandInset label
28560 LatexCommand label
28561 name "sec:Décorations"
28562
28563 \end_inset
28564
28565
28566 \begin_inset Index idx
28567 status collapsed
28568
28569 \begin_layout Plain Layout
28570 Boîtes ! Décorations
28571 \end_layout
28572
28573 \end_inset
28574
28575
28576 \end_layout
28577
28578 \begin_layout Standard
28579 On peut spécifier le style de la boîte en utilisant la liste déroulante
28580  
28581 \family sans
28582 Décoration
28583 \family default
28584 .
28585  Les possibilités sont les suivantes :
28586 \end_layout
28587
28588 \begin_layout Description
28589 Aucun
28590 \begin_inset space ~
28591 \end_inset
28592
28593 cadre
28594 \begin_inset space ~
28595 \end_inset
28596
28597 tracé Rien n'est tracé
28598 \end_layout
28599
28600 \begin_layout Description
28601 Cadre
28602 \begin_inset space ~
28603 \end_inset
28604
28605 rectangulaire
28606 \begin_inset space ~
28607 \end_inset
28608
28609 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28610  L'épaisseur du trait de ce cadre est donnée par la variable  
28611 \series bold
28612
28613 \backslash
28614 fboxrule
28615 \series default
28616 .
28617 \begin_inset Newline newline
28618 \end_inset
28619
28620
28621 \begin_inset Box Boxed
28622 position "c"
28623 hor_pos "c"
28624 has_inner_box 1
28625 inner_pos "c"
28626 use_parbox 0
28627 use_makebox 0
28628 width "20col%"
28629 special "none"
28630 height "1in"
28631 height_special "totalheight"
28632 status open
28633
28634 \begin_layout Plain Layout
28635 \align center
28636 Boîte rectangulaire
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Description
28645 Cadre
28646 \begin_inset space ~
28647 \end_inset
28648
28649 oval,
28650 \begin_inset space ~
28651 \end_inset
28652
28653 fin Ceci dessine un cadre ovalisée autour de la boîte.
28654  L'épaisseur du trait de ce cadre est de  0.4
28655 \begin_inset space \thinspace{}
28656 \end_inset
28657
28658 pt.
28659  
28660 \begin_inset Box ovalbox
28661 position "c"
28662 hor_pos "c"
28663 has_inner_box 1
28664 inner_pos "c"
28665 use_parbox 0
28666 use_makebox 0
28667 width "20col%"
28668 special "none"
28669 height "1in"
28670 height_special "totalheight"
28671 status open
28672
28673 \begin_layout Plain Layout
28674 \align center
28675 Boîte ovalisée, fine
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \end_layout
28682
28683 \begin_layout Description
28684 Cadre
28685 \begin_inset space ~
28686 \end_inset
28687
28688 oval,
28689 \begin_inset space ~
28690 \end_inset
28691
28692 épais Ceci dessine un cadre ovalisée autour de la boîte.
28693  L'épaisseur du trait de ce cadre est de   0.8
28694 \begin_inset space \thinspace{}
28695 \end_inset
28696
28697 pt.
28698  
28699 \begin_inset Box Ovalbox
28700 position "c"
28701 hor_pos "c"
28702 has_inner_box 1
28703 inner_pos "c"
28704 use_parbox 0
28705 use_makebox 0
28706 width "20col%"
28707 special "none"
28708 height "1in"
28709 height_special "totalheight"
28710 status open
28711
28712 \begin_layout Plain Layout
28713 \align center
28714 Boîte ovalisée, épaisse
28715 \end_layout
28716
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \begin_layout Description
28723 Ombre
28724 \begin_inset space ~
28725 \end_inset
28726
28727 en
28728 \begin_inset space ~
28729 \end_inset
28730
28731 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28732  L'épaisseur du trait de ce cadre est donnée par la variable  
28733 \series bold
28734
28735 \backslash
28736 fboxrule
28737 \series default
28738 , l'ombre a une épaisseur de  4
28739 \begin_inset space \thinspace{}
28740 \end_inset
28741
28742 pt.
28743  
28744 \begin_inset Box Shadowbox
28745 position "c"
28746 hor_pos "c"
28747 has_inner_box 1
28748 inner_pos "c"
28749 use_parbox 0
28750 use_makebox 0
28751 width "20col%"
28752 special "none"
28753 height "1in"
28754 height_special "totalheight"
28755 status open
28756
28757 \begin_layout Plain Layout
28758 \align center
28759 Boîte ombrée
28760 \end_layout
28761
28762 \end_inset
28763
28764
28765 \end_layout
28766
28767 \begin_layout Description
28768 Fond
28769 \begin_inset space ~
28770 \end_inset
28771
28772 ombré Ceci dessine une boîte avec un arrière plan rouge.
28773  Contrairement aux boîtes coloriées
28774 \begin_inset Foot
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778 Voir la section
28779 \begin_inset space ~
28780 \end_inset
28781
28782
28783 \begin_inset CommandInset ref
28784 LatexCommand ref
28785 reference "sec:Boîtes-colorées"
28786
28787 \end_inset
28788
28789 .
28790 \end_layout
28791
28792 \end_inset
28793
28794 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28795  son propre paragraphe.
28796 \lang english
28797
28798 \begin_inset Box Shaded
28799 position "t"
28800 hor_pos "c"
28801 has_inner_box 0
28802 inner_pos "t"
28803 use_parbox 0
28804 use_makebox 0
28805 width "50col%"
28806 special "none"
28807 height "1in"
28808 height_special "totalheight"
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812 Boîte avec fond ombré
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \begin_layout Description
28821 Cadre
28822 \begin_inset space ~
28823 \end_inset
28824
28825 rectangulaire
28826 \begin_inset space ~
28827 \end_inset
28828
28829 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
28830  boîte.
28831  L'épaisseur du trait du cadre interne est de 0.75
28832 \begin_inset space \thinspace{}
28833 \end_inset
28834
28835
28836 \series bold
28837
28838 \backslash
28839 fboxrule
28840 \series default
28841 , l'épaisseur du trait du cadre externe est de 1.5
28842 \begin_inset space \thinspace{}
28843 \end_inset
28844
28845
28846 \series bold
28847
28848 \backslash
28849 fboxrule
28850 \series default
28851 .
28852  La distance entre les deux cadres est de  1.5
28853 \begin_inset space \thinspace{}
28854 \end_inset
28855
28856
28857 \series bold
28858
28859 \backslash
28860 fboxrule
28861 \series default
28862
28863 \begin_inset space \thinspace{}
28864 \end_inset
28865
28866 +
28867 \begin_inset space \thinspace{}
28868 \end_inset
28869
28870 0.5
28871 \begin_inset space \thinspace{}
28872 \end_inset
28873
28874 pt.
28875  
28876 \begin_inset Box Doublebox
28877 position "c"
28878 hor_pos "c"
28879 has_inner_box 1
28880 inner_pos "c"
28881 use_parbox 0
28882 use_makebox 0
28883 width "20col%"
28884 special "none"
28885 height "1in"
28886 height_special "totalheight"
28887 status open
28888
28889 \begin_layout Plain Layout
28890 \align center
28891 Boîte double
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \begin_inset VSpace bigskip
28901 \end_inset
28902
28903 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
28904  style de boîte utilisé.
28905  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
28906  le paquetage LaTeX 
28907 \series bold
28908 fancybox
28909 \series default
28910
28911 \begin_inset Index idx
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 Paquetages LaTeX ! fancybox
28916 \end_layout
28917
28918 \end_inset
28919
28920 .
28921 \end_layout
28922
28923 \begin_layout Standard
28924 \begin_inset VSpace bigskip
28925 \end_inset
28926
28927 Quand vous utilisez le style de décoration 
28928 \family sans
28929 cadre rectangulaire simple
28930 \family default
28931  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
28932  de la boîte.
28933  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
28934  prendra toute la largeur de la colonne, la boîte sera considérée comme
28935  son propre paragraphe et 
28936 \series bold
28937
28938 \backslash
28939 fboxrule
28940 \series default
28941  et 
28942 \series bold
28943
28944 \backslash
28945 fboxsep
28946 \series default
28947  n'ont aucun effet sur ce type de boîte.
28948  L'épaisseur de la ligne du cadre a la valeur de 
28949 \series bold
28950
28951 \backslash
28952 FrameRule
28953 \series default
28954 .
28955  
28956 \begin_inset Box Framed
28957 position "t"
28958 hor_pos "c"
28959 has_inner_box 0
28960 inner_pos "t"
28961 use_parbox 0
28962 use_makebox 0
28963 width "100col%"
28964 special "none"
28965 height "1in"
28966 height_special "totalheight"
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970 Boîte avec cadre simple et sauts de page
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Section
28979 Personnalisation des boîtes
28980 \begin_inset Index idx
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984 Boîtes! Personnalisation
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \end_layout
28991
28992 \begin_layout Standard
28993 La valeur implicite pour la variable 
28994 \series bold
28995
28996 \backslash
28997 fboxrule
28998 \series default
28999  est 0.4
29000 \begin_inset space \thinspace{}
29001 \end_inset
29002
29003 pt.
29004  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
29005  pour avoir 2
29006 \begin_inset space \thinspace{}
29007 \end_inset
29008
29009 pt :
29010 \end_layout
29011
29012 \begin_layout Standard
29013
29014 \series bold
29015
29016 \backslash
29017 setlength{
29018 \backslash
29019 fboxrule}{2pt}
29020 \end_layout
29021
29022 \begin_layout Standard
29023 \begin_inset ERT
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027
29028
29029 \backslash
29030 setlength{
29031 \backslash
29032 fboxrule}{2pt}
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \begin_inset Box Boxed
29039 position "c"
29040 hor_pos "c"
29041 has_inner_box 1
29042 inner_pos "c"
29043 use_parbox 0
29044 use_makebox 0
29045 width "25col%"
29046 special "none"
29047 height "1in"
29048 height_special "totalheight"
29049 status open
29050
29051 \begin_layout Plain Layout
29052 \align center
29053 Boîte rectangulaire avec 
29054 \series bold
29055
29056 \backslash
29057 fboxrule
29058 \series default
29059
29060 \begin_inset space \thinspace{}
29061 \end_inset
29062
29063 =
29064 \begin_inset space \thinspace{}
29065 \end_inset
29066
29067 2
29068 \begin_inset space \thinspace{}
29069 \end_inset
29070
29071 pt
29072 \end_layout
29073
29074 \end_inset
29075
29076
29077 \begin_inset ERT
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081
29082
29083 \backslash
29084 setlength{
29085 \backslash
29086 fboxrule}{0.4pt}
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \begin_layout Standard
29095 \begin_inset VSpace bigskip
29096 \end_inset
29097
29098 L'espace entre le cadre et le contenu de la boîte est le même pour tous
29099  les types de cadres, implicitement il est de 3
29100 \begin_inset space \thinspace{}
29101 \end_inset
29102
29103 pt.
29104  Vous pouvez le modifier en donnant une autre valeur à la variable 
29105 \series bold
29106
29107 \backslash
29108 fboxsep
29109 \series default
29110 .
29111  Par exemple la commande
29112 \end_layout
29113
29114 \begin_layout Standard
29115
29116 \series bold
29117
29118 \backslash
29119 setlength{
29120 \backslash
29121 fboxsep}{10pt}
29122 \end_layout
29123
29124 \begin_layout Standard
29125 met une valeur de 10
29126 \begin_inset space \thinspace{}
29127 \end_inset
29128
29129 pt, comme celle utilisée pour cette boîte :
29130 \end_layout
29131
29132 \begin_layout Standard
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138
29139 \backslash
29140 setlength{
29141 \backslash
29142 fboxsep}{10pt}
29143 \end_layout
29144
29145 \end_inset
29146
29147
29148 \begin_inset Box Boxed
29149 position "c"
29150 hor_pos "c"
29151 has_inner_box 1
29152 inner_pos "c"
29153 use_parbox 0
29154 use_makebox 0
29155 width "25col%"
29156 special "none"
29157 height "1in"
29158 height_special "totalheight"
29159 status open
29160
29161 \begin_layout Plain Layout
29162 \align center
29163 Boîte rectangulaire avec 
29164 \series bold
29165
29166 \backslash
29167 fboxsep
29168 \series default
29169
29170 \begin_inset space \thinspace{}
29171 \end_inset
29172
29173 =
29174 \begin_inset space \thinspace{}
29175 \end_inset
29176
29177 10
29178 \begin_inset space \thinspace{}
29179 \end_inset
29180
29181 pt
29182 \end_layout
29183
29184 \end_inset
29185
29186
29187 \begin_inset ERT
29188 status collapsed
29189
29190 \begin_layout Plain Layout
29191
29192
29193 \backslash
29194 setlength{
29195 \backslash
29196 fboxsep}{3pt}
29197 \end_layout
29198
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \begin_layout Standard
29205 \begin_inset VSpace bigskip
29206 \end_inset
29207
29208 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29209  la commande 
29210 \series bold
29211
29212 \backslash
29213 cornersize
29214 \series default
29215 .
29216  Par exemple, la commande
29217 \end_layout
29218
29219 \begin_layout Standard
29220
29221 \series bold
29222
29223 \backslash
29224 cornersize*{1cm}
29225 \end_layout
29226
29227 \begin_layout Standard
29228 donne un diamètre de 1
29229 \begin_inset space \thinspace{}
29230 \end_inset
29231
29232 cm.
29233  La commande
29234 \end_layout
29235
29236 \begin_layout Standard
29237
29238 \series bold
29239
29240 \backslash
29241 cornersize{num}
29242 \end_layout
29243
29244 \begin_layout Standard
29245 fixe le diamètre à 
29246 \family sans
29247 num
29248 \begin_inset space \thinspace{}
29249 \end_inset
29250
29251 ×
29252 \begin_inset space \thinspace{}
29253 \end_inset
29254
29255 minimum(largeur et hauteur de la boîte)
29256 \family default
29257 .
29258  La valeur implicite est 
29259 \series bold
29260
29261 \backslash
29262 cornersize{0.5}
29263 \series default
29264 .
29265 \end_layout
29266
29267 \begin_layout Standard
29268 \begin_inset ERT
29269 status collapsed
29270
29271 \begin_layout Plain Layout
29272
29273
29274 \backslash
29275 cornersize*{1.5cm}
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \begin_inset Box Ovalbox
29282 position "c"
29283 hor_pos "c"
29284 has_inner_box 1
29285 inner_pos "c"
29286 use_parbox 0
29287 use_makebox 0
29288 width "25col%"
29289 special "none"
29290 height "1in"
29291 height_special "totalheight"
29292 status open
29293
29294 \begin_layout Plain Layout
29295 \align center
29296 Boîte ovale avec 
29297 \series bold
29298
29299 \backslash
29300 cornersize
29301 \series default
29302
29303 \begin_inset space \thinspace{}
29304 \end_inset
29305
29306 =
29307 \begin_inset space \thinspace{}
29308 \end_inset
29309
29310 1.5
29311 \begin_inset space \thinspace{}
29312 \end_inset
29313
29314 cm
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \begin_inset ERT
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325
29326 \backslash
29327 cornersize{0.5}
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \begin_layout Standard
29336 \begin_inset VSpace bigskip
29337 \end_inset
29338
29339 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29340  
29341 \series bold
29342
29343 \backslash
29344 shadowsize
29345 \series default
29346 .
29347  Elle est fixée à 2
29348 \begin_inset space \thinspace{}
29349 \end_inset
29350
29351 pt pour la boîte suivante par la commande :
29352 \end_layout
29353
29354 \begin_layout Standard
29355
29356 \series bold
29357
29358 \backslash
29359 setlength{
29360 \backslash
29361 shadowsize}{2pt}
29362 \end_layout
29363
29364 \begin_layout Standard
29365 \begin_inset ERT
29366 status collapsed
29367
29368 \begin_layout Plain Layout
29369
29370
29371 \backslash
29372 setlength{
29373 \backslash
29374 shadowsize}{2pt}
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \begin_inset Box Shadowbox
29381 position "c"
29382 hor_pos "c"
29383 has_inner_box 1
29384 inner_pos "c"
29385 use_parbox 0
29386 use_makebox 0
29387 width "25col%"
29388 special "none"
29389 height "1in"
29390 height_special "totalheight"
29391 status open
29392
29393 \begin_layout Plain Layout
29394 \align center
29395 Boîte ombrée avec 
29396 \series bold
29397
29398 \backslash
29399 shadowsize
29400 \series default
29401
29402 \begin_inset space \thinspace{}
29403 \end_inset
29404
29405 =
29406 \begin_inset space \thinspace{}
29407 \end_inset
29408
29409 2
29410 \begin_inset space \thinspace{}
29411 \end_inset
29412
29413 pt
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \begin_inset ERT
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423
29424
29425 \backslash
29426 setlength{
29427 \backslash
29428 shadowsize}{4pt}
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 \begin_inset VSpace bigskip
29438 \end_inset
29439
29440
29441 \end_layout
29442
29443 \begin_layout Standard
29444 La valeur implicite pour la longueur 
29445 \series bold
29446
29447 \backslash
29448 FrameRule
29449 \series default
29450  est 0,4
29451 \begin_inset space \thinspace{}
29452 \end_inset
29453
29454 pt.
29455  L'espacement implicite entre le contenu de la note et le cadre est de 9
29456 \begin_inset space \thinspace{}
29457 \end_inset
29458
29459 pt et il peut être modifié en utilisant la valeur de 
29460 \series bold
29461
29462 \backslash
29463 FrameSep
29464 \series default
29465 .
29466  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29467  suivantes en code TeX
29468 \end_layout
29469
29470 \begin_layout Standard
29471
29472 \series bold
29473
29474 \backslash
29475 setlength{
29476 \backslash
29477 FrameRule}{5pt}
29478 \begin_inset Newline newline
29479 \end_inset
29480
29481
29482 \backslash
29483 setlength{
29484 \backslash
29485 FrameSep}{0.5cm}
29486 \end_layout
29487
29488 \begin_layout Standard
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493
29494
29495 \backslash
29496 setlength{
29497 \backslash
29498 FrameRule}{5pt}
29499 \end_layout
29500
29501 \begin_layout Plain Layout
29502
29503
29504 \backslash
29505 setlength{
29506 \backslash
29507 FrameSep}{0.5cm}
29508 \end_layout
29509
29510 \end_inset
29511
29512
29513 \begin_inset Box Framed
29514 position "t"
29515 hor_pos "c"
29516 has_inner_box 0
29517 inner_pos "t"
29518 use_parbox 0
29519 use_makebox 0
29520 width "100col%"
29521 special "none"
29522 height "1in"
29523 height_special "totalheight"
29524 status open
29525
29526 \begin_layout Plain Layout
29527 Ceci est un texte dans une boîte autorisant les 
29528 \family sans
29529 sauts de page
29530 \family default
29531 .
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542
29543 \backslash
29544 setlength{
29545 \backslash
29546 FrameRule}{0.4pt}
29547 \end_layout
29548
29549 \begin_layout Plain Layout
29550
29551
29552 \backslash
29553 setlength{
29554 \backslash
29555 FrameSep}{9pt}
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \begin_layout Standard
29564
29565 \lang english
29566 \begin_inset VSpace bigskip
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Standard
29573 Pour les boîtes à 
29574 \family sans
29575 Fond
29576 \begin_inset space ~
29577 \end_inset
29578
29579 ombré
29580 \family default
29581 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29582  3
29583 \begin_inset space \thinspace{}
29584 \end_inset
29585
29586 pt et il peut être modifié avec la valeur de 
29587 \series bold
29588
29589 \backslash
29590 fboxsep
29591 \series default
29592 .
29593  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29594  localement avec la commande 
29595 \series bold
29596
29597 \backslash
29598 definecolor{shadecolor}
29599 \series default
29600 , soit globalement avec le menu 
29601 \family sans
29602 Outils\SpecialChar \menuseparator
29603 Préférences
29604 \family default
29605 \SpecialChar \menuseparator
29606
29607 \family sans
29608 Couleurs\SpecialChar \menuseparator
29609 boîte
29610 \begin_inset space ~
29611 \end_inset
29612
29613 ombrée
29614 \family default
29615 .
29616  La syntaxe de la commande 
29617 \series bold
29618
29619 \backslash
29620 definecolor
29621 \series default
29622  est expliquée dans la section
29623 \begin_inset space ~
29624 \end_inset
29625
29626
29627 \begin_inset CommandInset ref
29628 LatexCommand ref
29629 reference "sec:Tableaux-Colorés"
29630
29631 \end_inset
29632
29633
29634 \begin_inset Foot
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 Notez que l'utilisation de 
29639 \series bold
29640
29641 \backslash
29642 definecolor
29643 \series default
29644  ne peut se faire sans le paquetage LaTeX 
29645 \series bold
29646 color
29647 \series default
29648  dans le préambule, voir la section
29649 \begin_inset space ~
29650 \end_inset
29651
29652
29653 \begin_inset CommandInset ref
29654 LatexCommand ref
29655 reference "sec:Boîtes-colorées"
29656
29657 \end_inset
29658
29659 .
29660  
29661 \end_layout
29662
29663 \end_inset
29664
29665 .
29666 \end_layout
29667
29668 \begin_layout Standard
29669 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29670  les commandes en code TeX suivantes
29671 \end_layout
29672
29673 \begin_layout Standard
29674
29675 \series bold
29676
29677 \backslash
29678 setlength{
29679 \backslash
29680 fboxsep}{0.5cm}
29681 \series default
29682
29683 \begin_inset Newline newline
29684 \end_inset
29685
29686
29687 \series bold
29688
29689 \backslash
29690 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29691 \end_layout
29692
29693 \begin_layout Standard
29694 \begin_inset ERT
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698
29699
29700 \backslash
29701 setlength{
29702 \backslash
29703 fboxsep}{0.5cm}
29704 \end_layout
29705
29706 \begin_layout Plain Layout
29707
29708
29709 \backslash
29710 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \begin_inset Box Shaded
29717 position "t"
29718 hor_pos "c"
29719 has_inner_box 0
29720 inner_pos "t"
29721 use_parbox 0
29722 use_makebox 0
29723 width "100col%"
29724 special "none"
29725 height "1in"
29726 height_special "totalheight"
29727 status open
29728
29729 \begin_layout Plain Layout
29730
29731 \color yellow
29732 Ceci est un texte jaune dans une boîte à 
29733 \family sans
29734 Fond
29735 \begin_inset space ~
29736 \end_inset
29737
29738 ombré
29739 \family default
29740 \color inherit
29741  
29742 \color yellow
29743 avec un fond vert foncé.
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \begin_inset ERT
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753
29754
29755 \backslash
29756 setlength{
29757 \backslash
29758 fboxsep}{3pt}
29759 \end_layout
29760
29761 \begin_layout Plain Layout
29762
29763
29764 \backslash
29765 definecolor{shadecolor}{rgb}{1,0,0}
29766 \end_layout
29767
29768 \end_inset
29769
29770
29771 \end_layout
29772
29773 \begin_layout Standard
29774
29775 \lang english
29776 \begin_inset VSpace bigskip
29777 \end_inset
29778
29779
29780 \end_layout
29781
29782 \begin_layout Standard
29783 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29784  les boîtes qui suivent la commandes qui les a changées.
29785 \end_layout
29786
29787 \begin_layout Section
29788 Minipages
29789 \begin_inset CommandInset label
29790 LatexCommand label
29791 name "sec:Minipages"
29792
29793 \end_inset
29794
29795
29796 \begin_inset Index idx
29797 status collapsed
29798
29799 \begin_layout Plain Layout
29800 Boîtes ! Minipages
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \end_layout
29807
29808 \begin_layout Standard
29809 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29810 ur d'une page.
29811  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29812  règles d'indentation, de saut de ligne, etc.
29813  s'appliquent.
29814 \end_layout
29815
29816 \begin_layout Standard
29817 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29818  langues.
29819 \end_layout
29820
29821 \begin_layout Standard
29822 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29823  Leur largeur est fixée à 45
29824 \begin_inset space \thinspace{}
29825 \end_inset
29826
29827 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29828  via le menu 
29829 \family sans
29830 Insérer\SpecialChar \menuseparator
29831 Typographie
29832 \begin_inset space ~
29833 \end_inset
29834
29835 spéciale\SpecialChar \menuseparator
29836 Ressort
29837 \begin_inset space ~
29838 \end_inset
29839
29840 Horizontal
29841 \family default
29842 .
29843 \end_layout
29844
29845 \begin_layout Standard
29846
29847 \end_layout
29848
29849 \begin_layout Standard
29850
29851 \lang english
29852 \begin_inset Box Frameless
29853 position "t"
29854 hor_pos "c"
29855 has_inner_box 1
29856 inner_pos "c"
29857 use_parbox 0
29858 use_makebox 0
29859 width "45col%"
29860 special "none"
29861 height "1in"
29862 height_special "totalheight"
29863 status open
29864
29865 \begin_layout Plain Layout
29866
29867 \lang german
29868 Dies ist ein deutscher Text.
29869  Dies ist ein deutscher Text.
29870  Dies ist ein deutscher Text.
29871  Dies ist ein deutscher Text.
29872  Dies ist ein deutscher Text.
29873  Dies ist ein deutscher Text.
29874  Dies ist ein deutscher Text.
29875  Dies ist ein deutscher Text.
29876  Dies ist ein deutscher Text.
29877  Dies ist ein deutscher Text.
29878  Dies ist ein deutscher Text.
29879  Dies ist ein deutscher Text.
29880  Dies ist ein deutscher Text
29881 \begin_inset Foot
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885
29886 \lang german
29887 Dies ist eine deutsche Fußnote.
29888 \end_layout
29889
29890 \end_inset
29891
29892 .
29893  Dies ist ein deutscher Text.
29894  Dies ist ein deutscher Text.
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \begin_inset space \hfill{}
29901 \end_inset
29902
29903
29904 \begin_inset Box Frameless
29905 position "t"
29906 hor_pos "c"
29907 has_inner_box 1
29908 inner_pos "c"
29909 use_parbox 0
29910 use_makebox 0
29911 width "45col%"
29912 special "none"
29913 height "1in"
29914 height_special "totalheight"
29915 status open
29916
29917 \begin_layout Plain Layout
29918
29919 \lang english
29920 This is an English Text.
29921  This is an English Text.
29922  This is an English Text.
29923  This is an English Text.
29924  This is an English Text.
29925  This is an English Text.
29926  This is an English Text.
29927  This is an English Text.
29928  This is an English Text.
29929  This is an English Text.
29930  This is an English Text.
29931  This is an English Text.
29932  This is an English Text.
29933  This is an English Text.
29934  This is an English Text.
29935  This is an English Text.
29936 \begin_inset Foot
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941 \lang english
29942 This is an English footnote.
29943 \end_layout
29944
29945 \end_inset
29946
29947  This is an English Text.
29948  
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Standard
29957 \begin_inset VSpace bigskip
29958 \end_inset
29959
29960 Les paramètres globaux du document sont ignorés au sein d'une minipage.
29961  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
29962  minipages, même si vous les avez mis par exemple à 
29963 \family sans
29964 Moyen
29965 \family default
29966  dans les paramètres du document.
29967 \end_layout
29968
29969 \begin_layout Standard
29970 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
29971  portion de texte, voyez la section
29972 \begin_inset space ~
29973 \end_inset
29974
29975
29976 \begin_inset CommandInset ref
29977 LatexCommand ref
29978 reference "sub:Couleur-pour-les-Paragraphes"
29979
29980 \end_inset
29981
29982 .
29983 \end_layout
29984
29985 \begin_layout Standard
29986 \begin_inset Note Greyedout
29987 status open
29988
29989 \begin_layout Plain Layout
29990
29991 \series bold
29992 Note:
29993 \series default
29994  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
29995  mais les minipages peuvent être utilisées dans un tableau, un flottant
29996  ou une autre boîte.
29997 \end_layout
29998
29999 \end_inset
30000
30001
30002 \end_layout
30003
30004 \begin_layout Section
30005 Les Parboxes
30006 \begin_inset CommandInset label
30007 LatexCommand label
30008 name "sec:Parboxes"
30009
30010 \end_inset
30011
30012
30013 \begin_inset Index idx
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017 Boîtes ! Parboxes
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Standard
30026 \begin_inset Note Note
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030
30031 \lang english
30032 En attendant une traduction de parbox (NdT)
30033 \end_layout
30034
30035 \end_inset
30036
30037 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
30038  ne peuvent avoir de note de bas de page.
30039 \end_layout
30040
30041 \begin_layout Standard
30042 \align center
30043 \begin_inset Box Frameless
30044 position "t"
30045 hor_pos "c"
30046 has_inner_box 1
30047 inner_pos "t"
30048 use_parbox 1
30049 use_makebox 0
30050 width "33col%"
30051 special "none"
30052 height "1in"
30053 height_special "totalheight"
30054 status collapsed
30055
30056 \begin_layout Plain Layout
30057 Ceci est un texte à l'intérieur d'une parbox.
30058  Ceci est un texte à l'intérieur d'une parbox.
30059 \end_layout
30060
30061 \begin_layout Plain Layout
30062 Cette note de bas de page ne devrait pas apparaître :
30063 \begin_inset Foot
30064 status open
30065
30066 \begin_layout Plain Layout
30067 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
30068  pas.
30069 \end_layout
30070
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \end_layout
30080
30081 \begin_layout Section
30082 Des Boîtes pour les Mots et les Caractères
30083 \begin_inset Index idx
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087 Boîtes ! Pour les caractères
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \end_layout
30094
30095 \begin_layout Subsection
30096 Empêcher la Césure
30097 \begin_inset CommandInset label
30098 LatexCommand label
30099 name "sec:Empêcher-césure"
30100
30101 \end_inset
30102
30103
30104 \begin_inset Index idx
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Boîtes ! Pour empêcher la césure
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \end_layout
30115
30116 \begin_layout Standard
30117 Vous pouvez utiliser une boîte de type 
30118 \family sans
30119 Makebox
30120 \family default
30121  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30122 \begin_inset Newline newline
30123 \end_inset
30124
30125 Voici un exemple de texte :
30126 \end_layout
30127
30128 \begin_layout Standard
30129 Cette ligne est un exemple comment vous pouvez empêcher une césure
30130 \begin_inset space ~
30131 \end_inset
30132
30133
30134 \begin_inset Quotes eld
30135 \end_inset
30136
30137 motTrèsTrèsLong
30138 \begin_inset Quotes erd
30139 \end_inset
30140
30141
30142 \end_layout
30143
30144 \begin_layout Standard
30145 Pour empêcher que le mot 
30146 \begin_inset Quotes eld
30147 \end_inset
30148
30149 motTrèsTrèsLong
30150 \begin_inset Quotes erd
30151 \end_inset
30152
30153  soit coupé, mettez le mot dans une boîte, mettez 
30154 \family sans
30155 Boîte
30156 \begin_inset space ~
30157 \end_inset
30158
30159 intérieure
30160 \family default
30161  à 
30162 \family sans
30163 Makebox
30164 \family default
30165  et sa largeur à 1
30166 \begin_inset space \thinspace{}
30167 \end_inset
30168
30169 Largeur.
30170 \end_layout
30171
30172 \begin_layout Standard
30173 Voici le résultat :
30174 \end_layout
30175
30176 \begin_layout Standard
30177 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30178 \begin_inset Box Frameless
30179 position "t"
30180 hor_pos "c"
30181 has_inner_box 1
30182 inner_pos "t"
30183 use_parbox 0
30184 use_makebox 1
30185 width "1in"
30186 special "width"
30187 height "1in"
30188 height_special "totalheight"
30189 status open
30190
30191 \begin_layout Plain Layout
30192 motTrèsTrèsLong
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Standard
30201 Une autre méthode consiste à mettre la commande 
30202 \begin_inset Quotes eld
30203 \end_inset
30204
30205
30206 \series bold
30207
30208 \backslash
30209 -
30210 \series default
30211
30212 \begin_inset Quotes grd
30213 \end_inset
30214
30215  en code TeX, juste avant le mot :
30216 \end_layout
30217
30218 \begin_layout Standard
30219 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30220 \begin_inset Quotes eld
30221 \end_inset
30222
30223
30224 \begin_inset ERT
30225 status collapsed
30226
30227 \begin_layout Plain Layout
30228
30229
30230 \backslash
30231 -
30232 \end_layout
30233
30234 \end_inset
30235
30236 motTrèsTrèsLong
30237 \begin_inset Quotes erd
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Standard
30244 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30245  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30246 \family sans
30247 Insérer\SpecialChar \menuseparator
30248 Typographie
30249 \begin_inset space ~
30250 \end_inset
30251
30252 spéciale\SpecialChar \menuseparator
30253 Passage
30254 \begin_inset space ~
30255 \end_inset
30256
30257 à
30258 \begin_inset space ~
30259 \end_inset
30260
30261 la
30262 \begin_inset space ~
30263 \end_inset
30264
30265 Ligne
30266 \family default
30267  (raccourci 
30268 \family sans
30269 Ctrl-Entrée
30270 \family default
30271 ) :
30272 \end_layout
30273
30274 \begin_layout Standard
30275 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30276 \begin_inset Newline newline
30277 \end_inset
30278
30279
30280 \begin_inset Box Frameless
30281 position "t"
30282 hor_pos "c"
30283 has_inner_box 1
30284 inner_pos "t"
30285 use_parbox 0
30286 use_makebox 1
30287 width "1in"
30288 special "width"
30289 height "1in"
30290 height_special "totalheight"
30291 status open
30292
30293 \begin_layout Plain Layout
30294 \begin_inset Quotes eld
30295 \end_inset
30296
30297 motTrèsTrèsLong
30298 \begin_inset Quotes erd
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \end_layout
30308
30309 \begin_layout Subsection
30310 Alignement Vertical
30311 \begin_inset CommandInset label
30312 LatexCommand label
30313 name "sub:Alignement-Vertical"
30314
30315 \end_inset
30316
30317
30318 \begin_inset Index idx
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322 Boîtes ! Pour l'alignement vertical
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \begin_inset Index idx
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332 Boîtes ! Boîtes élévatrices
30333 \end_layout
30334
30335 \end_inset
30336
30337
30338 \begin_inset Index idx
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342 Raisebox|see
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348 {
30349 \end_layout
30350
30351 \end_inset
30352
30353 Boîtes élévatrices
30354 \begin_inset ERT
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358
30359 }
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \end_inset
30368
30369
30370 \end_layout
30371
30372 \begin_layout Standard
30373 Avec la commande 
30374 \series bold
30375
30376 \backslash
30377 raisebox
30378 \series default
30379  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30380  par rapport au texte qui l'entoure.
30381  La commande
30382 \series bold
30383  
30384 \backslash
30385 raisebox
30386 \series default
30387  s'utilise en suivant la syntaxe suivante :
30388 \end_layout
30389
30390 \begin_layout Standard
30391
30392 \series bold
30393
30394 \backslash
30395 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30396 \end_layout
30397
30398 \begin_layout Standard
30399 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30400  pour l'abaisser.
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Pour aligner le mot 
30405 \begin_inset Quotes eld
30406 \end_inset
30407
30408 empêcher
30409 \begin_inset Quotes erd
30410 \end_inset
30411
30412  de façon à ce que le point le plus bas du caractère le plus 
30413 \begin_inset Quotes eld
30414 \end_inset
30415
30416 profond
30417 \begin_inset Quotes erd
30418 \end_inset
30419
30420 , le 
30421 \begin_inset Quotes eld
30422 \end_inset
30423
30424 p
30425 \begin_inset Quotes erd
30426 \end_inset
30427
30428 , soit au niveau de la ligne de base, insérez la commande 
30429 \end_layout
30430
30431 \begin_layout Standard
30432
30433 \series bold
30434
30435 \backslash
30436 raisebox{
30437 \backslash
30438 depth}{
30439 \end_layout
30440
30441 \begin_layout Standard
30442 en code TeX avant le mot.
30443  Insérez après le mot l'accolade fermante 
30444 \begin_inset Quotes eld
30445 \end_inset
30446
30447
30448 \series bold
30449 }
30450 \series default
30451
30452 \begin_inset Quotes erd
30453 \end_inset
30454
30455  en code TeX.
30456 \begin_inset Newline newline
30457 \end_inset
30458
30459 Voici le résultat :
30460 \end_layout
30461
30462 \begin_layout Standard
30463 Cette ligne de texte contient le mot 
30464 \begin_inset ERT
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468
30469
30470 \backslash
30471 raisebox{
30472 \backslash
30473 depth}{
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \begin_inset Quotes eld
30480 \end_inset
30481
30482 empêcher
30483 \begin_inset Quotes erd
30484 \end_inset
30485
30486
30487 \begin_inset ERT
30488 status collapsed
30489
30490 \begin_layout Plain Layout
30491
30492 }
30493 \end_layout
30494
30495 \end_inset
30496
30497  comme mot élevé.
30498 \end_layout
30499
30500 \begin_layout Standard
30501 \begin_inset VSpace bigskip
30502 \end_inset
30503
30504 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30505  entre les lignes va être agrandie :
30506 \end_layout
30507
30508 \begin_layout Standard
30509 Cette ligne de texte contient le mot
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 raisebox{-
30518 \backslash
30519 depth}{
30520 \end_layout
30521
30522 \end_inset
30523
30524
30525 \begin_inset Quotes eld
30526 \end_inset
30527
30528 empêcher
30529 \begin_inset Quotes erd
30530 \end_inset
30531
30532
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538 }
30539 \end_layout
30540
30541 \end_inset
30542
30543  comme mot abaissé.
30544 \begin_inset Newline newline
30545 \end_inset
30546
30547 Cette ligne de texte contient le mot 
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 raisebox{0.5cm}{
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \begin_inset Quotes eld
30562 \end_inset
30563
30564 tester
30565 \begin_inset Quotes erd
30566 \end_inset
30567
30568
30569 \begin_inset ERT
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573
30574 }
30575 \end_layout
30576
30577 \end_inset
30578
30579  comme mot élevé.
30580 \end_layout
30581
30582 \begin_layout Standard
30583 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30584  mettez la hauteur de la boîte à zéro.
30585  Par exemple utilisez
30586 \end_layout
30587
30588 \begin_layout Standard
30589
30590 \series bold
30591
30592 \backslash
30593 raisebox{-
30594 \backslash
30595 depth}[0pt]{
30596 \end_layout
30597
30598 \begin_layout Standard
30599 Cette ligne de texte contient le mot
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605
30606 \backslash
30607 raisebox{-
30608 \backslash
30609 depth}[0pt]{
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \begin_inset Quotes eld
30616 \end_inset
30617
30618 empêcher
30619 \begin_inset Quotes erd
30620 \end_inset
30621
30622
30623 \begin_inset ERT
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627
30628 }
30629 \end_layout
30630
30631 \end_inset
30632
30633  comme mot abaissé.
30634 \begin_inset Newline newline
30635 \end_inset
30636
30637 Cette ligne de texte contient le mot 
30638 \begin_inset ERT
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642
30643
30644 \backslash
30645 raisebox{0.5cm}[0pt]{
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \begin_inset Quotes eld
30652 \end_inset
30653
30654 tester
30655 \begin_inset Quotes erd
30656 \end_inset
30657
30658
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664 }
30665 \end_layout
30666
30667 \end_inset
30668
30669  comme mot élevé.
30670 \end_layout
30671
30672 \begin_layout Section
30673 Boîtes Colorées
30674 \begin_inset CommandInset label
30675 LatexCommand label
30676 name "sec:Boîtes-colorées"
30677
30678 \end_inset
30679
30680
30681 \begin_inset Index idx
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Boîtes ! Couleur
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Subsection
30694 De la couleur pour le texte
30695 \begin_inset Index idx
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699 Couleur ! Pour le texte
30700 \end_layout
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \begin_layout Standard
30708 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30709  une boîte appelée 
30710 \begin_inset Quotes eld
30711 \end_inset
30712
30713 colorbox
30714 \begin_inset Quotes erd
30715 \end_inset
30716
30717 .
30718  Cela demande que le paquetage LaTeX 
30719 \series bold
30720 color
30721 \series default
30722
30723 \begin_inset Index idx
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Paquetages LaTeX ! color
30728 \end_layout
30729
30730 \end_inset
30731
30732  soit chargé dans le préambule du document avec la commande
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 @ifundefined{textcolor}
30741 \begin_inset Newline newline
30742 \end_inset
30743
30744
30745 \begin_inset Phantom HPhantom
30746 status open
30747
30748 \begin_layout Plain Layout
30749
30750 \series bold
30751 \begin_inset space ~
30752 \end_inset
30753
30754
30755 \end_layout
30756
30757 \end_inset
30758
30759 {
30760 \backslash
30761 usepackage{color}}{}
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Le paquetage 
30766 \series bold
30767 color
30768 \series default
30769  sera chargé automatiquement par LyX dès que vous colorez du texte.
30770 \begin_inset Foot
30771 status collapsed
30772
30773 \begin_layout Plain Layout
30774 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30775  
30776 \series bold
30777
30778 \backslash
30779 @ifundefined
30780 \series default
30781 .
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \end_layout
30788
30789 \begin_layout Standard
30790 \begin_inset VSpace medskip
30791 \end_inset
30792
30793 Les boîtes colorées sont créées par la commande 
30794 \series bold
30795
30796 \backslash
30797 colorbox
30798 \series default
30799 .
30800  Elle est utilisée avec la syntaxe suivante :
30801 \end_layout
30802
30803 \begin_layout Standard
30804
30805 \series bold
30806
30807 \backslash
30808 colorbox{couleur}{contenu de la boîte}
30809 \end_layout
30810
30811 \begin_layout Standard
30812 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30813  peuvent être placées à l'intérieur d'autres boîtes.
30814 \end_layout
30815
30816 \begin_layout Standard
30817 Les couleurs suivantes sont prédéfinies ::
30818 \begin_inset Newline newline
30819 \end_inset
30820
30821
30822 \family sans
30823 black
30824 \family default
30825  (noir), 
30826 \family sans
30827 blue
30828 \family default
30829  (bleu), 
30830 \family sans
30831 cyan
30832 \family default
30833 \series bold
30834 ,
30835 \series default
30836  
30837 \family sans
30838 green
30839 \family default
30840  (vert), 
30841 \family sans
30842 magenta
30843 \family default
30844
30845 \family sans
30846 red
30847 \family default
30848  (rouge), 
30849 \family sans
30850 white
30851 \family default
30852  (blanc), and 
30853 \family sans
30854 yellow
30855 \family default
30856  (jaune).
30857 \begin_inset Newline newline
30858 \end_inset
30859
30860 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
30861  section
30862 \begin_inset space ~
30863 \end_inset
30864
30865
30866 \begin_inset CommandInset ref
30867 LatexCommand ref
30868 reference "sec:Tableaux-Colorés"
30869
30870 \end_inset
30871
30872 .
30873 \end_layout
30874
30875 \begin_layout Standard
30876 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 colorbox{red}{
30885 \end_layout
30886
30887 \begin_layout Standard
30888 avant le mot en code TeX.
30889  Insérez l'accolade fermante 
30890 \begin_inset Quotes eld
30891 \end_inset
30892
30893 }
30894 \begin_inset Quotes erd
30895 \end_inset
30896
30897  après le mot, en code TeX.
30898 \begin_inset Newline newline
30899 \end_inset
30900
30901 Voici le résultat :
30902 \end_layout
30903
30904 \begin_layout Standard
30905 Cette ligne de texte contient le mot
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 colorbox{red}{
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \begin_inset Quotes eld
30920 \end_inset
30921
30922 Attention!
30923 \begin_inset Quotes erd
30924 \end_inset
30925
30926
30927 \begin_inset ERT
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931
30932 }
30933 \end_layout
30934
30935 \end_inset
30936
30937  sur fond rouge.
30938 \end_layout
30939
30940 \begin_layout Standard
30941 \begin_inset VSpace bigskip
30942 \end_inset
30943
30944 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
30945  vous pouvez utiliser la commande 
30946 \series bold
30947
30948 \backslash
30949 fcolorbox
30950 \series default
30951  avec la syntaxe suivante :
30952 \end_layout
30953
30954 \begin_layout Standard
30955
30956 \series bold
30957
30958 \backslash
30959 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
30960 \end_layout
30961
30962 \begin_layout Standard
30963
30964 \series bold
30965
30966 \backslash
30967 fcolorbox
30968 \series default
30969  est une extension de 
30970 \series bold
30971
30972 \backslash
30973 colorbox
30974 \series default
30975 .
30976  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
30977  peuvent être modifiés avec les variables 
30978 \series bold
30979
30980 \backslash
30981 fboxrule
30982 \series default
30983  et 
30984 \series bold
30985
30986 \backslash
30987 fboxsep
30988 \series default
30989 , comme c'est décrit dans la section
30990 \begin_inset space ~
30991 \end_inset
30992
30993
30994 \begin_inset CommandInset ref
30995 LatexCommand ref
30996 reference "sec:Décorations"
30997
30998 \end_inset
30999
31000 .
31001 \end_layout
31002
31003 \begin_layout Standard
31004 Pour l'exemple suivant, on a utilisé la commande
31005 \end_layout
31006
31007 \begin_layout Standard
31008
31009 \series bold
31010
31011 \backslash
31012 fcolorbox{cyan}{magenta}{
31013 \end_layout
31014
31015 \begin_layout Standard
31016 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
31017 \begin_inset space \thinspace{}
31018 \end_inset
31019
31020 mm:
31021 \begin_inset Newline newline
31022 \end_inset
31023
31024
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 fboxrule 1mm 
31033 \backslash
31034 fboxsep 1mm
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 fcolorbox{cyan}{magenta}{
31048 \end_layout
31049
31050 \end_inset
31051
31052 Ce texte est dans une boîte encadrée et colorée.
31053 \begin_inset ERT
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057
31058 }
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Standard
31067 \begin_inset VSpace bigskip
31068 \end_inset
31069
31070 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
31071  les yeux ! - NdT) :
31072 \begin_inset Newline newline
31073 \end_inset
31074
31075
31076 \begin_inset ERT
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080
31081
31082 \backslash
31083 fcolorbox{cyan}{magenta}{
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \color yellow
31090 Ce texte est coloré dans une boîte colorée et encadrée.
31091 \color inherit
31092
31093 \begin_inset ERT
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097
31098 }
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \begin_inset ERT
31105 status collapsed
31106
31107 \begin_layout Plain Layout
31108
31109
31110 \backslash
31111 fboxrule 0.4pt 
31112 \backslash
31113 fboxsep 3pt
31114 \end_layout
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122
31123 \series bold
31124 \begin_inset VSpace medskip
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \begin_inset Note Greyedout
31132 status open
31133
31134 \begin_layout Plain Layout
31135
31136 \series bold
31137 Note:
31138 \series default
31139  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31140  de ligne.
31141  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31142  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \end_layout
31149
31150 \begin_layout Subsection
31151 De la couleur pour les paragraphes
31152 \begin_inset CommandInset label
31153 LatexCommand label
31154 name "sub:Couleur-pour-les-Paragraphes"
31155
31156 \end_inset
31157
31158
31159 \begin_inset Index idx
31160 status collapsed
31161
31162 \begin_layout Plain Layout
31163 Couleur ! Pour les  paragraphes
31164 \end_layout
31165
31166 \end_inset
31167
31168
31169 \end_layout
31170
31171 \begin_layout Standard
31172 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31173  texte dans une minipage.
31174  Avant la minipage, insérez la commande 
31175 \series bold
31176
31177 \backslash
31178 colorbox
31179 \series default
31180  
31181 \end_layout
31182
31183 \begin_layout Standard
31184
31185 \series bold
31186
31187 \backslash
31188 colorbox{color}{
31189 \end_layout
31190
31191 \begin_layout Standard
31192 en code TeX.
31193  Après la minipage, insérez l'accolade fermante 
31194 \begin_inset Quotes eld
31195 \end_inset
31196
31197 }
31198 \begin_inset Quotes erd
31199 \end_inset
31200
31201  en code TeX.
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210
31211 \backslash
31212 colorbox{lightgrey}{
31213 \end_layout
31214
31215 \end_inset
31216
31217
31218 \begin_inset Box Frameless
31219 position "t"
31220 hor_pos "c"
31221 has_inner_box 1
31222 inner_pos "t"
31223 use_parbox 0
31224 use_makebox 0
31225 width "100col%"
31226 special "none"
31227 height "1in"
31228 height_special "totalheight"
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232 Ce texte a un fond coloré.
31233  Ce texte a un fond coloré.
31234 \end_layout
31235
31236 \begin_layout Plain Layout
31237 \begin_inset VSpace defskip
31238 \end_inset
31239
31240 Le texte peut avoir des notes de bas de page
31241 \begin_inset Foot
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245 Un autre exemple de note de bas de page
31246 \end_layout
31247
31248 \end_inset
31249
31250  et contenir des figures et des tableaux.
31251 \end_layout
31252
31253 \begin_layout Plain Layout
31254 \align center
31255 \begin_inset Tabular
31256 <lyxtabular version="3" rows="3" columns="3">
31257 <features tabularvalignment="middle">
31258 <column alignment="center" valignment="top" width="0">
31259 <column alignment="center" valignment="top" width="0">
31260 <column alignment="center" valignment="top" width="0">
31261 <row>
31262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31263 \begin_inset Text
31264
31265 \begin_layout Plain Layout
31266 a
31267 \end_layout
31268
31269 \end_inset
31270 </cell>
31271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31272 \begin_inset Text
31273
31274 \begin_layout Plain Layout
31275 !
31276 \end_layout
31277
31278 \end_inset
31279 </cell>
31280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31281 \begin_inset Text
31282
31283 \begin_layout Plain Layout
31284 3
31285 \end_layout
31286
31287 \end_inset
31288 </cell>
31289 </row>
31290 <row>
31291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31292 \begin_inset Text
31293
31294 \begin_layout Plain Layout
31295 <
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304 b2
31305 \begin_inset Quotes erd
31306 \end_inset
31307
31308 |
31309 \end_layout
31310
31311 \end_inset
31312 </cell>
31313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31314 \begin_inset Text
31315
31316 \begin_layout Plain Layout
31317 >
31318 \end_layout
31319
31320 \end_inset
31321 </cell>
31322 </row>
31323 <row>
31324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31325 \begin_inset Text
31326
31327 \begin_layout Plain Layout
31328 1
31329 \end_layout
31330
31331 \end_inset
31332 </cell>
31333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31334 \begin_inset Text
31335
31336 \begin_layout Plain Layout
31337 §
31338 \end_layout
31339
31340 \end_inset
31341 </cell>
31342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 c
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 </row>
31352 </lyxtabular>
31353
31354 \end_inset
31355
31356
31357 \end_layout
31358
31359 \end_inset
31360
31361
31362 \begin_inset ERT
31363 status collapsed
31364
31365 \begin_layout Plain Layout
31366
31367 }
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \end_layout
31374
31375 \begin_layout Section
31376 Les boîtes pivotées et redimensionnées
31377 \end_layout
31378
31379 \begin_layout Standard
31380 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31381  charger le paquetage LaTeX 
31382 \series bold
31383 graphicx
31384 \series default
31385
31386 \begin_inset Index idx
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390 Paquetages LaTeX ! graphicx
31391 \end_layout
31392
31393 \end_inset
31394
31395  dans le préambule de votre document avec la commande
31396 \end_layout
31397
31398 \begin_layout Standard
31399
31400 \series bold
31401
31402 \backslash
31403 @ifundefined{rotatebox}
31404 \begin_inset Newline newline
31405 \end_inset
31406
31407
31408 \begin_inset Phantom HPhantom
31409 status open
31410
31411 \begin_layout Plain Layout
31412
31413 \series bold
31414 \begin_inset space ~
31415 \end_inset
31416
31417
31418 \end_layout
31419
31420 \end_inset
31421
31422 {
31423 \backslash
31424 usepackage{graphicx}}{}
31425 \end_layout
31426
31427 \begin_layout Standard
31428 \begin_inset Note Greyedout
31429 status open
31430
31431 \begin_layout Plain Layout
31432
31433 \series bold
31434 Note:
31435 \series default
31436  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31437  redimensionnés.
31438 \end_layout
31439
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \begin_layout Standard
31446 \begin_inset Note Greyedout
31447 status open
31448
31449 \begin_layout Plain Layout
31450
31451 \series bold
31452 Note:
31453 \series default
31454  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31455  redimensionnée.
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Subsection
31464 Les Boîtes pivotées
31465 \begin_inset Index idx
31466 status collapsed
31467
31468 \begin_layout Plain Layout
31469 Boîtes ! pivotées
31470 \end_layout
31471
31472 \end_inset
31473
31474
31475 \begin_inset Index idx
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479 Pivoter des objets
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \begin_inset Index idx
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 Figures ! Pivotées
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \begin_inset Index idx
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499 Tableau ! Pivoter
31500 \end_layout
31501
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31509  (rotated).
31510  Une telle boîte est créée avec la commande 
31511 \series bold
31512
31513 \backslash
31514 rotatebox
31515 \series default
31516  en code TeX avec la syntaxe
31517 \end_layout
31518
31519 \begin_layout Standard
31520
31521 \series bold
31522
31523 \backslash
31524 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31525 \end_layout
31526
31527 \begin_layout Standard
31528 La position du pivot est donnée par l'origine de rotation spécifiée sous
31529  la forme 
31530 \series bold
31531 origin=position
31532 \series default
31533 .
31534  Les valeurs suivantes sont possibles pour la position: 
31535 \emph on
31536 c
31537 \emph default
31538  (centre), 
31539 \emph on
31540 l
31541 \emph default
31542  (gauche/
31543 \lang english
31544 left
31545 \lang french
31546 ), 
31547 \emph on
31548 r
31549 \emph default
31550  (droite/
31551 \lang english
31552 right
31553 \lang french
31554 ), 
31555 \emph on
31556 b
31557 \emph default
31558  (bas/
31559 \lang english
31560 bottom
31561 \lang french
31562 ), 
31563 \emph on
31564 t
31565 \emph default
31566  (haut/
31567 \lang english
31568 top
31569 \lang french
31570 ), et aussi des combinaisons des quatre positions de base.
31571  Par exemple 
31572 \emph on
31573 lt
31574 \emph default
31575  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31576  Quand on ne donne pas d'origine, la position 
31577 \emph on
31578 l
31579 \emph default
31580  est utilisée.
31581  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31582  ou négatif.
31583  Le sens positif de rotation est anti-horaire.
31584 \end_layout
31585
31586 \begin_layout Standard
31587 Dans l'exemple qui suit, la commande 
31588 \series bold
31589
31590 \backslash
31591 rotatebox[origin=c]{60}{
31592 \series default
31593  a été insérée en code TeX juste avant le texte 
31594 \begin_inset Quotes eld
31595 \end_inset
31596
31597 pivoté de 90°
31598 \begin_inset Quotes erd
31599 \end_inset
31600
31601  ; la boîte est refermée juste après le texte par une accolade fermante
31602  
31603 \begin_inset Quotes eld
31604 \end_inset
31605
31606 }
31607 \begin_inset Quotes erd
31608 \end_inset
31609
31610  en code TeX.
31611 \end_layout
31612
31613 \begin_layout Standard
31614 Voici une ligne avec du texte 
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 rotatebox[origin=c]{60}{
31623 \end_layout
31624
31625 \end_inset
31626
31627 pivoté de 60°
31628 \begin_inset ERT
31629 status collapsed
31630
31631 \begin_layout Plain Layout
31632
31633 }
31634 \end_layout
31635
31636 \end_inset
31637
31638 .
31639 \end_layout
31640
31641 \begin_layout Standard
31642 La boîte peut contenir une autre boîte ou une formule en ligne :
31643 \end_layout
31644
31645 \begin_layout Standard
31646 Voici une ligne avec du texte 
31647 \begin_inset ERT
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651
31652
31653 \backslash
31654 rotatebox[origin=r]{-60}{
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \begin_inset Box Doublebox
31661 position "c"
31662 hor_pos "c"
31663 has_inner_box 0
31664 inner_pos "c"
31665 use_parbox 0
31666 use_makebox 0
31667 width "1in"
31668 special "width"
31669 height "1in"
31670 height_special "totalheight"
31671 status collapsed
31672
31673 \begin_layout Plain Layout
31674 pivoté de -60°
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685 }
31686 \end_layout
31687
31688 \end_inset
31689
31690  et encadré 
31691 \begin_inset ERT
31692 status collapsed
31693
31694 \begin_layout Plain Layout
31695
31696
31697 \backslash
31698 rotatebox[origin=lb]{60}{
31699 \end_layout
31700
31701 \end_inset
31702
31703
31704 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31705 \end_inset
31706
31707
31708 \begin_inset ERT
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712
31713 }
31714 \end_layout
31715
31716 \end_inset
31717
31718  et une formule.
31719 \end_layout
31720
31721 \begin_layout Standard
31722 ou encore une figure ou un tableau :
31723 \end_layout
31724
31725 \begin_layout Standard
31726 Voici une ligne
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 rotatebox[origin=lb]{90}{
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \begin_inset Graphics
31741         filename ../clipart/platypus.eps
31742         lyxscale 50
31743         width 25col%
31744
31745 \end_inset
31746
31747
31748 \begin_inset ERT
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752
31753 }
31754 \end_layout
31755
31756 \end_inset
31757
31758  avec une image pivotée de 90° 
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764
31765 \backslash
31766 rotatebox[origin=l]{-90}{
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \begin_inset Tabular
31773 <lyxtabular version="3" rows="2" columns="2">
31774 <features tabularvalignment="middle">
31775 <column alignment="center" valignment="top" width="0">
31776 <column alignment="center" valignment="top" width="0">
31777 <row>
31778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782 q
31783 \end_layout
31784
31785 \end_inset
31786 </cell>
31787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791 w
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 </row>
31797 <row>
31798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802 e
31803 \end_layout
31804
31805 \end_inset
31806 </cell>
31807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31808 \begin_inset Text
31809
31810 \begin_layout Plain Layout
31811 r
31812 \end_layout
31813
31814 \end_inset
31815 </cell>
31816 </row>
31817 </lyxtabular>
31818
31819 \end_inset
31820
31821
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827 }
31828 \end_layout
31829
31830 \end_inset
31831
31832  et un tableau.
31833 \end_layout
31834
31835 \begin_layout Subsection
31836 Les boîtes redimensionnées
31837 \begin_inset Index idx
31838 status collapsed
31839
31840 \begin_layout Plain Layout
31841 Boîtes ! Redimensionnées
31842 \end_layout
31843
31844 \end_inset
31845
31846
31847 \begin_inset Index idx
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851 Redimensionner des objets
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \begin_inset Index idx
31858 status collapsed
31859
31860 \begin_layout Plain Layout
31861 Figures ! Redimensionnées
31862 \end_layout
31863
31864 \end_inset
31865
31866
31867 \begin_inset Index idx
31868 status collapsed
31869
31870 \begin_layout Plain Layout
31871 Tableau ! Redimensionner
31872 \end_layout
31873
31874 \end_inset
31875
31876
31877 \end_layout
31878
31879 \begin_layout Standard
31880 Pour redimensionner des objets on peut utiliser les commandes 
31881 \series bold
31882
31883 \backslash
31884 scalebox
31885 \series default
31886  et 
31887 \series bold
31888
31889 \backslash
31890 resizebox
31891 \series default
31892  insérées sous forme de code TeX.
31893 \end_layout
31894
31895 \begin_layout Standard
31896
31897 \series bold
31898
31899 \backslash
31900 scalebox
31901 \series default
31902  est utilisée avec la syntaxe suivante :
31903 \end_layout
31904
31905 \begin_layout Standard
31906
31907 \series bold
31908
31909 \backslash
31910 scalebox{horizontal}[vertical]{contenu de la boîte}
31911 \end_layout
31912
31913 \begin_layout Standard
31914 Horizontal et vertical sont les facteurs d'échelle correspondants.
31915  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
31916  utilisé comme facteur vertical.
31917 \end_layout
31918
31919 \begin_layout Standard
31920 Par exemple, la commande 
31921 \series bold
31922
31923 \backslash
31924 scalebox{2}{Bonjour}
31925 \series default
31926  crée un 
31927 \begin_inset ERT
31928 status collapsed
31929
31930 \begin_layout Plain Layout
31931
31932
31933 \backslash
31934 scalebox{2}{
31935 \end_layout
31936
31937 \end_inset
31938
31939 Bonjour
31940 \begin_inset ERT
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944
31945 }
31946 \end_layout
31947
31948 \end_inset
31949
31950  de taille double par rapport à la taille du texte du document.
31951 \end_layout
31952
31953 \begin_layout Standard
31954
31955 \series bold
31956
31957 \backslash
31958 scalebox{2}[1]{Hello}
31959 \series default
31960  au contraire va déformer le 
31961 \begin_inset ERT
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965
31966
31967 \backslash
31968 scalebox{2}[1]{
31969 \end_layout
31970
31971 \end_inset
31972
31973 Bonjour
31974 \begin_inset ERT
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978
31979 }
31980 \end_layout
31981
31982 \end_inset
31983
31984 .
31985 \end_layout
31986
31987 \begin_layout Standard
31988 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
31989  La commande 
31990 \series bold
31991
31992 \backslash
31993 scalebox{-1}[1]{Hello}
31994 \series default
31995  peut donc être utilisée pour créer du texte en miroir : 
31996 \begin_inset ERT
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000
32001
32002 \backslash
32003 scalebox{-1}[1]{
32004 \end_layout
32005
32006 \end_inset
32007
32008 Bonjour
32009 \begin_inset ERT
32010 status collapsed
32011
32012 \begin_layout Plain Layout
32013
32014 }
32015 \end_layout
32016
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \begin_layout Standard
32023
32024 \series bold
32025
32026 \backslash
32027 scalebox{1}[-1]{Bonjour}
32028 \series default
32029  effectue une réflexion du 
32030 \begin_inset ERT
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035
32036 \backslash
32037 scalebox{1}[-1]{
32038 \end_layout
32039
32040 \end_inset
32041
32042 Bonjour
32043 \begin_inset ERT
32044 status collapsed
32045
32046 \begin_layout Plain Layout
32047
32048 }
32049 \end_layout
32050
32051 \end_inset
32052
32053  par rapport à la ligne de base.
32054 \end_layout
32055
32056 \begin_layout Standard
32057 La commande 
32058 \series bold
32059
32060 \backslash
32061 reflectbox{contenu de la boîte} 
32062 \series default
32063 existe aussi et est équivalente à
32064 \series bold
32065  
32066 \backslash
32067 scalebox{-1}[1]{contenu de la boîte}.
32068
32069 \series default
32070  
32071 \begin_inset Newline newline
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \begin_layout Standard
32078 \begin_inset VSpace bigskip
32079 \end_inset
32080
32081 La commande 
32082 \series bold
32083
32084 \backslash
32085 resizebox
32086 \series default
32087  est utilisée pour redimensionner une boîte à une largeur et une hauteur
32088  données.
32089  La syntaxe de la commande est :
32090 \end_layout
32091
32092 \begin_layout Standard
32093
32094 \series bold
32095
32096 \backslash
32097 resizebox{largeur}{hauteur}{contenu de la boîte}
32098 \end_layout
32099
32100 \begin_layout Standard
32101 Si un des deux paramètres est remplacé par un point d'exclamation 
32102 \series bold
32103 !
32104 \series default
32105 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32106 \end_layout
32107
32108 \begin_layout Standard
32109 La commande 
32110 \series bold
32111
32112 \backslash
32113 resizebox{2cm}{1cm}{Bonjour}
32114 \series default
32115  produit : 
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 resizebox{2cm}{1cm}{
32124 \end_layout
32125
32126 \end_inset
32127
32128 Bonjour
32129 \begin_inset ERT
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133
32134 }
32135 \end_layout
32136
32137 \end_inset
32138
32139
32140 \begin_inset Newline newline
32141 \end_inset
32142
32143 La commande 
32144 \series bold
32145
32146 \backslash
32147 resizebox{2cm}{!}{Bonjour}
32148 \series default
32149  produit : 
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 resizebox{2cm}{!}{
32158 \end_layout
32159
32160 \end_inset
32161
32162 Bonjour
32163 \begin_inset ERT
32164 status collapsed
32165
32166 \begin_layout Plain Layout
32167
32168 }
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \end_layout
32175
32176 \begin_layout Standard
32177 \begin_inset VSpace bigskip
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 \begin_inset Note Greyedout
32185 status open
32186
32187 \begin_layout Plain Layout
32188
32189 \series bold
32190 Note:
32191 \series default
32192  Quand les paramètres des commandes 
32193 \series bold
32194
32195 \backslash
32196 scalebox
32197 \series default
32198  ou 
32199 \series bold
32200
32201 \backslash
32202 resizebox
32203 \series default
32204  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32205  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32206  partiellement.
32207 \end_layout
32208
32209 \end_inset
32210
32211
32212 \end_layout
32213
32214 \begin_layout Standard
32215 \begin_inset VSpace bigskip
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Standard
32222 Les boîtes peuvent être combinée dans n'importe quel ordre.
32223  Par exemple, la commande 
32224 \begin_inset Newline newline
32225 \end_inset
32226
32227
32228 \series bold
32229
32230 \backslash
32231 rotatebox[origin=c]{-45}{
32232 \backslash
32233 resizebox{2cm}{!}{
32234 \backslash
32235 reflectbox{Bonjour}}}
32236 \begin_inset Newline newline
32237 \end_inset
32238
32239
32240 \series default
32241 produit :
32242 \end_layout
32243
32244 \begin_layout Standard
32245 \align center
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 rotatebox[origin=c]{-45}{
32254 \backslash
32255 resizebox{2cm}{!}{
32256 \backslash
32257 reflectbox{
32258 \end_layout
32259
32260 \end_inset
32261
32262 Bonjour
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268 }}}
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Standard
32277 \noindent
32278 Les images, les tableaux et les formules sont autorisées comme contenu de
32279  boîte :
32280 \end_layout
32281
32282 \begin_layout Standard
32283 \align center
32284 \begin_inset ERT
32285 status collapsed
32286
32287 \begin_layout Plain Layout
32288
32289
32290 \backslash
32291 rotatebox[origin=c]{-30}{
32292 \backslash
32293 resizebox{2cm}{!}{
32294 \backslash
32295 reflectbox{
32296 \end_layout
32297
32298 \end_inset
32299
32300
32301 \begin_inset Graphics
32302         filename ../clipart/platypus.eps
32303         lyxscale 50
32304         width 25col%
32305
32306 \end_inset
32307
32308
32309 \begin_inset ERT
32310 status collapsed
32311
32312 \begin_layout Plain Layout
32313
32314 }}}
32315 \end_layout
32316
32317 \end_inset
32318
32319
32320 \begin_inset ERT
32321 status collapsed
32322
32323 \begin_layout Plain Layout
32324
32325
32326 \backslash
32327 rotatebox[origin=c]{-45}{
32328 \backslash
32329 resizebox{2cm}{!}{
32330 \backslash
32331 reflectbox{
32332 \end_layout
32333
32334 \end_inset
32335
32336
32337 \begin_inset Tabular
32338 <lyxtabular version="3" rows="2" columns="2">
32339 <features tabularvalignment="middle">
32340 <column alignment="center" valignment="top" width="0">
32341 <column alignment="center" valignment="top" width="0">
32342 <row>
32343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347 q
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356 w
32357 \end_layout
32358
32359 \end_inset
32360 </cell>
32361 </row>
32362 <row>
32363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32364 \begin_inset Text
32365
32366 \begin_layout Plain Layout
32367 e
32368 \end_layout
32369
32370 \end_inset
32371 </cell>
32372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32373 \begin_inset Text
32374
32375 \begin_layout Plain Layout
32376 r
32377 \end_layout
32378
32379 \end_inset
32380 </cell>
32381 </row>
32382 </lyxtabular>
32383
32384 \end_inset
32385
32386
32387 \begin_inset ERT
32388 status collapsed
32389
32390 \begin_layout Plain Layout
32391
32392 }}}
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \begin_inset ERT
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402
32403
32404 \backslash
32405 rotatebox[origin=c]{-45}{
32406 \backslash
32407 resizebox{2cm}{!}{
32408 \backslash
32409 reflectbox{
32410 \end_layout
32411
32412 \end_inset
32413
32414
32415 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32416 \end_inset
32417
32418
32419 \begin_inset ERT
32420 status collapsed
32421
32422 \begin_layout Plain Layout
32423
32424 }}}
32425 \end_layout
32426
32427 \end_inset
32428
32429
32430 \end_layout
32431
32432 \begin_layout Standard
32433 Quand on utilise le style global de formule 
32434 \series bold
32435 fleqn
32436 \series default
32437  dans le document
32438 \begin_inset Foot
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442 Quand 
32443 \begin_inset Quotes eld
32444 \end_inset
32445
32446 fleqn
32447 \begin_inset Quotes erd
32448 \end_inset
32449
32450  est ajouté aux options de la classe de document.
32451 \end_layout
32452
32453 \end_inset
32454
32455 , les formules hors texte peuvent aussi être redimensionnées.
32456 \end_layout
32457
32458 \begin_layout Chapter
32459
32460 \lang english
32461 Objects Surrounded by Text
32462 \begin_inset Index idx
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466
32467 \lang english
32468 Surrounded by text
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Section
32477 Flottant d'enrobage
32478 \begin_inset CommandInset label
32479 LatexCommand label
32480 name "sec:Flottant-d'enrobage"
32481
32482 \end_inset
32483
32484
32485 \begin_inset Index idx
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489 Flottants ! Flottants d'enrobage
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \lang english
32496
32497 \begin_inset Index idx
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501
32502 \lang english
32503 Surrounded by text ! 
32504 \lang french
32505 Flottants d'enrobage
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Standard
32514 \begin_inset Wrap figure
32515 lines 0
32516 placement l
32517 overhang 1cm
32518 width "40col%"
32519 status open
32520
32521 \begin_layout Plain Layout
32522 \begin_inset Graphics
32523         filename ../clipart/mobius.eps
32524         width 40col%
32525         scaleBeforeRotation
32526         rotateOrigin center
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Plain Layout
32534 \begin_inset Caption
32535
32536 \begin_layout Plain Layout
32537 \begin_inset CommandInset label
32538 LatexCommand label
32539 name "fig:Figure-enrobée"
32540
32541 \end_inset
32542
32543 Ceci est une figure habillée.
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \end_inset
32552
32553  Ce type de flottant est utilisé quand on veut que le texte habille la figure
32554  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
32555  Vous pouvez en insérer un en utilisant le menu 
32556 \family sans
32557 Insérer\SpecialChar \menuseparator
32558 Flottant\SpecialChar \menuseparator
32559 Flottant
32560 \begin_inset space ~
32561 \end_inset
32562
32563 d'enrobage
32564 \family default
32565  à la condition que le paquetage LaTeX 
32566 \series bold
32567 wrapfig
32568 \series default
32569
32570 \begin_inset Index idx
32571 status collapsed
32572
32573 \begin_layout Plain Layout
32574 Paquetages LaTeX ! wrapfig
32575 \begin_inset ERT
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579
32580
32581 \backslash
32582 vspace{4mm}
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \end_inset
32591
32592  soit installé.
32593 \begin_inset Foot
32594 status collapsed
32595
32596 \begin_layout Plain Layout
32597 Voyez dans la manuel 
32598 \emph on
32599 Configuration
32600 \begin_inset space ~
32601 \end_inset
32602
32603 LaTeX 
32604 \emph default
32605 comment installer des paquetages LaTeX.
32606 \end_layout
32607
32608 \end_inset
32609
32610  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
32611  sur la boîte du flottant.
32612  Les paramètres obligatoires sont l'
32613 \family sans
32614 Emplacement
32615 \family default
32616  et la 
32617 \family sans
32618 Largeur
32619 \family default
32620 .
32621  Les paramètres facultatifs sont le 
32622 \family sans
32623 Débordement
32624 \family default
32625  qui précise de combien le flottant déborde sur la marge du paragraphe ou
32626  de la page et la 
32627 \family sans
32628 Porté de la ligne
32629 \family default
32630  qui précise le nombre approximatif de lignes dont le flottant va avoir
32631  besoin.
32632  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
32633  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
32634  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
32635  à l'intérieur du paragraphe ou vers les autres paragraphes.
32636  La figure
32637 \begin_inset space ~
32638 \end_inset
32639
32640
32641 \begin_inset CommandInset ref
32642 LatexCommand ref
32643 reference "fig:Figure-enrobée"
32644
32645 \end_inset
32646
32647  est un exemple de flottant d'enrobage avec une largeur de 40
32648 \begin_inset space \thinspace{}
32649 \end_inset
32650
32651 col%, un débordement de 1
32652 \begin_inset space \thinspace{}
32653 \end_inset
32654
32655 cm et placé à gauche.
32656 \end_layout
32657
32658 \begin_layout Standard
32659 \begin_inset Note Greyedout
32660 status open
32661
32662 \begin_layout Plain Layout
32663
32664 \series bold
32665 Note:
32666 \series default
32667  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
32668  figure trop près du bas de page peut tout chambouler et faire que le flottant
32669  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
32670  de texte.
32671 \end_layout
32672
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \begin_layout Standard
32679 En général:
32680 \end_layout
32681
32682 \begin_layout Itemize
32683 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
32684  qui risquent de passer à la page suivante.
32685  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
32686  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
32687  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
32688  de page.
32689 \end_layout
32690
32691 \begin_layout Itemize
32692 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
32693  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
32694 e.
32695 \end_layout
32696
32697 \begin_layout Itemize
32698 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
32699  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
32700  texte entre les deux, comme séparateur.
32701 \end_layout
32702
32703 \begin_layout Itemize
32704 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
32705  ou les tableaux.
32706 \end_layout
32707
32708 \begin_layout Itemize
32709
32710 \lang english
32711 Their numbering and referencing works as described in chap.
32712 \lang french
32713
32714 \begin_inset space \thinspace{}
32715 \end_inset
32716
32717
32718 \begin_inset CommandInset ref
32719 LatexCommand ref
32720 reference "chap:Flottants"
32721
32722 \end_inset
32723
32724 .
32725 \end_layout
32726
32727 \begin_layout Section
32728
32729 \lang english
32730 Surrounded Fixed Objects
32731 \begin_inset Index idx
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735
32736 \lang english
32737 Surrounded by text ! Fixed objects
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746
32747 \lang english
32748 The wrap floats described in sec.
32749 \lang french
32750
32751 \begin_inset space \thinspace{}
32752 \end_inset
32753
32754
32755 \begin_inset CommandInset ref
32756 LatexCommand ref
32757 reference "sec:Flottant-d'enrobage"
32758
32759 \end_inset
32760
32761
32762 \lang english
32763  have these positions in the paragraph:
32764 \end_layout
32765
32766 \begin_layout Standard
32767 \noindent
32768 \align center
32769
32770 \lang english
32771 \begin_inset Tabular
32772 <lyxtabular version="3" rows="2" columns="2">
32773 <features tabularvalignment="middle">
32774 <column alignment="center" valignment="top" width="0">
32775 <column alignment="center" valignment="top" width="0">
32776 <row>
32777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32778 \begin_inset Text
32779
32780 \begin_layout Plain Layout
32781
32782 \lang english
32783 \begin_inset Graphics
32784         filename ../../images/dialog-show-new-inset_graphics.png
32785         scale 70
32786         scaleBeforeRotation
32787         BoundingBox 0bp 6bp 22bp 22bp
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \end_inset
32795 </cell>
32796 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32797 \begin_inset Text
32798
32799 \begin_layout Plain Layout
32800
32801 \lang english
32802 text
32803 \end_layout
32804
32805 \end_inset
32806 </cell>
32807 </row>
32808 <row>
32809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32810 \begin_inset Text
32811
32812 \begin_layout Plain Layout
32813
32814 \lang english
32815 text
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824
32825 \lang english
32826 text
32827 \end_layout
32828
32829 \end_inset
32830 </cell>
32831 </row>
32832 </lyxtabular>
32833
32834 \end_inset
32835
32836  ou 
32837 \begin_inset Tabular
32838 <lyxtabular version="3" rows="2" columns="2">
32839 <features tabularvalignment="middle">
32840 <column alignment="center" valignment="top" width="0">
32841 <column alignment="center" valignment="top" width="0">
32842 <row>
32843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32844 \begin_inset Text
32845
32846 \begin_layout Plain Layout
32847
32848 \lang english
32849 text
32850 \end_layout
32851
32852 \end_inset
32853 </cell>
32854 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32855 \begin_inset Text
32856
32857 \begin_layout Plain Layout
32858
32859 \lang english
32860 \begin_inset Graphics
32861         filename ../../images/dialog-show-new-inset_graphics.png
32862         scale 70
32863         scaleBeforeRotation
32864         BoundingBox 0bp 6bp 22bp 22bp
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 </row>
32874 <row>
32875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879
32880 \lang english
32881 text
32882 \end_layout
32883
32884 \end_inset
32885 </cell>
32886 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890
32891 \lang english
32892 text
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 </row>
32898 </lyxtabular>
32899
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \begin_layout Standard
32906
32907 \lang english
32908 To get an object exactly at the position where it is inserted, for example
32909  to get one of these positions:
32910 \begin_inset VSpace defskip
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \begin_layout Standard
32917 \noindent
32918 \align center
32919
32920 \lang english
32921 \begin_inset Tabular
32922 <lyxtabular version="3" rows="2" columns="2">
32923 <features tabularvalignment="middle">
32924 <column alignment="center" valignment="top" width="0">
32925 <column alignment="center" valignment="top" width="0">
32926 <row>
32927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32928 \begin_inset Text
32929
32930 \begin_layout Plain Layout
32931
32932 \lang english
32933 text
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942
32943 \lang english
32944 text
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 </row>
32950 <row>
32951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955
32956 \lang english
32957 \begin_inset Graphics
32958         filename ../../images/dialog-show-new-inset_graphics.png
32959         scale 70
32960         scaleBeforeRotation
32961         BoundingBox 0bp 6bp 22bp 22bp
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \end_inset
32969 </cell>
32970 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32971 \begin_inset Text
32972
32973 \begin_layout Plain Layout
32974
32975 \lang english
32976 text
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 </row>
32982 </lyxtabular>
32983
32984 \end_inset
32985
32986  
32987 \begin_inset Tabular
32988 <lyxtabular version="3" rows="2" columns="2">
32989 <features tabularvalignment="middle">
32990 <column alignment="center" valignment="top" width="0">
32991 <column alignment="center" valignment="top" width="0">
32992 <row>
32993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997
32998 \lang english
32999 text
33000 \end_layout
33001
33002 \end_inset
33003 </cell>
33004 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33005 \begin_inset Text
33006
33007 \begin_layout Plain Layout
33008
33009 \lang english
33010 text
33011 \end_layout
33012
33013 \end_inset
33014 </cell>
33015 </row>
33016 <row>
33017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021
33022 \lang english
33023 text
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032
33033 \lang english
33034 \begin_inset Graphics
33035         filename ../../images/dialog-show-new-inset_graphics.png
33036         scale 70
33037         scaleBeforeRotation
33038         BoundingBox 0bp 6bp 22bp 22bp
33039
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 </row>
33048 </lyxtabular>
33049
33050 \end_inset
33051
33052  
33053 \begin_inset Tabular
33054 <lyxtabular version="3" rows="2" columns="3">
33055 <features tabularvalignment="middle">
33056 <column alignment="center" valignment="top" width="0">
33057 <column alignment="center" valignment="top" width="0">
33058 <column alignment="center" valignment="top" width="0">
33059 <row>
33060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33061 \begin_inset Text
33062
33063 \begin_layout Plain Layout
33064
33065 \lang english
33066 text
33067 \end_layout
33068
33069 \end_inset
33070 </cell>
33071 <cell alignment="center" valignment="top" topline="true" usebox="none">
33072 \begin_inset Text
33073
33074 \begin_layout Plain Layout
33075
33076 \lang english
33077 \begin_inset Graphics
33078         filename ../../images/dialog-show-new-inset_graphics.png
33079         scale 70
33080         scaleBeforeRotation
33081         BoundingBox 0bp 6bp 22bp 22bp
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094
33095 \lang english
33096 text
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 </row>
33102 <row>
33103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33104 \begin_inset Text
33105
33106 \begin_layout Plain Layout
33107
33108 \lang english
33109 text
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118
33119 \lang english
33120 text
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129
33130 \lang english
33131 text
33132 \end_layout
33133
33134 \end_inset
33135 </cell>
33136 </row>
33137 </lyxtabular>
33138
33139 \end_inset
33140
33141  
33142 \begin_inset Tabular
33143 <lyxtabular version="3" rows="2" columns="3">
33144 <features tabularvalignment="middle">
33145 <column alignment="center" valignment="top" width="0">
33146 <column alignment="center" valignment="top" width="0">
33147 <column alignment="center" valignment="top" width="0">
33148 <row>
33149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153
33154 \lang english
33155 text
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 <cell alignment="center" valignment="top" topline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164
33165 \lang english
33166 text
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33172 \begin_inset Text
33173
33174 \begin_layout Plain Layout
33175
33176 \lang english
33177 text
33178 \end_layout
33179
33180 \end_inset
33181 </cell>
33182 </row>
33183 <row>
33184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33185 \begin_inset Text
33186
33187 \begin_layout Plain Layout
33188
33189 \lang english
33190 text
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199
33200 \lang english
33201 \begin_inset Graphics
33202         filename ../../images/dialog-show-new-inset_graphics.png
33203         scale 70
33204         scaleBeforeRotation
33205         BoundingBox 0bp 6bp 22bp 22bp
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218
33219 \lang english
33220 text
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 </row>
33226 </lyxtabular>
33227
33228 \end_inset
33229
33230
33231 \end_layout
33232
33233 \begin_layout Standard
33234 \noindent
33235 \align center
33236
33237 \lang english
33238 \begin_inset Tabular
33239 <lyxtabular version="3" rows="3" columns="2">
33240 <features tabularvalignment="middle">
33241 <column alignment="center" valignment="top" width="0">
33242 <column alignment="center" valignment="top" width="0">
33243 <row>
33244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33245 \begin_inset Text
33246
33247 \begin_layout Plain Layout
33248
33249 \lang english
33250 text
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259
33260 \lang english
33261 text
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 </row>
33267 <row>
33268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272
33273 \lang english
33274 \begin_inset Graphics
33275         filename ../../images/dialog-show-new-inset_graphics.png
33276         scale 70
33277         scaleBeforeRotation
33278         BoundingBox 0bp 6bp 22bp 22bp
33279
33280 \end_inset
33281
33282
33283 \end_layout
33284
33285 \end_inset
33286 </cell>
33287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291
33292 \lang english
33293 text
33294 \end_layout
33295
33296 \end_inset
33297 </cell>
33298 </row>
33299 <row>
33300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33301 \begin_inset Text
33302
33303 \begin_layout Plain Layout
33304
33305 \lang english
33306 text
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33312 \begin_inset Text
33313
33314 \begin_layout Plain Layout
33315
33316 \lang english
33317 text
33318 \end_layout
33319
33320 \end_inset
33321 </cell>
33322 </row>
33323 </lyxtabular>
33324
33325 \end_inset
33326
33327  
33328 \begin_inset Tabular
33329 <lyxtabular version="3" rows="3" columns="3">
33330 <features tabularvalignment="middle">
33331 <column alignment="center" valignment="top" width="0">
33332 <column alignment="center" valignment="top" width="0">
33333 <column alignment="center" valignment="top" width="0">
33334 <row>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339
33340 \lang english
33341 text
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 <cell alignment="center" valignment="top" topline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Plain Layout
33350
33351 \lang english
33352 text
33353 \end_layout
33354
33355 \end_inset
33356 </cell>
33357 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33358 \begin_inset Text
33359
33360 \begin_layout Plain Layout
33361
33362 \lang english
33363 text
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 </row>
33369 <row>
33370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33371 \begin_inset Text
33372
33373 \begin_layout Plain Layout
33374
33375 \lang english
33376 text
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385
33386 \lang english
33387 \begin_inset Graphics
33388         filename ../../images/dialog-show-new-inset_graphics.png
33389         scale 70
33390         scaleBeforeRotation
33391         BoundingBox 0bp 6bp 22bp 22bp
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404
33405 \lang english
33406 text
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 </row>
33412 <row>
33413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417
33418 \lang english
33419 text
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33425 \begin_inset Text
33426
33427 \begin_layout Plain Layout
33428
33429 \lang english
33430 text
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439
33440 \lang english
33441 text
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 </row>
33447 </lyxtabular>
33448
33449 \end_inset
33450
33451  
33452 \begin_inset Tabular
33453 <lyxtabular version="3" rows="3" columns="2">
33454 <features tabularvalignment="middle">
33455 <column alignment="center" valignment="top" width="0">
33456 <column alignment="center" valignment="top" width="0">
33457 <row>
33458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462
33463 \lang english
33464 text
33465 \end_layout
33466
33467 \end_inset
33468 </cell>
33469 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33470 \begin_inset Text
33471
33472 \begin_layout Plain Layout
33473
33474 \lang english
33475 text
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 <row>
33482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Plain Layout
33486
33487 \lang english
33488 text
33489 \end_layout
33490
33491 \end_inset
33492 </cell>
33493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33494 \begin_inset Text
33495
33496 \begin_layout Plain Layout
33497
33498 \lang english
33499 \begin_inset Graphics
33500         filename ../../images/dialog-show-new-inset_graphics.png
33501         scale 70
33502         scaleBeforeRotation
33503         BoundingBox 0bp 6bp 22bp 22bp
33504
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 </row>
33513 <row>
33514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Plain Layout
33518
33519 \lang english
33520 text
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529
33530 \lang english
33531 text
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 </lyxtabular>
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Standard
33545 \noindent
33546
33547 \lang english
33548 you can use the LaTeX-package
33549 \lang french
33550  
33551 \series bold
33552 picinpar
33553 \series default
33554
33555 \begin_inset Index idx
33556 status collapsed
33557
33558 \begin_layout Plain Layout
33559 Paquetages LaTeX ! picinpar
33560 \end_layout
33561
33562 \end_inset
33563
33564 .
33565  
33566 \lang english
33567 Here is an example
33568 \lang french
33569 :
33570 \end_layout
33571
33572 \begin_layout Standard
33573 \begin_inset ERT
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577
33578
33579 \backslash
33580 ifpicinpar
33581 \end_layout
33582
33583 \end_inset
33584
33585
33586 \begin_inset Note Note
33587 status open
33588
33589 \begin_layout Plain Layout
33590 La section suivante ne sera affichée que si le paquetage LaTeX 
33591 \series bold
33592 picinpar
33593 \series default
33594  a été installé.
33595 \end_layout
33596
33597 \end_inset
33598
33599
33600 \end_layout
33601
33602 \begin_layout Standard
33603 \begin_inset ERT
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607
33608
33609 \backslash
33610 begin{window}[2,c,{
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \begin_inset Graphics
33617         filename ../clipart/mobius.eps
33618         lyxscale 60
33619         width 40col%
33620         scaleBeforeRotation
33621         rotateOrigin center
33622
33623 \end_inset
33624
33625
33626 \begin_inset ERT
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630
33631 },]
33632 \end_layout
33633
33634 \begin_layout Plain Layout
33635
33636 {}
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \size small
33643 \lang english
33644 It was in the spring of the year 1894 that all London was interested, and
33645  the fashionable world dismayed, by the murder of the Honourable Ronald
33646  Adair under most unusual and inexplicable circumstances.
33647  The public has already learned those particulars of the crime which
33648 \size default
33649
33650 \begin_inset ERT
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654
33655
33656 \backslash
33657 footnotemark{}
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \size small
33664  came out in the police investigation, but a good deal was suppressed upon
33665  that occasion, since the case for the prosecution was so overwhelmingly
33666  strong that it was not necessary to bring forward all the facts.
33667  Only now, at the end of nearly ten years, am I allowed to supply those
33668  missing links which make up the whole of that remarkable chain
33669 \lang french
33670 .
33671 \size default
33672
33673 \begin_inset ERT
33674 status collapsed
33675
33676 \begin_layout Plain Layout
33677
33678
33679 \backslash
33680 end{window}
33681 \end_layout
33682
33683 \end_inset
33684
33685
33686 \end_layout
33687
33688 \begin_layout Standard
33689
33690 \lang english
33691 \begin_inset ERT
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695
33696
33697 \backslash
33698 footnotetext{
33699 \end_layout
33700
33701 \end_inset
33702
33703 Footnote of the paragraph with the fixed object.
33704 \begin_inset ERT
33705 status collapsed
33706
33707 \begin_layout Plain Layout
33708
33709 }
33710 \end_layout
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Standard
33718
33719 \lang english
33720 Surrounded fixed objects are used to let text float around them, at which
33721  the object's position in the paragraph can be determined by the number
33722  of lines above it.
33723  In contrary to floats is it not possible to have a numbered caption.
33724 \end_layout
33725
33726 \begin_layout Standard
33727
33728 \lang english
33729 A fixed object is inserted by adding the command
33730 \end_layout
33731
33732 \begin_layout Standard
33733
33734 \series bold
33735
33736 \backslash
33737 begin{window}[2,c,{
33738 \end_layout
33739
33740 \begin_layout Standard
33741
33742 \lang english
33743 as TeX Code at the beginning of the paragraph.
33744  The first parameter in the bracket, here '2', defines the number of lines
33745  above the object, the second, here 'c', the position of the object.
33746  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
33747  Behind the command you insert the object.
33748  In this example an image with a width of 40
33749 \begin_inset space \thinspace{}
33750 \end_inset
33751
33752 % of the text column width was inserted.
33753  The object can also be a table, a box or an equation.
33754  Behind the object the command
33755 \end_layout
33756
33757 \begin_layout Standard
33758
33759 \series bold
33760 },description text]
33761 \begin_inset Newline newline
33762 \end_inset
33763
33764 {}
33765 \end_layout
33766
33767 \begin_layout Standard
33768
33769 \lang english
33770 is inserted.
33771  Note that the 
33772 \begin_inset Quotes eld
33773 \end_inset
33774
33775
33776 \series bold
33777 {}
33778 \series default
33779
33780 \begin_inset Quotes erd
33781 \end_inset
33782
33783  is in the second line.
33784  The description text is optional.
33785  The text surrounding the object must be in the same paragraph as the object,
33786  so it must begin directly after the 
33787 \series bold
33788 {}
33789 \series default
33790 .
33791  At the end of the paragraph insert the command:
33792 \end_layout
33793
33794 \begin_layout Standard
33795
33796 \series bold
33797 \lang english
33798
33799 \backslash
33800 end{window}
33801 \end_layout
33802
33803 \begin_layout Standard
33804
33805 \lang english
33806 Within a paragraph with a fixed object, you cannot insert footnotes in the
33807  normal way.
33808  You have to use instead the command 
33809 \series bold
33810
33811 \backslash
33812 footnotemark
33813 \series default
33814  inside the paragraph and outside the command 
33815 \series bold
33816
33817 \backslash
33818 footnotetext
33819 \series default
33820  as described in sec.
33821 \lang french
33822
33823 \begin_inset space \thinspace{}
33824 \end_inset
33825
33826
33827 \begin_inset CommandInset ref
33828 LatexCommand ref
33829 reference "sec:Notes-bas-de-page"
33830
33831 \end_inset
33832
33833 .
33834 \end_layout
33835
33836 \begin_layout Standard
33837 \begin_inset ERT
33838 status collapsed
33839
33840 \begin_layout Plain Layout
33841
33842
33843 \backslash
33844 else
33845 \end_layout
33846
33847 \end_inset
33848
33849
33850 \begin_inset Note Note
33851 status open
33852
33853 \begin_layout Plain Layout
33854 Ce qui suit sera affiché si le paquetage LaTeX 
33855 \series bold
33856 picinpar
33857 \series default
33858  n'est pas installé :
33859 \end_layout
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \begin_layout Standard
33867 Vous devez installer le paquetage LaTeX 
33868 \series bold
33869 picinpar
33870 \series default
33871  pour voir la suite de cette section dans la sortie imprimée.
33872 \end_layout
33873
33874 \begin_layout Standard
33875 \begin_inset ERT
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879
33880
33881 \backslash
33882 fi
33883 \end_layout
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Section
33891
33892 \lang english
33893 Initials
33894 \begin_inset Index idx
33895 status collapsed
33896
33897 \begin_layout Plain Layout
33898
33899 \lang english
33900 Initials
33901 \end_layout
33902
33903 \end_inset
33904
33905
33906 \begin_inset Index idx
33907 status collapsed
33908
33909 \begin_layout Plain Layout
33910
33911 \lang english
33912 Surrounded by text ! Initials
33913 \end_layout
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Standard
33921
33922 \lang english
33923 To use initials, you must have the LaTeX package
33924 \lang french
33925  
33926 \series bold
33927 lettrine
33928 \series default
33929
33930 \begin_inset Index idx
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 Paquetages LaTeX ! lettrine
33935 \end_layout
33936
33937 \end_inset
33938
33939  
33940 \lang english
33941 installed and use the module 
33942 \family sans
33943 Initials
33944 \family default
33945  in your document (menu 
33946 \family sans
33947 Document\SpecialChar \menuseparator
33948 Settings\SpecialChar \menuseparator
33949 Modules
33950 \family default
33951 ).
33952  To insert an initial, use the style 
33953 \family sans
33954 Initial
33955 \family default
33956 .
33957  This style has a mandatory and an optional argument.
33958  The mandatory argument is inserted via the menu 
33959 \family sans
33960 Insert\SpecialChar \menuseparator
33961 Short
33962 \begin_inset space ~
33963 \end_inset
33964
33965 Title
33966 \family default
33967  and contains the letter that is the initial.
33968  To use the also the optional argument, insert another argument in front
33969  of the mandatory argument.
33970  This one contains parameters to modify the initial.
33971  For more information about the possible parameters see the documentation
33972  of
33973 \lang french
33974  
33975 \series bold
33976 lettrine
33977 \series default
33978
33979 \begin_inset CommandInset citation
33980 LatexCommand cite
33981 key "lettrine"
33982
33983 \end_inset
33984
33985 .
33986  
33987 \lang english
33988 The style itself contains the text that is surrounding the initial.
33989  The usual style is hereby that the word whose first letter is the initial,
33990  is printed with 
33991 \shape smallcaps
33992 small caps
33993 \shape default
33994 .
33995  To tell LaTeX where this word is finished, add a closing brace '
33996 \series bold
33997 }
33998 \series default
33999 ' as TeX Code behind it.
34000  At the end of the style there must be an opening brace '
34001 \series bold
34002 {
34003 \series default
34004 ' as TeX Code.
34005 \end_layout
34006
34007 \begin_layout Standard
34008
34009 \lang english
34010 Here are some examples:
34011 \end_layout
34012
34013 \begin_layout Enumerate
34014
34015 \lang english
34016 No optional argument, the initial is the letter 'I' in the math font 
34017 \begin_inset Formula $\mathfrak{Fraktur}$
34018 \end_inset
34019
34020
34021 \lang french
34022 :
34023 \end_layout
34024
34025 \begin_deeper
34026 \begin_layout Initial
34027 \begin_inset Argument
34028 status open
34029
34030 \begin_layout Plain Layout
34031 \begin_inset Formula $\mathfrak{I}$
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \end_inset
34038
34039 t
34040 \begin_inset ERT
34041 status collapsed
34042
34043 \begin_layout Plain Layout
34044
34045 }
34046 \end_layout
34047
34048 \end_inset
34049
34050  
34051 \lang english
34052 was in the spring of the year 1894 that all London was interested, and the
34053  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34054  under most unusual and inexplicable circumstances.
34055  The public has already learned those particulars of the crime which came
34056  out in the police investigation, but a good deal was suppressed upon that
34057  occasion, since the case for the prosecution was so overwhelmingly strong
34058  that it was not necessary to bring forward all the facts.
34059 \lang french
34060
34061 \begin_inset ERT
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065
34066 {
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \end_deeper
34075 \begin_layout Enumerate
34076
34077 \lang english
34078 Only one line is surrounding the initial, which is formed by two letters
34079  in standard font and no text is printed in small caps:
34080 \end_layout
34081
34082 \begin_deeper
34083 \begin_layout Initial
34084 \begin_inset Argument
34085 status open
34086
34087 \begin_layout Plain Layout
34088 lines=1
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \begin_inset Argument
34095 status open
34096
34097 \begin_layout Plain Layout
34098 It
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \begin_inset ERT
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108
34109 }
34110 \end_layout
34111
34112 \end_inset
34113
34114  
34115 \lang english
34116 was in the spring of the year 1894 that all London was interested, and the
34117  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34118  under most unusual and inexplicable circumstances.
34119  The public has already learned those particulars of the crime which came
34120  out in the police investigation, but a good deal was suppressed upon that
34121  occasion, since the case for the prosecution was so overwhelmingly strong
34122  that it was not necessary to bring forward all the facts.
34123 \lang french
34124
34125 \begin_inset ERT
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129
34130 {
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \end_deeper
34139 \begin_layout Enumerate
34140
34141 \lang english
34142 Magenta, hanging initial over 3
34143 \begin_inset space ~
34144 \end_inset
34145
34146 lines in the math font 
34147 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34148 \end_inset
34149
34150 , the text 
34151 \begin_inset Quotes eld
34152 \end_inset
34153
34154 t was in the spring
34155 \begin_inset Quotes erd
34156 \end_inset
34157
34158  is in 
34159 \shape smallcaps
34160 small caps
34161 \shape default
34162 ; to color the initial, you must insert this command before the initial:
34163 \begin_inset Newline newline
34164 \end_inset
34165
34166
34167 \series bold
34168 \lang french
34169
34170 \backslash
34171 renewcommand{
34172 \backslash
34173 LettrineFontHook}{
34174 \backslash
34175 color{color}}
34176 \series default
34177 \lang english
34178
34179 \begin_inset Newline newline
34180 \end_inset
34181
34182 where the second 
34183 \emph on
34184 color
34185 \emph default
34186  can be 
34187 \begin_inset Quotes eld
34188 \end_inset
34189
34190 red
34191 \begin_inset Quotes erd
34192 \end_inset
34193
34194
34195 \begin_inset Quotes eld
34196 \end_inset
34197
34198 blue
34199 \begin_inset Quotes erd
34200 \end_inset
34201
34202
34203 \begin_inset Quotes eld
34204 \end_inset
34205
34206 green
34207 \begin_inset Quotes erd
34208 \end_inset
34209
34210
34211 \begin_inset Quotes eld
34212 \end_inset
34213
34214 yellow
34215 \begin_inset Quotes erd
34216 \end_inset
34217
34218
34219 \begin_inset Quotes eld
34220 \end_inset
34221
34222 cyan
34223 \begin_inset Quotes erd
34224 \end_inset
34225
34226
34227 \begin_inset Quotes eld
34228 \end_inset
34229
34230 magenta
34231 \begin_inset Quotes erd
34232 \end_inset
34233
34234
34235 \begin_inset Quotes eld
34236 \end_inset
34237
34238 black
34239 \begin_inset Quotes erd
34240 \end_inset
34241
34242  or 
34243 \begin_inset Quotes eld
34244 \end_inset
34245
34246 white
34247 \begin_inset Quotes erd
34248 \end_inset
34249
34250 , and add this command to the document preamble
34251 \lang french
34252 :
34253 \begin_inset Newline newline
34254 \end_inset
34255
34256
34257 \series bold
34258
34259 \backslash
34260 @ifundefined{textcolor}
34261 \begin_inset Newline newline
34262 \end_inset
34263
34264
34265 \begin_inset space ~
34266 \end_inset
34267
34268 {
34269 \backslash
34270 usepackage{color}}{}
34271 \end_layout
34272
34273 \begin_deeper
34274 \begin_layout Standard
34275 \begin_inset ERT
34276 status collapsed
34277
34278 \begin_layout Plain Layout
34279
34280
34281 \backslash
34282 renewcommand{
34283 \backslash
34284 LettrineFontHook}{
34285 \backslash
34286 color{magenta}}
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \lang english
34293
34294 \begin_inset Note Note
34295 status collapsed
34296
34297 \begin_layout Plain Layout
34298
34299 \lang english
34300 makes the initial magenta
34301 \end_layout
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Initial
34309 \begin_inset Argument
34310 status open
34311
34312 \begin_layout Plain Layout
34313 lines=3, lhang=0.33, loversize=0.25
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \begin_inset Argument
34320 status open
34321
34322 \begin_layout Plain Layout
34323 \begin_inset Formula $\mathcal{I}$
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \lang english
34333 t was in the spring
34334 \lang french
34335
34336 \begin_inset ERT
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340
34341 }
34342 \end_layout
34343
34344 \end_inset
34345
34346  
34347 \lang english
34348 of the year 1894 that all London was interested, and the fashionable world
34349  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34350  and inexplicable circumstances.
34351  The public has already learned those particulars of the crime which came
34352  out in the police investigation, but a good deal was suppressed upon that
34353  occasion, since the case for the prosecution was so overwhelmingly strong
34354  that it was not necessary to bring forward all the facts.
34355 \lang french
34356
34357 \begin_inset ERT
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361
34362 {
34363 \end_layout
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \end_deeper
34371 \begin_layout Chapter
34372 Trucs Externes
34373 \begin_inset Index idx
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377 Trucs externes
34378 \end_layout
34379
34380 \end_inset
34381
34382
34383 \end_layout
34384
34385 \begin_layout Standard
34386 Avec le menu 
34387 \family sans
34388 Insérer\SpecialChar \menuseparator
34389 Fichier
34390 \family default
34391  vous pouvez insérer un contenu externe à votre document.
34392  Ce contenu peut être :
34393 \end_layout
34394
34395 \begin_layout Description
34396 Document
34397 \begin_inset space ~
34398 \end_inset
34399
34400 LyX Un autre document LyX ; son contenu est directement inséré dans votre
34401  document.
34402 \end_layout
34403
34404 \begin_layout Description
34405 Texte
34406 \begin_inset space ~
34407 \end_inset
34408
34409 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
34410 e.
34411 \end_layout
34412
34413 \begin_layout Description
34414 Texte
34415 \begin_inset space ~
34416 \end_inset
34417
34418 Brut
34419 \begin_inset space ~
34420 \end_inset
34421
34422 par
34423 \begin_inset space ~
34424 \end_inset
34425
34426 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
34427  Les lignes vides créent un nouveau paragraphe dans votre document.
34428 \end_layout
34429
34430 \begin_layout Description
34431 Objet
34432 \begin_inset space ~
34433 \end_inset
34434
34435 Externe Fichiers de formats variés.
34436 \end_layout
34437
34438 \begin_layout Description
34439 Sous-document Documents LyX ou LaTeX.
34440 \end_layout
34441
34442 \begin_layout Section
34443 Objets Externes 
34444 \begin_inset Index idx
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448 Trucs externes ! Objets Externes
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \begin_layout Standard
34457 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
34458  de fichiers dans votre document sans avoir à convertir ces derniers en
34459  un format qui soit compatible avec le format de sortie, puisque c'est LyX
34460  qui va s'occuper des conversions.
34461  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
34462  LyX des images dans des formats divers.
34463  Quand vous avez activé 
34464 \family sans
34465 Aperçu
34466 \begin_inset space ~
34467 \end_inset
34468
34469 sur
34470 \begin_inset space ~
34471 \end_inset
34472
34473 le
34474 \begin_inset space ~
34475 \end_inset
34476
34477 vif
34478 \family default
34479  dans le menu des préférences de LyX, dans la rubrique 
34480 \family sans
34481 Apparence\SpecialChar \menuseparator
34482 Graphiques
34483 \family default
34484 , les objets externes de type Dia et Xfig sont affichés directement dans
34485  LyX.
34486 \end_layout
34487
34488 \begin_layout Standard
34489 On insère des objets externes en utilisant la fenêtre de dialogue 
34490 \family sans
34491 Objet
34492 \begin_inset space ~
34493 \end_inset
34494
34495 Externe
34496 \family default
34497  qui est accessible via le menu 
34498 \family sans
34499 Insérer\SpecialChar \menuseparator
34500 Fichiers\SpecialChar \menuseparator
34501 Objet
34502 \begin_inset space ~
34503 \end_inset
34504
34505 Externe
34506 \family default
34507 .
34508  Actuellement les types de fichiers (
34509 \family sans
34510 Modèles
34511 \family default
34512 ) suivants sont autorisés :
34513 \end_layout
34514
34515 \begin_layout Description
34516 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
34517  par le programme 
34518 \series bold
34519
34520 \begin_inset CommandInset href
34521 LatexCommand href
34522 name "XBoard"
34523 target "http://en.wikipedia.org/wiki/XBoard"
34524
34525 \end_inset
34526
34527
34528 \series default
34529 .
34530 \end_layout
34531
34532 \begin_layout Description
34533 Date Ce modèle insère la date sous la forme 
34534 \emph on
34535 Jour-Mois-Année
34536 \emph default
34537 .
34538  Voici un exemple de date insérée comme objet externe :: 
34539 \begin_inset External
34540         template Date
34541         filename .
34542
34543 \end_inset
34544
34545
34546 \begin_inset space ~
34547 \end_inset
34548
34549
34550 \begin_inset Note Note
34551 status open
34552
34553 \begin_layout Plain Layout
34554 Retirer l'espace protégé quand le bug 4398 sera résolu !
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \begin_inset Newline newline
34561 \end_inset
34562
34563 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
34564  Il y a deux autre méthodes pour insérer une date : Avec le menu 
34565 \family sans
34566 Insérer\SpecialChar \menuseparator
34567 Date
34568 \family default
34569  et avec la commande LaTeX 
34570 \series bold
34571
34572 \backslash
34573 today
34574 \series default
34575  entrée comme code TeX.
34576  Ces différentes méthodes sont comparée dans le tableau
34577 \begin_inset space ~
34578 \end_inset
34579
34580
34581 \begin_inset CommandInset ref
34582 LatexCommand ref
34583 reference "tab:Comparaison-des-dates"
34584
34585 \end_inset
34586
34587 .
34588 \end_layout
34589
34590 \begin_layout Description
34591 Dia Ce modèle accepte les diagrammes créés avec le programme 
34592 \series bold
34593
34594 \begin_inset CommandInset href
34595 LatexCommand href
34596 name "Dia"
34597 target "http://en.wikipedia.org/wiki/Dia_(software)"
34598
34599 \end_inset
34600
34601
34602 \series default
34603 .
34604 \end_layout
34605
34606 \begin_layout Description
34607 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
34608  par le programme 
34609 \series bold
34610
34611 \begin_inset CommandInset href
34612 LatexCommand href
34613 name "LilyPond"
34614 target "http://en.wikipedia.org/wiki/LilyPond"
34615
34616 \end_inset
34617
34618
34619 \series default
34620 .
34621 \end_layout
34622
34623 \begin_layout Description
34624 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
34625  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
34626  
34627 \emph on
34628 pages
34629 \emph default
34630  dans le champ 
34631 \family sans
34632 Option
34633 \family default
34634  dans l'onglet 
34635 \family sans
34636 Options LaTeX et LyX
34637 \family default
34638  en suivant les instructions données pour le modèle.
34639  Si on ne donne pas d'option 
34640 \emph on
34641 pages
34642 \emph default
34643 , seule la première page du PDF sera insérée.
34644 \end_layout
34645
34646 \begin_layout Description
34647 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
34648  À peu près tous les formats d'images populaires sont acceptés.
34649  Les images peuvent être traitées dans la fenêtre de dialogue 
34650 \family sans
34651 Objet
34652 \begin_inset space ~
34653 \end_inset
34654
34655 Externe
34656 \family default
34657  comme les images qui sont habituellement incorporées en utilisant le menu
34658  
34659 \family sans
34660 Insérer\SpecialChar \menuseparator
34661 Graphique
34662 \family default
34663 , comme c'est décrit dans la section
34664 \begin_inset space ~
34665 \end_inset
34666
34667
34668 \begin_inset CommandInset ref
34669 LatexCommand ref
34670 reference "sec:Graphics-Dialog"
34671
34672 \end_inset
34673
34674 .
34675  La différence est que seules les images matricielles sont autorisées, ce
34676  qui veut dire que les images PDF et EPS ne sont pas acceptées.
34677 \end_layout
34678
34679 \begin_layout Description
34680 XFig Ce modèle accepte les images créées avec le programme 
34681 \series bold
34682
34683 \begin_inset CommandInset href
34684 LatexCommand href
34685 name "Xfig"
34686 target "http://en.wikipedia.org/wiki/Xfig"
34687
34688 \end_inset
34689
34690
34691 \series default
34692 .
34693 \end_layout
34694
34695 \begin_layout Standard
34696 \begin_inset Float table
34697 placement h
34698 wide false
34699 sideways false
34700 status open
34701
34702 \begin_layout Plain Layout
34703 \begin_inset Caption
34704
34705 \begin_layout Plain Layout
34706 \begin_inset CommandInset label
34707 LatexCommand label
34708 name "tab:Comparaison-des-dates"
34709
34710 \end_inset
34711
34712 Comparaison des méthodes d'insertion de la date.
34713 \end_layout
34714
34715 \end_inset
34716
34717
34718 \end_layout
34719
34720 \begin_layout Plain Layout
34721 \align center
34722 \begin_inset Tabular
34723 <lyxtabular version="3" rows="4" columns="4">
34724 <features tabularvalignment="middle">
34725 <column alignment="center" valignment="top" width="0">
34726 <column alignment="center" valignment="top" width="0">
34727 <column alignment="center" valignment="top" width="0">
34728 <column alignment="center" valignment="top" width="0">
34729 <row>
34730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734 Format du document
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743
34744 \family sans
34745 Objet
34746 \begin_inset space ~
34747 \end_inset
34748
34749 Externe\SpecialChar \menuseparator
34750 Date
34751 \end_layout
34752
34753 \end_inset
34754 </cell>
34755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759
34760 \family sans
34761 Insérer\SpecialChar \menuseparator
34762 Date
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34768 \begin_inset Text
34769
34770 \begin_layout Plain Layout
34771 commande 
34772 \series bold
34773
34774 \backslash
34775 today
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 </row>
34781 <row>
34782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786 LyX
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34792 \begin_inset Text
34793
34794 \begin_layout Plain Layout
34795 comme boîte d'insert
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34801 \begin_inset Text
34802
34803 \begin_layout Plain Layout
34804 comme date
34805 \end_layout
34806
34807 \end_inset
34808 </cell>
34809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34810 \begin_inset Text
34811
34812 \begin_layout Plain Layout
34813 comme boîte de code TeX
34814 \end_layout
34815
34816 \end_inset
34817 </cell>
34818 </row>
34819 <row>
34820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824 LaTeX
34825 \end_layout
34826
34827 \end_inset
34828 </cell>
34829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34830 \begin_inset Text
34831
34832 \begin_layout Plain Layout
34833 comme date
34834 \end_layout
34835
34836 \end_inset
34837 </cell>
34838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34839 \begin_inset Text
34840
34841 \begin_layout Plain Layout
34842 comme date
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851 comme commande
34852 \end_layout
34853
34854 \end_inset
34855 </cell>
34856 </row>
34857 <row>
34858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862 DVI, PDF, PS
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34868 \begin_inset Text
34869
34870 \begin_layout Plain Layout
34871 comme date
34872 \end_layout
34873
34874 \end_inset
34875 </cell>
34876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34877 \begin_inset Text
34878
34879 \begin_layout Plain Layout
34880 comme date
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889 comme date date
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 </row>
34895 </lyxtabular>
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \end_layout
34906
34907 \begin_layout Standard
34908 Quand vous activez l'option 
34909 \family sans
34910 Brouillon
34911 \family default
34912  de l'onglet 
34913 \family sans
34914 Fichier
34915 \family default
34916  de la fenêtre de dialogue 
34917 \family sans
34918 Objet
34919 \begin_inset space ~
34920 \end_inset
34921
34922 Externe
34923 \family default
34924 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
34925 \begin_inset Newline newline
34926 \end_inset
34927
34928 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
34929  : 
34930 \begin_inset Graphics
34931         filename ../clipart/ExternalMaterialQt4.png
34932         scale 85
34933         scaleBeforeRotation
34934
34935 \end_inset
34936
34937  soit comme une image, selon que vous avez ou non activé l'option 
34938 \family sans
34939 Afficher
34940 \begin_inset space ~
34941 \end_inset
34942
34943 dans
34944 \begin_inset space ~
34945 \end_inset
34946
34947 LyX
34948 \family default
34949  de l'onglet 
34950 \family sans
34951 Options LaTeX et LyX
34952 \family default
34953  de la fenêtre de dialogue.
34954 \end_layout
34955
34956 \begin_layout Standard
34957 Le manuel 
34958 \family sans
34959 \emph on
34960 Personnalisation
34961 \family default
34962 \emph default
34963  explique comment vous pouvez créer vos propres modèles.
34964 \end_layout
34965
34966 \begin_layout Section
34967 Sous-documents
34968 \begin_inset CommandInset label
34969 LatexCommand label
34970 name "sec:Sous-documents"
34971
34972 \end_inset
34973
34974
34975 \begin_inset Index idx
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979 Trucs externes ! Sous-documents
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \begin_inset Index idx
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989 Fichiers ! Insérer
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Standard
34998 Les sous-documents sont utilisés quand on a un document très long qui peut
34999  être décomposé en plusieurs parties ou sections plus petites.
35000  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
35001  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
35002  Les différents documents sont ce que l'on appelle les sous-documents et
35003  un document maître les relie pour imprimer le document complet ou seulement
35004  une partie de celui-ci.
35005  Un sous-document hérite du contenu de son maître, par exemple le préambule
35006  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
35007 \end_layout
35008
35009 \begin_layout Standard
35010 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
35011  maître, précisez dans le sous-document le document maître dans le menu
35012  
35013 \family sans
35014 Document\SpecialChar \menuseparator
35015 Paramètres\SpecialChar \menuseparator
35016 Classe de document
35017 \family default
35018 .
35019  Ce document maître sera par la suite utilisé de façon cachée par LyX à
35020  chaque fois que vous modifierez le sous-document.
35021 \end_layout
35022
35023 \begin_layout Standard
35024 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
35025  comme celle-ci : 
35026 \begin_inset Graphics
35027         filename clipart/ChildDocumentQt4.png
35028         lyxscale 70
35029         scale 60
35030         scaleBeforeRotation
35031
35032 \end_inset
35033
35034  Pour inclure des sous-documents dans un document maître , on utilise le
35035  menu 
35036 \family sans
35037 Insérer\SpecialChar \menuseparator
35038 Fichier\SpecialChar \menuseparator
35039 Sous-document
35040 \family default
35041 .
35042  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
35043  des quatre méthodes d'inclusion :
35044 \end_layout
35045
35046 \begin_layout Description
35047 Inclus
35048 \begin_inset space ~
35049 \end_inset
35050
35051 (include) Vous pouvez inclure des documents LyX et LaTeX.
35052  Quand vous cliquez sur le bouton 
35053 \family sans
35054 Charger
35055 \family default
35056  dans la fenêtre de dialogue 
35057 \family sans
35058 Sous-document
35059 \family default
35060 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
35061  vous puissiez le modifier.
35062 \begin_inset Newline newline
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Standard
35069 Voici un sous-document inséré avec la méthode 
35070 \family sans
35071 Inclus
35072 \family default
35073  : 
35074 \begin_inset CommandInset include
35075 LatexCommand include
35076 filename "DocumentBidon1.lyx"
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Standard
35084 La numérotation des sections va prendre en compte les sections des fichiers
35085  incorporés dans l'ordre où ils sont insérés dans le document maître.
35086  Le document qui est inclus comme exemple possède une sous-section qui sera
35087  numérotée comme sous-section de la section actuelle.
35088  Les étiquettes présentes dans le fichier inclus peuvent être référencées
35089  : la sous-section
35090 \begin_inset space ~
35091 \end_inset
35092
35093
35094 \begin_inset CommandInset ref
35095 LatexCommand ref
35096 reference "sub:Sous-section-externe-1"
35097
35098 \end_inset
35099
35100  est dans le fichier inclus.
35101 \end_layout
35102
35103 \begin_layout Standard
35104 Le préambule du sous-document est tout simplement ignoré, seul le préambule
35105  du document maître est utilisé.
35106  Les branches présentes dans le sous-document seront ignorées par le document
35107  maître si celui-ci ne possède pas une branche avec le même nom.
35108  Les documents inclus sont insérés en commençant une nouvelle page et sont
35109  suivis par un saut de page.
35110 \end_layout
35111
35112 \begin_layout Standard
35113 \begin_inset Note Greyedout
35114 status open
35115
35116 \begin_layout Plain Layout
35117
35118 \series bold
35119 Note:
35120 \series default
35121  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
35122  une classe de document différente de celle du document maître, vous recevez
35123  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
35124  que cela peut produire des résultats inattendus sur la sortie imprimée.
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Description
35133 Incorporé
35134 \begin_inset space ~
35135 \end_inset
35136
35137 (input) Cette méthode est très semblable à la méthode Inclus, les différences
35138  sont :
35139 \end_layout
35140
35141 \begin_deeper
35142 \begin_layout Itemize
35143 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
35144  par un saut de page.
35145 \end_layout
35146
35147 \begin_layout Itemize
35148 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
35149  
35150 \family sans
35151 Aperçu
35152 \begin_inset space ~
35153 \end_inset
35154
35155 sur
35156 \begin_inset space ~
35157 \end_inset
35158
35159 le
35160 \begin_inset space ~
35161 \end_inset
35162
35163 vif
35164 \family default
35165  est activée dans les préférences dans la rubrique 
35166 \family sans
35167 Apparence\SpecialChar \menuseparator
35168 Graphique
35169 \family default
35170 .
35171 \end_layout
35172
35173 \begin_layout Itemize
35174 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
35175 \family sans
35176 Document\SpecialChar \menuseparator
35177 Paramètres\SpecialChar \menuseparator
35178 Sous-documents
35179 \family default
35180 .
35181 \end_layout
35182
35183 \end_deeper
35184 \begin_layout Standard
35185 Voici un sous document inséré en utilisant la méthode 
35186 \family sans
35187 Incorporé
35188 \family default
35189  : 
35190 \begin_inset CommandInset include
35191 LatexCommand input
35192 preview true
35193 filename "DocumentBidon2.lyx"
35194
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \begin_layout Description
35201 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
35202  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
35203  sous forme de code source et aucune des commandes éventuellement présentes
35204  ne sera exécutée.
35205  Vous pouvez utiliser l'option 
35206 \family sans
35207 Marquer
35208 \begin_inset space ~
35209 \end_inset
35210
35211 les
35212 \begin_inset space ~
35213 \end_inset
35214
35215 espaces
35216 \family default
35217  qui matérialise chaque espace présente dans le code source par un caractère
35218  
35219 \begin_inset Quotes eld
35220 \end_inset
35221
35222
35223 \begin_inset ERT
35224 status collapsed
35225
35226 \begin_layout Plain Layout
35227
35228
35229 \backslash
35230 textvisiblespace 
35231 \end_layout
35232
35233 \end_inset
35234
35235
35236 \begin_inset Quotes erd
35237 \end_inset
35238
35239  .
35240  La différence avec la méthode qui consiste à utiliser le menu 
35241 \family sans
35242 Insérer\SpecialChar \menuseparator
35243 Fichier\SpecialChar \menuseparator
35244 Texte
35245 \begin_inset space ~
35246 \end_inset
35247
35248 brut
35249 \family default
35250  est que le contenu du document n'apparaît pas dans LyX.
35251 \end_layout
35252
35253 \begin_layout Standard
35254 Voici un sous-document inclus en utilisant la méthode 
35255 \family sans
35256 verbatim
35257 \family default
35258  : 
35259 \begin_inset CommandInset include
35260 LatexCommand verbatiminput
35261 filename "DocumentTexteBidon.txt"
35262
35263 \end_inset
35264
35265
35266 \begin_inset VSpace bigskip
35267 \end_inset
35268
35269 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
35270  l'option 
35271 \family sans
35272 Marquer
35273 \begin_inset space ~
35274 \end_inset
35275
35276 les
35277 \begin_inset space ~
35278 \end_inset
35279
35280 espaces :
35281 \family default
35282  
35283 \begin_inset CommandInset include
35284 LatexCommand verbatiminput*
35285 filename "DocumentTexteBidon.txt"
35286
35287 \end_inset
35288
35289
35290 \end_layout
35291
35292 \begin_layout Standard
35293 \begin_inset VSpace bigskip
35294 \end_inset
35295
35296
35297 \end_layout
35298
35299 \begin_layout Standard
35300 \begin_inset Note Greyedout
35301 status open
35302
35303 \begin_layout Plain Layout
35304
35305 \series bold
35306 Note:
35307 \series default
35308  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
35309  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \begin_layout Description
35318 Listings Ce type d'inclusion est décrit dans le chapitre
35319 \begin_inset space ~
35320 \end_inset
35321
35322
35323 \begin_inset CommandInset ref
35324 LatexCommand ref
35325 reference "cha:Program-Code-Listings"
35326
35327 \end_inset
35328
35329 .
35330 \end_layout
35331
35332 \begin_layout Standard
35333 \begin_inset Note Greyedout
35334 status open
35335
35336 \begin_layout Plain Layout
35337
35338 \series bold
35339 Note:
35340 \series default
35341  Inclure le même document deux fois dans un même document peut poser des
35342  problèmes avec LaTeX.
35343 \end_layout
35344
35345 \end_inset
35346
35347
35348 \end_layout
35349
35350 \begin_layout Standard
35351 Si vous ne voulez visualiser ou exporter que certains des sous-documents
35352  de votre document maître, que ce soit pour diminuer les temps de compilation
35353  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
35354  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
35355  la sortie en utilisant le menu 
35356 \family sans
35357 Document\SpecialChar \menuseparator
35358 Paramètres\SpecialChar \menuseparator
35359 Sous-documents
35360 \family default
35361 .
35362  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
35363  sur la ligne correspondant dans la colonne 
35364 \family sans
35365 Inclus dans le résultat
35366 \family default
35367  de la liste (
35368 \begin_inset space ~
35369 \end_inset
35370
35371 notez que cela ne fonctionne que pour les documents inclus avec la méthode
35372  
35373 \begin_inset Quotes fld
35374 \end_inset
35375
35376 inclus
35377 \begin_inset Quotes frd
35378 \end_inset
35379
35380  et pas la méthode 
35381 \begin_inset Quotes fld
35382 \end_inset
35383
35384 incorporé
35385 \begin_inset Quotes frd
35386 \end_inset
35387
35388
35389 \begin_inset space ~
35390 \end_inset
35391
35392 ).
35393  Si on active l'option 
35394 \family sans
35395 Assurer la cohérence des compteurs et des références
35396 \family default
35397 , LyX va s'assurer que tous les numéros de pages, références etc...
35398  sont corrects comme si tous le document avait été traité.
35399  C'est utile si vous voulez que les sous-documents choisis aient exactement
35400  le même aspect que s'il étaient dans le document complet.
35401  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
35402  la totalité du document.
35403  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
35404  les compteurs et autres références n'ont pas à être à tout prix valides,
35405  vous devez impérativement désactiver cette option.
35406  
35407 \end_layout
35408
35409 \begin_layout Standard
35410 Une autre solution consiste à inclure chaque fichier dans une branche
35411 \begin_inset Foot
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415 Les branches sont décrites dans la section 
35416 \emph on
35417 Branches
35418 \emph default
35419  du 
35420 \emph on
35421 Guide de l'utilisateur
35422 \emph default
35423  de LyX.
35424 \end_layout
35425
35426 \end_inset
35427
35428 .
35429  En activant ou désactivant une branche, vous pouvez décider les fichiers
35430  inclus qui doivent apparaître dans la sortie imprimée.
35431  Cette méthode à l'avantage qu'elle peut aussi s'apliquer aux sous documents
35432  
35433 \begin_inset Quotes fld
35434 \end_inset
35435
35436 incorporés
35437 \begin_inset Quotes frd
35438 \end_inset
35439
35440 .
35441  Le défaut est que les compteurs et autres références ne sont pas conservés
35442  avec cette approche.
35443 \end_layout
35444
35445 \begin_layout Chapter
35446 Listings de Code Source
35447 \begin_inset CommandInset label
35448 LatexCommand label
35449 name "cha:Program-Code-Listings"
35450
35451 \end_inset
35452
35453
35454 \begin_inset Index idx
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Listings
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \begin_inset Index idx
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468 Code Source
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \begin_inset Index idx
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478 Flottants ! Listings
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
35488  un insert 
35489 \family sans
35490 Listings
35491 \family default
35492  qui peut être créé grâce au menu 
35493 \family sans
35494 Insérer
35495 \family default
35496 \SpecialChar \menuseparator
35497
35498 \family sans
35499 Listing
35500 \begin_inset space ~
35501 \end_inset
35502
35503 de
35504 \begin_inset space ~
35505 \end_inset
35506
35507 Code
35508 \begin_inset space ~
35509 \end_inset
35510
35511 Source
35512 \family default
35513 .
35514  Le paquetage LaTeX 
35515 \series bold
35516 listings
35517 \series default
35518
35519 \begin_inset Index idx
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523 Paquetages LaTeX ! listings
35524 \end_layout
35525
35526 \end_inset
35527
35528  fournit un moyen puissant et flexible d'insérer des listings de code source
35529  dans votre document.
35530  
35531 \end_layout
35532
35533 \begin_layout Standard
35534 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
35535  contextuel s'ouvre pour vous permettre de modifier le format du listing.
35536 \end_layout
35537
35538 \begin_layout Standard
35539 Implicitement, un listing commence un nouveau paragraphe dans la sortie
35540  imprimée.
35541  L'option d'emplacement 
35542 \family sans
35543 Listing
35544 \begin_inset space ~
35545 \end_inset
35546
35547 en
35548 \begin_inset space ~
35549 \end_inset
35550
35551 Ligne
35552 \family default
35553  imprime le listing dans la ligne comme ceci : 
35554 \begin_inset listings
35555 lstparams "language={C++}"
35556 inline true
35557 status open
35558
35559 \begin_layout Plain Layout
35560
35561 int a=5;
35562 \end_layout
35563
35564 \end_inset
35565
35566
35567 \begin_inset Newline newline
35568 \end_inset
35569
35570 L'option 
35571 \family sans
35572 Flottant
35573 \family default
35574  crée un flottant de listing pour lequel vous pouvez préciser les options
35575  classiques d'emplacement : 
35576 \begin_inset Quotes eld
35577 \end_inset
35578
35579
35580 \family sans
35581 h
35582 \family default
35583
35584 \begin_inset Quotes erd
35585 \end_inset
35586
35587
35588 \begin_inset Quotes eld
35589 \end_inset
35590
35591
35592 \family sans
35593 t
35594 \family default
35595
35596 \begin_inset Quotes erd
35597 \end_inset
35598
35599
35600 \begin_inset Quotes eld
35601 \end_inset
35602
35603
35604 \family sans
35605 b
35606 \family default
35607
35608 \begin_inset Quotes erd
35609 \end_inset
35610
35611 , et 
35612 \begin_inset Quotes eld
35613 \end_inset
35614
35615
35616 \family sans
35617 p
35618 \family default
35619
35620 \begin_inset Quotes erd
35621 \end_inset
35622
35623  correspondant aux emplacement décrits dans la section
35624 \begin_inset space ~
35625 \end_inset
35626
35627
35628 \begin_inset CommandInset ref
35629 LatexCommand ref
35630 reference "sec:Placement-flottants"
35631
35632 \end_inset
35633
35634 .
35635  Les options de positionnement peuvent être mélangées et doivent être saisies
35636  sans séparation, par exemple, on peut taper 
35637 \begin_inset Quotes eld
35638 \end_inset
35639
35640
35641 \family sans
35642 htbp
35643 \family default
35644
35645 \begin_inset Quotes erd
35646 \end_inset
35647
35648 .
35649  L' option 
35650 \begin_inset Quotes eld
35651 \end_inset
35652
35653 h
35654 \begin_inset Quotes erd
35655 \end_inset
35656
35657  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
35658  
35659 \family sans
35660 Flottant
35661 \family default
35662  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
35663  légende et être référencés.
35664 \end_layout
35665
35666 \begin_layout Standard
35667 Vous pouvez ajouter une légende à un listing avec le menu 
35668 \family sans
35669 Insérer\SpecialChar \menuseparator
35670 Légende
35671 \family default
35672 .
35673  On peut référencer les listings de la même façon que les flottants :Voir
35674  le listing
35675 \begin_inset space ~
35676 \end_inset
35677
35678
35679 \begin_inset CommandInset ref
35680 LatexCommand ref
35681 reference "lst:Listing-exemple"
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Standard
35689 \begin_inset listings
35690 lstparams "language=Python"
35691 inline false
35692 status open
35693
35694 \begin_layout Plain Layout
35695
35696 \begin_inset Caption
35697
35698 \begin_layout Plain Layout
35699 \begin_inset CommandInset label
35700 LatexCommand label
35701 name "lst:Listing-exemple"
35702
35703 \end_inset
35704
35705 Exemple de listing flottant
35706 \end_layout
35707
35708 \end_inset
35709
35710 # Exemple de listing flottant
35711 \end_layout
35712
35713 \begin_layout Plain Layout
35714
35715 def func(param):
35716 \end_layout
35717
35718 \begin_layout Plain Layout
35719
35720     'ceci est une fonction python'
35721 \end_layout
35722
35723 \begin_layout Plain Layout
35724
35725     pass
35726 \end_layout
35727
35728 \end_inset
35729
35730
35731 \end_layout
35732
35733 \begin_layout Standard
35734 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
35735  de listing, les mots-clés de ce langage seront reconnus et mis en forme
35736  de manière particulière dans la sortie imprimée.
35737  Dans l'exemple de listing, le mot clé Python 
35738 \begin_inset Quotes eld
35739 \end_inset
35740
35741 def
35742 \begin_inset Quotes erd
35743 \end_inset
35744
35745  est reconnu et imprimé en caractères gras dans la sortie.
35746 \end_layout
35747
35748 \begin_layout Standard
35749 \begin_inset Note Greyedout
35750 status open
35751
35752 \begin_layout Plain Layout
35753
35754 \series bold
35755 Note:
35756 \series default
35757  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
35758  une police de caractères à 
35759 \family typewriter
35760 chasse fixe
35761 \family default
35762 , c'est que votre police ne contient probablement pas de série grasse.
35763  Dans ce cas choisissez une police différente dans le menu 
35764 \family sans
35765 Document\SpecialChar \menuseparator
35766 Paramètres\SpecialChar \menuseparator
35767 Polices
35768 \family default
35769 .
35770  (Les polices 
35771 \emph on
35772 LuxiMono, BeraMono
35773 \emph default
35774  et 
35775 \emph on
35776 Courier
35777 \emph default
35778  contiennent une série grasse.)
35779 \end_layout
35780
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \begin_layout Standard
35787 Dans la rubrique 
35788 \family sans
35789 Numérotation
35790 \begin_inset space ~
35791 \end_inset
35792
35793 des
35794 \begin_inset space ~
35795 \end_inset
35796
35797 Lignes
35798 \family default
35799  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
35800 n des lignes.
35801  Vous pouvez mettre un nombre dans le champ 
35802 \family sans
35803 Pas
35804 \family default
35805  pour désigner les lignes qui seront numérotées.
35806  Par exemple, si vous mettez 
35807 \begin_inset Quotes eld
35808 \end_inset
35809
35810 3
35811 \begin_inset Quotes erd
35812 \end_inset
35813
35814 , seule une ligne sur trois sera numérotée.
35815 \end_layout
35816
35817 \begin_layout Standard
35818 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
35819  apparaîtront dans la sortie.
35820  Vous devez utiliser l'option 
35821 \family sans
35822 Table
35823 \begin_inset space ~
35824 \end_inset
35825
35826 de
35827 \begin_inset space ~
35828 \end_inset
35829
35830 Caractères
35831 \begin_inset space ~
35832 \end_inset
35833
35834 Étendue
35835 \family default
35836  quand vous employez des caractères spécifiques à une langue donnée comme
35837  les umlauts Allemands dans votre listing.
35838 \begin_inset Newline newline
35839 \end_inset
35840
35841 Voici un exemple de listing avec la numérotation des lignes à gauche par
35842  pas de 3, en langage Python, avec les options 
35843 \begin_inset Quotes eld
35844 \end_inset
35845
35846 Table
35847 \begin_inset space ~
35848 \end_inset
35849
35850 de
35851 \begin_inset space ~
35852 \end_inset
35853
35854 caractères
35855 \begin_inset space ~
35856 \end_inset
35857
35858 étendue
35859 \begin_inset Quotes erd
35860 \end_inset
35861
35862  et 
35863 \begin_inset Quotes eld
35864 \end_inset
35865
35866 Espace
35867 \begin_inset space ~
35868 \end_inset
35869
35870 représenté
35871 \begin_inset space ~
35872 \end_inset
35873
35874 par
35875 \begin_inset space ~
35876 \end_inset
35877
35878 un
35879 \begin_inset space ~
35880 \end_inset
35881
35882 symbole
35883 \begin_inset Quotes erd
35884 \end_inset
35885
35886 , l'intervalle de ligne étant 3
35887 \begin_inset space \thinspace{}
35888 \end_inset
35889
35890 -
35891 \begin_inset space \thinspace{}
35892 \end_inset
35893
35894 8:
35895 \end_layout
35896
35897 \begin_layout Standard
35898 \begin_inset listings
35899 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
35900 inline false
35901 status open
35902
35903 \begin_layout Plain Layout
35904
35905 def func(param):
35906 \end_layout
35907
35908 \begin_layout Plain Layout
35909
35910     'ceci est une fonction Python'
35911 \end_layout
35912
35913 \begin_layout Plain Layout
35914
35915     pass
35916 \end_layout
35917
35918 \begin_layout Plain Layout
35919
35920 def func(param):
35921 \end_layout
35922
35923 \begin_layout Plain Layout
35924
35925 'Ça, c'est un mot Allemand : Tschüß'
35926 \end_layout
35927
35928 \begin_layout Plain Layout
35929
35930 pass
35931 \end_layout
35932
35933 \begin_layout Plain Layout
35934
35935 def func(param):
35936 \end_layout
35937
35938 \begin_layout Plain Layout
35939
35940 'ceci est une fonction Python'
35941 \end_layout
35942
35943 \begin_layout Plain Layout
35944
35945 pass
35946 \end_layout
35947
35948 \end_inset
35949
35950
35951 \end_layout
35952
35953 \begin_layout Standard
35954 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
35955  nombre de caractères que doit représenter une tabulation dans le champ
35956  
35957 \family sans
35958 Taille du tabulateur
35959 \family default
35960 .
35961 \end_layout
35962
35963 \begin_layout Standard
35964 \begin_inset Note Greyedout
35965 status open
35966
35967 \begin_layout Plain Layout
35968
35969 \series bold
35970 Note:
35971 \series default
35972  À cause d'un bug dans le paquetage 
35973 \series bold
35974 listings
35975 \series default
35976  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
35977  listing.
35978  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
35979  les lignes 3 et 6.
35980 \end_layout
35981
35982 \end_inset
35983
35984
35985 \end_layout
35986
35987 \begin_layout Standard
35988 \begin_inset VSpace bigskip
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \begin_layout Standard
35995 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
35996  listing.
35997  Pour le faire, il suffit d'utiliser le menu 
35998 \family sans
35999 Insérer\SpecialChar \menuseparator
36000 Fichier\SpecialChar \menuseparator
36001 Sous-document
36002 \family default
36003  et de choisir le type 
36004 \family sans
36005 Listing
36006 \family default
36007
36008 \begin_inset space ~
36009 \end_inset
36010
36011
36012 \family sans
36013 de
36014 \begin_inset space ~
36015 \end_inset
36016
36017 Code
36018 \begin_inset space ~
36019 \end_inset
36020
36021 source
36022 \family default
36023 .
36024 \begin_inset Foot
36025 status collapsed
36026
36027 \begin_layout Plain Layout
36028 Les autres types de sous-documents sont décrits dans la section
36029 \begin_inset space ~
36030 \end_inset
36031
36032
36033 \begin_inset CommandInset ref
36034 LatexCommand ref
36035 reference "sec:Sous-documents"
36036
36037 \end_inset
36038
36039 .
36040 \end_layout
36041
36042 \end_inset
36043
36044  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
36045  à utiliser pour le listing dans une zone de texte.
36046  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
36047  
36048 \begin_inset Quotes eld
36049 \end_inset
36050
36051 ?
36052 \begin_inset Quotes erd
36053 \end_inset
36054
36055  dans la zone de texte.
36056 \end_layout
36057
36058 \begin_layout Standard
36059 Pour faire référence à un sous-document de type listing, tapez une étiquette
36060  dans le champ correspondant de la fenêtre de dialogue.
36061  On peut alors faire référence à cette étiquette en utilisant le menu 
36062 \family sans
36063 Insérer\SpecialChar \menuseparator
36064 Référence
36065 \begin_inset space ~
36066 \end_inset
36067
36068 Croisée
36069 \family default
36070 .
36071 \end_layout
36072
36073 \begin_layout Standard
36074 Le listing
36075 \begin_inset space ~
36076 \end_inset
36077
36078
36079 \begin_inset CommandInset ref
36080 LatexCommand ref
36081 reference "lst:listing-fichier"
36082
36083 \end_inset
36084
36085  est une exemple de listing issu d'un fichier ; ici les lignes 10
36086 \begin_inset space \thinspace{}
36087 \end_inset
36088
36089 -
36090 \begin_inset space \thinspace{}
36091 \end_inset
36092
36093 15 de ce fichier LyX sont listées.
36094 \end_layout
36095
36096 \begin_layout Standard
36097 \begin_inset CommandInset include
36098 LatexCommand lstinputlisting
36099 filename "EmbeddedObjects.lyx"
36100 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
36101
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \begin_layout Standard
36108 \begin_inset VSpace bigskip
36109 \end_inset
36110
36111
36112 \end_layout
36113
36114 \begin_layout Standard
36115 L'insertion d'une formule dans un listing peut se faire de la façon suivante
36116 \begin_inset space ~
36117 \end_inset
36118
36119 :
36120 \end_layout
36121
36122 \begin_layout Enumerate
36123 Ouvrez la fenêtre de dialogue listings et ajoutez
36124 \begin_inset Newline newline
36125 \end_inset
36126
36127
36128 \family sans
36129 mathescape=true
36130 \family default
36131
36132 \begin_inset Newline newline
36133 \end_inset
36134
36135 dans le champ de l'onglet 
36136 \family sans
36137 Avancé
36138 \family default
36139 .
36140 \end_layout
36141
36142 \begin_layout Enumerate
36143 Créez la formule en dehors du listing.
36144 \end_layout
36145
36146 \begin_layout Enumerate
36147 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
36148  (raccourci 
36149 \begin_inset Info
36150 type  "shortcut"
36151 arg   "copy"
36152 \end_inset
36153
36154 )
36155 \end_layout
36156
36157 \begin_layout Enumerate
36158 Dans le listing écrivez 
36159 \begin_inset Quotes eld
36160 \end_inset
36161
36162
36163 \family sans
36164 $$
36165 \family default
36166
36167 \begin_inset Quotes erd
36168 \end_inset
36169
36170  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
36171  
36172 \begin_inset Info
36173 type  "shortcut"
36174 arg   "paste"
36175 \end_inset
36176
36177 )
36178 \end_layout
36179
36180 \begin_layout Standard
36181 \begin_inset listings
36182 lstparams "language=Python,mathescape=true"
36183 inline false
36184 status open
36185
36186 \begin_layout Plain Layout
36187
36188 \begin_inset Caption
36189
36190 \begin_layout Plain Layout
36191 Exemple de listing flottant contenant une formule
36192 \end_layout
36193
36194 \end_inset
36195
36196 # Exemple de listing flottant
36197 \end_layout
36198
36199 \begin_layout Plain Layout
36200
36201 def func(param):
36202 \end_layout
36203
36204 \begin_layout Plain Layout
36205
36206     # $
36207 \backslash
36208 prod_{n=1}^{
36209 \backslash
36210 infty}
36211 \backslash
36212 ,
36213 \backslash
36214 frac{1}{x^{2}}$
36215 \end_layout
36216
36217 \begin_layout Plain Layout
36218
36219     pass
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \begin_layout Standard
36228 \begin_inset VSpace bigskip
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Standard
36235 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
36236  de dialogue 
36237 \family sans
36238 Document\SpecialChar \menuseparator
36239 Paramètres\SpecialChar \menuseparator
36240 Listings
36241 \family default
36242 .
36243  Pour avoir la liste des options disponibles, tapez un point d'interrogation
36244  
36245 \begin_inset Quotes eld
36246 \end_inset
36247
36248 ?
36249 \begin_inset Quotes erd
36250 \end_inset
36251
36252  dans le champ.
36253 \end_layout
36254
36255 \begin_layout Standard
36256 Pour plus d'information sur le paquetage 
36257 \series bold
36258 listings
36259 \series default
36260 , nous vous renvoyons à sa documentation 
36261 \begin_inset CommandInset citation
36262 LatexCommand cite
36263 key "listings"
36264
36265 \end_inset
36266
36267 .
36268 \end_layout
36269
36270 \begin_layout Standard
36271 \begin_inset Newpage newpage
36272 \end_inset
36273
36274
36275 \end_layout
36276
36277 \begin_layout Chapter
36278 \start_of_appendix
36279 Unités de longueur utilisables avec LyX
36280 \begin_inset Argument
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284 Unités de longueur
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \begin_inset Index idx
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294 Unités
36295 \end_layout
36296
36297 \end_inset
36298
36299
36300 \begin_inset CommandInset label
36301 LatexCommand label
36302 name "cha:Unités-de-longueur"
36303
36304 \end_inset
36305
36306
36307 \end_layout
36308
36309 \begin_layout Standard
36310 Pour comprendre les unités de longueur utilisées dans cette documentation,
36311  le tableau
36312 \begin_inset space ~
36313 \end_inset
36314
36315
36316 \begin_inset CommandInset ref
36317 LatexCommand ref
36318 reference "tab:Unités"
36319
36320 \end_inset
36321
36322 décrit les unités utilisées par LyX.
36323 \begin_inset Float table
36324 placement h
36325 wide false
36326 sideways false
36327 status open
36328
36329 \begin_layout Plain Layout
36330 \begin_inset Caption
36331
36332 \begin_layout Plain Layout
36333 \begin_inset CommandInset label
36334 LatexCommand label
36335 name "tab:Unités"
36336
36337 \end_inset
36338
36339 Unités de longueur
36340 \end_layout
36341
36342 \end_inset
36343
36344
36345 \end_layout
36346
36347 \begin_layout Plain Layout
36348 \begin_inset VSpace medskip
36349 \end_inset
36350
36351
36352 \end_layout
36353
36354 \begin_layout Plain Layout
36355 \align center
36356 \begin_inset Tabular
36357 <lyxtabular version="3" rows="20" columns="2">
36358 <features tabularvalignment="middle">
36359 <column alignment="center" valignment="top" width="0">
36360 <column alignment="center" valignment="top" width="0">
36361 <row>
36362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36363 \begin_inset Text
36364
36365 \begin_layout Plain Layout
36366 unité
36367 \end_layout
36368
36369 \end_inset
36370 </cell>
36371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36372 \begin_inset Text
36373
36374 \begin_layout Plain Layout
36375 nom/description
36376 \end_layout
36377
36378 \end_inset
36379 </cell>
36380 </row>
36381 <row>
36382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36383 \begin_inset Text
36384
36385 \begin_layout Plain Layout
36386 mm
36387 \end_layout
36388
36389 \end_inset
36390 </cell>
36391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36392 \begin_inset Text
36393
36394 \begin_layout Plain Layout
36395 millimètre
36396 \end_layout
36397
36398 \end_inset
36399 </cell>
36400 </row>
36401 <row>
36402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36403 \begin_inset Text
36404
36405 \begin_layout Plain Layout
36406 cm
36407 \end_layout
36408
36409 \end_inset
36410 </cell>
36411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36412 \begin_inset Text
36413
36414 \begin_layout Plain Layout
36415 centimètre
36416 \end_layout
36417
36418 \end_inset
36419 </cell>
36420 </row>
36421 <row>
36422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36423 \begin_inset Text
36424
36425 \begin_layout Plain Layout
36426 in
36427 \end_layout
36428
36429 \end_inset
36430 </cell>
36431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36432 \begin_inset Text
36433
36434 \begin_layout Plain Layout
36435 pouce (inch)
36436 \end_layout
36437
36438 \end_inset
36439 </cell>
36440 </row>
36441 <row>
36442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36443 \begin_inset Text
36444
36445 \begin_layout Plain Layout
36446 pt
36447 \end_layout
36448
36449 \end_inset
36450 </cell>
36451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36452 \begin_inset Text
36453
36454 \begin_layout Plain Layout
36455 point (72.27
36456 \begin_inset space \thinspace{}
36457 \end_inset
36458
36459 pt = 1
36460 \begin_inset space \thinspace{}
36461 \end_inset
36462
36463 in)
36464 \end_layout
36465
36466 \end_inset
36467 </cell>
36468 </row>
36469 <row>
36470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36471 \begin_inset Text
36472
36473 \begin_layout Plain Layout
36474 pc
36475 \end_layout
36476
36477 \end_inset
36478 </cell>
36479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36480 \begin_inset Text
36481
36482 \begin_layout Plain Layout
36483 pica (1
36484 \begin_inset space \thinspace{}
36485 \end_inset
36486
36487 pc = 12
36488 \begin_inset space \thinspace{}
36489 \end_inset
36490
36491 pt)
36492 \end_layout
36493
36494 \end_inset
36495 </cell>
36496 </row>
36497 <row>
36498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36499 \begin_inset Text
36500
36501 \begin_layout Plain Layout
36502 sp
36503 \end_layout
36504
36505 \end_inset
36506 </cell>
36507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36508 \begin_inset Text
36509
36510 \begin_layout Plain Layout
36511 scaled point (65536
36512 \begin_inset space \thinspace{}
36513 \end_inset
36514
36515 sp = 1
36516 \begin_inset space \thinspace{}
36517 \end_inset
36518
36519 pt)
36520 \end_layout
36521
36522 \end_inset
36523 </cell>
36524 </row>
36525 <row>
36526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36527 \begin_inset Text
36528
36529 \begin_layout Plain Layout
36530 bp
36531 \end_layout
36532
36533 \end_inset
36534 </cell>
36535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36536 \begin_inset Text
36537
36538 \begin_layout Plain Layout
36539 gros point (72
36540 \begin_inset space \thinspace{}
36541 \end_inset
36542
36543 bp = 1
36544 \begin_inset space \thinspace{}
36545 \end_inset
36546
36547 in)
36548 \end_layout
36549
36550 \end_inset
36551 </cell>
36552 </row>
36553 <row>
36554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558 dd
36559 \end_layout
36560
36561 \end_inset
36562 </cell>
36563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36564 \begin_inset Text
36565
36566 \begin_layout Plain Layout
36567 didot (72
36568 \begin_inset space \thinspace{}
36569 \end_inset
36570
36571 dd 
36572 \begin_inset Formula $\approx$
36573 \end_inset
36574
36575  37.6
36576 \begin_inset space \thinspace{}
36577 \end_inset
36578
36579 mm)
36580 \end_layout
36581
36582 \end_inset
36583 </cell>
36584 </row>
36585 <row>
36586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36587 \begin_inset Text
36588
36589 \begin_layout Plain Layout
36590 cc
36591 \end_layout
36592
36593 \end_inset
36594 </cell>
36595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36596 \begin_inset Text
36597
36598 \begin_layout Plain Layout
36599 cicero (1
36600 \begin_inset space \thinspace{}
36601 \end_inset
36602
36603 cc = 12
36604 \begin_inset space \thinspace{}
36605 \end_inset
36606
36607 dd)
36608 \end_layout
36609
36610 \end_inset
36611 </cell>
36612 </row>
36613 <row>
36614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36615 \begin_inset Text
36616
36617 \begin_layout Plain Layout
36618 Scale%
36619 \end_layout
36620
36621 \end_inset
36622 </cell>
36623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36624 \begin_inset Text
36625
36626 \begin_layout Plain Layout
36627 % de la largeur originale de l'image
36628 \end_layout
36629
36630 \end_inset
36631 </cell>
36632 </row>
36633 <row>
36634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36635 \begin_inset Text
36636
36637 \begin_layout Plain Layout
36638 text%
36639 \end_layout
36640
36641 \end_inset
36642 </cell>
36643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36644 \begin_inset Text
36645
36646 \begin_layout Plain Layout
36647 % de la largeur du texte
36648 \end_layout
36649
36650 \end_inset
36651 </cell>
36652 </row>
36653 <row>
36654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36655 \begin_inset Text
36656
36657 \begin_layout Plain Layout
36658 col%
36659 \end_layout
36660
36661 \end_inset
36662 </cell>
36663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36664 \begin_inset Text
36665
36666 \begin_layout Plain Layout
36667 % de la largeur de la colonne
36668 \end_layout
36669
36670 \end_inset
36671 </cell>
36672 </row>
36673 <row>
36674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36675 \begin_inset Text
36676
36677 \begin_layout Plain Layout
36678 page%
36679 \end_layout
36680
36681 \end_inset
36682 </cell>
36683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36684 \begin_inset Text
36685
36686 \begin_layout Plain Layout
36687 % de la largeur du papier
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 </row>
36693 <row>
36694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36695 \begin_inset Text
36696
36697 \begin_layout Plain Layout
36698 line%
36699 \end_layout
36700
36701 \end_inset
36702 </cell>
36703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36704 \begin_inset Text
36705
36706 \begin_layout Plain Layout
36707 % de la largeur de la ligne
36708 \end_layout
36709
36710 \end_inset
36711 </cell>
36712 </row>
36713 <row>
36714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718 theight%
36719 \end_layout
36720
36721 \end_inset
36722 </cell>
36723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36724 \begin_inset Text
36725
36726 \begin_layout Plain Layout
36727 % la hauteur du texte
36728 \end_layout
36729
36730 \end_inset
36731 </cell>
36732 </row>
36733 <row>
36734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36735 \begin_inset Text
36736
36737 \begin_layout Plain Layout
36738 pheight%
36739 \end_layout
36740
36741 \end_inset
36742 </cell>
36743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36744 \begin_inset Text
36745
36746 \begin_layout Plain Layout
36747 % hauteur du papier
36748 \end_layout
36749
36750 \end_inset
36751 </cell>
36752 </row>
36753 <row>
36754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36755 \begin_inset Text
36756
36757 \begin_layout Plain Layout
36758 ex
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767 hauteur de la lettre 
36768 \emph on
36769 x
36770 \emph default
36771  dans la police courante
36772 \end_layout
36773
36774 \end_inset
36775 </cell>
36776 </row>
36777 <row>
36778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782 em
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 largeur de la lettre
36792 \emph on
36793  M
36794 \emph default
36795  dans la police courante
36796 \end_layout
36797
36798 \end_inset
36799 </cell>
36800 </row>
36801 <row>
36802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36803 \begin_inset Text
36804
36805 \begin_layout Plain Layout
36806 mu
36807 \end_layout
36808
36809 \end_inset
36810 </cell>
36811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815 unité mathématique (1
36816 \begin_inset space \thinspace{}
36817 \end_inset
36818
36819 mu = 1/18
36820 \begin_inset space \thinspace{}
36821 \end_inset
36822
36823 em)
36824 \end_layout
36825
36826 \end_inset
36827 </cell>
36828 </row>
36829 </lyxtabular>
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \begin_layout Chapter
36842 Formats des fichiers de sortie graphiques
36843 \begin_inset CommandInset label
36844 LatexCommand label
36845 name "cha:Formats-fichiers-graphiques"
36846
36847 \end_inset
36848
36849
36850 \end_layout
36851
36852 \begin_layout Section
36853 DVI
36854 \begin_inset Index idx
36855 status collapsed
36856
36857 \begin_layout Plain Layout
36858 Formats de Fichiers! DVI
36859 \end_layout
36860
36861 \end_inset
36862
36863
36864 \begin_inset Index idx
36865 status collapsed
36866
36867 \begin_layout Plain Layout
36868 DVI|see
36869 \begin_inset ERT
36870 status collapsed
36871
36872 \begin_layout Plain Layout
36873
36874 {
36875 \end_layout
36876
36877 \end_inset
36878
36879 Formats de Fichiers
36880 \begin_inset ERT
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884
36885 }
36886 \end_layout
36887
36888 \end_inset
36889
36890
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \begin_layout Standard
36899 Ce type de fichiers a l'extension 
36900 \begin_inset Quotes fld
36901 \end_inset
36902
36903
36904 \family typewriter
36905 .dvi
36906 \family default
36907
36908 \begin_inset Quotes frd
36909 \end_inset
36910
36911 .
36912  Il est appelé 
36913 \emph on
36914 indépendant de l'appareil
36915 \emph default
36916  ou 
36917 \begin_inset Quotes fld
36918 \end_inset
36919
36920 device independent (DVI)
36921 \begin_inset Quotes frd
36922 \end_inset
36923
36924 , car il est complètement portable ; vous pouvez les recopier d'une machine
36925  à l'autre sans avoir à faire de conversion.
36926  À l'époque où ce format a été développé, c'était loin d'être évident.
36927  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
36928  étape préliminaire avant la conversion vers un autre format comme le PostScript.
36929 \end_layout
36930
36931 \begin_layout Standard
36932 \begin_inset Note Greyedout
36933 status open
36934
36935 \begin_layout Plain Layout
36936
36937 \series bold
36938 Note:
36939 \series default
36940  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
36941  au fichier.
36942  
36943 \end_layout
36944
36945 \end_inset
36946
36947  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
36948  
36949 \family typewriter
36950 .dvi
36951 \family default
36952 .
36953  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
36954 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
36955  pour les rendre visibles quand vous faites défiler votre document.
36956  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
36957  avec de nombreuses images.
36958 \end_layout
36959
36960 \begin_layout Standard
36961 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
36962  menu 
36963 \family sans
36964 Fichier\SpecialChar \menuseparator
36965 Exporter\SpecialChar \menuseparator
36966 DVI.
36967
36968 \family default
36969  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
36970 \family sans
36971 Visualiser
36972 \family default
36973  ou en utilisant le bouton
36974 \begin_inset Graphics
36975         filename ../../images/buffer-view_dvi.png
36976         scale 85
36977         scaleBeforeRotation
36978
36979 \end_inset
36980
36981  de la barre d'outils.
36982 \end_layout
36983
36984 \begin_layout Section
36985 PostScript
36986 \begin_inset CommandInset label
36987 LatexCommand label
36988 name "sec:PostScript"
36989
36990 \end_inset
36991
36992
36993 \begin_inset Index idx
36994 status collapsed
36995
36996 \begin_layout Plain Layout
36997 Formats de Fichiers ! PostScript
36998 \end_layout
36999
37000 \end_inset
37001
37002
37003 \begin_inset Index idx
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 PostScript|see
37008 \begin_inset ERT
37009 status collapsed
37010
37011 \begin_layout Plain Layout
37012
37013 {
37014 \end_layout
37015
37016 \end_inset
37017
37018 Formats de Fichiers
37019 \begin_inset ERT
37020 status collapsed
37021
37022 \begin_layout Plain Layout
37023
37024 }
37025 \end_layout
37026
37027 \end_inset
37028
37029
37030 \end_layout
37031
37032 \end_inset
37033
37034
37035 \end_layout
37036
37037 \begin_layout Standard
37038 Ce type de fichiers a l'extension 
37039 \begin_inset Quotes fld
37040 \end_inset
37041
37042
37043 \family typewriter
37044 .ps
37045 \family default
37046
37047 \begin_inset Quotes frd
37048 \end_inset
37049
37050 .
37051  PostScript a été développé par la société 
37052 \series bold
37053 Adobe
37054 \series default
37055  comme un langage pour les imprimantes.
37056  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
37057  pour imprimer le document.
37058  PostScript peut être considéré comme un 
37059 \begin_inset Quotes fld
37060 \end_inset
37061
37062 langage de programmation
37063 \begin_inset Quotes frd
37064 \end_inset
37065
37066  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
37067  images
37068 \begin_inset Foot
37069 status open
37070
37071 \begin_layout Plain Layout
37072 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
37073  LaTeX 
37074 \series bold
37075 pstricks
37076 \series default
37077
37078 \begin_inset CommandInset citation
37079 LatexCommand cite
37080 key "pstricks"
37081
37082 \end_inset
37083
37084 .
37085 \end_layout
37086
37087 \end_inset
37088
37089 .
37090  En partie à cause de toutes ces possibilités un fichier PostScript est
37091  souvent plus gros qu'un PDF.
37092 \end_layout
37093
37094 \begin_layout Standard
37095 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
37096  plus gros qu'un PDF.
37097 \end_layout
37098
37099 \begin_layout Standard
37100 PostScript ne peut contenir que des images au format 
37101 \begin_inset Quotes fld
37102 \end_inset
37103
37104 PostScript Encapsulé
37105 \begin_inset Quotes frd
37106 \end_inset
37107
37108  (encapsulated PostScript ou EPS, d'extension 
37109 \family typewriter
37110 .eps
37111 \family default
37112 ).
37113  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
37114  il doit les convertir en interne en EPS.
37115  Si vous avez par exemple 50 images dans votre document, LyX doit faire
37116  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
37117  document.
37118  Cela risque de ralentir de façon importante votre rythme de travail.
37119  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
37120  vos images directement en EPS pour éviter ce problème.
37121 \end_layout
37122
37123 \begin_layout Standard
37124 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
37125  le menu 
37126 \family sans
37127 Fichier\SpecialChar \menuseparator
37128 Exporter\SpecialChar \menuseparator
37129 PostScript.
37130
37131 \family default
37132  Vous pouvez visionner votre document sous forme PostScript grâce au menu
37133  
37134 \family sans
37135 Visualiser
37136 \family default
37137  ou en utilisant le bouton 
37138 \begin_inset Graphics
37139         filename ../../images/buffer-view_ps.png
37140         scale 85
37141         scaleBeforeRotation
37142
37143 \end_inset
37144
37145  de la barre d'outils.
37146 \end_layout
37147
37148 \begin_layout Section
37149 PDF
37150 \begin_inset Index idx
37151 status collapsed
37152
37153 \begin_layout Plain Layout
37154 Formats de Fichiers ! PDF
37155 \end_layout
37156
37157 \end_inset
37158
37159
37160 \begin_inset Index idx
37161 status collapsed
37162
37163 \begin_layout Plain Layout
37164 PDF
37165 \end_layout
37166
37167 \end_inset
37168
37169
37170 \end_layout
37171
37172 \begin_layout Standard
37173 Ce type de fichiers a l'extension 
37174 \begin_inset Quotes fld
37175 \end_inset
37176
37177
37178 \family typewriter
37179 .pdf
37180 \family default
37181
37182 \begin_inset Quotes frd
37183 \end_inset
37184
37185 .
37186  Ce 
37187 \begin_inset Quotes fld
37188 \end_inset
37189
37190 format de document portable
37191 \begin_inset Quotes frd
37192 \end_inset
37193
37194  (portable document format ou PDF) est développé par 
37195 \family typewriter
37196 Adobe
37197 \family default
37198  comme une évolution de PostScript.
37199  Il est plus comprimé et utilise moins de commandes que PostScript.
37200  Comme son nom l'indique, il est 
37201 \begin_inset Quotes fld
37202 \end_inset
37203
37204 portable
37205 \begin_inset Quotes frd
37206 \end_inset
37207
37208  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
37209  aura exactement le même aspect.
37210 \end_layout
37211
37212 \begin_layout Standard
37213 PDF peut contenir des images dans son propre format PDF et dans les formats
37214  JPG (format du 
37215 \begin_inset Quotes fld
37216 \end_inset
37217
37218 Joint Photographic Expert Group
37219 \begin_inset Quotes frd
37220 \end_inset
37221
37222  avec comme extension 
37223 \family typewriter
37224 .jpg
37225 \family default
37226  ou 
37227 \family typewriter
37228 .jpeg
37229 \family default
37230 ) et PNG (
37231 \begin_inset Quotes fld
37232 \end_inset
37233
37234 Portable Network Graphics
37235 \begin_inset Quotes frd
37236 \end_inset
37237
37238  avec l'extension 
37239 \family typewriter
37240 .png
37241 \family default
37242 ).
37243  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
37244  dans un de ces formats.
37245  Mais comme il est dit dans la section sur PostScript, les conversions d'images
37246  vont ralentir votre travail.
37247  Nous recommandons donc l'utilisation de l'un des trois formats cités.
37248 \end_layout
37249
37250 \begin_layout Standard
37251 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
37252  menu 
37253 \family sans
37254 Fichier\SpecialChar \menuseparator
37255 Exporter 
37256 \family default
37257 de trois façons différentes:
37258 \end_layout
37259
37260 \begin_layout Description
37261 PDF
37262 \begin_inset space ~
37263 \end_inset
37264
37265 (ps2pdf) Ceci utilise le programme 
37266 \family typewriter
37267 ps2pdf
37268 \family default
37269  qui créé un PDF à partir de la version PostScript de votre fichier.
37270  Cette dernière est produite par le programme 
37271 \family typewriter
37272 dvips
37273 \family default
37274  qui utilise une version DVI comme étape intermédiaire.
37275  Cette variante consiste donc en trois conversions.
37276 \end_layout
37277
37278 \begin_layout Description
37279 PDF
37280 \begin_inset space ~
37281 \end_inset
37282
37283 (dvipdfm) Ceci utilise le programme 
37284 \family typewriter
37285 dvipdfm
37286 \family default
37287  qui convertit votre fichier en DVI avant de le convertir en PDF.
37288 \end_layout
37289
37290 \begin_layout Description
37291 PDF
37292 \begin_inset space ~
37293 \end_inset
37294
37295 (pdflatex) Ceci utilise le programme 
37296 \family typewriter
37297 pdftex
37298 \family default
37299  qui convertit directement votre fichier en PDF.
37300 \end_layout
37301
37302 \begin_layout Standard
37303 Nous recommandons d'utiliser l'option 
37304 \family sans
37305 PDF
37306 \begin_inset space ~
37307 \end_inset
37308
37309 (pdflatex)
37310 \family default
37311  car 
37312 \family typewriter
37313 pdftex
37314 \family default
37315  accepte toutes les fonctionnalités des versions actuelles de PDF.
37316  Il est en plus rapide et stable.
37317  Le programme 
37318 \family typewriter
37319 dvipdfm
37320 \family default
37321  n'est plus développé est est donc un peu dépassé.
37322 \end_layout
37323
37324 \begin_layout Standard
37325
37326 \end_layout
37327
37328 \begin_layout Standard
37329 Vous pouvez visionner votre document sous forme PDF grâce au menu 
37330 \family sans
37331 Visualiser
37332 \family default
37333  ou en utilisant le bouton 
37334 \begin_inset Graphics
37335         filename ../../images/buffer-view_pdf2.png
37336         scale 85
37337         scaleBeforeRotation
37338
37339 \end_inset
37340
37341  de la barre d'outils
37342 \family sans
37343  (
37344 \family default
37345 qui utilise 
37346 \family sans
37347 PDF
37348 \begin_inset space ~
37349 \end_inset
37350
37351 (pdflatex)
37352 \family default
37353 ).
37354 \end_layout
37355
37356 \begin_layout Chapter
37357 Explication de l' Équation
37358 \begin_inset space ~
37359 \end_inset
37360
37361 (
37362 \begin_inset CommandInset ref
37363 LatexCommand ref
37364 reference "eq:Wgn"
37365
37366 \end_inset
37367
37368 )
37369 \begin_inset CommandInset label
37370 LatexCommand label
37371 name "cha:Explication-de-l'Equation"
37372
37373 \end_inset
37374
37375
37376 \end_layout
37377
37378 \begin_layout Standard
37379 La largeur totale de 
37380 \emph on
37381 n
37382 \emph default
37383  cellules de tableau 
37384 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37385 \end_inset
37386
37387  peut être calculée avec
37388 \end_layout
37389
37390 \begin_layout Standard
37391 \begin_inset Formula 
37392 \begin{equation}
37393 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37394 \end{equation}
37395
37396 \end_inset
37397
37398
37399 \end_layout
37400
37401 \begin_layout Standard
37402 Où 
37403 \begin_inset Formula $W_{g\, n}$
37404 \end_inset
37405
37406  est la largeur fixe de toutes les cellules.
37407  
37408 \series bold
37409
37410 \backslash
37411 tabcolsep
37412 \series default
37413  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
37414  sa valeur implicite est 6
37415 \begin_inset space \thinspace{}
37416 \end_inset
37417
37418 pt.
37419  
37420 \series bold
37421
37422 \backslash
37423 arrayrulewidth
37424 \series default
37425  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
37426 \begin_inset space \thinspace{}
37427 \end_inset
37428
37429 pt.
37430 \end_layout
37431
37432 \begin_layout Standard
37433 D'après l'équation
37434 \begin_inset space ~
37435 \end_inset
37436
37437
37438 \begin_inset CommandInset ref
37439 LatexCommand eqref
37440 reference "eq:Wtot_n"
37441
37442 \end_inset
37443
37444 , la largeur totale d'une multicolonne, 
37445 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37446 \end_inset
37447
37448  est
37449 \end_layout
37450
37451 \begin_layout Standard
37452 \begin_inset Formula 
37453 \begin{equation}
37454 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37455 \end{equation}
37456
37457 \end_inset
37458
37459
37460 \end_layout
37461
37462 \begin_layout Standard
37463 En posant que les équations 
37464 \begin_inset space ~
37465 \end_inset
37466
37467
37468 \begin_inset CommandInset ref
37469 LatexCommand eqref
37470 reference "eq:Wtot_n"
37471
37472 \end_inset
37473
37474  et 
37475 \begin_inset CommandInset ref
37476 LatexCommand eqref
37477 reference "eq:Wtot_mult"
37478
37479 \end_inset
37480
37481  sont égales, on peut calculer la largeur nécessaire 
37482 \begin_inset Formula $W_{g\, n}$
37483 \end_inset
37484
37485  quand 
37486 \emph on
37487 n
37488 \emph default
37489  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
37490  de 
37491 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37492 \end_inset
37493
37494 :
37495 \end_layout
37496
37497 \begin_layout Standard
37498 \begin_inset Formula 
37499 \begin{equation}
37500 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37501 \end{equation}
37502
37503 \end_inset
37504
37505
37506 \end_layout
37507
37508 \begin_layout Bibliography
37509 \labelwidthstring Bibliographie
37510 \begin_inset CommandInset bibitem
37511 LatexCommand bibitem
37512 key "latexcompanion"
37513
37514 \end_inset
37515
37516 Frank Mittelbach and Michel Goossens: 
37517 \emph on
37518 The LaTeX Companion Second Edition.
37519
37520 \emph default
37521  Addison-Wesley, 2004
37522 \end_layout
37523
37524 \begin_layout Bibliography
37525 \labelwidthstring Bibliographie
37526 \begin_inset CommandInset bibitem
37527 LatexCommand bibitem
37528 key "latexguide"
37529
37530 \end_inset
37531
37532 Helmut Kopka and Patrick W.
37533  Daly: 
37534 \emph on
37535 A Guide to LaTeX Fourth Edition.
37536
37537 \emph default
37538  Addison-Wesley, 2003
37539 \end_layout
37540
37541 \begin_layout Bibliography
37542 \labelwidthstring Bibliographie
37543 \begin_inset CommandInset bibitem
37544 LatexCommand bibitem
37545 key "latexbook"
37546
37547 \end_inset
37548
37549 Leslie Lamport: 
37550 \emph on
37551 LaTeX: A Document Preparation System.
37552
37553 \emph default
37554  Addison-Wesley, second edition, 1994
37555 \end_layout
37556
37557 \begin_layout Bibliography
37558 \labelwidthstring Bibliographie
37559 \begin_inset CommandInset bibitem
37560 LatexCommand bibitem
37561 key "booktabs"
37562
37563 \end_inset
37564
37565 Documentation du paquetage LaTeX 
37566 \series bold
37567
37568 \begin_inset CommandInset href
37569 LatexCommand href
37570 name "booktabs"
37571 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
37572
37573 \end_inset
37574
37575
37576 \series default
37577
37578 \begin_inset Index idx
37579 status collapsed
37580
37581 \begin_layout Plain Layout
37582 Paquetages LaTeX ! booktabs
37583 \end_layout
37584
37585 \end_inset
37586
37587
37588 \end_layout
37589
37590 \begin_layout Bibliography
37591 \labelwidthstring Bibliographie
37592 \begin_inset CommandInset bibitem
37593 LatexCommand bibitem
37594 key "caption"
37595
37596 \end_inset
37597
37598 Documentation du paquetage LaTeX 
37599 \series bold
37600
37601 \begin_inset CommandInset href
37602 LatexCommand href
37603 name "caption"
37604 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37605
37606 \end_inset
37607
37608
37609 \series default
37610
37611 \begin_inset Index idx
37612 status collapsed
37613
37614 \begin_layout Plain Layout
37615 Paquetages LaTeX ! caption
37616 \end_layout
37617
37618 \end_inset
37619
37620
37621 \end_layout
37622
37623 \begin_layout Bibliography
37624 \labelwidthstring Bibliographie
37625 \begin_inset CommandInset bibitem
37626 LatexCommand bibitem
37627 key "endfloat"
37628
37629 \end_inset
37630
37631 Documentation du paquetage LaTeX 
37632 \series bold
37633
37634 \begin_inset CommandInset href
37635 LatexCommand href
37636 name "endfloat"
37637 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
37638
37639 \end_inset
37640
37641
37642 \series default
37643
37644 \begin_inset Index idx
37645 status collapsed
37646
37647 \begin_layout Plain Layout
37648 Paquetages LaTeX ! endfloat
37649 \end_layout
37650
37651 \end_inset
37652
37653
37654 \end_layout
37655
37656 \begin_layout Bibliography
37657 \labelwidthstring Bibliographie
37658 \begin_inset CommandInset bibitem
37659 LatexCommand bibitem
37660 key "wrapfig"
37661
37662 \end_inset
37663
37664 Documentation du paquetage LaTeX 
37665 \series bold
37666
37667 \begin_inset CommandInset href
37668 LatexCommand href
37669 name "wrapfig"
37670 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
37671
37672 \end_inset
37673
37674
37675 \series default
37676
37677 \begin_inset Index idx
37678 status collapsed
37679
37680 \begin_layout Plain Layout
37681 Paquetages LaTeX ! wrapfig
37682 \begin_inset ERT
37683 status collapsed
37684
37685 \begin_layout Plain Layout
37686
37687
37688 \backslash
37689 vspace{4mm}
37690 \end_layout
37691
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \end_inset
37698
37699
37700 \end_layout
37701
37702 \begin_layout Bibliography
37703 \labelwidthstring Bibliographie
37704 \begin_inset CommandInset bibitem
37705 LatexCommand bibitem
37706 key "footmisc"
37707
37708 \end_inset
37709
37710 Documentation du paquetage LaTeX 
37711 \series bold
37712
37713 \begin_inset CommandInset href
37714 LatexCommand href
37715 name "footmisc"
37716 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
37717
37718 \end_inset
37719
37720
37721 \series default
37722
37723 \begin_inset Index idx
37724 status collapsed
37725
37726 \begin_layout Plain Layout
37727 Paquetages LaTeX ! footmisc
37728 \end_layout
37729
37730 \end_inset
37731
37732
37733 \end_layout
37734
37735 \begin_layout Bibliography
37736 \labelwidthstring Bibliographie
37737 \begin_inset CommandInset bibitem
37738 LatexCommand bibitem
37739 key "hypcap"
37740
37741 \end_inset
37742
37743 Documentation du paquetage LaTeX 
37744 \series bold
37745
37746 \begin_inset CommandInset href
37747 LatexCommand href
37748 name "hypcap"
37749 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
37750
37751 \end_inset
37752
37753
37754 \series default
37755
37756 \begin_inset Index idx
37757 status collapsed
37758
37759 \begin_layout Plain Layout
37760 Paquetages LaTeX ! hyperref
37761 \end_layout
37762
37763 \end_inset
37764
37765
37766 \end_layout
37767
37768 \begin_layout Bibliography
37769 \labelwidthstring Bibliographie
37770 \begin_inset CommandInset bibitem
37771 LatexCommand bibitem
37772 key "hyperref"
37773
37774 \end_inset
37775
37776 Documentation du paquetage LaTeX 
37777 \series bold
37778
37779 \begin_inset CommandInset href
37780 LatexCommand href
37781 name "hyperref"
37782 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
37783
37784 \end_inset
37785
37786
37787 \series default
37788
37789 \begin_inset Index idx
37790 status collapsed
37791
37792 \begin_layout Plain Layout
37793 Paquetages LaTeX ! hyperref
37794 \end_layout
37795
37796 \end_inset
37797
37798
37799 \end_layout
37800
37801 \begin_layout Bibliography
37802 \labelwidthstring Bibliographie
37803 \begin_inset CommandInset bibitem
37804 LatexCommand bibitem
37805 key "KOMA-Script"
37806
37807 \end_inset
37808
37809 Documentation du paquetage LaTeX 
37810 \series bold
37811
37812 \begin_inset CommandInset href
37813 LatexCommand href
37814 name "KOMA-Script"
37815 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
37816
37817 \end_inset
37818
37819
37820 \series default
37821
37822 \begin_inset Index idx
37823 status collapsed
37824
37825 \begin_layout Plain Layout
37826 Paquetages LaTeX ! KOMA-Script
37827 \end_layout
37828
37829 \end_inset
37830
37831
37832 \end_layout
37833
37834 \begin_layout Bibliography
37835 \labelwidthstring Bibliographie
37836 \begin_inset CommandInset bibitem
37837 LatexCommand bibitem
37838 key "listings"
37839
37840 \end_inset
37841
37842 Documentation du paquetage LaTeX 
37843 \series bold
37844
37845 \begin_inset CommandInset href
37846 LatexCommand href
37847 name "listings"
37848 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
37849
37850 \end_inset
37851
37852
37853 \series default
37854
37855 \begin_inset Index idx
37856 status collapsed
37857
37858 \begin_layout Plain Layout
37859 Paquetages LaTeX ! listings
37860 \end_layout
37861
37862 \end_inset
37863
37864
37865 \end_layout
37866
37867 \begin_layout Bibliography
37868 \labelwidthstring Bibliographie
37869 \begin_inset CommandInset bibitem
37870 LatexCommand bibitem
37871 key "marginnote"
37872
37873 \end_inset
37874
37875 Documentation du paquetage LaTeX 
37876 \series bold
37877
37878 \begin_inset CommandInset href
37879 LatexCommand href
37880 name "marginnote"
37881 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37882
37883 \end_inset
37884
37885
37886 \series default
37887
37888 \begin_inset Index idx
37889 status collapsed
37890
37891 \begin_layout Plain Layout
37892 Paquetages LaTeX ! marginnote
37893 \end_layout
37894
37895 \end_inset
37896
37897
37898 \end_layout
37899
37900 \begin_layout Bibliography
37901 \labelwidthstring Bibliographie
37902 \begin_inset CommandInset bibitem
37903 LatexCommand bibitem
37904 key "lettrine"
37905
37906 \end_inset
37907
37908 Documentation du paquetage LaTeX 
37909 \series bold
37910
37911 \begin_inset CommandInset href
37912 LatexCommand href
37913 name "lettrine"
37914 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37915
37916 \end_inset
37917
37918
37919 \series default
37920  et un 
37921 \begin_inset CommandInset href
37922 LatexCommand href
37923 name "exemple"
37924 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
37925
37926 \end_inset
37927
37928
37929 \begin_inset Index idx
37930 status collapsed
37931
37932 \begin_layout Plain Layout
37933 Paquetages LaTeX ! lettrine
37934 \end_layout
37935
37936 \end_inset
37937
37938
37939 \end_layout
37940
37941 \begin_layout Bibliography
37942 \labelwidthstring Bibliographie
37943 \begin_inset CommandInset bibitem
37944 LatexCommand bibitem
37945 key "pstricks"
37946
37947 \end_inset
37948
37949 Page Web du paquetage LaTeX 
37950 \series bold
37951
37952 \begin_inset CommandInset href
37953 LatexCommand href
37954 name "PSTricks"
37955 target "http://tug.org/PSTricks/"
37956
37957 \end_inset
37958
37959
37960 \series default
37961
37962 \begin_inset Index idx
37963 status collapsed
37964
37965 \begin_layout Plain Layout
37966 Paquetages LaTeX ! PSTricks
37967 \end_layout
37968
37969 \end_inset
37970
37971
37972 \end_layout
37973
37974 \begin_layout Bibliography
37975 \labelwidthstring Bibliographie
37976 \begin_inset CommandInset bibitem
37977 LatexCommand bibitem
37978 key "sidecap"
37979
37980 \end_inset
37981
37982 Documentation du paquetage LaTeX 
37983 \series bold
37984
37985 \begin_inset CommandInset href
37986 LatexCommand href
37987 name "sidecap"
37988 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
37989
37990 \end_inset
37991
37992
37993 \series default
37994
37995 \begin_inset Index idx
37996 status collapsed
37997
37998 \begin_layout Plain Layout
37999 Paquetages LaTeX ! sidecap
38000 \end_layout
38001
38002 \end_inset
38003
38004
38005 \end_layout
38006
38007 \begin_layout Bibliography
38008 \labelwidthstring Bibliographie
38009 \begin_inset CommandInset bibitem
38010 LatexCommand bibitem
38011 key "prettyref"
38012
38013 \end_inset
38014
38015 Documentation du paquetage LaTeX
38016 \series bold
38017  
38018 \begin_inset CommandInset href
38019 LatexCommand href
38020 name "prettyref"
38021 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
38022
38023 \end_inset
38024
38025
38026 \series default
38027
38028 \begin_inset Index idx
38029 status collapsed
38030
38031 \begin_layout Plain Layout
38032 Paquetages LaTeX ! prettyref
38033 \end_layout
38034
38035 \end_inset
38036
38037
38038 \end_layout
38039
38040 \begin_layout Bibliography
38041 \labelwidthstring Bibliographie
38042 \begin_inset CommandInset bibitem
38043 LatexCommand bibitem
38044 key "refstyle"
38045
38046 \end_inset
38047
38048 Documentation du paquetage LaTeX
38049 \series bold
38050  
38051 \begin_inset CommandInset href
38052 LatexCommand href
38053 name "refstyle"
38054 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
38055
38056 \end_inset
38057
38058
38059 \series default
38060
38061 \begin_inset Index idx
38062 status collapsed
38063
38064 \begin_layout Plain Layout
38065 Paquetages LaTeX ! refstyle
38066 \end_layout
38067
38068 \end_inset
38069
38070
38071 \end_layout
38072
38073 \begin_layout Bibliography
38074 \labelwidthstring Bibliographie
38075 \begin_inset CommandInset bibitem
38076 LatexCommand bibitem
38077 key "NewInLyX20"
38078
38079 \end_inset
38080
38081
38082 \begin_inset CommandInset href
38083 LatexCommand href
38084 name "Page Wiki"
38085 target "http://wiki.lyx.org/LyX/NewInLyX20"
38086
38087 \end_inset
38088
38089  au sujet des nouveautés de 
38090 \family sans
38091 LyX 2.0
38092 \family default
38093 .
38094 \end_layout
38095
38096 \begin_layout Standard
38097 \begin_inset CommandInset index_print
38098 LatexCommand printindex
38099 type "idx"
38100
38101 \end_inset
38102
38103
38104 \end_layout
38105
38106 \end_body
38107 \end_document