]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
3f1fbe576093ccd28b0f2fc487e3c913b5df37e2
[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 Le champ 
714 \family sans
715 Initialiser
716 \begin_inset space ~
717 \end_inset
718
719 le
720 \begin_inset space ~
721 \end_inset
722
723 nom
724 \begin_inset space ~
725 \end_inset
726
727 du
728 \begin_inset space ~
729 \end_inset
730
731 groupe
732 \family default
733  vous permet de définir ou de choisir un groupe de paramètres d'image
734 \begin_inset Index idx
735 status collapsed
736
737 \begin_layout Plain Layout
738 Figures ! Groupes de paramétrisation
739 \end_layout
740
741 \end_inset
742
743 .
744  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
745  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
746  les autres soient automatiquement modifiées de la même manière.
747  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
748  avoir à modifier leur taille manuellement une par une.
749  On peut rattacher une image à un groupe existant en utilisant le menu contextue
750 l de l'image et en cochant le nom du groupe dans la liste
751 \begin_inset Foot
752 status collapsed
753
754 \begin_layout Plain Layout
755 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
756 \end_layout
757
758 \end_inset
759
760 .
761 \end_layout
762
763 \begin_layout Standard
764 \begin_inset VSpace bigskip
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Standard
771 Voici un exemple d'image au format EPS
772 \begin_inset Foot
773 status collapsed
774
775 \begin_layout Plain Layout
776 Les format d'images sont décrits dans la section
777 \begin_inset space ~
778 \end_inset
779
780
781 \begin_inset CommandInset ref
782 LatexCommand ref
783 reference "sec:Image-Formats"
784
785 \end_inset
786
787 .
788 \end_layout
789
790 \end_inset
791
792  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
793 nt:
794 \end_layout
795
796 \begin_layout Standard
797 \align center
798 \begin_inset Graphics
799         filename ../clipart/mobius.eps
800         scale 70
801         scaleBeforeRotation
802         rotateOrigin center
803
804 \end_inset
805
806
807 \end_layout
808
809 \begin_layout Standard
810 Et voici la même image mais en mode brouillon:
811 \end_layout
812
813 \begin_layout Standard
814 \align center
815 \begin_inset Graphics
816         filename ../clipart/mobius.eps
817         scale 70
818         draft
819         scaleBeforeRotation
820         rotateOrigin center
821
822 \end_inset
823
824
825 \end_layout
826
827 \begin_layout Section
828 Figures Flottantes
829 \begin_inset CommandInset label
830 LatexCommand label
831 name "sec:Figure-Floats"
832
833 \end_inset
834
835
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 Flottants ! Figures
841 \end_layout
842
843 \end_inset
844
845
846 \begin_inset Index idx
847 status collapsed
848
849 \begin_layout Plain Layout
850 Figures ! Flottants
851 \end_layout
852
853 \end_inset
854
855
856 \end_layout
857
858 \begin_layout Standard
859 Pour des explications d'ordre général concernant les flottants, jetez un
860  coup d'œil à la section
861 \begin_inset space ~
862 \end_inset
863
864
865 \begin_inset CommandInset ref
866 LatexCommand ref
867 reference "sec:Flottants-Introduction"
868
869 \end_inset
870
871 .
872 \end_layout
873
874 \begin_layout Standard
875 Le bouton 
876 \begin_inset Graphics
877         filename ../../images/float-insert_figure.png
878         scale 85
879         scaleBeforeRotation
880
881 \end_inset
882
883  de la barre d'outils et le menu 
884 \family sans
885 Insérer\SpecialChar \menuseparator
886 Flottant\SpecialChar \menuseparator
887 Figure
888 \family default
889  insèrent un flottant avec l'étiquette 
890 \begin_inset Quotes eld
891 \end_inset
892
893
894 \series bold
895 Figure
896 \begin_inset space ~
897 \end_inset
898
899 #:
900 \series default
901
902 \begin_inset Quotes erd
903 \end_inset
904
905  (# est le numéro réel de l'image).
906  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
907 \begin_inset space ~
908 \end_inset
909
910
911 \begin_inset CommandInset ref
912 LatexCommand ref
913 reference "fig:kill-plat"
914
915 \end_inset
916
917  ou en dessous de la légende comme pour la Figure
918 \begin_inset space ~
919 \end_inset
920
921
922 \begin_inset CommandInset ref
923 LatexCommand ref
924 reference "fig:escher"
925
926 \end_inset
927
928 .
929  Vous trouverez plus d'information sur le positionnement des légendes dans
930  la section
931 \begin_inset space ~
932 \end_inset
933
934
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "sec:Placement-légende"
938
939 \end_inset
940
941 .
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Float figure
946 wide false
947 sideways false
948 status open
949
950 \begin_layout Plain Layout
951 \align center
952 \begin_inset Graphics
953         filename ../clipart/platypus.eps
954         width 50col%
955         scaleBeforeRotation
956         rotateOrigin center
957
958 \end_inset
959
960
961 \end_layout
962
963 \begin_layout Plain Layout
964 \begin_inset Caption
965
966 \begin_layout Plain Layout
967 \begin_inset CommandInset label
968 LatexCommand label
969 name "fig:kill-plat"
970
971 \end_inset
972
973 Un ornithorynque sévèrement déformé dans un flottant de figure.
974 \end_layout
975
976 \end_inset
977
978
979 \end_layout
980
981 \end_inset
982
983
984 \end_layout
985
986 \begin_layout Standard
987 \begin_inset Float figure
988 wide false
989 sideways false
990 status open
991
992 \begin_layout Plain Layout
993 \begin_inset Caption
994
995 \begin_layout Plain Layout
996 \begin_inset CommandInset label
997 LatexCommand label
998 name "fig:escher"
999
1000 \end_inset
1001
1002 M.C.
1003  Escher sous LSD.
1004 \end_layout
1005
1006 \end_inset
1007
1008
1009 \end_layout
1010
1011 \begin_layout Plain Layout
1012 \align center
1013 \begin_inset Graphics
1014         filename ../clipart/escher-lsd.eps
1015         scale 80
1016         scaleBeforeRotation
1017         rotateOrigin center
1018
1019 \end_inset
1020
1021
1022 \end_layout
1023
1024 \end_inset
1025
1026
1027 \end_layout
1028
1029 \begin_layout Standard
1030 \begin_inset Index idx
1031 status collapsed
1032
1033 \begin_layout Plain Layout
1034 References@Références ! à des Figures
1035 \end_layout
1036
1037 \end_inset
1038
1039 Les figure
1040 \begin_inset space ~
1041 \end_inset
1042
1043
1044 \begin_inset CommandInset ref
1045 LatexCommand ref
1046 reference "fig:kill-plat"
1047
1048 \end_inset
1049
1050  et 
1051 \begin_inset CommandInset ref
1052 LatexCommand ref
1053 reference "fig:escher"
1054
1055 \end_inset
1056
1057  sont des exemples de figures référencées.
1058  Dans le texte, on fait référence à une figure en faisant référence à sa
1059  légende.
1060  On insère donc une étiquette dans la légende en utilisant le menu 
1061 \family sans
1062 Insérer
1063 \family default
1064 \SpecialChar \menuseparator
1065
1066 \family sans
1067 Étiquette
1068 \family default
1069  ou le bouton 
1070 \begin_inset Graphics
1071         filename ../../images/label-insert.png
1072         scale 85
1073         scaleBeforeRotation
1074
1075 \end_inset
1076
1077  de la barre d'outils.
1078  On peut alors faire référence à cette étiquette en utilisant le menu 
1079 \family sans
1080 Insérer\SpecialChar \menuseparator
1081 Référence
1082 \begin_inset space ~
1083 \end_inset
1084
1085 croisée
1086 \family default
1087  ou le bouton 
1088 \begin_inset Graphics
1089         filename ../../images/dialog-show-new-inset_ref.png
1090         scale 85
1091         scaleBeforeRotation
1092
1093 \end_inset
1094
1095  de la barre d'outils.
1096  Il est important d'utiliser des références pour les flottants de figures
1097  plutôt que des locutions vagues du genre 
1098 \begin_inset Quotes eld
1099 \end_inset
1100
1101 la figure ci-dessous
1102 \begin_inset Quotes erd
1103 \end_inset
1104
1105 , puisque LaTeX va repositionner la figure dans le document final.
1106  Votre figure risque de ne plus être ci-dessous du tout !
1107 \begin_inset Newline newline
1108 \end_inset
1109
1110 Le référencement est expliqué plus en détail dans la section
1111 \begin_inset space ~
1112 \end_inset
1113
1114
1115 \begin_inset CommandInset ref
1116 LatexCommand ref
1117 reference "sec:Referencer-les-Flottants"
1118
1119 \end_inset
1120
1121 .
1122 \end_layout
1123
1124 \begin_layout Standard
1125 En principe on met une seule figure dans un flottant, mais parfois vous
1126  pouvez vouloir deux figures avec chacune sa sous-légende.
1127  C'est possible en insérant des flottants d'image dans des flottants d'image
1128  existants.
1129  Notez que seule la légende principale des flottants est reprise dans la
1130  liste des figures.
1131  La figure
1132 \begin_inset space ~
1133 \end_inset
1134
1135
1136 \begin_inset CommandInset ref
1137 LatexCommand ref
1138 reference "fig:Deux-images-déformées"
1139
1140 \end_inset
1141
1142  est un exemple de flottant de figure avec deux images mises l'une à côté
1143  de l'autre.
1144  Vous pouvez aussi mettre les images les unes sous les autres.
1145  Les figures
1146 \begin_inset space ~
1147 \end_inset
1148
1149
1150 \begin_inset CommandInset ref
1151 LatexCommand ref
1152 reference "fig:Structure-indéfinissable"
1153
1154 \end_inset
1155
1156  et 
1157 \begin_inset CommandInset ref
1158 LatexCommand ref
1159 reference "fig:Un-ornithorynque"
1160
1161 \end_inset
1162
1163  sont des sous-figures.
1164 \end_layout
1165
1166 \begin_layout Standard
1167 \begin_inset Float figure
1168 wide false
1169 sideways false
1170 status open
1171
1172 \begin_layout Plain Layout
1173 \begin_inset space \hfill{}
1174 \end_inset
1175
1176
1177 \begin_inset Float figure
1178 wide false
1179 sideways false
1180 status open
1181
1182 \begin_layout Plain Layout
1183 \begin_inset Caption
1184
1185 \begin_layout Plain Layout
1186 \begin_inset CommandInset label
1187 LatexCommand label
1188 name "fig:Structure-indéfinissable"
1189
1190 \end_inset
1191
1192 Structure indéfinissable
1193 \end_layout
1194
1195 \end_inset
1196
1197
1198 \end_layout
1199
1200 \begin_layout Plain Layout
1201 \begin_inset Graphics
1202         filename ../clipart/escher-lsd.eps
1203         width 45col%
1204         scaleBeforeRotation
1205         groupId Déformés
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \end_inset
1213
1214
1215 \begin_inset space \hfill{}
1216 \end_inset
1217
1218
1219 \begin_inset Float figure
1220 wide false
1221 sideways false
1222 status open
1223
1224 \begin_layout Plain Layout
1225 \begin_inset Caption
1226
1227 \begin_layout Plain Layout
1228 \begin_inset CommandInset label
1229 LatexCommand label
1230 name "fig:Un-ornithorynque"
1231
1232 \end_inset
1233
1234 Un ornithorynque
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \end_layout
1241
1242 \begin_layout Plain Layout
1243 \begin_inset Graphics
1244         filename ../clipart/platypus.eps
1245         width 45col%
1246         scaleBeforeRotation
1247         groupId Déformés
1248
1249 \end_inset
1250
1251
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset space \hfill{}
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \begin_layout Plain Layout
1264 \begin_inset Caption
1265
1266 \begin_layout Plain Layout
1267 \begin_inset CommandInset label
1268 LatexCommand label
1269 name "fig:Deux-images-déformées"
1270
1271 \end_inset
1272
1273 Deux images déformées.
1274  Les deux images font partie du groupe de paramétrisation 
1275 \begin_inset Quotes eld
1276 \end_inset
1277
1278 déformés
1279 \begin_inset Quotes erd
1280 \end_inset
1281
1282 .
1283 \end_layout
1284
1285 \end_inset
1286
1287
1288 \end_layout
1289
1290 \end_inset
1291
1292
1293 \end_layout
1294
1295 \begin_layout Section
1296 Les Formats d'images
1297 \begin_inset CommandInset label
1298 LatexCommand label
1299 name "sec:Image-Formats"
1300
1301 \end_inset
1302
1303
1304 \begin_inset Index idx
1305 status collapsed
1306
1307 \begin_layout Plain Layout
1308 Formats d' images
1309 \end_layout
1310
1311 \end_inset
1312
1313
1314 \begin_inset Index idx
1315 status collapsed
1316
1317 \begin_layout Plain Layout
1318 Figures ! Formats d'images
1319 \end_layout
1320
1321 \end_inset
1322
1323
1324 \end_layout
1325
1326 \begin_layout Standard
1327 Vous pouvez insérer des images dans n'importe quel format connu.
1328  Mais, comme nous l'avons expliqué dans l'appendice
1329 \begin_inset space ~
1330 \end_inset
1331
1332
1333 \begin_inset CommandInset ref
1334 LatexCommand ref
1335 reference "cha:Formats-fichiers-graphiques"
1336
1337 \end_inset
1338
1339 ,
1340 \lang english
1341  
1342 \lang french
1343 chaque format pour la sortie du document ne va accepter qu'un petit nombre
1344  de formats d'images.
1345  Pour s'en sortir LyX utilise le programme 
1346 \family typewriter
1347 ImageMagick
1348 \family default
1349  en arrière plan pour convertir les formats que vous utilisez dans un des
1350  formats acceptés par le format de sortie.
1351  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1352 ons en n'utilisant que les formats listés dans les sous sections de
1353 \lang english
1354  
1355 \lang french
1356 l'appendice
1357 \begin_inset space ~
1358 \end_inset
1359
1360
1361 \begin_inset CommandInset ref
1362 LatexCommand ref
1363 reference "cha:Formats-fichiers-graphiques"
1364
1365 \end_inset
1366
1367 .
1368 \end_layout
1369
1370 \begin_layout Standard
1371 Comme pour les polices de caractères, il y a deux grands types de formats
1372  d'images:
1373 \end_layout
1374
1375 \begin_layout Description
1376 Les
1377 \begin_inset space ~
1378 \end_inset
1379
1380 images
1381 \begin_inset space ~
1382 \end_inset
1383
1384 Matricielles
1385 \begin_inset space ~
1386 \end_inset
1387
1388 (ou
1389 \begin_inset space ~
1390 \end_inset
1391
1392 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1393  enregistrés sous un format compressé.
1394  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1395  petits carrés quand on utilise des agrandissements trop importants (aspect
1396  
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400 pixellisé
1401 \begin_inset Quotes erd
1402 \end_inset
1403
1404 ).
1405  Les formats matriciels les plus connus sont le GIF (
1406 \begin_inset Quotes eld
1407 \end_inset
1408
1409 Graphics Interchange Format
1410 \begin_inset Quotes erd
1411 \end_inset
1412
1413 , avec comme extension de fichier 
1414 \begin_inset Quotes eld
1415 \end_inset
1416
1417
1418 \family typewriter
1419 .gif
1420 \family default
1421
1422 \begin_inset Quotes erd
1423 \end_inset
1424
1425 )
1426 \begin_inset Index idx
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 GIF|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Format d'image
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457 , le PNG (
1458 \begin_inset Quotes eld
1459 \end_inset
1460
1461 Portable Network Graphics, extension 
1462 \begin_inset Quotes eld
1463 \end_inset
1464
1465
1466 \family typewriter
1467 .png
1468 \family default
1469
1470 \begin_inset Quotes erd
1471 \end_inset
1472
1473 )
1474 \begin_inset Index idx
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478 PNG|see
1479 \begin_inset ERT
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483
1484 {
1485 \end_layout
1486
1487 \end_inset
1488
1489 Formats d'image
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 }
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504
1505  et le JPG (
1506 \begin_inset Quotes eld
1507 \end_inset
1508
1509 Joint Photographic Expert Group, extension 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513
1514 \family typewriter
1515 .jpg
1516 \family default
1517
1518 \begin_inset Quotes erd
1519 \end_inset
1520
1521  ou 
1522 \begin_inset Quotes eld
1523 \end_inset
1524
1525
1526 \family typewriter
1527 .jpeg
1528 \family default
1529
1530 \begin_inset Quotes erd
1531 \end_inset
1532
1533 )
1534 \begin_inset Index idx
1535 status collapsed
1536
1537 \begin_layout Plain Layout
1538 JPG|see
1539 \begin_inset ERT
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543
1544 {
1545 \end_layout
1546
1547 \end_inset
1548
1549 Formats d'image
1550 \begin_inset ERT
1551 status collapsed
1552
1553 \begin_layout Plain Layout
1554
1555 }
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564
1565 .
1566 \end_layout
1567
1568 \begin_layout Description
1569 Les
1570 \begin_inset space ~
1571 \end_inset
1572
1573 images
1574 \begin_inset space ~
1575 \end_inset
1576
1577 Vectorielles
1578 \begin_inset space ~
1579 \end_inset
1580
1581 (ou
1582 \begin_inset space ~
1583 \end_inset
1584
1585 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1586  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1587 nnée comme on le veut sans perte de précision.
1588  La possibilité de redimensionner les images est très utilisé pour les présentat
1589 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1590 nnement.
1591  Le redimensionnement permet aussi de présenter des documents en ligne où
1592  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1593  étudier les détails.
1594 \begin_inset Newline newline
1595 \end_inset
1596
1597 Les principaux formats vectoriels sont le SVG (
1598 \begin_inset Quotes eld
1599 \end_inset
1600
1601 Scalable Vector Graphics
1602 \begin_inset Quotes erd
1603 \end_inset
1604
1605 , extension
1606 \begin_inset Quotes eld
1607 \end_inset
1608
1609
1610 \family typewriter
1611 .svg
1612 \family default
1613
1614 \begin_inset Quotes erd
1615 \end_inset
1616
1617 )
1618 \begin_inset Index idx
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622 SVG|see
1623 \begin_inset ERT
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628 {
1629 \end_layout
1630
1631 \end_inset
1632
1633 Format d'image
1634 \begin_inset ERT
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638
1639 }
1640 \end_layout
1641
1642 \end_inset
1643
1644
1645 \end_layout
1646
1647 \end_inset
1648
1649 , l'EPS ( 
1650 \begin_inset Quotes eld
1651 \end_inset
1652
1653 encapsulated PostScript
1654 \begin_inset Quotes erd
1655 \end_inset
1656
1657 , extension
1658 \begin_inset Quotes eld
1659 \end_inset
1660
1661
1662 \family typewriter
1663 .eps
1664 \family default
1665
1666 \begin_inset Quotes erd
1667 \end_inset
1668
1669 )
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 EPS|see
1675 \begin_inset ERT
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679
1680 {
1681 \end_layout
1682
1683 \end_inset
1684
1685 Format d'image
1686 \begin_inset ERT
1687 status collapsed
1688
1689 \begin_layout Plain Layout
1690
1691 }
1692 \end_layout
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \end_inset
1700
1701 , le PDF (
1702 \begin_inset Quotes eld
1703 \end_inset
1704
1705 Portable Document Format
1706 \begin_inset Quotes erd
1707 \end_inset
1708
1709 , extension
1710 \begin_inset Quotes eld
1711 \end_inset
1712
1713
1714 \family typewriter
1715 .pdf
1716 \family default
1717
1718 \begin_inset Quotes erd
1719 \end_inset
1720
1721 )
1722 \begin_inset Index idx
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 PDF|see
1727 \begin_inset ERT
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731
1732 {
1733 \end_layout
1734
1735 \end_inset
1736
1737 Format d'image
1738 \begin_inset ERT
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742
1743 }
1744 \end_layout
1745
1746 \end_inset
1747
1748
1749 \end_layout
1750
1751 \end_inset
1752
1753  et le WMF (
1754 \begin_inset Quotes eld
1755 \end_inset
1756
1757 Windows Metafile
1758 \begin_inset Quotes erd
1759 \end_inset
1760
1761 , extension 
1762 \begin_inset Quotes eld
1763 \end_inset
1764
1765
1766 \family typewriter
1767 .wfm
1768 \family default
1769
1770 \begin_inset Quotes erd
1771 \end_inset
1772
1773  ou 
1774 \begin_inset Quotes eld
1775 \end_inset
1776
1777
1778 \family typewriter
1779 .emf
1780 \family default
1781
1782 \begin_inset Quotes erd
1783 \end_inset
1784
1785 )
1786 \begin_inset Index idx
1787 status collapsed
1788
1789 \begin_layout Plain Layout
1790 WMF|see
1791 \begin_inset ERT
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795
1796 {
1797 \end_layout
1798
1799 \end_inset
1800
1801 Formats d'images
1802 \begin_inset ERT
1803 status collapsed
1804
1805 \begin_layout Plain Layout
1806
1807 }
1808 \end_layout
1809
1810 \end_inset
1811
1812
1813 \end_layout
1814
1815 \end_inset
1816
1817 .
1818  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1819  en EPS, mais le résultat ne sera pas redimensionnable.
1820  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale
1821 \begin_inset Foot
1822 status open
1823
1824 \begin_layout Plain Layout
1825 Dans le cas du PDF l'image initiale est aussi compressée.
1826 \end_layout
1827
1828 \end_inset
1829
1830 .
1831 \end_layout
1832
1833 \begin_layout Standard
1834 Les fichiers PDF générés par 
1835 \family typewriter
1836 Adobe Photoshop
1837 \family default
1838 , par exemple, sont des images matricielles.
1839 \end_layout
1840
1841 \begin_layout Standard
1842 En principe il est quasiment impossible de convertir une image matricielle
1843  en graphique vectoriel, seul le contraire est possible.
1844
1845 \lang english
1846  
1847 \lang french
1848 Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1849  dans respectivement un fichier de sortie PDF ou PostScript.
1850  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1851  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1852  WMF/SVG
1853 \begin_inset Formula $\to$
1854 \end_inset
1855
1856 PDF/EPS convenables.
1857 \end_layout
1858
1859 \begin_layout Chapter
1860 Tableaux
1861 \begin_inset Index idx
1862 status collapsed
1863
1864 \begin_layout Plain Layout
1865 Tableau
1866 \end_layout
1867
1868 \end_inset
1869
1870
1871 \end_layout
1872
1873 \begin_layout Section
1874 Introduction
1875 \begin_inset Index idx
1876 status collapsed
1877
1878 \begin_layout Plain Layout
1879 Tableau ! Introduction
1880 \end_layout
1881
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \begin_layout Standard
1888 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1889  
1890 \begin_inset Graphics
1891         filename ../../images/tabular-insert.png
1892         scale 85
1893         scaleBeforeRotation
1894
1895 \end_inset
1896
1897  soit 
1898 \family sans
1899 Insérer\SpecialChar \menuseparator
1900 Tableau
1901 \family default
1902 .
1903  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1904  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1905  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1906  sur un bouton de la souris pour valider votre choix.
1907  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1908  vous demandant le nombre de lignes et de colonnes.
1909 \begin_inset Newline newline
1910 \end_inset
1911
1912 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1913  une à droite de la colonne la plus à droite et une en bas de la rangée
1914  du bas, qui forment une boîte autour du tableau.
1915  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1916  apparaît séparée du reste du tableau.
1917  Voici un exemple :
1918 \end_layout
1919
1920 \begin_layout Standard
1921 \align center
1922 \begin_inset Tabular
1923 <lyxtabular version="3" rows="4" columns="4">
1924 <features tabularvalignment="middle">
1925 <column alignment="center" valignment="top" width="0">
1926 <column alignment="center" valignment="top" width="0">
1927 <column alignment="center" valignment="top" width="0">
1928 <column alignment="center" valignment="top" width="0">
1929 <row>
1930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1931 \begin_inset Text
1932
1933 \begin_layout Plain Layout
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1940 \begin_inset Text
1941
1942 \begin_layout Plain Layout
1943 1
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 2
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961 3
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 </row>
1967 <row>
1968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1969 \begin_inset Text
1970
1971 \begin_layout Plain Layout
1972 A
1973 \end_layout
1974
1975 \end_inset
1976 </cell>
1977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \end_layout
1983
1984 \end_inset
1985 </cell>
1986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 <row>
2006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2007 \begin_inset Text
2008
2009 \begin_layout Plain Layout
2010 B
2011 \end_layout
2012
2013 \end_inset
2014 </cell>
2015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2016 \begin_inset Text
2017
2018 \begin_layout Plain Layout
2019
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Plain Layout
2037
2038 \end_layout
2039
2040 \end_inset
2041 </cell>
2042 </row>
2043 <row>
2044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2045 \begin_inset Text
2046
2047 \begin_layout Plain Layout
2048 C
2049 \end_layout
2050
2051 \end_inset
2052 </cell>
2053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2054 \begin_inset Text
2055
2056 \begin_layout Plain Layout
2057
2058 \end_layout
2059
2060 \end_inset
2061 </cell>
2062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2063 \begin_inset Text
2064
2065 \begin_layout Plain Layout
2066
2067 \end_layout
2068
2069 \end_inset
2070 </cell>
2071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2072 \begin_inset Text
2073
2074 \begin_layout Plain Layout
2075
2076 \end_layout
2077
2078 \end_inset
2079 </cell>
2080 </row>
2081 </lyxtabular>
2082
2083 \end_inset
2084
2085
2086 \end_layout
2087
2088 \begin_layout Section
2089 La fenêtre 
2090 \family sans
2091 Tableau
2092 \family default
2093
2094 \begin_inset Index idx
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098 Tableau ! Fenêtre de dialogue
2099 \end_layout
2100
2101 \end_inset
2102
2103
2104 \end_layout
2105
2106 \begin_layout Standard
2107 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2108  de la souris, ce qui fait apparaître une fenêtre avec des options.
2109  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2110  la colonne et la ligne dans laquelle le curseur se trouve.
2111  La plupart des options peuvent s'appliquer à des sélections.
2112  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2113  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2114  votre sélection.
2115  Notez qu'il y a une différence entre sélectionner le 
2116 \emph on
2117 contenu 
2118 \emph default
2119 d'une cellule et sélectionner la cellule elle-même.
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123 En cochant l'option 
2124 \family sans
2125 Application
2126 \begin_inset space ~
2127 \end_inset
2128
2129 immédiate
2130 \family default
2131  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2132  est appliquée directement.
2133  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2134  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2135  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2136  de dialogue, vous devez appuyer sur 
2137 \family sans
2138 Entrée
2139 \family default
2140  pour que la modification soit appliquée.
2141 \begin_inset Newline newline
2142 \end_inset
2143
2144 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2145  :
2146 \end_layout
2147
2148 \begin_layout Description
2149 Paramètres
2150 \begin_inset space ~
2151 \end_inset
2152
2153 du
2154 \begin_inset space ~
2155 \end_inset
2156
2157 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2158  la largeur de la colonne courante.
2159  L'alignement horizontal 
2160 \family sans
2161 Au
2162 \begin_inset space ~
2163 \end_inset
2164
2165 séparateur
2166 \begin_inset space ~
2167 \end_inset
2168
2169 décimal
2170 \family default
2171  est décrit dans la section
2172 \begin_inset space ~
2173 \end_inset
2174
2175
2176 \begin_inset CommandInset ref
2177 LatexCommand ref
2178 reference "sub:Alignements-de-cellules"
2179
2180 \end_inset
2181
2182 .
2183  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2184  vertical de la ligne courante.
2185  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2186  et donc, plusieurs paragraphes de texte, voir la section
2187 \begin_inset space ~
2188 \end_inset
2189
2190
2191 \begin_inset CommandInset ref
2192 LatexCommand ref
2193 reference "sub:Lignes-multiple-dans-cellule"
2194
2195 \end_inset
2196
2197 .
2198  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2199  pour accommoder le contenu de cellule le plus large.
2200 \begin_inset Newline newline
2201 \end_inset
2202
2203 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2204  un multicolonne, voir la section
2205 \begin_inset space ~
2206 \end_inset
2207
2208
2209 \begin_inset CommandInset ref
2210 LatexCommand ref
2211 reference "sub:Multicolonnes"
2212
2213 \end_inset
2214
2215  ou une cellule d'une colonne comme cellule multiligne, voir la section
2216 \begin_inset space ~
2217 \end_inset
2218
2219
2220 \begin_inset CommandInset ref
2221 LatexCommand ref
2222 reference "sub:Multi-lignes"
2223
2224 \end_inset
2225
2226 .
2227 \begin_inset Newline newline
2228 \end_inset
2229
2230 L'option 
2231 \family sans
2232 Tourner
2233 \begin_inset space ~
2234 \end_inset
2235
2236 la
2237 \begin_inset space ~
2238 \end_inset
2239
2240 case
2241 \begin_inset space ~
2242 \end_inset
2243
2244 de
2245 \begin_inset space ~
2246 \end_inset
2247
2248 90°
2249 \family default
2250  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2251  L'option 
2252 \family sans
2253 Tourner
2254 \begin_inset space ~
2255 \end_inset
2256
2257 le
2258 \begin_inset space ~
2259 \end_inset
2260
2261 tableau
2262 \begin_inset space ~
2263 \end_inset
2264
2265 de
2266 \begin_inset space ~
2267 \end_inset
2268
2269 90°
2270 \family default
2271  fait pivoter tout le tableau.
2272  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2273  la sortie finale.
2274 \begin_inset Newline newline
2275 \end_inset
2276
2277
2278 \begin_inset Note Greyedout
2279 status open
2280
2281 \begin_layout Plain Layout
2282
2283 \series bold
2284 Note:
2285 \series default
2286  La plupart des visualiseurs DVI ne sont 
2287 \emph on
2288 pas
2289 \emph default
2290  capables d'afficher ces rotations.
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \begin_inset Newline newline
2297 \end_inset
2298
2299 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2300  qui sont incorporés dans une ligne de texte :
2301 \begin_inset Newline newline
2302 \end_inset
2303
2304 Une ligne avec des tableaux alignés de différentes manières: 
2305 \begin_inset Tabular
2306 <lyxtabular version="3" rows="2" columns="2">
2307 <features tabularvalignment="top">
2308 <column alignment="center" valignment="top" width="0pt">
2309 <column alignment="center" valignment="top" width="0">
2310 <row>
2311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2312 \begin_inset Text
2313
2314 \begin_layout Plain Layout
2315
2316 \end_layout
2317
2318 \end_inset
2319 </cell>
2320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2321 \begin_inset Text
2322
2323 \begin_layout Plain Layout
2324 1
2325 \end_layout
2326
2327 \end_inset
2328 </cell>
2329 </row>
2330 <row>
2331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Plain Layout
2335 A
2336 \end_layout
2337
2338 \end_inset
2339 </cell>
2340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2341 \begin_inset Text
2342
2343 \begin_layout Plain Layout
2344
2345 \end_layout
2346
2347 \end_inset
2348 </cell>
2349 </row>
2350 </lyxtabular>
2351
2352 \end_inset
2353
2354  
2355 \begin_inset Tabular
2356 <lyxtabular version="3" rows="2" columns="2">
2357 <features tabularvalignment="middle">
2358 <column alignment="center" valignment="top" width="0">
2359 <column alignment="center" valignment="top" width="0">
2360 <row>
2361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Plain Layout
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2371 \begin_inset Text
2372
2373 \begin_layout Plain Layout
2374 1
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 A
2386 \end_layout
2387
2388 \end_inset
2389 </cell>
2390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2391 \begin_inset Text
2392
2393 \begin_layout Plain Layout
2394
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 </row>
2400 </lyxtabular>
2401
2402 \end_inset
2403
2404  
2405 \begin_inset Tabular
2406 <lyxtabular version="3" rows="2" columns="2">
2407 <features tabularvalignment="bottom">
2408 <column alignment="center" valignment="top" width="0pt">
2409 <column alignment="center" valignment="top" width="0">
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 1
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 </row>
2430 <row>
2431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Plain Layout
2435 A
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \end_layout
2446
2447 \end_inset
2448 </cell>
2449 </row>
2450 </lyxtabular>
2451
2452 \end_inset
2453
2454
2455 \begin_inset Newline newline
2456 \end_inset
2457
2458 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2459  spéciales pour le tableau, voir les sections
2460 \begin_inset space ~
2461 \end_inset
2462
2463
2464 \begin_inset CommandInset ref
2465 LatexCommand ref
2466 reference "sub:Calculs-multicolonnes"
2467
2468 \end_inset
2469
2470  et 
2471 \begin_inset CommandInset ref
2472 LatexCommand ref
2473 reference "sec:Tableaux-Colorés"
2474
2475 \end_inset
2476
2477 .
2478 \end_layout
2479
2480 \begin_layout Description
2481
2482 \family sans
2483 Bordures
2484 \family default
2485  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2486  ou la colonne courante.
2487  
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491 En utilisant le style 
2492 \family sans
2493 Formel
2494 \family default
2495  à la place du style par 
2496 \family sans
2497 Défaut
2498 \family default
2499 , on va convertir le tableau en tableau formel comme on le décrit dans la
2500  section
2501 \begin_inset space ~
2502 \end_inset
2503
2504
2505 \begin_inset CommandInset ref
2506 LatexCommand ref
2507 reference "sec:Tableaux-Formels"
2508
2509 \end_inset
2510
2511 .
2512 \begin_inset Newline newline
2513 \end_inset
2514
2515 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2516  dans les lignes du tableau comme c'est décrit dans la section
2517 \begin_inset space ~
2518 \end_inset
2519
2520
2521 \begin_inset CommandInset ref
2522 LatexCommand ref
2523 reference "sub:Espacement-lignes"
2524
2525 \end_inset
2526
2527 .
2528 \end_layout
2529
2530 \begin_layout Description
2531 Tableau
2532 \begin_inset space ~
2533 \end_inset
2534
2535 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2536  un 
2537 \begin_inset Quotes eld
2538 \end_inset
2539
2540
2541 \emph on
2542 tableau long
2543 \emph default
2544
2545 \begin_inset Quotes erd
2546 \end_inset
2547
2548  qui peut continuer sur plusieurs pages.
2549  Les sections
2550 \begin_inset space ~
2551 \end_inset
2552
2553
2554 \begin_inset CommandInset ref
2555 LatexCommand ref
2556 reference "sec:Tableaux-longs"
2557
2558 \end_inset
2559
2560  et 
2561 \begin_inset CommandInset ref
2562 LatexCommand ref
2563 reference "sec:Questions-sur-tableaux-longs"
2564
2565 \end_inset
2566
2567  décrivent ces tableaux longs plus en détail.
2568 \end_layout
2569
2570 \begin_layout Section
2571 La barre d'outils tableau
2572 \begin_inset Index idx
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 Tableau ! Barre d'outils
2577 \end_layout
2578
2579 \end_inset
2580
2581
2582 \end_layout
2583
2584 \begin_layout Standard
2585 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2586  permet de modifier plus rapidement les tableaux.
2587  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2588  le curseur se trouve à l'intérieur d'un tableau.
2589  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2590  au menu 
2591 \family sans
2592 Visualiser\SpecialChar \menuseparator
2593 Barres
2594 \begin_inset space ~
2595 \end_inset
2596
2597 d'outils\SpecialChar \menuseparator
2598 Tableau
2599 \family default
2600 .
2601 \end_layout
2602
2603 \begin_layout Standard
2604 La barre d'outils contient les icônes suivantes :
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609 \begin_inset Graphics
2610         filename ../../images/tabular-feature_append-row.png
2611         scaleBeforeRotation
2612
2613 \end_inset
2614
2615  ajoute une ligne sous la cellule ou la sélection courante
2616 \end_layout
2617
2618 \begin_layout Labeling
2619 \labelwidthstring 00.00.0000
2620 \begin_inset Graphics
2621         filename ../../images/tabular-feature_append-column.png
2622         scaleBeforeRotation
2623
2624 \end_inset
2625
2626  ajoute une colonne à la droite de la cellule ou de la sélection courante
2627 \end_layout
2628
2629 \begin_layout Labeling
2630 \labelwidthstring 00.00.0000
2631 \begin_inset Graphics
2632         filename ../../images/tabular-feature_delete-row.png
2633         scaleBeforeRotation
2634
2635 \end_inset
2636
2637  supprime la ligne ou la sélection courante
2638 \end_layout
2639
2640 \begin_layout Labeling
2641 \labelwidthstring 00.00.0000
2642 \begin_inset Graphics
2643         filename ../../images/tabular-feature_delete-column.png
2644         scaleBeforeRotation
2645
2646 \end_inset
2647
2648  supprime la colonne ou la sélection courante
2649 \end_layout
2650
2651 \begin_layout Labeling
2652 \labelwidthstring 00.00.0000
2653 \begin_inset Graphics
2654         filename ../../images/tabular-feature_toggle-line-top.png
2655         scaleBeforeRotation
2656
2657 \end_inset
2658
2659  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2660  courante
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Graphics
2666         filename ../../images/tabular-feature_toggle-line-bottom.png
2667         scaleBeforeRotation
2668
2669 \end_inset
2670
2671  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Graphics
2677         filename ../../images/tabular-feature_toggle-line-left.png
2678         scaleBeforeRotation
2679
2680 \end_inset
2681
2682  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2683 \begin_inset Note Note
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 ou colonne ?
2688 \end_layout
2689
2690 \end_inset
2691
2692  ou de la sélection courante
2693 \end_layout
2694
2695 \begin_layout Labeling
2696 \labelwidthstring 00.00.0000
2697 \begin_inset Graphics
2698         filename ../../images/tabular-feature_toggle-line-right.png
2699         scaleBeforeRotation
2700
2701 \end_inset
2702
2703  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2704 \begin_inset Note Note
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 ou colonne ?
2709 \end_layout
2710
2711 \end_inset
2712
2713  ou de la sélection courante
2714 \end_layout
2715
2716 \begin_layout Labeling
2717 \labelwidthstring 00.00.0000
2718 \begin_inset Graphics
2719         filename ../../images/tabular-feature_set-all-lines.png
2720         scaleBeforeRotation
2721
2722 \end_inset
2723
2724  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2725  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2726  colonne et la ligne courante
2727 \end_layout
2728
2729 \begin_layout Labeling
2730 \labelwidthstring 00.00.0000
2731 \begin_inset Graphics
2732         filename ../../images/tabular-feature_unset-all-lines.png
2733         scaleBeforeRotation
2734
2735 \end_inset
2736
2737  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2738  courante- si la cellule courante n'est pas multi-colonnes cela affecte
2739  aussi la colonne et la ligne courante
2740 \end_layout
2741
2742 \begin_layout Labeling
2743 \labelwidthstring 00.00.0000
2744 \begin_inset Graphics
2745         filename ../../images/tabular-feature_m-align-left.png
2746         scaleBeforeRotation
2747
2748 \end_inset
2749
2750  aligne à gauche le contenu de la cellule ou de la colonne courante
2751 \end_layout
2752
2753 \begin_layout Labeling
2754 \labelwidthstring 00.00.0000
2755 \begin_inset Graphics
2756         filename ../../images/tabular-feature_m-align-center.png
2757         scaleBeforeRotation
2758
2759 \end_inset
2760
2761  centre horizontalement le contenu de la cellule ou de la colonne courante
2762 \end_layout
2763
2764 \begin_layout Labeling
2765 \labelwidthstring 00.00.0000
2766 \begin_inset Graphics
2767         filename ../../images/tabular-feature_m-align-right.png
2768         scaleBeforeRotation
2769
2770 \end_inset
2771
2772  aligne à droite le contenu de la cellule ou de la colonne courante
2773 \end_layout
2774
2775 \begin_layout Labeling
2776 \labelwidthstring 00.00.0000
2777 \begin_inset Graphics
2778         filename ../../images/tabular-feature_align-decimal.png
2779         scaleBeforeRotation
2780
2781 \end_inset
2782
2783  aligne le contenu de la colonne courante sur un caractère
2784 \end_layout
2785
2786 \begin_layout Labeling
2787 \labelwidthstring 00.00.0000
2788 \begin_inset Graphics
2789         filename ../../images/tabular-feature_m-valign-top.png
2790         scaleBeforeRotation
2791
2792 \end_inset
2793
2794  aligne le contenu de la cellule courante verticalement vers le haut
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Graphics
2800         filename ../../images/tabular-feature_m-valign-middle.png
2801         scaleBeforeRotation
2802
2803 \end_inset
2804
2805  centre verticalement le contenu de la cellule courante
2806 \end_layout
2807
2808 \begin_layout Labeling
2809 \labelwidthstring 00.00.0000
2810 \begin_inset Graphics
2811         filename ../../images/tabular-feature_m-valign-bottom.png
2812         scaleBeforeRotation
2813
2814 \end_inset
2815
2816  aligne le contenu de la cellule courante verticalement vers le bas
2817 \end_layout
2818
2819 \begin_layout Labeling
2820 \labelwidthstring 00.00.0000
2821 \begin_inset Graphics
2822         filename ../../images/tabular-feature_set-rotate-cell.png
2823         scaleBeforeRotation
2824
2825 \end_inset
2826
2827  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2828 re
2829 \end_layout
2830
2831 \begin_layout Labeling
2832 \labelwidthstring 00.00.0000
2833 \begin_inset Graphics
2834         filename ../../images/tabular-feature_set-rotate-tabular.png
2835         scaleBeforeRotation
2836
2837 \end_inset
2838
2839  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2840 \end_layout
2841
2842 \begin_layout Labeling
2843 \labelwidthstring 00.00.0000
2844 \begin_inset Graphics
2845         filename ../../images/tabular-feature_multicolumn.png
2846         scaleBeforeRotation
2847
2848 \end_inset
2849
2850  transforme en multi-colonne la cellule ou la sélection courante
2851 \end_layout
2852
2853 \begin_layout Labeling
2854 \labelwidthstring 00.00.0000
2855 \begin_inset Graphics
2856         filename ../../images/tabular-feature_multirow.png
2857         scaleBeforeRotation
2858
2859 \end_inset
2860
2861  transforme en multiligne la cellule ou la sélection courante
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \begin_inset Note Greyedout
2866 status open
2867
2868 \begin_layout Plain Layout
2869
2870 \series bold
2871 Note :
2872 \series default
2873  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2874  est utilisé pour toutes les autres cellules de la ligne.
2875 \end_layout
2876
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \begin_layout Section
2883 Le Menu Éditer Tableau
2884 \begin_inset Index idx
2885 status collapsed
2886
2887 \begin_layout Plain Layout
2888 Tableau ! Menu Éditer
2889 \end_layout
2890
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \begin_layout Standard
2897 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2898  
2899 \family sans
2900 Éditer\SpecialChar \menuseparator
2901 Tableau
2902 \family default
2903  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2904  ou de la ligne courante et aussi de transformer la sélection courante en
2905  multi-colonne.
2906  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2907 \end_layout
2908
2909 \begin_layout Section
2910 Flottant de Tableau
2911 \begin_inset CommandInset label
2912 LatexCommand label
2913 name "sec:Table-Floats"
2914
2915 \end_inset
2916
2917
2918 \begin_inset Index idx
2919 status collapsed
2920
2921 \begin_layout Plain Layout
2922 Flottants ! Tableaux
2923 \end_layout
2924
2925 \end_inset
2926
2927
2928 \begin_inset Index idx
2929 status collapsed
2930
2931 \begin_layout Plain Layout
2932 Tableau ! Flottants
2933 \end_layout
2934
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \begin_layout Standard
2941 Pour des explications générales sur les flottants, jetez un œil à la section
2942 \begin_inset space ~
2943 \end_inset
2944
2945
2946 \begin_inset CommandInset ref
2947 LatexCommand ref
2948 reference "sec:Flottants-Introduction"
2949
2950 \end_inset
2951
2952 .
2953 \end_layout
2954
2955 \begin_layout Standard
2956 \begin_inset Float table
2957 placement h
2958 wide false
2959 sideways false
2960 status open
2961
2962 \begin_layout Plain Layout
2963 \begin_inset Caption
2964
2965 \begin_layout Plain Layout
2966 \begin_inset CommandInset label
2967 LatexCommand label
2968 name "tab:Flottant-de-tableau"
2969
2970 \end_inset
2971
2972 Un flottant de tableau.
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Plain Layout
2981 \align center
2982 \begin_inset Tabular
2983 <lyxtabular version="3" rows="3" columns="3">
2984 <features tabularvalignment="middle">
2985 <column alignment="center" valignment="top" width="0pt">
2986 <column alignment="center" valignment="top" width="0pt">
2987 <column alignment="center" valignment="top" width="0pt">
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993 1
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 2
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 3
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 </row>
3017 <row>
3018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 Jules
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3028 \begin_inset Text
3029
3030 \begin_layout Plain Layout
3031 Marie
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 Jean
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 </row>
3046 <row>
3047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 \begin_inset Formula $\int x^{2}dx$
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\left[\begin{array}{cc}
3064 a & b\\
3065 c & d
3066 \end{array}\right]$
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078 \begin_inset Formula $1+1=2$
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 </row>
3087 </lyxtabular>
3088
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095
3096
3097 \end_layout
3098
3099 \begin_layout Standard
3100 Les flottants de tableau sont insérés en utilisant le menu 
3101 \family sans
3102 Insérer\SpecialChar \menuseparator
3103 Flottant\SpecialChar \menuseparator
3104 Tableau
3105 \family default
3106  ou le bouton 
3107 \begin_inset Graphics
3108         filename ../../images/float-insert_table.png
3109         scale 85
3110         scaleBeforeRotation
3111
3112 \end_inset
3113
3114  de la barre d'outils.
3115 \end_layout
3116
3117 \begin_layout Standard
3118 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3119  qui a comme étiquette 
3120 \begin_inset Quotes eld
3121 \end_inset
3122
3123 Tableau
3124 \begin_inset space ~
3125 \end_inset
3126
3127 #:
3128 \begin_inset Quotes erd
3129 \end_inset
3130
3131  (où # est le numéro du tableau).
3132  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3133 \end_layout
3134
3135 \begin_layout Standard
3136 Le tableau
3137 \begin_inset space ~
3138 \end_inset
3139
3140
3141 \begin_inset CommandInset ref
3142 LatexCommand ref
3143 reference "tab:Flottant-de-tableau"
3144
3145 \end_inset
3146
3147  est un exemple de tableau dans un flottant de tableau.
3148 \end_layout
3149
3150 \begin_layout Standard
3151 On met habituellement la légende au dessus des tableaux, mais cette règle
3152  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3153  Cela signifie que si vous utilisez un document appartenant aux classes
3154  
3155 \family sans
3156 article
3157 \family default
3158
3159 \family sans
3160 book
3161 \family default
3162
3163 \family sans
3164 letter
3165 \family default
3166 , ou
3167 \family sans
3168  report
3169 \family default
3170  il n'y aura pas d'espace entre la légende et le tableau.
3171  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3172  la commande de chargement du paquetage LaTeX 
3173 \series bold
3174 caption
3175 \series default
3176
3177 \begin_inset Index idx
3178 status collapsed
3179
3180 \begin_layout Plain Layout
3181 Paquetages LaTeX ! caption
3182 \end_layout
3183
3184 \end_inset
3185
3186  dans le préambule de votre document.
3187 \begin_inset Foot
3188 status open
3189
3190 \begin_layout Plain Layout
3191 Pour plus d'information voyez la section
3192 \begin_inset space ~
3193 \end_inset
3194
3195
3196 \begin_inset CommandInset ref
3197 LatexCommand ref
3198 reference "sec:Placement-légende"
3199
3200 \end_inset
3201
3202 .
3203 \end_layout
3204
3205 \end_inset
3206
3207 :
3208 \end_layout
3209
3210 \begin_layout Standard
3211
3212 \series bold
3213 tableposition=top
3214 \end_layout
3215
3216 \begin_layout Standard
3217 Le paquetage 
3218 \series bold
3219 caption
3220 \series default
3221 , qui est décrit dans la section
3222 \begin_inset space ~
3223 \end_inset
3224
3225
3226 \begin_inset CommandInset ref
3227 LatexCommand ref
3228 reference "sec:Formatage-légende"
3229
3230 \end_inset
3231
3232 , est utilisé pour ajuster le format des légendes.
3233 \end_layout
3234
3235 \begin_layout Standard
3236 Dans le texte, on fait référence à un tableau
3237 \begin_inset Index idx
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241 References@Références ! à des Tableaux
3242 \end_layout
3243
3244 \end_inset
3245
3246  en faisant référence à sa légende.
3247  On insère donc une étiquette dans la légende en utilisant le menu 
3248 \family sans
3249 Insérer
3250 \family default
3251 \SpecialChar \menuseparator
3252
3253 \family sans
3254 Étiquette
3255 \family default
3256  ou le bouton 
3257 \begin_inset Graphics
3258         filename ../../images/label-insert.png
3259         scale 85
3260         scaleBeforeRotation
3261
3262 \end_inset
3263
3264  de la barre d'outils.
3265  On peut alors faire référence à cette étiquette en utilisant le menu 
3266 \family sans
3267 Insérer\SpecialChar \menuseparator
3268 Référence
3269 \begin_inset space ~
3270 \end_inset
3271
3272 croisée
3273 \family default
3274  ou le bouton 
3275 \begin_inset Graphics
3276         filename ../../images/dialog-show-new-inset_ref.png
3277         scale 85
3278         scaleBeforeRotation
3279
3280 \end_inset
3281
3282  de la barre d'outils.
3283 \begin_inset Newline newline
3284 \end_inset
3285
3286 Les références croisées sont expliquées en détail dans la section
3287 \begin_inset space ~
3288 \end_inset
3289
3290
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sec:Referencer-les-Flottants"
3294
3295 \end_inset
3296
3297 .
3298 \end_layout
3299
3300 \begin_layout Section
3301 Tableaux Longs
3302 \begin_inset CommandInset label
3303 LatexCommand label
3304 name "sec:Tableaux-longs"
3305
3306 \end_inset
3307
3308
3309 \begin_inset Index idx
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 Tableaux longs
3314 \end_layout
3315
3316 \end_inset
3317
3318
3319 \begin_inset Index idx
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323 Tableau ! Tableaux longs
3324 \end_layout
3325
3326 \end_inset
3327
3328
3329 \end_layout
3330
3331 \begin_layout Standard
3332 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3333  l'option 
3334 \family sans
3335 Utiliser
3336 \begin_inset space ~
3337 \end_inset
3338
3339 les
3340 \begin_inset space ~
3341 \end_inset
3342
3343 tableaux
3344 \begin_inset space ~
3345 \end_inset
3346
3347 longs
3348 \family default
3349  de l'onglet 
3350 \family sans
3351 Tableau
3352 \begin_inset space ~
3353 \end_inset
3354
3355 long
3356 \family default
3357  de la fenêtre 
3358 \family sans
3359 Paramètres
3360 \begin_inset space ~
3361 \end_inset
3362
3363 du
3364 \begin_inset space ~
3365 \end_inset
3366
3367 tableau
3368 \family default
3369  pour le répartir automatiquement sur plusieurs pages.
3370  En cochant cette option, vous activez les options suivantes:
3371 \end_layout
3372
3373 \begin_layout Description
3374 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3375  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3376  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3377  première page, si 
3378 \family sans
3379 Premier
3380 \begin_inset space ~
3381 \end_inset
3382
3383 en-tête
3384 \family default
3385  est défini.
3386  Ces lignes forment l'en-tête principal.
3387 \end_layout
3388
3389 \begin_layout Description
3390 Premier
3391 \begin_inset space ~
3392 \end_inset
3393
3394 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3395  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3396  d'en-tête utilisées pour la première page du tableau long.
3397 \end_layout
3398
3399 \begin_layout Description
3400 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3401  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3402  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3403  page si 
3404 \family sans
3405 Dernier
3406 \begin_inset space ~
3407 \end_inset
3408
3409 pied
3410 \family default
3411  est défini.
3412 \end_layout
3413
3414 \begin_layout Description
3415 Dernier
3416 \begin_inset space ~
3417 \end_inset
3418
3419 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3420  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3421  constituant le pied de la dernière page du tableau long.
3422 \end_layout
3423
3424 \begin_layout Description
3425 Légende La ligne courante contient la légende du tableau.
3426  La première ligne est transformée en une colonne unique et une légende
3427  est insérée.
3428  Vous trouverez d'autres explications sur les légendes pour les tableaux
3429  longs dans la section
3430 \begin_inset space ~
3431 \end_inset
3432
3433
3434 \begin_inset CommandInset ref
3435 LatexCommand ref
3436 reference "sub:Tableaux-longs-légende"
3437
3438 \end_inset
3439
3440 .
3441 \end_layout
3442
3443 \begin_layout Standard
3444 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3445  Voyez le tableau long qui suit pour voir comment ça marche :
3446 \end_layout
3447
3448 \begin_layout Standard
3449 \align center
3450 \begin_inset Tabular
3451 <lyxtabular version="3" rows="69" columns="3">
3452 <features islongtable="true" longtabularalignment="center">
3453 <column alignment="left" valignment="top" width="0cm">
3454 <column alignment="left" valignment="top" width="0pt">
3455 <column alignment="center" valignment="top" width="0pt">
3456 <row endfirsthead="true">
3457 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 Exemple d'annuaire téléphonique (ignorez les noms)
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 </row>
3487 <row endfirsthead="true">
3488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492
3493 \series bold
3494 NOM
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 TEL.
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row endhead="true">
3521 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Exemple d'annuaire téléphonique
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row endhead="true">
3552 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 NOM
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 TEL.
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row endfoot="true">
3585 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589  continue page suivante
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Annovi
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Silvia
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Bertoli
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Stefano
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Bozzi
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Walter
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Cachia
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Maria
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Cachia
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Maurizio
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Cinquemani
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Giusi
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Colin
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Bernard
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Concli
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Gianfranco
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Dal Bosco
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Carolina
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Dalpiaz
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Annamaria
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Feliciello
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Domenico
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Focarelli
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Paola
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Galletti
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Oreste
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Gasparini
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Franca
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052
4053 \series bold
4054 Rizzardi
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 Paola
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4069 \begin_inset Text
4070
4071 \begin_layout Plain Layout
4072 111
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 </row>
4078 <row>
4079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083
4084 \series bold
4085 Lassini
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 <cell alignment="center" valignment="top" usebox="none">
4091 \begin_inset Text
4092
4093 \begin_layout Plain Layout
4094 Giancarlo
4095 \end_layout
4096
4097 \end_inset
4098 </cell>
4099 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4100 \begin_inset Text
4101
4102 \begin_layout Plain Layout
4103 111
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \series bold
4116 Malfatti
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 <cell alignment="center" valignment="top" usebox="none">
4122 \begin_inset Text
4123
4124 \begin_layout Plain Layout
4125 Luciano
4126 \end_layout
4127
4128 \end_inset
4129 </cell>
4130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4131 \begin_inset Text
4132
4133 \begin_layout Plain Layout
4134 111
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 </row>
4140 <row>
4141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145
4146 \series bold
4147 Malfatti
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell alignment="center" valignment="top" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Valeriano
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 111
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Meneguzzo
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Roberto
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 111
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Mezzadra
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Roberto
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 111
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Pirpamer
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Erich
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 111
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Pochiesa
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Paolo
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 111, 222
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Radina
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Claudio
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 111
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Stuffer
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Oskar
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 111
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Tacchelli
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Ugo
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 111
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Tezzele
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Margit
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 111
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Unterkalmsteiner
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Frieda
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 111
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Vieider
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Hilde
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 111
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Vigna
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Jürgen
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 111
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Weber
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Maurizio
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 111
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Winkler
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Franz
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 111
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579  
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Annovi
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Silvia
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Bertoli
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Stefano
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Bozzi
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Walter
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Cachia
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Maria
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Cachia
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Maurizio
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Cinquemani
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Giusi
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Colin
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Bernard
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Concli
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Gianfranco
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Dal Bosco
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Carolina
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Dalpiaz
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Annamaria
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Feliciello
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Domenico
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Focarelli
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Paola
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 555
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Galletti
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Oreste
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Gasparini
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Franca
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row>
5038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \series bold
5044 Rizzardi
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 <cell alignment="center" valignment="top" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053 Paola
5054 \end_layout
5055
5056 \end_inset
5057 </cell>
5058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062 555
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \series bold
5075 Lassini
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 <cell alignment="center" valignment="top" usebox="none">
5081 \begin_inset Text
5082
5083 \begin_layout Plain Layout
5084 Giancarlo
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093 555
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 </row>
5099 <row>
5100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104
5105 \series bold
5106 Malfatti
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 <cell alignment="center" valignment="top" usebox="none">
5112 \begin_inset Text
5113
5114 \begin_layout Plain Layout
5115 Luciano
5116 \end_layout
5117
5118 \end_inset
5119 </cell>
5120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124 555
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 </row>
5130 <row>
5131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137 Malfatti
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell alignment="center" valignment="top" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146 Valeriano
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155 555
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \series bold
5168 Meneguzzo
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Roberto
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 555
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \series bold
5199 Mezzadra
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 <cell alignment="center" valignment="top" usebox="none">
5205 \begin_inset Text
5206
5207 \begin_layout Plain Layout
5208 Roberto
5209 \end_layout
5210
5211 \end_inset
5212 </cell>
5213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5214 \begin_inset Text
5215
5216 \begin_layout Plain Layout
5217 555
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 </row>
5223 <row>
5224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228
5229 \series bold
5230 Pirpamer
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 Erich
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 555
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 </row>
5254 <row>
5255 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259
5260 \series bold
5261 Pochiesa
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 Paolo
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 555, 222
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 </row>
5285 <row>
5286 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290
5291 \series bold
5292 Radina
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 <cell alignment="center" valignment="top" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Claudio
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 555
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 <row>
5317 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \series bold
5323 Stuffer
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 Oskar
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 555
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 </row>
5347 <row>
5348 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5349 \begin_inset Text
5350
5351 \begin_layout Plain Layout
5352
5353 \series bold
5354 Tacchelli
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 Ugo
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5369 \begin_inset Text
5370
5371 \begin_layout Plain Layout
5372 555
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 </row>
5378 <row>
5379 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383
5384 \series bold
5385 Tezzele
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 <cell alignment="center" valignment="top" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 Margit
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 555
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 </row>
5409 <row>
5410 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5411 \begin_inset Text
5412
5413 \begin_layout Plain Layout
5414
5415 \series bold
5416 Unterkalmsteiner
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 <cell alignment="center" valignment="top" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 Frieda
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 555
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row>
5441 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445
5446 \series bold
5447 Vieider
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 Hilde
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 555
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 </row>
5471 <row>
5472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476
5477 \series bold
5478 Vigna
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 Jürgen
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 999
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 </row>
5502 <row>
5503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507
5508 \series bold
5509 Weber
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 <cell alignment="center" valignment="top" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518 Maurizio
5519 \end_layout
5520
5521 \end_inset
5522 </cell>
5523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5524 \begin_inset Text
5525
5526 \begin_layout Plain Layout
5527 555
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 </row>
5533 <row>
5534 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538
5539 \series bold
5540 Winkler
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 Franz
5550 \end_layout
5551
5552 \end_inset
5553 </cell>
5554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558 555
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 </row>
5564 <row endlastfoot="true">
5565 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 Fin
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 </row>
5593 </lyxtabular>
5594
5595 \end_inset
5596
5597
5598 \begin_inset ERT
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602
5603
5604 \backslash
5605 addtocounter{table}{-1}
5606 \end_layout
5607
5608 \end_inset
5609
5610
5611 \begin_inset Note Note
5612 status collapsed
5613
5614 \begin_layout Plain Layout
5615 Voyez la première note grisée de la section
5616 \begin_inset space ~
5617 \end_inset
5618
5619
5620 \begin_inset CommandInset ref
5621 LatexCommand ref
5622 reference "sub:Tableaux-longs-légende"
5623
5624 \end_inset
5625
5626  pour une explication de cette commande.
5627 \end_layout
5628
5629 \end_inset
5630
5631
5632 \end_layout
5633
5634 \begin_layout Subsection
5635 Notes de Bas de Page dans les Tableaux Longs
5636 \begin_inset CommandInset label
5637 LatexCommand label
5638 name "sub:Notes-dans-tableau-long"
5639
5640 \end_inset
5641
5642
5643 \begin_inset Index idx
5644 status collapsed
5645
5646 \begin_layout Plain Layout
5647 Tableaux longs ! Notes de bas de page
5648 \end_layout
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \begin_layout Standard
5656 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5657  long.
5658  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5659  contenant la note.
5660  Par exemple le tableau
5661 \begin_inset space ~
5662 \end_inset
5663
5664
5665 \begin_inset CommandInset ref
5666 LatexCommand ref
5667 reference "tab:Légendes-tableau-différentes"
5668
5669 \end_inset
5670
5671  a une note de bas de page.
5672 \end_layout
5673
5674 \begin_layout Subsection
5675 Alignement des Tableaux Longs
5676 \begin_inset Index idx
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680 Tableaux longs ! Alignement
5681 \end_layout
5682
5683 \end_inset
5684
5685
5686 \end_layout
5687
5688 \begin_layout Standard
5689 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5690  de dialogue des paramètres de tableau.
5691  Pour les alignements à droite et à gauche, le tableau sera directement
5692  au bord de la page.
5693  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5694  l'alignement centré et modifier les valeurs des longueurs 
5695 \series bold
5696
5697 \backslash
5698 LTleft 
5699 \series default
5700 et 
5701 \series bold
5702
5703 \backslash
5704 LTright
5705 \series default
5706  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5707  concerné :
5708 \end_layout
5709
5710 \begin_layout Standard
5711
5712 \series bold
5713
5714 \backslash
5715 setlength{
5716 \backslash
5717 LTleft}{valeur}
5718 \end_layout
5719
5720 \begin_layout Standard
5721 Où 
5722 \series bold
5723 valeur
5724 \series default
5725  peut avoir n'importe laquelle des unités listées dans le tableau
5726 \begin_inset space ~
5727 \end_inset
5728
5729
5730 \begin_inset CommandInset ref
5731 LatexCommand ref
5732 reference "cha:Unités-de-longueur"
5733
5734 \end_inset
5735
5736 .
5737  
5738 \series bold
5739
5740 \backslash
5741 LTleft
5742 \series default
5743  contrôle la distance horizontale entre le bord gauche de la page et le
5744  tableau, et
5745 \series bold
5746  
5747 \backslash
5748 LTright
5749 \series default
5750  la distance au bord droit.
5751  La valeur implicite des ces deux distances est 
5752 \series bold
5753
5754 \backslash
5755 fill
5756 \series default
5757 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5758 \end_layout
5759
5760 \begin_layout Standard
5761 Le tableau long suivant a été centrée en mettant 
5762 \series bold
5763
5764 \backslash
5765 LTleft
5766 \series default
5767  à 
5768 \family sans
5769 0.1
5770 \backslash
5771 columnwidth
5772 \family default
5773 :
5774 \begin_inset ERT
5775 status collapsed
5776
5777 \begin_layout Plain Layout
5778
5779
5780 \backslash
5781 setlength{
5782 \backslash
5783 LTleft}{0.1
5784 \backslash
5785 columnwidth}
5786 \end_layout
5787
5788 \end_inset
5789
5790
5791 \end_layout
5792
5793 \begin_layout Standard
5794 \begin_inset Tabular
5795 <lyxtabular version="3" rows="5" columns="5">
5796 <features islongtable="true" longtabularalignment="center">
5797 <column alignment="center" valignment="top" width="0">
5798 <column alignment="center" valignment="top" width="0">
5799 <column alignment="center" valignment="top" width="0">
5800 <column alignment="center" valignment="top" width="0">
5801 <column alignment="center" valignment="top" width="0">
5802 <row>
5803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5804 \begin_inset Text
5805
5806 \begin_layout Plain Layout
5807 1
5808 \end_layout
5809
5810 \end_inset
5811 </cell>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 2
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 3
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 4
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 5
5844 \end_layout
5845
5846 \end_inset
5847 </cell>
5848 </row>
5849 <row>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 asd
5855 \end_layout
5856
5857 \end_inset
5858 </cell>
5859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 s
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 s
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5878 \begin_inset Text
5879
5880 \begin_layout Plain Layout
5881 s
5882 \end_layout
5883
5884 \end_inset
5885 </cell>
5886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5887 \begin_inset Text
5888
5889 \begin_layout Plain Layout
5890 asd
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901 asd
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 s
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 s
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 s
5929 \end_layout
5930
5931 \end_inset
5932 </cell>
5933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5934 \begin_inset Text
5935
5936 \begin_layout Plain Layout
5937 asd
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948 asd
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 s
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 s
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975 s
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 asd
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 asd
5996 \end_layout
5997
5998 \end_inset
5999 </cell>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004 asd
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 asd
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 asd
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 asd
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 </lyxtabular>
6038
6039 \end_inset
6040
6041
6042 \begin_inset ERT
6043 status collapsed
6044
6045 \begin_layout Plain Layout
6046
6047
6048 \backslash
6049 setlength{
6050 \backslash
6051 LTleft}{
6052 \backslash
6053 fill}
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \begin_inset ERT
6060 status collapsed
6061
6062 \begin_layout Plain Layout
6063
6064
6065 \backslash
6066 addtocounter{table}{-1}
6067 \end_layout
6068
6069 \end_inset
6070
6071
6072 \begin_inset Note Note
6073 status collapsed
6074
6075 \begin_layout Plain Layout
6076 Voyez la première note grisée de la section
6077 \begin_inset space ~
6078 \end_inset
6079
6080
6081 \begin_inset CommandInset ref
6082 LatexCommand ref
6083 reference "sub:Tableaux-longs-légende"
6084
6085 \end_inset
6086
6087  pour une explication de cette commande.
6088 \end_layout
6089
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \begin_layout Subsection
6096 Légendes et Tableaux longs
6097 \begin_inset Index idx
6098 status collapsed
6099
6100 \begin_layout Plain Layout
6101 Tableaux longs ! Legendes@Légendes
6102 \end_layout
6103
6104 \end_inset
6105
6106
6107 \begin_inset CommandInset label
6108 LatexCommand label
6109 name "sub:Tableaux-longs-légende"
6110
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \begin_layout Standard
6117 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6118  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6119  de légende des flottants de tableau peut aussi être utilisé pour les Tableaux
6120  Longs quand on utilise pour une ligne l'option de tableau long 
6121 \family sans
6122 Légende
6123 \family default
6124 , comme c'est expliqué dans la section
6125 \begin_inset space ~
6126 \end_inset
6127
6128
6129 \begin_inset CommandInset ref
6130 LatexCommand ref
6131 reference "sec:Tableaux-longs"
6132
6133 \end_inset
6134
6135 .
6136 \end_layout
6137
6138 \begin_layout Standard
6139 Voici un petit Tableau long pour voir comment ça marche :
6140 \end_layout
6141
6142 \begin_layout Standard
6143 \begin_inset Tabular
6144 <lyxtabular version="3" rows="6" columns="5">
6145 <features islongtable="true" longtabularalignment="center">
6146 <column alignment="center" valignment="top" width="0">
6147 <column alignment="center" valignment="top" width="0">
6148 <column alignment="center" valignment="top" width="0">
6149 <column alignment="center" valignment="top" width="0">
6150 <column alignment="center" valignment="top" width="0">
6151 <row caption="true">
6152 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 \begin_inset Caption
6157
6158 \begin_layout Plain Layout
6159 Tableau long avec une légende
6160 \begin_inset Argument
6161 status open
6162
6163 \begin_layout Plain Layout
6164 Tableau long
6165 \end_layout
6166
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 1
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 2
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 3
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 4
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 5
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 </row>
6263 <row>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 asd
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 s
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 s
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 asd
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 </row>
6310 <row>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 asd
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 s
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 <row>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 asd
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 s
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 s
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 asd
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 asd
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 asd
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445 asd
6446 \end_layout
6447
6448 \end_inset
6449 </cell>
6450 </row>
6451 </lyxtabular>
6452
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \begin_layout Standard
6459 \begin_inset VSpace medskip
6460 \end_inset
6461
6462
6463 \begin_inset Note Greyedout
6464 status open
6465
6466 \begin_layout Plain Layout
6467
6468 \series bold
6469 Note
6470 \begin_inset space ~
6471 \end_inset
6472
6473 1:
6474 \series default
6475  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6476  n'avez pas prévu de légende.
6477  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6478 \begin_inset space ~
6479 \end_inset
6480
6481 2.4 suit le tableau
6482 \begin_inset space ~
6483 \end_inset
6484
6485 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6486  sans légende.
6487  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6488  après chaque tableau long sans légende :
6489 \end_layout
6490
6491 \begin_layout Plain Layout
6492
6493 \series bold
6494
6495 \backslash
6496 addtocounter{table}{-1}
6497 \end_layout
6498
6499 \begin_layout Plain Layout
6500 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6501  et que vous ajoutez le code suivant dans le préambule du document :
6502 \end_layout
6503
6504 \begin_layout Plain Layout
6505
6506 \series bold
6507
6508 \backslash
6509 let
6510 \backslash
6511 myEnd
6512 \backslash
6513 endlongtable
6514 \begin_inset Newline newline
6515 \end_inset
6516
6517
6518 \backslash
6519 renewcommand{
6520 \backslash
6521 endlongtable}{
6522 \backslash
6523 myEnd
6524 \backslash
6525 addtocounter{table}{-1}}
6526 \end_layout
6527
6528 \end_inset
6529
6530
6531 \end_layout
6532
6533 \begin_layout Standard
6534 \begin_inset Note Greyedout
6535 status open
6536
6537 \begin_layout Plain Layout
6538
6539 \series bold
6540 Note
6541 \begin_inset space ~
6542 \end_inset
6543
6544 2:
6545 \series default
6546  Si vous utilisez 
6547 \series bold
6548 hyperref
6549 \series default
6550
6551 \begin_inset Index idx
6552 status collapsed
6553
6554 \begin_layout Plain Layout
6555 Paquetages LaTeX ! hyperref
6556 \end_layout
6557
6558 \end_inset
6559
6560  dans les 
6561 \family sans
6562 Paramètres du document
6563 \family default
6564  rubrique 
6565 \family sans
6566 Propriétés
6567 \begin_inset space ~
6568 \end_inset
6569
6570 du
6571 \begin_inset space ~
6572 \end_inset
6573
6574 PDF
6575 \family default
6576 , pour transformer vos références croisées en liens cliquables, le lien
6577  vers un tableau long pointera toujours sur le début du document.
6578 \end_layout
6579
6580 \end_inset
6581
6582
6583 \end_layout
6584
6585 \begin_layout Subsubsection
6586 Références à des tableaux longs
6587 \begin_inset Index idx
6588 status collapsed
6589
6590 \begin_layout Plain Layout
6591 Tableaux longs ! Références
6592 \end_layout
6593
6594 \end_inset
6595
6596
6597 \end_layout
6598
6599 \begin_layout Standard
6600 \begin_inset Tabular
6601 <lyxtabular version="3" rows="6" columns="5">
6602 <features islongtable="true" longtabularalignment="center">
6603 <column alignment="center" valignment="top" width="0">
6604 <column alignment="center" valignment="top" width="0">
6605 <column alignment="center" valignment="top" width="0">
6606 <column alignment="center" valignment="top" width="0">
6607 <column alignment="center" valignment="top" width="0">
6608 <row caption="true">
6609 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 \begin_inset Caption
6614
6615 \begin_layout Plain Layout
6616 Tableau long référencé
6617 \begin_inset CommandInset label
6618 LatexCommand label
6619 name "tab:RefExemple"
6620
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \end_inset
6627
6628
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 </row>
6670 <row>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 1
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 2
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 3
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 4
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 5
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 </row>
6717 <row>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 asd
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 s
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 s
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 asd
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 s
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 s
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 s
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 asd
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 </row>
6811 <row>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 asd
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 s
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 s
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 s
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 asd
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 </row>
6858 <row>
6859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 asd
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 sad
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 asd
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 </row>
6905 </lyxtabular>
6906
6907 \end_inset
6908
6909
6910 \end_layout
6911
6912 \begin_layout Standard
6913 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6914  dans sa légende.
6915 \end_layout
6916
6917 \begin_layout Standard
6918 Ceci est une référence au tableau
6919 \begin_inset space ~
6920 \end_inset
6921
6922
6923 \begin_inset CommandInset ref
6924 LatexCommand ref
6925 reference "tab:RefExemple"
6926
6927 \end_inset
6928
6929 .
6930 \end_layout
6931
6932 \begin_layout Standard
6933 La mise en forme de la légende peut être ajustée avec celle de toutes les
6934  autres légendes de votre document en utilisant le paquetage LaTeX 
6935 \series bold
6936 caption
6937 \series default
6938
6939 \begin_inset Index idx
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 Paquetages LaTeX ! caption
6944 \end_layout
6945
6946 \end_inset
6947
6948 , voir la section
6949 \begin_inset space ~
6950 \end_inset
6951
6952
6953 \begin_inset CommandInset ref
6954 LatexCommand ref
6955 reference "sec:Formatage-légende"
6956
6957 \end_inset
6958
6959 .
6960 \end_layout
6961
6962 \begin_layout Subsubsection
6963 Largeur de la légende
6964 \begin_inset Index idx
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968 Tableaux longs ! Largeur de la légende
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \end_layout
6975
6976 \begin_layout Standard
6977 La largeur maximale des lignes de légende est définie par la longueur 
6978 \series bold
6979
6980 \backslash
6981 LTcapwidth
6982 \series default
6983 .
6984  Sa valeur implicite est 4
6985 \begin_inset space \thinspace{}
6986 \end_inset
6987
6988 in.
6989  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6990  de votre document ou en tant que code TeX directement dans votre document
6991  avant le tableau qui doit être affectée.
6992 \end_layout
6993
6994 \begin_layout Standard
6995
6996 \series bold
6997
6998 \backslash
6999 setlength{
7000 \backslash
7001 LTcapwidth}{largeur}
7002 \end_layout
7003
7004 \begin_layout Standard
7005 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7006 ce
7007 \begin_inset space ~
7008 \end_inset
7009
7010
7011 \begin_inset CommandInset ref
7012 LatexCommand ref
7013 reference "cha:Unités-de-longueur"
7014
7015 \end_inset
7016
7017 .
7018 \end_layout
7019
7020 \begin_layout Standard
7021 Les tableaux suivants montrent la différence :
7022 \end_layout
7023
7024 \begin_layout Standard
7025 \begin_inset Tabular
7026 <lyxtabular version="3" rows="6" columns="5">
7027 <features islongtable="true" longtabularalignment="center">
7028 <column alignment="center" valignment="top" width="0">
7029 <column alignment="center" valignment="top" width="0">
7030 <column alignment="center" valignment="top" width="0">
7031 <column alignment="center" valignment="top" width="0">
7032 <column alignment="center" valignment="top" width="0">
7033 <row caption="true">
7034 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 \begin_inset Caption
7039
7040 \begin_layout Plain Layout
7041 long titre complet avec la largeur implicite long titre complet avec la
7042  largeur implicite long titre complet avec la largeur implicite
7043 \begin_inset Argument
7044 status open
7045
7046 \begin_layout Plain Layout
7047 Légende avec largeur implicite
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 </row>
7099 <row>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 1
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 2
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 3
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 4
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 5
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 <row>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 asd
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 s
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 s
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 asd
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 </row>
7193 <row>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 asd
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 s
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 s
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 </row>
7240 <row>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 asd
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 s
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 s
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7278 \begin_inset Text
7279
7280 \begin_layout Plain Layout
7281 asd
7282 \end_layout
7283
7284 \end_inset
7285 </cell>
7286 </row>
7287 <row>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 asd
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 sad
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 asd
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328 asd
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 </row>
7334 </lyxtabular>
7335
7336 \end_inset
7337
7338
7339 \end_layout
7340
7341 \begin_layout Standard
7342 \begin_inset ERT
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346
7347
7348 \backslash
7349 setlength{
7350 \backslash
7351 LTcapwidth}{5cm}
7352 \end_layout
7353
7354 \end_inset
7355
7356
7357 \begin_inset Tabular
7358 <lyxtabular version="3" rows="6" columns="5">
7359 <features islongtable="true" longtabularalignment="center">
7360 <column alignment="center" valignment="top" width="0">
7361 <column alignment="center" valignment="top" width="0">
7362 <column alignment="center" valignment="top" width="0">
7363 <column alignment="center" valignment="top" width="0">
7364 <column alignment="center" valignment="top" width="0">
7365 <row caption="true">
7366 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370 \begin_inset Caption
7371
7372 \begin_layout Plain Layout
7373 long titre complet avec la largeur réglée à 5
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 cm long titre complet avec la largeur réglée à 5
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 cm long titre complet avec la largeur réglée à 5
7382 \begin_inset space \thinspace{}
7383 \end_inset
7384
7385 cm
7386 \begin_inset Argument
7387 status open
7388
7389 \begin_layout Plain Layout
7390 Légende avec largeur à
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 =
7395 \begin_inset space \thinspace{}
7396 \end_inset
7397
7398 5
7399 \begin_inset space \thinspace{}
7400 \end_inset
7401
7402 cm
7403 \end_layout
7404
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \end_inset
7411
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7445 \begin_inset Text
7446
7447 \begin_layout Plain Layout
7448
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 </row>
7454 <row>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 1
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 2
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 3
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 4
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 5
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 </row>
7501 <row>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 asd
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 s
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 s
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 s
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 asd
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 </row>
7548 <row>
7549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 asd
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 s
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 s
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 s
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 asd
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 </row>
7595 <row>
7596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 asd
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 s
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 s
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 s
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 asd
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 asd
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 sad
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 asd
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 asd
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 asd
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 </lyxtabular>
7690
7691 \end_inset
7692
7693
7694 \end_layout
7695
7696 \begin_layout Standard
7697 \begin_inset ERT
7698 status collapsed
7699
7700 \begin_layout Plain Layout
7701
7702
7703 \backslash
7704 setlength{
7705 \backslash
7706 LTcapwidth}{4in}
7707 \end_layout
7708
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \begin_layout Standard
7715 \begin_inset Note Greyedout
7716 status open
7717
7718 \begin_layout Plain Layout
7719
7720 \series bold
7721 Note:
7722 \series default
7723  Quand on utilise la paquetage LaTeX 
7724 \series bold
7725 caption
7726 \series default
7727
7728 \begin_inset Index idx
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732 Paquetages LaTeX ! caption
7733 \end_layout
7734
7735 \end_inset
7736
7737  , comme c'est les cas dans ce document, la légende prend toute la largeur
7738  de la page quand on utilise la largeur implicite de 4
7739 \begin_inset space \thinspace{}
7740 \end_inset
7741
7742 in pour 
7743 \series bold
7744
7745 \backslash
7746 LTcapwidth
7747 \series default
7748 .
7749  Pour avoir dans ce cas une légende qui fasse exactement 4
7750 \begin_inset space \thinspace{}
7751 \end_inset
7752
7753 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7754  comme par exemple 3.99
7755 \begin_inset space \thinspace{}
7756 \end_inset
7757
7758 in, soit utiliser la commande LaTeX 
7759 \series bold
7760
7761 \backslash
7762 captionsetup{width=valeur}
7763 \series default
7764  qui est disponible dans le paquetage 
7765 \series bold
7766 caption
7767 \series default
7768 .
7769 \end_layout
7770
7771 \end_inset
7772
7773
7774 \end_layout
7775
7776 \begin_layout Subsubsection
7777 Des Légendes différentes sur chaque page d'un tableau
7778 \begin_inset Argument
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 Légendes différentes
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \begin_inset Index idx
7789 status collapsed
7790
7791 \begin_layout Plain Layout
7792 Tableaux longs ! Legendes@Légendes différentes par page
7793 \end_layout
7794
7795 \end_inset
7796
7797
7798 \end_layout
7799
7800 \begin_layout Standard
7801 Quand la légende du tableau pour les pages suivantes doit être différente
7802  de celle de la première page, insérez une légende avec la commande suivante
7803  en code TeX :
7804 \end_layout
7805
7806 \begin_layout Standard
7807
7808 \series bold
7809
7810 \backslash
7811 caption*{caption text}
7812 \backslash
7813
7814 \backslash
7815 %
7816 \end_layout
7817
7818 \begin_layout Standard
7819 dans une ligne de légende fictive qui sera marquée comme une entête.
7820  Le tableau
7821 \begin_inset space ~
7822 \end_inset
7823
7824
7825 \begin_inset CommandInset ref
7826 LatexCommand ref
7827 reference "tab:Légendes-tableau-différentes"
7828
7829 \end_inset
7830
7831  est un exemple de tableau long avec des légendes différentes et où la seconde
7832  légende ne contient pas le numéro du tableau.
7833 \end_layout
7834
7835 \begin_layout Standard
7836 \align center
7837 \begin_inset Tabular
7838 <lyxtabular version="3" rows="59" columns="3">
7839 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7840 <column alignment="left" valignment="top" width="0cm">
7841 <column alignment="left" valignment="top" width="0pt">
7842 <column alignment="center" valignment="top" width="0pt">
7843 <row caption="true">
7844 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7845 \begin_inset Text
7846
7847 \begin_layout Plain Layout
7848 \begin_inset Caption
7849
7850 \begin_layout Plain Layout
7851 Exemple d'annuaire téléphonique
7852 \begin_inset CommandInset label
7853 LatexCommand label
7854 name "tab:Légendes-tableau-différentes"
7855
7856 \end_inset
7857
7858
7859 \begin_inset Argument
7860 status collapsed
7861
7862 \begin_layout Plain Layout
7863 Exemple Annuaire 
7864 \end_layout
7865
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \end_inset
7872
7873
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 </row>
7897 <row endfirsthead="true">
7898 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \series bold
7904 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row endfirsthead="true">
7929 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 NOM
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 TÉL.
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row endhead="true">
7962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 \begin_inset ERT
7967 status open
7968
7969 \begin_layout Plain Layout
7970
7971
7972 \backslash
7973 caption*{Suite de l'exemple d'annuaire téléphonique}
7974 \backslash
7975
7976 \backslash
7977 %
7978 \end_layout
7979
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 </row>
8006 <row endhead="true">
8007 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011
8012 \series bold
8013 Exemple d'annuaire téléphonique
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row endhead="true">
8038 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \series bold
8044 NOM
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062
8063 \series bold
8064 TÉL.
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row endfoot="true">
8071 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 suite page suivante\SpecialChar \ldots{}
8076
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 </row>
8100 <row>
8101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \series bold
8107 Annovi
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 Silvia
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 111
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \series bold
8138 Bertoli
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 Stefano
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 111
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 </row>
8162 <row>
8163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167
8168 \series bold
8169 Bozzi
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 Walter
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 111
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 </row>
8193 <row>
8194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198
8199 \series bold
8200 Cachia
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 Maria
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 111
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \series bold
8231 Cachia
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 Maurizio
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 111
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 </row>
8255 <row>
8256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260
8261 \series bold
8262 Cinquemani
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 Giusi
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 111
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \series bold
8293 Colin
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 Bernard
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 111
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \series bold
8324 Concli
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 Gianfranco
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 111
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \series bold
8355 Dal Bosco
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Carolina
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 111
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row>
8380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \series bold
8386 Dalpiaz
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Annamaria
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 111
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \series bold
8417 Feliciello
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 Domenico
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 111
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \series bold
8448 Focarelli
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 Paola
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 111
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 </row>
8472 <row>
8473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477
8478 \series bold
8479 Galletti
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 Oreste
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 111
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 </row>
8503 <row>
8504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508
8509 \series bold
8510 Gasparini
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 Franca
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 111
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \series bold
8541 Rizzardi
8542 \series default
8543
8544 \begin_inset Foot
8545 status open
8546
8547 \begin_layout Plain Layout
8548 Exemple de note de bas de page
8549 \end_layout
8550
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Paola
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Lassini
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Giancarlo
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 111
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Malfatti
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 Luciano
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633 111
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \series bold
8646 Malfatti
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 Valeriano
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 111
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \series bold
8677 Meneguzzo
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 Roberto
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8692 \begin_inset Text
8693
8694 \begin_layout Plain Layout
8695 111
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 Mezzadra
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 Roberto
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 111
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 </row>
8732 <row>
8733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737
8738 \series bold
8739 Pirpamer
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 Erich
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 111
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \series bold
8770 Pochiesa
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Paolo
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 111, 222
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 </row>
8794 <row>
8795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799
8800 \series bold
8801 Radina
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 Claudio
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 111
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \series bold
8832 Stuffer
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 Oskar
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 111
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 </row>
8856 <row>
8857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861
8862 \series bold
8863 Tacchelli
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Ugo
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 111
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892
8893 \series bold
8894 Tezzele
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 Margit
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 111
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 <row>
8919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923
8924 \series bold
8925 Unterkalmsteiner
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 Frieda
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8940 \begin_inset Text
8941
8942 \begin_layout Plain Layout
8943 111
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \series bold
8956 Vieider
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 Hilde
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 111
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \series bold
8987 Vigna
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 Jürgen
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005 111
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \series bold
9018 Weber
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 Maurizio
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 111
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 </row>
9042 <row>
9043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047
9048 \series bold
9049 Winkler
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 Franz
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067 111
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078  
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \series bold
9109 Annovi
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 Silvia
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 555
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \series bold
9140 Bertoli
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Stefano
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 555
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \series bold
9171 Bozzi
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Walter
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 555
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 Cachia
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 Maria
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 555
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \series bold
9233 Cachia
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 Maurizio
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 555
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \series bold
9264 Cinquemani
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 Giusi
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 555
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \series bold
9295 Colin
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 Bernard
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 555
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \series bold
9326 Concli
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 Gianfranco
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 555
9345 \end_layout
9346
9347 \end_inset
9348 </cell>
9349 </row>
9350 <row>
9351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355
9356 \series bold
9357 Dal Bosco
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 Carolina
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9372 \begin_inset Text
9373
9374 \begin_layout Plain Layout
9375 555
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 </row>
9381 <row>
9382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9383 \begin_inset Text
9384
9385 \begin_layout Plain Layout
9386
9387 \series bold
9388 Dalpiaz
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Annamaria
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 555
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 </row>
9412 <row>
9413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417
9418 \series bold
9419 Feliciello
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 Domenico
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437 555
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 </row>
9443 <row>
9444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448
9449 \series bold
9450 Focarelli
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 Paola
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 555
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 <row>
9475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9476 \begin_inset Text
9477
9478 \begin_layout Plain Layout
9479
9480 \series bold
9481 Galletti
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 Oreste
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499 555
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \series bold
9512 Gasparini
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 Franca
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530 555
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 </row>
9536 <row>
9537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Plain Layout
9541
9542 \series bold
9543 Rizzardi
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 Paola
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561 555
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 </row>
9567 <row>
9568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572
9573 \series bold
9574 Lassini
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 Giancarlo
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592 555
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row>
9599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \series bold
9605 Malfatti
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Luciano
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 555
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row>
9630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 Malfatti
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 Valeriano
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 555
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row>
9661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667 Meneguzzo
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 Roberto
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685 555
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row>
9692 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696
9697 \series bold
9698 Mezzadra
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 Roberto
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 555
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 </lyxtabular>
9723
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \begin_layout Section
9730 Questions particulières concernant les tableaux longs
9731 \begin_inset Argument
9732 status collapsed
9733
9734 \begin_layout Plain Layout
9735 Questions sur les tableaux longs
9736 \end_layout
9737
9738 \end_inset
9739
9740
9741 \begin_inset CommandInset label
9742 LatexCommand label
9743 name "sec:Questions-sur-tableaux-longs"
9744
9745 \end_inset
9746
9747
9748 \end_layout
9749
9750 \begin_layout Subsection
9751 Calculs des pages des tableaux longs
9752 \begin_inset Index idx
9753 status collapsed
9754
9755 \begin_layout Plain Layout
9756 Tableaux longs ! Calculs
9757 \end_layout
9758
9759 \end_inset
9760
9761
9762 \end_layout
9763
9764 \begin_layout Standard
9765 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9766  en utilisant des blocs (chunks).
9767  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9768  mémoire de LaTeX.
9769  La valeur implicite est fixée pour des raisons historiques à seulement
9770  20 lignes de tableau.
9771  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9772  peut ralentir la création de votre document.
9773  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9774  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9775  préambule de votre document :
9776 \end_layout
9777
9778 \begin_layout Standard
9779
9780 \series bold
9781
9782 \backslash
9783 setcounter{LTchunksize}{100}
9784 \end_layout
9785
9786 \begin_layout Subsection
9787 Les Flottants et les Tableaux Longs
9788 \begin_inset Index idx
9789 status collapsed
9790
9791 \begin_layout Plain Layout
9792 Tableaux longs ! Flottants
9793 \end_layout
9794
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \begin_layout Standard
9801 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9802  commence un tableau long.
9803  Pour éviter une telle situation, insérez un saut de page (menu 
9804 \family sans
9805 Insérer\SpecialChar \menuseparator
9806 Typographie
9807 \begin_inset space ~
9808 \end_inset
9809
9810 spéciale\SpecialChar \menuseparator
9811 Saut de page (vide le tampon)
9812 \family default
9813
9814 \begin_inset space \thinspace{}
9815 \end_inset
9816
9817 ) juste avant votre tableau long.
9818 \end_layout
9819
9820 \begin_layout Subsection
9821 Sauts de pages forcés
9822 \begin_inset Index idx
9823 status collapsed
9824
9825 \begin_layout Plain Layout
9826 Tableaux longs ! Sauts de pages forcés
9827 \end_layout
9828
9829 \end_inset
9830
9831
9832 \end_layout
9833
9834 \begin_layout Standard
9835 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9836  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9837  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9838  de saut de ligne 
9839 \begin_inset Quotes eld
9840 \end_inset
9841
9842
9843 \backslash
9844
9845 \backslash
9846
9847 \begin_inset Quotes erd
9848 \end_inset
9849
9850  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9851  Avant la commande 
9852 \begin_inset Quotes eld
9853 \end_inset
9854
9855
9856 \backslash
9857
9858 \backslash
9859
9860 \begin_inset Quotes erd
9861 \end_inset
9862
9863 , vous devez insérer en code TeX, autant de caractères 
9864 \begin_inset Quotes eld
9865 \end_inset
9866
9867 &
9868 \begin_inset Quotes erd
9869 \end_inset
9870
9871  qu'il y a de colonnes après la cellule concernée.
9872  Le caractère 
9873 \begin_inset Quotes eld
9874 \end_inset
9875
9876 &
9877 \begin_inset Quotes erd
9878 \end_inset
9879
9880  sert à séparer les colonnes d'un tableau.
9881  Écrivez en code-TeX, après chaque 
9882 \begin_inset Quotes eld
9883 \end_inset
9884
9885 &
9886 \begin_inset Quotes erd
9887 \end_inset
9888
9889  le contenu des cellules correspondantes et en même temps supprimez le contenu
9890  de ces cellules dans le texte normal.
9891  
9892 \begin_inset Newline newline
9893 \end_inset
9894
9895 Après la commande 
9896 \backslash
9897
9898 \backslash
9899 , insérez autant de caractères 
9900 \begin_inset Quotes eld
9901 \end_inset
9902
9903 &
9904 \begin_inset Quotes erd
9905 \end_inset
9906
9907  qu'il y a de colonnes avant la colonne traitée.
9908  Dans le tableau
9909 \begin_inset space ~
9910 \end_inset
9911
9912
9913 \begin_inset CommandInset ref
9914 LatexCommand ref
9915 reference "tab:Tableau-saut-de-page"
9916
9917 \end_inset
9918
9919  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9920  suivie par une autre colonne.
9921  La commande suivante a donc été insérée en code TeX dans la cellule après
9922  le mot 
9923 \begin_inset Quotes eld
9924 \end_inset
9925
9926
9927 \emph on
9928 Castelchiodato,
9929 \emph default
9930
9931 \begin_inset Quotes erd
9932 \end_inset
9933
9934 :
9935 \end_layout
9936
9937 \begin_layout Standard
9938
9939 \series bold
9940 & 111
9941 \backslash
9942
9943 \backslash
9944  
9945 \backslash
9946 newpage
9947 \begin_inset Newline newline
9948 \end_inset
9949
9950 &
9951 \end_layout
9952
9953 \begin_layout Standard
9954 Le 
9955 \begin_inset Quotes eld
9956 \end_inset
9957
9958 111
9959 \begin_inset Quotes erd
9960 \end_inset
9961
9962  dans la troisième colonne de la ligne a été supprimé.
9963  
9964 \series bold
9965
9966 \backslash
9967 newpage
9968 \series default
9969  est nécessaire seulement quand un saut de page doit impérativement avoir
9970  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9971  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9972  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9973  est coupée, utilisez cette commande à la place de la précédente :
9974 \end_layout
9975
9976 \begin_layout Standard
9977
9978 \series bold
9979 & 111
9980 \backslash
9981
9982 \backslash
9983
9984 \begin_inset Newline newline
9985 \end_inset
9986
9987
9988 \backslash
9989 hline &
9990 \end_layout
9991
9992 \begin_layout Standard
9993 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9994  insérer la commande
9995 \end_layout
9996
9997 \begin_layout Standard
9998
9999 \series bold
10000
10001 \backslash
10002 setlength{
10003 \backslash
10004 parfillskip}{0pt}
10005 \end_layout
10006
10007 \begin_layout Standard
10008 au début de la cellule.
10009  Cela assure que la portion de la cellule qui va se trouver affichée sur
10010  la page suivante le sera avec toute la largeur de la cellule.
10011 \end_layout
10012
10013 \begin_layout Standard
10014 \align center
10015 \begin_inset Tabular
10016 <lyxtabular version="3" rows="38" columns="3">
10017 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10018 <column alignment="left" valignment="top" width="0cm">
10019 <column alignment="left" valignment="top" width="3cm">
10020 <column alignment="center" valignment="top" width="0pt">
10021 <row caption="true">
10022 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Caption
10027
10028 \begin_layout Plain Layout
10029 Tableau avec un saut de page forcé dans une cellule
10030 \begin_inset CommandInset label
10031 LatexCommand label
10032 name "tab:Tableau-saut-de-page"
10033
10034 \end_inset
10035
10036
10037 \begin_inset Argument
10038 status collapsed
10039
10040 \begin_layout Plain Layout
10041 Tableau avec un saut de page forcé dans une cellule
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row endfirsthead="true">
10076 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row endfirsthead="true">
10107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 NOM
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 TÉL.
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row endhead="true">
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 \begin_inset ERT
10145 status collapsed
10146
10147 \begin_layout Plain Layout
10148
10149
10150 \backslash
10151 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10152 \backslash
10153
10154 \backslash
10155 %
10156 \end_layout
10157
10158 \end_inset
10159
10160
10161 \end_layout
10162
10163 \end_inset
10164 </cell>
10165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10166 \begin_inset Text
10167
10168 \begin_layout Plain Layout
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row endhead="true">
10185 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189  
10190 \series bold
10191 Exemple d'annuaire téléphonique
10192 \end_layout
10193
10194 \end_inset
10195 </cell>
10196 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10197 \begin_inset Text
10198
10199 \begin_layout Plain Layout
10200
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 </row>
10215 <row endhead="true">
10216 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220
10221 \series bold
10222 NOM
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 TÉL.
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row endfoot="true">
10249 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253 suite page suivante\SpecialChar \ldots{}
10254
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Annovi
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Silvia
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Bertoli
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Stefano
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Bozzi
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Walter
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Cachia
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Maria
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 111
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409 Cachia
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Maurizio
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 111
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \series bold
10440 Cinquemani
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Giusi
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 111
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row>
10465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \series bold
10471 Colin
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 Bernard
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 111
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \series bold
10502 Concli
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 Gianfranco
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 111
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 </row>
10526 <row>
10527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \series bold
10533 Dal Bosco
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Carolina
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 111
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 <row>
10558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562
10563 \series bold
10564 Dalpiaz
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 Annamaria
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 111
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \series bold
10595 Feliciello
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Domenico
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 111
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \series bold
10626 Focarelli
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 Paola
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 111
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row>
10651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \series bold
10657 Galletti
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 Oreste
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 111
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \series bold
10688 Gasparini
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 Franca
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 111
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 <row>
10713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717
10718 \series bold
10719 Lassini
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 Giancarlo
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 111
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750 Malfatti
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 Luciano
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 111
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \series bold
10781 Malfatti
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 Valeriano
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10796 \begin_inset Text
10797
10798 \begin_layout Plain Layout
10799 111
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \series bold
10812 Meneguzzo
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 Roberto
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10827 \begin_inset Text
10828
10829 \begin_layout Plain Layout
10830 111
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 <row>
10837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841
10842 \series bold
10843 Mezzadra
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 Roberto
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 111
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \series bold
10874 Pirpamer
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 Erich
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 111
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \series bold
10905 Pochiesa
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 Paolo
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 111, 222
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 </row>
10929 <row>
10930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934
10935 \series bold
10936 Radina
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 Claudio
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 111
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \series bold
10967 Rizzardi
10968 \end_layout
10969
10970 \end_inset
10971 </cell>
10972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10973 \begin_inset Text
10974
10975 \begin_layout Plain Layout
10976 Giancarlo, 11.
10977  Fürst von Montecompatri, 11.
10978  Fürst von Sulmona und Vivaro, 10.
10979  Fürst von Rossano, 5.
10980  Herzog von Canemorte, 11.
10981  Herzog von Palombara, 5.
10982  Herzog von Castelchiodato,
10983 \begin_inset ERT
10984 status open
10985
10986 \begin_layout Plain Layout
10987
10988 & 111
10989 \backslash
10990
10991 \backslash
10992  
10993 \backslash
10994 newpage
10995 \end_layout
10996
10997 \begin_layout Plain Layout
10998
10999 &
11000 \end_layout
11001
11002 \end_inset
11003
11004  11.
11005  Herzog von Poggionativo, 11.
11006  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11007  Graf von Valinfreda, 11.
11008  Baron von Cropalati, 11.
11009  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \series bold
11031 Stuffer
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 Oskar
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11046 \begin_inset Text
11047
11048 \begin_layout Plain Layout
11049 111
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 </row>
11055 <row>
11056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11057 \begin_inset Text
11058
11059 \begin_layout Plain Layout
11060
11061 \series bold
11062 Tacchelli
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 Ugo
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 111
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 </row>
11086 <row>
11087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \series bold
11093 Tezzele
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 Margit
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 111
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 </row>
11117 <row>
11118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11119 \begin_inset Text
11120
11121 \begin_layout Plain Layout
11122
11123 \series bold
11124 Unterkalmsteiner
11125 \end_layout
11126
11127 \end_inset
11128 </cell>
11129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 Frieda
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 111
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \series bold
11155 Vieider
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 Hilde
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 111
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 <row>
11180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184
11185 \series bold
11186 Vigna
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 Jürgen
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 111
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 <row>
11211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215
11216 \series bold
11217 Weber
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 Maurizio
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 111
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \series bold
11248 Winkler
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 Franz
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 111
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 </row>
11272 </lyxtabular>
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Section
11280 Colonnes et lignes à lignes multiples
11281 \end_layout
11282
11283 \begin_layout Subsection
11284 Lignes multiples dans une cellule de tableau
11285 \begin_inset CommandInset label
11286 LatexCommand label
11287 name "sub:Lignes-multiple-dans-cellule"
11288
11289 \end_inset
11290
11291
11292 \begin_inset Index idx
11293 status collapsed
11294
11295 \begin_layout Plain Layout
11296 Plusieurs lignes dans une case de tableau
11297 \end_layout
11298
11299 \end_inset
11300
11301
11302 \begin_inset Index idx
11303 status collapsed
11304
11305 \begin_layout Plain Layout
11306 Tableau ! Saut de ligne
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Standard
11315 \noindent
11316 \begin_inset Float table
11317 placement H
11318 wide false
11319 sideways false
11320 status open
11321
11322 \begin_layout Plain Layout
11323 \begin_inset Caption
11324
11325 \begin_layout Plain Layout
11326 \begin_inset CommandInset label
11327 LatexCommand label
11328 name "tab:Tableau-avec-plusieurs-lignes"
11329
11330 \end_inset
11331
11332 Tableau avec des lignes multiples dans une cellule
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \begin_layout Plain Layout
11341 \align center
11342 \begin_inset Tabular
11343 <lyxtabular version="3" rows="3" columns="3">
11344 <features tabularvalignment="middle">
11345 <column alignment="center" valignment="middle" width="2.5cm">
11346 <column alignment="center" valignment="middle" width="0">
11347 <column alignment="center" valignment="middle" width="0">
11348 <row>
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353 Lignes
11354 \begin_inset Newline linebreak
11355 \end_inset
11356
11357 multiples
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 b
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 c
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row>
11382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 d
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 e
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 f
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 </row>
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 g
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 h
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 i
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 </row>
11439 </lyxtabular>
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \begin_layout Standard
11452 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11453  d'un paragraphe avec des sauts de lignes et des césures.
11454 \end_layout
11455
11456 \begin_layout Standard
11457 Pour obtenir le tableau
11458 \begin_inset space ~
11459 \end_inset
11460
11461
11462 \begin_inset CommandInset ref
11463 LatexCommand ref
11464 reference "tab:Tableau-avec-plusieurs-lignes"
11465
11466 \end_inset
11467
11468 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11469  droit dessus.
11470  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11471  2.5
11472 \begin_inset space \thinspace{}
11473 \end_inset
11474
11475 cm et choisissez les alignements vertical et horizontal centrés.
11476  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11477  Comme notre texte est plus petit que 2.5
11478 \begin_inset space \thinspace{}
11479 \end_inset
11480
11481 cm, une seule ligne va apparaître.
11482  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11483  
11484 \family sans
11485 Ctrl-Shift-Entrée
11486 \family default
11487 ).
11488  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11489 ement découpé en plusieurs lignes.
11490 \end_layout
11491
11492 \begin_layout Standard
11493 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11494  pas effectuer de césure si c'est le premier élément de la cellule.
11495  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11496  premier élément : Ajoutez un espace horizontal de 0
11497 \begin_inset space \thinspace{}
11498 \end_inset
11499
11500 pt juste avant votre mot.
11501  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11502  Le tableau
11503 \begin_inset space ~
11504 \end_inset
11505
11506
11507 \begin_inset CommandInset ref
11508 LatexCommand ref
11509 reference "tab:Tableau-césure"
11510
11511 \end_inset
11512
11513  montre l'effet de cette insertion.
11514 \end_layout
11515
11516 \begin_layout Standard
11517 \begin_inset Float table
11518 placement h
11519 wide false
11520 sideways false
11521 status open
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Caption
11525
11526 \begin_layout Plain Layout
11527 \begin_inset CommandInset label
11528 LatexCommand label
11529 name "tab:Tableau-césure"
11530
11531 \end_inset
11532
11533 Tableau avec et sans césure.
11534 \end_layout
11535
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \begin_layout Plain Layout
11542 \begin_inset space \hfill{}
11543 \end_inset
11544
11545
11546 \begin_inset Tabular
11547 <lyxtabular version="3" rows="3" columns="3">
11548 <features tabularvalignment="middle">
11549 <column alignment="center" valignment="middle" width="2.5cm">
11550 <column alignment="center" valignment="middle" width="0">
11551 <column alignment="center" valignment="middle" width="0">
11552 <row>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 mottrèslongdansunecellule
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 b
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 c
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 </row>
11581 <row>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 d
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 e
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 f
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 <row>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 g
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 h
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 i
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 </lyxtabular>
11640
11641 \end_inset
11642
11643
11644 \begin_inset space \hfill{}
11645 \end_inset
11646
11647
11648 \begin_inset Tabular
11649 <lyxtabular version="3" rows="3" columns="3">
11650 <features tabularvalignment="middle">
11651 <column alignment="center" valignment="middle" width="2.5cm">
11652 <column alignment="center" valignment="middle" width="0">
11653 <column alignment="center" valignment="middle" width="0">
11654 <row>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 \begin_inset space \hspace{}
11660 \length 0pt
11661 \end_inset
11662
11663 mottrèslongdansunecellule
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 b
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 c
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 d
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 e
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 f
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 g
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 h
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 i
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 </lyxtabular>
11746
11747 \end_inset
11748
11749
11750 \begin_inset space \hfill{}
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \begin_layout Subsection
11762 Multi-colonnes
11763 \begin_inset CommandInset label
11764 LatexCommand label
11765 name "sub:Multicolonnes"
11766
11767 \end_inset
11768
11769
11770 \begin_inset Index idx
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774 Multi-colonnes
11775 \end_layout
11776
11777 \end_inset
11778
11779
11780 \begin_inset Index idx
11781 status collapsed
11782
11783 \begin_layout Plain Layout
11784 Tableau ! Multi-colonnes
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \begin_layout Subsubsection
11793 Les Bases des Multicolonnes
11794 \end_layout
11795
11796 \begin_layout Standard
11797 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11798  qu'elle doit couvrir et utilisez soit le bouton
11799 \begin_inset Graphics
11800         filename ../../images/tabular-feature_multicolumn.png
11801         scale 85
11802         scaleBeforeRotation
11803
11804 \end_inset
11805
11806  de la barre d'outils tableau, ou le menu 
11807 \family sans
11808 Éditer\SpecialChar \menuseparator
11809 Tableau\SpecialChar \menuseparator
11810 Multi-colonnes
11811 \family default
11812 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11813  
11814 \family sans
11815 Multi-colonnes
11816 \family default
11817 .
11818 \end_layout
11819
11820 \begin_layout Standard
11821 Les multi-colonnes ont leurs propres paramètres de cellule.
11822  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11823  de la cellule, cela n'affecte que la cellule multi-colonne.
11824  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11825  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11826 \end_layout
11827
11828 \begin_layout Standard
11829 \align center
11830 \begin_inset Tabular
11831 <lyxtabular version="3" rows="3" columns="4">
11832 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11833 <column alignment="center" valignment="top" width="0pt">
11834 <column alignment="center" valignment="middle" width="0">
11835 <column alignment="center" valignment="top" width="0in">
11836 <column alignment="center" valignment="top" width="0pt">
11837 <row>
11838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 abc
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 def ghi
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11866 \begin_inset Text
11867
11868 \begin_layout Plain Layout
11869 jkl
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 </row>
11875 <row>
11876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11877 \begin_inset Text
11878
11879 \begin_layout Plain Layout
11880 A
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 B
11890 \end_layout
11891
11892 \end_inset
11893 </cell>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898 C
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 D
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 <row>
11914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 1
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 2
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 3
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11942 \begin_inset Text
11943
11944 \begin_layout Plain Layout
11945 4
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 </row>
11951 </lyxtabular>
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Subsubsection
11959 Calculs avec les multi-colonnes
11960 \begin_inset CommandInset label
11961 LatexCommand label
11962 name "sub:Calculs-multicolonnes"
11963
11964 \end_inset
11965
11966
11967 \begin_inset Index idx
11968 status collapsed
11969
11970 \begin_layout Plain Layout
11971 Multi-colonnes ! Calculs
11972 \end_layout
11973
11974 \end_inset
11975
11976
11977 \end_layout
11978
11979 \begin_layout Standard
11980 LyX gère directement les multi-colonnes, mais nous devons faire attention
11981  à la largeur des cellules couvertes par la cellule multicolonne.
11982 \end_layout
11983
11984 \begin_layout Standard
11985 \begin_inset Float table
11986 placement h
11987 wide false
11988 sideways false
11989 status open
11990
11991 \begin_layout Plain Layout
11992 \begin_inset Caption
11993
11994 \begin_layout Plain Layout
11995 \begin_inset CommandInset label
11996 LatexCommand label
11997 name "tab:Tableau-multicolonne-parfaite"
11998
11999 \end_inset
12000
12001 Tableau avec un texte centré dans une case multicolonne au-dessus de deux
12002  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12003 \begin_inset Argument
12004 status open
12005
12006 \begin_layout Plain Layout
12007 Tableau avec multicolonne parfaite
12008 \end_layout
12009
12010 \end_inset
12011
12012
12013 \end_layout
12014
12015 \end_inset
12016
12017
12018 \end_layout
12019
12020 \begin_layout Plain Layout
12021 \align center
12022 \begin_inset Tabular
12023 <lyxtabular version="3" rows="3" columns="3">
12024 <features tabularvalignment="middle">
12025 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12026 <column alignment="center" valignment="middle" width="0">
12027 <column alignment="center" valignment="top" width="0">
12028 <row>
12029 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033 multicolonne sur plusieurs lignes
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12039 \begin_inset Text
12040
12041 \begin_layout Plain Layout
12042
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12048 \begin_inset Text
12049
12050 \begin_layout Plain Layout
12051 c
12052 \end_layout
12053
12054 \end_inset
12055 </cell>
12056 </row>
12057 <row>
12058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 d
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 e
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 f
12081 \end_layout
12082
12083 \end_inset
12084 </cell>
12085 </row>
12086 <row>
12087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 g
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100 h
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12106 \begin_inset Text
12107
12108 \begin_layout Plain Layout
12109 i
12110 \end_layout
12111
12112 \end_inset
12113 </cell>
12114 </row>
12115 </lyxtabular>
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \end_inset
12123
12124
12125 \end_layout
12126
12127 \begin_layout Standard
12128 Par exemple, pour créer le tableau
12129 \begin_inset space ~
12130 \end_inset
12131
12132
12133 \begin_inset CommandInset ref
12134 LatexCommand ref
12135 reference "tab:Tableau-multicolonne-parfaite"
12136
12137 \end_inset
12138
12139 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12140  3×3 et faites un clic droit dessus.
12141  Ensuite choisissez pour cette cellule
12142 \emph on
12143 ,
12144 \emph default
12145  dans la fenêtre de dialogue de tableau, 
12146 \emph on
12147 multicolonne
12148 \emph default
12149
12150 \emph on
12151 alignement
12152 \begin_inset space ~
12153 \end_inset
12154
12155 horizontal
12156 \begin_inset space ~
12157 \end_inset
12158
12159 centré
12160 \emph default
12161  et une largeur de 2.5
12162 \begin_inset space \thinspace{}
12163 \end_inset
12164
12165 cm.
12166  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12167  de la cellule multicolonne, vous devez donc donner une largeur de 1.25
12168 \begin_inset space \thinspace{}
12169 \end_inset
12170
12171 cm pour la première colonne.
12172  La deuxième colonne aura alors automatiquement une largeur de 1.25
12173 \begin_inset space \thinspace{}
12174 \end_inset
12175
12176 cm (la largeur de la multicolonne moins la largeur de la première colonne).
12177  C'est ce qui a été fait pour le tableau
12178 \begin_inset space ~
12179 \end_inset
12180
12181
12182 \begin_inset CommandInset ref
12183 LatexCommand ref
12184 reference "tab:Tableau-multicolonne-imparfait"
12185
12186 \end_inset
12187
12188 .
12189 \end_layout
12190
12191 \begin_layout Standard
12192 \begin_inset Float table
12193 wide false
12194 sideways false
12195 status open
12196
12197 \begin_layout Plain Layout
12198 \begin_inset Caption
12199
12200 \begin_layout Plain Layout
12201 \begin_inset CommandInset label
12202 LatexCommand label
12203 name "tab:Tableau-multicolonne-imparfait"
12204
12205 \end_inset
12206
12207 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12208  de la largeur de la cellule multicolonne.
12209 \begin_inset Argument
12210 status open
12211
12212 \begin_layout Plain Layout
12213 Tableau avec multicolonne pas parfaite
12214 \end_layout
12215
12216 \end_inset
12217
12218
12219 \end_layout
12220
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \begin_layout Plain Layout
12227 \align center
12228 \begin_inset Tabular
12229 <lyxtabular version="3" rows="3" columns="3">
12230 <features tabularvalignment="middle">
12231 <column alignment="center" valignment="top" width="1.25cm">
12232 <column alignment="center" valignment="top" width="0">
12233 <column alignment="center" valignment="top" width="0">
12234 <row>
12235 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 multicolonne sur plusieurs lignes
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 c
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 </row>
12263 <row>
12264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 d
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277 e
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286 f
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 </row>
12292 <row>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 g
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12303 \begin_inset Text
12304
12305 \begin_layout Plain Layout
12306 h
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12312 \begin_inset Text
12313
12314 \begin_layout Plain Layout
12315 i
12316 \end_layout
12317
12318 \end_inset
12319 </cell>
12320 </row>
12321 </lyxtabular>
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \end_inset
12329
12330
12331 \end_layout
12332
12333 \begin_layout Standard
12334 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12335  de la cellule multicolonne, elle est un peu plus large.
12336  La raison est que la taille que l'on donne à une cellule, 
12337 \begin_inset Formula $W_{g}$
12338 \end_inset
12339
12340  n'est pas sa taille totale, 
12341 \begin_inset Formula $W_{\mathrm{tot}}$
12342 \end_inset
12343
12344  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12345  lui donne.
12346  L'appendice
12347 \begin_inset space ~
12348 \end_inset
12349
12350
12351 \begin_inset CommandInset ref
12352 LatexCommand eqref
12353 reference "cha:Explication-de-l'Equation"
12354
12355 \end_inset
12356
12357  explique pourquoi en détail.
12358 \end_layout
12359
12360 \begin_layout Standard
12361 La largeur nécessaire 
12362 \begin_inset Formula $W_{g\, n}$
12363 \end_inset
12364
12365  quand 
12366 \emph on
12367 n
12368 \emph default
12369  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12370  ait une largeur totale de 
12371 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12372 \end_inset
12373
12374 :
12375 \begin_inset Formula 
12376 \begin{equation}
12377 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12378 \end{equation}
12379
12380 \end_inset
12381
12382
12383 \end_layout
12384
12385 \begin_layout Standard
12386 Dans notre cas nous avons 
12387 \begin_inset Formula $n=2$
12388 \end_inset
12389
12390
12391 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12392 \end_inset
12393
12394 cm et les valeurs implicites pour les autres longueurs, l'équation
12395 \begin_inset space ~
12396 \end_inset
12397
12398
12399 \begin_inset CommandInset ref
12400 LatexCommand ref
12401 reference "eq:Wgn"
12402
12403 \end_inset
12404
12405  devient
12406 \begin_inset Formula 
12407 \begin{equation}
12408 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12409 \end{equation}
12410
12411 \end_inset
12412
12413
12414 \end_layout
12415
12416 \begin_layout Standard
12417 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12418  
12419 \series bold
12420 calc
12421 \series default
12422  avec la ligne suivante dans le préambule du document
12423 \begin_inset Index idx
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427 Paquetages LaTeX ! calc
12428 \end_layout
12429
12430 \end_inset
12431
12432
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438
12439 \backslash
12440 usepackage{calc}
12441 \end_layout
12442
12443 \begin_layout Standard
12444 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12445  de dialogue.
12446  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12447  la fenêtre de dialogue.
12448  Voici un aperçu de ces paramètres :
12449 \end_layout
12450
12451 \begin_layout Itemize
12452
12453 \series bold
12454 p{largeur}
12455 \series default
12456  crée une cellule de taille donnée, le texte est aligné verticalement en
12457  haut.
12458 \end_layout
12459
12460 \begin_layout Itemize
12461
12462 \series bold
12463 m{largeur}
12464 \series default
12465  crée une cellule de taille donnée, le texte est aligné verticalement au
12466  centre
12467 \end_layout
12468
12469 \begin_layout Itemize
12470
12471 \series bold
12472 b{largeur}
12473 \series default
12474  crée une cellule de taille donnée, le texte est aligné verticalement en
12475  bas
12476 \end_layout
12477
12478 \begin_layout Standard
12479 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12480  la fenêtre de dialogue sont ignorés.
12481 \end_layout
12482
12483 \begin_layout Standard
12484 \begin_inset Note Greyedout
12485 status open
12486
12487 \begin_layout Plain Layout
12488
12489 \series bold
12490 Note:
12491 \series default
12492  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12493  en compte.
12494 \end_layout
12495
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \begin_layout Standard
12502 Comme le texte doit être centré horizontalement, on ajoute la commande 
12503 \series bold
12504
12505 \backslash
12506 centering
12507 \series default
12508 .
12509  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12510  des colonnes recouvertes :
12511 \end_layout
12512
12513 \begin_layout Standard
12514
12515 \series bold
12516 >{
12517 \backslash
12518 centering}m{1.25cm-6.2pt}
12519 \end_layout
12520
12521 \begin_layout Standard
12522 La commande 
12523 \series bold
12524 >{ }
12525 \series default
12526  signifie que les commandes qui se trouvent entre les accolades doivent
12527  être appliquées avant que la cellule ne soit créée.
12528 \end_layout
12529
12530 \begin_layout Standard
12531 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12532  multicolonne, il est toujours aligné à gauche.
12533  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12534  isolées.
12535  Nous devons donc utiliser le paramètre LaTeX suivant pour la multicolonne
12536 \end_layout
12537
12538 \begin_layout Standard
12539
12540 \series bold
12541 >{
12542 \backslash
12543 centering}m{2.5cm}
12544 \end_layout
12545
12546 \begin_layout Subsection
12547 Multi-lignes
12548 \begin_inset CommandInset label
12549 LatexCommand label
12550 name "sub:Multi-lignes"
12551
12552 \end_inset
12553
12554
12555 \begin_inset Index idx
12556 status collapsed
12557
12558 \begin_layout Plain Layout
12559 Multi-lignes
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \begin_inset Index idx
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569 Tableau ! Multi-ligne
12570 \end_layout
12571
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \begin_layout Standard
12578 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12579  qu'elle doit couvrir et utilisez soit le bouton 
12580 \begin_inset Graphics
12581         filename ../../images/tabular-feature_multirow.png
12582         scale 85
12583         scaleBeforeRotation
12584
12585 \end_inset
12586
12587 de la barre d'outils tableau, ou le menu 
12588 \family sans
12589 Éditer\SpecialChar \menuseparator
12590 Tableau\SpecialChar \menuseparator
12591 Multi-lignes
12592 \family default
12593 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12594  
12595 \family sans
12596 Multi-lignes
12597 \family default
12598 .
12599 \end_layout
12600
12601 \begin_layout Standard
12602 Voici un exemple de tableau avec une cellule multiligne en première colonne:
12603 \end_layout
12604
12605 \begin_layout Standard
12606 \align center
12607 \begin_inset Tabular
12608 <lyxtabular version="3" rows="3" columns="3">
12609 <features tabularvalignment="middle">
12610 <column alignment="center" valignment="top" width="0pt">
12611 <column alignment="center" valignment="top" width="0">
12612 <column alignment="center" valignment="top" width="0">
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 un contenu long
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 b
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 c
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 <row>
12643 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 multi-ligne
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 e
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 f
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 </row>
12671 <row>
12672 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 h
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 i
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 </row>
12700 </lyxtabular>
12701
12702 \end_inset
12703
12704
12705 \end_layout
12706
12707 \begin_layout Standard
12708 La largeur de la cellule multiligne est déterminée par la largeur de toute
12709  la colonne.
12710  L'
12711 \family sans
12712 Espacement
12713 \begin_inset space ~
12714 \end_inset
12715
12716 vertical
12717 \family default
12718  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12719  est positive ou négative.
12720 \end_layout
12721
12722 \begin_layout Standard
12723 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12724  explicitement, la cellule hérite de l'alignement de la colonne.
12725  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12726  implicite, vous devez redéfinir la commande 
12727 \series bold
12728
12729 \backslash
12730 multirowsetup
12731 \series default
12732  avec la commande
12733 \end_layout
12734
12735 \begin_layout Standard
12736
12737 \series bold
12738
12739 \backslash
12740 renewcommand{
12741 \backslash
12742 multirowsetup}{
12743 \backslash
12744 centering}
12745 \end_layout
12746
12747 \begin_layout Standard
12748 dans le préambule du document.
12749  Après ça, tous les contenus de cellules multi-lignes du document seront
12750  centrés.
12751  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12752  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12753  juste avant le tableau concerné, plutôt que dans le préambule.
12754  Si le texte doit être aligné à droite, remplacez 
12755 \series bold
12756
12757 \backslash
12758 centering
12759 \series default
12760  par 
12761 \series bold
12762
12763 \backslash
12764 raggedleft
12765 \series default
12766 .
12767  Pour revenir à l'alignement à gauche utilisez 
12768 \series bold
12769
12770 \backslash
12771 raggedright
12772 \series default
12773 .
12774 \end_layout
12775
12776 \begin_layout Standard
12777 Voici un exemple de tableau avec une cellule multiligne alignée à droite
12778  avec un décalage vertical de of -4
12779 \begin_inset space \thinspace{}
12780 \end_inset
12781
12782 mm dans une colonne de 3
12783 \begin_inset space \thinspace{}
12784 \end_inset
12785
12786 cm de large
12787 \begin_inset space ~
12788 \end_inset
12789
12790 :
12791 \end_layout
12792
12793 \begin_layout Standard
12794 \noindent
12795 \align center
12796 \begin_inset ERT
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800
12801
12802 \backslash
12803 renewcommand{
12804 \backslash
12805 multirowsetup}{
12806 \backslash
12807 raggedleft}
12808 \end_layout
12809
12810 \end_inset
12811
12812
12813 \begin_inset Tabular
12814 <lyxtabular version="3" rows="4" columns="3">
12815 <features tabularvalignment="middle">
12816 <column alignment="center" valignment="top" width="3cm">
12817 <column alignment="center" valignment="top" width="0">
12818 <column alignment="center" valignment="top" width="0">
12819 <row>
12820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12821 \begin_inset Text
12822
12823 \begin_layout Plain Layout
12824 un contenu long
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Plain Layout
12833 b
12834 \end_layout
12835
12836 \end_inset
12837 </cell>
12838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12839 \begin_inset Text
12840
12841 \begin_layout Plain Layout
12842 c
12843 \end_layout
12844
12845 \end_inset
12846 </cell>
12847 </row>
12848 <row>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 t
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 n
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12868 \begin_inset Text
12869
12870 \begin_layout Plain Layout
12871 m
12872 \end_layout
12873
12874 \end_inset
12875 </cell>
12876 </row>
12877 <row>
12878 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 multi-ligne
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 e
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 f
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 </row>
12906 <row>
12907 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 h
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 i
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 </row>
12935 </lyxtabular>
12936
12937 \end_inset
12938
12939
12940 \begin_inset ERT
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944
12945
12946 \backslash
12947 renewcommand{
12948 \backslash
12949 multirowsetup}{
12950 \backslash
12951 raggedright}
12952 \end_layout
12953
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \begin_layout Section
12960 Les Tableaux Formels
12961 \begin_inset CommandInset label
12962 LatexCommand label
12963 name "sec:Tableaux-Formels"
12964
12965 \end_inset
12966
12967
12968 \begin_inset Index idx
12969 status collapsed
12970
12971 \begin_layout Plain Layout
12972 Tableau ! Formel
12973 \end_layout
12974
12975 \end_inset
12976
12977
12978 \end_layout
12979
12980 \begin_layout Standard
12981 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
12982  à celle du tableau
12983 \begin_inset space ~
12984 \end_inset
12985
12986
12987 \begin_inset CommandInset ref
12988 LatexCommand ref
12989 reference "tab:Exemple-tableau-booktabs"
12990
12991 \end_inset
12992
12993 .
12994  Ce genre de tableau est appelé 
12995 \begin_inset Quotes eld
12996 \end_inset
12997
12998
12999 \emph on
13000 formel
13001 \emph default
13002
13003 \begin_inset Quotes erd
13004 \end_inset
13005
13006 .
13007  Pour transformer un tableau en tableau formel, utilisez l'option 
13008 \family sans
13009 Formel
13010 \family default
13011  de l'onglet 
13012 \family sans
13013 Bordures
13014 \family default
13015  de la fenêtre de dialogue 
13016 \family sans
13017 Paramètres
13018 \begin_inset space ~
13019 \end_inset
13020
13021 du
13022 \begin_inset space ~
13023 \end_inset
13024
13025 tableau
13026 \family default
13027 .
13028 \end_layout
13029
13030 \begin_layout Standard
13031 \begin_inset Float table
13032 placement h
13033 wide false
13034 sideways false
13035 status open
13036
13037 \begin_layout Plain Layout
13038 \begin_inset Caption
13039
13040 \begin_layout Plain Layout
13041 \begin_inset CommandInset label
13042 LatexCommand label
13043 name "tab:Exemple-tableau-booktabs"
13044
13045 \end_inset
13046
13047 Exemple de tableau formel
13048 \end_layout
13049
13050 \end_inset
13051
13052
13053 \end_layout
13054
13055 \begin_layout Plain Layout
13056 \align center
13057 \begin_inset Tabular
13058 <lyxtabular version="3" rows="8" columns="4">
13059 <features booktabs="true" tabularvalignment="middle">
13060 <column alignment="center" valignment="top" width="0">
13061 <column alignment="center" valignment="top" width="0">
13062 <column alignment="center" valignment="top" width="0">
13063 <column alignment="center" valignment="top" width="0">
13064 <row>
13065 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13066 \begin_inset Text
13067
13068 \begin_layout Plain Layout
13069 Système
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" topline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 Chip
13079 \begin_inset space \thinspace{}
13080 \end_inset
13081
13082 1
13083 \end_layout
13084
13085 \end_inset
13086 </cell>
13087 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13088 \begin_inset Text
13089
13090 \begin_layout Plain Layout
13091 Chip
13092 \begin_inset space \thinspace{}
13093 \end_inset
13094
13095 2
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13101 \begin_inset Text
13102
13103 \begin_layout Plain Layout
13104
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 <row>
13111 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 \begin_inset ERT
13116 status collapsed
13117
13118 \begin_layout Plain Layout
13119
13120
13121 \backslash
13122 cmidrule(r){2-2}
13123 \end_layout
13124
13125 \end_inset
13126
13127
13128 \begin_inset ERT
13129 status collapsed
13130
13131 \begin_layout Plain Layout
13132
13133
13134 \backslash
13135 cmidrule(l){3-4}
13136 \end_layout
13137
13138 \end_inset
13139
13140 Épaisseur du capteur en µm
13141 \end_layout
13142
13143 \end_inset
13144 </cell>
13145 <cell alignment="center" valignment="top" usebox="none">
13146 \begin_inset Text
13147
13148 \begin_layout Plain Layout
13149 300
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 300
13159 \end_layout
13160
13161 \end_inset
13162 </cell>
13163 <cell alignment="center" valignment="top" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 700
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 </row>
13173 <row>
13174 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13175 \begin_inset Text
13176
13177 \begin_layout Plain Layout
13178 Angle du biseau en °
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 <cell alignment="center" valignment="top" topline="true" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187 3.55
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 <cell alignment="center" valignment="top" topline="true" usebox="none">
13193 \begin_inset Text
13194
13195 \begin_layout Plain Layout
13196 2.71
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 <cell alignment="center" valignment="top" topline="true" usebox="none">
13202 \begin_inset Text
13203
13204 \begin_layout Plain Layout
13205 7.99
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 </row>
13211 <row topspace="default">
13212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 Résolution spatiale en µm
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 <cell alignment="center" valignment="top" usebox="none">
13222 \begin_inset Text
13223
13224 \begin_layout Plain Layout
13225 4.26
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell alignment="center" valignment="top" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234 10.17
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 10.56
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 </row>
13249 <row topspace="default">
13250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 MTF à 
13255 \begin_inset Formula $f_{\mathrm{max}}$
13256 \end_inset
13257
13258
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell alignment="center" valignment="top" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 0.53
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell alignment="center" valignment="top" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276 0.37
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 0.39
13286 \end_layout
13287
13288 \end_inset
13289 </cell>
13290 </row>
13291 <row topspace="default">
13292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 \begin_inset ERT
13297 status collapsed
13298
13299 \begin_layout Plain Layout
13300
13301
13302 \backslash
13303 cmidrule(l{10pt}){1-1}
13304 \end_layout
13305
13306 \end_inset
13307
13308 résolution spatiale LSF
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 </row>
13341 <row>
13342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 en µm
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 129.7
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 52.75
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 50.78
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 </row>
13379 <row>
13380 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 en % de la taille des pixels
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 76.3
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 95.9
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 92.3
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 </lyxtabular>
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \end_inset
13425
13426
13427 \end_layout
13428
13429 \begin_layout Standard
13430 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
13431  
13432 \family sans
13433 Bordures
13434 \family default
13435  de la fenêtre de dialogue 
13436 \family sans
13437 Paramètres
13438 \begin_inset space ~
13439 \end_inset
13440
13441 du
13442 \begin_inset space ~
13443 \end_inset
13444
13445 tableau
13446 \family default
13447  comme c'est décrit dans la section
13448 \begin_inset space ~
13449 \end_inset
13450
13451
13452 \begin_inset CommandInset ref
13453 LatexCommand ref
13454 reference "sub:Espacement-lignes"
13455
13456 \end_inset
13457
13458 .
13459 \end_layout
13460
13461 \begin_layout Standard
13462 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
13463  verticales.
13464  Les lignes horizontales peuvent être mise en place comme pour les tableaux
13465  normaux mais elles apparaissent avec des épaisseurs différentes dans la
13466  sortie imprimée :
13467 \begin_inset Newline newline
13468 \end_inset
13469
13470 La première et la dernière ligne ont implicitement une épaisseur de 0.08
13471 \begin_inset space \thinspace{}
13472 \end_inset
13473
13474 em alors que les autres lignes ont implicite une épaisseur de 0.05
13475 \begin_inset space \thinspace{}
13476 \end_inset
13477
13478 em.
13479 \end_layout
13480
13481 \begin_layout Standard
13482 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
13483  les lignes de préambule suivantes :
13484 \end_layout
13485
13486 \begin_layout Standard
13487
13488 \series bold
13489
13490 \backslash
13491 let
13492 \backslash
13493 mytoprule
13494 \backslash
13495 toprule
13496 \begin_inset Newline newline
13497 \end_inset
13498
13499
13500 \backslash
13501 renewcommand{
13502 \backslash
13503 toprule}{
13504 \backslash
13505 mytoprule[width]}
13506 \end_layout
13507
13508 \begin_layout Standard
13509 Cet exemple concerne la première ligne, appelée 
13510 \series bold
13511 toprule
13512 \series default
13513 .
13514  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
13515 \series bold
13516 toprule
13517 \series default
13518  par 
13519 \series bold
13520 bottomrule
13521 \series default
13522 .
13523  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
13524  
13525 \series bold
13526 toprule
13527 \series default
13528  par 
13529 \series bold
13530 midrule
13531 \series default
13532 .
13533  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
13534 \begin_inset space ~
13535 \end_inset
13536
13537
13538 \begin_inset CommandInset ref
13539 LatexCommand ref
13540 reference "cha:Unités-de-longueur"
13541
13542 \end_inset
13543
13544  pour préciser l'épaisseur voulue.
13545 \end_layout
13546
13547 \begin_layout Standard
13548 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
13549  en mettant une ligne pour une cellule multi colonne.
13550  LyX va utiliser en interne la commande 
13551 \series bold
13552
13553 \backslash
13554 cmidrule
13555 \series default
13556  pour créer cette ligne.
13557  Sa syntaxe complète est :
13558 \end_layout
13559
13560 \begin_layout Standard
13561
13562 \series bold
13563
13564 \backslash
13565 cmidrule[largeur](rognage){colDépart-colFin}
13566 \end_layout
13567
13568 \begin_layout Standard
13569 Les options de la commande 
13570 \series bold
13571
13572 \backslash
13573 cmidrule
13574 \series default
13575  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
13576  TeX pour pouvoir les utiliser.
13577  On peut créer manuellement des lignes 
13578 \series bold
13579
13580 \backslash
13581 mitrales
13582 \series default
13583  en insérant la commande en code TeX comme le premier élément de la première
13584  cellule de la ligne.
13585  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
13586  en question.
13587 \end_layout
13588
13589 \begin_layout Standard
13590 La valeur implicite pour l'épaisseur des lignes est de 0.03
13591 \begin_inset space \thinspace{}
13592 \end_inset
13593
13594 em.
13595  
13596 \series bold
13597 colDépart
13598 \series default
13599  est le numéro de la colonne dans laquelle la ligne commence et 
13600 \series bold
13601 colFin
13602 \series default
13603  est le numéro de la colonne dans laquelle elle se termine.
13604  La valeur de 
13605 \series bold
13606 colFin
13607 \series default
13608  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
13609  Le paramètre optionnel 
13610 \series bold
13611 rognage
13612 \series default
13613  peut être soit 
13614 \emph on
13615 l{largeurRognage}
13616 \emph default
13617 , ou 
13618 \emph on
13619 r{largeurRognage}
13620 \emph default
13621  où les valeurs de
13622 \emph on
13623  largeurRognage
13624 \emph default
13625  sont aussi optionnelles.
13626  En utilisant par exemple la valeur 
13627 \emph on
13628 l{2pt}
13629 \emph default
13630  pour ce paramètre, la ligne va être rognée de 2
13631 \begin_inset space \thinspace{}
13632 \end_inset
13633
13634 pt à son extrémité gauche.
13635  Si vous ne spécifiez pas de valeur pour 
13636 \emph on
13637 largeurRognage
13638 \emph default
13639  les lignes sont implicitement rognées de 0.5
13640 \begin_inset space \thinspace{}
13641 \end_inset
13642
13643 em.
13644 \end_layout
13645
13646 \begin_layout Standard
13647 \begin_inset VSpace bigskip
13648 \end_inset
13649
13650 Le tableau
13651 \begin_inset space ~
13652 \end_inset
13653
13654
13655 \begin_inset CommandInset ref
13656 LatexCommand ref
13657 reference "tab:Exemple-tableau-booktabs"
13658
13659 \end_inset
13660
13661  a été créé en utilisant les commandes
13662 \end_layout
13663
13664 \begin_layout Standard
13665
13666 \series bold
13667
13668 \backslash
13669 cmidrule(r){2-2}
13670 \backslash
13671 cmidrule(l){3-4}
13672 \end_layout
13673
13674 \begin_layout Standard
13675 au début de la deuxième ligne et
13676 \end_layout
13677
13678 \begin_layout Standard
13679
13680 \series bold
13681
13682 \backslash
13683 cmidrule(l{10pt}){1-1}
13684 \end_layout
13685
13686 \begin_layout Standard
13687 au début de la sixième ligne.
13688 \end_layout
13689
13690 \begin_layout Standard
13691 \begin_inset VSpace bigskip
13692 \end_inset
13693
13694
13695 \end_layout
13696
13697 \begin_layout Standard
13698 Vous pouvez vouloir des commandes 
13699 \series bold
13700
13701 \backslash
13702 cmidrule
13703 \series default
13704 s qui se recouvrent comme pour le tableau
13705 \begin_inset space ~
13706 \end_inset
13707
13708
13709 \begin_inset CommandInset ref
13710 LatexCommand ref
13711 reference "tab:Tableau-booktabs-special"
13712
13713 \end_inset
13714
13715 .
13716  On obtient ce résultat en utilisant la commande suivante en code TeX
13717 \end_layout
13718
13719 \begin_layout Standard
13720
13721 \series bold
13722
13723 \backslash
13724 morecmidrules
13725 \end_layout
13726
13727 \begin_layout Standard
13728 La commande qui a été utilisée pour la deuxième ligne du tableau
13729 \begin_inset space ~
13730 \end_inset
13731
13732
13733 \begin_inset CommandInset ref
13734 LatexCommand ref
13735 reference "tab:Tableau-booktabs-special"
13736
13737 \end_inset
13738
13739  est
13740 \end_layout
13741
13742 \begin_layout Standard
13743
13744 \series bold
13745
13746 \backslash
13747 cmidrule(r){2-2}
13748 \backslash
13749 cmidrule(l){3-4}
13750 \backslash
13751 morecmidrules
13752 \backslash
13753 cmidrule{2-4}
13754 \end_layout
13755
13756 \begin_layout Standard
13757 La commande pour la sixième ligne est
13758 \end_layout
13759
13760 \begin_layout Standard
13761
13762 \series bold
13763
13764 \backslash
13765 midrule
13766 \backslash
13767 morecmidrules
13768 \backslash
13769 cmidrule{3-4}
13770 \end_layout
13771
13772 \begin_layout Standard
13773 \begin_inset VSpace bigskip
13774 \end_inset
13775
13776
13777 \end_layout
13778
13779 \begin_layout Standard
13780 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
13781 , vous pouvez utiliser la commande suivante pour produire des lignes qui
13782  font toute la largeur du tableau :
13783 \end_layout
13784
13785 \begin_layout Standard
13786
13787 \series bold
13788
13789 \backslash
13790 specialrule{largeur}{espace au dessus}{espace en dessous}
13791 \end_layout
13792
13793 \begin_layout Standard
13794 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
13795  du paquetage LaTeX 
13796 \series bold
13797 booktabs
13798 \series default
13799  
13800 \begin_inset CommandInset citation
13801 LatexCommand cite
13802 key "booktabs"
13803
13804 \end_inset
13805
13806 .
13807 \begin_inset Index idx
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811 Paquetages LaTeX ! booktabs
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \begin_layout Standard
13820 \begin_inset Float table
13821 placement h
13822 wide false
13823 sideways false
13824 status open
13825
13826 \begin_layout Plain Layout
13827 \begin_inset Caption
13828
13829 \begin_layout Plain Layout
13830 \begin_inset CommandInset label
13831 LatexCommand label
13832 name "tab:Tableau-booktabs-special"
13833
13834 \end_inset
13835
13836 Tableau formel spécial
13837 \end_layout
13838
13839 \end_inset
13840
13841
13842 \end_layout
13843
13844 \begin_layout Plain Layout
13845 \align center
13846 \begin_inset Tabular
13847 <lyxtabular version="3" rows="8" columns="4">
13848 <features booktabs="true" tabularvalignment="middle">
13849 <column alignment="center" valignment="top" width="0">
13850 <column alignment="center" valignment="top" width="0">
13851 <column alignment="center" valignment="top" width="0">
13852 <column alignment="center" valignment="top" width="0">
13853 <row>
13854 <cell alignment="center" valignment="top" topline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 Système
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 Chip
13868 \begin_inset space \thinspace{}
13869 \end_inset
13870
13871 1
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 Chip
13881 \begin_inset space \thinspace{}
13882 \end_inset
13883
13884 2
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 </row>
13899 <row>
13900 <cell alignment="center" valignment="top" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904 \begin_inset ERT
13905 status collapsed
13906
13907 \begin_layout Plain Layout
13908
13909
13910 \backslash
13911 cmidrule(r){2-2}
13912 \end_layout
13913
13914 \end_inset
13915
13916
13917 \begin_inset ERT
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921
13922
13923 \backslash
13924 cmidrule(l){3-4}
13925 \end_layout
13926
13927 \end_inset
13928
13929
13930 \begin_inset ERT
13931 status collapsed
13932
13933 \begin_layout Plain Layout
13934
13935
13936 \backslash
13937 morecmidrules 
13938 \end_layout
13939
13940 \end_inset
13941
13942
13943 \begin_inset ERT
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 cmidrule{2-4}
13951 \end_layout
13952
13953 \end_inset
13954
13955 Epaisseur du capteur en µm
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 300
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 300
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 700
13983 \end_layout
13984
13985 \end_inset
13986 </cell>
13987 </row>
13988 <row>
13989 <cell alignment="center" valignment="top" topline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 Angle biseau en °
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 3.55
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 <cell alignment="center" valignment="top" topline="true" usebox="none">
14008 \begin_inset Text
14009
14010 \begin_layout Plain Layout
14011 2.71
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 7.99
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 </row>
14026 <row topspace="default">
14027 <cell alignment="center" valignment="top" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 Résolution spatiale en µm
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 4.26
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 10.17
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 10.56
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 </row>
14064 <row topspace="default">
14065 <cell alignment="center" valignment="top" usebox="none">
14066 \begin_inset Text
14067
14068 \begin_layout Plain Layout
14069 MTF à 
14070 \begin_inset Formula $f_{\mathrm{max}}$
14071 \end_inset
14072
14073
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 0.53
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 <cell alignment="center" valignment="top" usebox="none">
14088 \begin_inset Text
14089
14090 \begin_layout Plain Layout
14091 0.37
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 <cell alignment="center" valignment="top" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 0.39
14101 \end_layout
14102
14103 \end_inset
14104 </cell>
14105 </row>
14106 <row>
14107 <cell alignment="center" valignment="top" topline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 \begin_inset ERT
14112 status collapsed
14113
14114 \begin_layout Plain Layout
14115
14116
14117 \backslash
14118 morecmidrules 
14119 \end_layout
14120
14121 \end_inset
14122
14123
14124 \begin_inset ERT
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128
14129
14130 \backslash
14131 cmidrule{3-4}
14132 \end_layout
14133
14134 \end_inset
14135
14136 résolution spatiale LSF
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell alignment="center" valignment="top" topline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 <cell alignment="center" valignment="top" topline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 </row>
14169 <row>
14170 <cell alignment="center" valignment="top" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 en µm
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 129.7
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell alignment="center" valignment="top" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192 52.75
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 <cell alignment="center" valignment="top" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 50.78
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 </row>
14207 <row>
14208 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 en % de la taille des pixels
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 76.3
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 95.9
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239 92.3
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 </row>
14245 </lyxtabular>
14246
14247 \end_inset
14248
14249
14250 \end_layout
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Section
14258 Alignement Vertical des Tableaux
14259 \begin_inset Index idx
14260 status collapsed
14261
14262 \begin_layout Plain Layout
14263 Tableau ! Alignement
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \end_layout
14270
14271 \begin_layout Standard
14272 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
14273  doit être à l'intérieur d'une boîte.
14274  La boîte peut alors être alignée comme c'est décrit dans la 
14275 \begin_inset space ~
14276 \end_inset
14277
14278
14279 \begin_inset CommandInset ref
14280 LatexCommand ref
14281 reference "sec:Boîte-Dialogue"
14282
14283 \end_inset
14284
14285 .
14286 \end_layout
14287
14288 \begin_layout Standard
14289 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
14290  minipage
14291 \begin_inset Foot
14292 status open
14293
14294 \begin_layout Plain Layout
14295 Les minipages son décrites dans la section
14296 \begin_inset space ~
14297 \end_inset
14298
14299
14300 \begin_inset CommandInset ref
14301 LatexCommand ref
14302 reference "sec:Minipages"
14303
14304 \end_inset
14305
14306 .
14307 \end_layout
14308
14309 \end_inset
14310
14311  dont la largeur est de 15
14312 \begin_inset space \thinspace{}
14313 \end_inset
14314
14315 col% :
14316 \end_layout
14317
14318 \begin_layout Itemize
14319 test 
14320 \begin_inset Box Frameless
14321 position "t"
14322 hor_pos "c"
14323 has_inner_box 1
14324 inner_pos "c"
14325 use_parbox 0
14326 use_makebox 0
14327 width "15col%"
14328 special "none"
14329 height "1in"
14330 height_special "totalheight"
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334 \begin_inset Tabular
14335 <lyxtabular version="3" rows="3" columns="3">
14336 <features tabularvalignment="middle">
14337 <column alignment="center" valignment="top" width="0">
14338 <column alignment="center" valignment="top" width="0">
14339 <column alignment="center" valignment="top" width="0">
14340 <row>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 a
14346 \end_layout
14347
14348 \end_inset
14349 </cell>
14350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14351 \begin_inset Text
14352
14353 \begin_layout Plain Layout
14354 d
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 g
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 </row>
14369 <row>
14370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 b
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 e
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 h
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 </row>
14398 <row>
14399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 c
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412 f
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 i
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 </row>
14427 </lyxtabular>
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \end_inset
14435
14436  test 
14437 \begin_inset ERT
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441
14442
14443 \backslash
14444 raisebox{0.85
14445 \backslash
14446 baselineskip}{
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \begin_inset Box Frameless
14453 position "t"
14454 hor_pos "c"
14455 has_inner_box 1
14456 inner_pos "c"
14457 use_parbox 0
14458 use_makebox 0
14459 width "15col%"
14460 special "none"
14461 height "1in"
14462 height_special "totalheight"
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466 \begin_inset Tabular
14467 <lyxtabular version="3" rows="3" columns="3">
14468 <features tabularvalignment="middle">
14469 <column alignment="center" valignment="top" width="0">
14470 <column alignment="center" valignment="top" width="0">
14471 <column alignment="center" valignment="top" width="0">
14472 <row>
14473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14474 \begin_inset Text
14475
14476 \begin_layout Plain Layout
14477 a
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 d
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 g
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 </row>
14501 <row>
14502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506 b
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515 e
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 h
14525 \end_layout
14526
14527 \end_inset
14528 </cell>
14529 </row>
14530 <row>
14531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535 c
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544 f
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553 i
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 </lyxtabular>
14560
14561 \end_inset
14562
14563
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574 }
14575 \end_layout
14576
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \begin_layout Itemize
14583 test 
14584 \begin_inset Box Frameless
14585 position "c"
14586 hor_pos "c"
14587 has_inner_box 1
14588 inner_pos "c"
14589 use_parbox 0
14590 use_makebox 0
14591 width "15col%"
14592 special "none"
14593 height "1in"
14594 height_special "totalheight"
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598 \begin_inset Tabular
14599 <lyxtabular version="3" rows="3" columns="3">
14600 <features tabularvalignment="middle">
14601 <column alignment="center" valignment="top" width="0">
14602 <column alignment="center" valignment="top" width="0">
14603 <column alignment="center" valignment="top" width="0">
14604 <row>
14605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 a
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 d
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 g
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 <row>
14634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638 b
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 e
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 h
14657 \end_layout
14658
14659 \end_inset
14660 </cell>
14661 </row>
14662 <row>
14663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667 c
14668 \end_layout
14669
14670 \end_inset
14671 </cell>
14672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Plain Layout
14676 f
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14682 \begin_inset Text
14683
14684 \begin_layout Plain Layout
14685 i
14686 \end_layout
14687
14688 \end_inset
14689 </cell>
14690 </row>
14691 </lyxtabular>
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \begin_layout Itemize
14704 test 
14705 \begin_inset Box Frameless
14706 position "b"
14707 hor_pos "c"
14708 has_inner_box 1
14709 inner_pos "c"
14710 use_parbox 0
14711 use_makebox 0
14712 width "15col%"
14713 special "none"
14714 height "1in"
14715 height_special "totalheight"
14716 status collapsed
14717
14718 \begin_layout Plain Layout
14719 \begin_inset Tabular
14720 <lyxtabular version="3" rows="3" columns="3">
14721 <features tabularvalignment="middle">
14722 <column alignment="center" valignment="top" width="0">
14723 <column alignment="center" valignment="top" width="0">
14724 <column alignment="center" valignment="top" width="0">
14725 <row>
14726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14727 \begin_inset Text
14728
14729 \begin_layout Plain Layout
14730 a
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14736 \begin_inset Text
14737
14738 \begin_layout Plain Layout
14739 d
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748 g
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 </row>
14754 <row>
14755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 b
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 e
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 h
14778 \end_layout
14779
14780 \end_inset
14781 </cell>
14782 </row>
14783 <row>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 c
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 f
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 i
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 </row>
14812 </lyxtabular>
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820
14821  test 
14822 \begin_inset ERT
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826
14827
14828 \backslash
14829 raisebox{-0.32
14830 \backslash
14831 baselineskip}{
14832 \end_layout
14833
14834 \end_inset
14835
14836
14837 \begin_inset Box Frameless
14838 position "b"
14839 hor_pos "c"
14840 has_inner_box 1
14841 inner_pos "c"
14842 use_parbox 0
14843 use_makebox 0
14844 width "15col%"
14845 special "none"
14846 height "1in"
14847 height_special "totalheight"
14848 status collapsed
14849
14850 \begin_layout Plain Layout
14851 \begin_inset Tabular
14852 <lyxtabular version="3" rows="3" columns="3">
14853 <features tabularvalignment="middle">
14854 <column alignment="center" valignment="top" width="0">
14855 <column alignment="center" valignment="top" width="0">
14856 <column alignment="center" valignment="top" width="0">
14857 <row>
14858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14859 \begin_inset Text
14860
14861 \begin_layout Plain Layout
14862 a
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14868 \begin_inset Text
14869
14870 \begin_layout Plain Layout
14871 d
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 g
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891 b
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900 e
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 h
14910 \end_layout
14911
14912 \end_inset
14913 </cell>
14914 </row>
14915 <row>
14916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 c
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 f
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 i
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 </row>
14944 </lyxtabular>
14945
14946 \end_inset
14947
14948
14949 \end_layout
14950
14951 \end_inset
14952
14953
14954 \begin_inset ERT
14955 status collapsed
14956
14957 \begin_layout Plain Layout
14958
14959 }
14960 \end_layout
14961
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \begin_layout Standard
14968 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
14969  et de la dernière ligne, n'est pas correctement aligné avec le texte de
14970  la ligne dans laquelle le tableau est inséré.
14971  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
14972  boîte élévatrice (raisebox)
14973 \begin_inset Foot
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
14978 \begin_inset space ~
14979 \end_inset
14980
14981
14982 \begin_inset CommandInset ref
14983 LatexCommand ref
14984 reference "sub:Alignement-Vertical"
14985
14986 \end_inset
14987
14988 .
14989 \end_layout
14990
14991 \end_inset
14992
14993 .
14994  Dans l'exemple précédent, le deuxième tableau de la première ligne est
14995  aligné en utilisant la commande en code TeX suivante 
14996 \end_layout
14997
14998 \begin_layout Standard
14999
15000 \series bold
15001
15002 \backslash
15003 raisebox{0.85
15004 \backslash
15005 baselineskip}{
15006 \end_layout
15007
15008 \begin_layout Standard
15009 placée juste avant la boîte minipage.
15010  Après la boîte on insère l'accolade fermante en code TeX.
15011  Pour le deuxième tableau de la dernière ligne, la commande 
15012 \end_layout
15013
15014 \begin_layout Standard
15015
15016 \series bold
15017
15018 \backslash
15019 raisebox{-0.32
15020 \backslash
15021 baselineskip}{
15022 \end_layout
15023
15024 \begin_layout Standard
15025 est utilisée.
15026 \end_layout
15027
15028 \begin_layout Standard
15029 \begin_inset Note Greyedout
15030 status open
15031
15032 \begin_layout Plain Layout
15033
15034 \series bold
15035 Note:
15036 \series default
15037  L'alignement entre le contenu de la ligne du tableau et le texte de la
15038  ligne qui l'entoure ne peut pas être parfait.
15039  Le facteur utilisé dans la commande 
15040 \series bold
15041
15042 \backslash
15043 raisebox
15044 \series default
15045  pour obtenir cet alignement dépend de la police de caractères du document,
15046  de la taille de la police et de l'épaisseur des lignes du tableau.
15047 \end_layout
15048
15049 \end_inset
15050
15051
15052 \end_layout
15053
15054 \begin_layout Section
15055 Tableaux Colorés
15056 \begin_inset CommandInset label
15057 LatexCommand label
15058 name "sec:Tableaux-Colorés"
15059
15060 \end_inset
15061
15062
15063 \begin_inset Index idx
15064 status collapsed
15065
15066 \begin_layout Plain Layout
15067 Tableau ! Coloré
15068 \end_layout
15069
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \begin_layout Subsection
15076 Cellules Colorées
15077 \begin_inset Index idx
15078 status collapsed
15079
15080 \begin_layout Plain Layout
15081 Couleur des tableaux ! Pour les cellules
15082 \end_layout
15083
15084 \end_inset
15085
15086
15087 \begin_inset Index idx
15088 status collapsed
15089
15090 \begin_layout Plain Layout
15091 Couleur ! Pour les cellules de tableau
15092 \end_layout
15093
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \begin_layout Standard
15100 \begin_inset Float table
15101 placement h
15102 wide false
15103 sideways false
15104 status open
15105
15106 \begin_layout Plain Layout
15107 \begin_inset Caption
15108
15109 \begin_layout Plain Layout
15110 \begin_inset CommandInset label
15111 LatexCommand label
15112 name "tab:Tableau-coloré-sans-colortbl"
15113
15114 \end_inset
15115
15116 Tableau coloré sans utiliser le paquetage  
15117 \series bold
15118 colortbl
15119 \series default
15120
15121 \begin_inset Argument
15122 status open
15123
15124 \begin_layout Plain Layout
15125 Tableau sans colortbl
15126 \end_layout
15127
15128 \end_inset
15129
15130
15131 \end_layout
15132
15133 \end_inset
15134
15135
15136 \end_layout
15137
15138 \begin_layout Plain Layout
15139 \align center
15140 \begin_inset Tabular
15141 <lyxtabular version="3" rows="3" columns="3">
15142 <features tabularvalignment="middle">
15143 <column alignment="center" valignment="top" width="0">
15144 <column alignment="center" valignment="top" width="0">
15145 <column alignment="center" valignment="top" width="0">
15146 <row>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151
15152 \color green
15153 a
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162
15163 \color red
15164 b
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \color red
15175 c
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 </row>
15181 <row>
15182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186
15187 \color green
15188 d
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197
15198 \color blue
15199 e
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \color blue
15210 f
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row>
15217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \color green
15223 g
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232
15233 \color blue
15234 h
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \color blue
15245 i
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 </lyxtabular>
15252
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \begin_layout Standard
15264 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
15265  et choisissez une couleur dans le menu 
15266 \family sans
15267 Éditer\SpecialChar \menuseparator
15268 Style
15269 \begin_inset space ~
15270 \end_inset
15271
15272 de
15273 \begin_inset space ~
15274 \end_inset
15275
15276 Texte
15277 \family default
15278 .
15279  C'est ce qui a été utilisé pour créer le tableau
15280 \begin_inset space ~
15281 \end_inset
15282
15283
15284 \begin_inset CommandInset ref
15285 LatexCommand ref
15286 reference "tab:Tableau-coloré-sans-colortbl"
15287
15288 \end_inset
15289
15290 .
15291  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
15292 \series bold
15293 colortbl
15294 \series default
15295 .
15296 \begin_inset Index idx
15297 status collapsed
15298
15299 \begin_layout Plain Layout
15300 Paquetages LaTeX ! colortbl
15301 \end_layout
15302
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \begin_layout Standard
15309 \begin_inset ERT
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313
15314
15315 \backslash
15316 ifcolortbl
15317 \end_layout
15318
15319 \end_inset
15320
15321
15322 \begin_inset Note Note
15323 status open
15324
15325 \begin_layout Plain Layout
15326 La section qui suit ne sera affichée que si vous avez installé le paquetage
15327  LaTeX 
15328 \series bold
15329 colortbl
15330 \series default
15331 .
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Pour créer des tableaux colorés, vous devez charger le paquetage
15341 \series bold
15342  colortbl
15343 \series default
15344  dans le préambule avec la ligne
15345 \end_layout
15346
15347 \begin_layout Standard
15348
15349 \series bold
15350
15351 \backslash
15352 usepackage{colortbl}
15353 \end_layout
15354
15355 \begin_layout Standard
15356 On choisit la couleur d'une colonne avec la commande 
15357 \end_layout
15358
15359 \begin_layout Standard
15360
15361 \series bold
15362
15363 \backslash
15364 columncolor{nom de couleur}
15365 \end_layout
15366
15367 \begin_layout Standard
15368 à l'intérieur d'une commande 
15369 \series bold
15370 >{ }
15371 \series default
15372 .
15373  Vous trouverez plus d'information sur la commande 
15374 \series bold
15375 >{}
15376 \series default
15377  dans la section
15378 \begin_inset space ~
15379 \end_inset
15380
15381
15382 \begin_inset CommandInset ref
15383 LatexCommand ref
15384 reference "sub:Calculs-multicolonnes"
15385
15386 \end_inset
15387
15388 .
15389 \end_layout
15390
15391 \begin_layout Standard
15392 Les noms de couleurs suivants sont prédéfinis :
15393 \end_layout
15394
15395 \begin_layout Standard
15396
15397 \family sans
15398 red
15399 \family default
15400  (rouge), 
15401 \family sans
15402 green
15403 \family default
15404  (vert), 
15405 \family sans
15406 yellow
15407 \family default
15408  (jaune), 
15409 \family sans
15410 blue
15411 \family default
15412  (bleu), 
15413 \family sans
15414 cyan
15415 \family default
15416
15417 \family sans
15418 magenta
15419 \family default
15420
15421 \family sans
15422 black 
15423 \family default
15424 (noir) et 
15425 \family sans
15426 white 
15427 \family default
15428 (blanc).
15429 \end_layout
15430
15431 \begin_layout Standard
15432 \begin_inset VSpace medskip
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \begin_layout Standard
15439 Vous pouvez aussi définir votre propre couleur avec la commande
15440 \end_layout
15441
15442 \begin_layout Standard
15443
15444 \series bold
15445
15446 \backslash
15447 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
15448 \end_layout
15449
15450 \begin_layout Standard
15451 Le modèle de couleur peut être
15452 \end_layout
15453
15454 \begin_layout Labeling
15455 \labelwidthstring 00.00.0000
15456 cmyk: cyan, magenta, jaune (yellow), noir (black)
15457 \end_layout
15458
15459 \begin_layout Labeling
15460 \labelwidthstring 00.00.0000
15461 rgb: red, vert (green), bleu (blue)
15462 \end_layout
15463
15464 \begin_layout Labeling
15465 \labelwidthstring 00.00.0000
15466 gray dégradé de gris (gray)
15467 \end_layout
15468
15469 \begin_layout Standard
15470 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
15471  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
15472 \end_layout
15473
15474 \begin_layout Standard
15475 Vous pouvez par exemple définir la couleur 
15476 \begin_inset Quotes eld
15477 \end_inset
15478
15479
15480 \emph on
15481 vertfonce
15482 \begin_inset Quotes erd
15483 \end_inset
15484
15485  dans le préambule avec la ligne
15486 \end_layout
15487
15488 \begin_layout Standard
15489
15490 \series bold
15491
15492 \backslash
15493 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
15494 \end_layout
15495
15496 \begin_layout Standard
15497 et la couleur "
15498 \emph on
15499 grisclair
15500 \emph default
15501 " avec
15502 \end_layout
15503
15504 \begin_layout Standard
15505
15506 \series bold
15507
15508 \backslash
15509 definecolor{grisclair}{gray}{0.8}
15510 \end_layout
15511
15512 \begin_layout Standard
15513 \begin_inset VSpace medskip
15514 \end_inset
15515
15516
15517 \end_layout
15518
15519 \begin_layout Standard
15520 Les lignes sont colorées avec la commande
15521 \end_layout
15522
15523 \begin_layout Standard
15524
15525 \series bold
15526
15527 \backslash
15528 rowcolor{nom de la couleur}
15529 \end_layout
15530
15531 \begin_layout Standard
15532 et les cellules sont colorées avec la commande
15533 \end_layout
15534
15535 \begin_layout Standard
15536
15537 \series bold
15538
15539 \backslash
15540 cellcolor{nom de la couleur}
15541 \end_layout
15542
15543 \begin_layout Standard
15544 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
15545 \end_layout
15546
15547 \begin_layout Standard
15548 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
15549  choisissez une couleur dans le menu 
15550 \family sans
15551 Éditer\SpecialChar \menuseparator
15552 Style
15553 \begin_inset space ~
15554 \end_inset
15555
15556 de
15557 \begin_inset space ~
15558 \end_inset
15559
15560 Texte
15561 \family default
15562 .
15563  Si une cellule contient du code TeX, faites bien attention à ne colorer
15564  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
15565 \end_layout
15566
15567 \begin_layout Standard
15568 \begin_inset Note Greyedout
15569 status open
15570
15571 \begin_layout Plain Layout
15572
15573 \series bold
15574 Note:
15575 \series default
15576  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
15577  définies par l'utilisateur.
15578 \end_layout
15579
15580 \end_inset
15581
15582
15583 \end_layout
15584
15585 \begin_layout Standard
15586 \begin_inset VSpace bigskip
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \begin_layout Standard
15593 Pour créer le tableau
15594 \begin_inset space ~
15595 \end_inset
15596
15597
15598 \begin_inset CommandInset ref
15599 LatexCommand ref
15600 reference "tab:Tableau-coloré-avec-colortbl"
15601
15602 \end_inset
15603
15604  faites ce qui suit : La couleur de la première colonne doit être 
15605 \emph on
15606 vertfonce
15607 \emph default
15608 .
15609  On insère donc la commande
15610 \end_layout
15611
15612 \begin_layout Standard
15613
15614 \series bold
15615 >{
15616 \backslash
15617 columncolor{vertfonce}
15618 \backslash
15619 centering}c
15620 \end_layout
15621
15622 \begin_layout Standard
15623 en code TeX pour cette colonne.
15624  La première ligne doit être bleue
15625 \begin_inset Note Note
15626 status open
15627
15628 \begin_layout Plain Layout
15629 cyan ? (NdT)
15630 \end_layout
15631
15632 \end_inset
15633
15634 , d'où la commande en code TeX
15635 \end_layout
15636
15637 \begin_layout Standard
15638
15639 \series bold
15640
15641 \backslash
15642 rowcolor{cyan}
15643 \end_layout
15644
15645 \begin_layout Standard
15646 qui est insérée dans la première cellule de cette ligne.
15647  Notez que cela annule la couleur de colonne pour la première cellule.
15648  La dernière cellule de la dernière ligne est colorée en magenta en insérant
15649  en code TeX la commande
15650 \end_layout
15651
15652 \begin_layout Standard
15653
15654 \series bold
15655
15656 \backslash
15657 cellcolor{magenta}
15658 \end_layout
15659
15660 \begin_layout Standard
15661 Les caractères peuvent maintenant être colorés en utilisant le menu 
15662 \family sans
15663 Éditer\SpecialChar \menuseparator
15664 Style
15665 \begin_inset space ~
15666 \end_inset
15667
15668 de
15669 \begin_inset space ~
15670 \end_inset
15671
15672 Texte
15673 \family default
15674 .
15675 \end_layout
15676
15677 \begin_layout Standard
15678 \begin_inset Float table
15679 placement h
15680 wide false
15681 sideways false
15682 status open
15683
15684 \begin_layout Plain Layout
15685 \begin_inset Caption
15686
15687 \begin_layout Plain Layout
15688 \begin_inset CommandInset label
15689 LatexCommand label
15690 name "tab:Tableau-coloré-avec-colortbl"
15691
15692 \end_inset
15693
15694 Tableau coloré en utilisant le paquetage 
15695 \series bold
15696 colortbl
15697 \series default
15698
15699 \begin_inset Argument
15700 status collapsed
15701
15702 \begin_layout Plain Layout
15703 Tableau avec colortbl
15704 \end_layout
15705
15706 \end_inset
15707
15708
15709 \end_layout
15710
15711 \end_inset
15712
15713
15714 \end_layout
15715
15716 \begin_layout Plain Layout
15717 \align center
15718 \begin_inset Tabular
15719 <lyxtabular version="3" rows="3" columns="3">
15720 <features tabularvalignment="middle">
15721 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15722 <column alignment="center" valignment="top" width="0">
15723 <column alignment="center" valignment="top" width="0">
15724 <row>
15725 <cell alignment="center" valignment="top" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729 \begin_inset ERT
15730 status collapsed
15731
15732 \begin_layout Plain Layout
15733
15734
15735 \backslash
15736 rowcolor{cyan}
15737 \end_layout
15738
15739 \end_inset
15740
15741
15742 \color magenta
15743 a
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752
15753 \color red
15754 b
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763
15764 \color red
15765 c
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row>
15772 <cell alignment="center" valignment="top" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \color yellow
15778 d
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787
15788 \color blue
15789 e
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798
15799 \color blue
15800 f
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 </row>
15806 <row>
15807 <cell alignment="center" valignment="top" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \color yellow
15813 g
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \color blue
15824 h
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 \begin_inset ERT
15834 status collapsed
15835
15836 \begin_layout Plain Layout
15837
15838
15839 \backslash
15840 cellcolor{magenta}
15841 \end_layout
15842
15843 \end_inset
15844
15845
15846 \color green
15847 i
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 </lyxtabular>
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \begin_layout Standard
15866 \begin_inset ERT
15867 status collapsed
15868
15869 \begin_layout Plain Layout
15870
15871
15872 \backslash
15873 else
15874 \end_layout
15875
15876 \end_inset
15877
15878
15879 \begin_inset Note Note
15880 status open
15881
15882 \begin_layout Plain Layout
15883 Ce qui suit sera affiché si le paquetage 
15884 \series bold
15885 colortbl
15886 \series default
15887  n'est pas installé :
15888 \end_layout
15889
15890 \end_inset
15891
15892
15893 \end_layout
15894
15895 \begin_layout Standard
15896 Vous devez installer le paquetage 
15897 \series bold
15898 colortbl
15899 \series default
15900  pour voir le contenu des cette section dans la sortie imprimée.
15901 \end_layout
15902
15903 \begin_layout Standard
15904 \begin_inset ERT
15905 status collapsed
15906
15907 \begin_layout Plain Layout
15908
15909
15910 \backslash
15911 fi
15912 \end_layout
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \begin_layout Subsection
15920 Les filets colorées
15921 \begin_inset Index idx
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925 Tableau Coloré ! Pour les filets
15926 \end_layout
15927
15928 \end_inset
15929
15930
15931 \begin_inset Index idx
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935 Couleur ! Pour les filets des tableaux
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \begin_inset Note Note
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945 on parle de filets plutôt que de lignes pour les tableaux
15946 \end_layout
15947
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \begin_layout Standard
15954 Comme c'est décrit dans la section
15955 \begin_inset space ~
15956 \end_inset
15957
15958
15959 \begin_inset CommandInset ref
15960 LatexCommand ref
15961 reference "sub:Epaisseur-filets"
15962
15963 \end_inset
15964
15965 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
15966  variable 
15967 \series bold
15968
15969 \backslash
15970 arrayrulewidth
15971 \series default
15972 .
15973  Elle est mise à 1.5
15974 \begin_inset space \thinspace{}
15975 \end_inset
15976
15977 pt pour tous les tableaux de cette section.
15978 \begin_inset ERT
15979 status collapsed
15980
15981 \begin_layout Plain Layout
15982
15983
15984 \backslash
15985 setlength{
15986 \backslash
15987 arrayrulewidth}{1.5pt}
15988 \end_layout
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 Pour colorer les filets verticaux, par exemple en vert, créez le format
15997  de colonne suivant dans le préambule du document, en suivant la description
15998  de la section
15999 \begin_inset space ~
16000 \end_inset
16001
16002
16003 \begin_inset CommandInset ref
16004 LatexCommand ref
16005 reference "sub:Formats-personnalisés"
16006
16007 \end_inset
16008
16009 :
16010 \end_layout
16011
16012 \begin_layout Standard
16013
16014 \series bold
16015
16016 \backslash
16017 newcolumntype{W}{!{
16018 \backslash
16019 color{green}
16020 \backslash
16021 vline}}
16022 \end_layout
16023
16024 \begin_layout Standard
16025 Pour le tableau
16026 \begin_inset space ~
16027 \end_inset
16028
16029
16030 \begin_inset CommandInset ref
16031 LatexCommand ref
16032 reference "tab:Tableau-filets-verticaux-colorés"
16033
16034 \end_inset
16035
16036  le paramètre LaTeX
16037 \series bold
16038  WcW
16039 \series default
16040  a été utilisé pour la dernière colonne et
16041 \series bold
16042  Wc
16043 \series default
16044  pour les autres colonnes.
16045 \end_layout
16046
16047 \begin_layout Standard
16048 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
16049 \end_layout
16050
16051 \begin_layout Standard
16052 \begin_inset Float table
16053 placement h
16054 wide false
16055 sideways false
16056 status open
16057
16058 \begin_layout Plain Layout
16059 \begin_inset Caption
16060
16061 \begin_layout Plain Layout
16062 \begin_inset CommandInset label
16063 LatexCommand label
16064 name "tab:Tableau-filets-verticaux-colorés"
16065
16066 \end_inset
16067
16068 Tableau avec filets verticaux colorés
16069 \end_layout
16070
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \begin_layout Plain Layout
16077 \align center
16078 \begin_inset Tabular
16079 <lyxtabular version="3" rows="3" columns="3">
16080 <features tabularvalignment="middle">
16081 <column alignment="center" valignment="top" width="0" special="Wc">
16082 <column alignment="center" valignment="top" width="0" special="Wc">
16083 <column alignment="center" valignment="top" width="0" special="WcW">
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 sd
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 <cell alignment="center" valignment="top" topline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 </row>
16113 <row>
16114 <cell alignment="center" valignment="top" topline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 <cell alignment="center" valignment="top" topline="true" usebox="none">
16124 \begin_inset Text
16125
16126 \begin_layout Plain Layout
16127 sd
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 <cell alignment="center" valignment="top" topline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 <row>
16143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 sd
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 </row>
16171 </lyxtabular>
16172
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \end_inset
16179
16180
16181 \end_layout
16182
16183 \begin_layout Standard
16184 \begin_inset VSpace bigskip
16185 \end_inset
16186
16187 Pour colorer les filets horizontaux en rouge comme pour le tableau
16188 \begin_inset space ~
16189 \end_inset
16190
16191
16192 \begin_inset CommandInset ref
16193 LatexCommand ref
16194 reference "tab:Tableau-filet-horizontaux-colorés"
16195
16196 \end_inset
16197
16198 , insérez les commandes suivantes en code TeX juste avant le tableau ou
16199  le flottant de tableau :
16200 \end_layout
16201
16202 \begin_layout Standard
16203
16204 \series bold
16205
16206 \backslash
16207 let
16208 \backslash
16209 myHlineC
16210 \backslash
16211 hline
16212 \begin_inset Newline newline
16213 \end_inset
16214
16215
16216 \backslash
16217 renewcommand{
16218 \backslash
16219 hline}
16220 \begin_inset Newline newline
16221 \end_inset
16222
16223
16224 \begin_inset Phantom HPhantom
16225 status open
16226
16227 \begin_layout Plain Layout
16228
16229 \series bold
16230 \begin_inset space ~
16231 \end_inset
16232
16233
16234 \end_layout
16235
16236 \end_inset
16237
16238 {
16239 \backslash
16240 arrayrulecolor{red}
16241 \backslash
16242 myHlineC
16243 \backslash
16244 arrayrulecolor{black}}
16245 \end_layout
16246
16247 \begin_layout Standard
16248 \begin_inset ERT
16249 status collapsed
16250
16251 \begin_layout Plain Layout
16252
16253
16254 \backslash
16255 let
16256 \backslash
16257 myHlineC
16258 \backslash
16259 hline
16260 \end_layout
16261
16262 \begin_layout Plain Layout
16263
16264
16265 \backslash
16266 renewcommand{
16267 \backslash
16268 hline}
16269 \end_layout
16270
16271 \begin_layout Plain Layout
16272
16273  {
16274 \backslash
16275 arrayrulecolor{red}
16276 \backslash
16277 myHlineC
16278 \backslash
16279 arrayrulecolor{black}}
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \begin_inset Float table
16286 placement h
16287 wide false
16288 sideways false
16289 status open
16290
16291 \begin_layout Plain Layout
16292 \begin_inset Caption
16293
16294 \begin_layout Plain Layout
16295 \begin_inset CommandInset label
16296 LatexCommand label
16297 name "tab:Tableau-filet-horizontaux-colorés"
16298
16299 \end_inset
16300
16301 Tableau avec filets horizontaux colorés
16302 \end_layout
16303
16304 \end_inset
16305
16306
16307 \end_layout
16308
16309 \begin_layout Plain Layout
16310 \align center
16311 \begin_inset Tabular
16312 <lyxtabular version="3" rows="3" columns="3">
16313 <features tabularvalignment="middle">
16314 <column alignment="center" valignment="top" width="0">
16315 <column alignment="center" valignment="top" width="0">
16316 <column alignment="center" valignment="top" width="0">
16317 <row>
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322 sd
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 </row>
16346 <row>
16347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 sd
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369
16370 \end_layout
16371
16372 \end_inset
16373 </cell>
16374 </row>
16375 <row>
16376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16386 \begin_inset Text
16387
16388 \begin_layout Plain Layout
16389
16390 \end_layout
16391
16392 \end_inset
16393 </cell>
16394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16395 \begin_inset Text
16396
16397 \begin_layout Plain Layout
16398 sd
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 </row>
16404 </lyxtabular>
16405
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \begin_layout Standard
16417 Pour revenir à la couleur noire implicite, insérez la commande suivante
16418  en code TeX, juste après le tableau ou le flottant de tableau :
16419 \end_layout
16420
16421 \begin_layout Standard
16422
16423 \series bold
16424
16425 \backslash
16426 renewcommand{
16427 \backslash
16428 hline}{
16429 \backslash
16430 myHlineC}
16431 \end_layout
16432
16433 \begin_layout Standard
16434 Le tableau
16435 \begin_inset space ~
16436 \end_inset
16437
16438
16439 \begin_inset CommandInset ref
16440 LatexCommand ref
16441 reference "tab:Tableau-avec-filets-colorés"
16442
16443 \end_inset
16444
16445  est un exemple avec des filets horizontaux et verticaux colorés.
16446 \end_layout
16447
16448 \begin_layout Standard
16449 \begin_inset Float table
16450 placement h
16451 wide false
16452 sideways false
16453 status open
16454
16455 \begin_layout Plain Layout
16456 \begin_inset Caption
16457
16458 \begin_layout Plain Layout
16459 \begin_inset CommandInset label
16460 LatexCommand label
16461 name "tab:Tableau-avec-filets-colorés"
16462
16463 \end_inset
16464
16465 Tableau avec filets horizontaux et verticaux colorés
16466 \end_layout
16467
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \begin_layout Plain Layout
16474 \align center
16475 \begin_inset Tabular
16476 <lyxtabular version="3" rows="3" columns="3">
16477 <features tabularvalignment="middle">
16478 <column alignment="center" valignment="top" width="0" special="Wc">
16479 <column alignment="center" valignment="top" width="0" special="Wc">
16480 <column alignment="center" valignment="top" width="0" special="WcW">
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 sd
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 <cell alignment="center" valignment="top" topline="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" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 sd
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row topspace="default">
16540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 sd
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 </row>
16568 </lyxtabular>
16569
16570 \end_inset
16571
16572
16573 \end_layout
16574
16575 \end_inset
16576
16577
16578 \end_layout
16579
16580 \begin_layout Standard
16581 \begin_inset ERT
16582 status collapsed
16583
16584 \begin_layout Plain Layout
16585
16586
16587 \backslash
16588 renewcommand{
16589 \backslash
16590 hline}{
16591 \backslash
16592 myHlineC}
16593 \end_layout
16594
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \begin_layout Standard
16601 \begin_inset ERT
16602 status collapsed
16603
16604 \begin_layout Plain Layout
16605
16606
16607 \backslash
16608 setlength{
16609 \backslash
16610 arrayrulewidth}{0.4pt}
16611 \end_layout
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \begin_layout Section
16619 Personnalisation des Tableaux
16620 \begin_inset Index idx
16621 status collapsed
16622
16623 \begin_layout Plain Layout
16624 Tableau ! Personnalisation
16625 \end_layout
16626
16627 \end_inset
16628
16629
16630 \begin_inset Index idx
16631 status collapsed
16632
16633 \begin_layout Plain Layout
16634 Personnalisation des tableaux
16635 \end_layout
16636
16637 \end_inset
16638
16639
16640 \end_layout
16641
16642 \begin_layout Subsection
16643 Espacement des lignes
16644 \begin_inset CommandInset label
16645 LatexCommand label
16646 name "sub:Espacement-lignes"
16647
16648 \end_inset
16649
16650
16651 \begin_inset Index idx
16652 status collapsed
16653
16654 \begin_layout Plain Layout
16655 Personnalisation des tableaux ! Espacement des lignes
16656 \end_layout
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Standard
16664 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
16665  l'onglet 
16666 \family sans
16667 Bordures
16668 \family default
16669  de la fenêtre de dialogue 
16670 \family sans
16671 Paramètres
16672 \begin_inset space ~
16673 \end_inset
16674
16675 du
16676 \begin_inset space ~
16677 \end_inset
16678
16679 tableau
16680 \family default
16681 .
16682  Vous y trouverez trois possibilités :
16683 \end_layout
16684
16685 \begin_layout Description
16686 Haut
16687 \begin_inset space ~
16688 \end_inset
16689
16690 de
16691 \begin_inset space ~
16692 \end_inset
16693
16694 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
16695  Si le tableau est un tableau formel
16696 \begin_inset Foot
16697 status collapsed
16698
16699 \begin_layout Plain Layout
16700 Les tableaux formels sont décrits dans la section
16701 \begin_inset space ~
16702 \end_inset
16703
16704
16705 \begin_inset CommandInset ref
16706 LatexCommand ref
16707 reference "sec:Tableaux-Formels"
16708
16709 \end_inset
16710
16711 .
16712 \end_layout
16713
16714 \end_inset
16715
16716  LyX va insérer implicitement un espace de 0.5
16717 \begin_inset space \thinspace{}
16718 \end_inset
16719
16720 em.
16721  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16722  les filets verticaux comme dans le tableau suivant :
16723 \begin_inset VSpace medskip
16724 \end_inset
16725
16726
16727 \begin_inset Newline newline
16728 \end_inset
16729
16730
16731 \begin_inset space \hspace*{}
16732 \length 0pt
16733 \end_inset
16734
16735
16736 \begin_inset space \hfill{}
16737 \end_inset
16738
16739
16740 \begin_inset Tabular
16741 <lyxtabular version="3" rows="3" columns="1">
16742 <features tabularvalignment="middle">
16743 <column alignment="center" valignment="top" width="0">
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 A
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row topspace="3mm">
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 espace de 3
16761 \begin_inset space \thinspace{}
16762 \end_inset
16763
16764 mm en haut de la ligne
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 C
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 </lyxtabular>
16782
16783 \end_inset
16784
16785
16786 \begin_inset space \hfill{}
16787 \end_inset
16788
16789
16790 \begin_inset space \hspace*{}
16791 \length 0pt
16792 \end_inset
16793
16794
16795 \begin_inset VSpace medskip
16796 \end_inset
16797
16798
16799 \begin_inset Newline newline
16800 \end_inset
16801
16802 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
16803  pas de filets verticaux.
16804 \end_layout
16805
16806 \begin_layout Description
16807 Bas
16808 \begin_inset space ~
16809 \end_inset
16810
16811 de
16812 \begin_inset space ~
16813 \end_inset
16814
16815 ligne va ajouter de l'espace sous les caractères de la ligne.
16816  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16817  de 0.5
16818 \begin_inset space \thinspace{}
16819 \end_inset
16820
16821 em, pour les tableaux normaux, l'espace implicite est de 2
16822 \begin_inset space \thinspace{}
16823 \end_inset
16824
16825 pt.
16826 \end_layout
16827
16828 \begin_layout Description
16829 Entre
16830 \begin_inset space ~
16831 \end_inset
16832
16833 les
16834 \begin_inset space ~
16835 \end_inset
16836
16837 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
16838  Si le tableau est un tableau formel LyX va insérer implicitement un espace
16839  de 0.5
16840 \begin_inset space \thinspace{}
16841 \end_inset
16842
16843 em.
16844  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
16845  les filets verticaux comme dans le tableau suivant :
16846 \begin_inset VSpace medskip
16847 \end_inset
16848
16849
16850 \begin_inset Newline newline
16851 \end_inset
16852
16853
16854 \begin_inset space \hspace*{}
16855 \length 0pt
16856 \end_inset
16857
16858
16859 \begin_inset space \hfill{}
16860 \end_inset
16861
16862
16863 \begin_inset Tabular
16864 <lyxtabular version="3" rows="3" columns="1">
16865 <features tabularvalignment="middle">
16866 <column alignment="center" valignment="top" width="0">
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 A
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row interlinespace="3mm">
16879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 \begin_inset Formula $\downarrow$
16884 \end_inset
16885
16886  espace de 3
16887 \begin_inset space \thinspace{}
16888 \end_inset
16889
16890 mm entre les lignes 
16891 \begin_inset Formula $\downarrow$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 \begin_inset Formula $\uparrow$
16906 \end_inset
16907
16908  espace de 3
16909 \begin_inset space \thinspace{}
16910 \end_inset
16911
16912 mm entre les lignes 
16913 \begin_inset Formula $\uparrow$
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 </row>
16922 </lyxtabular>
16923
16924 \end_inset
16925
16926
16927 \begin_inset space \hfill{}
16928 \end_inset
16929
16930
16931 \begin_inset space \hspace*{}
16932 \length 0pt
16933 \end_inset
16934
16935
16936 \begin_inset VSpace medskip
16937 \end_inset
16938
16939
16940 \begin_inset Newline newline
16941 \end_inset
16942
16943 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
16944  pas de filets verticaux.
16945 \end_layout
16946
16947 \begin_layout Standard
16948 \begin_inset VSpace bigskip
16949 \end_inset
16950
16951 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
16952  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
16953  dans le préambule :
16954 \end_layout
16955
16956 \begin_layout Standard
16957
16958 \series bold
16959
16960 \backslash
16961 @ifundefined{extrarowheight}
16962 \begin_inset Newline newline
16963 \end_inset
16964
16965
16966 \begin_inset Phantom HPhantom
16967 status open
16968
16969 \begin_layout Plain Layout
16970
16971 \series bold
16972 \begin_inset space ~
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979
16980 {
16981 \backslash
16982 usepackage{array}}{}
16983 \begin_inset Newline newline
16984 \end_inset
16985
16986
16987 \backslash
16988 setlength{
16989 \backslash
16990 extrarowheight}{height}
16991 \end_layout
16992
16993 \begin_layout Standard
16994 Mais ceci présente le défaut que le texte des cellules de tableau n'est
16995  plus exactement centré verticalement.
16996  (le paquetage 
16997 \series bold
16998 array 
16999 \series default
17000 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
17001  auto-définis.
17002  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
17003  
17004 \series bold
17005
17006 \backslash
17007 @ifundefined
17008 \series default
17009  dans la commande précédente.)
17010 \end_layout
17011
17012 \begin_layout Standard
17013 Si vous utilisez des polices de taille plus grande que la taille normale,
17014  les bordures des tableaux sont souvent trop proches du texte.
17015  On peut corriger ce problème en insérant la commande 
17016 \series bold
17017
17018 \begin_inset space \space{}
17019 \end_inset
17020
17021
17022 \backslash
17023 strut
17024 \series default
17025  en code TeX au debut d'une ligne du tableau.
17026  Le tableau
17027 \lang english
17028
17029 \begin_inset space ~
17030 \end_inset
17031
17032
17033 \begin_inset CommandInset ref
17034 LatexCommand ref
17035 reference "tab:Alignement-vertical"
17036
17037 \end_inset
17038
17039
17040 \lang french
17041  montre l'effet de cette commande.
17042 \end_layout
17043
17044 \begin_layout Standard
17045 \noindent
17046 \begin_inset Float table
17047 placement h
17048 wide false
17049 sideways false
17050 status open
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Caption
17054
17055 \begin_layout Plain Layout
17056 \begin_inset CommandInset label
17057 LatexCommand label
17058 name "tab:Alignement-vertical"
17059
17060 \end_inset
17061
17062 Alignement vertical d'un texte avec une police de grande taille.
17063 \end_layout
17064
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \begin_layout Plain Layout
17071 \begin_inset space \hfill{}
17072 \end_inset
17073
17074
17075 \begin_inset Float table
17076 wide false
17077 sideways false
17078 status collapsed
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Caption
17082
17083 \begin_layout Plain Layout
17084 Tableau normal.
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Plain Layout
17093 \noindent
17094 \align center
17095 \begin_inset Tabular
17096 <lyxtabular version="3" rows="6" columns="1">
17097 <features tabularvalignment="middle">
17098 <column alignment="left" valignment="top" width="0">
17099 <row>
17100 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 Normal, g
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 </row>
17110 <row>
17111 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115
17116 \size large
17117 Large
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 <row>
17124 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128
17129 \size larger
17130 Larger
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 </row>
17136 <row>
17137 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141
17142 \size largest
17143 Largest
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 </row>
17149 <row>
17150 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \size huge
17156 Huge
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167
17168 \size huge
17169 Huger
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 </lyxtabular>
17176
17177 \end_inset
17178
17179
17180 \end_layout
17181
17182 \end_inset
17183
17184
17185 \begin_inset space \hfill{}
17186 \end_inset
17187
17188
17189 \begin_inset Float table
17190 wide false
17191 sideways false
17192 status collapsed
17193
17194 \begin_layout Plain Layout
17195 \begin_inset Caption
17196
17197 \begin_layout Plain Layout
17198 Tableau utilisant la commande 
17199 \series bold
17200
17201 \backslash
17202 strut
17203 \series default
17204 .
17205 \end_layout
17206
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \begin_layout Plain Layout
17213 \noindent
17214 \align center
17215 \begin_inset Tabular
17216 <lyxtabular version="3" rows="6" columns="1">
17217 <features tabularvalignment="middle">
17218 <column alignment="left" valignment="top" width="0">
17219 <row>
17220 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 Normal, g
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 </row>
17230 <row>
17231 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235
17236 \size large
17237 \begin_inset ERT
17238 status collapsed
17239
17240 \begin_layout Plain Layout
17241
17242
17243 \backslash
17244 strut 
17245 \end_layout
17246
17247 \end_inset
17248
17249 Large
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 larger
17262 \begin_inset ERT
17263 status collapsed
17264
17265 \begin_layout Plain Layout
17266
17267
17268 \backslash
17269 strut 
17270 \end_layout
17271
17272 \end_inset
17273
17274 Larger
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 </row>
17280 <row>
17281 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285
17286 \size largest
17287 \begin_inset ERT
17288 status collapsed
17289
17290 \begin_layout Plain Layout
17291
17292
17293 \backslash
17294 strut 
17295 \end_layout
17296
17297 \end_inset
17298
17299 Largest
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 </row>
17305 <row>
17306 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310
17311 \size huge
17312 \begin_inset ERT
17313 status collapsed
17314
17315 \begin_layout Plain Layout
17316
17317
17318 \backslash
17319 strut 
17320 \end_layout
17321
17322 \end_inset
17323
17324 Huge
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 </row>
17330 <row>
17331 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335
17336 \size giant
17337 \begin_inset ERT
17338 status collapsed
17339
17340 \begin_layout Plain Layout
17341
17342
17343 \backslash
17344 strut 
17345 \end_layout
17346
17347 \end_inset
17348
17349
17350 \size huge
17351 Huger
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 </row>
17357 </lyxtabular>
17358
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \end_inset
17365
17366
17367 \begin_inset space \hfill{}
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \begin_layout Standard
17379 \begin_inset Newpage newpage
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \begin_layout Subsection
17386 Alignements de cellules spéciaux
17387 \begin_inset CommandInset label
17388 LatexCommand label
17389 name "sub:Alignements-de-cellules"
17390
17391 \end_inset
17392
17393
17394 \begin_inset Index idx
17395 status collapsed
17396
17397 \begin_layout Plain Layout
17398 Personnalisation des tableaux ! Alignement de cellules spéciaux
17399 \end_layout
17400
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \begin_layout Standard
17407 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
17408  cellules sur un caractère donné, par exemple le séparateur décimal comme
17409  dans le tableau
17410 \begin_inset space ~
17411 \end_inset
17412
17413
17414 \begin_inset CommandInset ref
17415 LatexCommand ref
17416 reference "tab:Tableau-centré-sur-séparateur-1"
17417
17418 \end_inset
17419
17420 .
17421  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
17422  soit en appuyant sur le bouton 
17423 \begin_inset Graphics
17424         filename ../../images/tabular-feature_align-decimal.png
17425         scale 85
17426         scaleBeforeRotation
17427
17428 \end_inset
17429
17430 de la barre d'outils ou en modifiant le paramètre 
17431 \family sans
17432 Alignement horizontal
17433 \family default
17434  à 
17435 \family sans
17436 Au séparateur décimal
17437 \family default
17438 .
17439  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
17440  dans les paramètres du tableau.
17441 \end_layout
17442
17443 \begin_layout Standard
17444 \begin_inset Float table
17445 placement h
17446 wide false
17447 sideways false
17448 status open
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Caption
17452
17453 \begin_layout Plain Layout
17454 \begin_inset CommandInset label
17455 LatexCommand label
17456 name "tab:Tableau-centré-sur-séparateur-1"
17457
17458 \end_inset
17459
17460 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
17461 \end_layout
17462
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \begin_layout Plain Layout
17469 \align center
17470 \begin_inset Tabular
17471 <lyxtabular version="3" rows="4" columns="1">
17472 <features booktabs="true" tabularvalignment="middle">
17473 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
17474 <row>
17475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479 en-tête
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 <row>
17486 <cell alignment="center" valignment="top" topline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 12,6
17491 \end_layout
17492
17493 \end_inset
17494 </cell>
17495 </row>
17496 <row>
17497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 0,68
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 </row>
17507 <row>
17508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512 -123,0
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 </row>
17518 </lyxtabular>
17519
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526
17527
17528 \end_layout
17529
17530 \begin_layout Standard
17531 \begin_inset Float table
17532 placement h
17533 wide false
17534 sideways false
17535 status open
17536
17537 \begin_layout Plain Layout
17538 \begin_inset Caption
17539
17540 \begin_layout Plain Layout
17541 \begin_inset CommandInset label
17542 LatexCommand label
17543 name "tab:Tableau-centré-sur-séparateur-2"
17544
17545 \end_inset
17546
17547 Les cellules d'une colonnes sont centrées sur les opérateurs.
17548 \end_layout
17549
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \begin_layout Plain Layout
17556 \align center
17557 \begin_inset Tabular
17558 <lyxtabular version="3" rows="4" columns="2">
17559 <features booktabs="true" tabularvalignment="middle">
17560 <column alignment="right" valignment="top" width="0pt">
17561 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17562 <row>
17563 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 en-tête
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 </row>
17582 <row>
17583 <cell alignment="center" valignment="top" usebox="none">
17584 \begin_inset Text
17585
17586 \begin_layout Plain Layout
17587 \begin_inset Formula $12\,+$
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 \begin_inset Formula $\,6$
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 </row>
17608 <row>
17609 <cell alignment="center" valignment="top" usebox="none">
17610 \begin_inset Text
17611
17612 \begin_layout Plain Layout
17613 \begin_inset Formula $0\,-$
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \end_inset
17620 </cell>
17621 <cell alignment="center" valignment="top" usebox="none">
17622 \begin_inset Text
17623
17624 \begin_layout Plain Layout
17625 \begin_inset Formula $\,68$
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 </row>
17634 <row>
17635 <cell alignment="center" valignment="top" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 \begin_inset Formula $-123\,/$
17640 \end_inset
17641
17642
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 \begin_inset Formula $\,0$
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 </row>
17660 </lyxtabular>
17661
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \begin_layout Standard
17673 L'alignement sur un caractère ne fonctionne pas avec des formules parce
17674  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
17675  formules.
17676  Dans ce cas on doit utiliser la méthode du tableau
17677 \begin_inset space ~
17678 \end_inset
17679
17680
17681 \begin_inset CommandInset ref
17682 LatexCommand ref
17683 reference "tab:Tableau-centré-sur-séparateur-2"
17684
17685 \end_inset
17686
17687 .
17688  Ce tableau a été créé comme un tableau 4×2.
17689  L'en-tête est une cellule multicolonne centrée.
17690  La première colonne est alignée à droite et contient la première partie
17691  et inclue l'opérateur.
17692  La seconde colonne contient le reste de la cellule aligné à gauche.
17693  Un petit espace a été ajouté au début de toutes les celleules de la deuxième
17694  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
17695  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
17696  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
17697  :
17698 \end_layout
17699
17700 \begin_layout Standard
17701
17702 \series bold
17703 @{}l
17704 \end_layout
17705
17706 \begin_layout Standard
17707 Le tableau
17708 \begin_inset space ~
17709 \end_inset
17710
17711
17712 \begin_inset CommandInset ref
17713 LatexCommand ref
17714 reference "tab:Plusieurs-exemples-alignements"
17715
17716 \end_inset
17717
17718  montre quelques exemples d'alignements.
17719  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
17720  comme pour la deuxième colonne du tableau
17721 \begin_inset space ~
17722 \end_inset
17723
17724
17725 \begin_inset CommandInset ref
17726 LatexCommand ref
17727 reference "tab:Tableau-centré-sur-séparateur-2"
17728
17729 \end_inset
17730
17731 .
17732 \end_layout
17733
17734 \begin_layout Standard
17735 \begin_inset Float table
17736 wide false
17737 sideways false
17738 status open
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Caption
17742
17743 \begin_layout Plain Layout
17744 \begin_inset CommandInset label
17745 LatexCommand label
17746 name "tab:Plusieurs-exemples-alignements"
17747
17748 \end_inset
17749
17750 Plusieurs exemples d'alignement de cellules.
17751 \end_layout
17752
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \begin_layout Plain Layout
17759 \align center
17760 \begin_inset Tabular
17761 <lyxtabular version="3" rows="4" columns="6">
17762 <features tabularvalignment="middle">
17763 <column alignment="right" valignment="top" width="0">
17764 <column alignment="left" valignment="top" width="0" special="@{}l">
17765 <column alignment="right" valignment="top" width="0">
17766 <column alignment="left" valignment="top" width="0" special="@{}l">
17767 <column alignment="right" valignment="top" width="0">
17768 <column alignment="left" valignment="top" width="0" special="@{}l">
17769 <row>
17770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17771 \begin_inset Text
17772
17773 \begin_layout Plain Layout
17774 unités
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 exposants
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17807 \begin_inset Text
17808
17809 \begin_layout Plain Layout
17810 relations
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17816 \begin_inset Text
17817
17818 \begin_layout Plain Layout
17819
17820 \end_layout
17821
17822 \end_inset
17823 </cell>
17824 </row>
17825 <row>
17826 <cell alignment="center" valignment="top" usebox="none">
17827 \begin_inset Text
17828
17829 \begin_layout Plain Layout
17830 12×
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 24
17840 \begin_inset space \thinspace{}
17841 \end_inset
17842
17843 bouteilles
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 \begin_inset Formula $10\cdot$
17853 \end_inset
17854
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 \begin_inset Formula $10^{\mbox{-}17}$
17865 \end_inset
17866
17867
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 <cell alignment="center" valignment="top" usebox="none">
17873 \begin_inset Text
17874
17875 \begin_layout Plain Layout
17876 \begin_inset Formula $\Gamma(t)\propto$
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell alignment="center" valignment="top" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888 \begin_inset Formula $\:\Upsilon(t)$
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 </row>
17897 <row>
17898 <cell alignment="center" valignment="top" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902 1024×
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 768
17912 \begin_inset space \thinspace{}
17913 \end_inset
17914
17915 Pixels
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924 \begin_inset Formula $5.78\cdot$
17925 \end_inset
17926
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 \begin_inset Formula $10^{7}$
17937 \end_inset
17938
17939
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948 \begin_inset Formula $A\ne$
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \end_inset
17955 </cell>
17956 <cell alignment="center" valignment="top" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 \begin_inset Formula $\: B_{\mathrm{red}}$
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 </row>
17969 <row>
17970 <cell alignment="center" valignment="top" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 32×
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 6
17984 \begin_inset space \thinspace{}
17985 \end_inset
17986
17987 cm
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 <cell alignment="center" valignment="top" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996 -
17997 \begin_inset Formula $33.5\cdot$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 \begin_inset Formula $10^{4}$
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 \begin_inset Formula $\sin(\alpha)\ge$
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 <cell alignment="center" valignment="top" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033 \begin_inset Formula $\:\sin(\beta)$
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \end_inset
18040 </cell>
18041 </row>
18042 </lyxtabular>
18043
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \end_inset
18050
18051
18052 \end_layout
18053
18054 \begin_layout Subsection
18055 Formats de cellule et de colonne personnalisés
18056 \begin_inset CommandInset label
18057 LatexCommand label
18058 name "sub:Formats-personnalisés"
18059
18060 \end_inset
18061
18062
18063 \begin_inset Index idx
18064 status collapsed
18065
18066 \begin_layout Plain Layout
18067 Personnalisation des tableaux !  Format de cellule/colonne
18068 \end_layout
18069
18070 \end_inset
18071
18072
18073 \end_layout
18074
18075 \begin_layout Standard
18076 Calculer la largeur nécessaire pour des colonnes couvertes par un cellule
18077  multicolonne comme dans la section
18078 \begin_inset space ~
18079 \end_inset
18080
18081
18082 \begin_inset CommandInset ref
18083 LatexCommand ref
18084 reference "sub:Calculs-multicolonnes"
18085
18086 \end_inset
18087
18088  peut devenir très pénible si vous avez plusieurs tableaux avec des cellules
18089  multicolonnes.
18090  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
18091  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
18092  du document.
18093  Le format est défini avec la commande
18094 \end_layout
18095
18096 \begin_layout Standard
18097
18098 \series bold
18099
18100 \backslash
18101 newcolumntype{nom du format}[nombre d'arguments]{commandes}
18102 \end_layout
18103
18104 \begin_layout Standard
18105 Le nom du format peut n'avoir qu'une lettre.
18106  Les lettres 
18107 \emph on
18108 b
18109 \emph default
18110
18111 \emph on
18112 c
18113 \emph default
18114
18115 \emph on
18116 l
18117 \emph default
18118
18119 \emph on
18120 m
18121 \emph default
18122
18123 \emph on
18124 p
18125 \emph default
18126  et 
18127 \emph on
18128 r
18129 \emph default
18130  sont prédéfinies et donc ne peuvent être utilisées.
18131  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
18132 \end_layout
18133
18134 \begin_layout Standard
18135 \begin_inset VSpace medskip
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \begin_layout Standard
18142 Pour de cellules multicolonnes centrées verticalement et horizontalement
18143  avec une largeur donnée, vous pouvez définir le format de cellule suivant
18144  :
18145 \end_layout
18146
18147 \begin_layout Standard
18148
18149 \series bold
18150
18151 \backslash
18152 newcolumntype{M}[1]{>{
18153 \backslash
18154 centering
18155 \backslash
18156 hspace{0pt}}m{#1}}
18157 \end_layout
18158
18159 \begin_layout Standard
18160 Où le 
18161 \series bold
18162
18163 \backslash
18164 hspace{0pt}
18165 \series default
18166  évite le problème de césure du premier mot, comme c'est décrit en section
18167 \begin_inset space ~
18168 \end_inset
18169
18170
18171 \begin_inset CommandInset ref
18172 LatexCommand ref
18173 reference "sub:Lignes-multiple-dans-cellule"
18174
18175 \end_inset
18176
18177 .
18178  Ensuite, vous pouvez entrer
18179 \end_layout
18180
18181 \begin_layout Standard
18182
18183 \series bold
18184 M{width}
18185 \end_layout
18186
18187 \begin_layout Standard
18188 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
18189  une multicolonne.
18190 \end_layout
18191
18192 \begin_layout Standard
18193 \begin_inset VSpace bigskip
18194 \end_inset
18195
18196
18197 \end_layout
18198
18199 \begin_layout Standard
18200 Pour les cellules qui sont couvertes par la cellule multicolonne, vous pouvez
18201  définir le format
18202 \end_layout
18203
18204 \begin_layout Standard
18205
18206 \series bold
18207
18208 \backslash
18209 newcolumntype{S}[2]{>{
18210 \backslash
18211 centering
18212 \backslash
18213 hspace{0pt}}
18214 \begin_inset Newline newline
18215 \end_inset
18216
18217
18218 \begin_inset Phantom HPhantom
18219 status open
18220
18221 \begin_layout Plain Layout
18222
18223 \series bold
18224
18225 \backslash
18226 newcolumntype{S}[2]
18227 \end_layout
18228
18229 \end_inset
18230
18231 m{(#1+(2
18232 \backslash
18233 tabcolsep+
18234 \backslash
18235 arrayrulewidth)*(1-#2))/#2}}
18236 \end_layout
18237
18238 \begin_layout Standard
18239 Ce format utilise l'équation
18240 \begin_inset space ~
18241 \end_inset
18242
18243
18244 \begin_inset CommandInset ref
18245 LatexCommand eqref
18246 reference "eq:Wgn"
18247
18248 \end_inset
18249
18250  pour calculer la largeur que doit avoir chacune des cellules couverte par
18251  la cellule multicolonne pour qu'elles aient toutes la même largeur.
18252 \end_layout
18253
18254 \begin_layout Standard
18255 Ensuite, vous pouvez entrer
18256 \end_layout
18257
18258 \begin_layout Standard
18259
18260 \series bold
18261 S{largeur de la cellule multicolonne}{nombre de colonnes couvertes}
18262 \end_layout
18263
18264 \begin_layout Standard
18265 comme paramètre LaTeX de la colonne.
18266 \end_layout
18267
18268 \begin_layout Standard
18269 \begin_inset VSpace bigskip
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \begin_layout Standard
18276 Pour des colonnes colorées, vous pouvez définir
18277 \end_layout
18278
18279 \begin_layout Standard
18280
18281 \series bold
18282
18283 \backslash
18284 newcolumntype{K}[1]{>{
18285 \backslash
18286 columncolor{#1}
18287 \backslash
18288 hspace{0pt}}c}
18289 \end_layout
18290
18291 \begin_layout Standard
18292 Le 
18293 \begin_inset Quotes eld
18294 \end_inset
18295
18296 c
18297 \begin_inset Quotes erd
18298 \end_inset
18299
18300  à la fin crée une colonne de largeur variable dont le texte est centré
18301  horizontalement.
18302  Vous pouvez maintenant entrer
18303 \end_layout
18304
18305 \begin_layout Standard
18306
18307 \series bold
18308 K{nom de couleur}
18309 \end_layout
18310
18311 \begin_layout Standard
18312 comme paramètre LaTeX.
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset VSpace bigskip
18317 \end_inset
18318
18319
18320 \end_layout
18321
18322 \begin_layout Standard
18323 Pour créer le tableau
18324 \begin_inset space ~
18325 \end_inset
18326
18327
18328 \begin_inset CommandInset ref
18329 LatexCommand ref
18330 reference "tab:Tableau-formats-personnalisés"
18331
18332 \end_inset
18333
18334  utilisez les paramètres LaTeX
18335 \end_layout
18336
18337 \begin_layout Standard
18338
18339 \series bold
18340 M{2.5cm}
18341 \end_layout
18342
18343 \begin_layout Standard
18344 pour la première colonne et la multicolonne,
18345 \end_layout
18346
18347 \begin_layout Standard
18348
18349 \series bold
18350 K{red}
18351 \end_layout
18352
18353 \begin_layout Standard
18354 pour la dernière colonne, et
18355 \end_layout
18356
18357 \begin_layout Standard
18358
18359 \series bold
18360 S{2.5cm}{2}
18361 \end_layout
18362
18363 \begin_layout Standard
18364 pour les cellules de la deuxième colonne.
18365 \end_layout
18366
18367 \begin_layout Standard
18368 \begin_inset Float table
18369 placement h
18370 wide false
18371 sideways false
18372 status open
18373
18374 \begin_layout Plain Layout
18375 \begin_inset Caption
18376
18377 \begin_layout Plain Layout
18378 \begin_inset CommandInset label
18379 LatexCommand label
18380 name "tab:Tableau-formats-personnalisés"
18381
18382 \end_inset
18383
18384 Tableau utilisant des formats personnalisés
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Plain Layout
18393 \align center
18394 \begin_inset Tabular
18395 <lyxtabular version="3" rows="3" columns="4">
18396 <features tabularvalignment="middle">
18397 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18398 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18399 <column alignment="center" valignment="middle" width="0">
18400 <column alignment="center" valignment="middle" width="0" special="K{red}">
18401 <row>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 motTrèsLongDansUneCellule
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 multicolonne avec multiligne
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 c
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 </row>
18439 <row>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 d
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453 e
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 f
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 g
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 </row>
18477 <row>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 h
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 i
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 j
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 k
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 </lyxtabular>
18516
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \begin_layout Subsection
18528 Épaisseur des filets
18529 \begin_inset CommandInset label
18530 LatexCommand label
18531 name "sub:Epaisseur-filets"
18532
18533 \end_inset
18534
18535
18536 \begin_inset Index idx
18537 status collapsed
18538
18539 \begin_layout Plain Layout
18540 Personnalisation des tableaux ! Épaisseur filets
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \end_layout
18547
18548 \begin_layout Standard
18549 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
18550  
18551 \series bold
18552
18553 \backslash
18554 arrayrulewidth
18555 \series default
18556 .
18557  Pour mettre, par exemple, une épaisseur de filet de 1.5
18558 \begin_inset space \thinspace{}
18559 \end_inset
18560
18561 pt, comme pour le tableau
18562 \begin_inset space ~
18563 \end_inset
18564
18565
18566 \begin_inset CommandInset ref
18567 LatexCommand ref
18568 reference "tab:Tableau-filets-1.5pt"
18569
18570 \end_inset
18571
18572 , insérez la commande
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \series bold
18578
18579 \backslash
18580 setlength{
18581 \backslash
18582 arrayrulewidth}{1.5pt}
18583 \end_layout
18584
18585 \begin_layout Standard
18586 en code TeX avant le tableau ou le flottant de tableau.
18587  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
18588  suivent.
18589  pour revenir aux valeurs implicites, mettez 
18590 \series bold
18591
18592 \backslash
18593 arrayrulewidth
18594 \series default
18595  à 0.4
18596 \begin_inset space \thinspace{}
18597 \end_inset
18598
18599 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
18600 \end_layout
18601
18602 \begin_layout Standard
18603 \begin_inset ERT
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607
18608
18609 \backslash
18610 setlength{
18611 \backslash
18612 arrayrulewidth}{1.5pt}
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \begin_inset Float table
18619 wide false
18620 sideways false
18621 status open
18622
18623 \begin_layout Plain Layout
18624 \begin_inset Caption
18625
18626 \begin_layout Plain Layout
18627 \begin_inset CommandInset label
18628 LatexCommand label
18629 name "tab:Tableau-filets-1.5pt"
18630
18631 \end_inset
18632
18633 Tableau avec des filets de 1.5
18634 \begin_inset space \thinspace{}
18635 \end_inset
18636
18637 pt
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Plain Layout
18646 \align center
18647 \begin_inset Tabular
18648 <lyxtabular version="3" rows="3" columns="3">
18649 <features tabularvalignment="middle">
18650 <column alignment="center" valignment="top" width="0">
18651 <column alignment="center" valignment="top" width="0">
18652 <column alignment="center" valignment="top" width="0">
18653 <row>
18654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 sd
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 </row>
18682 <row>
18683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 sd
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 </row>
18711 <row>
18712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 sd
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 </lyxtabular>
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \begin_inset ERT
18751 status collapsed
18752
18753 \begin_layout Plain Layout
18754
18755
18756 \backslash
18757 setlength{
18758 \backslash
18759 arrayrulewidth}{0.4pt}
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Standard
18768 \begin_inset VSpace bigskip
18769 \end_inset
18770
18771 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
18772 \begin_inset space \thinspace{}
18773 \end_inset
18774
18775 pt, comme dans le tableau
18776 \begin_inset space ~
18777 \end_inset
18778
18779
18780 \begin_inset CommandInset ref
18781 LatexCommand ref
18782 reference "tab:Tableau-filets-horizontaux-1.5pt"
18783
18784 \end_inset
18785
18786 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
18787  de tableau :
18788 \end_layout
18789
18790 \begin_layout Standard
18791
18792 \series bold
18793
18794 \backslash
18795 let
18796 \backslash
18797 myHline
18798 \backslash
18799 hline
18800 \begin_inset Newline newline
18801 \end_inset
18802
18803
18804 \backslash
18805 renewcommand{
18806 \backslash
18807 hline}
18808 \begin_inset Newline newline
18809 \end_inset
18810
18811  {
18812 \backslash
18813 noalign{
18814 \backslash
18815 global
18816 \backslash
18817 arrayrulewidth 1.5pt}
18818 \begin_inset Newline newline
18819 \end_inset
18820
18821  
18822 \backslash
18823 myHline
18824 \backslash
18825 noalign{
18826 \backslash
18827 global
18828 \backslash
18829 arrayrulewidth 0.4pt}}
18830 \end_layout
18831
18832 \begin_layout Standard
18833 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
18834  en code TeX après le tableau ou le flottant de tableau :
18835 \end_layout
18836
18837 \begin_layout Standard
18838
18839 \series bold
18840
18841 \backslash
18842 renewcommand{
18843 \backslash
18844 hline}{
18845 \backslash
18846 myHline}
18847 \end_layout
18848
18849 \begin_layout Standard
18850 \begin_inset ERT
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854
18855
18856 \backslash
18857 let
18858 \backslash
18859 myHline
18860 \backslash
18861 hline
18862 \end_layout
18863
18864 \begin_layout Plain Layout
18865
18866
18867 \backslash
18868 renewcommand{
18869 \backslash
18870 hline}
18871 \end_layout
18872
18873 \begin_layout Plain Layout
18874
18875  {
18876 \backslash
18877 noalign{
18878 \backslash
18879 global
18880 \backslash
18881 arrayrulewidth 1.5pt}
18882 \end_layout
18883
18884 \begin_layout Plain Layout
18885
18886   
18887 \backslash
18888 myHline
18889 \backslash
18890 noalign{
18891 \backslash
18892 global
18893 \backslash
18894 arrayrulewidth 0.4pt}}
18895 \end_layout
18896
18897 \end_inset
18898
18899
18900 \begin_inset Float table
18901 wide false
18902 sideways false
18903 status open
18904
18905 \begin_layout Plain Layout
18906 \begin_inset Caption
18907
18908 \begin_layout Plain Layout
18909 \begin_inset CommandInset label
18910 LatexCommand label
18911 name "tab:Tableau-filets-horizontaux-1.5pt"
18912
18913 \end_inset
18914
18915 Tableau avec des filets horizontaux de 1.5
18916 \begin_inset space \thinspace{}
18917 \end_inset
18918
18919 pt
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Plain Layout
18928 \align center
18929 \begin_inset Tabular
18930 <lyxtabular version="3" rows="3" columns="3">
18931 <features tabularvalignment="middle">
18932 <column alignment="center" valignment="top" width="0">
18933 <column alignment="center" valignment="top" width="0">
18934 <column alignment="center" valignment="top" width="0">
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 sd
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 </row>
18964 <row>
18965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 sd
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row>
18994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007
19008 \end_layout
19009
19010 \end_inset
19011 </cell>
19012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016 sd
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 </lyxtabular>
19023
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \begin_inset ERT
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036
19037
19038 \backslash
19039 renewcommand{
19040 \backslash
19041 hline}{
19042 \backslash
19043 myHline}
19044 \end_layout
19045
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \begin_layout Standard
19052 \begin_inset VSpace bigskip
19053 \end_inset
19054
19055 Pour que seuls les filets verticaux aient une épaisseur de 1.5
19056 \begin_inset space \thinspace{}
19057 \end_inset
19058
19059 pt, créez le format de colonne suivant dans le préambule, en suivant la
19060  description de la section
19061 \begin_inset space ~
19062 \end_inset
19063
19064
19065 \begin_inset CommandInset ref
19066 LatexCommand ref
19067 reference "sub:Formats-personnalisés"
19068
19069 \end_inset
19070
19071 :
19072 \end_layout
19073
19074 \begin_layout Standard
19075
19076 \series bold
19077
19078 \backslash
19079 newcolumntype{V}{!{
19080 \backslash
19081 vrule width 1.5pt}}
19082 \end_layout
19083
19084 \begin_layout Standard
19085 Pour le tableau
19086 \begin_inset space ~
19087 \end_inset
19088
19089
19090 \begin_inset CommandInset ref
19091 LatexCommand ref
19092 reference "tab:Tableau-filets-verticaux-1.5pt"
19093
19094 \end_inset
19095
19096  le paramètre LaTeX 
19097 \end_layout
19098
19099 \begin_layout Standard
19100
19101 \series bold
19102 VcV
19103 \end_layout
19104
19105 \begin_layout Standard
19106 a été utilisé pour la dernière colonne et
19107 \end_layout
19108
19109 \begin_layout Standard
19110
19111 \series bold
19112 Vc
19113 \end_layout
19114
19115 \begin_layout Standard
19116 pour les autres colonnes.
19117 \end_layout
19118
19119 \begin_layout Standard
19120 \begin_inset Float table
19121 wide false
19122 sideways false
19123 status open
19124
19125 \begin_layout Plain Layout
19126 \begin_inset Caption
19127
19128 \begin_layout Plain Layout
19129 \begin_inset CommandInset label
19130 LatexCommand label
19131 name "tab:Tableau-filets-verticaux-1.5pt"
19132
19133 \end_inset
19134
19135 Tableau avec des filets verticaux de 1.5
19136 \begin_inset space \thinspace{}
19137 \end_inset
19138
19139 pt 
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \begin_layout Plain Layout
19148 \align center
19149 \begin_inset Tabular
19150 <lyxtabular version="3" rows="3" columns="3">
19151 <features tabularvalignment="middle">
19152 <column alignment="center" valignment="top" width="0" special="Vc">
19153 <column alignment="center" valignment="top" width="0" special="Vc">
19154 <column alignment="center" valignment="top" width="0" special="VcV">
19155 <row>
19156 <cell alignment="center" valignment="top" topline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 sd
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 <cell alignment="center" valignment="top" topline="true" usebox="none">
19166 \begin_inset Text
19167
19168 \begin_layout Plain Layout
19169
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell alignment="center" valignment="top" topline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 <cell alignment="center" valignment="top" topline="true" usebox="none">
19195 \begin_inset Text
19196
19197 \begin_layout Plain Layout
19198 sd
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 <cell alignment="center" valignment="top" topline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 </row>
19213 <row>
19214 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 sd
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 </row>
19242 </lyxtabular>
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \end_inset
19250
19251
19252 \end_layout
19253
19254 \begin_layout Subsection
19255 Filets à traits interrompus
19256 \begin_inset Index idx
19257 status collapsed
19258
19259 \begin_layout Plain Layout
19260 Personnalisation des tableaux ! Filets à traits interrompus
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \begin_layout Standard
19269 \begin_inset ERT
19270 status collapsed
19271
19272 \begin_layout Plain Layout
19273
19274
19275 \backslash
19276 ifarydshln
19277 \end_layout
19278
19279 \end_inset
19280
19281
19282 \begin_inset Note Note
19283 status open
19284
19285 \begin_layout Plain Layout
19286 La section suivante ne s'affichera que si vous avez installé le paquetage
19287  LaTeX 
19288 \series bold
19289 arydshln
19290 \series default
19291 .
19292 \end_layout
19293
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \begin_layout Standard
19300 \begin_inset Float table
19301 placement H
19302 wide false
19303 sideways false
19304 status open
19305
19306 \begin_layout Plain Layout
19307 \begin_inset Caption
19308
19309 \begin_layout Plain Layout
19310 \begin_inset CommandInset label
19311 LatexCommand label
19312 name "tab:Tableau-filets-tirets"
19313
19314 \end_inset
19315
19316 Tableau avec des filets à traits interrompus
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Plain Layout
19325 \align center
19326 \begin_inset Tabular
19327 <lyxtabular version="3" rows="5" columns="5">
19328 <features tabularvalignment="middle">
19329 <column alignment="center" valignment="top" width="0">
19330 <column alignment="center" valignment="top" width="0">
19331 <column alignment="center" valignment="top" width="0" special=":c">
19332 <column alignment="center" valignment="top" width="0">
19333 <column alignment="center" valignment="top" width="0">
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 a
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 b
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 c
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 d
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 e
19376 \end_layout
19377
19378 \end_inset
19379 </cell>
19380 </row>
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 f
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 g
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 h
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 i
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422 j
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row>
19429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset ERT
19434 status collapsed
19435
19436 \begin_layout Plain Layout
19437
19438
19439 \backslash
19440 hdashline 
19441 \end_layout
19442
19443 \end_inset
19444
19445 k
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 l
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 m
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 n
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 o
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 \begin_inset ERT
19493 status collapsed
19494
19495 \begin_layout Plain Layout
19496
19497
19498 \backslash
19499 cdashline{4-5}
19500 \end_layout
19501
19502 \end_inset
19503
19504 p
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 q
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19519 \begin_inset Text
19520
19521 \begin_layout Plain Layout
19522 r
19523 \end_layout
19524
19525 \end_inset
19526 </cell>
19527 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531 s
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 </row>
19546 <row>
19547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 t
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560 u
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 v
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 w
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 x
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 </row>
19593 </lyxtabular>
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \begin_layout Standard
19606 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
19607  donc employer du code TeX.
19608  Mais avant il faut charger le paquetage LaTeX 
19609 \series bold
19610 arydshln
19611 \series default
19612
19613 \begin_inset Index idx
19614 status collapsed
19615
19616 \begin_layout Plain Layout
19617 Paquetages LaTeX ! arydshln
19618 \end_layout
19619
19620 \end_inset
19621
19622  dans le préambule du document avec la commande 
19623 \end_layout
19624
19625 \begin_layout Standard
19626
19627 \series bold
19628
19629 \backslash
19630 usepackage{arydshln}
19631 \end_layout
19632
19633 \begin_layout Standard
19634 Pour faire un filet vertical avec un trait interrompu, mettez deux points
19635  
19636 \begin_inset Quotes eld
19637 \end_inset
19638
19639 :
19640 \begin_inset Quotes erd
19641 \end_inset
19642
19643  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
19644  dans la fenêtre de dialogue de paramètre du tableau.
19645 \end_layout
19646
19647 \begin_layout Standard
19648 Pour un trait horizontal interrompu, ajoutez la commande
19649 \end_layout
19650
19651 \begin_layout Standard
19652
19653 \series bold
19654
19655 \backslash
19656 hdashline
19657 \end_layout
19658
19659 \begin_layout Standard
19660 en code TeX comme premier élément de la première cellule de la ligne de
19661  tableau.
19662 \end_layout
19663
19664 \begin_layout Standard
19665 Pour des filets interrompus avec des cellules multicolonnes, utilisez la
19666  commande 
19667 \end_layout
19668
19669 \begin_layout Standard
19670
19671 \series bold
19672
19673 \backslash
19674 cdashline{
19675 \series default
19676 numéros de colonnes}
19677 \end_layout
19678
19679 \begin_layout Standard
19680 en code TeX comme premier élément de la première cellule de la ligne.
19681  Si par exemple, vous avez une cellule multicolonne qui couvre les colonnes
19682  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
19683 \end_layout
19684
19685 \begin_layout Standard
19686
19687 \series bold
19688
19689 \backslash
19690 cdashline{2-4}
19691 \end_layout
19692
19693 \begin_layout Standard
19694 comme premier élément de la première cellule de la ligne contenant la multicolon
19695 ne.
19696 \end_layout
19697
19698 \begin_layout Standard
19699 \begin_inset VSpace bigskip
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \begin_layout Standard
19706 Le tableau
19707 \begin_inset space ~
19708 \end_inset
19709
19710
19711 \begin_inset CommandInset ref
19712 LatexCommand ref
19713 reference "tab:Tableau-filets-tirets"
19714
19715 \end_inset
19716
19717  a été créé en utilisant 
19718 \begin_inset Quotes eld
19719 \end_inset
19720
19721
19722 \series bold
19723 :c
19724 \series default
19725
19726 \begin_inset Quotes erd
19727 \end_inset
19728
19729  comme paramètre LaTeX pour la troisième colonne.
19730  La commande en code TeX 
19731 \series bold
19732
19733 \backslash
19734 hdashline
19735 \series default
19736  a été insérée dans la première cellule de la troisième ligne et la commande
19737  en code TeX 
19738 \series bold
19739
19740 \backslash
19741 cdashline{4-5}
19742 \series default
19743  a été insérée dans la première cellule de la quatrième ligne.
19744 \end_layout
19745
19746 \begin_layout Standard
19747 \begin_inset Note Greyedout
19748 status open
19749
19750 \begin_layout Plain Layout
19751
19752 \series bold
19753 Note:
19754 \series default
19755  Le paquetage LaTeX 
19756 \series bold
19757 arydshln
19758 \series default
19759  qui a été utilisé n'est apparemment pas compatible avec le paquetage LaTeX
19760  
19761 \series bold
19762 colortbl
19763 \series default
19764
19765 \begin_inset Index idx
19766 status collapsed
19767
19768 \begin_layout Plain Layout
19769 Paquetages LaTeX ! colortbl
19770 \end_layout
19771
19772 \end_inset
19773
19774  qui est utilisé pour avoir des tableaux colorés dans la section
19775 \begin_inset space ~
19776 \end_inset
19777
19778
19779 \begin_inset CommandInset ref
19780 LatexCommand ref
19781 reference "sec:Tableaux-Colorés"
19782
19783 \end_inset
19784
19785 .
19786  Cela signifie que les tableaux colorés ne peuvent pas avoir de filets à
19787  traits interrompus.
19788 \end_layout
19789
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Standard
19796 \begin_inset ERT
19797 status collapsed
19798
19799 \begin_layout Plain Layout
19800
19801
19802 \backslash
19803 else
19804 \end_layout
19805
19806 \end_inset
19807
19808
19809 \begin_inset Note Note
19810 status open
19811
19812 \begin_layout Plain Layout
19813 Ce qui suit sera affiché si le paquetage LaTeX 
19814 \series bold
19815 arydshln
19816 \series default
19817  n'est pas installé :
19818 \end_layout
19819
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \begin_layout Standard
19826 Vous devez installer le paquetage LaTeX 
19827 \series bold
19828 arydshln
19829 \series default
19830  pour voir le contenu des cette section dans la sortie imprimée.
19831 \end_layout
19832
19833 \begin_layout Standard
19834 \begin_inset ERT
19835 status collapsed
19836
19837 \begin_layout Plain Layout
19838
19839
19840 \backslash
19841 fi
19842 \end_layout
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \begin_layout Chapter
19850 Flottants
19851 \begin_inset CommandInset label
19852 LatexCommand label
19853 name "chap:Flottants"
19854
19855 \end_inset
19856
19857
19858 \begin_inset Index idx
19859 status collapsed
19860
19861 \begin_layout Plain Layout
19862 Flottants
19863 \end_layout
19864
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \begin_layout Section
19871 Introduction
19872 \begin_inset CommandInset label
19873 LatexCommand label
19874 name "sec:Flottants-Introduction"
19875
19876 \end_inset
19877
19878
19879 \begin_inset Index idx
19880 status collapsed
19881
19882 \begin_layout Plain Layout
19883 Flottants ! Introduction
19884 \end_layout
19885
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \begin_layout Standard
19892 Un flottant est une portion de document, qui peut être associé à une étiquette
19893  et dont la position n'est pas fixée.
19894  Il peut 
19895 \begin_inset Quotes eld
19896 \end_inset
19897
19898 flotter
19899 \begin_inset Quotes erd
19900 \end_inset
19901
19902  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
19903  plus approprié.
19904  Les 
19905 \family sans
19906 Notes
19907 \begin_inset space ~
19908 \end_inset
19909
19910 en
19911 \begin_inset space ~
19912 \end_inset
19913
19914 Bas
19915 \begin_inset space ~
19916 \end_inset
19917
19918 de
19919 \begin_inset space ~
19920 \end_inset
19921
19922 Page
19923 \family default
19924  et le 
19925 \family sans
19926 Notes
19927 \begin_inset space ~
19928 \end_inset
19929
19930 en
19931 \begin_inset space ~
19932 \end_inset
19933
19934 Marge
19935 \family default
19936  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
19937  sur la page suivante quand il y a trop de notes sur la page courante.
19938 \end_layout
19939
19940 \begin_layout Standard
19941 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
19942  très grande qualité.
19943  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
19944  éviter des lignes blanches ou des pages sans texte.
19945  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
19946  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
19947  le texte.
19948  Les flottants sont donc numérotés.
19949  Les références croisées sont décrites dans la section
19950 \begin_inset space ~
19951 \end_inset
19952
19953
19954 \begin_inset CommandInset ref
19955 LatexCommand ref
19956 reference "sec:Referencer-les-Flottants"
19957
19958 \end_inset
19959
19960 .
19961 \end_layout
19962
19963 \begin_layout Standard
19964 Pour insérer un flottant, on utilise un des sous menus du menu 
19965 \family sans
19966 Insérer\SpecialChar \menuseparator
19967 Flottant.
19968
19969 \family default
19970  Une boîte va être insérée dans votre document avec par exemple une étiquette
19971  du genre 
19972 \begin_inset Quotes eld
19973 \end_inset
19974
19975 Figure
19976 \begin_inset space ~
19977 \end_inset
19978
19979 #:
19980 \begin_inset Quotes erd
19981 \end_inset
19982
19983  (où # est un numéro).
19984  L'étiquette est automatiquement traduite dans la langue du document dans
19985  la sortie finale.
19986  Après l'étiquette vous pouvez insérer du texte comme légende.
19987  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
19988  séparé, à l'intérieur du flottant.
19989  Vous trouverez plus de détails sur le positionnement des légendes dans
19990  la section
19991 \begin_inset space ~
19992 \end_inset
19993
19994
19995 \begin_inset CommandInset ref
19996 LatexCommand ref
19997 reference "sec:Placement-légende"
19998
19999 \end_inset
20000
20001 .
20002  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
20003  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
20004  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
20005  Une boîte de flottant fermée ressemble à ceci : 
20006 \begin_inset Graphics
20007         filename clipart/floatQt4.png
20008         scale 60
20009
20010 \end_inset
20011
20012  – une case grise avec un texte rouge.
20013 \end_layout
20014
20015 \begin_layout Standard
20016 Il est recommandé d'insérer les flottants comme des paragraphes séparés
20017  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
20018  est formaté de façon particulière.
20019 \end_layout
20020
20021 \begin_layout Section
20022 Les Types de Flottants
20023 \end_layout
20024
20025 \begin_layout Standard
20026 En plus des flottants de figures et de tableau qui sont décrits respectivement
20027  dans les sections
20028 \begin_inset space ~
20029 \end_inset
20030
20031
20032 \begin_inset CommandInset ref
20033 LatexCommand ref
20034 reference "sec:Figure-Floats"
20035
20036 \end_inset
20037
20038  et 
20039 \begin_inset CommandInset ref
20040 LatexCommand ref
20041 reference "sec:Table-Floats"
20042
20043 \end_inset
20044
20045 , LyX offre aussi les types 
20046 \family sans
20047 Algorithme
20048 \family default
20049  et 
20050 \family sans
20051 Enrobage
20052 \family default
20053 .
20054  
20055 \lang english
20056 The latter are explained in sec.
20057 \lang french
20058
20059 \begin_inset space \thinspace{}
20060 \end_inset
20061
20062
20063 \begin_inset CommandInset ref
20064 LatexCommand ref
20065 reference "sec:Flottant-d'enrobage"
20066
20067 \end_inset
20068
20069 .
20070 \end_layout
20071
20072 \begin_layout Subsection
20073 Flottant d'algorithme
20074 \begin_inset Index idx
20075 status collapsed
20076
20077 \begin_layout Plain Layout
20078 Flottants ! Algorithmes
20079 \end_layout
20080
20081 \end_inset
20082
20083
20084 \begin_inset CommandInset label
20085 LatexCommand label
20086 name "sub:Flottant-d'Algorithme"
20087
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \begin_layout Standard
20094 \begin_inset Float algorithm
20095 placement h
20096 wide false
20097 sideways false
20098 status open
20099
20100 \begin_layout Plain Layout
20101 \begin_inset Caption
20102
20103 \begin_layout Plain Layout
20104 \begin_inset CommandInset label
20105 LatexCommand label
20106 name "alg:Exemple-Flottant-Algorithme"
20107
20108 \end_inset
20109
20110 Exemple de flottant d'algorithme
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \begin_layout LyX-Code
20119 for I in 1..N loop
20120 \begin_inset Newline newline
20121 \end_inset
20122
20123  Sum:= Sum + A(I); /*comment*/
20124 \begin_inset Newline newline
20125 \end_inset
20126
20127 end loop
20128 \begin_inset VSpace -4mm
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Standard
20140 Ce type de flottant est inséré à l'aide du menu 
20141 \family sans
20142 Insérer\SpecialChar \menuseparator
20143 Flottant\SpecialChar \menuseparator
20144 Algorithme
20145 \family default
20146 .
20147  Il peut être utilisé pour des morceaux de code source ou des descriptions
20148  d'algorithmes et peut être utilisé comme une alternative au listing de
20149  code source qui est décrit au chapitre
20150 \begin_inset space ~
20151 \end_inset
20152
20153
20154 \begin_inset CommandInset ref
20155 LatexCommand ref
20156 reference "cha:Program-Code-Listings"
20157
20158 \end_inset
20159
20160 .
20161  Vous pouvez par exemple utiliser l'environnement Code
20162 \begin_inset space ~
20163 \end_inset
20164
20165 LyX qui est décrit dans le 
20166 \emph on
20167 Guide
20168 \emph default
20169
20170 \begin_inset space ~
20171 \end_inset
20172
20173
20174 \emph on
20175 de
20176 \begin_inset space ~
20177 \end_inset
20178
20179 l'Utilisateur
20180 \emph default
20181  de LyX.
20182  l'algorithme
20183 \begin_inset space ~
20184 \end_inset
20185
20186
20187 \begin_inset CommandInset ref
20188 LatexCommand ref
20189 reference "alg:Exemple-Flottant-Algorithme"
20190
20191 \end_inset
20192
20193  est un exemple de flottant d'algorithme où un espace vertical de -4
20194 \begin_inset space \thinspace{}
20195 \end_inset
20196
20197 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
20198  soit placée exactement sous le texte de la dernière ligne.
20199 \end_layout
20200
20201 \begin_layout Standard
20202 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
20203  du document.
20204  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
20205 ent en ajoutant la ligne suivante dans le préambule de votre document :
20206 \end_layout
20207
20208 \begin_layout Standard
20209
20210 \series bold
20211
20212 \backslash
20213 floatname{algorithm}{votre
20214 \begin_inset space ~
20215 \end_inset
20216
20217 nom}
20218 \end_layout
20219
20220 \begin_layout Standard
20221
20222 \family sans
20223  votre
20224 \begin_inset space ~
20225 \end_inset
20226
20227 nom
20228 \family default
20229  est le mot 
20230 \begin_inset Quotes eld
20231 \end_inset
20232
20233
20234 \emph on
20235 algorithme
20236 \emph default
20237
20238 \begin_inset Quotes erd
20239 \end_inset
20240
20241  dans votre langue.
20242 \end_layout
20243
20244 \begin_layout Standard
20245 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
20246 \family sans
20247 Insérer\SpecialChar \menuseparator
20248 Listes
20249 \begin_inset space ~
20250 \end_inset
20251
20252 &
20253 \begin_inset space ~
20254 \end_inset
20255
20256 TdM\SpecialChar \menuseparator
20257 Liste
20258 \begin_inset space ~
20259 \end_inset
20260
20261 des
20262 \begin_inset space ~
20263 \end_inset
20264
20265 algorithmes
20266 \family default
20267  si votre document est en la même langue que les menus de LyX.
20268  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
20269  en code TeX à la place:
20270 \end_layout
20271
20272 \begin_layout Standard
20273
20274 \series bold
20275
20276 \backslash
20277 listof{algorithm}{votre
20278 \begin_inset space ~
20279 \end_inset
20280
20281 nom}
20282 \end_layout
20283
20284 \begin_layout Standard
20285 où 
20286 \family sans
20287 votre
20288 \begin_inset space ~
20289 \end_inset
20290
20291 nom
20292 \family default
20293  est la traduction de 
20294 \begin_inset Quotes eld
20295 \end_inset
20296
20297
20298 \emph on
20299 List of Algorithm
20300 \emph default
20301 s
20302 \begin_inset Quotes erd
20303 \end_inset
20304
20305  dans votre langue.
20306 \end_layout
20307
20308 \begin_layout Standard
20309 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
20310  le schéma 
20311 \begin_inset Quotes eld
20312 \end_inset
20313
20314 chapitre.algorithme
20315 \begin_inset Quotes erd
20316 \end_inset
20317
20318  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
20319  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
20320  commande dans le préambule de votre document :
20321 \end_layout
20322
20323 \begin_layout Standard
20324
20325 \series bold
20326
20327 \backslash
20328 numberwithin{algorithm}{chapter}
20329 \end_layout
20330
20331 \begin_layout Standard
20332 Pour pouvoir utiliser la commande 
20333 \series bold
20334
20335 \backslash
20336 numberwithin
20337 \series default
20338 , activez l'option 
20339 \family sans
20340 Utiliser
20341 \begin_inset space ~
20342 \end_inset
20343
20344 le
20345 \begin_inset space ~
20346 \end_inset
20347
20348 paquetage
20349 \begin_inset space ~
20350 \end_inset
20351
20352 AMS
20353 \begin_inset space ~
20354 \end_inset
20355
20356 math
20357 \family default
20358  dans la rubrique 
20359 \family sans
20360 Options
20361 \begin_inset space ~
20362 \end_inset
20363
20364 des
20365 \begin_inset space ~
20366 \end_inset
20367
20368 Maths
20369 \family default
20370  de la fenêtre de dialogue 
20371 \family sans
20372 Paramètres
20373 \begin_inset space ~
20374 \end_inset
20375
20376 du
20377 \begin_inset space ~
20378 \end_inset
20379
20380 Document
20381 \family default
20382 .
20383 \end_layout
20384
20385 \begin_layout Section
20386 Numérotation des flottants
20387 \begin_inset Index idx
20388 status collapsed
20389
20390 \begin_layout Plain Layout
20391 Flottants ! Numérotation
20392 \end_layout
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Standard
20400 Les flottant sont soit numérotés indépendemment des sections dans lesquelles
20401  ils se trouvent, soit en utilisant un format du genre 
20402 \begin_inset Quotes eld
20403 \end_inset
20404
20405 chapitre.numéro
20406 \begin_inset Quotes erd
20407 \end_inset
20408
20409  ou 
20410 \begin_inset Quotes eld
20411 \end_inset
20412
20413 section.numéro
20414 \begin_inset Quotes erd
20415 \end_inset
20416
20417 .
20418  Cela dépend de la classe de document utilisée.
20419 \end_layout
20420
20421 \begin_layout Standard
20422 Pour changer le format de la numérotation qui ne dépend pas de la section
20423  dans laquelle on se trouve, on peut utiliser la commande suivante dans
20424  le préambule du document :
20425 \end_layout
20426
20427 \begin_layout Standard
20428
20429 \series bold
20430
20431 \backslash
20432 renewcommand{
20433 \backslash
20434 thetable}{
20435 \backslash
20436 roman{table}}
20437 \end_layout
20438
20439 \begin_layout Standard
20440
20441 \series bold
20442
20443 \backslash
20444 thetable
20445 \series default
20446  est la commande qui imprime le numéro du tableau, pour les figures, la
20447  commande serait 
20448 \series bold
20449
20450 \backslash
20451 thefigure
20452 \series default
20453 .
20454  La commande 
20455 \series bold
20456
20457 \backslash
20458 roman
20459 \series default
20460  utilisée dans la commande précédente, imprime le numéro du tableau sous
20461  forme de petits chiffres romains.
20462 \end_layout
20463
20464 \begin_layout Standard
20465 Pour changer le type de numérotation pour par exemple 
20466 \begin_inset Quotes eld
20467 \end_inset
20468
20469 sous-section.numéro
20470 \begin_inset Quotes erd
20471 \end_inset
20472
20473 , utilisez la commande suivante dans le préambule du document :
20474 \end_layout
20475
20476 \begin_layout Standard
20477
20478 \series bold
20479
20480 \backslash
20481 numberwithin{table}{subsection}
20482 \end_layout
20483
20484 \begin_layout Standard
20485 Pour pouvoir utiliser la commande 
20486 \series bold
20487
20488 \backslash
20489 numberwithin
20490 \series default
20491 , vous devez activer l'option 
20492 \family sans
20493 Utiliser
20494 \begin_inset space ~
20495 \end_inset
20496
20497 le
20498 \begin_inset space ~
20499 \end_inset
20500
20501 paquetage
20502 \begin_inset space ~
20503 \end_inset
20504
20505 maths
20506 \begin_inset space ~
20507 \end_inset
20508
20509 AMS
20510 \family default
20511  dans la rubrique 
20512 \family sans
20513 Options
20514 \begin_inset space ~
20515 \end_inset
20516
20517 des
20518 \begin_inset space ~
20519 \end_inset
20520
20521 Maths
20522 \family default
20523  de la fenêtre de dialogue 
20524 \family sans
20525 Paramètres
20526 \family default
20527  du document.
20528 \end_layout
20529
20530 \begin_layout Standard
20531 Veuillez aussi jeter un coup d'œil à la section
20532 \begin_inset space ~
20533 \end_inset
20534
20535
20536 \begin_inset CommandInset ref
20537 LatexCommand ref
20538 reference "sub:Numerotation-notes-bas-de-page"
20539
20540 \end_inset
20541
20542  pour plus de détails et des notes importantes sur les commandes de numérotation.
20543 \end_layout
20544
20545 \begin_layout Section
20546 Faire Référence à des Flottants
20547 \begin_inset CommandInset label
20548 LatexCommand label
20549 name "sec:Referencer-les-Flottants"
20550
20551 \end_inset
20552
20553
20554 \begin_inset Index idx
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558 Flottants ! Références
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \begin_inset Index idx
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568 References@Références ! à des Flottants 
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \begin_layout Standard
20577 Pour faire référence à un flottant, insérez une étiquette dans sa légende
20578  en utilisant le menu 
20579 \family sans
20580 Insérer\SpecialChar \menuseparator
20581 Étiquette
20582 \family default
20583  ou le bouton 
20584 \begin_inset Graphics
20585         filename ../../images/label-insert.png
20586         scale 85
20587         scaleBeforeRotation
20588
20589 \end_inset
20590
20591  de la barre d'outils.
20592  Une boîte grise de ce genre : 
20593 \begin_inset Graphics
20594         filename clipart/labelQt4.png
20595         scale 85
20596         scaleBeforeRotation
20597
20598 \end_inset
20599
20600  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
20601  de saisir le texte de l'étiquette.
20602  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
20603  précédés d'un préfixe.
20604  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
20605  préfixe sera "
20606 \family sans
20607 fig:
20608 \family default
20609 ".
20610 \end_layout
20611
20612 \begin_layout Standard
20613 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
20614  Vous pouvez faire référence à cette étiquette en utilisant le menu 
20615 \family sans
20616 Insérer\SpecialChar \menuseparator
20617 Référence
20618 \begin_inset space ~
20619 \end_inset
20620
20621 Croisée
20622 \family default
20623  ou le bouton 
20624 \begin_inset Graphics
20625         filename ../../images/dialog-show-new-inset_ref.png
20626         scale 85
20627         scaleBeforeRotation
20628
20629 \end_inset
20630
20631  de la barre d'outils.
20632  Une boîte grise de référence croisée comme celle-ci : 
20633 \begin_inset Graphics
20634         filename ../clipart/referenceQt4.png
20635         scale 85
20636         scaleBeforeRotation
20637
20638 \end_inset
20639
20640  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
20641  toutes les étiquettes définies dans votre document.
20642  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
20643  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
20644  de la fenêtre de dialogue.
20645  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
20646  une.
20647  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
20648  de la référence croisée.
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
20653  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
20654  les deux.
20655  Si une référence croisées fait référence à une étiquette qui n'existe pas,
20656  vous verrez deux points d'interrogation dans la sortie imprimée à la place
20657  du numéro de la référence.
20658 \end_layout
20659
20660 \begin_layout Standard
20661 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
20662  Les références vers l'étiquette modifiée seront mise à jour automatiquement
20663  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
20664  pas à vous en préoccuper.
20665 \end_layout
20666
20667 \begin_layout Standard
20668 Le bouton 
20669 \family sans
20670 Aller
20671 \begin_inset space ~
20672 \end_inset
20673
20674 à
20675 \begin_inset space ~
20676 \end_inset
20677
20678 l'étiquette
20679 \family default
20680  dans la fenêtre de référence croisée va positionner le curseur juste devant
20681  l'étiquette à laquelle on fait référence.
20682  Le nom du bouton bouton 
20683 \family sans
20684 Revenir
20685 \family default
20686  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
20687  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
20688  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
20689  à votre point de départ.
20690 \end_layout
20691
20692 \begin_layout Subsection
20693 Formats de Références Croisées
20694 \begin_inset CommandInset label
20695 LatexCommand label
20696 name "sub:Formats-Références-Croisées"
20697
20698 \end_inset
20699
20700
20701 \begin_inset Index idx
20702 status collapsed
20703
20704 \begin_layout Plain Layout
20705 References@Références ! Formats
20706 \end_layout
20707
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \begin_layout Standard
20714 Il y a six types de références croisées :
20715 \end_layout
20716
20717 \begin_layout Description
20718 <référence>
20719 \begin_inset space ~
20720 \end_inset
20721
20722 : affiche le numéro de l'élément, c'est le choix implicite : 
20723 \begin_inset CommandInset ref
20724 LatexCommand ref
20725 reference "fig:Deux-images-déformées"
20726
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \begin_layout Description
20733 (<référence>)
20734 \begin_inset space ~
20735 \end_inset
20736
20737 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
20738  normalement pour faire référence à des formules mathématiques, en particulier
20739  quand le mot 
20740 \begin_inset Quotes eld
20741 \end_inset
20742
20743 Équation
20744 \begin_inset Quotes erd
20745 \end_inset
20746
20747  est omis : 
20748 \begin_inset CommandInset ref
20749 LatexCommand eqref
20750 reference "eq:Wgn"
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Description
20758 <page>
20759 \begin_inset space ~
20760 \end_inset
20761
20762 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
20763 \begin_inset space ~
20764 \end_inset
20765
20766
20767 \begin_inset CommandInset ref
20768 LatexCommand pageref
20769 reference "fig:Deux-images-déformées"
20770
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \begin_layout Description
20777 Sur
20778 \begin_inset space ~
20779 \end_inset
20780
20781 la
20782 \begin_inset space ~
20783 \end_inset
20784
20785 page
20786 \begin_inset space ~
20787 \end_inset
20788
20789 <page>
20790 \begin_inset space ~
20791 \end_inset
20792
20793 : affiche le mot 
20794 \begin_inset Quotes eld
20795 \end_inset
20796
20797 page
20798 \begin_inset Quotes erd
20799 \end_inset
20800
20801  suivi du numéro de la page sur laquelle se trouve l'élément : 
20802 \begin_inset CommandInset ref
20803 LatexCommand vpageref
20804 reference "fig:Deux-images-déformées"
20805
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \begin_layout Description
20812 <référence>
20813 \begin_inset space ~
20814 \end_inset
20815
20816 page
20817 \begin_inset space ~
20818 \end_inset
20819
20820 <page>
20821 \begin_inset space ~
20822 \end_inset
20823
20824 : affiche le numéro de l'élément, le mot 
20825 \begin_inset Quotes eld
20826 \end_inset
20827
20828 page
20829 \begin_inset Quotes erd
20830 \end_inset
20831
20832  et le numéro de la page : 
20833 \begin_inset CommandInset ref
20834 LatexCommand vref
20835 reference "fig:Deux-images-déformées"
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Description
20843 Référence
20844 \begin_inset space ~
20845 \end_inset
20846
20847 mise
20848 \begin_inset space ~
20849 \end_inset
20850
20851 en
20852 \begin_inset space ~
20853 \end_inset
20854
20855 forme
20856 \begin_inset space ~
20857 \end_inset
20858
20859 : affiche une référence croisée qui définit son propre format.
20860 \begin_inset Newline newline
20861 \end_inset
20862
20863
20864 \begin_inset Note Greyedout
20865 status open
20866
20867 \begin_layout Plain Layout
20868
20869 \series bold
20870 Note:
20871 \series default
20872  Ce type de référence croisée n'est disponible que si vous avez installé
20873  le paquetage LaTeX 
20874 \series bold
20875 prettyref
20876 \series default
20877  ou 
20878 \series bold
20879 refstyle
20880 \series default
20881
20882 \begin_inset Index idx
20883 status collapsed
20884
20885 \begin_layout Plain Layout
20886 Paquetages LaTeX ! prettyref
20887 \end_layout
20888
20889 \end_inset
20890
20891
20892 \begin_inset Index idx
20893 status collapsed
20894
20895 \begin_layout Plain Layout
20896 Paquetages LaTeX ! refstyle
20897 \end_layout
20898
20899 \end_inset
20900
20901 .
20902 \end_layout
20903
20904 \end_inset
20905
20906
20907 \begin_inset Newline newline
20908 \end_inset
20909
20910 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
20911  fonction en utilisant l'option 
20912 \family sans
20913 Utiliser refstyle (à la place de prettyref) pour les références croisées
20914 \family default
20915  dans le menu 
20916 \family sans
20917 Document\SpecialChar \menuseparator
20918 Paramètres\SpecialChar \menuseparator
20919 Classe de document
20920 \family default
20921 .
20922  Le format est précisé en ajoutant la commande 
20923 \series bold
20924
20925 \backslash
20926 newrefformat
20927 \series default
20928  (prettyref) ou 
20929 \series bold
20930
20931 \backslash
20932 newref
20933 \series default
20934  (refstyle) au préambule du document.
20935  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
20936  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
20937 \begin_inset space ~
20938 \end_inset
20939
20940 :
20941 \begin_inset Newline newline
20942 \end_inset
20943
20944
20945 \series bold
20946
20947 \backslash
20948 newref{fig}{refcmd={Image sur la page 
20949 \backslash
20950 pageref{#1}}}
20951 \series default
20952
20953 \begin_inset Newline newline
20954 \end_inset
20955
20956 Pour plus d'information sur le format, jetez un oeil dur la documentation
20957  du paquetage, 
20958 \begin_inset CommandInset citation
20959 LatexCommand cite
20960 key "prettyref,refstyle"
20961
20962 \end_inset
20963
20964 .
20965 \end_layout
20966
20967 \begin_layout Description
20968 Référence
20969 \begin_inset space ~
20970 \end_inset
20971
20972 textuelle: affiche la légende de la référence
20973 \begin_inset space ~
20974 \end_inset
20975
20976
20977 \begin_inset CommandInset ref
20978 LatexCommand nameref
20979 reference "fig:Deux-images-déformées"
20980
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \begin_layout Standard
20987
20988 \family sans
20989 <page>
20990 \family default
20991  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
20992  précédente, la même page ou la page suivante.
20993  Vous verrez par exemple un texte du genre 
20994 \begin_inset Quotes eld
20995 \end_inset
20996
20997
20998 \family sans
20999 sur cette page
21000 \family default
21001
21002 \begin_inset Quotes erd
21003 \end_inset
21004
21005  à la place.
21006  Le style 
21007 \family sans
21008 <référence>
21009 \begin_inset space ~
21010 \end_inset
21011
21012 page
21013 \begin_inset space ~
21014 \end_inset
21015
21016 <page> 
21017 \family default
21018 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
21019  page.
21020 \end_layout
21021
21022 \begin_layout Standard
21023 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
21024  se trouve sont calculés automatiquement par LaTeX.
21025  Vous choisissez une des six variétés de références dans le champ Format
21026  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
21027  boîte de la référence croisée.
21028 \end_layout
21029
21030 \begin_layout Standard
21031 \begin_inset Note Greyedout
21032 status open
21033
21034 \begin_layout Plain Layout
21035
21036 \series bold
21037 Note:
21038 \series default
21039  L'utilisation du paquetage LaTeX 
21040 \series bold
21041 refstyle
21042 \series default
21043
21044 \begin_inset Index idx
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048 Paquetages LaTeX ! refstyle
21049 \end_layout
21050
21051 \end_inset
21052
21053  est recommendée parce que 
21054 \series bold
21055 prettyref
21056 \series default
21057
21058 \begin_inset Index idx
21059 status collapsed
21060
21061 \begin_layout Plain Layout
21062 Paquetages LaTeX ! prettyref
21063 \end_layout
21064
21065 \end_inset
21066
21067  ne connaît pas tous les raccourcis possibles pour les étiquettes
21068 \begin_inset Foot
21069 status collapsed
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Quotes eld
21073 \end_inset
21074
21075 fig:
21076 \begin_inset Quotes erd
21077 \end_inset
21078
21079  est par exemple le raccourci LyX pour les étiquettes dans les légendes
21080  de figures,.
21081 \end_layout
21082
21083 \end_inset
21084
21085  et n'est pas internationalisé.
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \begin_layout Standard
21094 \begin_inset Note Greyedout
21095 status open
21096
21097 \begin_layout Plain Layout
21098
21099 \series bold
21100 Note:
21101 \series default
21102  Du fait d'un bogue dans la paquetage LaTeX 
21103 \series bold
21104 varioref
21105 \series default
21106  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
21107  si la langue du document est le français.
21108  Pour contourner ce bogue, voir
21109 \begin_inset Newline newline
21110 \end_inset
21111
21112
21113 \begin_inset CommandInset href
21114 LatexCommand href
21115 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21116
21117 \end_inset
21118
21119 .
21120 \end_layout
21121
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \begin_layout Subsection
21128 Nommage automatique des références croisées
21129 \begin_inset Index idx
21130 status collapsed
21131
21132 \begin_layout Plain Layout
21133 References@Références ! Nommage automatique
21134 \end_layout
21135
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \begin_layout Standard
21142 Le paquetage LaTeX 
21143 \series bold
21144 hyperref
21145 \series default
21146
21147 \begin_inset Index idx
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151 Paquetages LaTeX ! hyperref
21152 \end_layout
21153
21154 \end_inset
21155
21156
21157 \series bold
21158
21159 \series default
21160 qui est activé dans la rubrique 
21161 \family sans
21162 Propriétés du PDF
21163 \family default
21164  de la fenêtre de dialogue 
21165 \family sans
21166 Paramètres du document
21167 \family default
21168  fournit une fonction très utile pour automatiser la création des références
21169  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
21170  une section).
21171  Par exemple pour vous éviter de devoir écrire le mot 
21172 \begin_inset Quotes eld
21173 \end_inset
21174
21175 Figure
21176 \begin_inset Quotes erd
21177 \end_inset
21178
21179  devant chaque référence à une figure.
21180  Pour profiter de ce nommage automatique des références croisées, vous devez
21181  activer 
21182 \series bold
21183 hyperref
21184 \series default
21185  et insérer la ligne suivante dans le préambule du document :
21186 \end_layout
21187
21188 \begin_layout Standard
21189
21190 \series bold
21191
21192 \backslash
21193 AtBeginDocument{
21194 \backslash
21195 renewcommand{
21196 \backslash
21197 ref}[1]{
21198 \backslash
21199 mbox{
21200 \backslash
21201 autoref{#1}}}}
21202 \end_layout
21203
21204 \begin_layout Standard
21205 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
21206  défaut, par exemple vous préférez le nom 
21207 \begin_inset Quotes eld
21208 \end_inset
21209
21210 sec.
21211 \begin_inset space \thinspace{}
21212 \end_inset
21213
21214
21215 \begin_inset Quotes eld
21216 \end_inset
21217
21218  plutôt que 
21219 \begin_inset Quotes eld
21220 \end_inset
21221
21222 section
21223 \begin_inset Quotes erd
21224 \end_inset
21225
21226 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
21227 \end_layout
21228
21229 \begin_layout Standard
21230
21231 \series bold
21232
21233 \backslash
21234 addto
21235 \backslash
21236 extrasenglish{
21237 \backslash
21238 renewcommand{
21239 \backslash
21240 sectionautorefname}
21241 \begin_inset Newline newline
21242 \end_inset
21243
21244
21245 \begin_inset Phantom HPhantom
21246 status open
21247
21248 \begin_layout Plain Layout
21249
21250 \series bold
21251 \begin_inset space ~
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258
21259 {sec.
21260 \backslash
21261 negthinspace}}
21262 \end_layout
21263
21264 \begin_layout Standard
21265 Si vous utilisez une autre langue que l'anglais, remplacez 
21266 \series bold
21267
21268 \backslash
21269 extrasenglish
21270 \series default
21271  par 
21272 \series bold
21273
21274 \backslash
21275 extras***
21276 \series default
21277 , où *** est le nom de la langue que vous utilisez.
21278
21279 \series bold
21280  
21281 \end_layout
21282
21283 \begin_layout Standard
21284 Pour avoir des noms automatiques, mais pas pour certains types de références,
21285  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
21286 \end_layout
21287
21288 \begin_layout Standard
21289
21290 \series bold
21291
21292 \backslash
21293 newlength{
21294 \backslash
21295 abc}
21296 \begin_inset Newline newline
21297 \end_inset
21298
21299
21300 \backslash
21301 settowidth{
21302 \backslash
21303 abc}{
21304 \backslash
21305 space}
21306 \begin_inset Newline newline
21307 \end_inset
21308
21309
21310 \backslash
21311 addto
21312 \backslash
21313 extrasenglish{
21314 \backslash
21315 renewcommand{
21316 \backslash
21317 equationautorefname}
21318 \begin_inset Newline newline
21319 \end_inset
21320
21321
21322 \begin_inset Phantom HPhantom
21323 status open
21324
21325 \begin_layout Plain Layout
21326
21327 \series bold
21328 \begin_inset space ~
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335
21336 {
21337 \backslash
21338 hspace{-
21339 \backslash
21340 abc}}
21341 \end_layout
21342
21343 \begin_layout Standard
21344 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
21345  de 
21346 \series bold
21347 hyperref
21348 \series default
21349  
21350 \begin_inset CommandInset citation
21351 LatexCommand cite
21352 key "hyperref"
21353
21354 \end_inset
21355
21356 .
21357 \end_layout
21358
21359 \begin_layout Standard
21360 \begin_inset Note Greyedout
21361 status open
21362
21363 \begin_layout Plain Layout
21364
21365 \series bold
21366 Note:
21367 \series default
21368  Le nommage automatique de références ne peut être utilisé si vous avez
21369  choisi le style de référence 
21370 \family sans
21371 Référence
21372 \begin_inset space ~
21373 \end_inset
21374
21375 mise
21376 \begin_inset space ~
21377 \end_inset
21378
21379 en
21380 \begin_inset space ~
21381 \end_inset
21382
21383 forme
21384 \family default
21385  décrit dans la section
21386 \begin_inset space ~
21387 \end_inset
21388
21389
21390 \begin_inset CommandInset ref
21391 LatexCommand ref
21392 reference "sub:Formats-Références-Croisées"
21393
21394 \end_inset
21395
21396 .
21397 \end_layout
21398
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \begin_layout Standard
21405 Le manuel 
21406 \emph on
21407 Math
21408 \emph default
21409  est un exemple dans lequel on a utilisé le référencement automatique.
21410 \end_layout
21411
21412 \begin_layout Subsection
21413 Positionnement des Références 
21414 \begin_inset CommandInset label
21415 LatexCommand label
21416 name "sub:Reference-Position"
21417
21418 \end_inset
21419
21420
21421 \begin_inset Index idx
21422 status collapsed
21423
21424 \begin_layout Plain Layout
21425 References@Références ! Positionnement
21426 \end_layout
21427
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \begin_layout Standard
21434 Si vous utilisez le paquetage 
21435 \series bold
21436 hyperref, 
21437 \series default
21438 qui est activé dans la rubrique 
21439 \family sans
21440 Propriétés du PDF
21441 \family default
21442  de la fenêtre de dialogue 
21443 \family sans
21444 Paramètres du document,
21445 \family default
21446  pour lier vos références croisées dans la sortie finale, vous verrez que
21447  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
21448  l'image.
21449  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
21450  pourrez voir l'image sans faire défiler le texte.
21451  Ce problème vient du fait que le point d'ancrage de la référence se situe
21452  à l'endroit de l'étiquette.
21453  En utilisant le paquetage LaTeX 
21454 \series bold
21455 hypcap
21456 \series default
21457
21458 \begin_inset Index idx
21459 status collapsed
21460
21461 \begin_layout Plain Layout
21462 Paquetages LaTeX ! hypcap
21463 \end_layout
21464
21465 \end_inset
21466
21467 , qui fait partie du paquetage LaTeX 
21468 \series bold
21469 oberdiek
21470 \series default
21471
21472 \begin_inset Index idx
21473 status collapsed
21474
21475 \begin_layout Plain Layout
21476 Paquetages LaTeX ! oberdiek
21477 \end_layout
21478
21479 \end_inset
21480
21481 , le point d'ancrage d'un lien est place en haut du flottant.
21482  Pour utiliser cette fonction avec les flottants de figure, chargez 
21483 \series bold
21484 hypcap
21485 \series default
21486  dans l'entête du document avec la ligne
21487 \end_layout
21488
21489 \begin_layout Standard
21490
21491 \series bold
21492
21493 \backslash
21494 usepackage[figure]{hypcap}
21495 \end_layout
21496
21497 \begin_layout Standard
21498 Vous pouvez aussi utiliser 
21499 \series bold
21500 hypcap
21501 \series default
21502  pour tous les types de flottants, mais ce n'est pas recommandé pour des
21503  raisons de stabilité.
21504  Pour plus d'information, jetez un coup d'œil au manuel d' 
21505 \series bold
21506 hypcap
21507 \series default
21508  
21509 \begin_inset CommandInset citation
21510 LatexCommand cite
21511 key "hypcap"
21512
21513 \end_inset
21514
21515 .
21516 \end_layout
21517
21518 \begin_layout Standard
21519 \begin_inset Note Greyedout
21520 status open
21521
21522 \begin_layout Plain Layout
21523
21524 \series bold
21525 Note:
21526 \series default
21527  
21528 \series bold
21529 hypcap
21530 \series default
21531  n'a aucun effet pour les références à des sous-figures.
21532 \end_layout
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Section
21540 Placement des flottants
21541 \begin_inset CommandInset label
21542 LatexCommand label
21543 name "sec:Placement-flottants"
21544
21545 \end_inset
21546
21547
21548 \begin_inset Index idx
21549 status collapsed
21550
21551 \begin_layout Plain Layout
21552 Flottants ! Placement
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Standard
21561 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
21562  de dialogue 
21563 \family sans
21564 Paramètre
21565 \begin_inset space ~
21566 \end_inset
21567
21568 de
21569 \begin_inset space ~
21570 \end_inset
21571
21572 Flottant
21573 \family default
21574  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
21575  utilise pour déterminer où placer le flottant.
21576 \begin_inset Newline newline
21577 \end_inset
21578
21579 L'option 
21580 \family sans
21581 Plusieurs
21582 \begin_inset space ~
21583 \end_inset
21584
21585 colonnes
21586 \family default
21587  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
21588  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
21589  confiné sur une seule colonne.
21590 \begin_inset Newline newline
21591 \end_inset
21592
21593 L'option 
21594 \family sans
21595 Rotation
21596 \begin_inset space ~
21597 \end_inset
21598
21599 90°
21600 \family default
21601  est utilisée pour faire tourner les flottants, voyez la section
21602 \begin_inset space ~
21603 \end_inset
21604
21605
21606 \begin_inset CommandInset ref
21607 LatexCommand ref
21608 reference "sec:Flottants-renversés"
21609
21610 \end_inset
21611
21612 .
21613 \end_layout
21614
21615 \begin_layout Standard
21616 En désactivant l'option 
21617 \family sans
21618 Utilise
21619 \begin_inset space ~
21620 \end_inset
21621
21622 le
21623 \begin_inset space ~
21624 \end_inset
21625
21626 placement
21627 \begin_inset space ~
21628 \end_inset
21629
21630 par
21631 \begin_inset space ~
21632 \end_inset
21633
21634 défaut
21635 \family default
21636  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
21637  le placement du flottant:
21638 \end_layout
21639
21640 \begin_layout Description
21641 Ici,
21642 \begin_inset space ~
21643 \end_inset
21644
21645 si
21646 \begin_inset space ~
21647 \end_inset
21648
21649 possible: essaie de placer le flottant à la position où il a été inséré
21650  dans LyX
21651 \end_layout
21652
21653 \begin_layout Description
21654 Haut
21655 \begin_inset space ~
21656 \end_inset
21657
21658 de
21659 \begin_inset space ~
21660 \end_inset
21661
21662 la
21663 \begin_inset space ~
21664 \end_inset
21665
21666 page: essaie de placer le flottant en haut de la page courante
21667 \end_layout
21668
21669 \begin_layout Description
21670 Bas
21671 \begin_inset space ~
21672 \end_inset
21673
21674 de
21675 \begin_inset space ~
21676 \end_inset
21677
21678 la
21679 \begin_inset space ~
21680 \end_inset
21681
21682 page: essaie de placer le flottant en bas de la page courante
21683 \end_layout
21684
21685 \begin_layout Description
21686 Page
21687 \begin_inset space ~
21688 \end_inset
21689
21690 de
21691 \begin_inset space ~
21692 \end_inset
21693
21694 flottants: essaie de placer le flottant sur une page à part, éventuellement
21695  avec d'autres flottants 
21696 \end_layout
21697
21698 \begin_layout Standard
21699 LaTeX utilise
21700 \emph on
21701  toujours 
21702 \emph default
21703 les options dans l'ordre donné ci-dessus.
21704  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
21705  d'abord essayer 
21706 \family sans
21707 Ici
21708 \begin_inset space ~
21709 \end_inset
21710
21711 si
21712 \begin_inset space ~
21713 \end_inset
21714
21715 possible
21716 \family default
21717 , ensuite 
21718 \family sans
21719 Haut
21720 \begin_inset space ~
21721 \end_inset
21722
21723 de
21724 \begin_inset space ~
21725 \end_inset
21726
21727 la
21728 \begin_inset space ~
21729 \end_inset
21730
21731 page
21732 \family default
21733 , et ainsi de suite.
21734  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
21735  que vous avez cochées, mais dans l'ordre donné ci-dessus.
21736  Si aucune des quatre options de placement n'est possible, la procédure
21737  est répétée avec la possibilité de mettre les flottant sur la page suivante.
21738 \end_layout
21739
21740 \begin_layout Standard
21741 Implicitement, chaque option a ses propres règles d'application:
21742 \end_layout
21743
21744 \begin_layout Standard
21745
21746 \family sans
21747 Haut
21748 \begin_inset space ~
21749 \end_inset
21750
21751 de
21752 \begin_inset space ~
21753 \end_inset
21754
21755 la
21756 \begin_inset space ~
21757 \end_inset
21758
21759 page
21760 \family default
21761  : seuls les flottants occupant moins de 70% de la page peuvent être placés
21762  en haut de page (
21763 \series bold
21764
21765 \backslash
21766 topfraction
21767 \series default
21768 ).
21769 \end_layout
21770
21771 \begin_layout Standard
21772
21773 \family sans
21774 Bas
21775 \begin_inset space ~
21776 \end_inset
21777
21778 de
21779 \begin_inset space ~
21780 \end_inset
21781
21782 la
21783 \begin_inset space ~
21784 \end_inset
21785
21786 page
21787 \family default
21788  : seuls les flottants occupant moins de 30% de la page peuvent être placés
21789  en bas de page (
21790 \series bold
21791
21792 \backslash
21793 bottomfraction
21794 \series default
21795 ).
21796 \end_layout
21797
21798 \begin_layout Standard
21799
21800 \family sans
21801 Page
21802 \begin_inset space ~
21803 \end_inset
21804
21805 de
21806 \begin_inset space ~
21807 \end_inset
21808
21809 flottants
21810 \family default
21811  : plusieurs flottants peuvent être placés ensembles sur une page seulement
21812  si ils occupent plus de 50% de celle-ci (
21813 \series bold
21814
21815 \backslash
21816 floatpagefraction
21817 \series default
21818 ).
21819 \end_layout
21820
21821 \begin_layout Standard
21822 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
21823  supplémentaire 
21824 \family sans
21825 Ignorer
21826 \begin_inset space ~
21827 \end_inset
21828
21829 les
21830 \begin_inset space ~
21831 \end_inset
21832
21833 règles
21834 \begin_inset space ~
21835 \end_inset
21836
21837 LaTeX
21838 \family default
21839 \lang english
21840 .
21841 \begin_inset Newline newline
21842 \end_inset
21843
21844
21845 \lang french
21846 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
21847  données entre parenthèses après les descriptions des règles données ci-dessus.
21848  Par exemple, pour augmenter à 50
21849 \begin_inset space \thinspace{}
21850 \end_inset
21851
21852 % la valeur de la règle de bas de page dont la valeur implicite est souvent
21853  trop petite, ajoutez cette ligne au préambule de votre document :
21854 \end_layout
21855
21856 \begin_layout Standard
21857
21858 \series bold
21859
21860 \backslash
21861 renewcommand{
21862 \backslash
21863 bottomfraction}{0.5}
21864 \end_layout
21865
21866 \begin_layout Standard
21867 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
21868  exactement à l'endroit où vous l'avez inséré.
21869  dans ce cas utilisez l'option 
21870 \family sans
21871 Ici
21872 \begin_inset space ~
21873 \end_inset
21874
21875 à
21876 \begin_inset space ~
21877 \end_inset
21878
21879 tout
21880 \begin_inset space ~
21881 \end_inset
21882
21883 Prix
21884 \family default
21885 .
21886  Utilisez cette option le moins souvent possible et seulement quand le document
21887  est presque prêt à être imprimé.
21888  En effet, le flottant n'est plus capable de 
21889 \begin_inset Quotes eld
21890 \end_inset
21891
21892 flotter
21893 \begin_inset Quotes erd
21894 \end_inset
21895
21896 , ce qui peut perturber toutes les mises en page.
21897 \end_layout
21898
21899 \begin_layout Standard
21900 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
21901  sont toujours entourés par le texte d'un paragraphe donné.
21902 \begin_inset VSpace bigskip
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \begin_layout Standard
21909 On peut parfois se trouver dans la situation où un flottant est placé en
21910  haut d'une page alors que la section concernée ne commence qu'au milieu
21911  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
21912  la section précédente.
21913  On peut utiliser la commande LaTeX 
21914 \series bold
21915
21916 \backslash
21917 suppressfloats
21918 \series default
21919  pour éviter ce cas.
21920  Elle empêche le placement d'un flottant donné dans la page dans laquelle
21921  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
21922  soit placé avant que la section commence.
21923  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
21924  votre document :
21925 \end_layout
21926
21927 \begin_layout Standard
21928
21929 \series bold
21930
21931 \backslash
21932 let
21933 \backslash
21934 mySection
21935 \backslash
21936 section
21937 \begin_inset Newline newline
21938 \end_inset
21939
21940
21941 \backslash
21942 renewcommand{
21943 \backslash
21944 section}{
21945 \backslash
21946 suppressfloats[t]
21947 \backslash
21948 mySection}
21949 \end_layout
21950
21951 \begin_layout Standard
21952 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
21953  comme les chapitres et les sous-sections.
21954  Il n'est pas recommandé d'utiliser cette définition avec des portions de
21955  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
21956  ensuite avoir du mal à trouver un positionnement correct.
21957 \end_layout
21958
21959 \begin_layout Standard
21960 \begin_inset VSpace bigskip
21961 \end_inset
21962
21963 Dans certains cas il est demandé de placer toutes les figures et tous les
21964  tableaux à la fin du document.
21965  C'est pour de telles situations que le paquetage LaTeX 
21966 \series bold
21967 endfloat
21968 \series default
21969
21970 \begin_inset Index idx
21971 status collapsed
21972
21973 \begin_layout Plain Layout
21974 Paquetages LaTeX ! endfloat
21975 \end_layout
21976
21977 \end_inset
21978
21979  a été développé.
21980  Il met en effet tous les flottants de figures et de tableaux à la fin du
21981  document dans leurs propres sections.
21982  À la position d'origine du flottant, une indication textuelle du genre
21983  
21984 \begin_inset Quotes eld
21985 \end_inset
21986
21987
21988 \family sans
21989 [Figure
21990 \begin_inset space ~
21991 \end_inset
21992
21993 3.2 
21994 \lang english
21995 about here.
21996 \lang french
21997 ]
21998 \family default
21999
22000 \begin_inset Quotes erd
22001 \end_inset
22002
22003  est insérée.
22004  Le paquetage 
22005 \series bold
22006 endfloat
22007 \series default
22008  est chargé dans le préambule avec la ligne suivante 
22009 \end_layout
22010
22011 \begin_layout Standard
22012
22013 \series bold
22014
22015 \backslash
22016 usepackage[options]{endfloat}
22017 \end_layout
22018
22019 \begin_layout Standard
22020 Il y a aussi de nombreuses options de paquetage pour modifier le format
22021  des sections de figures ou de tableau qui sont créées.
22022  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
22023  
22024 \series bold
22025 endfloa
22026 \series default
22027
22028 \begin_inset CommandInset citation
22029 LatexCommand cite
22030 key "endfloat"
22031
22032 \end_inset
22033
22034 .
22035 \begin_inset Newline newline
22036 \end_inset
22037
22038
22039 \begin_inset Note Greyedout
22040 status open
22041
22042 \begin_layout Plain Layout
22043
22044 \series bold
22045 Note: endfloat
22046 \series default
22047  ne fournit pas de traduction automatique de l'indication textuelle, vous
22048  devez donc le faire manuellement, voyez la section
22049 \begin_inset space ~
22050 \end_inset
22051
22052 4 de 
22053 \begin_inset CommandInset citation
22054 LatexCommand cite
22055 key "endfloat"
22056
22057 \end_inset
22058
22059 .
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \begin_inset Newline newline
22066 \end_inset
22067
22068
22069 \begin_inset Note Greyedout
22070 status open
22071
22072 \begin_layout Plain Layout
22073
22074 \series bold
22075 Note:
22076 \series default
22077  Il y a actuellement un bug dans le paquetage 
22078 \series bold
22079 endfloat
22080 \series default
22081  quand la légende contient un 
22082 \begin_inset Quotes eld
22083 \end_inset
22084
22085 ß
22086 \begin_inset Quotes erd
22087 \end_inset
22088
22089  allemand.
22090  Utilisez dans ce cas la commande 
22091 \begin_inset Quotes eld
22092 \end_inset
22093
22094
22095 \series bold
22096
22097 \backslash
22098 ss
22099 \series default
22100
22101 \begin_inset Quotes erd
22102 \end_inset
22103
22104  en code TeX à la place du 
22105 \begin_inset Quotes eld
22106 \end_inset
22107
22108 ß
22109 \begin_inset Quotes erd
22110 \end_inset
22111
22112 .
22113 \end_layout
22114
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Standard
22121 \begin_inset VSpace bigskip
22122 \end_inset
22123
22124 Pour plus d'information sur les manières de placer les flottants, jetez
22125  un coup d'œil aux livres sur LaTeX, 
22126 \begin_inset CommandInset citation
22127 LatexCommand cite
22128 key "latexcompanion,latexguide,latexbook"
22129
22130 \end_inset
22131
22132 .
22133 \end_layout
22134
22135 \begin_layout Section
22136 Flottants Renversés
22137 \begin_inset CommandInset label
22138 LatexCommand label
22139 name "sec:Flottants-renversés"
22140
22141 \end_inset
22142
22143
22144 \begin_inset Index idx
22145 status collapsed
22146
22147 \begin_layout Plain Layout
22148 Flottants ! Renversés
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \end_layout
22155
22156 \begin_layout Standard
22157 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
22158  tableaux très larges.
22159  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
22160  un clic droit sur la boîte du flottant et utilisez l'option 
22161 \family sans
22162 Rotation
22163 \begin_inset space ~
22164 \end_inset
22165
22166 90°
22167 \family default
22168 .
22169 \end_layout
22170
22171 \begin_layout Standard
22172 Les flottants renversés sont systématiquement placés sur leur propre page
22173  ( ou colonne, si vous avez un document sur deux colonnes ).
22174  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
22175  
22176 \family sans
22177 Plusieurs
22178 \begin_inset space ~
22179 \end_inset
22180
22181 colonnes
22182 \family default
22183  dans les paramètres du flottant.
22184  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
22185  du côté de la marge externe.
22186  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
22187  ajouter soit l'option 
22188 \series bold
22189 figuresleft
22190 \series default
22191  soit l'option 
22192 \series bold
22193 figuresright
22194 \series default
22195  aux options de la classe de document.
22196 \end_layout
22197
22198 \begin_layout Standard
22199 Faire référence à un flottant renversé se fait de la même manière que pour
22200  un flottant normal, la mise en forme de la légende est aussi identique
22201  : Le tableau
22202 \begin_inset space ~
22203 \end_inset
22204
22205
22206 \begin_inset CommandInset ref
22207 LatexCommand ref
22208 reference "tab:Tableau-pivoté"
22209
22210 \end_inset
22211
22212  est un exemple de flottant de tableau renversé.
22213 \end_layout
22214
22215 \begin_layout Standard
22216 \begin_inset Note Greyedout
22217 status open
22218
22219 \begin_layout Plain Layout
22220
22221 \series bold
22222 Note:
22223 \series default
22224  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
22225  DVI.
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset Float table
22235 wide false
22236 sideways true
22237 status open
22238
22239 \begin_layout Plain Layout
22240 \begin_inset Caption
22241
22242 \begin_layout Plain Layout
22243 \begin_inset CommandInset label
22244 LatexCommand label
22245 name "tab:Tableau-pivoté"
22246
22247 \end_inset
22248
22249  Tableau pivoté
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \begin_layout Plain Layout
22258 \align center
22259 \begin_inset Tabular
22260 <lyxtabular version="3" rows="1" columns="5">
22261 <features tabularvalignment="middle">
22262 <column alignment="center" valignment="top" width="0">
22263 <column alignment="center" valignment="top" width="0">
22264 <column alignment="center" valignment="top" width="0">
22265 <column alignment="center" valignment="top" width="0">
22266 <column alignment="center" valignment="top" width="0">
22267 <row>
22268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 test
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 b
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290 c
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 d
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 e
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 </lyxtabular>
22315
22316 \end_inset
22317
22318
22319 \end_layout
22320
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \begin_layout Section
22327 Sous-flottants
22328 \begin_inset Index idx
22329 status collapsed
22330
22331 \begin_layout Plain Layout
22332 Flottants ! Sous-flottants
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \begin_layout Standard
22341 Un exemple de sous-flottant : une figure composée de plusieurs images.
22342  On les crée en insérant un flottant dans un flottant existant.
22343  Le positionnement des sous-flottants peut être contrôlé comme pour les
22344  paragraphes comme on le voit avec les tableaux
22345 \begin_inset space ~
22346 \end_inset
22347
22348
22349 \begin_inset CommandInset ref
22350 LatexCommand ref
22351 reference "tab:Deux-sous-tableaux-cote-a-cote"
22352
22353 \end_inset
22354
22355  et 
22356 \begin_inset CommandInset ref
22357 LatexCommand ref
22358 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22359
22360 \end_inset
22361
22362 .
22363 \end_layout
22364
22365 \begin_layout Standard
22366 On fait référence à des sous-flottants comme on le ferait avec des flottants
22367  normaux : Les tableaux
22368 \begin_inset space ~
22369 \end_inset
22370
22371
22372 \begin_inset CommandInset ref
22373 LatexCommand ref
22374 reference "tab:Le-sous-tableau-a"
22375
22376 \end_inset
22377
22378  et 
22379 \begin_inset CommandInset ref
22380 LatexCommand ref
22381 reference "tab:Le-sous-tableau-b"
22382
22383 \end_inset
22384
22385  sont des sous-tableaux du tableau
22386 \begin_inset space ~
22387 \end_inset
22388
22389
22390 \begin_inset CommandInset ref
22391 LatexCommand ref
22392 reference "tab:Deux-sous-tableaux-cote-a-cote"
22393
22394 \end_inset
22395
22396 .
22397 \end_layout
22398
22399 \begin_layout Standard
22400 \begin_inset Float table
22401 wide false
22402 sideways false
22403 status open
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Caption
22407
22408 \begin_layout Plain Layout
22409 \begin_inset CommandInset label
22410 LatexCommand label
22411 name "tab:Deux-sous-tableaux-cote-a-cote"
22412
22413 \end_inset
22414
22415 Deux sous-tableaux placés côte-à-côte.
22416 \end_layout
22417
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \begin_layout Plain Layout
22424 \align center
22425 \begin_inset space \hfill{}
22426 \end_inset
22427
22428
22429 \begin_inset Float table
22430 wide false
22431 sideways false
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435 \begin_inset Caption
22436
22437 \begin_layout Plain Layout
22438 \begin_inset CommandInset label
22439 LatexCommand label
22440 name "tab:Le-sous-tableau-a"
22441
22442 \end_inset
22443
22444 Le sous-tableau a
22445 \end_layout
22446
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \begin_layout Plain Layout
22453 \align center
22454 \begin_inset Tabular
22455 <lyxtabular version="3" rows="1" columns="5">
22456 <features tabularvalignment="middle">
22457 <column alignment="center" valignment="top" width="0">
22458 <column alignment="center" valignment="top" width="0">
22459 <column alignment="center" valignment="top" width="0">
22460 <column alignment="center" valignment="top" width="0">
22461 <column alignment="center" valignment="top" width="0">
22462 <row>
22463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 test
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 b
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 c
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 d
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503 e
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 </lyxtabular>
22510
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517
22518
22519 \begin_inset space \hfill{}
22520 \end_inset
22521
22522
22523 \begin_inset Float table
22524 wide false
22525 sideways false
22526 status collapsed
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Caption
22530
22531 \begin_layout Plain Layout
22532 \begin_inset CommandInset label
22533 LatexCommand label
22534 name "tab:Le-sous-tableau-b"
22535
22536 \end_inset
22537
22538 Le sous-tableau b.
22539 \end_layout
22540
22541 \end_inset
22542
22543
22544 \end_layout
22545
22546 \begin_layout Plain Layout
22547 \align center
22548 \begin_inset Tabular
22549 <lyxtabular version="3" rows="1" columns="5">
22550 <features tabularvalignment="middle">
22551 <column alignment="center" valignment="top" width="0">
22552 <column alignment="center" valignment="top" width="0">
22553 <column alignment="center" valignment="top" width="0">
22554 <column alignment="center" valignment="top" width="0">
22555 <column alignment="center" valignment="top" width="0">
22556 <row>
22557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 e
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 d
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 c
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 b
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 test
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 </row>
22603 </lyxtabular>
22604
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \end_inset
22611
22612
22613 \begin_inset space \hfill{}
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \begin_layout Standard
22625 \begin_inset Float table
22626 wide false
22627 sideways false
22628 status open
22629
22630 \begin_layout Plain Layout
22631 \begin_inset Caption
22632
22633 \begin_layout Plain Layout
22634 \begin_inset CommandInset label
22635 LatexCommand label
22636 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
22637
22638 \end_inset
22639
22640 Deux sous-tableaux placés l'un sur l'autre.
22641  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \begin_layout Plain Layout
22650 \align center
22651 \begin_inset Float table
22652 wide false
22653 sideways false
22654 status collapsed
22655
22656 \begin_layout Plain Layout
22657 \begin_inset Caption
22658
22659 \begin_layout Plain Layout
22660
22661 \end_layout
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \begin_layout Plain Layout
22669 \align center
22670 \begin_inset Tabular
22671 <lyxtabular version="3" rows="1" columns="4">
22672 <features tabularvalignment="middle">
22673 <column alignment="center" valignment="top" width="0">
22674 <column alignment="center" valignment="top" width="0">
22675 <column alignment="center" valignment="top" width="0">
22676 <column alignment="center" valignment="top" width="0">
22677 <row>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 test
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 test
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 test
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 test
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 </lyxtabular>
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \begin_layout Plain Layout
22728 \align center
22729 \begin_inset Float table
22730 wide false
22731 sideways false
22732 status collapsed
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Caption
22736
22737 \begin_layout Plain Layout
22738
22739 \end_layout
22740
22741 \end_inset
22742
22743
22744 \end_layout
22745
22746 \begin_layout Plain Layout
22747 \align center
22748 \begin_inset Tabular
22749 <lyxtabular version="3" rows="1" columns="5">
22750 <features tabularvalignment="middle">
22751 <column alignment="center" valignment="top" width="0">
22752 <column alignment="center" valignment="top" width="0">
22753 <column alignment="center" valignment="top" width="0">
22754 <column alignment="center" valignment="top" width="0">
22755 <column alignment="center" valignment="top" width="0">
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 a
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770 b
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 c
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
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 d
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797 e
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 </row>
22803 </lyxtabular>
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \begin_layout Section
22821 Flottants côte-à-côte
22822 \begin_inset Index idx
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826 Flottants ! côte-à-côte
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \begin_layout Standard
22835 Pour placer des flottants côte-à-côte, comme pour la figure
22836 \begin_inset space ~
22837 \end_inset
22838
22839
22840 \begin_inset CommandInset ref
22841 LatexCommand ref
22842 reference "fig:Flottant-gauche"
22843
22844 \end_inset
22845
22846  et 
22847 \begin_inset CommandInset ref
22848 LatexCommand ref
22849 reference "fig:Flottant-droit"
22850
22851 \end_inset
22852
22853 , on n'utilise 
22854 \emph on
22855 qu'un seul 
22856 \emph default
22857 flottant.
22858  On y insère deux boîtes de minipages.
22859 \begin_inset Foot
22860 status collapsed
22861
22862 \begin_layout Plain Layout
22863 Les minipages sont décrites dans la section
22864 \begin_inset space ~
22865 \end_inset
22866
22867
22868 \begin_inset CommandInset ref
22869 LatexCommand ref
22870 reference "sec:Minipages"
22871
22872 \end_inset
22873
22874 .
22875 \end_layout
22876
22877 \end_inset
22878
22879  La largeur est mise à 45
22880 \begin_inset space \thinspace{}
22881 \end_inset
22882
22883 -50
22884 \begin_inset space \thinspace{}
22885 \end_inset
22886
22887 column% et l'alignement de la boîte à 
22888 \family sans
22889 Bas
22890 \family default
22891  pour chaque minipage.
22892  Les boîtes minipages contiennent l'image et la légende exactement comme
22893  avec un flottant.
22894  La seule différence est que l'unité de longueur 
22895 \family sans
22896 Largeur
22897 \begin_inset space ~
22898 \end_inset
22899
22900 colonne
22901 \begin_inset space ~
22902 \end_inset
22903
22904 %
22905 \family default
22906  utilisée pour l'image est maintenant définie par rapport à la largeur des
22907  boîtes minipages.
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \begin_inset Float figure
22912 wide false
22913 sideways false
22914 status open
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Box Frameless
22918 position "b"
22919 hor_pos "c"
22920 has_inner_box 1
22921 inner_pos "t"
22922 use_parbox 0
22923 use_makebox 0
22924 width "45col%"
22925 special "none"
22926 height "1in"
22927 height_special "totalheight"
22928 status open
22929
22930 \begin_layout Plain Layout
22931 \align center
22932 \begin_inset Graphics
22933         filename ../clipart/mobius.eps
22934         lyxscale 50
22935         width 100col%
22936         scaleBeforeRotation
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Caption
22945
22946 \begin_layout Plain Layout
22947 \begin_inset CommandInset label
22948 LatexCommand label
22949 name "fig:Flottant-gauche"
22950
22951 \end_inset
22952
22953 Flottant du côté gauche.
22954 \end_layout
22955
22956 \end_inset
22957
22958
22959 \end_layout
22960
22961 \end_inset
22962
22963
22964 \begin_inset space \hfill{}
22965 \end_inset
22966
22967
22968 \begin_inset Box Frameless
22969 position "b"
22970 hor_pos "c"
22971 has_inner_box 1
22972 inner_pos "t"
22973 use_parbox 0
22974 use_makebox 0
22975 width "45col%"
22976 special "none"
22977 height "1in"
22978 height_special "totalheight"
22979 status open
22980
22981 \begin_layout Plain Layout
22982 \align center
22983 \begin_inset Graphics
22984         filename ../clipart/platypus.eps
22985         lyxscale 50
22986         width 100col%
22987         scaleBeforeRotation
22988
22989 \end_inset
22990
22991
22992 \end_layout
22993
22994 \begin_layout Plain Layout
22995 \begin_inset Caption
22996
22997 \begin_layout Plain Layout
22998 \begin_inset CommandInset label
22999 LatexCommand label
23000 name "fig:Flottant-droit"
23001
23002 \end_inset
23003
23004 Flottant du côté droit.
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \end_layout
23021
23022 \begin_layout Section
23023 Mise en Forme de la Légende
23024 \begin_inset Index idx
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028 Légende ! Mise en forme
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \begin_inset Index idx
23035 status collapsed
23036
23037 \begin_layout Plain Layout
23038 Flottants ! Mise en forme de la Légende
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \begin_inset CommandInset label
23045 LatexCommand label
23046 name "sec:Formatage-légende"
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \begin_layout Standard
23054 L'environnement 
23055 \family sans
23056 Légende
23057 \family default
23058  est l'environnement de paragraphe implicite pour les 
23059 \family sans
23060 flottants
23061 \family default
23062 .
23063  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
23064  par exemple 
23065 \begin_inset Quotes eld
23066 \end_inset
23067
23068
23069 \family sans
23070 Figure #:
23071 \family default
23072
23073 \begin_inset Quotes erd
23074 \end_inset
23075
23076  suivi par le texte de la légende.
23077  Le 
23078 \begin_inset Quotes eld
23079 \end_inset
23080
23081 #
23082 \begin_inset Quotes erd
23083 \end_inset
23084
23085  étant remplacé par le numéro de référence réel.
23086  implicitement l'étiquette et le numéro sont dans la même police de caractères
23087  que le texte de la légende et deux points suivent le numéro pour séparer
23088  l'étiquette du texte.
23089  Ce format de légende n'est pas forcément adapté à tous les types de documents.
23090 \end_layout
23091
23092 \begin_layout Standard
23093 Pour modifier le format implicite des légendes, il faut charger le paquetage
23094  LaTeX 
23095 \series bold
23096 caption
23097 \series default
23098
23099 \begin_inset Index idx
23100 status collapsed
23101
23102 \begin_layout Plain Layout
23103 Paquetages LaTeX ! caption
23104 \end_layout
23105
23106 \end_inset
23107
23108  dans le préambule de votre document avec la ligne suivante :
23109 \end_layout
23110
23111 \begin_layout Standard
23112
23113 \series bold
23114
23115 \backslash
23116 usepackage[format definition]{caption}
23117 \end_layout
23118
23119 \begin_layout Standard
23120 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
23121  grasse et les légendes de tableau toujours au dessus des tableaux, comme
23122  dans ce document, utilisez les commandes suivantes :
23123 \end_layout
23124
23125 \begin_layout Standard
23126
23127 \series bold
23128
23129 \backslash
23130 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23131 \end_layout
23132
23133 \begin_layout Standard
23134 Vous pouvez aussi définir des formats de légendes différents pour les différents
23135  types de flottants.
23136  Dans ce cas chargez le paquetage 
23137 \series bold
23138 caption 
23139 \series default
23140 sans option de format spécifique et définissez les différents formats à
23141  l'aide de la commande 
23142 \end_layout
23143
23144 \begin_layout Standard
23145
23146 \series bold
23147
23148 \backslash
23149 captionsetup[type de flottant]{définition du format}
23150 \end_layout
23151
23152 \begin_layout Standard
23153 dans le préambule du document.
23154  Par exemple les formats de légende de la Figure
23155 \begin_inset space ~
23156 \end_inset
23157
23158
23159 \begin_inset CommandInset ref
23160 LatexCommand ref
23161 reference "fig:Legende-de-fig"
23162
23163 \end_inset
23164
23165  et du Tableau
23166 \begin_inset space ~
23167 \end_inset
23168
23169
23170 \begin_inset CommandInset ref
23171 LatexCommand ref
23172 reference "tab:Légende-de-tab"
23173
23174 \end_inset
23175
23176  peuvent être créés en utilisant les commandes suivantes dans le préambule
23177  :
23178 \end_layout
23179
23180 \begin_layout Standard
23181
23182 \series bold
23183
23184 \backslash
23185 usepackage[tableposition=top]{caption}
23186 \series default
23187
23188 \begin_inset Newline newline
23189 \end_inset
23190
23191
23192 \series bold
23193
23194 \backslash
23195 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23196 \begin_inset Newline newline
23197 \end_inset
23198
23199
23200 \begin_inset Phantom HPhantom
23201 status open
23202
23203 \begin_layout Plain Layout
23204
23205 \series bold
23206
23207 \backslash
23208 captionsetup[figure]{
23209 \end_layout
23210
23211 \end_inset
23212
23213 labelsep=period}
23214 \begin_inset Newline newline
23215 \end_inset
23216
23217
23218 \backslash
23219 captionsetup[table]{labelfont={bf,sf}}
23220 \end_layout
23221
23222 \begin_layout Standard
23223 \begin_inset Note Greyedout
23224 status open
23225
23226 \begin_layout Plain Layout
23227
23228 \series bold
23229 Note:
23230 \series default
23231  L'option 
23232 \series bold
23233 tableposition=top
23234 \series default
23235  n'a pas d'effet quand on utilise un document de classe 
23236 \series bold
23237 KOMA-Script
23238 \series default
23239
23240 \begin_inset Index idx
23241 status collapsed
23242
23243 \begin_layout Plain Layout
23244 Paquetages LaTeX ! KOMA-Script
23245 \end_layout
23246
23247 \end_inset
23248
23249 .
23250  Dans ce cas on doit utiliser l'option 
23251 \series bold
23252 captions=tableheading
23253 \series default
23254  de la classe de document.
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Standard
23263 Pour plus d'information sur le paquetage 
23264 \series bold
23265 caption
23266 \series default
23267  nous vous renvoyons à sa documentation 
23268 \begin_inset CommandInset citation
23269 LatexCommand cite
23270 key "caption"
23271
23272 \end_inset
23273
23274 .
23275 \end_layout
23276
23277 \begin_layout Standard
23278 Pour changer le nom de l'étiquette, par exemple de 
23279 \begin_inset Quotes eld
23280 \end_inset
23281
23282 Figure
23283 \begin_inset Quotes erd
23284 \end_inset
23285
23286  à 
23287 \begin_inset Quotes eld
23288 \end_inset
23289
23290 Image
23291 \begin_inset Quotes erd
23292 \end_inset
23293
23294 , utilisez la commande suivante dans le préambule :
23295 \end_layout
23296
23297 \begin_layout Standard
23298
23299 \series bold
23300
23301 \backslash
23302 renewcommand{
23303 \backslash
23304 fnum@figure}{Image~
23305 \backslash
23306 thefigure}
23307 \end_layout
23308
23309 \begin_layout Standard
23310 où 
23311 \series bold
23312
23313 \backslash
23314 thefigure
23315 \series default
23316  insère le numéro de la figure et
23317 \series bold
23318  
23319 \begin_inset Quotes eld
23320 \end_inset
23321
23322 ~
23323 \series default
23324
23325 \begin_inset Quotes erd
23326 \end_inset
23327
23328  ajoute une espace insécable.
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \begin_inset VSpace bigskip
23333 \end_inset
23334
23335 Si vous utilisez un document de classe 
23336 \series bold
23337 KOMA-Script
23338 \series default
23339
23340 \begin_inset Index idx
23341 status collapsed
23342
23343 \begin_layout Plain Layout
23344 Paquetages LaTeX ! KOMA-Script
23345 \end_layout
23346
23347 \end_inset
23348
23349  (
23350 \family sans
23351 article (KOMA-Script)
23352 \family default
23353
23354 \family sans
23355 book (KOMA-Script)
23356 \family default
23357
23358 \family sans
23359 letter (KOMA-Script)
23360 \family default
23361 , ou 
23362 \family sans
23363 report (KOMA-Script)
23364 \family default
23365
23366 \begin_inset space \thinspace{}
23367 \end_inset
23368
23369 ), Vous pouvez utiliser la commande incorporée 
23370 \series bold
23371
23372 \backslash
23373 setkomafont 
23374 \series default
23375 du paquetage
23376 \series bold
23377  KOMA-Script 
23378 \series default
23379 à la place du paquetage
23380 \series bold
23381  caption.
23382  
23383 \series default
23384 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
23385  suivante au préambule de votre document :
23386 \end_layout
23387
23388 \begin_layout Standard
23389
23390 \series bold
23391
23392 \backslash
23393 setkomafont{captionlabel}{
23394 \backslash
23395 bfseries}
23396 \end_layout
23397
23398 \begin_layout Standard
23399 Pour plus d'information au sujet de 
23400 \series bold
23401
23402 \backslash
23403 setkomafont
23404 \series default
23405  nous vous renvoyons à la documentation du paquetage 
23406 \series bold
23407 KOMA-Script
23408 \series default
23409  
23410 \begin_inset CommandInset citation
23411 LatexCommand cite
23412 key "KOMA-Script"
23413
23414 \end_inset
23415
23416 .
23417 \end_layout
23418
23419 \begin_layout Standard
23420 \begin_inset ERT
23421 status collapsed
23422
23423 \begin_layout Plain Layout
23424
23425
23426 \backslash
23427 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23428 }
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \begin_inset Note Note
23435 status open
23436
23437 \begin_layout Plain Layout
23438 Le format de la légende n'est modifié que pour cet exemple.
23439 \end_layout
23440
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \begin_layout Standard
23447 \begin_inset Float figure
23448 placement !p
23449 wide false
23450 sideways false
23451 status open
23452
23453 \begin_layout Plain Layout
23454 \align center
23455 \begin_inset Graphics
23456         filename ../clipart/mobius.eps
23457         lyxscale 50
23458         scale 50
23459         scaleBeforeRotation
23460
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \begin_layout Plain Layout
23467 \begin_inset Caption
23468
23469 \begin_layout Plain Layout
23470 \begin_inset CommandInset label
23471 LatexCommand label
23472 name "fig:Legende-de-fig"
23473
23474 \end_inset
23475
23476 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
23477  pour montrer les différents types de formats de légendes.
23478  Ici on a utilisé un format de légende personnalisé.
23479 \end_layout
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset ERT
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496
23497
23498 \backslash
23499 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23500 on}
23501 \end_layout
23502
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \begin_layout Standard
23509 \begin_inset Float table
23510 placement !p
23511 wide false
23512 sideways false
23513 status open
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Caption
23517
23518 \begin_layout Plain Layout
23519 \begin_inset CommandInset label
23520 LatexCommand label
23521 name "tab:Légende-de-tab"
23522
23523 \end_inset
23524
23525 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
23526  pour montrer les différents types de formats de légendes.
23527  Ici on a utilisé le format de légende implicite.
23528 \end_layout
23529
23530 \end_inset
23531
23532
23533 \end_layout
23534
23535 \begin_layout Plain Layout
23536 \align center
23537 \begin_inset Tabular
23538 <lyxtabular version="3" rows="1" columns="5">
23539 <features tabularvalignment="middle">
23540 <column alignment="center" valignment="top" width="0">
23541 <column alignment="center" valignment="top" width="0">
23542 <column alignment="center" valignment="top" width="0">
23543 <column alignment="center" valignment="top" width="0">
23544 <column alignment="center" valignment="top" width="0">
23545 <row>
23546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 a
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 b
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 c
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 d
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 e
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 </lyxtabular>
23593
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \begin_layout Section
23605 Positionnement de la Légende
23606 \begin_inset Index idx
23607 status collapsed
23608
23609 \begin_layout Plain Layout
23610 Légende ! Placement
23611 \end_layout
23612
23613 \end_inset
23614
23615
23616 \begin_inset Index idx
23617 status collapsed
23618
23619 \begin_layout Plain Layout
23620 Flottants ! Placement de la légende
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \begin_inset CommandInset label
23627 LatexCommand label
23628 name "sec:Placement-légende"
23629
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \begin_layout Standard
23636 La règle habituelle pour placer la légende est :
23637 \end_layout
23638
23639 \begin_layout Description
23640 Figure
23641 \begin_inset space ~
23642 \end_inset
23643
23644 : La légende est placée en dessous de la figure
23645 \end_layout
23646
23647 \begin_layout Description
23648 Tableau
23649 \begin_inset space ~
23650 \end_inset
23651
23652 : La légende est placée au dessus du tableau
23653 \end_layout
23654
23655 \begin_layout Standard
23656 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
23657  au dessus des tableaux.
23658  Ce qui fait que si vous utilisez une des classes de document 
23659 \family sans
23660 article
23661 \family default
23662
23663 \family sans
23664 book
23665 \family default
23666
23667 \family sans
23668 letter
23669 \family default
23670 , ou 
23671 \family sans
23672 report
23673 \family default
23674  il n'y aura pas d'espace libre entre la légende et le tableau.
23675  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
23676  de chargement du paquetage LaTeX 
23677 \series bold
23678 caption
23679 \series default
23680  dans le préambule de votre document
23681 \begin_inset Foot
23682 status open
23683
23684 \begin_layout Plain Layout
23685 Voir la section
23686 \begin_inset space ~
23687 \end_inset
23688
23689
23690 \begin_inset CommandInset ref
23691 LatexCommand ref
23692 reference "sec:Formatage-légende"
23693
23694 \end_inset
23695
23696  pour plus d'information sur le paquetage 
23697 \series bold
23698 caption
23699 \series default
23700 .
23701 \end_layout
23702
23703 \end_inset
23704
23705 :
23706 \end_layout
23707
23708 \begin_layout Standard
23709
23710 \series bold
23711 tableposition=top
23712 \end_layout
23713
23714 \begin_layout Standard
23715 Si vous utilisez une classe de document 
23716 \series bold
23717 KOMA-Script
23718 \series default
23719
23720 \begin_inset Index idx
23721 status collapsed
23722
23723 \begin_layout Plain Layout
23724 Paquetages LaTeX ! KOMA-Script
23725 \end_layout
23726
23727 \end_inset
23728
23729  (
23730 \family sans
23731 article (KOMA-Script)
23732 \family default
23733
23734 \family sans
23735 book (KOMA-Script)
23736 \family default
23737
23738 \family sans
23739 letter (KOMA-Script)
23740 \family default
23741 , ou 
23742 \family sans
23743 report (KOMA-Script)
23744 \family default
23745
23746 \begin_inset space \thinspace{}
23747 \end_inset
23748
23749 ), vous pouvez utiliser à la place du paquetage 
23750 \series bold
23751 caption
23752 \series default
23753  l'option 
23754 \series bold
23755 captions=tableheading
23756 \series default
23757  de la classe de document.
23758 \end_layout
23759
23760 \begin_layout Standard
23761 \begin_inset VSpace bigskip
23762 \end_inset
23763
23764 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
23765  Pour cela, vous devez charger le paquetage LaTeX 
23766 \series bold
23767 sidecap
23768 \series default
23769
23770 \begin_inset Index idx
23771 status collapsed
23772
23773 \begin_layout Plain Layout
23774 Paquetages LaTeX ! sidecap
23775 \end_layout
23776
23777 \end_inset
23778
23779  dans le préambule de votre document avec la ligne de commande suivante
23780 \end_layout
23781
23782 \begin_layout Standard
23783
23784 \series bold
23785
23786 \backslash
23787 usepackage[option]{sidecap}
23788 \end_layout
23789
23790 \begin_layout Standard
23791 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
23792  extérieure – à droite sur les pages impaires et à gauche sur les pages
23793  paires.
23794  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
23795  
23796 \series bold
23797 innercaption
23798 \series default
23799 .
23800  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
23801  
23802 \series bold
23803 rightcaption
23804 \series default
23805  ou 
23806 \series bold
23807 leftcaption
23808 \series default
23809 .
23810 \end_layout
23811
23812 \begin_layout Standard
23813 \begin_inset ERT
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817
23818
23819 \backslash
23820 ifsidecap
23821 \end_layout
23822
23823 \end_inset
23824
23825
23826 \begin_inset Note Note
23827 status open
23828
23829 \begin_layout Plain Layout
23830 La section suivante ne sera affichée que si le paquetage LaTeX 
23831 \series bold
23832 sidecap
23833 \series default
23834  a été installé.
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \end_layout
23841
23842 \begin_layout Standard
23843 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
23844  ajouter ces commandes dans le préambule de votre document :
23845 \end_layout
23846
23847 \begin_layout Standard
23848 \noindent
23849 \begin_inset CommandInset line
23850 LatexCommand rule
23851 offset "0.5ex"
23852 width "100line%"
23853 height "1pt"
23854
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \begin_layout Standard
23861
23862 \series bold
23863
23864 \backslash
23865 newcommand{
23866 \backslash
23867 TabBesBeg}{%
23868 \begin_inset Newline newline
23869 \end_inset
23870
23871
23872 \begin_inset Phantom HPhantom
23873 status open
23874
23875 \begin_layout Plain Layout
23876
23877 \series bold
23878 \begin_inset space ~
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \end_inset
23885
23886
23887 \backslash
23888 let
23889 \backslash
23890 MyTable
23891 \backslash
23892 table
23893 \begin_inset Newline newline
23894 \end_inset
23895
23896
23897 \begin_inset Phantom HPhantom
23898 status open
23899
23900 \begin_layout Plain Layout
23901
23902 \series bold
23903 \begin_inset space ~
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \backslash
23913 let
23914 \backslash
23915 MyEndtable
23916 \backslash
23917 endtable
23918 \begin_inset Newline newline
23919 \end_inset
23920
23921
23922 \begin_inset Phantom HPhantom
23923 status open
23924
23925 \begin_layout Plain Layout
23926
23927 \series bold
23928 \begin_inset space ~
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \end_inset
23935
23936
23937 \backslash
23938 renewenvironment{table}{
23939 \backslash
23940 begin{SCtable}}{
23941 \backslash
23942 end{SCtable}}}
23943 \end_layout
23944
23945 \begin_layout Standard
23946
23947 \series bold
23948
23949 \backslash
23950 newcommand{
23951 \backslash
23952 TabBesEnd}{%
23953 \begin_inset Newline newline
23954 \end_inset
23955
23956
23957 \begin_inset Phantom HPhantom
23958 status open
23959
23960 \begin_layout Plain Layout
23961
23962 \series bold
23963 \begin_inset space ~
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970
23971
23972 \backslash
23973 let
23974 \backslash
23975 table
23976 \backslash
23977 MyTable
23978 \begin_inset Newline newline
23979 \end_inset
23980
23981
23982 \begin_inset Phantom HPhantom
23983 status open
23984
23985 \begin_layout Plain Layout
23986
23987 \series bold
23988 \begin_inset space ~
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995
23996
23997 \backslash
23998 let
23999 \backslash
24000 endtable
24001 \backslash
24002 MyEndtable
24003 \end_layout
24004
24005 \begin_layout Standard
24006
24007 \series bold
24008
24009 \backslash
24010 newcommand{
24011 \backslash
24012 FigBesBeg}{%
24013 \begin_inset Newline newline
24014 \end_inset
24015
24016
24017 \begin_inset Phantom HPhantom
24018 status open
24019
24020 \begin_layout Plain Layout
24021
24022 \series bold
24023 \begin_inset space ~
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \end_inset
24030
24031
24032 \backslash
24033 let
24034 \backslash
24035 MyFigure
24036 \backslash
24037 figure
24038 \begin_inset Newline newline
24039 \end_inset
24040
24041
24042 \begin_inset Phantom HPhantom
24043 status open
24044
24045 \begin_layout Plain Layout
24046
24047 \series bold
24048 \begin_inset space ~
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \backslash
24058 let
24059 \backslash
24060 MyEndfigure
24061 \backslash
24062 endfigure
24063 \begin_inset Newline newline
24064 \end_inset
24065
24066
24067 \begin_inset Phantom HPhantom
24068 status open
24069
24070 \begin_layout Plain Layout
24071
24072 \series bold
24073 \begin_inset space ~
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \backslash
24083 renewenvironment{figure}{
24084 \backslash
24085 begin{SCfigure}}{
24086 \backslash
24087 end{SCfigure}}}
24088 \end_layout
24089
24090 \begin_layout Standard
24091
24092 \series bold
24093
24094 \backslash
24095 newcommand{
24096 \backslash
24097 FigBesEnd}{%
24098 \begin_inset Newline newline
24099 \end_inset
24100
24101
24102 \begin_inset Phantom HPhantom
24103 status open
24104
24105 \begin_layout Plain Layout
24106
24107 \series bold
24108 \begin_inset space ~
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \backslash
24118 let
24119 \backslash
24120 figure
24121 \backslash
24122 MyFigure
24123 \begin_inset Newline newline
24124 \end_inset
24125
24126
24127 \begin_inset Phantom HPhantom
24128 status open
24129
24130 \begin_layout Plain Layout
24131
24132 \series bold
24133 \begin_inset space ~
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140
24141
24142 \backslash
24143 let
24144 \backslash
24145 endfigure
24146 \backslash
24147 MyEndfigure}
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \noindent
24152 \begin_inset CommandInset line
24153 LatexCommand rule
24154 offset "0.5ex"
24155 width "100line%"
24156 height "1pt"
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
24165  la légende se place sur le côté.
24166  Pour les flottants de figure, utilisez la commande
24167 \end_layout
24168
24169 \begin_layout Standard
24170
24171 \series bold
24172
24173 \backslash
24174 FigBesBeg
24175 \end_layout
24176
24177 \begin_layout Standard
24178 en code TeX avant le flottant.
24179  Après le flottant, insérez la commande
24180 \end_layout
24181
24182 \begin_layout Standard
24183
24184 \series bold
24185
24186 \backslash
24187 FigBesEnd
24188 \end_layout
24189
24190 \begin_layout Standard
24191 en code TeX pour revenir à la définition originale du flottant.
24192 \end_layout
24193
24194 \begin_layout Standard
24195 Pour les flottants de tableau, utilisez les commandes correspondantes
24196 \end_layout
24197
24198 \begin_layout Standard
24199
24200 \series bold
24201
24202 \backslash
24203 TabBesBeg
24204 \series default
24205  et 
24206 \series bold
24207
24208 \backslash
24209 TabBesEnd
24210 \end_layout
24211
24212 \begin_layout Standard
24213 La figure
24214 \begin_inset space ~
24215 \end_inset
24216
24217
24218 \begin_inset CommandInset ref
24219 LatexCommand ref
24220 reference "fig:legende-a-coté-fig"
24221
24222 \end_inset
24223
24224  et le tableau
24225 \begin_inset space ~
24226 \end_inset
24227
24228
24229 \begin_inset CommandInset ref
24230 LatexCommand ref
24231 reference "tab:legende-à-coté-tableau"
24232
24233 \end_inset
24234
24235  sont des exemples où la légende a été mises sur le coté.
24236 \end_layout
24237
24238 \begin_layout Standard
24239 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
24240  pour les flottants de tableau et vers le bas pour les flottants de figure.
24241  Pour changer ce comportement, vous pouvez utiliser les commandes
24242 \end_layout
24243
24244 \begin_layout Standard
24245
24246 \series bold
24247
24248 \backslash
24249 sidecaptionvpos{type flottant}{placement}
24250 \end_layout
24251
24252 \begin_layout Standard
24253 dans le préambule du document ou en code TeX juste avant le flottant visé.
24254  Le type du flottant est soit 
24255 \family sans
24256 figure
24257 \family default
24258  soit 
24259 \family sans
24260 table
24261 \family default
24262 , le placement peut être 
24263 \begin_inset Quotes eld
24264 \end_inset
24265
24266
24267 \family sans
24268 t
24269 \family default
24270
24271 \begin_inset Quotes erd
24272 \end_inset
24273
24274  pour haut (top), 
24275 \begin_inset Quotes eld
24276 \end_inset
24277
24278
24279 \family sans
24280 c
24281 \family default
24282
24283 \begin_inset Quotes erd
24284 \end_inset
24285
24286  pour centre (center), ou 
24287 \begin_inset Quotes eld
24288 \end_inset
24289
24290
24291 \family sans
24292 b
24293 \family default
24294
24295 \begin_inset Quotes erd
24296 \end_inset
24297
24298  pour bas (bottom).
24299  Pour que, par exemple, les légendes des flottants de figure soient centrés
24300  verticalement, utilisez la commande
24301 \end_layout
24302
24303 \begin_layout Standard
24304
24305 \series bold
24306
24307 \backslash
24308 sidecaptionvpos{figure}{c}
24309 \end_layout
24310
24311 \begin_layout Standard
24312 C'est ce qui a été utilisé pour la figure
24313 \begin_inset space ~
24314 \end_inset
24315
24316
24317 \begin_inset CommandInset ref
24318 LatexCommand ref
24319 reference "fig:legende-à-coté-fig-2"
24320
24321 \end_inset
24322
24323 .
24324 \end_layout
24325
24326 \begin_layout Standard
24327 \begin_inset VSpace medskip
24328 \end_inset
24329
24330 Pour plus d'information sur le paquetage 
24331 \series bold
24332 sidecap
24333 \series default
24334  nous vous renvoyons à sa documentation 
24335 \begin_inset CommandInset citation
24336 LatexCommand cite
24337 key "sidecap"
24338
24339 \end_inset
24340
24341 .
24342 \end_layout
24343
24344 \begin_layout Standard
24345 \begin_inset Note Greyedout
24346 status open
24347
24348 \begin_layout Plain Layout
24349
24350 \series bold
24351 Note:
24352 \series default
24353  Le paquetage LaTeX 
24354 \series bold
24355 hypcap
24356 \series default
24357
24358 \begin_inset Index idx
24359 status collapsed
24360
24361 \begin_layout Plain Layout
24362 Paquetages LaTeX ! hypcap
24363 \end_layout
24364
24365 \end_inset
24366
24367 , qui est décrit dans la section
24368 \begin_inset space ~
24369 \end_inset
24370
24371
24372 \begin_inset CommandInset ref
24373 LatexCommand ref
24374 reference "sub:Reference-Position"
24375
24376 \end_inset
24377
24378 , n'a pas d'effet sur les flottants avec une légende placée à côté.
24379 \end_layout
24380
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \begin_layout Standard
24387 \begin_inset ERT
24388 status collapsed
24389
24390 \begin_layout Plain Layout
24391
24392
24393 \backslash
24394 FigBesBeg 
24395 \end_layout
24396
24397 \end_inset
24398
24399
24400 \end_layout
24401
24402 \begin_layout Standard
24403 \begin_inset Float figure
24404 wide false
24405 sideways false
24406 status open
24407
24408 \begin_layout Plain Layout
24409 \begin_inset Graphics
24410         filename ../clipart/escher-lsd.eps
24411         scale 75
24412         scaleBeforeRotation
24413
24414 \end_inset
24415
24416
24417 \end_layout
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Caption
24421
24422 \begin_layout Plain Layout
24423 \begin_inset CommandInset label
24424 LatexCommand label
24425 name "fig:legende-a-coté-fig"
24426
24427 \end_inset
24428
24429 Une légende à côté d'une figure.
24430 \end_layout
24431
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \begin_layout Standard
24443 \begin_inset ERT
24444 status collapsed
24445
24446 \begin_layout Plain Layout
24447
24448
24449 \backslash
24450 TabBesBeg 
24451 \end_layout
24452
24453 \end_inset
24454
24455
24456 \end_layout
24457
24458 \begin_layout Standard
24459 \begin_inset Float table
24460 wide false
24461 sideways false
24462 status open
24463
24464 \begin_layout Plain Layout
24465 \begin_inset Caption
24466
24467 \begin_layout Plain Layout
24468 \begin_inset CommandInset label
24469 LatexCommand label
24470 name "tab:legende-à-coté-tableau"
24471
24472 \end_inset
24473
24474 Une légende à côté d'un tableau.
24475 \end_layout
24476
24477 \end_inset
24478
24479
24480 \end_layout
24481
24482 \begin_layout Plain Layout
24483 \begin_inset Tabular
24484 <lyxtabular version="3" rows="4" columns="5">
24485 <features tabularvalignment="middle">
24486 <column alignment="center" valignment="top" width="0">
24487 <column alignment="center" valignment="top" width="0">
24488 <column alignment="center" valignment="top" width="0">
24489 <column alignment="center" valignment="top" width="0">
24490 <column alignment="center" valignment="top" width="0">
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496 a
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \end_layout
24507
24508 \end_inset
24509 </cell>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 b
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 c
24533 \end_layout
24534
24535 \end_inset
24536 </cell>
24537 </row>
24538 <row>
24539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24540 \begin_inset Text
24541
24542 \begin_layout Plain Layout
24543
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552 d
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570 e
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 </row>
24585 <row>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590 f
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608 g
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24623 \begin_inset Text
24624
24625 \begin_layout Plain Layout
24626 h
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 </row>
24632 <row>
24633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646 i
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \end_layout
24657
24658 \end_inset
24659 </cell>
24660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664 j
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 </lyxtabular>
24680
24681 \end_inset
24682
24683
24684 \end_layout
24685
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \begin_layout Standard
24692 \begin_inset ERT
24693 status collapsed
24694
24695 \begin_layout Plain Layout
24696
24697
24698 \backslash
24699 TabBesEnd
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \end_layout
24706
24707 \begin_layout Standard
24708 \begin_inset ERT
24709 status collapsed
24710
24711 \begin_layout Plain Layout
24712
24713
24714 \backslash
24715 sidecaptionvpos{figure}{c}
24716 \end_layout
24717
24718 \end_inset
24719
24720
24721 \begin_inset Float figure
24722 wide false
24723 sideways false
24724 status open
24725
24726 \begin_layout Plain Layout
24727 \begin_inset Graphics
24728         filename ../clipart/escher-lsd.eps
24729         scale 75
24730         scaleBeforeRotation
24731
24732 \end_inset
24733
24734
24735 \end_layout
24736
24737 \begin_layout Plain Layout
24738 \begin_inset Caption
24739
24740 \begin_layout Plain Layout
24741 \begin_inset CommandInset label
24742 LatexCommand label
24743 name "fig:legende-à-coté-fig-2"
24744
24745 \end_inset
24746
24747 Une légende centrée verticalement à côté d'une figure.
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \end_inset
24756
24757
24758 \end_layout
24759
24760 \begin_layout Standard
24761 \begin_inset ERT
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765
24766
24767 \backslash
24768 FigBesEnd
24769 \end_layout
24770
24771 \end_inset
24772
24773
24774 \end_layout
24775
24776 \begin_layout Standard
24777 \begin_inset ERT
24778 status collapsed
24779
24780 \begin_layout Plain Layout
24781
24782
24783 \backslash
24784 else
24785 \end_layout
24786
24787 \end_inset
24788
24789
24790 \begin_inset Note Note
24791 status open
24792
24793 \begin_layout Plain Layout
24794 Ce qui suit sera affiché si le paquetage LaTeX 
24795 \series bold
24796 sidecap
24797 \series default
24798  n'est pas installé :
24799 \end_layout
24800
24801 \end_inset
24802
24803
24804 \end_layout
24805
24806 \begin_layout Standard
24807 Vous devez installer le paquetage LaTeX 
24808 \series bold
24809 sidecap
24810 \series default
24811  pour voir la suite de cette section dans la sortie imprimée.
24812 \end_layout
24813
24814 \begin_layout Standard
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820
24821 \backslash
24822 fi
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Section
24831 Les Listes de Flottants
24832 \begin_inset Index idx
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836 Flottants ! Listes de Flottants
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 De la même façon que la table des matières fait la liste des sections du
24846  document, il y a des listes pour tous les types de flottants, comme par
24847  exemple pour les figures du document.
24848  Vous pouvez les insérer en utilisant le menu 
24849 \family sans
24850 Insérer\SpecialChar \menuseparator
24851 Listes
24852 \begin_inset space ~
24853 \end_inset
24854
24855 &
24856 \begin_inset space ~
24857 \end_inset
24858
24859 TdM
24860 \family default
24861 .
24862 \end_layout
24863
24864 \begin_layout Standard
24865 Les entrées de la liste sont la légende du flottant ou éventuellement le
24866  titre court, le numéro du flottant, et le numéro de la page où le flottant
24867  apparaît dans le document.
24868 \end_layout
24869
24870 \begin_layout Standard
24871 Vous trouverez à la fin de ce document une liste des figures et une liste
24872  des tableaux.
24873 \end_layout
24874
24875 \begin_layout Chapter
24876 Notes
24877 \end_layout
24878
24879 \begin_layout Section
24880 Les Notes de LyX
24881 \begin_inset Index idx
24882 status collapsed
24883
24884 \begin_layout Plain Layout
24885 Notes ! Notes LyX 
24886 \end_layout
24887
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \begin_layout Standard
24894 On peut insérer une note en utilisant le bouton 
24895 \begin_inset Graphics
24896         filename ../../images/note-insert.png
24897         scale 85
24898         scaleBeforeRotation
24899
24900 \end_inset
24901
24902  de la barre d'outils ou avec le menu 
24903 \family sans
24904 Insérer\SpecialChar \menuseparator
24905 Note
24906 \family default
24907 .
24908  Il y a trois types de notes :
24909 \end_layout
24910
24911 \begin_layout Description
24912 Note
24913 \begin_inset space ~
24914 \end_inset
24915
24916 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
24917  finale.
24918  La boîte de cette note ressemble à ceci :
24919 \begin_inset Newline newline
24920 \end_inset
24921
24922
24923 \begin_inset Newline newline
24924 \end_inset
24925
24926
24927 \begin_inset Graphics
24928         filename clipart/LyXNoteImageQt4.png
24929         display false
24930         scale 65
24931         scaleBeforeRotation
24932
24933 \end_inset
24934
24935  
24936 \begin_inset Note Note
24937 status open
24938
24939 \begin_layout Plain Layout
24940 Le texte de cette note n'apparaîtra pas à l'impression.
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Description
24949 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
24950  il est inséré comme un commentaire LaTeX quand vous exportez votre document
24951  vers un fichier au format LaTeX avec le menu 
24952 \family sans
24953 Fichier\SpecialChar \menuseparator
24954 Exporter\SpecialChar \menuseparator
24955 LaTeX (pdflatex) / (plain)
24956 \family default
24957 .
24958  La boîte de cette note ressemble à ceci :
24959 \begin_inset Newline newline
24960 \end_inset
24961
24962
24963 \begin_inset Newline newline
24964 \end_inset
24965
24966
24967 \begin_inset Graphics
24968         filename clipart/CommentNoteImageQt4.png
24969         display false
24970         scale 55
24971         scaleBeforeRotation
24972
24973 \end_inset
24974
24975
24976 \lang english
24977  
24978 \lang french
24979
24980 \begin_inset Note Comment
24981 status open
24982
24983 \begin_layout Plain Layout
24984 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
24985  LaTeX.
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Description
24994 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
24995  La boîte de cette note ressemble à ceci :
24996 \lang english
24997
24998 \begin_inset Newline newline
24999 \end_inset
25000
25001
25002 \lang french
25003
25004 \begin_inset Newline newline
25005 \end_inset
25006
25007
25008 \begin_inset Graphics
25009         filename clipart/GreyedOutNoteImageQt4.png
25010         lyxscale 80
25011         display false
25012         scale 55
25013         scaleBeforeRotation
25014
25015 \end_inset
25016
25017
25018 \begin_inset Newline newline
25019 \end_inset
25020
25021
25022 \begin_inset ERT
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026
25027
25028 \backslash
25029 renewenvironment{lyxgreyedout}
25030 \end_layout
25031
25032 \begin_layout Plain Layout
25033
25034 {
25035 \backslash
25036 textcolor[gray]{0.8}
25037 \backslash
25038 bgroup}{
25039 \backslash
25040 egroup}
25041 \end_layout
25042
25043 \end_inset
25044
25045
25046 \begin_inset Note Greyedout
25047 status open
25048
25049 \begin_layout Plain Layout
25050 Le texte
25051 \begin_inset Foot
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
25056  grisé.
25057  
25058 \end_layout
25059
25060 \end_inset
25061
25062  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
25063 \end_layout
25064
25065 \end_inset
25066
25067
25068 \begin_inset ERT
25069 status collapsed
25070
25071 \begin_layout Plain Layout
25072
25073
25074 \backslash
25075 renewenvironment{lyxgreyedout}
25076 \end_layout
25077
25078 \begin_layout Plain Layout
25079
25080 {
25081 \backslash
25082 textcolor{blue}
25083 \backslash
25084 bgroup}{
25085 \backslash
25086 egroup}
25087 \end_layout
25088
25089 \end_inset
25090
25091
25092 \begin_inset Note Note
25093 status open
25094
25095 \begin_layout Plain Layout
25096 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
25097  originale qu'elle a dans LyX.
25098  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
25099  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \begin_inset Newline newline
25106 \end_inset
25107
25108
25109 \begin_inset Newline newline
25110 \end_inset
25111
25112 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
25113  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
25114 \end_layout
25115
25116 \begin_layout Standard
25117 \begin_inset VSpace bigskip
25118 \end_inset
25119
25120 Quand vous utilisez le bouton 
25121 \begin_inset Graphics
25122         filename ../../images/note-insert.png
25123         scale 85
25124         scaleBeforeRotation
25125
25126 \end_inset
25127
25128  de la barre d'outils, vous insérez une 
25129 \family sans
25130 Note
25131 \begin_inset space ~
25132 \end_inset
25133
25134 LyX
25135 \family default
25136 .
25137  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
25138 la et cliquez sur le bouton d'insertion de note.
25139  Pour retransformer une note en texte, appuyez sur la touche 
25140 \family sans
25141 backspace
25142 \family default
25143  quand le curseur est au tout début de la note ou appuyez sur la touche
25144  
25145 \family sans
25146 Suppr.
25147
25148 \family default
25149  quand le curseur se trouve à la fin de la note.
25150 \end_layout
25151
25152 \begin_layout Standard
25153 \begin_inset VSpace bigskip
25154 \end_inset
25155
25156
25157 \lang english
25158 You can change the text color of the greyed out notes in the menu 
25159 \family sans
25160 Document\SpecialChar \menuseparator
25161 Settings\SpecialChar \menuseparator
25162 Colors
25163 \family default
25164 .
25165 \end_layout
25166
25167 \begin_layout Section
25168 Notes en Bas de Page
25169 \begin_inset CommandInset label
25170 LatexCommand label
25171 name "sec:Notes-bas-de-page"
25172
25173 \end_inset
25174
25175
25176 \begin_inset Index idx
25177 status collapsed
25178
25179 \begin_layout Plain Layout
25180 Notes ! Notes de bas de page
25181 \end_layout
25182
25183 \end_inset
25184
25185
25186 \begin_inset Index idx
25187 status collapsed
25188
25189 \begin_layout Plain Layout
25190 Notes de bas de page
25191 \end_layout
25192
25193 \end_inset
25194
25195
25196 \end_layout
25197
25198 \begin_layout Standard
25199 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
25200  
25201 \begin_inset Graphics
25202         filename ../../images/footnote-insert.png
25203         scale 85
25204         scaleBeforeRotation
25205
25206 \end_inset
25207
25208  de la barre d'outils, soit en utilisant le menu 
25209 \family sans
25210 Insérer\SpecialChar \menuseparator
25211 Note
25212 \begin_inset space ~
25213 \end_inset
25214
25215 en
25216 \begin_inset space ~
25217 \end_inset
25218
25219 Bas
25220 \begin_inset space ~
25221 \end_inset
25222
25223 de
25224 \begin_inset space ~
25225 \end_inset
25226
25227 Page
25228 \family default
25229 .
25230  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
25231  rouge 
25232 \begin_inset Quotes fld
25233 \end_inset
25234
25235 bas
25236 \begin_inset Quotes frd
25237 \end_inset
25238
25239  qui ressemble à ceci : 
25240 \begin_inset Graphics
25241         filename clipart/footnoteQt4.png
25242         scale 80
25243         scaleBeforeRotation
25244
25245 \end_inset
25246
25247  Vous pouvez y entrer votre texte.
25248  Si vous voulez transformer du texte déjà existant en note en bas de page,
25249  sélectionnez-le et cliquez sur le bouton 
25250 \family sans
25251 Note
25252 \begin_inset space ~
25253 \end_inset
25254
25255 en
25256 \begin_inset space ~
25257 \end_inset
25258
25259 Bas
25260 \begin_inset space ~
25261 \end_inset
25262
25263 de
25264 \begin_inset space ~
25265 \end_inset
25266
25267 Page
25268 \family default
25269  de la barre d'outils.
25270  Pour retransformer une note de bas de page en texte, appuyez sur la touche
25271  
25272 \family sans
25273 backspace
25274 \family default
25275  quand le curseur est au tout début de la note ou appuyez sur la touche
25276  
25277 \family sans
25278 Suppr.
25279
25280 \family default
25281  quand le curseur se trouve à la fin de la note.
25282 \end_layout
25283
25284 \begin_layout Standard
25285 Voici un exemple de note en bas de page:
25286 \begin_inset Foot
25287 status open
25288
25289 \begin_layout Plain Layout
25290 \begin_inset CommandInset label
25291 LatexCommand label
25292 name "fn:Note-en-bas"
25293
25294 \end_inset
25295
25296 Ceci est un exemple de note en bas de page.
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307
25308 \backslash
25309 newcounter{MyRepeatFoot}
25310 \end_layout
25311
25312 \begin_layout Plain Layout
25313
25314
25315 \backslash
25316 setcounter{MyRepeatFoot}{
25317 \backslash
25318 thefootnote}
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Standard
25327 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
25328  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
25329  de note.
25330  Le texte de la note est placé en bas de la page courante.
25331  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
25332  Selon votre classe de document les numéros de notes pourront être réinitialisés
25333  à chaque nouveau chapitre.
25334 \end_layout
25335
25336 \begin_layout Standard
25337 On peut faire référence à une note en bas de page comme on le fait avec
25338  les flottants : Insérez une étiquette dans la note et faites une référence
25339  croisée vers cette étiquette comme c'est décrit dans la
25340 \begin_inset space ~
25341 \end_inset
25342
25343
25344 \begin_inset CommandInset ref
25345 LatexCommand ref
25346 reference "sec:Referencer-les-Flottants"
25347
25348 \end_inset
25349
25350 .
25351 \begin_inset Newline newline
25352 \end_inset
25353
25354 Voici une référence à une note de bas de page :
25355 \begin_inset space ~
25356 \end_inset
25357
25358
25359 \begin_inset CommandInset ref
25360 LatexCommand ref
25361 reference "fn:Note-en-bas"
25362
25363 \end_inset
25364
25365 .
25366 \end_layout
25367
25368 \begin_layout Standard
25369 \begin_inset VSpace defskip
25370 \end_inset
25371
25372
25373 \end_layout
25374
25375 \begin_layout Standard
25376 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
25377  par LaTeX pour des raisons techniques.
25378  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
25379  
25380 \series bold
25381
25382 \backslash
25383 footnotemark{}
25384 \series default
25385  en code TeX à la place de la note de bas de page.
25386  Le texte de la note est mis en argument de la commande TeX 
25387 \series bold
25388
25389 \backslash
25390 footnotetext
25391 \series default
25392  après le tableau.
25393 \begin_inset Newline newline
25394 \end_inset
25395
25396 C'est ce qui a été fait pour le tableau qui suit avec la commande
25397 \end_layout
25398
25399 \begin_layout Standard
25400
25401 \series bold
25402
25403 \backslash
25404 footnotetext{
25405 \series default
25406 Note de bas de page de tableau imprimée.
25407 \series bold
25408 }
25409 \end_layout
25410
25411 \begin_layout Standard
25412
25413 \lang english
25414 \begin_inset Tabular
25415 <lyxtabular version="3" rows="2" columns="1">
25416 <features tabularvalignment="middle">
25417 <column alignment="center" valignment="top" width="0">
25418 <row>
25419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25420 \begin_inset Text
25421
25422 \begin_layout Plain Layout
25423 Un exemple de texte
25424 \begin_inset Foot
25425 status open
25426
25427 \begin_layout Plain Layout
25428 Cette note ne sera pas imprimée
25429 \begin_inset space ~
25430 \end_inset
25431
25432 !
25433 \end_layout
25434
25435 \end_inset
25436
25437
25438 \end_layout
25439
25440 \end_inset
25441 </cell>
25442 </row>
25443 <row>
25444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25445 \begin_inset Text
25446
25447 \begin_layout Plain Layout
25448 Un autre exemple de texte
25449 \begin_inset ERT
25450 status collapsed
25451
25452 \begin_layout Plain Layout
25453
25454
25455 \backslash
25456 footnotemark{}
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 </row>
25467 </lyxtabular>
25468
25469 \end_inset
25470
25471
25472 \begin_inset ERT
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476
25477
25478 \backslash
25479 footnotetext{
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \lang french
25486 Note de bas de page de tableau imprimée.
25487 \lang english
25488
25489 \begin_inset ERT
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493
25494 }
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \begin_layout Standard
25503 Les notes de bas de page dans des tableaux longs sont décrites dans la section
25504 \begin_inset space ~
25505 \end_inset
25506
25507
25508 \begin_inset CommandInset ref
25509 LatexCommand ref
25510 reference "sub:Notes-dans-tableau-long"
25511
25512 \end_inset
25513
25514 .
25515 \end_layout
25516
25517 \begin_layout Standard
25518 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
25519  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
25520 e, vu que la minipage est considérée comme une page se trouvant dans une
25521  autre page.
25522  Pour plus d'information sur les minipages, voyez la section
25523 \begin_inset space ~
25524 \end_inset
25525
25526
25527 \begin_inset CommandInset ref
25528 LatexCommand ref
25529 reference "sec:Minipages"
25530
25531 \end_inset
25532
25533 .
25534  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
25535  s'imprime en bas de page comme une note normale, on doit aussi utiliser
25536  la méthode utilisant les commandes 
25537 \series bold
25538
25539 \backslash
25540 footnotemark{}
25541 \series default
25542  et 
25543 \series bold
25544
25545 \backslash
25546 footnotetext
25547 \series default
25548 .
25549 \end_layout
25550
25551 \begin_layout Standard
25552 \begin_inset Box Frameless
25553 position "t"
25554 hor_pos "c"
25555 has_inner_box 1
25556 inner_pos "t"
25557 use_parbox 0
25558 use_makebox 0
25559 width "100col%"
25560 special "none"
25561 height "1in"
25562 height_special "totalheight"
25563 status open
25564
25565 \begin_layout Plain Layout
25566 Un exemple de texte dans une minipage.
25567 \begin_inset Foot
25568 status open
25569
25570 \begin_layout Plain Layout
25571 Note de bas de page dans la minipage.
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Plain Layout
25580 Un autre exemple de texte dans une minipage.
25581 \begin_inset ERT
25582 status collapsed
25583
25584 \begin_layout Plain Layout
25585
25586
25587 \backslash
25588 footnotemark{}
25589 \end_layout
25590
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \begin_layout Standard
25602 \begin_inset ERT
25603 status collapsed
25604
25605 \begin_layout Plain Layout
25606
25607
25608 \backslash
25609 footnotetext{
25610 \end_layout
25611
25612 \end_inset
25613
25614 Note de bas de page en denors de la minipage.
25615 \begin_inset ERT
25616 status collapsed
25617
25618 \begin_layout Plain Layout
25619
25620 }
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \begin_layout Standard
25629 \begin_inset VSpace defskip
25630 \end_inset
25631
25632
25633 \end_layout
25634
25635 \begin_layout Standard
25636 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
25637  utilisez la commande 
25638 \series bold
25639
25640 \backslash
25641 footnotemark[number]
25642 \series default
25643  en code TeX.
25644 \begin_inset Newline newline
25645 \end_inset
25646
25647 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
25648  votre texte, vous devez enregistrer son numéro.
25649  Dans l'exemple de marque de note de bas de page suivant, ces commandes
25650  ont été insérées en code TeX après la note
25651 \begin_inset space ~
25652 \end_inset
25653
25654
25655 \begin_inset CommandInset ref
25656 LatexCommand ref
25657 reference "fn:Note-en-bas"
25658
25659 \end_inset
25660
25661  pour enregistrer son numéro
25662 \begin_inset space ~
25663 \end_inset
25664
25665 :
25666 \end_layout
25667
25668 \begin_layout Standard
25669
25670 \series bold
25671
25672 \backslash
25673 newcounter{MaNoteDupliquee}
25674 \begin_inset Newline newline
25675 \end_inset
25676
25677
25678 \backslash
25679 setcounter{MaNoteDupliquee}{
25680 \backslash
25681 thefootnote}
25682 \end_layout
25683
25684 \begin_layout Standard
25685 La note de bas de page a été créee avec la commande
25686 \begin_inset space ~
25687 \end_inset
25688
25689 :
25690 \end_layout
25691
25692 \begin_layout Standard
25693
25694 \series bold
25695
25696 \backslash
25697 footnotemark[
25698 \backslash
25699 MaNoteDupliquee]
25700 \end_layout
25701
25702 \begin_layout Standard
25703 Voici une note de bas de page dupliquée
25704 \begin_inset space ~
25705 \end_inset
25706
25707 :
25708 \begin_inset ERT
25709 status open
25710
25711 \begin_layout Plain Layout
25712
25713
25714 \backslash
25715 footnotemark[
25716 \backslash
25717 theMyRepeatFoot]
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \begin_layout Standard
25726 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
25727 t du numéro de note et juste utiliser la commande suivante
25728 \end_layout
25729
25730 \begin_layout Standard
25731
25732 \series bold
25733
25734 \backslash
25735 footnotemark[
25736 \backslash
25737 thefootnote]
25738 \end_layout
25739
25740 \begin_layout Standard
25741 Voici une autre note de bas de page dupliquée
25742 \begin_inset space ~
25743 \end_inset
25744
25745 :
25746 \begin_inset ERT
25747 status open
25748
25749 \begin_layout Plain Layout
25750
25751
25752 \backslash
25753 footnotemark[
25754 \backslash
25755 thefootnote]
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \begin_layout Subsection
25764 Numérotation de Notes de Bas de Page
25765 \begin_inset CommandInset label
25766 LatexCommand label
25767 name "sub:Numerotation-notes-bas-de-page"
25768
25769 \end_inset
25770
25771
25772 \begin_inset Index idx
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776 Notes de bas de page ! Numérotation
25777 \end_layout
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Standard
25785 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
25786  ajoutez cette commande dans le préambule de votre document :
25787 \end_layout
25788
25789 \begin_layout Standard
25790
25791 \series bold
25792
25793 \backslash
25794 @addtoreset{footnote}{section}
25795 \end_layout
25796
25797 \begin_layout Standard
25798 \begin_inset VSpace bigskip
25799 \end_inset
25800
25801 La commande de préambule suivante change le style de numérotation des notes
25802  en petits chiffres romains :
25803 \end_layout
25804
25805 \begin_layout Standard
25806
25807 \series bold
25808
25809 \backslash
25810 renewcommand{
25811 \backslash
25812 thefootnote}{
25813 \backslash
25814 roman{footnote}}
25815 \end_layout
25816
25817 \begin_layout Standard
25818 \begin_inset ERT
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822
25823
25824 \backslash
25825 renewcommand{
25826 \backslash
25827 thefootnote}{
25828 \backslash
25829 roman{footnote}}
25830 \end_layout
25831
25832 \end_inset
25833
25834  Cette note de bas de page utilise une numérotation en chiffres romains
25835  :
25836 \begin_inset Foot
25837 status open
25838
25839 \begin_layout Plain Layout
25840 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
25841  romains.
25842 \end_layout
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \begin_layout Standard
25850 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
25851  la commande précédente 
25852 \series bold
25853
25854 \backslash
25855 roman
25856 \series default
25857  par 
25858 \series bold
25859
25860 \backslash
25861 Roman
25862 \series default
25863 .
25864  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
25865  utilisez respectivement soit 
25866 \series bold
25867
25868 \backslash
25869 Alph
25870 \series default
25871  soit 
25872 \series bold
25873
25874 \backslash
25875 alph
25876 \series default
25877 .
25878  Pour les 
25879 \begin_inset Quotes eld
25880 \end_inset
25881
25882 numéroter
25883 \begin_inset Quotes erd
25884 \end_inset
25885
25886  avec des symboles, utilisez 
25887 \series bold
25888
25889 \backslash
25890 fnsymbol
25891 \series default
25892 .
25893 \end_layout
25894
25895 \begin_layout Standard
25896 \begin_inset Note Greyedout
25897 status open
25898
25899 \begin_layout Plain Layout
25900
25901 \series bold
25902 Note:
25903 \series default
25904  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
25905  puisque cette numérotation est limitée à des lettres seules.
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \begin_inset Newline newline
25912 \end_inset
25913
25914
25915 \begin_inset Note Greyedout
25916 status open
25917
25918 \begin_layout Plain Layout
25919
25920 \series bold
25921 Note:
25922 \series default
25923  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Standard
25932 Pour revenir au style de numérotation implicite quand vous en avez changé,
25933  utilisez 
25934 \series bold
25935
25936 \backslash
25937 arabic
25938 \series default
25939  à la place de 
25940 \series bold
25941
25942 \backslash
25943 roman
25944 \series default
25945  dans la commande précédente.
25946 \begin_inset ERT
25947 status collapsed
25948
25949 \begin_layout Plain Layout
25950
25951
25952 \backslash
25953 renewcommand{
25954 \backslash
25955 thefootnote}{
25956 \backslash
25957 arabic{footnote}}
25958 \end_layout
25959
25960 \end_inset
25961
25962
25963 \end_layout
25964
25965 \begin_layout Standard
25966 \begin_inset VSpace bigskip
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \begin_layout Standard
25973 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
25974  le schéma 
25975 \begin_inset Quotes eld
25976 \end_inset
25977
25978 chapitre.note
25979 \begin_inset Quotes erd
25980 \end_inset
25981
25982 , ajoutez la commande suivante au préambule de votre document :
25983 \end_layout
25984
25985 \begin_layout Standard
25986
25987 \series bold
25988
25989 \backslash
25990 numberwithin{footnote}{chapter}
25991 \end_layout
25992
25993 \begin_layout Standard
25994 Pour pouvoir utiliser la commande 
25995 \series bold
25996
25997 \backslash
25998 numberwithin
25999 \series default
26000 , activez dans la rubrique 
26001 \family sans
26002 Options
26003 \begin_inset space ~
26004 \end_inset
26005
26006 des
26007 \begin_inset space ~
26008 \end_inset
26009
26010 Maths
26011 \family default
26012  dans les paramètres du document, l'option 
26013 \family sans
26014 Utiliser
26015 \begin_inset space ~
26016 \end_inset
26017
26018 le
26019 \begin_inset space ~
26020 \end_inset
26021
26022 paquetage
26023 \begin_inset space ~
26024 \end_inset
26025
26026 maths
26027 \begin_inset space ~
26028 \end_inset
26029
26030 AMS
26031 \family default
26032 .
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset ERT
26037 status collapsed
26038
26039 \begin_layout Plain Layout
26040
26041
26042 \backslash
26043 numberwithin{footnote}{chapter}
26044 \end_layout
26045
26046 \end_inset
26047
26048 Ceci est un autre exemple de note de bas de page:
26049 \series bold
26050
26051 \begin_inset Foot
26052 status open
26053
26054 \begin_layout Plain Layout
26055 Cette note est numérotée en suivant le schéma 
26056 \begin_inset Quotes eld
26057 \end_inset
26058
26059 chapitre.note
26060 \begin_inset Quotes erd
26061 \end_inset
26062
26063 .
26064 \end_layout
26065
26066 \end_inset
26067
26068
26069 \series default
26070
26071 \begin_inset ERT
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075
26076
26077 \backslash
26078 renewcommand{
26079 \backslash
26080 thefootnote}{
26081 \backslash
26082 arabic{footnote}}
26083 \end_layout
26084
26085 \end_inset
26086
26087
26088 \end_layout
26089
26090 \begin_layout Standard
26091 \begin_inset Note Greyedout
26092 status open
26093
26094 \begin_layout Plain Layout
26095
26096 \series bold
26097 Note:
26098 \series default
26099  
26100 \series bold
26101
26102 \backslash
26103 numberwithin
26104 \series default
26105  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
26106  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
26107  prises en compte.
26108  
26109 \end_layout
26110
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \begin_layout Standard
26117 Donc pour avoir par exemple le schéma 
26118 \begin_inset Quotes eld
26119 \end_inset
26120
26121 chapitre.
26122 \backslash
26123 Roman{note}
26124 \begin_inset Quotes erd
26125 \end_inset
26126
26127 , utilisez la commande suivante plutôt que 
26128 \series bold
26129
26130 \backslash
26131 numberwithin
26132 \series default
26133  :
26134 \end_layout
26135
26136 \begin_layout Standard
26137
26138 \series bold
26139
26140 \backslash
26141 renewcommand{
26142 \backslash
26143 thefootnote}{
26144 \backslash
26145 thechapter.
26146 \backslash
26147 Roman{footnote}}
26148 \end_layout
26149
26150 \begin_layout Subsection
26151 Positionnement de notes de bas de page
26152 \begin_inset Index idx
26153 status collapsed
26154
26155 \begin_layout Plain Layout
26156 Notes de bas de page ! Positionnement
26157 \end_layout
26158
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \begin_layout Standard
26165 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
26166  vertical entre elles en bas de la page.
26167  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
26168  de 1.5
26169 \begin_inset space \thinspace{}
26170 \end_inset
26171
26172 mm avec la commande suivante dans le préambule :
26173 \end_layout
26174
26175 \begin_layout Standard
26176
26177 \series bold
26178
26179 \backslash
26180 let
26181 \backslash
26182 myFoot
26183 \backslash
26184 footnote
26185 \begin_inset Newline newline
26186 \end_inset
26187
26188
26189 \backslash
26190 renewcommand{
26191 \backslash
26192 footnote}[1]{
26193 \backslash
26194 myFoot{#1
26195 \backslash
26196 vspace{1.5mm}}}
26197 \end_layout
26198
26199 \begin_layout Standard
26200 \begin_inset VSpace bigskip
26201 \end_inset
26202
26203 Dans un document à deux colonnes les notes de bas de page apparaissent en
26204  bas de chaque colonne, comme sur la Figure
26205 \begin_inset space ~
26206 \end_inset
26207
26208
26209 \begin_inset CommandInset ref
26210 LatexCommand ref
26211 reference "fig:Position-standard-note-bas-de-page"
26212
26213 \end_inset
26214
26215 .
26216  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
26217  sur la Figure
26218 \begin_inset space ~
26219 \end_inset
26220
26221
26222 \begin_inset CommandInset ref
26223 LatexCommand ref
26224 reference "fig:Position-note-avec-ftnright"
26225
26226 \end_inset
26227
26228 , utilisez le paquetage LaTeX 
26229 \series bold
26230 ftnright
26231 \series default
26232
26233 \begin_inset Index idx
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237 Paquetages LaTeX ! ftnright
26238 \end_layout
26239
26240 \end_inset
26241
26242  avec cette commande dans le préambule du document:
26243 \end_layout
26244
26245 \begin_layout Standard
26246
26247 \series bold
26248
26249 \backslash
26250 usepackage{ftnright}
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset Float figure
26255 placement !h
26256 wide false
26257 sideways false
26258 status open
26259
26260 \begin_layout Plain Layout
26261 \begin_inset ERT
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266
26267 \backslash
26268 framebox{
26269 \end_layout
26270
26271 \end_inset
26272
26273
26274 \begin_inset Graphics
26275         filename ../clipart/without_fntright.pdf
26276         width 100col%
26277         scaleBeforeRotation
26278
26279 \end_inset
26280
26281
26282 \begin_inset ERT
26283 status collapsed
26284
26285 \begin_layout Plain Layout
26286
26287 }
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \begin_layout Plain Layout
26296 \begin_inset Caption
26297
26298 \begin_layout Plain Layout
26299 \begin_inset CommandInset label
26300 LatexCommand label
26301 name "fig:Position-standard-note-bas-de-page"
26302
26303 \end_inset
26304
26305 Positionnement standard des notes de bas de page dans un document à deux
26306  colonnes.
26307 \end_layout
26308
26309 \end_inset
26310
26311
26312 \end_layout
26313
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Standard
26320 \begin_inset Float figure
26321 placement !h
26322 wide false
26323 sideways false
26324 status open
26325
26326 \begin_layout Plain Layout
26327 \begin_inset ERT
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331
26332
26333 \backslash
26334 framebox{
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \begin_inset Graphics
26341         filename ../clipart/with_fntright.pdf
26342         width 100col%
26343         scaleBeforeRotation
26344
26345 \end_inset
26346
26347
26348 \begin_inset ERT
26349 status collapsed
26350
26351 \begin_layout Plain Layout
26352
26353 }
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \end_layout
26360
26361 \begin_layout Plain Layout
26362 \begin_inset Caption
26363
26364 \begin_layout Plain Layout
26365 \begin_inset CommandInset label
26366 LatexCommand label
26367 name "fig:Position-note-avec-ftnright"
26368
26369 \end_inset
26370
26371 Positionnement de notes de bas de page dans un document à deux colonnes
26372  en utilisant le paquetage LaTeX 
26373 \series bold
26374 ftnright
26375 \series default
26376 .
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \end_layout
26388
26389 \begin_layout Standard
26390 \begin_inset VSpace bigskip
26391 \end_inset
26392
26393 Dans certaines publications scientifiques, il est courant de rassembler
26394  les notes de bas de page et de les imprimer dans un paragraphe particulier
26395  à la fin de la section, comme sur la Figure
26396 \begin_inset space ~
26397 \end_inset
26398
26399
26400 \begin_inset CommandInset ref
26401 LatexCommand ref
26402 reference "fig:Notes-de-fin"
26403
26404 \end_inset
26405
26406 .
26407  On les appelle 
26408 \begin_inset Quotes eld
26409 \end_inset
26410
26411 notes de fin
26412 \begin_inset Quotes erd
26413 \end_inset
26414
26415 .
26416 \begin_inset Index idx
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420 Notes de fin
26421 \end_layout
26422
26423 \end_inset
26424
26425  Pour utiliser des notes de fin à la place des notes de bas de page dans
26426  votre document, charger le module 
26427 \family sans
26428 Note de bas de page en fin de document
26429 \family default
26430  à partir de 
26431 \family sans
26432 Document\SpecialChar \menuseparator
26433 Paramètres\SpecialChar \menuseparator
26434 Modules
26435 \family default
26436 .
26437  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
26438 \end_layout
26439
26440 \begin_layout Standard
26441
26442 \series bold
26443
26444 \backslash
26445 theendnotes
26446 \end_layout
26447
26448 \begin_layout Standard
26449 en code TeX à la fin d'une section ou d'un chapitre.
26450 \end_layout
26451
26452 \begin_layout Standard
26453 \begin_inset Float figure
26454 wide false
26455 sideways false
26456 status open
26457
26458 \begin_layout Plain Layout
26459 \align center
26460 \begin_inset ERT
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464
26465
26466 \backslash
26467 framebox{
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \begin_inset Graphics
26474         filename ../clipart/endnotes.pdf
26475         scaleBeforeRotation
26476
26477 \end_inset
26478
26479
26480 \begin_inset ERT
26481 status collapsed
26482
26483 \begin_layout Plain Layout
26484
26485 }
26486 \end_layout
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Plain Layout
26494 \begin_inset Caption
26495
26496 \begin_layout Plain Layout
26497 \begin_inset CommandInset label
26498 LatexCommand label
26499 name "fig:Notes-de-fin"
26500
26501 \end_inset
26502
26503 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
26504  séparé à la fin des sections ou des chapitres.
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \begin_layout Standard
26518 \begin_inset VSpace medskip
26519 \end_inset
26520
26521 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
26522  dans la langue du document, cela doit être fait manuellement.
26523  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
26524  
26525 \begin_inset Quotes eld
26526 \end_inset
26527
26528 Notes
26529 \begin_inset Quotes erd
26530 \end_inset
26531
26532  en sa traduction Allemande
26533 \begin_inset Foot
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537 En français, 
26538 \begin_inset Quotes eld
26539 \end_inset
26540
26541 Notes
26542 \begin_inset Quotes erd
26543 \end_inset
26544
26545  peut être conservé.
26546 \end_layout
26547
26548 \end_inset
26549
26550  
26551 \begin_inset Quotes eld
26552 \end_inset
26553
26554 Anmerkungen
26555 \begin_inset Quotes erd
26556 \end_inset
26557
26558  :
26559 \end_layout
26560
26561 \begin_layout Standard
26562
26563 \series bold
26564
26565 \backslash
26566 renewcommand{
26567 \backslash
26568 notesname}{Anmerkungen}
26569 \end_layout
26570
26571 \begin_layout Standard
26572 \begin_inset VSpace medskip
26573 \end_inset
26574
26575 La numérotation des notes de fin peut être modifiée comme celle des notes
26576  de bas de page comme c'est décrit dans la section
26577 \begin_inset space ~
26578 \end_inset
26579
26580
26581 \begin_inset CommandInset ref
26582 LatexCommand ref
26583 reference "sub:Numerotation-notes-bas-de-page"
26584
26585 \end_inset
26586
26587  ; remplacez juste la commande 
26588 \series bold
26589
26590 \backslash
26591 thefootnote
26592 \series default
26593  par 
26594 \series bold
26595
26596 \backslash
26597 theendnote
26598 \series default
26599 .
26600  Pour réinitialiser le numéro de note de fin, utilisez la commande 
26601 \series bold
26602
26603 \backslash
26604 @addtoreset
26605 \series default
26606  comme c'est décrit dans la section
26607 \begin_inset space ~
26608 \end_inset
26609
26610
26611 \begin_inset CommandInset ref
26612 LatexCommand ref
26613 reference "sub:Numerotation-notes-bas-de-page"
26614
26615 \end_inset
26616
26617  et remplacez le paramètre de commande 
26618 \series bold
26619 footnote
26620 \series default
26621  par 
26622 \series bold
26623 endnote
26624 \series default
26625 .
26626 \end_layout
26627
26628 \begin_layout Standard
26629 Pour les notes de fin, il y a la commande 
26630 \series bold
26631
26632 \backslash
26633 endnotemark[numéro]
26634 \series default
26635  qui est semblable à 
26636 \series bold
26637
26638 \backslash
26639 footnotemark
26640 \series default
26641 , décrite dans la section
26642 \begin_inset space ~
26643 \end_inset
26644
26645
26646 \begin_inset CommandInset ref
26647 LatexCommand ref
26648 reference "sec:Notes-bas-de-page"
26649
26650 \end_inset
26651
26652 .
26653 \end_layout
26654
26655 \begin_layout Standard
26656 \begin_inset VSpace bigskip
26657 \end_inset
26658
26659  Les notes de bas de page peuvent être mise dans la marge de la page et
26660  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
26661  
26662 \series bold
26663 footmisc
26664 \series default
26665
26666 \begin_inset Index idx
26667 status collapsed
26668
26669 \begin_layout Plain Layout
26670 Paquetages LaTeX ! footmisc
26671 \end_layout
26672
26673 \end_inset
26674
26675
26676 \begin_inset CommandInset citation
26677 LatexCommand cite
26678 key "footmisc"
26679
26680 \end_inset
26681
26682  pour plus d'information à ce sujet.
26683 \end_layout
26684
26685 \begin_layout Standard
26686 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
26687  voyez les livres sur LaTeX, 
26688 \begin_inset CommandInset citation
26689 LatexCommand cite
26690 key "latexcompanion,latexguide,latexbook"
26691
26692 \end_inset
26693
26694 .
26695  Si vous utilisez une classe de document  
26696 \series bold
26697 KOMA-Script
26698 \series default
26699
26700 \begin_inset Index idx
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704 Paquetages LaTeX ! KOMA-Script
26705 \end_layout
26706
26707 \end_inset
26708
26709 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
26710  des commandes spécifiques à la classe de document utilisée, voyez 
26711 \begin_inset CommandInset citation
26712 LatexCommand cite
26713 key "KOMA-Script"
26714
26715 \end_inset
26716
26717 .
26718 \end_layout
26719
26720 \begin_layout Section
26721 Notes en Marge
26722 \begin_inset Index idx
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726 Notes ! Notes en Marge
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Standard
26735 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
26736 t de la même façon.
26737  Quand vous insérez une note en marge avec 
26738 \family sans
26739 Insérer\SpecialChar \menuseparator
26740 Note
26741 \begin_inset space ~
26742 \end_inset
26743
26744 en
26745 \begin_inset space ~
26746 \end_inset
26747
26748 Marge
26749 \family default
26750  ou avec le bouton 
26751 \begin_inset Graphics
26752         filename ../../images/marginalnote-insert.png
26753         scale 85
26754         scaleBeforeRotation
26755
26756 \end_inset
26757
26758  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
26759  grise avec une étiquette rouge 
26760 \begin_inset Quotes fld
26761 \end_inset
26762
26763 marge
26764 \begin_inset Quotes frd
26765 \end_inset
26766
26767 .
26768  
26769 \begin_inset Marginal
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773 C'est une note en marge.
26774 \end_layout
26775
26776 \end_inset
26777
26778  Cette boîte est la représentation de votre note dans LyX.
26779  Vous pouvez y entrer votre texte.
26780 \end_layout
26781
26782 \begin_layout Standard
26783 Les notes en marge apparaissent dans la marge de droite dans les documents
26784  imprimées sur une seule face.
26785  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
26786  
26787 \begin_inset Quotes eld
26788 \end_inset
26789
26790 extérieure
26791 \begin_inset Quotes erd
26792 \end_inset
26793
26794  – la gauche sur les pages paires et la droite sur les pages impaires.
26795  Le texte de la note en marge est aligné à l'opposé de la marge externe
26796  – aligné à droite quand la note apparaît dans la marge de gauche.
26797  La première ligne de la note apparaît à la hauteur de la ligne de texte
26798  où la note a été insérée dans le document.
26799 \end_layout
26800
26801 \begin_layout Standard
26802 \begin_inset VSpace bigskip
26803 \end_inset
26804
26805 Pour placer une note dans la marge interne, ajoutez la commande suivante
26806  :
26807 \end_layout
26808
26809 \begin_layout Standard
26810
26811 \series bold
26812
26813 \backslash
26814 reversemarginpar
26815 \end_layout
26816
26817 \begin_layout Standard
26818 sous forme de code TeX avant votre note de marge.
26819  Le nouveau positionnement est pris en compte pour toutes les notes en marge
26820  qui suivent 
26821 \begin_inset ERT
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825
26826
26827 \backslash
26828 reversemarginpar 
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \begin_inset Marginal
26835 status open
26836
26837 \begin_layout Plain Layout
26838 Cette note en marge est dans la marge interne.
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \series bold
26845
26846 \begin_inset Newline newline
26847 \end_inset
26848
26849
26850 \series default
26851
26852 \begin_inset Note Greyedout
26853 status open
26854
26855 \begin_layout Plain Layout
26856
26857 \series bold
26858 Note:
26859 \series default
26860  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
26861  les notes sont souvent mal mises en formes dans la sortie imprimée.
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 Pour revenir au positionnement implicite, ajoutez la commande :
26871 \end_layout
26872
26873 \begin_layout Standard
26874
26875 \series bold
26876
26877 \backslash
26878 normalmarginpar
26879 \end_layout
26880
26881 \begin_layout Standard
26882 sous forme de code TeX.
26883 \begin_inset ERT
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887
26888
26889 \backslash
26890 normalmarginpar 
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \begin_inset Newline newline
26897 \end_inset
26898
26899  
26900 \begin_inset Note Greyedout
26901 status open
26902
26903 \begin_layout Plain Layout
26904
26905 \series bold
26906 Note:
26907 \series default
26908  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
26909  
26910 \series bold
26911
26912 \backslash
26913 reversemarginpar
26914 \series default
26915  est aussi utilisée.
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \begin_layout Standard
26924 \begin_inset VSpace bigskip
26925 \end_inset
26926
26927
26928 \begin_inset Marginal
26929 status open
26930
26931 \begin_layout Plain Layout
26932 UnTrèsLongMotEnMarge sans césure.
26933 \end_layout
26934
26935 \end_inset
26936
26937  Comme dans le cas décrit dans la section
26938 \begin_inset space ~
26939 \end_inset
26940
26941
26942 \begin_inset CommandInset ref
26943 LatexCommand ref
26944 reference "sub:Lignes-multiple-dans-cellule"
26945
26946 \end_inset
26947
26948 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
26949  mot d'une note en marge.
26950  Pour éviter ce problème, insérez un espacement horizontal de 0
26951 \begin_inset space \thinspace{}
26952 \end_inset
26953
26954 pt avant le mot en question: 
26955 \begin_inset Marginal
26956 status open
26957
26958 \begin_layout Plain Layout
26959 \begin_inset space \hspace{}
26960 \length 0pt
26961 \end_inset
26962
26963 UnMotTrèsLongEnMarge avec une césure.
26964 \end_layout
26965
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \begin_layout Standard
26972 \begin_inset VSpace bigskip
26973 \end_inset
26974
26975
26976 \end_layout
26977
26978 \begin_layout Standard
26979 \begin_inset Note Greyedout
26980 status open
26981
26982 \begin_layout Plain Layout
26983
26984 \series bold
26985 Note:
26986 \series default
26987  Normalement, les notes en marge ne peuvent pas être utilisées dans des
26988  tableaux, des flottants et des notes de bas de page.
26989 \end_layout
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \begin_layout Standard
26997 \begin_inset VSpace bigskip
26998 \end_inset
26999
27000
27001 \end_layout
27002
27003 \begin_layout Standard
27004 \begin_inset ERT
27005 status collapsed
27006
27007 \begin_layout Plain Layout
27008
27009
27010 \backslash
27011 ifmarginnote
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \begin_inset Note Note
27018 status open
27019
27020 \begin_layout Plain Layout
27021 La section suivante ne sera affichée que si le paquetage LaTeX 
27022 \series bold
27023 marginnote
27024 \series default
27025  a été installé.
27026 \end_layout
27027
27028 \end_inset
27029
27030
27031 \end_layout
27032
27033 \begin_layout Standard
27034 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
27035 \series bold
27036 marginnote
27037 \series default
27038
27039 \begin_inset Index idx
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043 Paquetages LaTeX ! marginnote
27044 \end_layout
27045
27046 \end_inset
27047
27048 .
27049  En ajoutant les deux lignes suivantes au préambule de votre document, la
27050  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
27051  la commande fournie par le paquetage 
27052 \series bold
27053 marginnote
27054 \series default
27055  :
27056 \end_layout
27057
27058 \begin_layout Standard
27059
27060 \series bold
27061
27062 \backslash
27063 usepackage{marginnote}
27064 \begin_inset Newline newline
27065 \end_inset
27066
27067
27068 \backslash
27069 let
27070 \backslash
27071 marginpar
27072 \backslash
27073 marginnote
27074 \end_layout
27075
27076 \begin_layout Standard
27077 Ce paquetage est aussi utilisé dans ce document parce que 
27078 \series bold
27079 marginnote
27080 \series default
27081  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
27082  vertical pour une note.
27083  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
27084  sont trop proches les unes des autres ou que vous voulez améliorer la mise
27085  en page.
27086  Le décalage est inséré dans LyX sous forme de code TeX directement après
27087  la note sous la forme
27088 \end_layout
27089
27090 \begin_layout Standard
27091
27092 \series bold
27093 [offset]
27094 \end_layout
27095
27096 \begin_layout Standard
27097 où l'offset utilise l'une des unités listées dans le tableau
27098 \begin_inset space ~
27099 \end_inset
27100
27101
27102 \begin_inset CommandInset ref
27103 LatexCommand ref
27104 reference "cha:Unités-de-longueur"
27105
27106 \end_inset
27107
27108 .
27109  Une valeur négative déplace la note vers le haut, une valeur positive la
27110  déplace vers le bas.
27111  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
27112  vers le haut de 1.5
27113 \begin_inset space \thinspace{}
27114 \end_inset
27115
27116 cm avec la commande en code TeX 
27117 \begin_inset Quotes eld
27118 \end_inset
27119
27120
27121 \series bold
27122 [-1.5cm]
27123 \series default
27124
27125 \begin_inset Quotes erd
27126 \end_inset
27127
27128
27129 \begin_inset Marginal
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133 Cette note en marge est décalée vers le haut de 1.5
27134 \begin_inset space \thinspace{}
27135 \end_inset
27136
27137 cm par rapport à sa position d'origine.
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \begin_inset ERT
27144 status collapsed
27145
27146 \begin_layout Plain Layout
27147
27148 [-1.5cm]
27149 \end_layout
27150
27151 \end_inset
27152
27153
27154 \end_layout
27155
27156 \begin_layout Standard
27157 \begin_inset VSpace medskip
27158 \end_inset
27159
27160 Avec le paquetage 
27161 \series bold
27162 marginnote
27163 \series default
27164  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
27165  Par exemple les commandes 
27166 \end_layout
27167
27168 \begin_layout Standard
27169
27170 \series bold
27171
27172 \backslash
27173 renewcommand*{
27174 \backslash
27175 raggedleftmarginnote}{
27176 \backslash
27177 centering}
27178 \begin_inset Newline newline
27179 \end_inset
27180
27181
27182 \backslash
27183 renewcommand*{
27184 \backslash
27185 raggedrightmarginnote}{
27186 \backslash
27187 centering}
27188 \end_layout
27189
27190 \begin_layout Standard
27191 donnent un alignement centré.
27192  
27193 \series bold
27194
27195 \backslash
27196 raggedleftmarginnote
27197 \series default
27198  indique une note qui apparaît dans la marge de gauche.
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 renewcommand*{
27207 \backslash
27208 raggedleftmarginnote}{
27209 \backslash
27210 centering}
27211 \end_layout
27212
27213 \begin_layout Plain Layout
27214
27215
27216 \backslash
27217 renewcommand*{
27218 \backslash
27219 raggedrightmarginnote}{
27220 \backslash
27221 centering}
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \begin_inset Marginal
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Le texte de cette note en marge est centré.
27232 \end_layout
27233
27234 \end_inset
27235
27236 .
27237  Le comportement implicite est donné par
27238 \end_layout
27239
27240 \begin_layout Standard
27241
27242 \series bold
27243
27244 \backslash
27245 renewcommand*{
27246 \backslash
27247 raggedleftmarginnote}{
27248 \backslash
27249 raggedleft}
27250 \begin_inset Newline newline
27251 \end_inset
27252
27253
27254 \backslash
27255 renewcommand*{
27256 \backslash
27257 raggedrightmarginnote}{
27258 \backslash
27259 raggedright}
27260 \series default
27261
27262 \begin_inset ERT
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266
27267
27268 \backslash
27269 renewcommand*{
27270 \backslash
27271 raggedleftmarginnote}{
27272 \backslash
27273 raggedleft}
27274 \end_layout
27275
27276 \begin_layout Plain Layout
27277
27278
27279 \backslash
27280 renewcommand*{
27281 \backslash
27282 raggedrightmarginnote}{
27283 \backslash
27284 raggedright}
27285 \end_layout
27286
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset VSpace medskip
27294 \end_inset
27295
27296 Pour les autre fonctions du paquetage 
27297 \series bold
27298 marginnote
27299 \series default
27300  nous vous renvoyons à sa documentation 
27301 \begin_inset CommandInset citation
27302 LatexCommand cite
27303 key "marginnote"
27304
27305 \end_inset
27306
27307 .
27308 \end_layout
27309
27310 \begin_layout Standard
27311 \begin_inset VSpace bigskip
27312 \end_inset
27313
27314 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
27315  définition.
27316  Pour créer par exemple une entête pour toutes les notes en marge avec le
27317  texte 
27318 \begin_inset Quotes eld
27319 \end_inset
27320
27321
27322 \family sans
27323 \series bold
27324 \bar under
27325 Attention!
27326 \family default
27327 \series default
27328 \bar default
27329
27330 \begin_inset Quotes erd
27331 \end_inset
27332
27333  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
27334  de votre document :
27335 \end_layout
27336
27337 \begin_layout Standard
27338
27339 \series bold
27340
27341 \backslash
27342 let
27343 \backslash
27344 myMarginpar
27345 \backslash
27346 marginpar
27347 \begin_inset Newline newline
27348 \end_inset
27349
27350
27351 \backslash
27352 renewcommand{
27353 \backslash
27354 marginpar}[1]{
27355 \backslash
27356 myMarginpar{%
27357 \begin_inset Newline newline
27358 \end_inset
27359
27360
27361 \begin_inset Phantom HPhantom
27362 status open
27363
27364 \begin_layout Plain Layout
27365
27366 \series bold
27367 \begin_inset space ~
27368 \end_inset
27369
27370
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \backslash
27377 hspace{0pt}
27378 \backslash
27379 textsf{
27380 \backslash
27381 textbf{
27382 \backslash
27383 underbar{Attention!}}}%
27384 \begin_inset Newline newline
27385 \end_inset
27386
27387
27388 \begin_inset Phantom HPhantom
27389 status open
27390
27391 \begin_layout Plain Layout
27392
27393 \series bold
27394 \begin_inset space ~
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \backslash
27404 vspace{1.5mm}
27405 \backslash
27406
27407 \backslash
27408 #1}}
27409 \end_layout
27410
27411 \begin_layout Standard
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 let
27420 \backslash
27421 myMarginpar
27422 \backslash
27423 marginpar
27424 \end_layout
27425
27426 \begin_layout Plain Layout
27427
27428
27429 \backslash
27430 renewcommand{
27431 \backslash
27432 marginpar}[1]{
27433 \backslash
27434 myMarginpar{%
27435 \end_layout
27436
27437 \begin_layout Plain Layout
27438
27439    
27440 \backslash
27441 textsf{
27442 \backslash
27443 textbf{
27444 \backslash
27445 underbar{Attention!}}}%
27446 \end_layout
27447
27448 \begin_layout Plain Layout
27449
27450    
27451 \backslash
27452 vspace{1.5mm}
27453 \backslash
27454
27455 \backslash
27456 #1}}
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \begin_inset Marginal
27463 status open
27464
27465 \begin_layout Plain Layout
27466 Ceci est une note en marge avec une en-tête prédéfinie.
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \begin_inset ERT
27473 status collapsed
27474
27475 \begin_layout Plain Layout
27476
27477 [-1.5cm]
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \begin_inset ERT
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487
27488
27489 \backslash
27490 renewcommand{
27491 \backslash
27492 marginpar}[1]{
27493 \backslash
27494 myMarginpar{#1}}
27495 \end_layout
27496
27497 \end_inset
27498
27499
27500 \begin_inset Note Note
27501 status collapsed
27502
27503 \begin_layout Plain Layout
27504
27505 \lang english
27506 The margin note format is changed only for this example.
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 \begin_inset ERT
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519
27520
27521 \backslash
27522 else
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \begin_inset Note Note
27529 status open
27530
27531 \begin_layout Plain Layout
27532 Ce qui suit sera affiché si le paquetage LaTeX 
27533 \series bold
27534 marginnote
27535 \series default
27536  n'est pas installé :
27537 \end_layout
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Standard
27545 Vous devez installer le paquetage LaTeX 
27546 \series bold
27547 marginnote
27548 \series default
27549  pour voir la suite de cette section dans la sortie imprimée.
27550 \end_layout
27551
27552 \begin_layout Standard
27553 \begin_inset ERT
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557
27558
27559 \backslash
27560 fi
27561 \end_layout
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Chapter
27569 Les Boîtes
27570 \end_layout
27571
27572 \begin_layout Section
27573 Introduction
27574 \begin_inset Index idx
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 Boîtes ! Introduction
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
27588  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
27589  voir la section
27590 \begin_inset space ~
27591 \end_inset
27592
27593
27594 \begin_inset CommandInset ref
27595 LatexCommand ref
27596 reference "sec:Minipages"
27597
27598 \end_inset
27599
27600 , pour encadrer des portions de texte, voir la section
27601 \begin_inset space ~
27602 \end_inset
27603
27604
27605 \begin_inset CommandInset ref
27606 LatexCommand ref
27607 reference "sec:Décorations"
27608
27609 \end_inset
27610
27611 , pour empêcher que des mots subissent une césure, voir la section
27612 \begin_inset space ~
27613 \end_inset
27614
27615
27616 \begin_inset CommandInset ref
27617 LatexCommand ref
27618 reference "sec:Empêcher-césure"
27619
27620 \end_inset
27621
27622 , pour aligner du texte, voir la section
27623 \begin_inset space ~
27624 \end_inset
27625
27626
27627 \begin_inset CommandInset ref
27628 LatexCommand ref
27629 reference "sub:Alignement-Vertical"
27630
27631 \end_inset
27632
27633 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
27634 \begin_inset space ~
27635 \end_inset
27636
27637
27638 \begin_inset CommandInset ref
27639 LatexCommand ref
27640 reference "sec:Boîtes-colorées"
27641
27642 \end_inset
27643
27644 .
27645 \end_layout
27646
27647 \begin_layout Standard
27648 On peut insérer une boîte en utilisant le menu 
27649 \family sans
27650 Insérer\SpecialChar \menuseparator
27651 Boîte
27652 \family default
27653  ou avec le bouton 
27654 \begin_inset Graphics
27655         filename ../../images/box-insert.png
27656         scale 85
27657         scaleBeforeRotation
27658
27659 \end_inset
27660
27661  de la barre d'outils.
27662  Une boîte grise avec une étiquette 
27663 \family sans
27664 Boîte
27665 \begin_inset space ~
27666 \end_inset
27667
27668 (Minipage)
27669 \family default
27670
27671 \begin_inset Graphics
27672         filename clipart/BoxInsetDefaultQt4.png
27673         scale 65
27674         scaleBeforeRotation
27675
27676 \end_inset
27677
27678  est alors insérée.
27679  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
27680  et en choisissant 
27681 \family sans
27682 Paramètres
27683 \family default
27684  .
27685  La fenêtre de dialogue qui apparaît donne accès aux types de
27686 \family sans
27687  Boîte
27688 \begin_inset space ~
27689 \end_inset
27690
27691 Intérieure
27692 \family default
27693  
27694 \family sans
27695 Makebox, Parbox
27696 \family default
27697  et 
27698 \family sans
27699 Minipage
27700 \family default
27701 .
27702  Le type 
27703 \family sans
27704 Minipage
27705 \family default
27706  est le type implicite pour les boîtes nouvellement créées et il est décrit
27707  dans la section
27708 \begin_inset space ~
27709 \end_inset
27710
27711
27712 \begin_inset CommandInset ref
27713 LatexCommand ref
27714 reference "sec:Minipages"
27715
27716 \end_inset
27717
27718 ; le type 
27719 \family sans
27720 Parbox
27721 \family default
27722  est décrit dans la section
27723 \begin_inset space ~
27724 \end_inset
27725
27726
27727 \begin_inset CommandInset ref
27728 LatexCommand ref
27729 reference "sec:Parboxes"
27730
27731 \end_inset
27732
27733  et le type 
27734 \family sans
27735 Makebox
27736 \family default
27737  est décrit dans la section
27738 \begin_inset space ~
27739 \end_inset
27740
27741
27742 \begin_inset CommandInset ref
27743 LatexCommand ref
27744 reference "sec:Empêcher-césure"
27745
27746 \end_inset
27747
27748 .
27749 \end_layout
27750
27751 \begin_layout Standard
27752 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
27753  comme les flottants ou les notes de bas de page.
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset Note Greyedout
27758 status open
27759
27760 \begin_layout Plain Layout
27761
27762 \series bold
27763 Note:
27764 \series default
27765  Vous ne pouvez pas employer une boîte comme élément dans un environnement
27766  de type 
27767 \family sans
27768 Liste
27769 \family default
27770  ou 
27771 \family sans
27772 Description
27773 \family default
27774 .
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Standard
27783 \begin_inset Note Greyedout
27784 status open
27785
27786 \begin_layout Plain Layout
27787
27788 \series bold
27789 Note:
27790 \series default
27791  Pour une raison inconnue, vous ne pouvez mettre le type de la 
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 Aucune
27802 \family default
27803  que quand vous utilisez une boîte encadrée.
27804  Les boîtes sans 
27805 \family sans
27806 Boîte
27807 \begin_inset space ~
27808 \end_inset
27809
27810 Intérieure
27811 \family default
27812  et sans cadre sont expliquées dans la section
27813 \begin_inset space ~
27814 \end_inset
27815
27816
27817 \begin_inset CommandInset ref
27818 LatexCommand ref
27819 reference "sec:Empêcher-césure"
27820
27821 \end_inset
27822
27823 .
27824 \end_layout
27825
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \begin_layout Section
27832 La fenêtre de dialogue Boîte
27833 \begin_inset CommandInset label
27834 LatexCommand label
27835 name "sec:Boîte-Dialogue"
27836
27837 \end_inset
27838
27839
27840 \begin_inset Index idx
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844 Boîtes ! Fenêtre de dialogue Boîte
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Subsection
27853 Taille
27854 \begin_inset Index idx
27855 status collapsed
27856
27857 \begin_layout Plain Layout
27858 Boîtes ! Taille
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 Dans la fenêtre de dialogue 
27868 \family sans
27869 Paramètres
27870 \begin_inset space ~
27871 \end_inset
27872
27873 de
27874 \begin_inset space ~
27875 \end_inset
27876
27877 Boîte
27878 \family default
27879  vous pouvez modifier la géométrie de la boîte avec les champs 
27880 \family sans
27881 Largeur
27882 \family default
27883  et 
27884 \family sans
27885 Hauteur
27886 \family default
27887 .
27888  Les unités de longueur qui sont utilisables dans ces champs sont décrites
27889  dans le tableau
27890 \begin_inset space ~
27891 \end_inset
27892
27893
27894 \begin_inset CommandInset ref
27895 LatexCommand ref
27896 reference "tab:Unités"
27897
27898 \end_inset
27899
27900 .
27901  Le champ 
27902 \family sans
27903 Hauteur
27904 \family default
27905  offre en plus les spécifications de taille suivantes :
27906 \end_layout
27907
27908 \begin_layout Description
27909 Profondeur C'est simplement la 
27910 \begin_inset Quotes eld
27911 \end_inset
27912
27913 hauteur
27914 \begin_inset Quotes erd
27915 \end_inset
27916
27917  du texte.
27918  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
27919  lignes de texte dans la boîte.
27920 \begin_inset Newline newline
27921 \end_inset
27922
27923
27924 \begin_inset Newline newline
27925 \end_inset
27926
27927
27928 \begin_inset Newline newline
27929 \end_inset
27930
27931
27932 \begin_inset Box Boxed
27933 position "c"
27934 hor_pos "c"
27935 has_inner_box 1
27936 inner_pos "c"
27937 use_parbox 0
27938 use_makebox 0
27939 width "12col%"
27940 special "none"
27941 height "1in"
27942 height_special "depth"
27943 status open
27944
27945 \begin_layout Plain Layout
27946 \align center
27947 Boîte dont la hauteur est égale à 1
27948 \begin_inset space \thinspace{}
27949 \end_inset
27950
27951 Profondeur
27952 \end_layout
27953
27954 \end_inset
27955
27956
27957 \begin_inset Newline newline
27958 \end_inset
27959
27960
27961 \begin_inset Newline newline
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Description
27968 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
27969  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
27970  est deux fois plus haute que le texte : 
27971 \begin_inset Box Boxed
27972 position "c"
27973 hor_pos "c"
27974 has_inner_box 1
27975 inner_pos "c"
27976 use_parbox 0
27977 use_makebox 0
27978 width "20col%"
27979 special "none"
27980 height "2in"
27981 height_special "height"
27982 status open
27983
27984 \begin_layout Plain Layout
27985 \align center
27986 Boîte dont la hauteur est 2
27987 \begin_inset space \thinspace{}
27988 \end_inset
27989
27990 Hauteur
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \end_layout
27997
27998 \begin_layout Description
27999 Hauteur
28000 \begin_inset space ~
28001 \end_inset
28002
28003 Totale C'est égal à Hauteur
28004 \begin_inset space \thinspace{}
28005 \end_inset
28006
28007 +
28008 \begin_inset space \thinspace{}
28009 \end_inset
28010
28011 Profondeur : 
28012 \begin_inset Box Boxed
28013 position "c"
28014 hor_pos "c"
28015 has_inner_box 1
28016 inner_pos "c"
28017 use_parbox 0
28018 use_makebox 0
28019 width "20col%"
28020 special "none"
28021 height "1in"
28022 height_special "totalheight"
28023 status open
28024
28025 \begin_layout Plain Layout
28026 \align center
28027 Boîte dont la hauteur est 1
28028 \begin_inset space \thinspace{}
28029 \end_inset
28030
28031 Hauteur
28032 \begin_inset space ~
28033 \end_inset
28034
28035 Totale
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \end_layout
28042
28043 \begin_layout Description
28044 Largeur On prend la largeur de la boîte comme hauteur : 
28045 \begin_inset Box Boxed
28046 position "c"
28047 hor_pos "c"
28048 has_inner_box 1
28049 inner_pos "c"
28050 use_parbox 0
28051 use_makebox 0
28052 width "12col%"
28053 special "none"
28054 height "1in"
28055 height_special "width"
28056 status open
28057
28058 \begin_layout Plain Layout
28059 \align center
28060 Boîte dont la hauteur est 1
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064 Largeur
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Subsection
28073 Alignement
28074 \begin_inset Index idx
28075 status collapsed
28076
28077 \begin_layout Plain Layout
28078 Boîtes ! Alignement
28079 \end_layout
28080
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \begin_layout Standard
28087 Quand vous avez choisi une 
28088 \family sans
28089 Boîte
28090 \begin_inset space ~
28091 \end_inset
28092
28093 Intérieure
28094 \family default
28095 , l'alignement vertical de la boîte peut être :
28096 \end_layout
28097
28098 \begin_layout Description
28099 Haut Ceci est un exemple de texte.
28100  
28101 \begin_inset Box Boxed
28102 position "t"
28103 hor_pos "c"
28104 has_inner_box 1
28105 inner_pos "c"
28106 use_parbox 0
28107 use_makebox 0
28108 width "12col%"
28109 special "none"
28110 height "1in"
28111 height_special "totalheight"
28112 status collapsed
28113
28114 \begin_layout Plain Layout
28115 \align center
28116 Cette boîte est alignée sur le haut.
28117 \end_layout
28118
28119 \end_inset
28120
28121  Ceci est un exemple de texte.
28122 \end_layout
28123
28124 \begin_layout Description
28125 Milieu Ceci est un exemple de texte.
28126  
28127 \begin_inset Box Boxed
28128 position "c"
28129 hor_pos "c"
28130 has_inner_box 1
28131 inner_pos "c"
28132 use_parbox 0
28133 use_makebox 0
28134 width "12col%"
28135 special "none"
28136 height "1in"
28137 height_special "totalheight"
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 \align center
28142 Cette boîte est alignée au centre.
28143 \end_layout
28144
28145 \end_inset
28146
28147  Ceci est un exemple de texte.
28148 \end_layout
28149
28150 \begin_layout Description
28151 Bas Ceci est un exemple de texte.
28152  
28153 \begin_inset Box Boxed
28154 position "b"
28155 hor_pos "c"
28156 has_inner_box 1
28157 inner_pos "c"
28158 use_parbox 0
28159 use_makebox 0
28160 width "12col%"
28161 special "none"
28162 height "1in"
28163 height_special "totalheight"
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 \align center
28168 Cette boîte est alignée sur le bas.
28169 \end_layout
28170
28171 \end_inset
28172
28173  Ceci est un exemple de texte.
28174 \end_layout
28175
28176 \begin_layout Standard
28177 \begin_inset Note Greyedout
28178 status open
28179
28180 \begin_layout Plain Layout
28181
28182 \series bold
28183 Note:
28184 \series default
28185  L'alignement vertical peut être perturbé dans la sortie finale quand vous
28186  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
28187  l'autre non.
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \begin_layout Standard
28196 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
28197  paragraphe grâce à la fenêtre de dialogue 
28198 \family sans
28199 Paramètres
28200 \begin_inset space ~
28201 \end_inset
28202
28203 de
28204 \begin_inset space ~
28205 \end_inset
28206
28207 Boîte
28208 \family default
28209 .
28210 \end_layout
28211
28212 \begin_layout Standard
28213 \begin_inset VSpace bigskip
28214 \end_inset
28215
28216 Quand vous avez choisi une 
28217 \family sans
28218 Boîte
28219 \begin_inset space ~
28220 \end_inset
28221
28222 Intérieure
28223 \family default
28224 , l'alignement vertical du contenu de la boîte peut être :
28225 \end_layout
28226
28227 \begin_layout Description
28228 haut Ceci est un exemple de texte.
28229 \begin_inset Box Boxed
28230 position "c"
28231 hor_pos "c"
28232 has_inner_box 1
28233 inner_pos "t"
28234 use_parbox 0
28235 use_makebox 0
28236 width "12col%"
28237 special "none"
28238 height "1.5in"
28239 height_special "totalheight"
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243 \align center
28244 Le texte de cette boîte est aligné sur le haut.
28245 \end_layout
28246
28247 \end_inset
28248
28249  Ceci est un exemple de texte.
28250 \end_layout
28251
28252 \begin_layout Description
28253 milieu Ceci est un exemple de texte.
28254  
28255 \begin_inset Box Boxed
28256 position "c"
28257 hor_pos "c"
28258 has_inner_box 1
28259 inner_pos "c"
28260 use_parbox 0
28261 use_makebox 0
28262 width "12col%"
28263 special "none"
28264 height "1.5in"
28265 height_special "totalheight"
28266 status collapsed
28267
28268 \begin_layout Plain Layout
28269 \align center
28270 Le texte de cette boîte est aligné au centre
28271 \end_layout
28272
28273 \end_inset
28274
28275  Ceci est un exemple de texte.
28276 \end_layout
28277
28278 \begin_layout Description
28279 bas Ceci est un exemple de texte.
28280  
28281 \begin_inset Box Boxed
28282 position "c"
28283 hor_pos "c"
28284 has_inner_box 1
28285 inner_pos "b"
28286 use_parbox 0
28287 use_makebox 0
28288 width "12col%"
28289 special "none"
28290 height "1.5in"
28291 height_special "totalheight"
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 \align center
28296 Le texte de cette boîte est aligné en bas.
28297 \end_layout
28298
28299 \end_inset
28300
28301  Ceci est un exemple de texte.
28302 \end_layout
28303
28304 \begin_layout Description
28305 élongation Ceci est un exemple de texte.
28306  
28307 \begin_inset Box Boxed
28308 position "c"
28309 hor_pos "c"
28310 has_inner_box 1
28311 inner_pos "s"
28312 use_parbox 0
28313 use_makebox 0
28314 width "12col%"
28315 special "none"
28316 height "1.5in"
28317 height_special "totalheight"
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 \align center
28322 Le texte 
28323 \end_layout
28324
28325 \begin_layout Plain Layout
28326 \align center
28327 de cette
28328 \end_layout
28329
28330 \begin_layout Plain Layout
28331 \align center
28332 boîte est
28333 \end_layout
28334
28335 \begin_layout Plain Layout
28336 \align center
28337 allongé.
28338 \end_layout
28339
28340 \end_inset
28341
28342  Ceci est un exemple de texte.
28343 \end_layout
28344
28345 \begin_layout Standard
28346 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
28347  paragraphe.
28348  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
28349 \end_layout
28350
28351 \begin_layout Standard
28352 \begin_inset VSpace bigskip
28353 \end_inset
28354
28355 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
28356  la fenêtre de dialogue 
28357 \family sans
28358 Paramètres
28359 \begin_inset space ~
28360 \end_inset
28361
28362 de
28363 \begin_inset space ~
28364 \end_inset
28365
28366 paragraphe
28367 \family default
28368  quand vous avez choisi une 
28369 \family sans
28370 Boîte
28371 \begin_inset space ~
28372 \end_inset
28373
28374 Intérieure
28375 \family default
28376 .
28377 \end_layout
28378
28379 \begin_layout Standard
28380 \align center
28381 \begin_inset Box Boxed
28382 position "c"
28383 hor_pos "c"
28384 has_inner_box 1
28385 inner_pos "s"
28386 use_parbox 0
28387 use_makebox 0
28388 width "15col%"
28389 special "none"
28390 height "1.25in"
28391 height_special "totalheight"
28392 status open
28393
28394 \begin_layout Plain Layout
28395 \align left
28396 Le texte de 
28397 \end_layout
28398
28399 \begin_layout Plain Layout
28400 \align left
28401 cette boîte
28402 \end_layout
28403
28404 \begin_layout Plain Layout
28405 \align right
28406 est allongé.
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \end_layout
28413
28414 \begin_layout Standard
28415 Si vous n'avez pas choisi une 
28416 \family sans
28417 Boîte
28418 \begin_inset space ~
28419 \end_inset
28420
28421 Intérieure
28422 \family default
28423 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
28424  de dialogue de boîte.
28425 \end_layout
28426
28427 \begin_layout Standard
28428 \align center
28429 \begin_inset Box Boxed
28430 position "c"
28431 hor_pos "s"
28432 has_inner_box 0
28433 inner_pos "s"
28434 use_parbox 0
28435 use_makebox 0
28436 width "90col%"
28437 special "none"
28438 height "1.25in"
28439 height_special "totalheight"
28440 status open
28441
28442 \begin_layout Plain Layout
28443 Le texte de cette boîte est allongé horizontalement.
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \begin_layout Subsection
28452 Décorations
28453 \begin_inset CommandInset label
28454 LatexCommand label
28455 name "sec:Décorations"
28456
28457 \end_inset
28458
28459
28460 \begin_inset Index idx
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 Boîtes ! Décorations
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Standard
28473 On peut spécifier le style de la boîte en utilisant la liste déroulante
28474  
28475 \family sans
28476 Décoration
28477 \family default
28478 .
28479  Les possibilités sont les suivantes :
28480 \end_layout
28481
28482 \begin_layout Description
28483 Aucun
28484 \begin_inset space ~
28485 \end_inset
28486
28487 cadre
28488 \begin_inset space ~
28489 \end_inset
28490
28491 tracé Rien n'est tracé
28492 \end_layout
28493
28494 \begin_layout Description
28495 Cadre
28496 \begin_inset space ~
28497 \end_inset
28498
28499 rectangulaire
28500 \begin_inset space ~
28501 \end_inset
28502
28503 simple Ceci dessine un cadre rectangulaire autour de la boîte.
28504  L'épaisseur du trait de ce cadre est donnée par la variable  
28505 \series bold
28506
28507 \backslash
28508 fboxrule
28509 \series default
28510 .
28511 \begin_inset Newline newline
28512 \end_inset
28513
28514
28515 \begin_inset Box Boxed
28516 position "c"
28517 hor_pos "c"
28518 has_inner_box 1
28519 inner_pos "c"
28520 use_parbox 0
28521 use_makebox 0
28522 width "20col%"
28523 special "none"
28524 height "1in"
28525 height_special "totalheight"
28526 status open
28527
28528 \begin_layout Plain Layout
28529 \align center
28530 Boîte rectangulaire
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \end_layout
28537
28538 \begin_layout Description
28539 Cadre
28540 \begin_inset space ~
28541 \end_inset
28542
28543 oval,
28544 \begin_inset space ~
28545 \end_inset
28546
28547 fin Ceci dessine un cadre ovalisée autour de la boîte.
28548  L'épaisseur du trait de ce cadre est de  0.4
28549 \begin_inset space \thinspace{}
28550 \end_inset
28551
28552 pt.
28553  
28554 \begin_inset Box ovalbox
28555 position "c"
28556 hor_pos "c"
28557 has_inner_box 1
28558 inner_pos "c"
28559 use_parbox 0
28560 use_makebox 0
28561 width "20col%"
28562 special "none"
28563 height "1in"
28564 height_special "totalheight"
28565 status open
28566
28567 \begin_layout Plain Layout
28568 \align center
28569 Boîte ovalisée, fine
28570 \end_layout
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Description
28578 Cadre
28579 \begin_inset space ~
28580 \end_inset
28581
28582 oval,
28583 \begin_inset space ~
28584 \end_inset
28585
28586 épais Ceci dessine un cadre ovalisée autour de la boîte.
28587  L'épaisseur du trait de ce cadre est de   0.8
28588 \begin_inset space \thinspace{}
28589 \end_inset
28590
28591 pt.
28592  
28593 \begin_inset Box Ovalbox
28594 position "c"
28595 hor_pos "c"
28596 has_inner_box 1
28597 inner_pos "c"
28598 use_parbox 0
28599 use_makebox 0
28600 width "20col%"
28601 special "none"
28602 height "1in"
28603 height_special "totalheight"
28604 status open
28605
28606 \begin_layout Plain Layout
28607 \align center
28608 Boîte ovalisée, épaisse
28609 \end_layout
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Description
28617 Ombre
28618 \begin_inset space ~
28619 \end_inset
28620
28621 en
28622 \begin_inset space ~
28623 \end_inset
28624
28625 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
28626  L'épaisseur du trait de ce cadre est donnée par la variable  
28627 \series bold
28628
28629 \backslash
28630 fboxrule
28631 \series default
28632 , l'ombre a une épaisseur de  4
28633 \begin_inset space \thinspace{}
28634 \end_inset
28635
28636 pt.
28637  
28638 \begin_inset Box Shadowbox
28639 position "c"
28640 hor_pos "c"
28641 has_inner_box 1
28642 inner_pos "c"
28643 use_parbox 0
28644 use_makebox 0
28645 width "20col%"
28646 special "none"
28647 height "1in"
28648 height_special "totalheight"
28649 status open
28650
28651 \begin_layout Plain Layout
28652 \align center
28653 Boîte ombrée
28654 \end_layout
28655
28656 \end_inset
28657
28658
28659 \end_layout
28660
28661 \begin_layout Description
28662 Fond
28663 \begin_inset space ~
28664 \end_inset
28665
28666 ombré Ceci dessine une boîte avec un arrière plan rouge.
28667  Contrairement aux boîtes coloriées
28668 \begin_inset Foot
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672 Voir la section
28673 \begin_inset space ~
28674 \end_inset
28675
28676
28677 \begin_inset CommandInset ref
28678 LatexCommand ref
28679 reference "sec:Boîtes-colorées"
28680
28681 \end_inset
28682
28683 .
28684 \end_layout
28685
28686 \end_inset
28687
28688 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
28689  son propre paragraphe.
28690 \lang english
28691
28692 \begin_inset Box Shaded
28693 position "t"
28694 hor_pos "c"
28695 has_inner_box 0
28696 inner_pos "t"
28697 use_parbox 0
28698 use_makebox 0
28699 width "50col%"
28700 special "none"
28701 height "1in"
28702 height_special "totalheight"
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706 Boîte avec fond ombré
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Description
28715 Cadre
28716 \begin_inset space ~
28717 \end_inset
28718
28719 rectangulaire
28720 \begin_inset space ~
28721 \end_inset
28722
28723 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
28724  boîte.
28725  L'épaisseur du trait du cadre interne est de 0.75
28726 \begin_inset space \thinspace{}
28727 \end_inset
28728
28729
28730 \series bold
28731
28732 \backslash
28733 fboxrule
28734 \series default
28735 , l'épaisseur du trait du cadre externe est de 1.5
28736 \begin_inset space \thinspace{}
28737 \end_inset
28738
28739
28740 \series bold
28741
28742 \backslash
28743 fboxrule
28744 \series default
28745 .
28746  La distance entre les deux cadres est de  1.5
28747 \begin_inset space \thinspace{}
28748 \end_inset
28749
28750
28751 \series bold
28752
28753 \backslash
28754 fboxrule
28755 \series default
28756
28757 \begin_inset space \thinspace{}
28758 \end_inset
28759
28760 +
28761 \begin_inset space \thinspace{}
28762 \end_inset
28763
28764 0.5
28765 \begin_inset space \thinspace{}
28766 \end_inset
28767
28768 pt.
28769  
28770 \begin_inset Box Doublebox
28771 position "c"
28772 hor_pos "c"
28773 has_inner_box 1
28774 inner_pos "c"
28775 use_parbox 0
28776 use_makebox 0
28777 width "20col%"
28778 special "none"
28779 height "1in"
28780 height_special "totalheight"
28781 status open
28782
28783 \begin_layout Plain Layout
28784 \align center
28785 Boîte double
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \end_layout
28792
28793 \begin_layout Standard
28794 \begin_inset VSpace bigskip
28795 \end_inset
28796
28797 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
28798  style de boîte utilisé.
28799  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
28800  le paquetage LaTeX 
28801 \series bold
28802 fancybox
28803 \series default
28804
28805 \begin_inset Index idx
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809 Paquetages LaTeX ! fancybox
28810 \end_layout
28811
28812 \end_inset
28813
28814 .
28815 \end_layout
28816
28817 \begin_layout Standard
28818 \begin_inset VSpace bigskip
28819 \end_inset
28820
28821 Quand vous utilisez le style de décoration 
28822 \family sans
28823 cadre rectangulaire simple
28824 \family default
28825  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
28826  de la boîte.
28827  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
28828  prendra toute la largeur de la colonne, la boîte sera considérée comme
28829  son propre paragraphe et 
28830 \series bold
28831
28832 \backslash
28833 fboxrule
28834 \series default
28835  et 
28836 \series bold
28837
28838 \backslash
28839 fboxsep
28840 \series default
28841  n'ont aucun effet sur ce type de boîte.
28842  L'épaisseur de la ligne du cadre a la valeur de 
28843 \series bold
28844
28845 \backslash
28846 FrameRule
28847 \series default
28848 .
28849  
28850 \begin_inset Box Framed
28851 position "t"
28852 hor_pos "c"
28853 has_inner_box 0
28854 inner_pos "t"
28855 use_parbox 0
28856 use_makebox 0
28857 width "100col%"
28858 special "none"
28859 height "1in"
28860 height_special "totalheight"
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864 Boîte avec cadre simple et sauts de page
28865 \end_layout
28866
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \begin_layout Section
28873 Personnalisation des boîtes
28874 \begin_inset Index idx
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 Boîtes! Personnalisation
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \end_layout
28885
28886 \begin_layout Standard
28887 La valeur implicite pour la variable 
28888 \series bold
28889
28890 \backslash
28891 fboxrule
28892 \series default
28893  est 0.4
28894 \begin_inset space \thinspace{}
28895 \end_inset
28896
28897 pt.
28898  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
28899  pour avoir 2
28900 \begin_inset space \thinspace{}
28901 \end_inset
28902
28903 pt :
28904 \end_layout
28905
28906 \begin_layout Standard
28907
28908 \series bold
28909
28910 \backslash
28911 setlength{
28912 \backslash
28913 fboxrule}{2pt}
28914 \end_layout
28915
28916 \begin_layout Standard
28917 \begin_inset ERT
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921
28922
28923 \backslash
28924 setlength{
28925 \backslash
28926 fboxrule}{2pt}
28927 \end_layout
28928
28929 \end_inset
28930
28931
28932 \begin_inset Box Boxed
28933 position "c"
28934 hor_pos "c"
28935 has_inner_box 1
28936 inner_pos "c"
28937 use_parbox 0
28938 use_makebox 0
28939 width "25col%"
28940 special "none"
28941 height "1in"
28942 height_special "totalheight"
28943 status open
28944
28945 \begin_layout Plain Layout
28946 \align center
28947 Boîte rectangulaire avec 
28948 \series bold
28949
28950 \backslash
28951 fboxrule
28952 \series default
28953
28954 \begin_inset space \thinspace{}
28955 \end_inset
28956
28957 =
28958 \begin_inset space \thinspace{}
28959 \end_inset
28960
28961 2
28962 \begin_inset space \thinspace{}
28963 \end_inset
28964
28965 pt
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \begin_inset ERT
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975
28976
28977 \backslash
28978 setlength{
28979 \backslash
28980 fboxrule}{0.4pt}
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \end_layout
28987
28988 \begin_layout Standard
28989 \begin_inset VSpace bigskip
28990 \end_inset
28991
28992 L'espace entre le cadre et le contenu de la boîte est le même pour tous
28993  les types de cadres, implicitement il est de 3
28994 \begin_inset space \thinspace{}
28995 \end_inset
28996
28997 pt.
28998  Vous pouvez le modifier en donnant une autre valeur à la variable 
28999 \series bold
29000
29001 \backslash
29002 fboxsep
29003 \series default
29004 .
29005  Par exemple la commande
29006 \end_layout
29007
29008 \begin_layout Standard
29009
29010 \series bold
29011
29012 \backslash
29013 setlength{
29014 \backslash
29015 fboxsep}{10pt}
29016 \end_layout
29017
29018 \begin_layout Standard
29019 met une valeur de 10
29020 \begin_inset space \thinspace{}
29021 \end_inset
29022
29023 pt, comme celle utilisée pour cette boîte :
29024 \end_layout
29025
29026 \begin_layout Standard
29027 \begin_inset ERT
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031
29032
29033 \backslash
29034 setlength{
29035 \backslash
29036 fboxsep}{10pt}
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \begin_inset Box Boxed
29043 position "c"
29044 hor_pos "c"
29045 has_inner_box 1
29046 inner_pos "c"
29047 use_parbox 0
29048 use_makebox 0
29049 width "25col%"
29050 special "none"
29051 height "1in"
29052 height_special "totalheight"
29053 status open
29054
29055 \begin_layout Plain Layout
29056 \align center
29057 Boîte rectangulaire avec 
29058 \series bold
29059
29060 \backslash
29061 fboxsep
29062 \series default
29063
29064 \begin_inset space \thinspace{}
29065 \end_inset
29066
29067 =
29068 \begin_inset space \thinspace{}
29069 \end_inset
29070
29071 10
29072 \begin_inset space \thinspace{}
29073 \end_inset
29074
29075 pt
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \begin_inset ERT
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085
29086
29087 \backslash
29088 setlength{
29089 \backslash
29090 fboxsep}{3pt}
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \begin_inset VSpace bigskip
29100 \end_inset
29101
29102 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
29103  la commande 
29104 \series bold
29105
29106 \backslash
29107 cornersize
29108 \series default
29109 .
29110  Par exemple, la commande
29111 \end_layout
29112
29113 \begin_layout Standard
29114
29115 \series bold
29116
29117 \backslash
29118 cornersize*{1cm}
29119 \end_layout
29120
29121 \begin_layout Standard
29122 donne un diamètre de 1
29123 \begin_inset space \thinspace{}
29124 \end_inset
29125
29126 cm.
29127  La commande
29128 \end_layout
29129
29130 \begin_layout Standard
29131
29132 \series bold
29133
29134 \backslash
29135 cornersize{num}
29136 \end_layout
29137
29138 \begin_layout Standard
29139 fixe le diamètre à 
29140 \family sans
29141 num
29142 \begin_inset space \thinspace{}
29143 \end_inset
29144
29145 ×
29146 \begin_inset space \thinspace{}
29147 \end_inset
29148
29149 minimum(largeur et hauteur de la boîte)
29150 \family default
29151 .
29152  La valeur implicite est 
29153 \series bold
29154
29155 \backslash
29156 cornersize{0.5}
29157 \series default
29158 .
29159 \end_layout
29160
29161 \begin_layout Standard
29162 \begin_inset ERT
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166
29167
29168 \backslash
29169 cornersize*{1.5cm}
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \begin_inset Box Ovalbox
29176 position "c"
29177 hor_pos "c"
29178 has_inner_box 1
29179 inner_pos "c"
29180 use_parbox 0
29181 use_makebox 0
29182 width "25col%"
29183 special "none"
29184 height "1in"
29185 height_special "totalheight"
29186 status open
29187
29188 \begin_layout Plain Layout
29189 \align center
29190 Boîte ovale avec 
29191 \series bold
29192
29193 \backslash
29194 cornersize
29195 \series default
29196
29197 \begin_inset space \thinspace{}
29198 \end_inset
29199
29200 =
29201 \begin_inset space \thinspace{}
29202 \end_inset
29203
29204 1.5
29205 \begin_inset space \thinspace{}
29206 \end_inset
29207
29208 cm
29209 \end_layout
29210
29211 \end_inset
29212
29213
29214 \begin_inset ERT
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218
29219
29220 \backslash
29221 cornersize{0.5}
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 \begin_inset VSpace bigskip
29231 \end_inset
29232
29233 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
29234  
29235 \series bold
29236
29237 \backslash
29238 shadowsize
29239 \series default
29240 .
29241  Elle est fixée à 2
29242 \begin_inset space \thinspace{}
29243 \end_inset
29244
29245 pt pour la boîte suivante par la commande :
29246 \end_layout
29247
29248 \begin_layout Standard
29249
29250 \series bold
29251
29252 \backslash
29253 setlength{
29254 \backslash
29255 shadowsize}{2pt}
29256 \end_layout
29257
29258 \begin_layout Standard
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 setlength{
29267 \backslash
29268 shadowsize}{2pt}
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \begin_inset Box Shadowbox
29275 position "c"
29276 hor_pos "c"
29277 has_inner_box 1
29278 inner_pos "c"
29279 use_parbox 0
29280 use_makebox 0
29281 width "25col%"
29282 special "none"
29283 height "1in"
29284 height_special "totalheight"
29285 status open
29286
29287 \begin_layout Plain Layout
29288 \align center
29289 Boîte ombrée avec 
29290 \series bold
29291
29292 \backslash
29293 shadowsize
29294 \series default
29295
29296 \begin_inset space \thinspace{}
29297 \end_inset
29298
29299 =
29300 \begin_inset space \thinspace{}
29301 \end_inset
29302
29303 2
29304 \begin_inset space \thinspace{}
29305 \end_inset
29306
29307 pt
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \begin_inset ERT
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317
29318
29319 \backslash
29320 setlength{
29321 \backslash
29322 shadowsize}{4pt}
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \begin_layout Standard
29331 \begin_inset VSpace bigskip
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 La valeur implicite pour la longueur 
29339 \series bold
29340
29341 \backslash
29342 FrameRule
29343 \series default
29344  est 0,4
29345 \begin_inset space \thinspace{}
29346 \end_inset
29347
29348 pt.
29349  L'espacement implicite entre le contenu de la note et le cadre est de 9
29350 \begin_inset space \thinspace{}
29351 \end_inset
29352
29353 pt et il peut être modifié en utilisant la valeur de 
29354 \series bold
29355
29356 \backslash
29357 FrameSep
29358 \series default
29359 .
29360  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
29361  suivantes en code TeX
29362 \end_layout
29363
29364 \begin_layout Standard
29365
29366 \series bold
29367
29368 \backslash
29369 setlength{
29370 \backslash
29371 FrameRule}{5pt}
29372 \begin_inset Newline newline
29373 \end_inset
29374
29375
29376 \backslash
29377 setlength{
29378 \backslash
29379 FrameSep}{0.5cm}
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388
29389 \backslash
29390 setlength{
29391 \backslash
29392 FrameRule}{5pt}
29393 \end_layout
29394
29395 \begin_layout Plain Layout
29396
29397
29398 \backslash
29399 setlength{
29400 \backslash
29401 FrameSep}{0.5cm}
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \begin_inset Box Framed
29408 position "t"
29409 hor_pos "c"
29410 has_inner_box 0
29411 inner_pos "t"
29412 use_parbox 0
29413 use_makebox 0
29414 width "100col%"
29415 special "none"
29416 height "1in"
29417 height_special "totalheight"
29418 status open
29419
29420 \begin_layout Plain Layout
29421 Ceci est un texte dans une boîte autorisant les 
29422 \family sans
29423 sauts de page
29424 \family default
29425 .
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436
29437 \backslash
29438 setlength{
29439 \backslash
29440 FrameRule}{0.4pt}
29441 \end_layout
29442
29443 \begin_layout Plain Layout
29444
29445
29446 \backslash
29447 setlength{
29448 \backslash
29449 FrameSep}{9pt}
29450 \end_layout
29451
29452 \end_inset
29453
29454
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 \lang english
29460 \begin_inset VSpace bigskip
29461 \end_inset
29462
29463
29464 \end_layout
29465
29466 \begin_layout Standard
29467 Pour les boîtes à 
29468 \family sans
29469 Fond
29470 \begin_inset space ~
29471 \end_inset
29472
29473 ombré
29474 \family default
29475 , l'espacement implicite entre le contenu de la boîte et son cadre est de
29476  3
29477 \begin_inset space \thinspace{}
29478 \end_inset
29479
29480 pt et il peut être modifié avec la valeur de 
29481 \series bold
29482
29483 \backslash
29484 fboxsep
29485 \series default
29486 .
29487  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
29488  localement avec la commande 
29489 \series bold
29490
29491 \backslash
29492 definecolor{shadecolor}
29493 \series default
29494 , soit globalement avec le menu 
29495 \family sans
29496 Outils\SpecialChar \menuseparator
29497 Préférences
29498 \family default
29499 \SpecialChar \menuseparator
29500
29501 \family sans
29502 Couleurs\SpecialChar \menuseparator
29503 boîte
29504 \begin_inset space ~
29505 \end_inset
29506
29507 ombrée
29508 \family default
29509 .
29510  La syntaxe de la commande 
29511 \series bold
29512
29513 \backslash
29514 definecolor
29515 \series default
29516  est expliquée dans la section
29517 \begin_inset space ~
29518 \end_inset
29519
29520
29521 \begin_inset CommandInset ref
29522 LatexCommand ref
29523 reference "sec:Tableaux-Colorés"
29524
29525 \end_inset
29526
29527
29528 \begin_inset Foot
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532 Notez que l'utilisation de 
29533 \series bold
29534
29535 \backslash
29536 definecolor
29537 \series default
29538  ne peut se faire sans le paquetage LaTeX 
29539 \series bold
29540 color
29541 \series default
29542  dans le préambule, voir la section
29543 \begin_inset space ~
29544 \end_inset
29545
29546
29547 \begin_inset CommandInset ref
29548 LatexCommand ref
29549 reference "sec:Boîtes-colorées"
29550
29551 \end_inset
29552
29553 .
29554  
29555 \end_layout
29556
29557 \end_inset
29558
29559 .
29560 \end_layout
29561
29562 \begin_layout Standard
29563 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
29564  les commandes en code TeX suivantes
29565 \end_layout
29566
29567 \begin_layout Standard
29568
29569 \series bold
29570
29571 \backslash
29572 setlength{
29573 \backslash
29574 fboxsep}{0.5cm}
29575 \series default
29576
29577 \begin_inset Newline newline
29578 \end_inset
29579
29580
29581 \series bold
29582
29583 \backslash
29584 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29585 \end_layout
29586
29587 \begin_layout Standard
29588 \begin_inset ERT
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593
29594 \backslash
29595 setlength{
29596 \backslash
29597 fboxsep}{0.5cm}
29598 \end_layout
29599
29600 \begin_layout Plain Layout
29601
29602
29603 \backslash
29604 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
29605 \end_layout
29606
29607 \end_inset
29608
29609
29610 \begin_inset Box Shaded
29611 position "t"
29612 hor_pos "c"
29613 has_inner_box 0
29614 inner_pos "t"
29615 use_parbox 0
29616 use_makebox 0
29617 width "100col%"
29618 special "none"
29619 height "1in"
29620 height_special "totalheight"
29621 status open
29622
29623 \begin_layout Plain Layout
29624
29625 \color yellow
29626 Ceci est un texte jaune dans une boîte à 
29627 \family sans
29628 Fond
29629 \begin_inset space ~
29630 \end_inset
29631
29632 ombré
29633 \family default
29634 \color inherit
29635  
29636 \color yellow
29637 avec un fond vert foncé.
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \begin_inset ERT
29644 status collapsed
29645
29646 \begin_layout Plain Layout
29647
29648
29649 \backslash
29650 setlength{
29651 \backslash
29652 fboxsep}{3pt}
29653 \end_layout
29654
29655 \begin_layout Plain Layout
29656
29657
29658 \backslash
29659 definecolor{shadecolor}{rgb}{1,0,0}
29660 \end_layout
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Standard
29668
29669 \lang english
29670 \begin_inset VSpace bigskip
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
29678  les boîtes qui suivent la commandes qui les a changées.
29679 \end_layout
29680
29681 \begin_layout Section
29682 Minipages
29683 \begin_inset CommandInset label
29684 LatexCommand label
29685 name "sec:Minipages"
29686
29687 \end_inset
29688
29689
29690 \begin_inset Index idx
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694 Boîtes ! Minipages
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \end_layout
29701
29702 \begin_layout Standard
29703 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
29704 ur d'une page.
29705  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
29706  règles d'indentation, de saut de ligne, etc.
29707  s'appliquent.
29708 \end_layout
29709
29710 \begin_layout Standard
29711 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
29712  langues.
29713 \end_layout
29714
29715 \begin_layout Standard
29716 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
29717  Leur largeur est fixée à 45
29718 \begin_inset space \thinspace{}
29719 \end_inset
29720
29721 col% et elles sont séparées par un ressort horizontal, qui a été inséré
29722  via le menu 
29723 \family sans
29724 Insérer\SpecialChar \menuseparator
29725 Typographie
29726 \begin_inset space ~
29727 \end_inset
29728
29729 spéciale\SpecialChar \menuseparator
29730 Ressort
29731 \begin_inset space ~
29732 \end_inset
29733
29734 Horizontal
29735 \family default
29736 .
29737 \end_layout
29738
29739 \begin_layout Standard
29740
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \lang english
29746 \begin_inset Box Frameless
29747 position "t"
29748 hor_pos "c"
29749 has_inner_box 1
29750 inner_pos "c"
29751 use_parbox 0
29752 use_makebox 0
29753 width "45col%"
29754 special "none"
29755 height "1in"
29756 height_special "totalheight"
29757 status open
29758
29759 \begin_layout Plain Layout
29760
29761 \lang german
29762 Dies ist ein deutscher Text.
29763  Dies ist ein deutscher Text.
29764  Dies ist ein deutscher Text.
29765  Dies ist ein deutscher Text.
29766  Dies ist ein deutscher Text.
29767  Dies ist ein deutscher Text.
29768  Dies ist ein deutscher Text.
29769  Dies ist ein deutscher Text.
29770  Dies ist ein deutscher Text.
29771  Dies ist ein deutscher Text.
29772  Dies ist ein deutscher Text.
29773  Dies ist ein deutscher Text.
29774  Dies ist ein deutscher Text
29775 \begin_inset Foot
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779
29780 \lang german
29781 Dies ist eine deutsche Fußnote.
29782 \end_layout
29783
29784 \end_inset
29785
29786 .
29787  Dies ist ein deutscher Text.
29788  Dies ist ein deutscher Text.
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset space \hfill{}
29795 \end_inset
29796
29797
29798 \begin_inset Box Frameless
29799 position "t"
29800 hor_pos "c"
29801 has_inner_box 1
29802 inner_pos "c"
29803 use_parbox 0
29804 use_makebox 0
29805 width "45col%"
29806 special "none"
29807 height "1in"
29808 height_special "totalheight"
29809 status open
29810
29811 \begin_layout Plain Layout
29812
29813 \lang english
29814 This is an English Text.
29815  This is an English Text.
29816  This is an English Text.
29817  This is an English Text.
29818  This is an English Text.
29819  This is an English Text.
29820  This is an English Text.
29821  This is an English Text.
29822  This is an English Text.
29823  This is an English Text.
29824  This is an English Text.
29825  This is an English Text.
29826  This is an English Text.
29827  This is an English Text.
29828  This is an English Text.
29829  This is an English Text.
29830 \begin_inset Foot
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834
29835 \lang english
29836 This is an English footnote.
29837 \end_layout
29838
29839 \end_inset
29840
29841  This is an English Text.
29842  
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \end_layout
29849
29850 \begin_layout Standard
29851 \begin_inset VSpace bigskip
29852 \end_inset
29853
29854 Les paramètres globaux du document sont ignorés au sein d'une minipage.
29855  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
29856  minipages, même si vous les avez mis par exemple à 
29857 \family sans
29858 Moyen
29859 \family default
29860  dans les paramètres du document.
29861 \end_layout
29862
29863 \begin_layout Standard
29864 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
29865  portion de texte, voyez la section
29866 \begin_inset space ~
29867 \end_inset
29868
29869
29870 \begin_inset CommandInset ref
29871 LatexCommand ref
29872 reference "sub:Couleur-pour-les-Paragraphes"
29873
29874 \end_inset
29875
29876 .
29877 \end_layout
29878
29879 \begin_layout Standard
29880 \begin_inset Note Greyedout
29881 status open
29882
29883 \begin_layout Plain Layout
29884
29885 \series bold
29886 Note:
29887 \series default
29888  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
29889  mais les minipages peuvent être utilisées dans un tableau, un flottant
29890  ou une autre boîte.
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \end_layout
29897
29898 \begin_layout Section
29899 Les Parboxes
29900 \begin_inset CommandInset label
29901 LatexCommand label
29902 name "sec:Parboxes"
29903
29904 \end_inset
29905
29906
29907 \begin_inset Index idx
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Boîtes ! Parboxes
29912 \end_layout
29913
29914 \end_inset
29915
29916
29917 \end_layout
29918
29919 \begin_layout Standard
29920 \begin_inset Note Note
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924
29925 \lang english
29926 En attendant une traduction de parbox (NdT)
29927 \end_layout
29928
29929 \end_inset
29930
29931 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
29932  ne peuvent avoir de note de bas de page.
29933 \end_layout
29934
29935 \begin_layout Standard
29936 \align center
29937 \begin_inset Box Frameless
29938 position "t"
29939 hor_pos "c"
29940 has_inner_box 1
29941 inner_pos "t"
29942 use_parbox 1
29943 use_makebox 0
29944 width "33col%"
29945 special "none"
29946 height "1in"
29947 height_special "totalheight"
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 Ceci est un texte à l'intérieur d'une parbox.
29952  Ceci est un texte à l'intérieur d'une parbox.
29953 \end_layout
29954
29955 \begin_layout Plain Layout
29956 Cette note de bas de page ne devrait pas apparaître :
29957 \begin_inset Foot
29958 status open
29959
29960 \begin_layout Plain Layout
29961 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
29962  pas.
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \end_layout
29974
29975 \begin_layout Section
29976 Des Boîtes pour les Mots et les Caractères
29977 \begin_inset Index idx
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981 Boîtes ! Pour les caractères
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Subsection
29990 Empêcher la Césure
29991 \begin_inset CommandInset label
29992 LatexCommand label
29993 name "sec:Empêcher-césure"
29994
29995 \end_inset
29996
29997
29998 \begin_inset Index idx
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 Boîtes ! Pour empêcher la césure
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \end_layout
30009
30010 \begin_layout Standard
30011 Vous pouvez utiliser une boîte de type 
30012 \family sans
30013 Makebox
30014 \family default
30015  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
30016 \begin_inset Newline newline
30017 \end_inset
30018
30019 Voici un exemple de texte :
30020 \end_layout
30021
30022 \begin_layout Standard
30023 Cette ligne est un exemple comment vous pouvez empêcher une césure
30024 \begin_inset space ~
30025 \end_inset
30026
30027
30028 \begin_inset Quotes eld
30029 \end_inset
30030
30031 motTrèsTrèsLong
30032 \begin_inset Quotes erd
30033 \end_inset
30034
30035
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Pour empêcher que le mot 
30040 \begin_inset Quotes eld
30041 \end_inset
30042
30043 motTrèsTrèsLong
30044 \begin_inset Quotes erd
30045 \end_inset
30046
30047  soit coupé, mettez le mot dans une boîte, mettez 
30048 \family sans
30049 Boîte
30050 \begin_inset space ~
30051 \end_inset
30052
30053 intérieure
30054 \family default
30055  à 
30056 \family sans
30057 Makebox
30058 \family default
30059  et sa largeur à 1
30060 \begin_inset space \thinspace{}
30061 \end_inset
30062
30063 Largeur.
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Voici le résultat :
30068 \end_layout
30069
30070 \begin_layout Standard
30071 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30072 \begin_inset Box Frameless
30073 position "t"
30074 hor_pos "c"
30075 has_inner_box 1
30076 inner_pos "t"
30077 use_parbox 0
30078 use_makebox 1
30079 width "1in"
30080 special "width"
30081 height "1in"
30082 height_special "totalheight"
30083 status open
30084
30085 \begin_layout Plain Layout
30086 motTrèsTrèsLong
30087 \end_layout
30088
30089 \end_inset
30090
30091
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Une autre méthode consiste à mettre la commande 
30096 \begin_inset Quotes eld
30097 \end_inset
30098
30099
30100 \series bold
30101
30102 \backslash
30103 -
30104 \series default
30105
30106 \begin_inset Quotes grd
30107 \end_inset
30108
30109  en code TeX, juste avant le mot :
30110 \end_layout
30111
30112 \begin_layout Standard
30113 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
30114 \begin_inset Quotes eld
30115 \end_inset
30116
30117
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 -
30126 \end_layout
30127
30128 \end_inset
30129
30130 motTrèsTrèsLong
30131 \begin_inset Quotes erd
30132 \end_inset
30133
30134
30135 \end_layout
30136
30137 \begin_layout Standard
30138 Bien sûr, maintenant le mot dépasse dans la marge latérale.
30139  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
30140 \family sans
30141 Insérer\SpecialChar \menuseparator
30142 Typographie
30143 \begin_inset space ~
30144 \end_inset
30145
30146 spéciale\SpecialChar \menuseparator
30147 Passage
30148 \begin_inset space ~
30149 \end_inset
30150
30151 à
30152 \begin_inset space ~
30153 \end_inset
30154
30155 la
30156 \begin_inset space ~
30157 \end_inset
30158
30159 Ligne
30160 \family default
30161  (raccourci 
30162 \family sans
30163 Ctrl-Entrée
30164 \family default
30165 ) :
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Cette ligne est un exemple comment vous pouvez empêcher une césure:
30170 \begin_inset Newline newline
30171 \end_inset
30172
30173
30174 \begin_inset Box Frameless
30175 position "t"
30176 hor_pos "c"
30177 has_inner_box 1
30178 inner_pos "t"
30179 use_parbox 0
30180 use_makebox 1
30181 width "1in"
30182 special "width"
30183 height "1in"
30184 height_special "totalheight"
30185 status open
30186
30187 \begin_layout Plain Layout
30188 \begin_inset Quotes eld
30189 \end_inset
30190
30191 motTrèsTrèsLong
30192 \begin_inset Quotes erd
30193 \end_inset
30194
30195
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \begin_layout Subsection
30204 Alignement Vertical
30205 \begin_inset CommandInset label
30206 LatexCommand label
30207 name "sub:Alignement-Vertical"
30208
30209 \end_inset
30210
30211
30212 \begin_inset Index idx
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 Boîtes ! Pour l'alignement vertical
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \begin_inset Index idx
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226 Boîtes ! Boîtes élévatrices
30227 \end_layout
30228
30229 \end_inset
30230
30231
30232 \begin_inset Index idx
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236 Raisebox|see
30237 \begin_inset ERT
30238 status collapsed
30239
30240 \begin_layout Plain Layout
30241
30242 {
30243 \end_layout
30244
30245 \end_inset
30246
30247 Boîtes élévatrices
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252
30253 }
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \end_layout
30265
30266 \begin_layout Standard
30267 Avec la commande 
30268 \series bold
30269
30270 \backslash
30271 raisebox
30272 \series default
30273  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
30274  par rapport au texte qui l'entoure.
30275  La commande
30276 \series bold
30277  
30278 \backslash
30279 raisebox
30280 \series default
30281  s'utilise en suivant la syntaxe suivante :
30282 \end_layout
30283
30284 \begin_layout Standard
30285
30286 \series bold
30287
30288 \backslash
30289 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
30290 \end_layout
30291
30292 \begin_layout Standard
30293 Le déplacement peut être une valeur positive pour élever la boîte ou négative
30294  pour l'abaisser.
30295 \end_layout
30296
30297 \begin_layout Standard
30298 Pour aligner le mot 
30299 \begin_inset Quotes eld
30300 \end_inset
30301
30302 empêcher
30303 \begin_inset Quotes erd
30304 \end_inset
30305
30306  de façon à ce que le point le plus bas du caractère le plus 
30307 \begin_inset Quotes eld
30308 \end_inset
30309
30310 profond
30311 \begin_inset Quotes erd
30312 \end_inset
30313
30314 , le 
30315 \begin_inset Quotes eld
30316 \end_inset
30317
30318 p
30319 \begin_inset Quotes erd
30320 \end_inset
30321
30322 , soit au niveau de la ligne de base, insérez la commande 
30323 \end_layout
30324
30325 \begin_layout Standard
30326
30327 \series bold
30328
30329 \backslash
30330 raisebox{
30331 \backslash
30332 depth}{
30333 \end_layout
30334
30335 \begin_layout Standard
30336 en code TeX avant le mot.
30337  Insérez après le mot l'accolade fermante 
30338 \begin_inset Quotes eld
30339 \end_inset
30340
30341
30342 \series bold
30343 }
30344 \series default
30345
30346 \begin_inset Quotes erd
30347 \end_inset
30348
30349  en code TeX.
30350 \begin_inset Newline newline
30351 \end_inset
30352
30353 Voici le résultat :
30354 \end_layout
30355
30356 \begin_layout Standard
30357 Cette ligne de texte contient le mot 
30358 \begin_inset ERT
30359 status collapsed
30360
30361 \begin_layout Plain Layout
30362
30363
30364 \backslash
30365 raisebox{
30366 \backslash
30367 depth}{
30368 \end_layout
30369
30370 \end_inset
30371
30372
30373 \begin_inset Quotes eld
30374 \end_inset
30375
30376 empêcher
30377 \begin_inset Quotes erd
30378 \end_inset
30379
30380
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386 }
30387 \end_layout
30388
30389 \end_inset
30390
30391  comme mot élevé.
30392 \end_layout
30393
30394 \begin_layout Standard
30395 \begin_inset VSpace bigskip
30396 \end_inset
30397
30398 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
30399  entre les lignes va être agrandie :
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Cette ligne de texte contient le mot
30404 \begin_inset ERT
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408
30409
30410 \backslash
30411 raisebox{-
30412 \backslash
30413 depth}{
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \begin_inset Quotes eld
30420 \end_inset
30421
30422 empêcher
30423 \begin_inset Quotes erd
30424 \end_inset
30425
30426
30427 \begin_inset ERT
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431
30432 }
30433 \end_layout
30434
30435 \end_inset
30436
30437  comme mot abaissé.
30438 \begin_inset Newline newline
30439 \end_inset
30440
30441 Cette ligne de texte contient le mot 
30442 \begin_inset ERT
30443 status collapsed
30444
30445 \begin_layout Plain Layout
30446
30447
30448 \backslash
30449 raisebox{0.5cm}{
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \begin_inset Quotes eld
30456 \end_inset
30457
30458 tester
30459 \begin_inset Quotes erd
30460 \end_inset
30461
30462
30463 \begin_inset ERT
30464 status collapsed
30465
30466 \begin_layout Plain Layout
30467
30468 }
30469 \end_layout
30470
30471 \end_inset
30472
30473  comme mot élevé.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
30478  mettez la hauteur de la boîte à zéro.
30479  Par exemple utilisez
30480 \end_layout
30481
30482 \begin_layout Standard
30483
30484 \series bold
30485
30486 \backslash
30487 raisebox{-
30488 \backslash
30489 depth}[0pt]{
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Cette ligne de texte contient le mot
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499
30500 \backslash
30501 raisebox{-
30502 \backslash
30503 depth}[0pt]{
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \begin_inset Quotes eld
30510 \end_inset
30511
30512 empêcher
30513 \begin_inset Quotes erd
30514 \end_inset
30515
30516
30517 \begin_inset ERT
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521
30522 }
30523 \end_layout
30524
30525 \end_inset
30526
30527  comme mot abaissé.
30528 \begin_inset Newline newline
30529 \end_inset
30530
30531 Cette ligne de texte contient le mot 
30532 \begin_inset ERT
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536
30537
30538 \backslash
30539 raisebox{0.5cm}[0pt]{
30540 \end_layout
30541
30542 \end_inset
30543
30544
30545 \begin_inset Quotes eld
30546 \end_inset
30547
30548 tester
30549 \begin_inset Quotes erd
30550 \end_inset
30551
30552
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558 }
30559 \end_layout
30560
30561 \end_inset
30562
30563  comme mot élevé.
30564 \end_layout
30565
30566 \begin_layout Section
30567 Boîtes Colorées
30568 \begin_inset CommandInset label
30569 LatexCommand label
30570 name "sec:Boîtes-colorées"
30571
30572 \end_inset
30573
30574
30575 \begin_inset Index idx
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579 Boîtes ! Couleur
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Subsection
30588 De la couleur pour le texte
30589 \begin_inset Index idx
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593 Couleur ! Pour le texte
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \end_layout
30600
30601 \begin_layout Standard
30602 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
30603  une boîte appelée 
30604 \begin_inset Quotes eld
30605 \end_inset
30606
30607 colorbox
30608 \begin_inset Quotes erd
30609 \end_inset
30610
30611 .
30612  Cela demande que le paquetage LaTeX 
30613 \series bold
30614 color
30615 \series default
30616
30617 \begin_inset Index idx
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621 Paquetages LaTeX ! color
30622 \end_layout
30623
30624 \end_inset
30625
30626  soit chargé dans le préambule du document avec la commande
30627 \end_layout
30628
30629 \begin_layout Standard
30630
30631 \series bold
30632
30633 \backslash
30634 @ifundefined{textcolor}
30635 \begin_inset Newline newline
30636 \end_inset
30637
30638
30639 \begin_inset Phantom HPhantom
30640 status open
30641
30642 \begin_layout Plain Layout
30643
30644 \series bold
30645 \begin_inset space ~
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \end_inset
30652
30653 {
30654 \backslash
30655 usepackage{color}}{}
30656 \end_layout
30657
30658 \begin_layout Standard
30659 Le paquetage 
30660 \series bold
30661 color
30662 \series default
30663  sera chargé automatiquement par LyX dès que vous colorez du texte.
30664 \begin_inset Foot
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
30669  
30670 \series bold
30671
30672 \backslash
30673 @ifundefined
30674 \series default
30675 .
30676 \end_layout
30677
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \begin_layout Standard
30684 \begin_inset VSpace medskip
30685 \end_inset
30686
30687 Les boîtes colorées sont créées par la commande 
30688 \series bold
30689
30690 \backslash
30691 colorbox
30692 \series default
30693 .
30694  Elle est utilisée avec la syntaxe suivante :
30695 \end_layout
30696
30697 \begin_layout Standard
30698
30699 \series bold
30700
30701 \backslash
30702 colorbox{couleur}{contenu de la boîte}
30703 \end_layout
30704
30705 \begin_layout Standard
30706 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
30707  peuvent être placées à l'intérieur d'autres boîtes.
30708 \end_layout
30709
30710 \begin_layout Standard
30711 Les couleurs suivantes sont prédéfinies ::
30712 \begin_inset Newline newline
30713 \end_inset
30714
30715
30716 \family sans
30717 black
30718 \family default
30719  (noir), 
30720 \family sans
30721 blue
30722 \family default
30723  (bleu), 
30724 \family sans
30725 cyan
30726 \family default
30727 \series bold
30728 ,
30729 \series default
30730  
30731 \family sans
30732 green
30733 \family default
30734  (vert), 
30735 \family sans
30736 magenta
30737 \family default
30738
30739 \family sans
30740 red
30741 \family default
30742  (rouge), 
30743 \family sans
30744 white
30745 \family default
30746  (blanc), and 
30747 \family sans
30748 yellow
30749 \family default
30750  (jaune).
30751 \begin_inset Newline newline
30752 \end_inset
30753
30754 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
30755  section
30756 \begin_inset space ~
30757 \end_inset
30758
30759
30760 \begin_inset CommandInset ref
30761 LatexCommand ref
30762 reference "sec:Tableaux-Colorés"
30763
30764 \end_inset
30765
30766 .
30767 \end_layout
30768
30769 \begin_layout Standard
30770 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
30771 \end_layout
30772
30773 \begin_layout Standard
30774
30775 \series bold
30776
30777 \backslash
30778 colorbox{red}{
30779 \end_layout
30780
30781 \begin_layout Standard
30782 avant le mot en code TeX.
30783  Insérez l'accolade fermante 
30784 \begin_inset Quotes eld
30785 \end_inset
30786
30787 }
30788 \begin_inset Quotes erd
30789 \end_inset
30790
30791  après le mot, en code TeX.
30792 \begin_inset Newline newline
30793 \end_inset
30794
30795 Voici le résultat :
30796 \end_layout
30797
30798 \begin_layout Standard
30799 Cette ligne de texte contient le mot
30800 \begin_inset ERT
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804
30805
30806 \backslash
30807 colorbox{red}{
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \begin_inset Quotes eld
30814 \end_inset
30815
30816 Attention!
30817 \begin_inset Quotes erd
30818 \end_inset
30819
30820
30821 \begin_inset ERT
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825
30826 }
30827 \end_layout
30828
30829 \end_inset
30830
30831  sur fond rouge.
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset VSpace bigskip
30836 \end_inset
30837
30838 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
30839  vous pouvez utiliser la commande 
30840 \series bold
30841
30842 \backslash
30843 fcolorbox
30844 \series default
30845  avec la syntaxe suivante :
30846 \end_layout
30847
30848 \begin_layout Standard
30849
30850 \series bold
30851
30852 \backslash
30853 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
30854 \end_layout
30855
30856 \begin_layout Standard
30857
30858 \series bold
30859
30860 \backslash
30861 fcolorbox
30862 \series default
30863  est une extension de 
30864 \series bold
30865
30866 \backslash
30867 colorbox
30868 \series default
30869 .
30870  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
30871  peuvent être modifiés avec les variables 
30872 \series bold
30873
30874 \backslash
30875 fboxrule
30876 \series default
30877  et 
30878 \series bold
30879
30880 \backslash
30881 fboxsep
30882 \series default
30883 , comme c'est décrit dans la section
30884 \begin_inset space ~
30885 \end_inset
30886
30887
30888 \begin_inset CommandInset ref
30889 LatexCommand ref
30890 reference "sec:Décorations"
30891
30892 \end_inset
30893
30894 .
30895 \end_layout
30896
30897 \begin_layout Standard
30898 Pour l'exemple suivant, on a utilisé la commande
30899 \end_layout
30900
30901 \begin_layout Standard
30902
30903 \series bold
30904
30905 \backslash
30906 fcolorbox{cyan}{magenta}{
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
30911 \begin_inset space \thinspace{}
30912 \end_inset
30913
30914 mm:
30915 \begin_inset Newline newline
30916 \end_inset
30917
30918
30919 \begin_inset ERT
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923
30924
30925 \backslash
30926 fboxrule 1mm 
30927 \backslash
30928 fboxsep 1mm
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \begin_inset ERT
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938
30939
30940 \backslash
30941 fcolorbox{cyan}{magenta}{
30942 \end_layout
30943
30944 \end_inset
30945
30946 Ce texte est dans une boîte encadrée et colorée.
30947 \begin_inset ERT
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951
30952 }
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Standard
30961 \begin_inset VSpace bigskip
30962 \end_inset
30963
30964 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
30965  les yeux ! - NdT) :
30966 \begin_inset Newline newline
30967 \end_inset
30968
30969
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975
30976 \backslash
30977 fcolorbox{cyan}{magenta}{
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \color yellow
30984 Ce texte est coloré dans une boîte colorée et encadrée.
30985 \color inherit
30986
30987 \begin_inset ERT
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991
30992 }
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \begin_inset ERT
30999 status collapsed
31000
31001 \begin_layout Plain Layout
31002
31003
31004 \backslash
31005 fboxrule 0.4pt 
31006 \backslash
31007 fboxsep 3pt
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \end_layout
31014
31015 \begin_layout Standard
31016
31017 \series bold
31018 \begin_inset VSpace medskip
31019 \end_inset
31020
31021
31022 \end_layout
31023
31024 \begin_layout Standard
31025 \begin_inset Note Greyedout
31026 status open
31027
31028 \begin_layout Plain Layout
31029
31030 \series bold
31031 Note:
31032 \series default
31033  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
31034  de ligne.
31035  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
31036  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
31037 \end_layout
31038
31039 \end_inset
31040
31041
31042 \end_layout
31043
31044 \begin_layout Subsection
31045 De la couleur pour les paragraphes
31046 \begin_inset CommandInset label
31047 LatexCommand label
31048 name "sub:Couleur-pour-les-Paragraphes"
31049
31050 \end_inset
31051
31052
31053 \begin_inset Index idx
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 Couleur ! Pour les  paragraphes
31058 \end_layout
31059
31060 \end_inset
31061
31062
31063 \end_layout
31064
31065 \begin_layout Standard
31066 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
31067  texte dans une minipage.
31068  Avant la minipage, insérez la commande 
31069 \series bold
31070
31071 \backslash
31072 colorbox
31073 \series default
31074  
31075 \end_layout
31076
31077 \begin_layout Standard
31078
31079 \series bold
31080
31081 \backslash
31082 colorbox{color}{
31083 \end_layout
31084
31085 \begin_layout Standard
31086 en code TeX.
31087  Après la minipage, insérez l'accolade fermante 
31088 \begin_inset Quotes eld
31089 \end_inset
31090
31091 }
31092 \begin_inset Quotes erd
31093 \end_inset
31094
31095  en code TeX.
31096 \end_layout
31097
31098 \begin_layout Standard
31099 \begin_inset ERT
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103
31104
31105 \backslash
31106 colorbox{lightgrey}{
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \begin_inset Box Frameless
31113 position "t"
31114 hor_pos "c"
31115 has_inner_box 1
31116 inner_pos "t"
31117 use_parbox 0
31118 use_makebox 0
31119 width "100col%"
31120 special "none"
31121 height "1in"
31122 height_special "totalheight"
31123 status collapsed
31124
31125 \begin_layout Plain Layout
31126 Ce texte a un fond coloré.
31127  Ce texte a un fond coloré.
31128 \end_layout
31129
31130 \begin_layout Plain Layout
31131 \begin_inset VSpace defskip
31132 \end_inset
31133
31134 Le texte peut avoir des notes de bas de page
31135 \begin_inset Foot
31136 status collapsed
31137
31138 \begin_layout Plain Layout
31139 Un autre exemple de note de bas de page
31140 \end_layout
31141
31142 \end_inset
31143
31144  et contenir des figures et des tableaux.
31145 \end_layout
31146
31147 \begin_layout Plain Layout
31148 \align center
31149 \begin_inset Tabular
31150 <lyxtabular version="3" rows="3" columns="3">
31151 <features tabularvalignment="middle">
31152 <column alignment="center" valignment="top" width="0">
31153 <column alignment="center" valignment="top" width="0">
31154 <column alignment="center" valignment="top" width="0">
31155 <row>
31156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31157 \begin_inset Text
31158
31159 \begin_layout Plain Layout
31160 a
31161 \end_layout
31162
31163 \end_inset
31164 </cell>
31165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31166 \begin_inset Text
31167
31168 \begin_layout Plain Layout
31169 !
31170 \end_layout
31171
31172 \end_inset
31173 </cell>
31174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31175 \begin_inset Text
31176
31177 \begin_layout Plain Layout
31178 3
31179 \end_layout
31180
31181 \end_inset
31182 </cell>
31183 </row>
31184 <row>
31185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31186 \begin_inset Text
31187
31188 \begin_layout Plain Layout
31189 <
31190 \end_layout
31191
31192 \end_inset
31193 </cell>
31194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31195 \begin_inset Text
31196
31197 \begin_layout Plain Layout
31198 b2
31199 \begin_inset Quotes erd
31200 \end_inset
31201
31202 |
31203 \end_layout
31204
31205 \end_inset
31206 </cell>
31207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31208 \begin_inset Text
31209
31210 \begin_layout Plain Layout
31211 >
31212 \end_layout
31213
31214 \end_inset
31215 </cell>
31216 </row>
31217 <row>
31218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31219 \begin_inset Text
31220
31221 \begin_layout Plain Layout
31222 1
31223 \end_layout
31224
31225 \end_inset
31226 </cell>
31227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31228 \begin_inset Text
31229
31230 \begin_layout Plain Layout
31231 §
31232 \end_layout
31233
31234 \end_inset
31235 </cell>
31236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31237 \begin_inset Text
31238
31239 \begin_layout Plain Layout
31240 c
31241 \end_layout
31242
31243 \end_inset
31244 </cell>
31245 </row>
31246 </lyxtabular>
31247
31248 \end_inset
31249
31250
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \begin_inset ERT
31257 status collapsed
31258
31259 \begin_layout Plain Layout
31260
31261 }
31262 \end_layout
31263
31264 \end_inset
31265
31266
31267 \end_layout
31268
31269 \begin_layout Section
31270 Les boîtes pivotées et redimensionnées
31271 \end_layout
31272
31273 \begin_layout Standard
31274 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
31275  charger le paquetage LaTeX 
31276 \series bold
31277 graphicx
31278 \series default
31279
31280 \begin_inset Index idx
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284 Paquetages LaTeX ! graphicx
31285 \end_layout
31286
31287 \end_inset
31288
31289  dans le préambule de votre document avec la commande
31290 \end_layout
31291
31292 \begin_layout Standard
31293
31294 \series bold
31295
31296 \backslash
31297 @ifundefined{rotatebox}
31298 \begin_inset Newline newline
31299 \end_inset
31300
31301
31302 \begin_inset Phantom HPhantom
31303 status open
31304
31305 \begin_layout Plain Layout
31306
31307 \series bold
31308 \begin_inset space ~
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \end_inset
31315
31316 {
31317 \backslash
31318 usepackage{graphicx}}{}
31319 \end_layout
31320
31321 \begin_layout Standard
31322 \begin_inset Note Greyedout
31323 status open
31324
31325 \begin_layout Plain Layout
31326
31327 \series bold
31328 Note:
31329 \series default
31330  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
31331  redimensionnés.
31332 \end_layout
31333
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \begin_layout Standard
31340 \begin_inset Note Greyedout
31341 status open
31342
31343 \begin_layout Plain Layout
31344
31345 \series bold
31346 Note:
31347 \series default
31348  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
31349  redimensionnée.
31350 \end_layout
31351
31352 \end_inset
31353
31354
31355 \end_layout
31356
31357 \begin_layout Subsection
31358 Les Boîtes pivotées
31359 \begin_inset Index idx
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363 Boîtes ! pivotées
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \begin_inset Index idx
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373 Pivoter des objets
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \begin_inset Index idx
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383 Figures ! Pivotées
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Index idx
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393 Tableau ! Pivoter
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
31403  (rotated).
31404  Une telle boîte est créée avec la commande 
31405 \series bold
31406
31407 \backslash
31408 rotatebox
31409 \series default
31410  en code TeX avec la syntaxe
31411 \end_layout
31412
31413 \begin_layout Standard
31414
31415 \series bold
31416
31417 \backslash
31418 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
31419 \end_layout
31420
31421 \begin_layout Standard
31422 La position du pivot est donnée par l'origine de rotation spécifiée sous
31423  la forme 
31424 \series bold
31425 origin=position
31426 \series default
31427 .
31428  Les valeurs suivantes sont possibles pour la position: 
31429 \emph on
31430 c
31431 \emph default
31432  (centre), 
31433 \emph on
31434 l
31435 \emph default
31436  (gauche/
31437 \lang english
31438 left
31439 \lang french
31440 ), 
31441 \emph on
31442 r
31443 \emph default
31444  (droite/
31445 \lang english
31446 right
31447 \lang french
31448 ), 
31449 \emph on
31450 b
31451 \emph default
31452  (bas/
31453 \lang english
31454 bottom
31455 \lang french
31456 ), 
31457 \emph on
31458 t
31459 \emph default
31460  (haut/
31461 \lang english
31462 top
31463 \lang french
31464 ), et aussi des combinaisons des quatre positions de base.
31465  Par exemple 
31466 \emph on
31467 lt
31468 \emph default
31469  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
31470  Quand on ne donne pas d'origine, la position 
31471 \emph on
31472 l
31473 \emph default
31474  est utilisée.
31475  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
31476  ou négatif.
31477  Le sens positif de rotation est anti-horaire.
31478 \end_layout
31479
31480 \begin_layout Standard
31481 Dans l'exemple qui suit, la commande 
31482 \series bold
31483
31484 \backslash
31485 rotatebox[origin=c]{60}{
31486 \series default
31487  a été insérée en code TeX juste avant le texte 
31488 \begin_inset Quotes eld
31489 \end_inset
31490
31491 pivoté de 90°
31492 \begin_inset Quotes erd
31493 \end_inset
31494
31495  ; la boîte est refermée juste après le texte par une accolade fermante
31496  
31497 \begin_inset Quotes eld
31498 \end_inset
31499
31500 }
31501 \begin_inset Quotes erd
31502 \end_inset
31503
31504  en code TeX.
31505 \end_layout
31506
31507 \begin_layout Standard
31508 Voici une ligne avec du texte 
31509 \begin_inset ERT
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513
31514
31515 \backslash
31516 rotatebox[origin=c]{60}{
31517 \end_layout
31518
31519 \end_inset
31520
31521 pivoté de 60°
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527 }
31528 \end_layout
31529
31530 \end_inset
31531
31532 .
31533 \end_layout
31534
31535 \begin_layout Standard
31536 La boîte peut contenir une autre boîte ou une formule en ligne :
31537 \end_layout
31538
31539 \begin_layout Standard
31540 Voici une ligne avec du texte 
31541 \begin_inset ERT
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545
31546
31547 \backslash
31548 rotatebox[origin=r]{-60}{
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \begin_inset Box Doublebox
31555 position "c"
31556 hor_pos "c"
31557 has_inner_box 0
31558 inner_pos "c"
31559 use_parbox 0
31560 use_makebox 0
31561 width "1in"
31562 special "width"
31563 height "1in"
31564 height_special "totalheight"
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568 pivoté de -60°
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \begin_inset ERT
31575 status collapsed
31576
31577 \begin_layout Plain Layout
31578
31579 }
31580 \end_layout
31581
31582 \end_inset
31583
31584  et encadré 
31585 \begin_inset ERT
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589
31590
31591 \backslash
31592 rotatebox[origin=lb]{60}{
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31599 \end_inset
31600
31601
31602 \begin_inset ERT
31603 status collapsed
31604
31605 \begin_layout Plain Layout
31606
31607 }
31608 \end_layout
31609
31610 \end_inset
31611
31612  et une formule.
31613 \end_layout
31614
31615 \begin_layout Standard
31616 ou encore une figure ou un tableau :
31617 \end_layout
31618
31619 \begin_layout Standard
31620 Voici une ligne
31621 \begin_inset ERT
31622 status collapsed
31623
31624 \begin_layout Plain Layout
31625
31626
31627 \backslash
31628 rotatebox[origin=lb]{90}{
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \begin_inset Graphics
31635         filename ../clipart/platypus.eps
31636         lyxscale 50
31637         width 25col%
31638
31639 \end_inset
31640
31641
31642 \begin_inset ERT
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646
31647 }
31648 \end_layout
31649
31650 \end_inset
31651
31652  avec une image pivotée de 90° 
31653 \begin_inset ERT
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657
31658
31659 \backslash
31660 rotatebox[origin=l]{-90}{
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \begin_inset Tabular
31667 <lyxtabular version="3" rows="2" columns="2">
31668 <features tabularvalignment="middle">
31669 <column alignment="center" valignment="top" width="0">
31670 <column alignment="center" valignment="top" width="0">
31671 <row>
31672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31673 \begin_inset Text
31674
31675 \begin_layout Plain Layout
31676 q
31677 \end_layout
31678
31679 \end_inset
31680 </cell>
31681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31682 \begin_inset Text
31683
31684 \begin_layout Plain Layout
31685 w
31686 \end_layout
31687
31688 \end_inset
31689 </cell>
31690 </row>
31691 <row>
31692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31693 \begin_inset Text
31694
31695 \begin_layout Plain Layout
31696 e
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31702 \begin_inset Text
31703
31704 \begin_layout Plain Layout
31705 r
31706 \end_layout
31707
31708 \end_inset
31709 </cell>
31710 </row>
31711 </lyxtabular>
31712
31713 \end_inset
31714
31715
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721 }
31722 \end_layout
31723
31724 \end_inset
31725
31726  et un tableau.
31727 \end_layout
31728
31729 \begin_layout Subsection
31730 Les boîtes redimensionnées
31731 \begin_inset Index idx
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735 Boîtes ! Redimensionnées
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \begin_inset Index idx
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745 Redimensionner des objets
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \begin_inset Index idx
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755 Figures ! Redimensionnées
31756 \end_layout
31757
31758 \end_inset
31759
31760
31761 \begin_inset Index idx
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 Tableau ! Redimensionner
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 Pour redimensionner des objets on peut utiliser les commandes 
31775 \series bold
31776
31777 \backslash
31778 scalebox
31779 \series default
31780  et 
31781 \series bold
31782
31783 \backslash
31784 resizebox
31785 \series default
31786  insérées sous forme de code TeX.
31787 \end_layout
31788
31789 \begin_layout Standard
31790
31791 \series bold
31792
31793 \backslash
31794 scalebox
31795 \series default
31796  est utilisée avec la syntaxe suivante :
31797 \end_layout
31798
31799 \begin_layout Standard
31800
31801 \series bold
31802
31803 \backslash
31804 scalebox{horizontal}[vertical]{contenu de la boîte}
31805 \end_layout
31806
31807 \begin_layout Standard
31808 Horizontal et vertical sont les facteurs d'échelle correspondants.
31809  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
31810  utilisé comme facteur vertical.
31811 \end_layout
31812
31813 \begin_layout Standard
31814 Par exemple, la commande 
31815 \series bold
31816
31817 \backslash
31818 scalebox{2}{Bonjour}
31819 \series default
31820  crée un 
31821 \begin_inset ERT
31822 status collapsed
31823
31824 \begin_layout Plain Layout
31825
31826
31827 \backslash
31828 scalebox{2}{
31829 \end_layout
31830
31831 \end_inset
31832
31833 Bonjour
31834 \begin_inset ERT
31835 status collapsed
31836
31837 \begin_layout Plain Layout
31838
31839 }
31840 \end_layout
31841
31842 \end_inset
31843
31844  de taille double par rapport à la taille du texte du document.
31845 \end_layout
31846
31847 \begin_layout Standard
31848
31849 \series bold
31850
31851 \backslash
31852 scalebox{2}[1]{Hello}
31853 \series default
31854  au contraire va déformer le 
31855 \begin_inset ERT
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859
31860
31861 \backslash
31862 scalebox{2}[1]{
31863 \end_layout
31864
31865 \end_inset
31866
31867 Bonjour
31868 \begin_inset ERT
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872
31873 }
31874 \end_layout
31875
31876 \end_inset
31877
31878 .
31879 \end_layout
31880
31881 \begin_layout Standard
31882 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
31883  La commande 
31884 \series bold
31885
31886 \backslash
31887 scalebox{-1}[1]{Hello}
31888 \series default
31889  peut donc être utilisée pour créer du texte en miroir : 
31890 \begin_inset ERT
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894
31895
31896 \backslash
31897 scalebox{-1}[1]{
31898 \end_layout
31899
31900 \end_inset
31901
31902 Bonjour
31903 \begin_inset ERT
31904 status collapsed
31905
31906 \begin_layout Plain Layout
31907
31908 }
31909 \end_layout
31910
31911 \end_inset
31912
31913
31914 \end_layout
31915
31916 \begin_layout Standard
31917
31918 \series bold
31919
31920 \backslash
31921 scalebox{1}[-1]{Bonjour}
31922 \series default
31923  effectue une réflexion du 
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929
31930 \backslash
31931 scalebox{1}[-1]{
31932 \end_layout
31933
31934 \end_inset
31935
31936 Bonjour
31937 \begin_inset ERT
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941
31942 }
31943 \end_layout
31944
31945 \end_inset
31946
31947  par rapport à la ligne de base.
31948 \end_layout
31949
31950 \begin_layout Standard
31951 La commande 
31952 \series bold
31953
31954 \backslash
31955 reflectbox{contenu de la boîte} 
31956 \series default
31957 existe aussi et est équivalente à
31958 \series bold
31959  
31960 \backslash
31961 scalebox{-1}[1]{contenu de la boîte}.
31962
31963 \series default
31964  
31965 \begin_inset Newline newline
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Standard
31972 \begin_inset VSpace bigskip
31973 \end_inset
31974
31975 La commande 
31976 \series bold
31977
31978 \backslash
31979 resizebox
31980 \series default
31981  est utilisée pour redimensionner une boîte à une largeur et une hauteur
31982  données.
31983  La syntaxe de la commande est :
31984 \end_layout
31985
31986 \begin_layout Standard
31987
31988 \series bold
31989
31990 \backslash
31991 resizebox{largeur}{hauteur}{contenu de la boîte}
31992 \end_layout
31993
31994 \begin_layout Standard
31995 Si un des deux paramètres est remplacé par un point d'exclamation 
31996 \series bold
31997 !
31998 \series default
31999 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
32000 \end_layout
32001
32002 \begin_layout Standard
32003 La commande 
32004 \series bold
32005
32006 \backslash
32007 resizebox{2cm}{1cm}{Bonjour}
32008 \series default
32009  produit : 
32010 \begin_inset ERT
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014
32015
32016 \backslash
32017 resizebox{2cm}{1cm}{
32018 \end_layout
32019
32020 \end_inset
32021
32022 Bonjour
32023 \begin_inset ERT
32024 status collapsed
32025
32026 \begin_layout Plain Layout
32027
32028 }
32029 \end_layout
32030
32031 \end_inset
32032
32033
32034 \begin_inset Newline newline
32035 \end_inset
32036
32037 La commande 
32038 \series bold
32039
32040 \backslash
32041 resizebox{2cm}{!}{Bonjour}
32042 \series default
32043  produit : 
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 resizebox{2cm}{!}{
32052 \end_layout
32053
32054 \end_inset
32055
32056 Bonjour
32057 \begin_inset ERT
32058 status collapsed
32059
32060 \begin_layout Plain Layout
32061
32062 }
32063 \end_layout
32064
32065 \end_inset
32066
32067
32068 \end_layout
32069
32070 \begin_layout Standard
32071 \begin_inset VSpace bigskip
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \begin_layout Standard
32078 \begin_inset Note Greyedout
32079 status open
32080
32081 \begin_layout Plain Layout
32082
32083 \series bold
32084 Note:
32085 \series default
32086  Quand les paramètres des commandes 
32087 \series bold
32088
32089 \backslash
32090 scalebox
32091 \series default
32092  ou 
32093 \series bold
32094
32095 \backslash
32096 resizebox
32097 \series default
32098  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
32099  document, mais le document exporté peut ne pas s'afficher ou s'afficher
32100  partiellement.
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 \begin_inset VSpace bigskip
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \begin_layout Standard
32116 Les boîtes peuvent être combinée dans n'importe quel ordre.
32117  Par exemple, la commande 
32118 \begin_inset Newline newline
32119 \end_inset
32120
32121
32122 \series bold
32123
32124 \backslash
32125 rotatebox[origin=c]{-45}{
32126 \backslash
32127 resizebox{2cm}{!}{
32128 \backslash
32129 reflectbox{Bonjour}}}
32130 \begin_inset Newline newline
32131 \end_inset
32132
32133
32134 \series default
32135 produit :
32136 \end_layout
32137
32138 \begin_layout Standard
32139 \align center
32140 \begin_inset ERT
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144
32145
32146 \backslash
32147 rotatebox[origin=c]{-45}{
32148 \backslash
32149 resizebox{2cm}{!}{
32150 \backslash
32151 reflectbox{
32152 \end_layout
32153
32154 \end_inset
32155
32156 Bonjour
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162 }}}
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \begin_layout Standard
32171 \noindent
32172 Les images, les tableaux et les formules sont autorisées comme contenu de
32173  boîte :
32174 \end_layout
32175
32176 \begin_layout Standard
32177 \align center
32178 \begin_inset ERT
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182
32183
32184 \backslash
32185 rotatebox[origin=c]{-30}{
32186 \backslash
32187 resizebox{2cm}{!}{
32188 \backslash
32189 reflectbox{
32190 \end_layout
32191
32192 \end_inset
32193
32194
32195 \begin_inset Graphics
32196         filename ../clipart/platypus.eps
32197         lyxscale 50
32198         width 25col%
32199
32200 \end_inset
32201
32202
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208 }}}
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \begin_inset ERT
32215 status collapsed
32216
32217 \begin_layout Plain Layout
32218
32219
32220 \backslash
32221 rotatebox[origin=c]{-45}{
32222 \backslash
32223 resizebox{2cm}{!}{
32224 \backslash
32225 reflectbox{
32226 \end_layout
32227
32228 \end_inset
32229
32230
32231 \begin_inset Tabular
32232 <lyxtabular version="3" rows="2" columns="2">
32233 <features tabularvalignment="middle">
32234 <column alignment="center" valignment="top" width="0">
32235 <column alignment="center" valignment="top" width="0">
32236 <row>
32237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241 q
32242 \end_layout
32243
32244 \end_inset
32245 </cell>
32246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250 w
32251 \end_layout
32252
32253 \end_inset
32254 </cell>
32255 </row>
32256 <row>
32257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32258 \begin_inset Text
32259
32260 \begin_layout Plain Layout
32261 e
32262 \end_layout
32263
32264 \end_inset
32265 </cell>
32266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32267 \begin_inset Text
32268
32269 \begin_layout Plain Layout
32270 r
32271 \end_layout
32272
32273 \end_inset
32274 </cell>
32275 </row>
32276 </lyxtabular>
32277
32278 \end_inset
32279
32280
32281 \begin_inset ERT
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285
32286 }}}
32287 \end_layout
32288
32289 \end_inset
32290
32291
32292 \begin_inset ERT
32293 status collapsed
32294
32295 \begin_layout Plain Layout
32296
32297
32298 \backslash
32299 rotatebox[origin=c]{-45}{
32300 \backslash
32301 resizebox{2cm}{!}{
32302 \backslash
32303 reflectbox{
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32310 \end_inset
32311
32312
32313 \begin_inset ERT
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317
32318 }}}
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 Quand on utilise le style global de formule 
32328 \series bold
32329 fleqn
32330 \series default
32331  dans le document
32332 \begin_inset Foot
32333 status collapsed
32334
32335 \begin_layout Plain Layout
32336 Quand 
32337 \begin_inset Quotes eld
32338 \end_inset
32339
32340 fleqn
32341 \begin_inset Quotes erd
32342 \end_inset
32343
32344  est ajouté aux options de la classe de document.
32345 \end_layout
32346
32347 \end_inset
32348
32349 , les formules hors texte peuvent aussi être redimensionnées.
32350 \end_layout
32351
32352 \begin_layout Chapter
32353
32354 \lang english
32355 Objects Surrounded by Text
32356 \begin_inset Index idx
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360
32361 \lang english
32362 Surrounded by text
32363 \end_layout
32364
32365 \end_inset
32366
32367
32368 \end_layout
32369
32370 \begin_layout Section
32371 Flottant d'enrobage
32372 \begin_inset CommandInset label
32373 LatexCommand label
32374 name "sec:Flottant-d'enrobage"
32375
32376 \end_inset
32377
32378
32379 \begin_inset Index idx
32380 status collapsed
32381
32382 \begin_layout Plain Layout
32383 Flottants ! Flottants d'enrobage
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \lang english
32390
32391 \begin_inset Index idx
32392 status collapsed
32393
32394 \begin_layout Plain Layout
32395
32396 \lang english
32397 Surrounded by text ! 
32398 \lang french
32399 Flottants d'enrobage
32400 \end_layout
32401
32402 \end_inset
32403
32404
32405 \end_layout
32406
32407 \begin_layout Standard
32408 \begin_inset Wrap figure
32409 lines 0
32410 placement l
32411 overhang 1cm
32412 width "40col%"
32413 status open
32414
32415 \begin_layout Plain Layout
32416 \begin_inset Graphics
32417         filename ../clipart/mobius.eps
32418         width 40col%
32419         scaleBeforeRotation
32420         rotateOrigin center
32421
32422 \end_inset
32423
32424
32425 \end_layout
32426
32427 \begin_layout Plain Layout
32428 \begin_inset Caption
32429
32430 \begin_layout Plain Layout
32431 \begin_inset CommandInset label
32432 LatexCommand label
32433 name "fig:Figure-enrobée"
32434
32435 \end_inset
32436
32437 Ceci est une figure habillée.
32438 \end_layout
32439
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \end_inset
32446
32447  Ce type de flottant est utilisé quand on veut que le texte habille la figure
32448  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
32449  Vous pouvez en insérer un en utilisant le menu 
32450 \family sans
32451 Insérer\SpecialChar \menuseparator
32452 Flottant\SpecialChar \menuseparator
32453 Flottant
32454 \begin_inset space ~
32455 \end_inset
32456
32457 d'enrobage
32458 \family default
32459  à la condition que le paquetage LaTeX 
32460 \series bold
32461 wrapfig
32462 \series default
32463
32464 \begin_inset Index idx
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468 Paquetages LaTeX ! wrapfig
32469 \begin_inset ERT
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473
32474
32475 \backslash
32476 vspace{4mm}
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \end_inset
32485
32486  soit installé.
32487 \begin_inset Foot
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 Voyez dans la manuel 
32492 \emph on
32493 Configuration
32494 \begin_inset space ~
32495 \end_inset
32496
32497 LaTeX 
32498 \emph default
32499 comment installer des paquetages LaTeX.
32500 \end_layout
32501
32502 \end_inset
32503
32504  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
32505  sur la boîte du flottant.
32506  Les paramètres obligatoires sont l'
32507 \family sans
32508 Emplacement
32509 \family default
32510  et la 
32511 \family sans
32512 Largeur
32513 \family default
32514 .
32515  Les paramètres facultatifs sont le 
32516 \family sans
32517 Débordement
32518 \family default
32519  qui précise de combien le flottant déborde sur la marge du paragraphe ou
32520  de la page et la 
32521 \family sans
32522 Porté de la ligne
32523 \family default
32524  qui précise le nombre approximatif de lignes dont le flottant va avoir
32525  besoin.
32526  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
32527  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
32528  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
32529  à l'intérieur du paragraphe ou vers les autres paragraphes.
32530  La figure
32531 \begin_inset space ~
32532 \end_inset
32533
32534
32535 \begin_inset CommandInset ref
32536 LatexCommand ref
32537 reference "fig:Figure-enrobée"
32538
32539 \end_inset
32540
32541  est un exemple de flottant d'enrobage avec une largeur de 40
32542 \begin_inset space \thinspace{}
32543 \end_inset
32544
32545 col%, un débordement de 1
32546 \begin_inset space \thinspace{}
32547 \end_inset
32548
32549 cm et placé à gauche.
32550 \end_layout
32551
32552 \begin_layout Standard
32553 \begin_inset Note Greyedout
32554 status open
32555
32556 \begin_layout Plain Layout
32557
32558 \series bold
32559 Note:
32560 \series default
32561  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
32562  figure trop près du bas de page peut tout chambouler et faire que le flottant
32563  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
32564  de texte.
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573 En général:
32574 \end_layout
32575
32576 \begin_layout Itemize
32577 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
32578  qui risquent de passer à la page suivante.
32579  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
32580  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
32581  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
32582  de page.
32583 \end_layout
32584
32585 \begin_layout Itemize
32586 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
32587  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
32588 e.
32589 \end_layout
32590
32591 \begin_layout Itemize
32592 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
32593  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
32594  texte entre les deux, comme séparateur.
32595 \end_layout
32596
32597 \begin_layout Itemize
32598 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
32599  ou les tableaux.
32600 \end_layout
32601
32602 \begin_layout Itemize
32603
32604 \lang english
32605 Their numbering and referencing works as described in chap.
32606 \lang french
32607
32608 \begin_inset space \thinspace{}
32609 \end_inset
32610
32611
32612 \begin_inset CommandInset ref
32613 LatexCommand ref
32614 reference "chap:Flottants"
32615
32616 \end_inset
32617
32618 .
32619 \end_layout
32620
32621 \begin_layout Section
32622
32623 \lang english
32624 Surrounded Fixed Objects
32625 \begin_inset Index idx
32626 status collapsed
32627
32628 \begin_layout Plain Layout
32629
32630 \lang english
32631 Surrounded by text ! Fixed objects
32632 \end_layout
32633
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Standard
32640
32641 \lang english
32642 The wrap floats described in sec.
32643 \lang french
32644
32645 \begin_inset space \thinspace{}
32646 \end_inset
32647
32648
32649 \begin_inset CommandInset ref
32650 LatexCommand ref
32651 reference "sec:Flottant-d'enrobage"
32652
32653 \end_inset
32654
32655
32656 \lang english
32657  have these positions in the paragraph:
32658 \end_layout
32659
32660 \begin_layout Standard
32661 \noindent
32662 \align center
32663
32664 \lang english
32665 \begin_inset Tabular
32666 <lyxtabular version="3" rows="2" columns="2">
32667 <features tabularvalignment="middle">
32668 <column alignment="center" valignment="top" width="0">
32669 <column alignment="center" valignment="top" width="0">
32670 <row>
32671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32672 \begin_inset Text
32673
32674 \begin_layout Plain Layout
32675
32676 \lang english
32677 \begin_inset Graphics
32678         filename ../../images/dialog-show-new-inset_graphics.png
32679         scale 70
32680         scaleBeforeRotation
32681         BoundingBox 0bp 6bp 22bp 22bp
32682
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \end_inset
32689 </cell>
32690 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32691 \begin_inset Text
32692
32693 \begin_layout Plain Layout
32694
32695 \lang english
32696 text
32697 \end_layout
32698
32699 \end_inset
32700 </cell>
32701 </row>
32702 <row>
32703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32704 \begin_inset Text
32705
32706 \begin_layout Plain Layout
32707
32708 \lang english
32709 text
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32715 \begin_inset Text
32716
32717 \begin_layout Plain Layout
32718
32719 \lang english
32720 text
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 </row>
32726 </lyxtabular>
32727
32728 \end_inset
32729
32730  ou 
32731 \begin_inset Tabular
32732 <lyxtabular version="3" rows="2" columns="2">
32733 <features tabularvalignment="middle">
32734 <column alignment="center" valignment="top" width="0">
32735 <column alignment="center" valignment="top" width="0">
32736 <row>
32737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32738 \begin_inset Text
32739
32740 \begin_layout Plain Layout
32741
32742 \lang english
32743 text
32744 \end_layout
32745
32746 \end_inset
32747 </cell>
32748 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32749 \begin_inset Text
32750
32751 \begin_layout Plain Layout
32752
32753 \lang english
32754 \begin_inset Graphics
32755         filename ../../images/dialog-show-new-inset_graphics.png
32756         scale 70
32757         scaleBeforeRotation
32758         BoundingBox 0bp 6bp 22bp 22bp
32759
32760 \end_inset
32761
32762
32763 \end_layout
32764
32765 \end_inset
32766 </cell>
32767 </row>
32768 <row>
32769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32770 \begin_inset Text
32771
32772 \begin_layout Plain Layout
32773
32774 \lang english
32775 text
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784
32785 \lang english
32786 text
32787 \end_layout
32788
32789 \end_inset
32790 </cell>
32791 </row>
32792 </lyxtabular>
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Standard
32800
32801 \lang english
32802 To get an object exactly at the position where it is inserted, for example
32803  to get one of these positions:
32804 \begin_inset VSpace defskip
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \begin_layout Standard
32811 \noindent
32812 \align center
32813
32814 \lang english
32815 \begin_inset Tabular
32816 <lyxtabular version="3" rows="2" columns="2">
32817 <features tabularvalignment="middle">
32818 <column alignment="center" valignment="top" width="0">
32819 <column alignment="center" valignment="top" width="0">
32820 <row>
32821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825
32826 \lang english
32827 text
32828 \end_layout
32829
32830 \end_inset
32831 </cell>
32832 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836
32837 \lang english
32838 text
32839 \end_layout
32840
32841 \end_inset
32842 </cell>
32843 </row>
32844 <row>
32845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32846 \begin_inset Text
32847
32848 \begin_layout Plain Layout
32849
32850 \lang english
32851 \begin_inset Graphics
32852         filename ../../images/dialog-show-new-inset_graphics.png
32853         scale 70
32854         scaleBeforeRotation
32855         BoundingBox 0bp 6bp 22bp 22bp
32856
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868
32869 \lang english
32870 text
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 </row>
32876 </lyxtabular>
32877
32878 \end_inset
32879
32880  
32881 \begin_inset Tabular
32882 <lyxtabular version="3" rows="2" columns="2">
32883 <features tabularvalignment="middle">
32884 <column alignment="center" valignment="top" width="0">
32885 <column alignment="center" valignment="top" width="0">
32886 <row>
32887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891
32892 \lang english
32893 text
32894 \end_layout
32895
32896 \end_inset
32897 </cell>
32898 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32899 \begin_inset Text
32900
32901 \begin_layout Plain Layout
32902
32903 \lang english
32904 text
32905 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 </row>
32910 <row>
32911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32912 \begin_inset Text
32913
32914 \begin_layout Plain Layout
32915
32916 \lang english
32917 text
32918 \end_layout
32919
32920 \end_inset
32921 </cell>
32922 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
32923 \begin_inset Text
32924
32925 \begin_layout Plain Layout
32926
32927 \lang english
32928 \begin_inset Graphics
32929         filename ../../images/dialog-show-new-inset_graphics.png
32930         scale 70
32931         scaleBeforeRotation
32932         BoundingBox 0bp 6bp 22bp 22bp
32933
32934 \end_inset
32935
32936
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 </row>
32942 </lyxtabular>
32943
32944 \end_inset
32945
32946  
32947 \begin_inset Tabular
32948 <lyxtabular version="3" rows="2" columns="3">
32949 <features tabularvalignment="middle">
32950 <column alignment="center" valignment="top" width="0">
32951 <column alignment="center" valignment="top" width="0">
32952 <column alignment="center" valignment="top" width="0">
32953 <row>
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958
32959 \lang english
32960 text
32961 \end_layout
32962
32963 \end_inset
32964 </cell>
32965 <cell alignment="center" valignment="top" topline="true" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Plain Layout
32969
32970 \lang english
32971 \begin_inset Graphics
32972         filename ../../images/dialog-show-new-inset_graphics.png
32973         scale 70
32974         scaleBeforeRotation
32975         BoundingBox 0bp 6bp 22bp 22bp
32976
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \end_inset
32983 </cell>
32984 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32985 \begin_inset Text
32986
32987 \begin_layout Plain Layout
32988
32989 \lang english
32990 text
32991 \end_layout
32992
32993 \end_inset
32994 </cell>
32995 </row>
32996 <row>
32997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001
33002 \lang english
33003 text
33004 \end_layout
33005
33006 \end_inset
33007 </cell>
33008 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012
33013 \lang english
33014 text
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023
33024 \lang english
33025 text
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 </row>
33031 </lyxtabular>
33032
33033 \end_inset
33034
33035  
33036 \begin_inset Tabular
33037 <lyxtabular version="3" rows="2" columns="3">
33038 <features tabularvalignment="middle">
33039 <column alignment="center" valignment="top" width="0">
33040 <column alignment="center" valignment="top" width="0">
33041 <column alignment="center" valignment="top" width="0">
33042 <row>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047
33048 \lang english
33049 text
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 <cell alignment="center" valignment="top" topline="true" usebox="none">
33055 \begin_inset Text
33056
33057 \begin_layout Plain Layout
33058
33059 \lang english
33060 text
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069
33070 \lang english
33071 text
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 </row>
33077 <row>
33078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33079 \begin_inset Text
33080
33081 \begin_layout Plain Layout
33082
33083 \lang english
33084 text
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33090 \begin_inset Text
33091
33092 \begin_layout Plain Layout
33093
33094 \lang english
33095 \begin_inset Graphics
33096         filename ../../images/dialog-show-new-inset_graphics.png
33097         scale 70
33098         scaleBeforeRotation
33099         BoundingBox 0bp 6bp 22bp 22bp
33100
33101 \end_inset
33102
33103
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112
33113 \lang english
33114 text
33115 \end_layout
33116
33117 \end_inset
33118 </cell>
33119 </row>
33120 </lyxtabular>
33121
33122 \end_inset
33123
33124
33125 \end_layout
33126
33127 \begin_layout Standard
33128 \noindent
33129 \align center
33130
33131 \lang english
33132 \begin_inset Tabular
33133 <lyxtabular version="3" rows="3" columns="2">
33134 <features tabularvalignment="middle">
33135 <column alignment="center" valignment="top" width="0">
33136 <column alignment="center" valignment="top" width="0">
33137 <row>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142
33143 \lang english
33144 text
33145 \end_layout
33146
33147 \end_inset
33148 </cell>
33149 <cell alignment="center" valignment="top" topline="true" rightline="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 </row>
33161 <row>
33162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33163 \begin_inset Text
33164
33165 \begin_layout Plain Layout
33166
33167 \lang english
33168 \begin_inset Graphics
33169         filename ../../images/dialog-show-new-inset_graphics.png
33170         scale 70
33171         scaleBeforeRotation
33172         BoundingBox 0bp 6bp 22bp 22bp
33173
33174 \end_inset
33175
33176
33177 \end_layout
33178
33179 \end_inset
33180 </cell>
33181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185
33186 \lang english
33187 text
33188 \end_layout
33189
33190 \end_inset
33191 </cell>
33192 </row>
33193 <row>
33194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198
33199 \lang english
33200 text
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209
33210 \lang english
33211 text
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 </row>
33217 </lyxtabular>
33218
33219 \end_inset
33220
33221  
33222 \begin_inset Tabular
33223 <lyxtabular version="3" rows="3" columns="3">
33224 <features tabularvalignment="middle">
33225 <column alignment="center" valignment="top" width="0">
33226 <column alignment="center" valignment="top" width="0">
33227 <column alignment="center" valignment="top" width="0">
33228 <row>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233
33234 \lang english
33235 text
33236 \end_layout
33237
33238 \end_inset
33239 </cell>
33240 <cell alignment="center" valignment="top" topline="true" usebox="none">
33241 \begin_inset Text
33242
33243 \begin_layout Plain Layout
33244
33245 \lang english
33246 text
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255
33256 \lang english
33257 text
33258 \end_layout
33259
33260 \end_inset
33261 </cell>
33262 </row>
33263 <row>
33264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268
33269 \lang english
33270 text
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279
33280 \lang english
33281 \begin_inset Graphics
33282         filename ../../images/dialog-show-new-inset_graphics.png
33283         scale 70
33284         scaleBeforeRotation
33285         BoundingBox 0bp 6bp 22bp 22bp
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \end_inset
33293 </cell>
33294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33295 \begin_inset Text
33296
33297 \begin_layout Plain Layout
33298
33299 \lang english
33300 text
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 </row>
33306 <row>
33307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311
33312 \lang english
33313 text
33314 \end_layout
33315
33316 \end_inset
33317 </cell>
33318 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322
33323 \lang english
33324 text
33325 \end_layout
33326
33327 \end_inset
33328 </cell>
33329 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33330 \begin_inset Text
33331
33332 \begin_layout Plain Layout
33333
33334 \lang english
33335 text
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 </row>
33341 </lyxtabular>
33342
33343 \end_inset
33344
33345  
33346 \begin_inset Tabular
33347 <lyxtabular version="3" rows="3" columns="2">
33348 <features tabularvalignment="middle">
33349 <column alignment="center" valignment="top" width="0">
33350 <column alignment="center" valignment="top" width="0">
33351 <row>
33352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356
33357 \lang english
33358 text
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367
33368 \lang english
33369 text
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 </row>
33375 <row>
33376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33377 \begin_inset Text
33378
33379 \begin_layout Plain Layout
33380
33381 \lang english
33382 text
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33388 \begin_inset Text
33389
33390 \begin_layout Plain Layout
33391
33392 \lang english
33393 \begin_inset Graphics
33394         filename ../../images/dialog-show-new-inset_graphics.png
33395         scale 70
33396         scaleBeforeRotation
33397         BoundingBox 0bp 6bp 22bp 22bp
33398
33399 \end_inset
33400
33401
33402 \end_layout
33403
33404 \end_inset
33405 </cell>
33406 </row>
33407 <row>
33408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33409 \begin_inset Text
33410
33411 \begin_layout Plain Layout
33412
33413 \lang english
33414 text
33415 \end_layout
33416
33417 \end_inset
33418 </cell>
33419 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423
33424 \lang english
33425 text
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 </row>
33431 </lyxtabular>
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Standard
33439 \noindent
33440
33441 \lang english
33442 you can use the LaTeX-package
33443 \lang french
33444  
33445 \series bold
33446 picinpar
33447 \series default
33448
33449 \begin_inset Index idx
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453 Paquetages LaTeX ! picinpar
33454 \end_layout
33455
33456 \end_inset
33457
33458 .
33459  
33460 \lang english
33461 Here is an example
33462 \lang french
33463 :
33464 \end_layout
33465
33466 \begin_layout Standard
33467 \begin_inset ERT
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471
33472
33473 \backslash
33474 ifpicinpar
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \begin_inset Note Note
33481 status open
33482
33483 \begin_layout Plain Layout
33484 La section suivante ne sera affichée que si le paquetage LaTeX 
33485 \series bold
33486 picinpar
33487 \series default
33488  a été installé.
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 \begin_inset ERT
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501
33502
33503 \backslash
33504 begin{window}[2,c,{
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \begin_inset Graphics
33511         filename ../clipart/mobius.eps
33512         lyxscale 60
33513         width 40col%
33514         scaleBeforeRotation
33515         rotateOrigin center
33516
33517 \end_inset
33518
33519
33520 \begin_inset ERT
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524
33525 },]
33526 \end_layout
33527
33528 \begin_layout Plain Layout
33529
33530 {}
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \size small
33537 \lang english
33538 It was in the spring of the year 1894 that all London was interested, and
33539  the fashionable world dismayed, by the murder of the Honourable Ronald
33540  Adair under most unusual and inexplicable circumstances.
33541  The public has already learned those particulars of the crime which
33542 \size default
33543
33544 \begin_inset ERT
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548
33549
33550 \backslash
33551 footnotemark{}
33552 \end_layout
33553
33554 \end_inset
33555
33556
33557 \size small
33558  came out in the police investigation, but a good deal was suppressed upon
33559  that occasion, since the case for the prosecution was so overwhelmingly
33560  strong that it was not necessary to bring forward all the facts.
33561  Only now, at the end of nearly ten years, am I allowed to supply those
33562  missing links which make up the whole of that remarkable chain
33563 \lang french
33564 .
33565 \size default
33566
33567 \begin_inset ERT
33568 status collapsed
33569
33570 \begin_layout Plain Layout
33571
33572
33573 \backslash
33574 end{window}
33575 \end_layout
33576
33577 \end_inset
33578
33579
33580 \end_layout
33581
33582 \begin_layout Standard
33583
33584 \lang english
33585 \begin_inset ERT
33586 status collapsed
33587
33588 \begin_layout Plain Layout
33589
33590
33591 \backslash
33592 footnotetext{
33593 \end_layout
33594
33595 \end_inset
33596
33597 Footnote of the paragraph with the fixed object.
33598 \begin_inset ERT
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602
33603 }
33604 \end_layout
33605
33606 \end_inset
33607
33608
33609 \end_layout
33610
33611 \begin_layout Standard
33612
33613 \lang english
33614 Surrounded fixed objects are used to let text float around them, at which
33615  the object's position in the paragraph can be determined by the number
33616  of lines above it.
33617  In contrary to floats is it not possible to have a numbered caption.
33618 \end_layout
33619
33620 \begin_layout Standard
33621
33622 \lang english
33623 A fixed object is inserted by adding the command
33624 \end_layout
33625
33626 \begin_layout Standard
33627
33628 \series bold
33629
33630 \backslash
33631 begin{window}[2,c,{
33632 \end_layout
33633
33634 \begin_layout Standard
33635
33636 \lang english
33637 as TeX Code at the beginning of the paragraph.
33638  The first parameter in the bracket, here '2', defines the number of lines
33639  above the object, the second, here 'c', the position of the object.
33640  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
33641  Behind the command you insert the object.
33642  In this example an image with a width of 40
33643 \begin_inset space \thinspace{}
33644 \end_inset
33645
33646 % of the text column width was inserted.
33647  The object can also be a table, a box or an equation.
33648  Behind the object the command
33649 \end_layout
33650
33651 \begin_layout Standard
33652
33653 \series bold
33654 },description text]
33655 \begin_inset Newline newline
33656 \end_inset
33657
33658 {}
33659 \end_layout
33660
33661 \begin_layout Standard
33662
33663 \lang english
33664 is inserted.
33665  Note that the 
33666 \begin_inset Quotes eld
33667 \end_inset
33668
33669
33670 \series bold
33671 {}
33672 \series default
33673
33674 \begin_inset Quotes erd
33675 \end_inset
33676
33677  is in the second line.
33678  The description text is optional.
33679  The text surrounding the object must be in the same paragraph as the object,
33680  so it must begin directly after the 
33681 \series bold
33682 {}
33683 \series default
33684 .
33685  At the end of the paragraph insert the command:
33686 \end_layout
33687
33688 \begin_layout Standard
33689
33690 \series bold
33691 \lang english
33692
33693 \backslash
33694 end{window}
33695 \end_layout
33696
33697 \begin_layout Standard
33698
33699 \lang english
33700 Within a paragraph with a fixed object, you cannot insert footnotes in the
33701  normal way.
33702  You have to use instead the command 
33703 \series bold
33704
33705 \backslash
33706 footnotemark
33707 \series default
33708  inside the paragraph and outside the command 
33709 \series bold
33710
33711 \backslash
33712 footnotetext
33713 \series default
33714  as described in sec.
33715 \lang french
33716
33717 \begin_inset space \thinspace{}
33718 \end_inset
33719
33720
33721 \begin_inset CommandInset ref
33722 LatexCommand ref
33723 reference "sec:Notes-bas-de-page"
33724
33725 \end_inset
33726
33727 .
33728 \end_layout
33729
33730 \begin_layout Standard
33731 \begin_inset ERT
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735
33736
33737 \backslash
33738 else
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \begin_inset Note Note
33745 status open
33746
33747 \begin_layout Plain Layout
33748 Ce qui suit sera affiché si le paquetage LaTeX 
33749 \series bold
33750 picinpar
33751 \series default
33752  n'est pas installé :
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \begin_layout Standard
33761 Vous devez installer le paquetage LaTeX 
33762 \series bold
33763 picinpar
33764 \series default
33765  pour voir la suite de cette section dans la sortie imprimée.
33766 \end_layout
33767
33768 \begin_layout Standard
33769 \begin_inset ERT
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773
33774
33775 \backslash
33776 fi
33777 \end_layout
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \begin_layout Section
33785
33786 \lang english
33787 Initials
33788 \begin_inset Index idx
33789 status collapsed
33790
33791 \begin_layout Plain Layout
33792
33793 \lang english
33794 Initials
33795 \end_layout
33796
33797 \end_inset
33798
33799
33800 \begin_inset Index idx
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804
33805 \lang english
33806 Surrounded by text ! Initials
33807 \end_layout
33808
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Standard
33815
33816 \lang english
33817 To use initials, you must have the LaTeX package
33818 \lang french
33819  
33820 \series bold
33821 lettrine
33822 \series default
33823
33824 \begin_inset Index idx
33825 status collapsed
33826
33827 \begin_layout Plain Layout
33828 Paquetages LaTeX ! lettrine
33829 \end_layout
33830
33831 \end_inset
33832
33833  
33834 \lang english
33835 installed and use the module 
33836 \family sans
33837 Initials
33838 \family default
33839  in your document (menu 
33840 \family sans
33841 Document\SpecialChar \menuseparator
33842 Settings\SpecialChar \menuseparator
33843 Modules
33844 \family default
33845 ).
33846  To insert an initial, use the style 
33847 \family sans
33848 Initial
33849 \family default
33850 .
33851  This style has a mandatory and an optional argument.
33852  The mandatory argument is inserted via the menu 
33853 \family sans
33854 Insert\SpecialChar \menuseparator
33855 Short
33856 \begin_inset space ~
33857 \end_inset
33858
33859 Title
33860 \family default
33861  and contains the letter that is the initial.
33862  To use the also the optional argument, insert another argument in front
33863  of the mandatory argument.
33864  This one contains parameters to modify the initial.
33865  For more information about the possible parameters see the documentation
33866  of
33867 \lang french
33868  
33869 \series bold
33870 lettrine
33871 \series default
33872
33873 \begin_inset CommandInset citation
33874 LatexCommand cite
33875 key "lettrine"
33876
33877 \end_inset
33878
33879 .
33880  
33881 \lang english
33882 The style itself contains the text that is surrounding the initial.
33883  The usual style is hereby that the word whose first letter is the initial,
33884  is printed with 
33885 \shape smallcaps
33886 small caps
33887 \shape default
33888 .
33889  To tell LaTeX where this word is finished, add a closing brace '
33890 \series bold
33891 }
33892 \series default
33893 ' as TeX Code behind it.
33894  At the end of the style there must be an opening brace '
33895 \series bold
33896 {
33897 \series default
33898 ' as TeX Code.
33899 \end_layout
33900
33901 \begin_layout Standard
33902
33903 \lang english
33904 Here are some examples:
33905 \end_layout
33906
33907 \begin_layout Enumerate
33908
33909 \lang english
33910 No optional argument, the initial is the letter 'I' in the math font 
33911 \begin_inset Formula $\mathfrak{Fraktur}$
33912 \end_inset
33913
33914
33915 \lang french
33916 :
33917 \end_layout
33918
33919 \begin_deeper
33920 \begin_layout Initial
33921 \begin_inset Argument
33922 status open
33923
33924 \begin_layout Plain Layout
33925 \begin_inset Formula $\mathfrak{I}$
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \end_inset
33932
33933 t
33934 \begin_inset ERT
33935 status collapsed
33936
33937 \begin_layout Plain Layout
33938
33939 }
33940 \end_layout
33941
33942 \end_inset
33943
33944  
33945 \lang english
33946 was in the spring of the year 1894 that all London was interested, and the
33947  fashionable world dismayed, by the murder of the Honourable Ronald Adair
33948  under most unusual and inexplicable circumstances.
33949  The public has already learned those particulars of the crime which came
33950  out in the police investigation, but a good deal was suppressed upon that
33951  occasion, since the case for the prosecution was so overwhelmingly strong
33952  that it was not necessary to bring forward all the facts.
33953 \lang french
33954
33955 \begin_inset ERT
33956 status collapsed
33957
33958 \begin_layout Plain Layout
33959
33960 {
33961 \end_layout
33962
33963 \end_inset
33964
33965
33966 \end_layout
33967
33968 \end_deeper
33969 \begin_layout Enumerate
33970
33971 \lang english
33972 Only one line is surrounding the initial, which is formed by two letters
33973  in standard font and no text is printed in small caps:
33974 \end_layout
33975
33976 \begin_deeper
33977 \begin_layout Initial
33978 \begin_inset Argument
33979 status open
33980
33981 \begin_layout Plain Layout
33982 lines=1
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \begin_inset Argument
33989 status open
33990
33991 \begin_layout Plain Layout
33992 It
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \begin_inset ERT
33999 status collapsed
34000
34001 \begin_layout Plain Layout
34002
34003 }
34004 \end_layout
34005
34006 \end_inset
34007
34008  
34009 \lang english
34010 was in the spring of the year 1894 that all London was interested, and the
34011  fashionable world dismayed, by the murder of the Honourable Ronald Adair
34012  under most unusual and inexplicable circumstances.
34013  The public has already learned those particulars of the crime which came
34014  out in the police investigation, but a good deal was suppressed upon that
34015  occasion, since the case for the prosecution was so overwhelmingly strong
34016  that it was not necessary to bring forward all the facts.
34017 \lang french
34018
34019 \begin_inset ERT
34020 status collapsed
34021
34022 \begin_layout Plain Layout
34023
34024 {
34025 \end_layout
34026
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \end_deeper
34033 \begin_layout Enumerate
34034
34035 \lang english
34036 Magenta, hanging initial over 3
34037 \begin_inset space ~
34038 \end_inset
34039
34040 lines in the math font 
34041 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34042 \end_inset
34043
34044 , the text 
34045 \begin_inset Quotes eld
34046 \end_inset
34047
34048 t was in the spring
34049 \begin_inset Quotes erd
34050 \end_inset
34051
34052  is in 
34053 \shape smallcaps
34054 small caps
34055 \shape default
34056 ; to color the initial, you must insert this command before the initial:
34057 \begin_inset Newline newline
34058 \end_inset
34059
34060
34061 \series bold
34062 \lang french
34063
34064 \backslash
34065 renewcommand{
34066 \backslash
34067 LettrineFontHook}{
34068 \backslash
34069 color{color}}
34070 \series default
34071 \lang english
34072
34073 \begin_inset Newline newline
34074 \end_inset
34075
34076 where the second 
34077 \emph on
34078 color
34079 \emph default
34080  can be 
34081 \begin_inset Quotes eld
34082 \end_inset
34083
34084 red
34085 \begin_inset Quotes erd
34086 \end_inset
34087
34088
34089 \begin_inset Quotes eld
34090 \end_inset
34091
34092 blue
34093 \begin_inset Quotes erd
34094 \end_inset
34095
34096
34097 \begin_inset Quotes eld
34098 \end_inset
34099
34100 green
34101 \begin_inset Quotes erd
34102 \end_inset
34103
34104
34105 \begin_inset Quotes eld
34106 \end_inset
34107
34108 yellow
34109 \begin_inset Quotes erd
34110 \end_inset
34111
34112
34113 \begin_inset Quotes eld
34114 \end_inset
34115
34116 cyan
34117 \begin_inset Quotes erd
34118 \end_inset
34119
34120
34121 \begin_inset Quotes eld
34122 \end_inset
34123
34124 magenta
34125 \begin_inset Quotes erd
34126 \end_inset
34127
34128
34129 \begin_inset Quotes eld
34130 \end_inset
34131
34132 black
34133 \begin_inset Quotes erd
34134 \end_inset
34135
34136  or 
34137 \begin_inset Quotes eld
34138 \end_inset
34139
34140 white
34141 \begin_inset Quotes erd
34142 \end_inset
34143
34144 , and add this command to the document preamble
34145 \lang french
34146 :
34147 \begin_inset Newline newline
34148 \end_inset
34149
34150
34151 \series bold
34152
34153 \backslash
34154 @ifundefined{textcolor}
34155 \begin_inset Newline newline
34156 \end_inset
34157
34158
34159 \begin_inset space ~
34160 \end_inset
34161
34162 {
34163 \backslash
34164 usepackage{color}}{}
34165 \end_layout
34166
34167 \begin_deeper
34168 \begin_layout Standard
34169 \begin_inset ERT
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173
34174
34175 \backslash
34176 renewcommand{
34177 \backslash
34178 LettrineFontHook}{
34179 \backslash
34180 color{magenta}}
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \lang english
34187
34188 \begin_inset Note Note
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192
34193 \lang english
34194 makes the initial magenta
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Initial
34203 \begin_inset Argument
34204 status open
34205
34206 \begin_layout Plain Layout
34207 lines=3, lhang=0.33, loversize=0.25
34208 \end_layout
34209
34210 \end_inset
34211
34212
34213 \begin_inset Argument
34214 status open
34215
34216 \begin_layout Plain Layout
34217 \begin_inset Formula $\mathcal{I}$
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \end_inset
34224
34225
34226 \lang english
34227 t was in the spring
34228 \lang french
34229
34230 \begin_inset ERT
34231 status collapsed
34232
34233 \begin_layout Plain Layout
34234
34235 }
34236 \end_layout
34237
34238 \end_inset
34239
34240  
34241 \lang english
34242 of the year 1894 that all London was interested, and the fashionable world
34243  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34244  and inexplicable circumstances.
34245  The public has already learned those particulars of the crime which came
34246  out in the police investigation, but a good deal was suppressed upon that
34247  occasion, since the case for the prosecution was so overwhelmingly strong
34248  that it was not necessary to bring forward all the facts.
34249 \lang french
34250
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256 {
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \end_layout
34263
34264 \end_deeper
34265 \begin_layout Chapter
34266 Trucs Externes
34267 \begin_inset Index idx
34268 status collapsed
34269
34270 \begin_layout Plain Layout
34271 Trucs externes
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Standard
34280 Avec le menu 
34281 \family sans
34282 Insérer\SpecialChar \menuseparator
34283 Fichier
34284 \family default
34285  vous pouvez insérer un contenu externe à votre document.
34286  Ce contenu peut être :
34287 \end_layout
34288
34289 \begin_layout Description
34290 Document
34291 \begin_inset space ~
34292 \end_inset
34293
34294 LyX Un autre document LyX ; son contenu est directement inséré dans votre
34295  document.
34296 \end_layout
34297
34298 \begin_layout Description
34299 Texte
34300 \begin_inset space ~
34301 \end_inset
34302
34303 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
34304 e.
34305 \end_layout
34306
34307 \begin_layout Description
34308 Texte
34309 \begin_inset space ~
34310 \end_inset
34311
34312 Brut
34313 \begin_inset space ~
34314 \end_inset
34315
34316 par
34317 \begin_inset space ~
34318 \end_inset
34319
34320 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
34321  Les lignes vides créent un nouveau paragraphe dans votre document.
34322 \end_layout
34323
34324 \begin_layout Description
34325 Objet
34326 \begin_inset space ~
34327 \end_inset
34328
34329 Externe Fichiers de formats variés.
34330 \end_layout
34331
34332 \begin_layout Description
34333 Sous-document Documents LyX ou LaTeX.
34334 \end_layout
34335
34336 \begin_layout Section
34337 Objets Externes 
34338 \begin_inset Index idx
34339 status collapsed
34340
34341 \begin_layout Plain Layout
34342 Trucs externes ! Objets Externes
34343 \end_layout
34344
34345 \end_inset
34346
34347
34348 \end_layout
34349
34350 \begin_layout Standard
34351 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
34352  de fichiers dans votre document sans avoir à convertir ces derniers en
34353  un format qui soit compatible avec le format de sortie, puisque c'est LyX
34354  qui va s'occuper des conversions.
34355  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
34356  LyX des images dans des formats divers.
34357  Quand vous avez activé 
34358 \family sans
34359 Aperçu
34360 \begin_inset space ~
34361 \end_inset
34362
34363 sur
34364 \begin_inset space ~
34365 \end_inset
34366
34367 le
34368 \begin_inset space ~
34369 \end_inset
34370
34371 vif
34372 \family default
34373  dans le menu des préférences de LyX, dans la rubrique 
34374 \family sans
34375 Apparence\SpecialChar \menuseparator
34376 Graphiques
34377 \family default
34378 , les objets externes de type Dia et Xfig sont affichés directement dans
34379  LyX.
34380 \end_layout
34381
34382 \begin_layout Standard
34383 On insère des objets externes en utilisant la fenêtre de dialogue 
34384 \family sans
34385 Objet
34386 \begin_inset space ~
34387 \end_inset
34388
34389 Externe
34390 \family default
34391  qui est accessible via le menu 
34392 \family sans
34393 Insérer\SpecialChar \menuseparator
34394 Fichiers\SpecialChar \menuseparator
34395 Objet
34396 \begin_inset space ~
34397 \end_inset
34398
34399 Externe
34400 \family default
34401 .
34402  Actuellement les types de fichiers (
34403 \family sans
34404 Modèles
34405 \family default
34406 ) suivants sont autorisés :
34407 \end_layout
34408
34409 \begin_layout Description
34410 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
34411  par le programme 
34412 \series bold
34413
34414 \begin_inset CommandInset href
34415 LatexCommand href
34416 name "XBoard"
34417 target "http://en.wikipedia.org/wiki/XBoard"
34418
34419 \end_inset
34420
34421
34422 \series default
34423 .
34424 \end_layout
34425
34426 \begin_layout Description
34427 Date Ce modèle insère la date sous la forme 
34428 \emph on
34429 Jour-Mois-Année
34430 \emph default
34431 .
34432  Voici un exemple de date insérée comme objet externe :: 
34433 \begin_inset External
34434         template Date
34435         filename .
34436
34437 \end_inset
34438
34439
34440 \begin_inset space ~
34441 \end_inset
34442
34443
34444 \begin_inset Note Note
34445 status open
34446
34447 \begin_layout Plain Layout
34448 Retirer l'espace protégé quand le bug 4398 sera résolu !
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \begin_inset Newline newline
34455 \end_inset
34456
34457 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
34458  Il y a deux autre méthodes pour insérer une date : Avec le menu 
34459 \family sans
34460 Insérer\SpecialChar \menuseparator
34461 Date
34462 \family default
34463  et avec la commande LaTeX 
34464 \series bold
34465
34466 \backslash
34467 today
34468 \series default
34469  entrée comme code TeX.
34470  Ces différentes méthodes sont comparée dans le tableau
34471 \begin_inset space ~
34472 \end_inset
34473
34474
34475 \begin_inset CommandInset ref
34476 LatexCommand ref
34477 reference "tab:Comparaison-des-dates"
34478
34479 \end_inset
34480
34481 .
34482 \end_layout
34483
34484 \begin_layout Description
34485 Dia Ce modèle accepte les diagrammes créés avec le programme 
34486 \series bold
34487
34488 \begin_inset CommandInset href
34489 LatexCommand href
34490 name "Dia"
34491 target "http://en.wikipedia.org/wiki/Dia_(software)"
34492
34493 \end_inset
34494
34495
34496 \series default
34497 .
34498 \end_layout
34499
34500 \begin_layout Description
34501 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
34502  par le programme 
34503 \series bold
34504
34505 \begin_inset CommandInset href
34506 LatexCommand href
34507 name "LilyPond"
34508 target "http://en.wikipedia.org/wiki/LilyPond"
34509
34510 \end_inset
34511
34512
34513 \series default
34514 .
34515 \end_layout
34516
34517 \begin_layout Description
34518 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
34519  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
34520  
34521 \emph on
34522 pages
34523 \emph default
34524  dans le champ 
34525 \family sans
34526 Option
34527 \family default
34528  dans l'onglet 
34529 \family sans
34530 Options LaTeX et LyX
34531 \family default
34532  en suivant les instructions données pour le modèle.
34533  Si on ne donne pas d'option 
34534 \emph on
34535 pages
34536 \emph default
34537 , seule la première page du PDF sera insérée.
34538 \end_layout
34539
34540 \begin_layout Description
34541 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
34542  À peu près tous les formats d'images populaires sont acceptés.
34543  Les images peuvent être traitées dans la fenêtre de dialogue 
34544 \family sans
34545 Objet
34546 \begin_inset space ~
34547 \end_inset
34548
34549 Externe
34550 \family default
34551  comme les images qui sont habituellement incorporées en utilisant le menu
34552  
34553 \family sans
34554 Insérer\SpecialChar \menuseparator
34555 Graphique
34556 \family default
34557 , comme c'est décrit dans la section
34558 \begin_inset space ~
34559 \end_inset
34560
34561
34562 \begin_inset CommandInset ref
34563 LatexCommand ref
34564 reference "sec:Graphics-Dialog"
34565
34566 \end_inset
34567
34568 .
34569  La différence est que seules les images matricielles sont autorisées, ce
34570  qui veut dire que les images PDF et EPS ne sont pas acceptées.
34571 \end_layout
34572
34573 \begin_layout Description
34574 XFig Ce modèle accepte les images créées avec le programme 
34575 \series bold
34576
34577 \begin_inset CommandInset href
34578 LatexCommand href
34579 name "Xfig"
34580 target "http://en.wikipedia.org/wiki/Xfig"
34581
34582 \end_inset
34583
34584
34585 \series default
34586 .
34587 \end_layout
34588
34589 \begin_layout Standard
34590 \begin_inset Float table
34591 placement h
34592 wide false
34593 sideways false
34594 status open
34595
34596 \begin_layout Plain Layout
34597 \begin_inset Caption
34598
34599 \begin_layout Plain Layout
34600 \begin_inset CommandInset label
34601 LatexCommand label
34602 name "tab:Comparaison-des-dates"
34603
34604 \end_inset
34605
34606 Comparaison des méthodes d'insertion de la date.
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \begin_layout Plain Layout
34615 \align center
34616 \begin_inset Tabular
34617 <lyxtabular version="3" rows="4" columns="4">
34618 <features tabularvalignment="middle">
34619 <column alignment="center" valignment="top" width="0">
34620 <column alignment="center" valignment="top" width="0">
34621 <column alignment="center" valignment="top" width="0">
34622 <column alignment="center" valignment="top" width="0">
34623 <row>
34624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628 Format du document
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637
34638 \family sans
34639 Objet
34640 \begin_inset space ~
34641 \end_inset
34642
34643 Externe\SpecialChar \menuseparator
34644 Date
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34650 \begin_inset Text
34651
34652 \begin_layout Plain Layout
34653
34654 \family sans
34655 Insérer\SpecialChar \menuseparator
34656 Date
34657 \end_layout
34658
34659 \end_inset
34660 </cell>
34661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34662 \begin_inset Text
34663
34664 \begin_layout Plain Layout
34665 commande 
34666 \series bold
34667
34668 \backslash
34669 today
34670 \end_layout
34671
34672 \end_inset
34673 </cell>
34674 </row>
34675 <row>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 LyX
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34686 \begin_inset Text
34687
34688 \begin_layout Plain Layout
34689 comme boîte d'insert
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 comme date
34699 \end_layout
34700
34701 \end_inset
34702 </cell>
34703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34704 \begin_inset Text
34705
34706 \begin_layout Plain Layout
34707 comme boîte de code TeX
34708 \end_layout
34709
34710 \end_inset
34711 </cell>
34712 </row>
34713 <row>
34714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 LaTeX
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 comme date
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736 comme date
34737 \end_layout
34738
34739 \end_inset
34740 </cell>
34741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34742 \begin_inset Text
34743
34744 \begin_layout Plain Layout
34745 comme commande
34746 \end_layout
34747
34748 \end_inset
34749 </cell>
34750 </row>
34751 <row>
34752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34753 \begin_inset Text
34754
34755 \begin_layout Plain Layout
34756 DVI, PDF, PS
34757 \end_layout
34758
34759 \end_inset
34760 </cell>
34761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34762 \begin_inset Text
34763
34764 \begin_layout Plain Layout
34765 comme date
34766 \end_layout
34767
34768 \end_inset
34769 </cell>
34770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774 comme date
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783 comme date date
34784 \end_layout
34785
34786 \end_inset
34787 </cell>
34788 </row>
34789 </lyxtabular>
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 Quand vous activez l'option 
34803 \family sans
34804 Brouillon
34805 \family default
34806  de l'onglet 
34807 \family sans
34808 Fichier
34809 \family default
34810  de la fenêtre de dialogue 
34811 \family sans
34812 Objet
34813 \begin_inset space ~
34814 \end_inset
34815
34816 Externe
34817 \family default
34818 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
34819 \begin_inset Newline newline
34820 \end_inset
34821
34822 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
34823  : 
34824 \begin_inset Graphics
34825         filename ../clipart/ExternalMaterialQt4.png
34826         scale 85
34827         scaleBeforeRotation
34828
34829 \end_inset
34830
34831  soit comme une image, selon que vous avez ou non activé l'option 
34832 \family sans
34833 Afficher
34834 \begin_inset space ~
34835 \end_inset
34836
34837 dans
34838 \begin_inset space ~
34839 \end_inset
34840
34841 LyX
34842 \family default
34843  de l'onglet 
34844 \family sans
34845 Options LaTeX et LyX
34846 \family default
34847  de la fenêtre de dialogue.
34848 \end_layout
34849
34850 \begin_layout Standard
34851 Le manuel 
34852 \family sans
34853 \emph on
34854 Personnalisation
34855 \family default
34856 \emph default
34857  explique comment vous pouvez créer vos propres modèles.
34858 \end_layout
34859
34860 \begin_layout Section
34861 Sous-documents
34862 \begin_inset CommandInset label
34863 LatexCommand label
34864 name "sec:Sous-documents"
34865
34866 \end_inset
34867
34868
34869 \begin_inset Index idx
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873 Trucs externes ! Sous-documents
34874 \end_layout
34875
34876 \end_inset
34877
34878
34879 \begin_inset Index idx
34880 status collapsed
34881
34882 \begin_layout Plain Layout
34883 Fichiers ! Insérer
34884 \end_layout
34885
34886 \end_inset
34887
34888
34889 \end_layout
34890
34891 \begin_layout Standard
34892 Les sous-documents sont utilisés quand on a un document très long qui peut
34893  être décomposé en plusieurs parties ou sections plus petites.
34894  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
34895  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
34896  Les différents documents sont ce que l'on appelle les sous-documents et
34897  un document maître les relie pour imprimer le document complet ou seulement
34898  une partie de celui-ci.
34899  Un sous-document hérite du contenu de son maître, par exemple le préambule
34900  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
34901 \end_layout
34902
34903 \begin_layout Standard
34904 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
34905  maître, précisez dans le sous-document le document maître dans le menu
34906  
34907 \family sans
34908 Document\SpecialChar \menuseparator
34909 Paramètres\SpecialChar \menuseparator
34910 Classe de document
34911 \family default
34912 .
34913  Ce document maître sera par la suite utilisé de façon cachée par LyX à
34914  chaque fois que vous modifierez le sous-document.
34915 \end_layout
34916
34917 \begin_layout Standard
34918 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
34919  comme celle-ci : 
34920 \begin_inset Graphics
34921         filename clipart/ChildDocumentQt4.png
34922         lyxscale 70
34923         scale 60
34924         scaleBeforeRotation
34925
34926 \end_inset
34927
34928  Pour inclure des sous-documents dans un document maître , on utilise le
34929  menu 
34930 \family sans
34931 Insérer\SpecialChar \menuseparator
34932 Fichier\SpecialChar \menuseparator
34933 Sous-document
34934 \family default
34935 .
34936  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
34937  des quatre méthodes d'inclusion :
34938 \end_layout
34939
34940 \begin_layout Description
34941 Inclus
34942 \begin_inset space ~
34943 \end_inset
34944
34945 (include) Vous pouvez inclure des documents LyX et LaTeX.
34946  Quand vous cliquez sur le bouton 
34947 \family sans
34948 Charger
34949 \family default
34950  dans la fenêtre de dialogue 
34951 \family sans
34952 Sous-document
34953 \family default
34954 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
34955  vous puissiez le modifier.
34956 \begin_inset Newline newline
34957 \end_inset
34958
34959
34960 \end_layout
34961
34962 \begin_layout Standard
34963 Voici un sous-document inséré avec la méthode 
34964 \family sans
34965 Inclus
34966 \family default
34967  : 
34968 \begin_inset CommandInset include
34969 LatexCommand include
34970 filename "DocumentBidon1.lyx"
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 La numérotation des sections va prendre en compte les sections des fichiers
34979  incorporés dans l'ordre où ils sont insérés dans le document maître.
34980  Le document qui est inclus comme exemple possède une sous-section qui sera
34981  numérotée comme sous-section de la section actuelle.
34982  Les étiquettes présentes dans le fichier inclus peuvent être référencées
34983  : la sous-section
34984 \begin_inset space ~
34985 \end_inset
34986
34987
34988 \begin_inset CommandInset ref
34989 LatexCommand ref
34990 reference "sub:Sous-section-externe-1"
34991
34992 \end_inset
34993
34994  est dans le fichier inclus.
34995 \end_layout
34996
34997 \begin_layout Standard
34998 Le préambule du sous-document est tout simplement ignoré, seul le préambule
34999  du document maître est utilisé.
35000  Les branches présentes dans le sous-document seront ignorées par le document
35001  maître si celui-ci ne possède pas une branche avec le même nom.
35002  Les documents inclus sont insérés en commençant une nouvelle page et sont
35003  suivis par un saut de page.
35004 \end_layout
35005
35006 \begin_layout Standard
35007 \begin_inset Note Greyedout
35008 status open
35009
35010 \begin_layout Plain Layout
35011
35012 \series bold
35013 Note:
35014 \series default
35015  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
35016  une classe de document différente de celle du document maître, vous recevez
35017  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
35018  que cela peut produire des résultats inattendus sur la sortie imprimée.
35019 \end_layout
35020
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \begin_layout Description
35027 Incorporé
35028 \begin_inset space ~
35029 \end_inset
35030
35031 (input) Cette méthode est très semblable à la méthode Inclus, les différences
35032  sont :
35033 \end_layout
35034
35035 \begin_deeper
35036 \begin_layout Itemize
35037 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
35038  par un saut de page.
35039 \end_layout
35040
35041 \begin_layout Itemize
35042 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
35043  
35044 \family sans
35045 Aperçu
35046 \begin_inset space ~
35047 \end_inset
35048
35049 sur
35050 \begin_inset space ~
35051 \end_inset
35052
35053 le
35054 \begin_inset space ~
35055 \end_inset
35056
35057 vif
35058 \family default
35059  est activée dans les préférences dans la rubrique 
35060 \family sans
35061 Apparence\SpecialChar \menuseparator
35062 Graphique
35063 \family default
35064 .
35065 \end_layout
35066
35067 \begin_layout Itemize
35068 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
35069 \family sans
35070 Document\SpecialChar \menuseparator
35071 Paramètres\SpecialChar \menuseparator
35072 Sous-documents
35073 \family default
35074 .
35075 \end_layout
35076
35077 \end_deeper
35078 \begin_layout Standard
35079 Voici un sous document inséré en utilisant la méthode 
35080 \family sans
35081 Incorporé
35082 \family default
35083  : 
35084 \begin_inset CommandInset include
35085 LatexCommand input
35086 preview true
35087 filename "DocumentBidon2.lyx"
35088
35089 \end_inset
35090
35091
35092 \end_layout
35093
35094 \begin_layout Description
35095 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
35096  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
35097  sous forme de code source et aucune des commandes éventuellement présentes
35098  ne sera exécutée.
35099  Vous pouvez utiliser l'option 
35100 \family sans
35101 Marquer
35102 \begin_inset space ~
35103 \end_inset
35104
35105 les
35106 \begin_inset space ~
35107 \end_inset
35108
35109 espaces
35110 \family default
35111  qui matérialise chaque espace présente dans le code source par un caractère
35112  
35113 \begin_inset Quotes eld
35114 \end_inset
35115
35116
35117 \begin_inset ERT
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121
35122
35123 \backslash
35124 textvisiblespace 
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \begin_inset Quotes erd
35131 \end_inset
35132
35133  .
35134  La différence avec la méthode qui consiste à utiliser le menu 
35135 \family sans
35136 Insérer\SpecialChar \menuseparator
35137 Fichier\SpecialChar \menuseparator
35138 Texte
35139 \begin_inset space ~
35140 \end_inset
35141
35142 brut
35143 \family default
35144  est que le contenu du document n'apparaît pas dans LyX.
35145 \end_layout
35146
35147 \begin_layout Standard
35148 Voici un sous-document inclus en utilisant la méthode 
35149 \family sans
35150 verbatim
35151 \family default
35152  : 
35153 \begin_inset CommandInset include
35154 LatexCommand verbatiminput
35155 filename "DocumentTexteBidon.txt"
35156
35157 \end_inset
35158
35159
35160 \begin_inset VSpace bigskip
35161 \end_inset
35162
35163 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
35164  l'option 
35165 \family sans
35166 Marquer
35167 \begin_inset space ~
35168 \end_inset
35169
35170 les
35171 \begin_inset space ~
35172 \end_inset
35173
35174 espaces :
35175 \family default
35176  
35177 \begin_inset CommandInset include
35178 LatexCommand verbatiminput*
35179 filename "DocumentTexteBidon.txt"
35180
35181 \end_inset
35182
35183
35184 \end_layout
35185
35186 \begin_layout Standard
35187 \begin_inset VSpace bigskip
35188 \end_inset
35189
35190
35191 \end_layout
35192
35193 \begin_layout Standard
35194 \begin_inset Note Greyedout
35195 status open
35196
35197 \begin_layout Plain Layout
35198
35199 \series bold
35200 Note:
35201 \series default
35202  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
35203  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
35204 \end_layout
35205
35206 \end_inset
35207
35208
35209 \end_layout
35210
35211 \begin_layout Description
35212 Listings Ce type d'inclusion est décrit dans le chapitre
35213 \begin_inset space ~
35214 \end_inset
35215
35216
35217 \begin_inset CommandInset ref
35218 LatexCommand ref
35219 reference "cha:Program-Code-Listings"
35220
35221 \end_inset
35222
35223 .
35224 \end_layout
35225
35226 \begin_layout Standard
35227 \begin_inset Note Greyedout
35228 status open
35229
35230 \begin_layout Plain Layout
35231
35232 \series bold
35233 Note:
35234 \series default
35235  Inclure le même document deux fois dans un même document peut poser des
35236  problèmes avec LaTeX.
35237 \end_layout
35238
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \begin_layout Standard
35245 Si vous ne voulez visualiser ou exporter que certains des sous-documents
35246  de votre document maître, que ce soit pour diminuer les temps de compilation
35247  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
35248  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
35249  la sortie en utilisant le menu 
35250 \family sans
35251 Document\SpecialChar \menuseparator
35252 Paramètres\SpecialChar \menuseparator
35253 Sous-documents
35254 \family default
35255 .
35256  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
35257  sur la ligne correspondant dans la colonne 
35258 \family sans
35259 Inclus dans le résultat
35260 \family default
35261  de la liste (
35262 \begin_inset space ~
35263 \end_inset
35264
35265 notez que cela ne fonctionne que pour les documents inclus avec la méthode
35266  
35267 \begin_inset Quotes fld
35268 \end_inset
35269
35270 inclus
35271 \begin_inset Quotes frd
35272 \end_inset
35273
35274  et pas la méthode 
35275 \begin_inset Quotes fld
35276 \end_inset
35277
35278 incorporé
35279 \begin_inset Quotes frd
35280 \end_inset
35281
35282
35283 \begin_inset space ~
35284 \end_inset
35285
35286 ).
35287  Si on active l'option 
35288 \family sans
35289 Assurer la cohérence des compteurs et des références
35290 \family default
35291 , LyX va s'assurer que tous les numéros de pages, références etc...
35292  sont corrects comme si tous le document avait été traité.
35293  C'est utile si vous voulez que les sous-documents choisis aient exactement
35294  le même aspect que s'il étaient dans le document complet.
35295  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
35296  la totalité du document.
35297  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
35298  les compteurs et autres références n'ont pas à être à tout prix valides,
35299  vous devez impérativement désactiver cette option.
35300  
35301 \end_layout
35302
35303 \begin_layout Standard
35304 Une autre solution consiste à inclure chaque fichier dans une branche
35305 \begin_inset Foot
35306 status collapsed
35307
35308 \begin_layout Plain Layout
35309 Les branches sont décrites dans la section 
35310 \emph on
35311 Branches
35312 \emph default
35313  du 
35314 \emph on
35315 Guide de l'utilisateur
35316 \emph default
35317  de LyX.
35318 \end_layout
35319
35320 \end_inset
35321
35322 .
35323  En activant ou désactivant une branche, vous pouvez décider les fichiers
35324  inclus qui doivent apparaître dans la sortie imprimée.
35325  Cette méthode à l'avantage qu'elle peut aussi s'apliquer aux sous documents
35326  
35327 \begin_inset Quotes fld
35328 \end_inset
35329
35330 incorporés
35331 \begin_inset Quotes frd
35332 \end_inset
35333
35334 .
35335  Le défaut est que les compteurs et autres références ne sont pas conservés
35336  avec cette approche.
35337 \end_layout
35338
35339 \begin_layout Chapter
35340 Listings de Code Source
35341 \begin_inset CommandInset label
35342 LatexCommand label
35343 name "cha:Program-Code-Listings"
35344
35345 \end_inset
35346
35347
35348 \begin_inset Index idx
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352 Listings
35353 \end_layout
35354
35355 \end_inset
35356
35357
35358 \begin_inset Index idx
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362 Code Source
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \begin_inset Index idx
35369 status collapsed
35370
35371 \begin_layout Plain Layout
35372 Flottants ! Listings
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
35382  un insert 
35383 \family sans
35384 Listings
35385 \family default
35386  qui peut être créé grâce au menu 
35387 \family sans
35388 Insérer
35389 \family default
35390 \SpecialChar \menuseparator
35391
35392 \family sans
35393 Listing
35394 \begin_inset space ~
35395 \end_inset
35396
35397 de
35398 \begin_inset space ~
35399 \end_inset
35400
35401 Code
35402 \begin_inset space ~
35403 \end_inset
35404
35405 Source
35406 \family default
35407 .
35408  Le paquetage LaTeX 
35409 \series bold
35410 listings
35411 \series default
35412
35413 \begin_inset Index idx
35414 status collapsed
35415
35416 \begin_layout Plain Layout
35417 Paquetages LaTeX ! listings
35418 \end_layout
35419
35420 \end_inset
35421
35422  fournit un moyen puissant et flexible d'insérer des listings de code source
35423  dans votre document.
35424  
35425 \end_layout
35426
35427 \begin_layout Standard
35428 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
35429  contextuel s'ouvre pour vous permettre de modifier le format du listing.
35430 \end_layout
35431
35432 \begin_layout Standard
35433 Implicitement, un listing commence un nouveau paragraphe dans la sortie
35434  imprimée.
35435  L'option d'emplacement 
35436 \family sans
35437 Listing
35438 \begin_inset space ~
35439 \end_inset
35440
35441 en
35442 \begin_inset space ~
35443 \end_inset
35444
35445 Ligne
35446 \family default
35447  imprime le listing dans la ligne comme ceci : 
35448 \begin_inset listings
35449 lstparams "language={C++}"
35450 inline true
35451 status open
35452
35453 \begin_layout Plain Layout
35454
35455 int a=5;
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \begin_inset Newline newline
35462 \end_inset
35463
35464 L'option 
35465 \family sans
35466 Flottant
35467 \family default
35468  crée un flottant de listing pour lequel vous pouvez préciser les options
35469  classiques d'emplacement : 
35470 \begin_inset Quotes eld
35471 \end_inset
35472
35473
35474 \family sans
35475 h
35476 \family default
35477
35478 \begin_inset Quotes erd
35479 \end_inset
35480
35481
35482 \begin_inset Quotes eld
35483 \end_inset
35484
35485
35486 \family sans
35487 t
35488 \family default
35489
35490 \begin_inset Quotes erd
35491 \end_inset
35492
35493
35494 \begin_inset Quotes eld
35495 \end_inset
35496
35497
35498 \family sans
35499 b
35500 \family default
35501
35502 \begin_inset Quotes erd
35503 \end_inset
35504
35505 , et 
35506 \begin_inset Quotes eld
35507 \end_inset
35508
35509
35510 \family sans
35511 p
35512 \family default
35513
35514 \begin_inset Quotes erd
35515 \end_inset
35516
35517  correspondant aux emplacement décrits dans la section
35518 \begin_inset space ~
35519 \end_inset
35520
35521
35522 \begin_inset CommandInset ref
35523 LatexCommand ref
35524 reference "sec:Placement-flottants"
35525
35526 \end_inset
35527
35528 .
35529  Les options de positionnement peuvent être mélangées et doivent être saisies
35530  sans séparation, par exemple, on peut taper 
35531 \begin_inset Quotes eld
35532 \end_inset
35533
35534
35535 \family sans
35536 htbp
35537 \family default
35538
35539 \begin_inset Quotes erd
35540 \end_inset
35541
35542 .
35543  L' option 
35544 \begin_inset Quotes eld
35545 \end_inset
35546
35547 h
35548 \begin_inset Quotes erd
35549 \end_inset
35550
35551  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
35552  
35553 \family sans
35554 Flottant
35555 \family default
35556  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
35557  légende et être référencés.
35558 \end_layout
35559
35560 \begin_layout Standard
35561 Vous pouvez ajouter une légende à un listing avec le menu 
35562 \family sans
35563 Insérer\SpecialChar \menuseparator
35564 Légende
35565 \family default
35566 .
35567  On peut référencer les listings de la même façon que les flottants :Voir
35568  le listing
35569 \begin_inset space ~
35570 \end_inset
35571
35572
35573 \begin_inset CommandInset ref
35574 LatexCommand ref
35575 reference "lst:Listing-exemple"
35576
35577 \end_inset
35578
35579
35580 \end_layout
35581
35582 \begin_layout Standard
35583 \begin_inset listings
35584 lstparams "language=Python"
35585 inline false
35586 status open
35587
35588 \begin_layout Plain Layout
35589
35590 \begin_inset Caption
35591
35592 \begin_layout Plain Layout
35593 \begin_inset CommandInset label
35594 LatexCommand label
35595 name "lst:Listing-exemple"
35596
35597 \end_inset
35598
35599 Exemple de listing flottant
35600 \end_layout
35601
35602 \end_inset
35603
35604 # Exemple de listing flottant
35605 \end_layout
35606
35607 \begin_layout Plain Layout
35608
35609 def func(param):
35610 \end_layout
35611
35612 \begin_layout Plain Layout
35613
35614     'ceci est une fonction python'
35615 \end_layout
35616
35617 \begin_layout Plain Layout
35618
35619     pass
35620 \end_layout
35621
35622 \end_inset
35623
35624
35625 \end_layout
35626
35627 \begin_layout Standard
35628 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
35629  de listing, les mots-clés de ce langage seront reconnus et mis en forme
35630  de manière particulière dans la sortie imprimée.
35631  Dans l'exemple de listing, le mot clé Python 
35632 \begin_inset Quotes eld
35633 \end_inset
35634
35635 def
35636 \begin_inset Quotes erd
35637 \end_inset
35638
35639  est reconnu et imprimé en caractères gras dans la sortie.
35640 \end_layout
35641
35642 \begin_layout Standard
35643 \begin_inset Note Greyedout
35644 status open
35645
35646 \begin_layout Plain Layout
35647
35648 \series bold
35649 Note:
35650 \series default
35651  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
35652  une police de caractères à 
35653 \family typewriter
35654 chasse fixe
35655 \family default
35656 , c'est que votre police ne contient probablement pas de série grasse.
35657  Dans ce cas choisissez une police différente dans le menu 
35658 \family sans
35659 Document\SpecialChar \menuseparator
35660 Paramètres\SpecialChar \menuseparator
35661 Polices
35662 \family default
35663 .
35664  (Les polices 
35665 \emph on
35666 LuxiMono, BeraMono
35667 \emph default
35668  et 
35669 \emph on
35670 Courier
35671 \emph default
35672  contiennent une série grasse.)
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \begin_layout Standard
35681 Dans la rubrique 
35682 \family sans
35683 Numérotation
35684 \begin_inset space ~
35685 \end_inset
35686
35687 des
35688 \begin_inset space ~
35689 \end_inset
35690
35691 Lignes
35692 \family default
35693  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
35694 n des lignes.
35695  Vous pouvez mettre un nombre dans le champ 
35696 \family sans
35697 Pas
35698 \family default
35699  pour désigner les lignes qui seront numérotées.
35700  Par exemple, si vous mettez 
35701 \begin_inset Quotes eld
35702 \end_inset
35703
35704 3
35705 \begin_inset Quotes erd
35706 \end_inset
35707
35708 , seule une ligne sur trois sera numérotée.
35709 \end_layout
35710
35711 \begin_layout Standard
35712 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
35713  apparaîtront dans la sortie.
35714  Vous devez utiliser l'option 
35715 \family sans
35716 Table
35717 \begin_inset space ~
35718 \end_inset
35719
35720 de
35721 \begin_inset space ~
35722 \end_inset
35723
35724 Caractères
35725 \begin_inset space ~
35726 \end_inset
35727
35728 Étendue
35729 \family default
35730  quand vous employez des caractères spécifiques à une langue donnée comme
35731  les umlauts Allemands dans votre listing.
35732 \begin_inset Newline newline
35733 \end_inset
35734
35735 Voici un exemple de listing avec la numérotation des lignes à gauche par
35736  pas de 3, en langage Python, avec les options 
35737 \begin_inset Quotes eld
35738 \end_inset
35739
35740 Table
35741 \begin_inset space ~
35742 \end_inset
35743
35744 de
35745 \begin_inset space ~
35746 \end_inset
35747
35748 caractères
35749 \begin_inset space ~
35750 \end_inset
35751
35752 étendue
35753 \begin_inset Quotes erd
35754 \end_inset
35755
35756  et 
35757 \begin_inset Quotes eld
35758 \end_inset
35759
35760 Espace
35761 \begin_inset space ~
35762 \end_inset
35763
35764 représenté
35765 \begin_inset space ~
35766 \end_inset
35767
35768 par
35769 \begin_inset space ~
35770 \end_inset
35771
35772 un
35773 \begin_inset space ~
35774 \end_inset
35775
35776 symbole
35777 \begin_inset Quotes erd
35778 \end_inset
35779
35780 , l'intervalle de ligne étant 3
35781 \begin_inset space \thinspace{}
35782 \end_inset
35783
35784 -
35785 \begin_inset space \thinspace{}
35786 \end_inset
35787
35788 8:
35789 \end_layout
35790
35791 \begin_layout Standard
35792 \begin_inset listings
35793 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
35794 inline false
35795 status open
35796
35797 \begin_layout Plain Layout
35798
35799 def func(param):
35800 \end_layout
35801
35802 \begin_layout Plain Layout
35803
35804     'ceci est une fonction Python'
35805 \end_layout
35806
35807 \begin_layout Plain Layout
35808
35809     pass
35810 \end_layout
35811
35812 \begin_layout Plain Layout
35813
35814 def func(param):
35815 \end_layout
35816
35817 \begin_layout Plain Layout
35818
35819 'Ça, c'est un mot Allemand : Tschüß'
35820 \end_layout
35821
35822 \begin_layout Plain Layout
35823
35824 pass
35825 \end_layout
35826
35827 \begin_layout Plain Layout
35828
35829 def func(param):
35830 \end_layout
35831
35832 \begin_layout Plain Layout
35833
35834 'ceci est une fonction Python'
35835 \end_layout
35836
35837 \begin_layout Plain Layout
35838
35839 pass
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \begin_layout Standard
35848 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
35849  nombre de caractères que doit représenter une tabulation dans le champ
35850  
35851 \family sans
35852 Taille du tabulateur
35853 \family default
35854 .
35855 \end_layout
35856
35857 \begin_layout Standard
35858 \begin_inset Note Greyedout
35859 status open
35860
35861 \begin_layout Plain Layout
35862
35863 \series bold
35864 Note:
35865 \series default
35866  À cause d'un bug dans le paquetage 
35867 \series bold
35868 listings
35869 \series default
35870  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
35871  listing.
35872  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
35873  les lignes 3 et 6.
35874 \end_layout
35875
35876 \end_inset
35877
35878
35879 \end_layout
35880
35881 \begin_layout Standard
35882 \begin_inset VSpace bigskip
35883 \end_inset
35884
35885
35886 \end_layout
35887
35888 \begin_layout Standard
35889 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
35890  listing.
35891  Pour le faire, il suffit d'utiliser le menu 
35892 \family sans
35893 Insérer\SpecialChar \menuseparator
35894 Fichier\SpecialChar \menuseparator
35895 Sous-document
35896 \family default
35897  et de choisir le type 
35898 \family sans
35899 Listing
35900 \family default
35901
35902 \begin_inset space ~
35903 \end_inset
35904
35905
35906 \family sans
35907 de
35908 \begin_inset space ~
35909 \end_inset
35910
35911 Code
35912 \begin_inset space ~
35913 \end_inset
35914
35915 source
35916 \family default
35917 .
35918 \begin_inset Foot
35919 status collapsed
35920
35921 \begin_layout Plain Layout
35922 Les autres types de sous-documents sont décrits dans la section
35923 \begin_inset space ~
35924 \end_inset
35925
35926
35927 \begin_inset CommandInset ref
35928 LatexCommand ref
35929 reference "sec:Sous-documents"
35930
35931 \end_inset
35932
35933 .
35934 \end_layout
35935
35936 \end_inset
35937
35938  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
35939  à utiliser pour le listing dans une zone de texte.
35940  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
35941  
35942 \begin_inset Quotes eld
35943 \end_inset
35944
35945 ?
35946 \begin_inset Quotes erd
35947 \end_inset
35948
35949  dans la zone de texte.
35950 \end_layout
35951
35952 \begin_layout Standard
35953 Pour faire référence à un sous-document de type listing, tapez une étiquette
35954  dans le champ correspondant de la fenêtre de dialogue.
35955  On peut alors faire référence à cette étiquette en utilisant le menu 
35956 \family sans
35957 Insérer\SpecialChar \menuseparator
35958 Référence
35959 \begin_inset space ~
35960 \end_inset
35961
35962 Croisée
35963 \family default
35964 .
35965 \end_layout
35966
35967 \begin_layout Standard
35968 Le listing
35969 \begin_inset space ~
35970 \end_inset
35971
35972
35973 \begin_inset CommandInset ref
35974 LatexCommand ref
35975 reference "lst:listing-fichier"
35976
35977 \end_inset
35978
35979  est une exemple de listing issu d'un fichier ; ici les lignes 10
35980 \begin_inset space \thinspace{}
35981 \end_inset
35982
35983 -
35984 \begin_inset space \thinspace{}
35985 \end_inset
35986
35987 15 de ce fichier LyX sont listées.
35988 \end_layout
35989
35990 \begin_layout Standard
35991 \begin_inset CommandInset include
35992 LatexCommand lstinputlisting
35993 filename "EmbeddedObjects.lyx"
35994 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
35995
35996 \end_inset
35997
35998
35999 \end_layout
36000
36001 \begin_layout Standard
36002 \begin_inset VSpace bigskip
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \begin_layout Standard
36009 L'insertion d'une formule dans un listing peut se faire de la façon suivante
36010 \begin_inset space ~
36011 \end_inset
36012
36013 :
36014 \end_layout
36015
36016 \begin_layout Enumerate
36017 Ouvrez la fenêtre de dialogue listings et ajoutez
36018 \begin_inset Newline newline
36019 \end_inset
36020
36021
36022 \family sans
36023 mathescape=true
36024 \family default
36025
36026 \begin_inset Newline newline
36027 \end_inset
36028
36029 dans le champ de l'onglet 
36030 \family sans
36031 Avancé
36032 \family default
36033 .
36034 \end_layout
36035
36036 \begin_layout Enumerate
36037 Créez la formule en dehors du listing.
36038 \end_layout
36039
36040 \begin_layout Enumerate
36041 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
36042  (raccourci 
36043 \begin_inset Info
36044 type  "shortcut"
36045 arg   "copy"
36046 \end_inset
36047
36048 )
36049 \end_layout
36050
36051 \begin_layout Enumerate
36052 Dans le listing écrivez 
36053 \begin_inset Quotes eld
36054 \end_inset
36055
36056
36057 \family sans
36058 $$
36059 \family default
36060
36061 \begin_inset Quotes erd
36062 \end_inset
36063
36064  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
36065  
36066 \begin_inset Info
36067 type  "shortcut"
36068 arg   "paste"
36069 \end_inset
36070
36071 )
36072 \end_layout
36073
36074 \begin_layout Standard
36075 \begin_inset listings
36076 lstparams "language=Python,mathescape=true"
36077 inline false
36078 status open
36079
36080 \begin_layout Plain Layout
36081
36082 \begin_inset Caption
36083
36084 \begin_layout Plain Layout
36085 Exemple de listing flottant contenant une formule
36086 \end_layout
36087
36088 \end_inset
36089
36090 # Exemple de listing flottant
36091 \end_layout
36092
36093 \begin_layout Plain Layout
36094
36095 def func(param):
36096 \end_layout
36097
36098 \begin_layout Plain Layout
36099
36100     # $
36101 \backslash
36102 prod_{n=1}^{
36103 \backslash
36104 infty}
36105 \backslash
36106 ,
36107 \backslash
36108 frac{1}{x^{2}}$
36109 \end_layout
36110
36111 \begin_layout Plain Layout
36112
36113     pass
36114 \end_layout
36115
36116 \end_inset
36117
36118
36119 \end_layout
36120
36121 \begin_layout Standard
36122 \begin_inset VSpace bigskip
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Standard
36129 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
36130  de dialogue 
36131 \family sans
36132 Document\SpecialChar \menuseparator
36133 Paramètres\SpecialChar \menuseparator
36134 Listings
36135 \family default
36136 .
36137  Pour avoir la liste des options disponibles, tapez un point d'interrogation
36138  
36139 \begin_inset Quotes eld
36140 \end_inset
36141
36142 ?
36143 \begin_inset Quotes erd
36144 \end_inset
36145
36146  dans le champ.
36147 \end_layout
36148
36149 \begin_layout Standard
36150 Pour plus d'information sur le paquetage 
36151 \series bold
36152 listings
36153 \series default
36154 , nous vous renvoyons à sa documentation 
36155 \begin_inset CommandInset citation
36156 LatexCommand cite
36157 key "listings"
36158
36159 \end_inset
36160
36161 .
36162 \end_layout
36163
36164 \begin_layout Standard
36165 \begin_inset Newpage newpage
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Chapter
36172 \start_of_appendix
36173 Unités de longueur utilisables avec LyX
36174 \begin_inset Argument
36175 status collapsed
36176
36177 \begin_layout Plain Layout
36178 Unités de longueur
36179 \end_layout
36180
36181 \end_inset
36182
36183
36184 \begin_inset Index idx
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 Unités
36189 \end_layout
36190
36191 \end_inset
36192
36193
36194 \begin_inset CommandInset label
36195 LatexCommand label
36196 name "cha:Unités-de-longueur"
36197
36198 \end_inset
36199
36200
36201 \end_layout
36202
36203 \begin_layout Standard
36204 Pour comprendre les unités de longueur utilisées dans cette documentation,
36205  le tableau
36206 \begin_inset space ~
36207 \end_inset
36208
36209
36210 \begin_inset CommandInset ref
36211 LatexCommand ref
36212 reference "tab:Unités"
36213
36214 \end_inset
36215
36216 décrit les unités utilisées par LyX.
36217 \begin_inset Float table
36218 placement h
36219 wide false
36220 sideways false
36221 status open
36222
36223 \begin_layout Plain Layout
36224 \begin_inset Caption
36225
36226 \begin_layout Plain Layout
36227 \begin_inset CommandInset label
36228 LatexCommand label
36229 name "tab:Unités"
36230
36231 \end_inset
36232
36233 Unités de longueur
36234 \end_layout
36235
36236 \end_inset
36237
36238
36239 \end_layout
36240
36241 \begin_layout Plain Layout
36242 \begin_inset VSpace medskip
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \begin_layout Plain Layout
36249 \align center
36250 \begin_inset Tabular
36251 <lyxtabular version="3" rows="20" columns="2">
36252 <features tabularvalignment="middle">
36253 <column alignment="center" valignment="top" width="0">
36254 <column alignment="center" valignment="top" width="0">
36255 <row>
36256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36257 \begin_inset Text
36258
36259 \begin_layout Plain Layout
36260 unité
36261 \end_layout
36262
36263 \end_inset
36264 </cell>
36265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36266 \begin_inset Text
36267
36268 \begin_layout Plain Layout
36269 nom/description
36270 \end_layout
36271
36272 \end_inset
36273 </cell>
36274 </row>
36275 <row>
36276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36277 \begin_inset Text
36278
36279 \begin_layout Plain Layout
36280 mm
36281 \end_layout
36282
36283 \end_inset
36284 </cell>
36285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36286 \begin_inset Text
36287
36288 \begin_layout Plain Layout
36289 millimètre
36290 \end_layout
36291
36292 \end_inset
36293 </cell>
36294 </row>
36295 <row>
36296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36297 \begin_inset Text
36298
36299 \begin_layout Plain Layout
36300 cm
36301 \end_layout
36302
36303 \end_inset
36304 </cell>
36305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36306 \begin_inset Text
36307
36308 \begin_layout Plain Layout
36309 centimètre
36310 \end_layout
36311
36312 \end_inset
36313 </cell>
36314 </row>
36315 <row>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320 in
36321 \end_layout
36322
36323 \end_inset
36324 </cell>
36325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36326 \begin_inset Text
36327
36328 \begin_layout Plain Layout
36329 pouce (inch)
36330 \end_layout
36331
36332 \end_inset
36333 </cell>
36334 </row>
36335 <row>
36336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36337 \begin_inset Text
36338
36339 \begin_layout Plain Layout
36340 pt
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349 point (72.27
36350 \begin_inset space \thinspace{}
36351 \end_inset
36352
36353 pt = 1
36354 \begin_inset space \thinspace{}
36355 \end_inset
36356
36357 in)
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 </row>
36363 <row>
36364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368 pc
36369 \end_layout
36370
36371 \end_inset
36372 </cell>
36373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36374 \begin_inset Text
36375
36376 \begin_layout Plain Layout
36377 pica (1
36378 \begin_inset space \thinspace{}
36379 \end_inset
36380
36381 pc = 12
36382 \begin_inset space \thinspace{}
36383 \end_inset
36384
36385 pt)
36386 \end_layout
36387
36388 \end_inset
36389 </cell>
36390 </row>
36391 <row>
36392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36393 \begin_inset Text
36394
36395 \begin_layout Plain Layout
36396 sp
36397 \end_layout
36398
36399 \end_inset
36400 </cell>
36401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36402 \begin_inset Text
36403
36404 \begin_layout Plain Layout
36405 scaled point (65536
36406 \begin_inset space \thinspace{}
36407 \end_inset
36408
36409 sp = 1
36410 \begin_inset space \thinspace{}
36411 \end_inset
36412
36413 pt)
36414 \end_layout
36415
36416 \end_inset
36417 </cell>
36418 </row>
36419 <row>
36420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36421 \begin_inset Text
36422
36423 \begin_layout Plain Layout
36424 bp
36425 \end_layout
36426
36427 \end_inset
36428 </cell>
36429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36430 \begin_inset Text
36431
36432 \begin_layout Plain Layout
36433 gros point (72
36434 \begin_inset space \thinspace{}
36435 \end_inset
36436
36437 bp = 1
36438 \begin_inset space \thinspace{}
36439 \end_inset
36440
36441 in)
36442 \end_layout
36443
36444 \end_inset
36445 </cell>
36446 </row>
36447 <row>
36448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36449 \begin_inset Text
36450
36451 \begin_layout Plain Layout
36452 dd
36453 \end_layout
36454
36455 \end_inset
36456 </cell>
36457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36458 \begin_inset Text
36459
36460 \begin_layout Plain Layout
36461 didot (72
36462 \begin_inset space \thinspace{}
36463 \end_inset
36464
36465 dd 
36466 \begin_inset Formula $\approx$
36467 \end_inset
36468
36469  37.6
36470 \begin_inset space \thinspace{}
36471 \end_inset
36472
36473 mm)
36474 \end_layout
36475
36476 \end_inset
36477 </cell>
36478 </row>
36479 <row>
36480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36481 \begin_inset Text
36482
36483 \begin_layout Plain Layout
36484 cc
36485 \end_layout
36486
36487 \end_inset
36488 </cell>
36489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36490 \begin_inset Text
36491
36492 \begin_layout Plain Layout
36493 cicero (1
36494 \begin_inset space \thinspace{}
36495 \end_inset
36496
36497 cc = 12
36498 \begin_inset space \thinspace{}
36499 \end_inset
36500
36501 dd)
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 </row>
36507 <row>
36508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36509 \begin_inset Text
36510
36511 \begin_layout Plain Layout
36512 Scale%
36513 \end_layout
36514
36515 \end_inset
36516 </cell>
36517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Plain Layout
36521 % de la largeur originale de l'image
36522 \end_layout
36523
36524 \end_inset
36525 </cell>
36526 </row>
36527 <row>
36528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532 text%
36533 \end_layout
36534
36535 \end_inset
36536 </cell>
36537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36538 \begin_inset Text
36539
36540 \begin_layout Plain Layout
36541 % de la largeur du texte
36542 \end_layout
36543
36544 \end_inset
36545 </cell>
36546 </row>
36547 <row>
36548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36549 \begin_inset Text
36550
36551 \begin_layout Plain Layout
36552 col%
36553 \end_layout
36554
36555 \end_inset
36556 </cell>
36557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36558 \begin_inset Text
36559
36560 \begin_layout Plain Layout
36561 % de la largeur de la colonne
36562 \end_layout
36563
36564 \end_inset
36565 </cell>
36566 </row>
36567 <row>
36568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36569 \begin_inset Text
36570
36571 \begin_layout Plain Layout
36572 page%
36573 \end_layout
36574
36575 \end_inset
36576 </cell>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581 % de la largeur du papier
36582 \end_layout
36583
36584 \end_inset
36585 </cell>
36586 </row>
36587 <row>
36588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36589 \begin_inset Text
36590
36591 \begin_layout Plain Layout
36592 line%
36593 \end_layout
36594
36595 \end_inset
36596 </cell>
36597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36598 \begin_inset Text
36599
36600 \begin_layout Plain Layout
36601 % de la largeur de la ligne
36602 \end_layout
36603
36604 \end_inset
36605 </cell>
36606 </row>
36607 <row>
36608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36609 \begin_inset Text
36610
36611 \begin_layout Plain Layout
36612 theight%
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36618 \begin_inset Text
36619
36620 \begin_layout Plain Layout
36621 % la hauteur du texte
36622 \end_layout
36623
36624 \end_inset
36625 </cell>
36626 </row>
36627 <row>
36628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36629 \begin_inset Text
36630
36631 \begin_layout Plain Layout
36632 pheight%
36633 \end_layout
36634
36635 \end_inset
36636 </cell>
36637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36638 \begin_inset Text
36639
36640 \begin_layout Plain Layout
36641 % hauteur du papier
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 </row>
36647 <row>
36648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36649 \begin_inset Text
36650
36651 \begin_layout Plain Layout
36652 ex
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661 hauteur de la lettre 
36662 \emph on
36663 x
36664 \emph default
36665  dans la police courante
36666 \end_layout
36667
36668 \end_inset
36669 </cell>
36670 </row>
36671 <row>
36672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36673 \begin_inset Text
36674
36675 \begin_layout Plain Layout
36676 em
36677 \end_layout
36678
36679 \end_inset
36680 </cell>
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Plain Layout
36685 largeur de la lettre
36686 \emph on
36687  M
36688 \emph default
36689  dans la police courante
36690 \end_layout
36691
36692 \end_inset
36693 </cell>
36694 </row>
36695 <row>
36696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36697 \begin_inset Text
36698
36699 \begin_layout Plain Layout
36700 mu
36701 \end_layout
36702
36703 \end_inset
36704 </cell>
36705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36706 \begin_inset Text
36707
36708 \begin_layout Plain Layout
36709 unité mathématique (1
36710 \begin_inset space \thinspace{}
36711 \end_inset
36712
36713 mu = 1/18
36714 \begin_inset space \thinspace{}
36715 \end_inset
36716
36717 em)
36718 \end_layout
36719
36720 \end_inset
36721 </cell>
36722 </row>
36723 </lyxtabular>
36724
36725 \end_inset
36726
36727
36728 \end_layout
36729
36730 \end_inset
36731
36732
36733 \end_layout
36734
36735 \begin_layout Chapter
36736 Formats des fichiers de sortie graphiques
36737 \begin_inset CommandInset label
36738 LatexCommand label
36739 name "cha:Formats-fichiers-graphiques"
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Section
36747 DVI
36748 \begin_inset Index idx
36749 status collapsed
36750
36751 \begin_layout Plain Layout
36752 Formats de Fichiers! DVI
36753 \end_layout
36754
36755 \end_inset
36756
36757
36758 \begin_inset Index idx
36759 status collapsed
36760
36761 \begin_layout Plain Layout
36762 DVI|see
36763 \begin_inset ERT
36764 status collapsed
36765
36766 \begin_layout Plain Layout
36767
36768 {
36769 \end_layout
36770
36771 \end_inset
36772
36773 Formats de Fichiers
36774 \begin_inset ERT
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778
36779 }
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \end_layout
36786
36787 \end_inset
36788
36789
36790 \end_layout
36791
36792 \begin_layout Standard
36793 Ce type de fichiers a l'extension 
36794 \begin_inset Quotes fld
36795 \end_inset
36796
36797
36798 \family typewriter
36799 .dvi
36800 \family default
36801
36802 \begin_inset Quotes frd
36803 \end_inset
36804
36805 .
36806  Il est appelé 
36807 \emph on
36808 indépendant de l'appareil
36809 \emph default
36810  ou 
36811 \begin_inset Quotes fld
36812 \end_inset
36813
36814 device independent (DVI)
36815 \begin_inset Quotes frd
36816 \end_inset
36817
36818 , car il est complètement portable ; vous pouvez les recopier d'une machine
36819  à l'autre sans avoir à faire de conversion.
36820  À l'époque où ce format a été développé, c'était loin d'être évident.
36821  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
36822  étape préliminaire avant la conversion vers un autre format comme le PostScript.
36823 \end_layout
36824
36825 \begin_layout Standard
36826 \begin_inset Note Greyedout
36827 status open
36828
36829 \begin_layout Plain Layout
36830
36831 \series bold
36832 Note:
36833 \series default
36834  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
36835  au fichier.
36836  
36837 \end_layout
36838
36839 \end_inset
36840
36841  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
36842  
36843 \family typewriter
36844 .dvi
36845 \family default
36846 .
36847  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
36848 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
36849  pour les rendre visibles quand vous faites défiler votre document.
36850  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
36851  avec de nombreuses images.
36852 \end_layout
36853
36854 \begin_layout Standard
36855 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
36856  menu 
36857 \family sans
36858 Fichier\SpecialChar \menuseparator
36859 Exporter\SpecialChar \menuseparator
36860 DVI.
36861
36862 \family default
36863  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
36864 \family sans
36865 Visualiser
36866 \family default
36867  ou en utilisant le bouton
36868 \begin_inset Graphics
36869         filename ../../images/buffer-view_dvi.png
36870         scale 85
36871         scaleBeforeRotation
36872
36873 \end_inset
36874
36875  de la barre d'outils.
36876 \end_layout
36877
36878 \begin_layout Section
36879 PostScript
36880 \begin_inset CommandInset label
36881 LatexCommand label
36882 name "sec:PostScript"
36883
36884 \end_inset
36885
36886
36887 \begin_inset Index idx
36888 status collapsed
36889
36890 \begin_layout Plain Layout
36891 Formats de Fichiers ! PostScript
36892 \end_layout
36893
36894 \end_inset
36895
36896
36897 \begin_inset Index idx
36898 status collapsed
36899
36900 \begin_layout Plain Layout
36901 PostScript|see
36902 \begin_inset ERT
36903 status collapsed
36904
36905 \begin_layout Plain Layout
36906
36907 {
36908 \end_layout
36909
36910 \end_inset
36911
36912 Formats de Fichiers
36913 \begin_inset ERT
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917
36918 }
36919 \end_layout
36920
36921 \end_inset
36922
36923
36924 \end_layout
36925
36926 \end_inset
36927
36928
36929 \end_layout
36930
36931 \begin_layout Standard
36932 Ce type de fichiers a l'extension 
36933 \begin_inset Quotes fld
36934 \end_inset
36935
36936
36937 \family typewriter
36938 .ps
36939 \family default
36940
36941 \begin_inset Quotes frd
36942 \end_inset
36943
36944 .
36945  PostScript a été développé par la société 
36946 \series bold
36947 Adobe
36948 \series default
36949  comme un langage pour les imprimantes.
36950  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
36951  pour imprimer le document.
36952  PostScript peut être considéré comme un 
36953 \begin_inset Quotes fld
36954 \end_inset
36955
36956 langage de programmation
36957 \begin_inset Quotes frd
36958 \end_inset
36959
36960  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
36961  images
36962 \begin_inset Foot
36963 status open
36964
36965 \begin_layout Plain Layout
36966 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
36967  LaTeX 
36968 \series bold
36969 pstricks
36970 \series default
36971
36972 \begin_inset CommandInset citation
36973 LatexCommand cite
36974 key "pstricks"
36975
36976 \end_inset
36977
36978 .
36979 \end_layout
36980
36981 \end_inset
36982
36983 .
36984  En partie à cause de toutes ces possibilités un fichier PostScript est
36985  souvent plus gros qu'un PDF.
36986 \end_layout
36987
36988 \begin_layout Standard
36989 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
36990  plus gros qu'un PDF.
36991 \end_layout
36992
36993 \begin_layout Standard
36994 PostScript ne peut contenir que des images au format 
36995 \begin_inset Quotes fld
36996 \end_inset
36997
36998 PostScript Encapsulé
36999 \begin_inset Quotes frd
37000 \end_inset
37001
37002  (encapsulated PostScript ou EPS, d'extension 
37003 \family typewriter
37004 .eps
37005 \family default
37006 ).
37007  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
37008  il doit les convertir en interne en EPS.
37009  Si vous avez par exemple 50 images dans votre document, LyX doit faire
37010  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
37011  document.
37012  Cela risque de ralentir de façon importante votre rythme de travail.
37013  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
37014  vos images directement en EPS pour éviter ce problème.
37015 \end_layout
37016
37017 \begin_layout Standard
37018 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
37019  le menu 
37020 \family sans
37021 Fichier\SpecialChar \menuseparator
37022 Exporter\SpecialChar \menuseparator
37023 PostScript.
37024
37025 \family default
37026  Vous pouvez visionner votre document sous forme PostScript grâce au menu
37027  
37028 \family sans
37029 Visualiser
37030 \family default
37031  ou en utilisant le bouton 
37032 \begin_inset Graphics
37033         filename ../../images/buffer-view_ps.png
37034         scale 85
37035         scaleBeforeRotation
37036
37037 \end_inset
37038
37039  de la barre d'outils.
37040 \end_layout
37041
37042 \begin_layout Section
37043 PDF
37044 \begin_inset Index idx
37045 status collapsed
37046
37047 \begin_layout Plain Layout
37048 Formats de Fichiers ! PDF
37049 \end_layout
37050
37051 \end_inset
37052
37053
37054 \begin_inset Index idx
37055 status collapsed
37056
37057 \begin_layout Plain Layout
37058 PDF
37059 \end_layout
37060
37061 \end_inset
37062
37063
37064 \end_layout
37065
37066 \begin_layout Standard
37067 Ce type de fichiers a l'extension 
37068 \begin_inset Quotes fld
37069 \end_inset
37070
37071
37072 \family typewriter
37073 .pdf
37074 \family default
37075
37076 \begin_inset Quotes frd
37077 \end_inset
37078
37079 .
37080  Ce 
37081 \begin_inset Quotes fld
37082 \end_inset
37083
37084 format de document portable
37085 \begin_inset Quotes frd
37086 \end_inset
37087
37088  (portable document format ou PDF) est développé par 
37089 \family typewriter
37090 Adobe
37091 \family default
37092  comme une évolution de PostScript.
37093  Il est plus comprimé et utilise moins de commandes que PostScript.
37094  Comme son nom l'indique, il est 
37095 \begin_inset Quotes fld
37096 \end_inset
37097
37098 portable
37099 \begin_inset Quotes frd
37100 \end_inset
37101
37102  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
37103  aura exactement le même aspect.
37104 \end_layout
37105
37106 \begin_layout Standard
37107 PDF peut contenir des images dans son propre format PDF et dans les formats
37108  JPG (format du 
37109 \begin_inset Quotes fld
37110 \end_inset
37111
37112 Joint Photographic Expert Group
37113 \begin_inset Quotes frd
37114 \end_inset
37115
37116  avec comme extension 
37117 \family typewriter
37118 .jpg
37119 \family default
37120  ou 
37121 \family typewriter
37122 .jpeg
37123 \family default
37124 ) et PNG (
37125 \begin_inset Quotes fld
37126 \end_inset
37127
37128 Portable Network Graphics
37129 \begin_inset Quotes frd
37130 \end_inset
37131
37132  avec l'extension 
37133 \family typewriter
37134 .png
37135 \family default
37136 ).
37137  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
37138  dans un de ces formats.
37139  Mais comme il est dit dans la section sur PostScript, les conversions d'images
37140  vont ralentir votre travail.
37141  Nous recommandons donc l'utilisation de l'un des trois formats cités.
37142 \end_layout
37143
37144 \begin_layout Standard
37145 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
37146  menu 
37147 \family sans
37148 Fichier\SpecialChar \menuseparator
37149 Exporter 
37150 \family default
37151 de trois façons différentes:
37152 \end_layout
37153
37154 \begin_layout Description
37155 PDF
37156 \begin_inset space ~
37157 \end_inset
37158
37159 (ps2pdf) Ceci utilise le programme 
37160 \family typewriter
37161 ps2pdf
37162 \family default
37163  qui créé un PDF à partir de la version PostScript de votre fichier.
37164  Cette dernière est produite par le programme 
37165 \family typewriter
37166 dvips
37167 \family default
37168  qui utilise une version DVI comme étape intermédiaire.
37169  Cette variante consiste donc en trois conversions.
37170 \end_layout
37171
37172 \begin_layout Description
37173 PDF
37174 \begin_inset space ~
37175 \end_inset
37176
37177 (dvipdfm) Ceci utilise le programme 
37178 \family typewriter
37179 dvipdfm
37180 \family default
37181  qui convertit votre fichier en DVI avant de le convertir en PDF.
37182 \end_layout
37183
37184 \begin_layout Description
37185 PDF
37186 \begin_inset space ~
37187 \end_inset
37188
37189 (pdflatex) Ceci utilise le programme 
37190 \family typewriter
37191 pdftex
37192 \family default
37193  qui convertit directement votre fichier en PDF.
37194 \end_layout
37195
37196 \begin_layout Standard
37197 Nous recommandons d'utiliser l'option 
37198 \family sans
37199 PDF
37200 \begin_inset space ~
37201 \end_inset
37202
37203 (pdflatex)
37204 \family default
37205  car 
37206 \family typewriter
37207 pdftex
37208 \family default
37209  accepte toutes les fonctionnalités des versions actuelles de PDF.
37210  Il est en plus rapide et stable.
37211  Le programme 
37212 \family typewriter
37213 dvipdfm
37214 \family default
37215  n'est plus développé est est donc un peu dépassé.
37216 \end_layout
37217
37218 \begin_layout Standard
37219
37220 \end_layout
37221
37222 \begin_layout Standard
37223 Vous pouvez visionner votre document sous forme PDF grâce au menu 
37224 \family sans
37225 Visualiser
37226 \family default
37227  ou en utilisant le bouton 
37228 \begin_inset Graphics
37229         filename ../../images/buffer-view_pdf2.png
37230         scale 85
37231         scaleBeforeRotation
37232
37233 \end_inset
37234
37235  de la barre d'outils
37236 \family sans
37237  (
37238 \family default
37239 qui utilise 
37240 \family sans
37241 PDF
37242 \begin_inset space ~
37243 \end_inset
37244
37245 (pdflatex)
37246 \family default
37247 ).
37248 \end_layout
37249
37250 \begin_layout Chapter
37251 Explication de l' Équation
37252 \begin_inset space ~
37253 \end_inset
37254
37255 (
37256 \begin_inset CommandInset ref
37257 LatexCommand ref
37258 reference "eq:Wgn"
37259
37260 \end_inset
37261
37262 )
37263 \begin_inset CommandInset label
37264 LatexCommand label
37265 name "cha:Explication-de-l'Equation"
37266
37267 \end_inset
37268
37269
37270 \end_layout
37271
37272 \begin_layout Standard
37273 La largeur totale de 
37274 \emph on
37275 n
37276 \emph default
37277  cellules de tableau 
37278 \begin_inset Formula $W_{\mathrm{tot\, n}}$
37279 \end_inset
37280
37281  peut être calculée avec
37282 \end_layout
37283
37284 \begin_layout Standard
37285 \begin_inset Formula 
37286 \begin{equation}
37287 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
37288 \end{equation}
37289
37290 \end_inset
37291
37292
37293 \end_layout
37294
37295 \begin_layout Standard
37296 Où 
37297 \begin_inset Formula $W_{g\, n}$
37298 \end_inset
37299
37300  est la largeur fixe de toutes les cellules.
37301  
37302 \series bold
37303
37304 \backslash
37305 tabcolsep
37306 \series default
37307  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
37308  sa valeur implicite est 6
37309 \begin_inset space \thinspace{}
37310 \end_inset
37311
37312 pt.
37313  
37314 \series bold
37315
37316 \backslash
37317 arrayrulewidth
37318 \series default
37319  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
37320 \begin_inset space \thinspace{}
37321 \end_inset
37322
37323 pt.
37324 \end_layout
37325
37326 \begin_layout Standard
37327 D'après l'équation
37328 \begin_inset space ~
37329 \end_inset
37330
37331
37332 \begin_inset CommandInset ref
37333 LatexCommand eqref
37334 reference "eq:Wtot_n"
37335
37336 \end_inset
37337
37338 , la largeur totale d'une multicolonne, 
37339 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
37340 \end_inset
37341
37342  est
37343 \end_layout
37344
37345 \begin_layout Standard
37346 \begin_inset Formula 
37347 \begin{equation}
37348 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
37349 \end{equation}
37350
37351 \end_inset
37352
37353
37354 \end_layout
37355
37356 \begin_layout Standard
37357 En posant que les équations 
37358 \begin_inset space ~
37359 \end_inset
37360
37361
37362 \begin_inset CommandInset ref
37363 LatexCommand eqref
37364 reference "eq:Wtot_n"
37365
37366 \end_inset
37367
37368  et 
37369 \begin_inset CommandInset ref
37370 LatexCommand eqref
37371 reference "eq:Wtot_mult"
37372
37373 \end_inset
37374
37375  sont égales, on peut calculer la largeur nécessaire 
37376 \begin_inset Formula $W_{g\, n}$
37377 \end_inset
37378
37379  quand 
37380 \emph on
37381 n
37382 \emph default
37383  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
37384  de 
37385 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
37386 \end_inset
37387
37388 :
37389 \end_layout
37390
37391 \begin_layout Standard
37392 \begin_inset Formula 
37393 \begin{equation}
37394 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n
37395 \end{equation}
37396
37397 \end_inset
37398
37399
37400 \end_layout
37401
37402 \begin_layout Bibliography
37403 \labelwidthstring Bibliographie
37404 \begin_inset CommandInset bibitem
37405 LatexCommand bibitem
37406 key "latexcompanion"
37407
37408 \end_inset
37409
37410 Frank Mittelbach and Michel Goossens: 
37411 \emph on
37412 The LaTeX Companion Second Edition.
37413
37414 \emph default
37415  Addison-Wesley, 2004
37416 \end_layout
37417
37418 \begin_layout Bibliography
37419 \labelwidthstring Bibliographie
37420 \begin_inset CommandInset bibitem
37421 LatexCommand bibitem
37422 key "latexguide"
37423
37424 \end_inset
37425
37426 Helmut Kopka and Patrick W.
37427  Daly: 
37428 \emph on
37429 A Guide to LaTeX Fourth Edition.
37430
37431 \emph default
37432  Addison-Wesley, 2003
37433 \end_layout
37434
37435 \begin_layout Bibliography
37436 \labelwidthstring Bibliographie
37437 \begin_inset CommandInset bibitem
37438 LatexCommand bibitem
37439 key "latexbook"
37440
37441 \end_inset
37442
37443 Leslie Lamport: 
37444 \emph on
37445 LaTeX: A Document Preparation System.
37446
37447 \emph default
37448  Addison-Wesley, second edition, 1994
37449 \end_layout
37450
37451 \begin_layout Bibliography
37452 \labelwidthstring Bibliographie
37453 \begin_inset CommandInset bibitem
37454 LatexCommand bibitem
37455 key "booktabs"
37456
37457 \end_inset
37458
37459 Documentation du paquetage LaTeX 
37460 \series bold
37461
37462 \begin_inset CommandInset href
37463 LatexCommand href
37464 name "booktabs"
37465 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
37466
37467 \end_inset
37468
37469
37470 \series default
37471
37472 \begin_inset Index idx
37473 status collapsed
37474
37475 \begin_layout Plain Layout
37476 Paquetages LaTeX ! booktabs
37477 \end_layout
37478
37479 \end_inset
37480
37481
37482 \end_layout
37483
37484 \begin_layout Bibliography
37485 \labelwidthstring Bibliographie
37486 \begin_inset CommandInset bibitem
37487 LatexCommand bibitem
37488 key "caption"
37489
37490 \end_inset
37491
37492 Documentation du paquetage LaTeX 
37493 \series bold
37494
37495 \begin_inset CommandInset href
37496 LatexCommand href
37497 name "caption"
37498 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
37499
37500 \end_inset
37501
37502
37503 \series default
37504
37505 \begin_inset Index idx
37506 status collapsed
37507
37508 \begin_layout Plain Layout
37509 Paquetages LaTeX ! caption
37510 \end_layout
37511
37512 \end_inset
37513
37514
37515 \end_layout
37516
37517 \begin_layout Bibliography
37518 \labelwidthstring Bibliographie
37519 \begin_inset CommandInset bibitem
37520 LatexCommand bibitem
37521 key "endfloat"
37522
37523 \end_inset
37524
37525 Documentation du paquetage LaTeX 
37526 \series bold
37527
37528 \begin_inset CommandInset href
37529 LatexCommand href
37530 name "endfloat"
37531 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
37532
37533 \end_inset
37534
37535
37536 \series default
37537
37538 \begin_inset Index idx
37539 status collapsed
37540
37541 \begin_layout Plain Layout
37542 Paquetages LaTeX ! endfloat
37543 \end_layout
37544
37545 \end_inset
37546
37547
37548 \end_layout
37549
37550 \begin_layout Bibliography
37551 \labelwidthstring Bibliographie
37552 \begin_inset CommandInset bibitem
37553 LatexCommand bibitem
37554 key "wrapfig"
37555
37556 \end_inset
37557
37558 Documentation du paquetage LaTeX 
37559 \series bold
37560
37561 \begin_inset CommandInset href
37562 LatexCommand href
37563 name "wrapfig"
37564 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
37565
37566 \end_inset
37567
37568
37569 \series default
37570
37571 \begin_inset Index idx
37572 status collapsed
37573
37574 \begin_layout Plain Layout
37575 Paquetages LaTeX ! wrapfig
37576 \begin_inset ERT
37577 status collapsed
37578
37579 \begin_layout Plain Layout
37580
37581
37582 \backslash
37583 vspace{4mm}
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \end_inset
37592
37593
37594 \end_layout
37595
37596 \begin_layout Bibliography
37597 \labelwidthstring Bibliographie
37598 \begin_inset CommandInset bibitem
37599 LatexCommand bibitem
37600 key "footmisc"
37601
37602 \end_inset
37603
37604 Documentation du paquetage LaTeX 
37605 \series bold
37606
37607 \begin_inset CommandInset href
37608 LatexCommand href
37609 name "footmisc"
37610 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
37611
37612 \end_inset
37613
37614
37615 \series default
37616
37617 \begin_inset Index idx
37618 status collapsed
37619
37620 \begin_layout Plain Layout
37621 Paquetages LaTeX ! footmisc
37622 \end_layout
37623
37624 \end_inset
37625
37626
37627 \end_layout
37628
37629 \begin_layout Bibliography
37630 \labelwidthstring Bibliographie
37631 \begin_inset CommandInset bibitem
37632 LatexCommand bibitem
37633 key "hypcap"
37634
37635 \end_inset
37636
37637 Documentation du paquetage LaTeX 
37638 \series bold
37639
37640 \begin_inset CommandInset href
37641 LatexCommand href
37642 name "hypcap"
37643 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
37644
37645 \end_inset
37646
37647
37648 \series default
37649
37650 \begin_inset Index idx
37651 status collapsed
37652
37653 \begin_layout Plain Layout
37654 Paquetages LaTeX ! hyperref
37655 \end_layout
37656
37657 \end_inset
37658
37659
37660 \end_layout
37661
37662 \begin_layout Bibliography
37663 \labelwidthstring Bibliographie
37664 \begin_inset CommandInset bibitem
37665 LatexCommand bibitem
37666 key "hyperref"
37667
37668 \end_inset
37669
37670 Documentation du paquetage LaTeX 
37671 \series bold
37672
37673 \begin_inset CommandInset href
37674 LatexCommand href
37675 name "hyperref"
37676 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
37677
37678 \end_inset
37679
37680
37681 \series default
37682
37683 \begin_inset Index idx
37684 status collapsed
37685
37686 \begin_layout Plain Layout
37687 Paquetages LaTeX ! hyperref
37688 \end_layout
37689
37690 \end_inset
37691
37692
37693 \end_layout
37694
37695 \begin_layout Bibliography
37696 \labelwidthstring Bibliographie
37697 \begin_inset CommandInset bibitem
37698 LatexCommand bibitem
37699 key "KOMA-Script"
37700
37701 \end_inset
37702
37703 Documentation du paquetage LaTeX 
37704 \series bold
37705
37706 \begin_inset CommandInset href
37707 LatexCommand href
37708 name "KOMA-Script"
37709 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
37710
37711 \end_inset
37712
37713
37714 \series default
37715
37716 \begin_inset Index idx
37717 status collapsed
37718
37719 \begin_layout Plain Layout
37720 Paquetages LaTeX ! KOMA-Script
37721 \end_layout
37722
37723 \end_inset
37724
37725
37726 \end_layout
37727
37728 \begin_layout Bibliography
37729 \labelwidthstring Bibliographie
37730 \begin_inset CommandInset bibitem
37731 LatexCommand bibitem
37732 key "listings"
37733
37734 \end_inset
37735
37736 Documentation du paquetage LaTeX 
37737 \series bold
37738
37739 \begin_inset CommandInset href
37740 LatexCommand href
37741 name "listings"
37742 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
37743
37744 \end_inset
37745
37746
37747 \series default
37748
37749 \begin_inset Index idx
37750 status collapsed
37751
37752 \begin_layout Plain Layout
37753 Paquetages LaTeX ! listings
37754 \end_layout
37755
37756 \end_inset
37757
37758
37759 \end_layout
37760
37761 \begin_layout Bibliography
37762 \labelwidthstring Bibliographie
37763 \begin_inset CommandInset bibitem
37764 LatexCommand bibitem
37765 key "marginnote"
37766
37767 \end_inset
37768
37769 Documentation du paquetage LaTeX 
37770 \series bold
37771
37772 \begin_inset CommandInset href
37773 LatexCommand href
37774 name "marginnote"
37775 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
37776
37777 \end_inset
37778
37779
37780 \series default
37781
37782 \begin_inset Index idx
37783 status collapsed
37784
37785 \begin_layout Plain Layout
37786 Paquetages LaTeX ! marginnote
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \end_layout
37793
37794 \begin_layout Bibliography
37795 \labelwidthstring Bibliographie
37796 \begin_inset CommandInset bibitem
37797 LatexCommand bibitem
37798 key "lettrine"
37799
37800 \end_inset
37801
37802 Documentation du paquetage LaTeX 
37803 \series bold
37804
37805 \begin_inset CommandInset href
37806 LatexCommand href
37807 name "lettrine"
37808 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
37809
37810 \end_inset
37811
37812
37813 \series default
37814  et un 
37815 \begin_inset CommandInset href
37816 LatexCommand href
37817 name "exemple"
37818 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
37819
37820 \end_inset
37821
37822
37823 \begin_inset Index idx
37824 status collapsed
37825
37826 \begin_layout Plain Layout
37827 Paquetages LaTeX ! lettrine
37828 \end_layout
37829
37830 \end_inset
37831
37832
37833 \end_layout
37834
37835 \begin_layout Bibliography
37836 \labelwidthstring Bibliographie
37837 \begin_inset CommandInset bibitem
37838 LatexCommand bibitem
37839 key "pstricks"
37840
37841 \end_inset
37842
37843 Page Web du paquetage LaTeX 
37844 \series bold
37845
37846 \begin_inset CommandInset href
37847 LatexCommand href
37848 name "PSTricks"
37849 target "http://tug.org/PSTricks/"
37850
37851 \end_inset
37852
37853
37854 \series default
37855
37856 \begin_inset Index idx
37857 status collapsed
37858
37859 \begin_layout Plain Layout
37860 Paquetages LaTeX ! PSTricks
37861 \end_layout
37862
37863 \end_inset
37864
37865
37866 \end_layout
37867
37868 \begin_layout Bibliography
37869 \labelwidthstring Bibliographie
37870 \begin_inset CommandInset bibitem
37871 LatexCommand bibitem
37872 key "sidecap"
37873
37874 \end_inset
37875
37876 Documentation du paquetage LaTeX 
37877 \series bold
37878
37879 \begin_inset CommandInset href
37880 LatexCommand href
37881 name "sidecap"
37882 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
37883
37884 \end_inset
37885
37886
37887 \series default
37888
37889 \begin_inset Index idx
37890 status collapsed
37891
37892 \begin_layout Plain Layout
37893 Paquetages LaTeX ! sidecap
37894 \end_layout
37895
37896 \end_inset
37897
37898
37899 \end_layout
37900
37901 \begin_layout Bibliography
37902 \labelwidthstring Bibliographie
37903 \begin_inset CommandInset bibitem
37904 LatexCommand bibitem
37905 key "prettyref"
37906
37907 \end_inset
37908
37909 Documentation du paquetage LaTeX
37910 \series bold
37911  
37912 \begin_inset CommandInset href
37913 LatexCommand href
37914 name "prettyref"
37915 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
37916
37917 \end_inset
37918
37919
37920 \series default
37921
37922 \begin_inset Index idx
37923 status collapsed
37924
37925 \begin_layout Plain Layout
37926 Paquetages LaTeX ! prettyref
37927 \end_layout
37928
37929 \end_inset
37930
37931
37932 \end_layout
37933
37934 \begin_layout Bibliography
37935 \labelwidthstring Bibliographie
37936 \begin_inset CommandInset bibitem
37937 LatexCommand bibitem
37938 key "refstyle"
37939
37940 \end_inset
37941
37942 Documentation du paquetage LaTeX
37943 \series bold
37944  
37945 \begin_inset CommandInset href
37946 LatexCommand href
37947 name "refstyle"
37948 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/doc/latex/refstyle/refstyle.pdf"
37949
37950 \end_inset
37951
37952
37953 \series default
37954
37955 \begin_inset Index idx
37956 status collapsed
37957
37958 \begin_layout Plain Layout
37959 Paquetages LaTeX ! refstyle
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \end_layout
37966
37967 \begin_layout Bibliography
37968 \labelwidthstring Bibliographie
37969 \begin_inset CommandInset bibitem
37970 LatexCommand bibitem
37971 key "NewInLyX20"
37972
37973 \end_inset
37974
37975
37976 \begin_inset CommandInset href
37977 LatexCommand href
37978 name "Page Wiki"
37979 target "http://wiki.lyx.org/LyX/NewInLyX20"
37980
37981 \end_inset
37982
37983  au sujet des nouveautés de 
37984 \family sans
37985 LyX 2.0
37986 \family default
37987 .
37988 \end_layout
37989
37990 \begin_layout Standard
37991 \begin_inset CommandInset index_print
37992 LatexCommand printindex
37993 type "idx"
37994
37995 \end_inset
37996
37997
37998 \end_layout
37999
38000 \end_body
38001 \end_document