]> git.lyx.org Git - features.git/blob - lib/doc/fr/Math.lyx
Math.lyx: document the new \hspace support in formulas
[features.git] / lib / doc / fr / Math.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
43 \newlength{\abc}
44 \settowidth{\abc}{\space}
45 \addto\extrasfrench{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in Kap. 22.6
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values,
77 \usepackage{calc}
78
79 % for multiple table row and column cells
80 \usepackage{multirow}
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % center multirows (e.g. in sec. 13.3)
87 \renewcommand{\multirowsetup}{\centering}
88
89 % define a color, used in sec.9.3
90 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Losange}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % redefine the greyed out note
114 \renewenvironment{lyxgreyedout}
115  {\textcolor{blue}\bgroup}{\egroup}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % needed in sec. 22.10
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144
145 % use normal list environments also in French documents
146 \StandardLayout
147 \end_preamble
148 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
149 \use_default_options false
150 \language french
151 \inputencoding auto
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \font_sc false
157 \font_osf false
158 \font_sf_scale 100
159 \font_tt_scale 100
160
161 \graphics default
162 \paperfontsize 12
163 \spacing single
164 \use_hyperref true
165 \pdf_title "Manuel mathématique de LyX"
166 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
167 \pdf_subject "Documentation sur les mathématiques avec LyX"
168 \pdf_keywords "LyX, Mathed"
169 \pdf_bookmarks true
170 \pdf_bookmarksnumbered true
171 \pdf_bookmarksopen true
172 \pdf_bookmarksopenlevel 1
173 \pdf_breaklinks false
174 \pdf_pdfborder false
175 \pdf_colorlinks true
176 \pdf_backref false
177 \pdf_pdfusetitle false
178 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
179 \papersize a4paper
180 \use_geometry false
181 \use_amsmath 2
182 \use_esint 1
183 \cite_engine basic
184 \use_bibtopic false
185 \paperorientation portrait
186 \secnumdepth 4
187 \tocdepth 3
188 \paragraph_separation skip
189 \defskip medskip
190 \quotes_language english
191 \papercolumns 1
192 \papersides 2
193 \paperpagestyle plain
194 \bullet 1 0 6 -1
195 \bullet 2 2 35 -1
196 \bullet 3 2 7 -1
197 \tracking_changes false
198 \output_changes false
199 \author "" 
200 \author "" 
201 \end_header
202
203 \begin_body
204
205 \begin_layout Title
206 Manuel mathématique détaillé de LyX
207 \end_layout
208
209 \begin_layout Author
210 par l'équipe LyX 
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 \noindent
216 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
217  à la liste de diffusion de la documentation de LyX: 
218 \family typewriter
219
220 \begin_inset CommandInset href
221 LatexCommand href
222 name "lyx-docs@lists.lyx.org"
223 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
224
225 \end_inset
226
227
228 \end_layout
229
230 \end_inset
231
232
233 \begin_inset Note Note
234 status collapsed
235
236 \begin_layout Plain Layout
237 auteur: Uwe Stöhr
238 \end_layout
239
240 \begin_layout Plain Layout
241 traducteur: Siegfried Meunier-Guttin-Cluzel
242 \end_layout
243
244 \end_inset
245
246
247 \begin_inset Newline newline
248 \end_inset
249
250
251 \begin_inset Newline newline
252 \end_inset
253
254
255 \family sans
256 Version 1.6svn
257 \end_layout
258
259 \begin_layout Standard
260 \begin_inset CommandInset toc
261 LatexCommand tableofcontents
262
263 \end_inset
264
265
266 \end_layout
267
268 \begin_layout Standard
269 \begin_inset Note Note
270 status open
271
272 \begin_layout Plain Layout
273 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
274  
275 \series bold
276 eurosym,
277 \series default
278  
279 \series bold
280 multirow,
281 \series default
282  et 
283 \series bold
284 was
285 \series default
286  doivent être installés.
287  S'ils ne sont pas installés, vous pouvez quand même exporter votre document,
288  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
289  sur la sortie finale.
290 \end_layout
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Newpage newpage
299 \end_inset
300
301
302 \end_layout
303
304 \begin_layout Section
305 Introduction
306 \end_layout
307
308 \begin_layout Standard
309 Ce document explique les fonctions mathématiques de LyX et c'est aussi une
310  collection de commandes LaTeX utilisées pour les symboles et les constructions
311  mathématiques.
312  Les explications mettent l'accent sur l'utilisation des commandes, il est
313  donc indispensable que vous ayez déjà lu la section sur les 
314 \family typewriter
315 Formules Mathématiques
316 \family default
317  du Manuel de l'Utilisateur.
318 \end_layout
319
320 \begin_layout Standard
321 La plupart des symboles et plusieurs constructions expliquées dans ce manuel
322  sont aussi accessibles par le menu
323 \family sans
324  Insérer\SpecialChar \menuseparator
325 Math
326 \family default
327 , ou par la 
328 \family sans
329 barre d'outils mathématique.
330  
331 \family default
332 Mais quand on tape beaucoup de formules, on constate vite qu'il est plus
333  rapide d'utiliser une commande plutôt que la barre d'outils.
334  C'est pourquoi ce manuel se focalise sur les commandes tout en mentionnant
335  les boutons correspondants quand il y en a de disponibles.
336 \end_layout
337
338 \begin_layout Standard
339 Sauf mention contraire les commandes ne sont disponibles qu'au sein d'une
340  formule.
341  Pour pouvoir utiliser toutes les commandes expliquées dans ce document
342  il faut utiliser l'option 
343 \family sans
344 Utiliser le paquetage math AMS
345 \family default
346  dans les paramètres du document (menu
347 \family sans
348  Document\SpecialChar \menuseparator
349 Paramètres\SpecialChar \menuseparator
350 Options mode math
351 \family default
352 )
353 \begin_inset Foot
354 status collapsed
355
356 \begin_layout Plain Layout
357 L'option 
358 \family sans
359 Utiliser automatiquement le paquetage math AMS
360 \family default
361  n'utilise les maths-
362 \begin_inset ERT
363 status collapsed
364
365 \begin_layout Plain Layout
366
367
368 \backslash
369 AmS 
370 \end_layout
371
372 \end_inset
373
374
375 \begin_inset space ~
376 \end_inset
377
378 que si on utilise des constructions mathématiques qui sont reconnues par
379  LyX.
380 \end_layout
381
382 \end_inset
383
384 .
385 \end_layout
386
387 \begin_layout Standard
388 Ce document ne liste pas la totalité des commandes math-
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Plain Layout
393
394
395 \backslash
396 AmS 
397 \end_layout
398
399 \end_inset
400
401
402 \begin_inset space ~
403 \end_inset
404
405 pour des raisons de bon sens
406 \begin_inset Foot
407 status collapsed
408
409 \begin_layout Plain Layout
410 On trouve une liste de toutes les commandes math-
411 \begin_inset ERT
412 status collapsed
413
414 \begin_layout Plain Layout
415
416
417 \backslash
418 AmS 
419 \end_layout
420
421 \end_inset
422
423
424 \begin_inset space ~
425 \end_inset
426
427 dans le fichier 
428 \family sans
429
430 \begin_inset CommandInset href
431 LatexCommand href
432 name "amsguide.ps"
433 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
434
435 \end_inset
436
437
438 \family default
439 , qui est inclus dans toutes les installations LaTeX standard.
440 \end_layout
441
442 \end_inset
443
444 .
445 \end_layout
446
447 \begin_layout Section
448 Instructions générales
449 \end_layout
450
451 \begin_layout Standard
452 Pour créer une formule en ligne
453 \begin_inset Index
454 status collapsed
455
456 \begin_layout Plain Layout
457 Formules ! en ligne
458 \end_layout
459
460 \end_inset
461
462  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
463 \family sans
464 Ctrl-m
465 \family default
466  ou sur le bouton 
467 \begin_inset Graphics
468         filename ../../images/math-mode.png
469         scale 85
470
471 \end_inset
472
473  de la barre d'outils
474 \begin_inset Newline newline
475 \end_inset
476
477 Pour créer une formule hors ligne
478 \begin_inset Index
479 status collapsed
480
481 \begin_layout Plain Layout
482 Formules ! hors ligne
483 \end_layout
484
485 \end_inset
486
487  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
488  appuyez sur 
489 \family sans
490 Ctrl-M
491 \family default
492 .
493 \end_layout
494
495 \begin_layout Standard
496 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
497  dans la formule et appuyez sur 
498 \family sans
499 Ctrl-M
500 \family default
501  ou utilisez 
502 \family sans
503 Éditer\SpecialChar \menuseparator
504 Math\SpecialChar \menuseparator
505 Changer le type de formule
506 \family default
507 .
508  De la même façon, on peut changer une formule hors ligne en une formule
509  en ligne.
510 \end_layout
511
512 \begin_layout Standard
513 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
514  formule hors ligne, entrez la commande 
515 \series bold
516
517 \backslash
518 displaystyle
519 \begin_inset Index
520 status collapsed
521
522 \begin_layout Plain Layout
523 Commandes ! D ! 
524 \backslash
525 displaystyle
526 \end_layout
527
528 \end_inset
529
530
531 \series default
532  dans la formule.
533  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
534  parties de formules qui doivent avoir la taille hors ligne.
535 \end_layout
536
537 \begin_layout Standard
538 Seules les formules en ligne sont autorisées dans les tableaux.
539 \end_layout
540
541 \begin_layout Standard
542 La barre d'outils mathématique peut être activée avec le menu 
543 \family sans
544 Visualiser\SpecialChar \menuseparator
545 Barres d'outils
546 \family default
547 .
548  Quand vous y cliquez sur 
549 \begin_inset Quotes eld
550 \end_inset
551
552 Math
553 \begin_inset Quotes erd
554 \end_inset
555
556  la barre d'outils s'affiche de façon permanente en bas de l'interface;
557  cet état est visualisé dans le menu 
558 \family sans
559 Barres
560 \begin_inset space ~
561 \end_inset
562
563 d'outils 
564 \family default
565 par une coche.
566  Si, dans cet état, vous cliquez une nouvelle fois sur 
567 \begin_inset Quotes eld
568 \end_inset
569
570 Math
571 \begin_inset Quotes erd
572 \end_inset
573
574  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
575  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
576  de menu de 
577 \begin_inset Quotes eld
578 \end_inset
579
580 Math
581 \begin_inset Quotes erd
582 \end_inset
583
584  en 
585 \begin_inset Quotes eld
586 \end_inset
587
588 Math (auto)
589 \begin_inset Quotes erd
590 \end_inset
591
592 .
593 \end_layout
594
595 \begin_layout Standard
596 Le mode TeX
597 \begin_inset Index
598 status collapsed
599
600 \begin_layout Plain Layout
601 Mode TeX
602 \end_layout
603
604 \end_inset
605
606  est activé en appuyant sur le bouton 
607 \begin_inset Graphics
608         filename ../../images/ert-insert.png
609         scale 85
610
611 \end_inset
612
613  de la barre d'outils ou en utilisant le menu 
614 \family sans
615 Insérer\SpecialChar \menuseparator
616 Code
617 \begin_inset space ~
618 \end_inset
619
620 Te
621 \begin_inset ERT
622 status collapsed
623
624 \begin_layout Plain Layout
625
626 {}
627 \end_layout
628
629 \end_inset
630
631 X
632 \family default
633  (raccourci 
634 \family sans
635 Ctrl-l
636 \family default
637 ).
638 \begin_inset Note Note
639 status collapsed
640
641 \begin_layout Plain Layout
642 Dans LyX il y a trois 
643 \begin_inset Quotes eld
644 \end_inset
645
646 nom propres
647 \begin_inset Quotes erd
648 \end_inset
649
650  qui apparaissent dans la sortie finale avec des lettres mises en indice
651  ou en exposant: TeX, LaTeX, et LyX
652 \end_layout
653
654 \begin_layout Plain Layout
655 Pour éviter que ces noms soient reconnus comme des noms propres, on insère
656  une paire d'accolades TeX .
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \begin_layout Standard
665 Pour modifier le préambule LaTeX
666 \begin_inset Index
667 status collapsed
668
669 \begin_layout Plain Layout
670 Préambule LaTeX
671 \end_layout
672
673 \end_inset
674
675 , on utilise le menu 
676 \family sans
677 Document\SpecialChar \menuseparator
678 Paramètres\SpecialChar \menuseparator
679 Préambule
680 \begin_inset space ~
681 \end_inset
682
683 LaT
684 \begin_inset ERT
685 status collapsed
686
687 \begin_layout Plain Layout
688
689 {}
690 \end_layout
691
692 \end_inset
693
694 eX
695 \family default
696 .
697 \end_layout
698
699 \begin_layout Standard
700 Pour éditer des matrices, des différentiations de cas et des formules multiligne
701 s après coup, on peut utiliser les menus 
702 \family sans
703 Éditer\SpecialChar \menuseparator
704 Math
705 \family default
706  and 
707 \family sans
708 Éditer\SpecialChar \menuseparator
709 Lignes
710 \begin_inset space \thinspace{}
711 \end_inset
712
713 &
714 \begin_inset space \thinspace{}
715 \end_inset
716
717 colonnes,
718 \family default
719  ou la barre d'outils 
720 \family sans
721 Tableau
722 \family default
723 .
724  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
725  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
726  d'en dessous ou la colonne directement à droite.
727  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
728  fera avec la ligne précédente ou la colonne directement à gauche.
729 \end_layout
730
731 \begin_layout Standard
732 Quand on veut écrire du texte dans des formules
733 \begin_inset Foot
734 status collapsed
735
736 \begin_layout Plain Layout
737 Pour les formules multilignes, on utilise la commande 
738 \series bold
739
740 \backslash
741 intertext,
742 \series default
743  voir 
744 \begin_inset CommandInset ref
745 LatexCommand ref
746 reference "sub:Texte-dans-multi-lignes"
747
748 \end_inset
749
750 .
751 \end_layout
752
753 \end_inset
754
755 , on doit utiliser du 
756 \emph on
757 texte mathématique
758 \emph default
759
760 \begin_inset Index
761 status collapsed
762
763 \begin_layout Plain Layout
764 Texte ! dans les formules
765 \end_layout
766
767 \end_inset
768
769
770 \begin_inset Index
771 status collapsed
772
773 \begin_layout Plain Layout
774 Mathématique, texte
775 \end_layout
776
777 \end_inset
778
779 .
780  Ce mode est invoqué à l'aide du raccourci
781 \family sans
782  Alt-m
783 \begin_inset space ~
784 \end_inset
785
786 m
787 \family default
788  ou en insérant la commande 
789 \series bold
790
791 \backslash
792 text
793 \begin_inset Index
794 status collapsed
795
796 \begin_layout Plain Layout
797 Commandes ! T ! 
798 \backslash
799 text
800 \end_layout
801
802 \end_inset
803
804
805 \series default
806 .
807  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
808  parties de la formule qui apparaissent en bleu.
809  Dans la sortie finale, le texte mathématique est en caractères droits,
810  contrairement aux autres éléments de formule.
811 \end_layout
812
813 \begin_layout Subsection*
814 Syntaxe des commandes
815 \end_layout
816
817 \begin_layout Standard
818 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
819  suivent la syntaxe suivante:
820 \end_layout
821
822 \begin_layout Standard
823
824 \series bold
825
826 \backslash
827 nomdelacommande[argument optionnel]{argument obligatoire}
828 \end_layout
829
830 \begin_layout Standard
831 Une commande commence toujours par une barre de fraction inverse (anti-slash)
832  
833 \begin_inset Quotes gld
834 \end_inset
835
836
837 \series bold
838
839 \backslash
840
841 \series default
842
843 \begin_inset Quotes grd
844 \end_inset
845
846 .
847  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
848  vont avec.
849  Les accolades placées autour des arguments obligatoires seront nommées
850  accolade TeX dans ce document
851 \begin_inset Index
852 status collapsed
853
854 \begin_layout Plain Layout
855 Accolades TeX
856 \end_layout
857
858 \end_inset
859
860 .
861  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
862  LyX créera automatiquement une accolade droite.
863  Dans tous les autres cas les accolades TeX sont créées dans des formules
864  avec la commande 
865 \series bold
866
867 \backslash
868 {
869 \series default
870 .
871  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
872  normales qui apparaissent en bleu.
873  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
874  TeX.
875  Les accolades TeX n'apparaissent pas dans la sortie finale.
876 \end_layout
877
878 \begin_layout Standard
879 Quand on entre en mode TeX des commandes sans argument, comme les commandes
880  pour les symboles, on doit 
881 \emph on
882 toujours
883 \emph default
884  placer une espace après la commande pour la terminer.
885  Cette espace n'apparaît pas dans la sortie finale.
886
887 \emph on
888  
889 \emph default
890 Si une espace doit apparaître dans la sortie finale, l'espace doit être
891  suivie par une espace insécable en texte normal.
892 \end_layout
893
894 \begin_layout Standard
895 On insère une espace insécable avec 
896 \family sans
897 Ctrl-Space
898 \family default
899 .
900 \end_layout
901
902 \begin_layout Subsection*
903 \begin_inset Newpage newpage
904 \end_inset
905
906 Explications sur la syntaxe
907 \end_layout
908
909 \begin_layout Itemize
910 Le symbole
911 \begin_inset Foot
912 status collapsed
913
914 \begin_layout Plain Layout
915 Ce caractère espace visible peut être obtenu en utilisant la commande 
916 \series bold
917
918 \backslash
919 textvisiblespace
920 \series default
921
922 \begin_inset Index
923 status collapsed
924
925 \begin_layout Plain Layout
926 Commandes ! T ! 
927 \backslash
928 textvisiblespace
929 \end_layout
930
931 \end_inset
932
933 , insérée en mode TeX.
934 \end_layout
935
936 \end_inset
937
938  
939 \begin_inset ERT
940 status collapsed
941
942 \begin_layout Plain Layout
943
944
945 \backslash
946 spce 
947 \end_layout
948
949 \end_inset
950
951
952 \begin_inset space ~
953 \end_inset
954
955 indique que l'on doit mettre une espace.
956 \end_layout
957
958 \begin_layout Itemize
959 Une flèche comme celle-ci 
960 \begin_inset Formula $\to$
961 \end_inset
962
963  indique que l'on doit appuyer sur la flèche correspondante du clavier.
964 \end_layout
965
966 \begin_layout Subsection*
967 Unités disponibles
968 \end_layout
969
970 \begin_layout Standard
971 \align center
972 \begin_inset Float table
973 placement H
974 wide false
975 sideways false
976 status open
977
978 \begin_layout Plain Layout
979 \align center
980 \begin_inset Caption
981
982 \begin_layout Plain Layout
983 \begin_inset CommandInset label
984 LatexCommand label
985 name "tab:Unités-disponibles"
986
987 \end_inset
988
989 Unités disponibles
990 \end_layout
991
992 \end_inset
993
994
995 \end_layout
996
997 \begin_layout Plain Layout
998 \align center
999 \begin_inset Tabular
1000 <lyxtabular version="3" rows="13" columns="2">
1001 <features>
1002 <column alignment="center" valignment="top" width="0">
1003 <column alignment="center" valignment="top" width="0">
1004 <row>
1005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1006 \begin_inset Text
1007
1008 \begin_layout Plain Layout
1009 Unité
1010 \end_layout
1011
1012 \end_inset
1013 </cell>
1014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1015 \begin_inset Text
1016
1017 \begin_layout Plain Layout
1018 Nom / Description
1019 \end_layout
1020
1021 \end_inset
1022 </cell>
1023 </row>
1024 <row>
1025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 mm
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 Millimètre
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 </row>
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 cm
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Centimètre
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 in
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Pouce (1
1079 \begin_inset space \thinspace{}
1080 \end_inset
1081
1082 in = 2,54
1083 \begin_inset space \thinspace{}
1084 \end_inset
1085
1086 cm)
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 pt
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Point (72.27
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 pt = 1
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 in)
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 </row>
1120 <row>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 pc
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 Pica (1
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 pc = 12
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 pt)
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 </row>
1148 <row>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 sp
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 scaled point (65536
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 sp = 1
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 pt)
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 </row>
1176 <row>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 bp
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 big point (72
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 bp = 1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 in)
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 dd
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 Didot (1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 dd 
1223 \begin_inset Formula $\approx$
1224 \end_inset
1225
1226  0.376
1227 \begin_inset space \thinspace{}
1228 \end_inset
1229
1230 mm)
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 </row>
1236 <row>
1237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1238 \begin_inset Text
1239
1240 \begin_layout Plain Layout
1241 cc
1242 \end_layout
1243
1244 \end_inset
1245 </cell>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 Cicero (1
1251 \begin_inset space \thinspace{}
1252 \end_inset
1253
1254 cc = 12
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 dd)
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 </row>
1264 <row>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 ex
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 Hauteur de la lettre 
1279 \emph on
1280
1281 \begin_inset Quotes eld
1282 \end_inset
1283
1284 x
1285 \emph default
1286
1287 \begin_inset Quotes erd
1288 \end_inset
1289
1290  dans la police courante
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 </row>
1296 <row>
1297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1298 \begin_inset Text
1299
1300 \begin_layout Plain Layout
1301 em
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 Largeur de la lettre 
1311 \begin_inset Quotes eld
1312 \end_inset
1313
1314
1315 \emph on
1316 M
1317 \emph default
1318
1319 \begin_inset Quotes erd
1320 \end_inset
1321
1322  dans la police courante
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 </row>
1328 <row>
1329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1330 \begin_inset Text
1331
1332 \begin_layout Plain Layout
1333 mu
1334 \end_layout
1335
1336 \end_inset
1337 </cell>
1338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 unité math  (1
1343 \begin_inset space \thinspace{}
1344 \end_inset
1345
1346 mu = 
1347 \begin_inset Formula $\nicefrac{1}{18}$
1348 \end_inset
1349
1350
1351 \begin_inset space \thinspace{}
1352 \end_inset
1353
1354 em)
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 </row>
1360 </lyxtabular>
1361
1362 \end_inset
1363
1364
1365 \end_layout
1366
1367 \end_inset
1368
1369
1370 \end_layout
1371
1372 \begin_layout Standard
1373 \begin_inset Newpage newpage
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \begin_layout Section
1380 Fonctions de base
1381 \end_layout
1382
1383 \begin_layout Subsection
1384 Exposants
1385 \begin_inset Index
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389 Exposants
1390 \end_layout
1391
1392 \end_inset
1393
1394  et indices
1395 \begin_inset Index
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 Indices
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \begin_layout Standard
1408 Les indices sont créés avec le caractère souligné 
1409 \begin_inset Quotes eld
1410 \end_inset
1411
1412 _
1413 \begin_inset Quotes erd
1414 \end_inset
1415
1416  ou avec le bouton 
1417 \begin_inset Graphics
1418         filename ../../images/math-subscript.png
1419         scale 85
1420
1421 \end_inset
1422
1423 de la barre d'outils mathématique, les exposants avec un accent circonflexe
1424  
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 ^
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  ou avec le bouton 
1433 \begin_inset Graphics
1434         filename ../../images/math-superscript.png
1435         scale 85
1436
1437 \end_inset
1438
1439 .
1440 \end_layout
1441
1442 \begin_layout Standard
1443 \align center
1444 \begin_inset Tabular
1445 <lyxtabular version="3" rows="4" columns="2">
1446 <features>
1447 <column alignment="center" valignment="top" width="0pt">
1448 <column alignment="center" valignment="top" width="0pt">
1449 <row>
1450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1451 \begin_inset Text
1452
1453 \begin_layout Plain Layout
1454 Commande
1455 \end_layout
1456
1457 \end_inset
1458 </cell>
1459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1460 \begin_inset Text
1461
1462 \begin_layout Plain Layout
1463 Résultat
1464 \begin_inset Note Note
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 \series bold
1470
1471 \backslash
1472 raisebox est seulement utilisée pour faire de la place
1473 \end_layout
1474
1475 \end_inset
1476
1477
1478 \end_layout
1479
1480 \end_inset
1481 </cell>
1482 </row>
1483 <row>
1484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1485 \begin_inset Text
1486
1487 \begin_layout Plain Layout
1488 B_V
1489 \end_layout
1490
1491 \end_inset
1492 </cell>
1493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1494 \begin_inset Text
1495
1496 \begin_layout Plain Layout
1497 \begin_inset Formula $B_{V}$
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \end_inset
1504 </cell>
1505 </row>
1506 <row>
1507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1508 \begin_inset Text
1509
1510 \begin_layout Plain Layout
1511 B^V
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1517 \begin_inset Text
1518
1519 \begin_layout Plain Layout
1520 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527 </cell>
1528 </row>
1529 <row>
1530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1531 \begin_inset Text
1532
1533 \begin_layout Plain Layout
1534 B^
1535 \begin_inset ERT
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539
1540
1541 \backslash
1542 spce 
1543 \end_layout
1544
1545 \end_inset
1546
1547 A
1548 \end_layout
1549
1550 \end_inset
1551 </cell>
1552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 </row>
1565 </lyxtabular>
1566
1567 \end_inset
1568
1569
1570 \end_layout
1571
1572 \begin_layout Standard
1573 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1574  la mettre en exposant, vous pouvez soit appuyer sur 
1575 \family sans
1576 Espace 
1577 \family default
1578 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1579  qui se trouve sur la touche du 9.
1580 \end_layout
1581
1582 \begin_layout Subsection
1583 Fractions
1584 \begin_inset CommandInset label
1585 LatexCommand label
1586 name "sub:Fractions"
1587
1588 \end_inset
1589
1590
1591 \begin_inset Index
1592 status collapsed
1593
1594 \begin_layout Plain Layout
1595 Fractions
1596 \end_layout
1597
1598 \end_inset
1599
1600
1601 \end_layout
1602
1603 \begin_layout Standard
1604 Les fractions sont créées avec la commande 
1605 \series bold
1606
1607 \backslash
1608 frac
1609 \series default
1610
1611 \begin_inset Index
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615 Commandes ! F ! 
1616 \backslash
1617 frac
1618 \end_layout
1619
1620 \end_inset
1621
1622  ou avec le bouton 
1623 \begin_inset Graphics
1624         filename ../../images/math/frac.png
1625         scale 50
1626
1627 \end_inset
1628
1629  de la barre d'outils mathématique.
1630  La taille de la police est ajustée automatiquement selon que l'on se trouve
1631  dans une formule en ligne ou hors ligne.
1632  Avec le bouton 
1633 \begin_inset Graphics
1634         filename ../../images/math/frac-square.png
1635         scale 85
1636
1637 \end_inset
1638
1639  de la barre d'outils mathématique, vous pouvez choisir entre différents
1640  types de fractions.
1641 \end_layout
1642
1643 \begin_layout Standard
1644 Avec la commande 
1645 \series bold
1646
1647 \backslash
1648 dfrac
1649 \begin_inset Index
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Commandes ! D ! 
1654 \backslash
1655 dfrac
1656 \end_layout
1657
1658 \end_inset
1659
1660
1661 \series default
1662  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1663  qui se trouverait dans une formule hors ligne.
1664  Avec 
1665 \series bold
1666
1667 \backslash
1668 tfrac
1669 \begin_inset Index
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 Commandes ! T ! 
1674 \backslash
1675 tfrac
1676 \end_layout
1677
1678 \end_inset
1679
1680
1681 \series default
1682  la fraction aura toujours la taille d'une formule en ligne.
1683  Un exemple:
1684 \end_layout
1685
1686 \begin_layout Standard
1687 Une ligne avec la fraction 
1688 \begin_inset Formula $\frac{1}{2}$
1689 \end_inset
1690
1691  créée avec la commande 
1692 \series bold
1693
1694 \backslash
1695 frac
1696 \series default
1697 .
1698 \end_layout
1699
1700 \begin_layout Standard
1701 Une ligne avec la fraction 
1702 \begin_inset Formula $\dfrac{1}{2}$
1703 \end_inset
1704
1705  créée avec la commande 
1706 \series bold
1707
1708 \backslash
1709 dfrac
1710 \series default
1711 .
1712 \end_layout
1713
1714 \begin_layout Standard
1715 \align center
1716 \begin_inset Tabular
1717 <lyxtabular version="3" rows="4" columns="2">
1718 <features>
1719 <column alignment="center" valignment="top" width="0pt">
1720 <column alignment="center" valignment="top" width="0pt">
1721 <row>
1722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1723 \begin_inset Text
1724
1725 \begin_layout Plain Layout
1726 Commande
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Plain Layout
1735 Résultat
1736 \begin_inset Note Note
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740
1741 \series bold
1742
1743 \backslash
1744 raisebox est seulement utilisée pour faire de la place
1745 \end_layout
1746
1747 \end_inset
1748
1749
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 </row>
1755 <row>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \backslash
1762 frac
1763 \begin_inset ERT
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767
1768
1769 \backslash
1770 spce 
1771 \end_layout
1772
1773 \end_inset
1774
1775 A
1776 \begin_inset Formula $\downarrow$
1777 \end_inset
1778
1779 B
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1785 \begin_inset Text
1786
1787 \begin_layout Plain Layout
1788 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1789 \end_inset
1790
1791
1792 \end_layout
1793
1794 \end_inset
1795 </cell>
1796 </row>
1797 <row>
1798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \backslash
1804 dfrac
1805 \begin_inset ERT
1806 status collapsed
1807
1808 \begin_layout Plain Layout
1809
1810
1811 \backslash
1812 spce 
1813 \end_layout
1814
1815 \end_inset
1816
1817 A
1818 \begin_inset Formula $\downarrow$
1819 \end_inset
1820
1821 B
1822 \end_layout
1823
1824 \end_inset
1825 </cell>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1831 \end_inset
1832
1833
1834 \end_layout
1835
1836 \end_inset
1837 </cell>
1838 </row>
1839 <row>
1840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \backslash
1846 dfrac
1847 \begin_inset ERT
1848 status collapsed
1849
1850 \begin_layout Plain Layout
1851
1852
1853 \backslash
1854 spce 
1855 \end_layout
1856
1857 \end_inset
1858
1859 e^
1860 \begin_inset ERT
1861 status collapsed
1862
1863 \begin_layout Plain Layout
1864
1865
1866 \backslash
1867 spce 
1868 \end_layout
1869
1870 \end_inset
1871
1872
1873 \backslash
1874 frac
1875 \begin_inset ERT
1876 status collapsed
1877
1878 \begin_layout Plain Layout
1879
1880
1881 \backslash
1882 spce 
1883 \end_layout
1884
1885 \end_inset
1886
1887 1
1888 \begin_inset Formula $\downarrow$
1889 \end_inset
1890
1891 2
1892 \begin_inset Formula $\downarrow\downarrow$
1893 \end_inset
1894
1895 3
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 </row>
1913 </lyxtabular>
1914
1915 \end_inset
1916
1917
1918 \end_layout
1919
1920 \begin_layout Standard
1921 \begin_inset VSpace bigskip
1922 \end_inset
1923
1924
1925 \begin_inset Newpage newpage
1926 \end_inset
1927
1928 Pour des fractions emboîtées, on peut utiliser la commande 
1929 \series bold
1930
1931 \backslash
1932 cfrac
1933 \series default
1934
1935 \begin_inset Index
1936 status collapsed
1937
1938 \begin_layout Plain Layout
1939 Commandes ! C ! 
1940 \backslash
1941 cfrac
1942 \end_layout
1943
1944 \end_inset
1945
1946 .
1947  Voici un exemple:
1948 \begin_inset VSpace -3mm
1949 \end_inset
1950
1951
1952 \end_layout
1953
1954 \begin_layout Standard
1955 \begin_inset Formula \begin{align*}
1956 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1957 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
1958
1959 \end_inset
1960
1961
1962 \end_layout
1963
1964 \begin_layout Standard
1965 La commande pour l'exemple précédent est:
1966 \end_layout
1967
1968 \begin_layout Standard
1969
1970 \backslash
1971 cfrac{A
1972 \begin_inset Formula $\to$
1973 \end_inset
1974
1975
1976 \backslash
1977 {B+
1978 \backslash
1979 cfrac{C+
1980 \backslash
1981 cfrac{E
1982 \begin_inset Formula $\to$
1983 \end_inset
1984
1985
1986 \backslash
1987 {F
1988 \begin_inset Formula $\to\to$
1989 \end_inset
1990
1991
1992 \backslash
1993 {D
1994 \end_layout
1995
1996 \begin_layout Standard
1997 \begin_inset VSpace medskip
1998 \end_inset
1999
2000
2001 \end_layout
2002
2003 \begin_layout Standard
2004
2005 \series bold
2006
2007 \backslash
2008 cfrac
2009 \series default
2010  met toujours la fraction dans la taille d'une formule hors ligne, même
2011  si elle est une partie d'une autre fraction.
2012  La commande
2013 \series bold
2014  
2015 \backslash
2016 cfrac
2017 \series default
2018  a la syntaxe suivante:
2019 \end_layout
2020
2021 \begin_layout Standard
2022
2023 \series bold
2024
2025 \backslash
2026 cfrac[position du numérateur]{numérateur}{dénominateur}
2027 \end_layout
2028
2029 \begin_layout Standard
2030 La position du numérateur peut être 
2031 \emph on
2032 l
2033 \emph default
2034  , 
2035 \emph on
2036 c
2037 \emph default
2038 , ou 
2039 \emph on
2040 r
2041 \emph default
2042  .
2043  l ou r aligne le numérateur respectivement à gauche ou à droite par rapport
2044  à la barre de fraction.
2045  Quand on met 
2046 \emph on
2047
2048 \emph default
2049 ou rien, le numérateur apparaît centré.
2050  Les fractions qui suivent illustrent les différents alignements:
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054
2055 \series bold
2056
2057 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2058 \end_inset
2059
2060
2061 \begin_inset Formula $\cfrac{A}{B+C}$
2062 \end_inset
2063
2064
2065 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2066 \end_inset
2067
2068
2069 \end_layout
2070
2071 \begin_layout Standard
2072 \begin_inset VSpace medskip
2073 \end_inset
2074
2075 Il est souvent intéressant de combiner 
2076 \series bold
2077
2078 \backslash
2079 cfrac
2080 \series default
2081  et 
2082 \series bold
2083
2084 \backslash
2085 frac
2086 \series default
2087 :
2088 \begin_inset Formula \[
2089 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2098  pouvez utiliser la commande 
2099 \series bold
2100
2101 \backslash
2102 nicefrac
2103 \begin_inset Index
2104 status collapsed
2105
2106 \begin_layout Plain Layout
2107 Commandes ! N ! 
2108 \backslash
2109 nicefrac
2110 \end_layout
2111
2112 \end_inset
2113
2114
2115 \series default
2116
2117 \begin_inset Formula $\nicefrac{5}{31}$
2118 \end_inset
2119
2120  ou 
2121 \series bold
2122
2123 \backslash
2124 unitfrac
2125 \series default
2126
2127 \begin_inset Index
2128 status collapsed
2129
2130 \begin_layout Plain Layout
2131 Commandes ! U ! 
2132 \backslash
2133 unitfrac
2134 \end_layout
2135
2136 \end_inset
2137
2138
2139 \begin_inset Formula $\unitfrac{5}{31}$
2140 \end_inset
2141
2142 .
2143  Il y a aussi la commande 
2144 \series bold
2145
2146 \backslash
2147 unitfracthree
2148 \series default
2149  qui permet d'écrire une fraction en combinaison avec un nombre:
2150 \begin_inset Newline newline
2151 \end_inset
2152
2153 Notez que 
2154 \series bold
2155
2156 \backslash
2157 unitfracthree
2158 \series default
2159  n'est pas une commande LaTeX réelle, mais c'est la commande
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163
2164 \series bold
2165
2166 \backslash
2167 unitfrac[nombre]{numérateur}{dénominateur}
2168 \series default
2169 ,
2170 \series bold
2171  
2172 \series default
2173 vous ne pouvez donc pas l'utiliser en code TeX.
2174 \end_layout
2175
2176 \begin_layout Standard
2177 Dans 
2178 \begin_inset CommandInset ref
2179 LatexCommand ref
2180 reference "sub:Fractions-personnalisées"
2181
2182 \end_inset
2183
2184  on explique comment définir des fractions personnalisées en modifiant les
2185  barres de fractions .
2186 \end_layout
2187
2188 \begin_layout Subsection
2189 Racines
2190 \begin_inset Index
2191 status collapsed
2192
2193 \begin_layout Plain Layout
2194 Racines
2195 \end_layout
2196
2197 \end_inset
2198
2199
2200 \end_layout
2201
2202 \begin_layout Standard
2203 On obtient les racines carrées avec la commande 
2204 \series bold
2205
2206 \backslash
2207 sqrt
2208 \series default
2209
2210 \begin_inset Index
2211 status collapsed
2212
2213 \begin_layout Plain Layout
2214 Commandes ! S ! 
2215 \backslash
2216 sqrt
2217 \end_layout
2218
2219 \end_inset
2220
2221  ou avec le bouton 
2222 \begin_inset Graphics
2223         filename ../../images/math/sqrt.png
2224         scale 85
2225
2226 \end_inset
2227
2228  de la barre d'outils mathématique, et toutes les autres racines avec la
2229  commande 
2230 \series bold
2231
2232 \backslash
2233 root
2234 \series default
2235
2236 \begin_inset Index
2237 status collapsed
2238
2239 \begin_layout Plain Layout
2240 Commandes ! R ! 
2241 \backslash
2242 root
2243 \end_layout
2244
2245 \end_inset
2246
2247  ou avec le bouton 
2248 \begin_inset Graphics
2249         filename ../../images/math/root.png
2250         scale 85
2251
2252 \end_inset
2253
2254 .
2255 \end_layout
2256
2257 \begin_layout Standard
2258 \align center
2259 \begin_inset Tabular
2260 <lyxtabular version="3" rows="3" columns="2">
2261 <features>
2262 <column alignment="center" valignment="top" width="0pt">
2263 <column alignment="center" valignment="top" width="0pt">
2264 <row>
2265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2266 \begin_inset Text
2267
2268 \begin_layout Plain Layout
2269 Commande
2270 \end_layout
2271
2272 \end_inset
2273 </cell>
2274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278 Résultat
2279 \begin_inset Note Note
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283
2284 \series bold
2285
2286 \backslash
2287 raisebox est seulement utilisée pour faire de la place
2288 \end_layout
2289
2290 \end_inset
2291
2292
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 <row>
2299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Plain Layout
2303
2304 \backslash
2305 sqrt
2306 \begin_inset ERT
2307 status collapsed
2308
2309 \begin_layout Plain Layout
2310
2311
2312 \backslash
2313 spce 
2314 \end_layout
2315
2316 \end_inset
2317
2318 A-B
2319 \end_layout
2320
2321 \end_inset
2322 </cell>
2323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2328 \end_inset
2329
2330
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row>
2337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341
2342 \backslash
2343 root
2344 \begin_inset ERT
2345 status collapsed
2346
2347 \begin_layout Plain Layout
2348
2349
2350 \backslash
2351 spce 
2352 \end_layout
2353
2354 \end_inset
2355
2356 3
2357 \begin_inset Formula $\downarrow$
2358 \end_inset
2359
2360 A-B
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2370 \end_inset
2371
2372
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 </row>
2378 </lyxtabular>
2379
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \begin_layout Standard
2386 On peut aussi obtenir une racine carrée avec 
2387 \series bold
2388
2389 \backslash
2390 root
2391 \series default
2392  en laissant le champ réservé au degré de la racine vide.
2393 \end_layout
2394
2395 \begin_layout Standard
2396 Dans certains cas, la distance entre le degré et la racine est trop petite
2397  comme dans cette formule: 
2398 \begin_inset Formula $\sqrt[\beta]{B}$
2399 \end_inset
2400
2401
2402 \begin_inset Newline newline
2403 \end_inset
2404
2405 Le 
2406 \begin_inset Formula $\beta$
2407 \end_inset
2408
2409  touche la racine, ce qui peut être évité en utilisant les commandes 
2410 \series bold
2411
2412 \backslash
2413 leftroot
2414 \series default
2415
2416 \begin_inset Index
2417 status collapsed
2418
2419 \begin_layout Plain Layout
2420 Commandes ! L ! 
2421 \backslash
2422 leftroot
2423 \end_layout
2424
2425 \end_inset
2426
2427  et 
2428 \series bold
2429
2430 \backslash
2431 uproot
2432 \series default
2433
2434 \begin_inset Index
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 Commandes ! U ! 
2439 \backslash
2440 uproot
2441 \end_layout
2442
2443 \end_inset
2444
2445  avec la syntaxe suivante:
2446 \end_layout
2447
2448 \begin_layout Standard
2449
2450 \series bold
2451
2452 \backslash
2453 leftroot{distance}
2454 \series default
2455  et 
2456 \series bold
2457
2458 \backslash
2459 uproot{distance}
2460 \end_layout
2461
2462 \begin_layout Standard
2463 Distance est le nombre de Big Points (unité bp; 
2464 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2465 \end_inset
2466
2467 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2468  le haut.
2469  Les commandes doivent être placées dans la case du degré.
2470  Par exemple, la commande
2471 \begin_inset Newline newline
2472 \end_inset
2473
2474
2475 \series bold
2476
2477 \backslash
2478 root
2479 \backslash
2480 leftroot{-1
2481 \begin_inset Formula $\to$
2482 \end_inset
2483
2484
2485 \backslash
2486 uproot{2
2487 \begin_inset Formula $\to$
2488 \end_inset
2489
2490
2491 \backslash
2492 beta
2493 \begin_inset ERT
2494 status collapsed
2495
2496 \begin_layout Plain Layout
2497
2498
2499 \backslash
2500 spce 
2501 \end_layout
2502
2503 \end_inset
2504
2505
2506 \begin_inset Formula $\to$
2507 \end_inset
2508
2509 B
2510 \begin_inset Newline newline
2511 \end_inset
2512
2513
2514 \series default
2515 produit une formule correctement mise en forme: 
2516 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \begin_layout Subsection
2523 Coefficients binomiaux 
2524 \begin_inset Index
2525 status collapsed
2526
2527 \begin_layout Plain Layout
2528 Binomiaux, coefficients
2529 \end_layout
2530
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \begin_layout Standard
2537 Les coefficients binomiaux sont insérés avec la commande 
2538 \series bold
2539
2540 \backslash
2541 binom
2542 \series default
2543
2544 \begin_inset Index
2545 status collapsed
2546
2547 \begin_layout Plain Layout
2548 Commandes ! B ! 
2549 \backslash
2550 binom
2551 \end_layout
2552
2553 \end_inset
2554
2555  ou avec le bouton 
2556 \begin_inset Graphics
2557         filename ../../images/math/frac-square.png
2558         scale 85
2559
2560 \end_inset
2561
2562 de la barre d'outils mathématique.
2563  Comme pour les fraction (
2564 \series bold
2565
2566 \backslash
2567 frac
2568 \series default
2569 ) il y a avec 
2570 \series bold
2571
2572 \backslash
2573 binom
2574 \series default
2575  les commandes 
2576 \series bold
2577
2578 \backslash
2579 dbinom
2580 \begin_inset Index
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Commandes ! D ! 
2585 \backslash
2586 dbinom
2587 \end_layout
2588
2589 \end_inset
2590
2591
2592 \series default
2593  et 
2594 \series bold
2595
2596 \backslash
2597 tbinom
2598 \series default
2599
2600 \begin_inset Index
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Commandes ! T ! 
2605 \backslash
2606 tbinom
2607 \end_layout
2608
2609 \end_inset
2610
2611 .
2612  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2613  il y a les commandes 
2614 \series bold
2615
2616 \backslash
2617 brace
2618 \series default
2619
2620 \begin_inset Index
2621 status collapsed
2622
2623 \begin_layout Plain Layout
2624 Commandes ! B ! 
2625 \backslash
2626 brace
2627 \end_layout
2628
2629 \end_inset
2630
2631  et 
2632 \series bold
2633
2634 \backslash
2635 brack
2636 \series default
2637
2638 \begin_inset Index
2639 status collapsed
2640
2641 \begin_layout Plain Layout
2642 Commandes ! B ! 
2643 \backslash
2644 brack
2645 \end_layout
2646
2647 \end_inset
2648
2649 .
2650 \end_layout
2651
2652 \begin_layout Standard
2653 \align center
2654 \begin_inset Tabular
2655 <lyxtabular version="3" rows="6" columns="2">
2656 <features>
2657 <column alignment="center" valignment="top" width="0pt">
2658 <column alignment="center" valignment="top" width="0pt">
2659 <row>
2660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2661 \begin_inset Text
2662
2663 \begin_layout Plain Layout
2664 Commande
2665 \end_layout
2666
2667 \end_inset
2668 </cell>
2669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2670 \begin_inset Text
2671
2672 \begin_layout Plain Layout
2673 Résultat
2674 \begin_inset Note Note
2675 status collapsed
2676
2677 \begin_layout Plain Layout
2678
2679 \series bold
2680
2681 \backslash
2682 raisebox est seulement utilisée pour faire de la place
2683 \end_layout
2684
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \end_inset
2691 </cell>
2692 </row>
2693 <row>
2694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2695 \begin_inset Text
2696
2697 \begin_layout Plain Layout
2698
2699 \backslash
2700 binom
2701 \begin_inset ERT
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705
2706
2707 \backslash
2708 spce 
2709 \end_layout
2710
2711 \end_inset
2712
2713 A
2714 \begin_inset Formula $\downarrow$
2715 \end_inset
2716
2717 B
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 </row>
2735 <row>
2736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740
2741 \backslash
2742 dbinom
2743 \begin_inset ERT
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747
2748
2749 \backslash
2750 spce 
2751 \end_layout
2752
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 tbinom
2785 \begin_inset ERT
2786 status collapsed
2787
2788 \begin_layout Plain Layout
2789
2790
2791 \backslash
2792 spce 
2793 \end_layout
2794
2795 \end_inset
2796
2797 A
2798 \begin_inset Formula $\downarrow$
2799 \end_inset
2800
2801 B
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \backslash
2826 brack
2827 \begin_inset ERT
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831
2832
2833 \backslash
2834 spce 
2835 \end_layout
2836
2837 \end_inset
2838
2839 A
2840 \begin_inset Formula $\downarrow$
2841 \end_inset
2842
2843 B
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \backslash
2868 brace
2869 \begin_inset ERT
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873
2874
2875 \backslash
2876 spce 
2877 \end_layout
2878
2879 \end_inset
2880
2881 A
2882 \begin_inset Formula $\downarrow$
2883 \end_inset
2884
2885 B
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2895 \end_inset
2896
2897
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 </row>
2903 </lyxtabular>
2904
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \begin_layout Subsection
2911 Différentiation de cas 
2912 \begin_inset Index
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 Différentiation de cas 
2917 \end_layout
2918
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \begin_layout Standard
2925 \align center
2926 \begin_inset Tabular
2927 <lyxtabular version="3" rows="3" columns="2">
2928 <features>
2929 <column alignment="center" valignment="top" width="0pt">
2930 <column alignment="center" valignment="top" width="0pt">
2931 <row>
2932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936 Commande
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945 Résultat
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 cases
2959 \begin_inset ERT
2960 status collapsed
2961
2962 \begin_layout Plain Layout
2963
2964
2965 \backslash
2966 spce 
2967 \end_layout
2968
2969 \end_inset
2970
2971 A
2972 \begin_inset Formula $\to$
2973 \end_inset
2974
2975 B>0
2976 \begin_inset Index
2977 status collapsed
2978
2979 \begin_layout Plain Layout
2980 Commandes ! C ! 
2981 \backslash
2982 cases
2983 \end_layout
2984
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 \begin_inset Formula $\begin{cases}
2997 A & B>0\end{cases}$
2998 \end_inset
2999
3000
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \backslash
3013 cases
3014 \begin_inset ERT
3015 status collapsed
3016
3017 \begin_layout Plain Layout
3018
3019
3020 \backslash
3021 spce 
3022 \end_layout
3023
3024 \end_inset
3025
3026 Ctrl-Enter
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\begin{cases}
3036 A & \textrm{pour }\hat{x}>0\\
3037 B & \textrm{pour }\hat{x}=0\end{cases}$
3038 \end_inset
3039
3040
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 </row>
3046 </lyxtabular>
3047
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \begin_layout Standard
3054 Après avoir inséré 
3055 \series bold
3056
3057 \backslash
3058 cases
3059 \series default
3060  ou avoir utilisé le bouton 
3061 \begin_inset Graphics
3062         filename ../../images/math/cases.png
3063         lyxscale 50
3064         scale 50
3065
3066 \end_inset
3067
3068  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
3069  avec le raccourci 
3070 \family sans
3071 Ctrl-Entrée
3072 \family default
3073  ou avec le bouton 
3074 \begin_inset Graphics
3075         filename ../../images/tabular-feature_append-row.png
3076         scale 85
3077
3078 \end_inset
3079
3080 .
3081 \begin_inset Foot
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3086  sont expliqués dans 
3087 \begin_inset CommandInset ref
3088 LatexCommand ref
3089 reference "sub:Accents-sur-un-caractère"
3090
3091 \end_inset
3092
3093 .
3094 \end_layout
3095
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \begin_layout Standard
3102 La commande 
3103 \series bold
3104
3105 \backslash
3106 cases
3107 \series default
3108  est aussi accessible par le menu 
3109 \family sans
3110 Insérer\SpecialChar \menuseparator
3111 Math\SpecialChar \menuseparator
3112 Environnement
3113 \begin_inset space ~
3114 \end_inset
3115
3116 Cas
3117 \family default
3118 .
3119 \end_layout
3120
3121 \begin_layout Subsection
3122 Négations
3123 \begin_inset Index
3124 status collapsed
3125
3126 \begin_layout Plain Layout
3127 Negations@Négations
3128 \end_layout
3129
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \begin_layout Standard
3136 En insérant la commande 
3137 \series bold
3138
3139 \backslash
3140 not
3141 \series default
3142
3143 \begin_inset Index
3144 status collapsed
3145
3146 \begin_layout Plain Layout
3147 Commandes ! N ! 
3148 \backslash
3149 not
3150 \end_layout
3151
3152 \end_inset
3153
3154  chaque caractère peut être affiché barré.
3155  Les caractères sont en quelque sorte accentués par une barre de fraction.
3156 \end_layout
3157
3158 \begin_layout Standard
3159 \align center
3160 \begin_inset Tabular
3161 <lyxtabular version="3" rows="4" columns="2">
3162 <features>
3163 <column alignment="center" valignment="top" width="0pt">
3164 <column alignment="center" valignment="top" width="0pt">
3165 <row>
3166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170 Commande
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179 Résultat
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 </row>
3185 <row>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \backslash
3192 not=
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201 \begin_inset Formula $\not=$
3202 \end_inset
3203
3204
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \backslash
3217 not 
3218 \backslash
3219 le
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 \begin_inset Formula $\not\le$
3229 \end_inset
3230
3231
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 </row>
3237 <row>
3238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \backslash
3244 not 
3245 \backslash
3246 parallel
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255 \begin_inset Formula $\not\parallel$
3256 \end_inset
3257
3258
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 </lyxtabular>
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_layout Standard
3272 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3273  bel aspect.
3274  C'est pourquoi il existe des commandes spéciales pour certaines négations
3275  (voir 
3276 \begin_inset CommandInset ref
3277 LatexCommand ref
3278 reference "sub:Symboles-mathématiques"
3279
3280 \end_inset
3281
3282  et 
3283 \begin_inset CommandInset ref
3284 LatexCommand ref
3285 reference "sec:Relations"
3286
3287 \end_inset
3288
3289 ).
3290 \end_layout
3291
3292 \begin_layout Subsection
3293 Garnitures
3294 \begin_inset CommandInset label
3295 LatexCommand label
3296 name "sub:Garnitures"
3297
3298 \end_inset
3299
3300
3301 \begin_inset Index
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Garnitures
3306 \end_layout
3307
3308 \end_inset
3309
3310
3311 \begin_inset Index
3312 status collapsed
3313
3314 \begin_layout Plain Layout
3315 Symboles chimiques ! Isotopes
3316 \end_layout
3317
3318 \end_inset
3319
3320
3321 \begin_inset Index
3322 status collapsed
3323
3324 \begin_layout Plain Layout
3325 Isotopes|see
3326 \begin_inset ERT
3327 status collapsed
3328
3329 \begin_layout Plain Layout
3330
3331 {
3332 \end_layout
3333
3334 \end_inset
3335
3336 Symboles chimiques
3337 \begin_inset ERT
3338 status collapsed
3339
3340 \begin_layout Plain Layout
3341
3342 }
3343 \end_layout
3344
3345 \end_inset
3346
3347
3348 \end_layout
3349
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \begin_layout Standard
3356 Quand on affiche par exemple des isotopes
3357 \begin_inset Foot
3358 status collapsed
3359
3360 \begin_layout Plain Layout
3361 Plus d'information sur les symboles chimiques dans 
3362 \begin_inset CommandInset ref
3363 LatexCommand ref
3364 reference "sub:Symboles-chimiques"
3365
3366 \end_inset
3367
3368 .
3369 \end_layout
3370
3371 \end_inset
3372
3373 , on rencontre le problème suivant:
3374 \end_layout
3375
3376 \begin_layout Standard
3377 \align center
3378 \begin_inset Tabular
3379 <lyxtabular version="3" rows="2" columns="2">
3380 <features>
3381 <column alignment="center" valignment="top" width="0pt">
3382 <column alignment="center" valignment="top" width="0pt">
3383 <row>
3384 <cell alignment="center" valignment="top" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 Indices avec les indices et exposants:
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 <cell alignment="center" valignment="top" usebox="none">
3394 \begin_inset Text
3395
3396 \begin_layout Plain Layout
3397 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3398 \end_inset
3399
3400
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 </row>
3406 <row>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 Indices corrects:
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3421 \end_inset
3422
3423
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 </lyxtabular>
3430
3431 \end_inset
3432
3433
3434 \begin_inset Note Note
3435 status collapsed
3436
3437 \begin_layout Plain Layout
3438
3439 \series bold
3440
3441 \backslash
3442 raisebox est là pour faire de la place
3443 \end_layout
3444
3445 \end_inset
3446
3447
3448 \end_layout
3449
3450 \begin_layout Standard
3451 L'indice le plus petit est placé par défaut au dessus ou en dessous du premier
3452  caractère le l'indice le plus long.
3453  Pour éviter ce problème il y a la commande 
3454 \series bold
3455
3456 \backslash
3457 phantom
3458 \series default
3459
3460 \begin_inset Index
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464 Commandes ! P ! 
3465 \backslash
3466 phantom
3467 \end_layout
3468
3469 \end_inset
3470
3471  ou le bouton
3472 \begin_inset space ~
3473 \end_inset
3474
3475
3476 \begin_inset Graphics
3477         filename ../../images/math/phantom.png
3478         scale 85
3479
3480 \end_inset
3481
3482  qui crée un ou plusieurs caractères fantômes.
3483  Quand on insère la commande 
3484 \series bold
3485
3486 \backslash
3487 phantom
3488 \series default
3489  une petite boîte avec deux flèches rouges apparaît.
3490  Les flèches indiquent que la garniture
3491 \begin_inset Foot
3492 status collapsed
3493
3494 \begin_layout Plain Layout
3495 Traduction de placeholder, c'est un terme de typographie (NdT).
3496 \end_layout
3497
3498 \end_inset
3499
3500  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3501  De la même façon, les caractères fantômes sont des garnitures qui ont la
3502  taille du caractère concerné.
3503 \end_layout
3504
3505 \begin_layout Standard
3506 \align center
3507 \begin_inset Tabular
3508 <lyxtabular version="3" rows="4" columns="2">
3509 <features>
3510 <column alignment="center" valignment="top" width="0">
3511 <column alignment="center" valignment="top" width="0">
3512 <row>
3513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Plain Layout
3517 Commande
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Résultat
3527 \begin_inset Note Note
3528 status collapsed
3529
3530 \begin_layout Plain Layout
3531
3532 \series bold
3533
3534 \backslash
3535 raisebox est seulement utilisée pour faire de la place
3536 \end_layout
3537
3538 \end_inset
3539
3540
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row>
3547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 ^19
3552 \begin_inset ERT
3553 status collapsed
3554
3555 \begin_layout Plain Layout
3556
3557
3558 \backslash
3559 spce 
3560 \end_layout
3561
3562 \end_inset
3563
3564 _
3565 \backslash
3566 phantom
3567 \begin_inset ERT
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571
3572
3573 \backslash
3574 spce 
3575 \end_layout
3576
3577 \end_inset
3578
3579 1
3580 \begin_inset Formula $\to$
3581 \end_inset
3582
3583 9
3584 \begin_inset ERT
3585 status collapsed
3586
3587 \begin_layout Plain Layout
3588
3589
3590 \backslash
3591 spce 
3592 \end_layout
3593
3594 \end_inset
3595
3596 F
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3606 \end_inset
3607
3608
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 ^235
3620 \begin_inset ERT
3621 status collapsed
3622
3623 \begin_layout Plain Layout
3624
3625
3626 \backslash
3627 spce 
3628 \end_layout
3629
3630 \end_inset
3631
3632 _
3633 \backslash
3634 phantom
3635 \begin_inset ERT
3636 status collapsed
3637
3638 \begin_layout Plain Layout
3639
3640
3641 \backslash
3642 spce 
3643 \end_layout
3644
3645 \end_inset
3646
3647 23
3648 \begin_inset Formula $\to$
3649 \end_inset
3650
3651 9
3652 \begin_inset ERT
3653 status collapsed
3654
3655 \begin_layout Plain Layout
3656
3657
3658 \backslash
3659 spce 
3660 \end_layout
3661
3662 \end_inset
3663
3664 F
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3674 \end_inset
3675
3676
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 </row>
3682 <row>
3683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \backslash
3689 Lambda^
3690 \begin_inset ERT
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694
3695
3696 \backslash
3697 spce 
3698 \end_layout
3699
3700 \end_inset
3701
3702
3703 \backslash
3704 phantom
3705 \begin_inset ERT
3706 status collapsed
3707
3708 \begin_layout Plain Layout
3709
3710
3711 \backslash
3712 spce 
3713 \end_layout
3714
3715 \end_inset
3716
3717 ii
3718 \begin_inset Formula $\to$
3719 \end_inset
3720
3721 t
3722 \begin_inset ERT
3723 status collapsed
3724
3725 \begin_layout Plain Layout
3726
3727
3728 \backslash
3729 spce 
3730 \end_layout
3731
3732 \end_inset
3733
3734 _MMt
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3744 \end_inset
3745
3746
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 </row>
3752 </lyxtabular>
3753
3754 \end_inset
3755
3756
3757 \end_layout
3758
3759 \begin_layout Standard
3760 En plus, il y a les commandes 
3761 \series bold
3762
3763 \backslash
3764 vphantom
3765 \series default
3766
3767 \begin_inset Index
3768 status collapsed
3769
3770 \begin_layout Plain Layout
3771 Commandes ! V ! 
3772 \backslash
3773 vphantom
3774 \end_layout
3775
3776 \end_inset
3777
3778  (bouton
3779 \begin_inset space ~
3780 \end_inset
3781
3782
3783 \begin_inset Graphics
3784         filename ../../images/math/vphantom.png
3785         scale 85
3786
3787 \end_inset
3788
3789  de la barre d'outils) et 
3790 \series bold
3791
3792 \backslash
3793 hphantom
3794 \series default
3795
3796 \begin_inset Index
3797 status collapsed
3798
3799 \begin_layout Plain Layout
3800 Commandes ! H ! 
3801 \backslash
3802 hphantom
3803 \end_layout
3804
3805 \end_inset
3806
3807  (bouton
3808 \begin_inset space ~
3809 \end_inset
3810
3811
3812 \begin_inset Graphics
3813         filename ../../images/math/hphantom.png
3814         scale 85
3815
3816 \end_inset
3817
3818 ).
3819  
3820 \series bold
3821
3822 \backslash
3823 hphantom
3824 \series default
3825  crée seulement de l'espace pour la hauteur maximale des caractères de la
3826  boîte, mais pas pour leur largeur.
3827  
3828 \series bold
3829
3830 \backslash
3831 vphantom
3832 \series default
3833  crée de l'espace seulement pour la largeur du contenu de la boîte.
3834  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3835  commandes n'ont qu'une seule flèche rouge.
3836 \end_layout
3837
3838 \begin_layout Standard
3839 Par exemple 
3840 \series bold
3841
3842 \backslash
3843 vphantom
3844 \series default
3845
3846 \begin_inset ERT
3847 status collapsed
3848
3849 \begin_layout Plain Layout
3850
3851
3852 \backslash
3853 spce 
3854 \end_layout
3855
3856 \end_inset
3857
3858
3859 \series bold
3860 a
3861 \backslash
3862 int
3863 \series default
3864  crée de l'espace pour la hauteur du signe intégral
3865 \begin_inset Foot
3866 status collapsed
3867
3868 \begin_layout Plain Layout
3869 La commande 
3870 \series bold
3871
3872 \backslash
3873 int
3874 \series default
3875  insère le signe de l'intégrale, voir 
3876 \begin_inset CommandInset ref
3877 LatexCommand ref
3878 reference "sub:Grands-opérateurs"
3879
3880 \end_inset
3881
3882 .
3883 \end_layout
3884
3885 \end_inset
3886
3887 , vu que c'est le plus haut caractère.
3888  Voir un exemple d'application dans 
3889 \begin_inset CommandInset ref
3890 LatexCommand ref
3891 reference "sub:Crochets-multilignes"
3892
3893 \end_inset
3894
3895 .
3896 \end_layout
3897
3898 \begin_layout Subsection
3899 Lignes
3900 \begin_inset Index
3901 status collapsed
3902
3903 \begin_layout Plain Layout
3904 Lignes
3905 \end_layout
3906
3907 \end_inset
3908
3909
3910 \begin_inset Index
3911 status collapsed
3912
3913 \begin_layout Plain Layout
3914 Formules ! soulignées
3915 \end_layout
3916
3917 \end_inset
3918
3919
3920 \end_layout
3921
3922 \begin_layout Standard
3923 \align center
3924 \begin_inset Tabular
3925 <lyxtabular version="3" rows="4" columns="2">
3926 <features>
3927 <column alignment="center" valignment="top" width="0pt">
3928 <column alignment="center" valignment="top" width="0pt">
3929 <row>
3930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Commande
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 Résultat
3944 \begin_inset Note Note
3945 status collapsed
3946
3947 \begin_layout Plain Layout
3948
3949 \series bold
3950
3951 \backslash
3952 raisebox est seulement utilisée pour faire de la place
3953 \end_layout
3954
3955 \end_inset
3956
3957
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 </row>
3963 <row>
3964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968
3969 \backslash
3970 overline
3971 \begin_inset ERT
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975
3976
3977 \backslash
3978 spce 
3979 \end_layout
3980
3981 \end_inset
3982
3983 A+B
3984 \begin_inset Index
3985 status collapsed
3986
3987 \begin_layout Plain Layout
3988 Commandes ! O ! 
3989 \backslash
3990 overline
3991 \end_layout
3992
3993 \end_inset
3994
3995
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4005 \end_inset
4006
4007
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \backslash
4020 underline
4021 \begin_inset ERT
4022 status collapsed
4023
4024 \begin_layout Plain Layout
4025
4026
4027 \backslash
4028 spce 
4029 \end_layout
4030
4031 \end_inset
4032
4033 A+B
4034 \begin_inset Index
4035 status collapsed
4036
4037 \begin_layout Plain Layout
4038 Commandes ! U ! 
4039 \backslash
4040 underline
4041 \end_layout
4042
4043 \end_inset
4044
4045
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4055 \end_inset
4056
4057
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \backslash
4070 overline
4071 \begin_inset ERT
4072 status collapsed
4073
4074 \begin_layout Plain Layout
4075
4076
4077 \backslash
4078 spce 
4079 \end_layout
4080
4081 \end_inset
4082
4083
4084 \backslash
4085 underline
4086 \begin_inset ERT
4087 status collapsed
4088
4089 \begin_layout Plain Layout
4090
4091
4092 \backslash
4093 spce 
4094 \end_layout
4095
4096 \end_inset
4097
4098 A+B
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4108 \end_inset
4109
4110
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 </lyxtabular>
4117
4118 \end_inset
4119
4120
4121 \end_layout
4122
4123 \begin_layout Standard
4124 Dans le dernier exemple, il importe peu que 
4125 \series bold
4126
4127 \backslash
4128 overline
4129 \series default
4130  ou 
4131 \series bold
4132
4133 \backslash
4134 underline
4135 \series default
4136  soit inséré en premier.
4137 \end_layout
4138
4139 \begin_layout Standard
4140 Pour souligner deux fois, par exemple des résultats, on utilise 
4141 \backslash
4142 underline deux fois.
4143 \end_layout
4144
4145 \begin_layout Standard
4146 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4147 \end_layout
4148
4149 \begin_layout Standard
4150 \begin_inset VSpace bigskip
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \begin_layout Standard
4157 On peut créer des lignes personnalisées en utilisant la commande 
4158 \series bold
4159
4160 \backslash
4161 rule
4162 \series default
4163
4164 \begin_inset Index
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168 Commandes ! R ! 
4169 \backslash
4170 rule
4171 \end_layout
4172
4173 \end_inset
4174
4175  qui a la syntaxe suivante:
4176 \end_layout
4177
4178 \begin_layout Standard
4179
4180 \series bold
4181
4182 \backslash
4183 rule[décalage vertical]{longueur}{épaisseur}
4184 \end_layout
4185
4186 \begin_layout Standard
4187 Le décalage vertical optionnel déplace la ligne vers le haut (ou vers le
4188  bas, si sa valeur est négative).
4189  Les unités utilisables pour ces valeurs sont listées dans 
4190 \begin_inset CommandInset ref
4191 LatexCommand ref
4192 reference "tab:Unités-disponibles"
4193
4194 \end_inset
4195
4196 .
4197  Voici deux exemples de lignes créées avec les commandes
4198 \begin_inset Newline newline
4199 \end_inset
4200
4201
4202 \series bold
4203
4204 \backslash
4205 rule[-2ex]{3cm}{2pt}
4206 \series default
4207  et 
4208 \series bold
4209
4210 \backslash
4211 rule{2cm}{1pt}
4212 \series default
4213 :
4214 \end_layout
4215
4216 \begin_layout Standard
4217 Voici une phrase 
4218 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4219 \end_inset
4220
4221  avec deux lignes.
4222 \end_layout
4223
4224 \begin_layout Standard
4225
4226 \series bold
4227
4228 \backslash
4229 rule
4230 \series default
4231  peut aussi être utilisé avec du texte si elle est insérée en code TeX.
4232 \end_layout
4233
4234 \begin_layout Subsection
4235 Points de suspension
4236 \begin_inset CommandInset label
4237 LatexCommand label
4238 name "sub:Points-de-suspension"
4239
4240 \end_inset
4241
4242
4243 \begin_inset Index
4244 status collapsed
4245
4246 \begin_layout Plain Layout
4247 Points de suspension
4248 \end_layout
4249
4250 \end_inset
4251
4252
4253 \end_layout
4254
4255 \begin_layout Standard
4256 Différents types de points de suspension sont disponibles.
4257 \begin_inset Foot
4258 status collapsed
4259
4260 \begin_layout Plain Layout
4261 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4262 \begin_inset Graphics
4263         filename ../../images/math/ldots.png
4264         scale 85
4265
4266 \end_inset
4267
4268
4269 \end_layout
4270
4271 \end_inset
4272
4273  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4274  base, on utilise (
4275 \series bold
4276
4277 \backslash
4278 ldots
4279 \series default
4280
4281 \begin_inset Index
4282 status collapsed
4283
4284 \begin_layout Plain Layout
4285 Commandes ! L ! 
4286 \backslash
4287 ldots
4288 \end_layout
4289
4290 \end_inset
4291
4292 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4293  à la même hauteur que les opérateurs, on utilise (
4294 \series bold
4295
4296 \backslash
4297 cdots
4298 \series default
4299
4300 \begin_inset Index
4301 status collapsed
4302
4303 \begin_layout Plain Layout
4304 Commandes ! C ! 
4305 \backslash
4306 cdots
4307 \end_layout
4308
4309 \end_inset
4310
4311 ).
4312  Quand on utilise la commande 
4313 \series bold
4314
4315 \backslash
4316 dots
4317 \series default
4318
4319 \begin_inset Index
4320 status collapsed
4321
4322 \begin_layout Plain Layout
4323 Commandes ! D ! 
4324 \backslash
4325 dots
4326 \end_layout
4327
4328 \end_inset
4329
4330 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4331 \end_layout
4332
4333 \begin_layout Standard
4334 \align center
4335 \begin_inset Tabular
4336 <lyxtabular version="3" rows="8" columns="2">
4337 <features>
4338 <column alignment="center" valignment="top" width="0pt">
4339 <column alignment="center" valignment="top" width="0pt">
4340 <row>
4341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 Commande
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Résultat
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 </row>
4360 <row>
4361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 A_1
4366 \begin_inset ERT
4367 status collapsed
4368
4369 \begin_layout Plain Layout
4370
4371
4372 \backslash
4373 spce 
4374 \end_layout
4375
4376 \end_inset
4377
4378 ,
4379 \backslash
4380 dots
4381 \begin_inset ERT
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385
4386
4387 \backslash
4388 spce 
4389 \end_layout
4390
4391 \end_inset
4392
4393 ,A_n
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 \begin_inset Formula $A_{1},\dots,A_{n}$
4403 \end_inset
4404
4405
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 A_1
4417 \begin_inset ERT
4418 status collapsed
4419
4420 \begin_layout Plain Layout
4421
4422
4423 \backslash
4424 spce 
4425 \end_layout
4426
4427 \end_inset
4428
4429 +
4430 \backslash
4431 dots
4432 \begin_inset ERT
4433 status collapsed
4434
4435 \begin_layout Plain Layout
4436
4437
4438 \backslash
4439 spce 
4440 \end_layout
4441
4442 \end_inset
4443
4444 +A_n
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 \begin_inset Formula $A_{1}+\dots+A_{n}$
4454 \end_inset
4455
4456
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 A_1
4468 \begin_inset ERT
4469 status collapsed
4470
4471 \begin_layout Plain Layout
4472
4473
4474 \backslash
4475 spce 
4476 \end_layout
4477
4478 \end_inset
4479
4480 ,
4481 \backslash
4482 ldots
4483 \begin_inset ERT
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487
4488
4489 \backslash
4490 spce 
4491 \end_layout
4492
4493 \end_inset
4494
4495 ,A_n
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 \begin_inset Formula $A_{1},\ldots,A_{n}$
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 A_1
4519 \begin_inset ERT
4520 status collapsed
4521
4522 \begin_layout Plain Layout
4523
4524
4525 \backslash
4526 spce 
4527 \end_layout
4528
4529 \end_inset
4530
4531 +
4532 \backslash
4533 cdots
4534 \begin_inset ERT
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538
4539
4540 \backslash
4541 spce 
4542 \end_layout
4543
4544 \end_inset
4545
4546 +A_n
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4556 \end_inset
4557
4558
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569
4570 \backslash
4571 vdots
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 \begin_inset Formula $\vdots$
4581 \end_inset
4582
4583
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \backslash
4596 ddots
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 \begin_inset Formula $\ddots$
4606 \end_inset
4607
4608
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 matrice 3×3
4620 \begin_inset space \thinspace{}
4621 \end_inset
4622
4623 avec les différents types de points
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 \begin_inset Formula $\begin{array}{ccc}
4633 A_{11} & \cdots & A_{1m}\\
4634 \vdots & \ddots & \vdots\\
4635 A_{n1} & \cdots & A_{nm}\end{array}$
4636 \end_inset
4637
4638
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 </lyxtabular>
4645
4646 \end_inset
4647
4648
4649 \end_layout
4650
4651 \begin_layout Standard
4652 Les points de suspension accessibles avec le menu 
4653 \family sans
4654 Insérer\SpecialChar \menuseparator
4655 Caractère
4656 \begin_inset space ~
4657 \end_inset
4658
4659 spécial
4660 \family default
4661  sont des 
4662 \series bold
4663
4664 \backslash
4665 ldots
4666 \series default
4667 .
4668 \end_layout
4669
4670 \begin_layout Standard
4671 \begin_inset VSpace medskip
4672 \end_inset
4673
4674 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4675  couvrir plusieurs colonnes.
4676  Il sont créés avec la commande 
4677 \series bold
4678
4679 \backslash
4680 hdotsfor
4681 \series default
4682
4683 \begin_inset Index
4684 status collapsed
4685
4686 \begin_layout Plain Layout
4687 Commandes ! H ! 
4688 \backslash
4689 hdotsfor
4690 \end_layout
4691
4692 \end_inset
4693
4694 , qui a la syntaxe suivante:
4695 \end_layout
4696
4697 \begin_layout Standard
4698
4699 \series bold
4700
4701 \backslash
4702 hdotsfor[distance]{nombre de colonnes}
4703 \end_layout
4704
4705 \begin_layout Standard
4706 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4707  La distance est un facteur donnant la distance entre les points.
4708 \end_layout
4709
4710 \begin_layout Standard
4711 Dans la matrice suivante, on a inséré la commande 
4712 \series bold
4713
4714 \backslash
4715 hdotsfor[2]{4}
4716 \series default
4717  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4718  points de suspension avec une distance entre points double de celle obtenue
4719  avec la commande 
4720 \series bold
4721
4722 \backslash
4723 dots
4724 \series default
4725 :
4726 \begin_inset Formula \[
4727 \left(\begin{array}{cccc}
4728 A & B & C & D\\
4729 \hdotsfor[2]{4}\\
4730 a & z & e & r\end{array}\right)\]
4731
4732 \end_inset
4733
4734 Notez que les cases de la matrice qui doivent être couvertes doivent être
4735  vides, sinon vous aurez des erreurs LaTeX.
4736 \end_layout
4737
4738 \begin_layout Standard
4739 \begin_inset VSpace bigskip
4740 \end_inset
4741
4742 Pour aller plus loin, vous pouvez utiliser la commande 
4743 \series bold
4744
4745 \backslash
4746 dotfill
4747 \series default
4748
4749 \begin_inset Index
4750 status collapsed
4751
4752 \begin_layout Plain Layout
4753 Commandes ! D ! 
4754 \backslash
4755 dotfill
4756 \end_layout
4757
4758 \end_inset
4759
4760  pour remplir le reste d'une ligne avec des points.
4761  L'effet de ces commandes est le même que celui de 
4762 \series bold
4763
4764 \backslash
4765 hfill
4766 \series default
4767 , voir 
4768 \begin_inset CommandInset ref
4769 LatexCommand ref
4770 reference "sub:Espace-variable"
4771
4772 \end_inset
4773
4774 .
4775 \end_layout
4776
4777 \begin_layout Standard
4778 Par exemple, la commande 
4779 \series bold
4780 A
4781 \backslash
4782 dotfill
4783 \begin_inset ERT
4784 status collapsed
4785
4786 \begin_layout Plain Layout
4787
4788
4789 \backslash
4790 spce 
4791 \end_layout
4792
4793 \end_inset
4794
4795 B
4796 \series default
4797  produit
4798 \end_layout
4799
4800 \begin_layout Standard
4801 \begin_inset Formula $A\dotfill B$
4802 \end_inset
4803
4804
4805 \end_layout
4806
4807 \begin_layout Standard
4808 Comme
4809 \series bold
4810  
4811 \backslash
4812 dotfill
4813 \series default
4814  avec des points, il existe la commande 
4815 \series bold
4816
4817 \backslash
4818 hrulefill
4819 \series default
4820
4821 \begin_inset Index
4822 status collapsed
4823
4824 \begin_layout Plain Layout
4825 Commandes ! H ! 
4826 \backslash
4827 hrulefill
4828 \end_layout
4829
4830 \end_inset
4831
4832  avec un filet:
4833 \end_layout
4834
4835 \begin_layout Standard
4836 \begin_inset Formula $A\hrulefill B$
4837 \end_inset
4838
4839
4840 \end_layout
4841
4842 \begin_layout Standard
4843 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4844  mode TeX.
4845 \end_layout
4846
4847 \begin_layout Section
4848 Matrices
4849 \begin_inset CommandInset label
4850 LatexCommand label
4851 name "sec:Matrices"
4852
4853 \end_inset
4854
4855
4856 \begin_inset Index
4857 status collapsed
4858
4859 \begin_layout Plain Layout
4860 Matrices
4861 \end_layout
4862
4863 \end_inset
4864
4865
4866 \end_layout
4867
4868 \begin_layout Standard
4869 On peut insérer des matrices avec le bouton 
4870 \begin_inset Graphics
4871         filename ../../images/dialog-show_mathmatrix.png
4872         scale 85
4873
4874 \end_inset
4875
4876  de la barre d'outils mathématique ou en utilisant le menu
4877 \family sans
4878  Insérer\SpecialChar \menuseparator
4879 Math\SpecialChar \menuseparator
4880 Matrice
4881 \begin_inset space ~
4882 \end_inset
4883
4884 mathématique
4885 \family default
4886 .
4887  On vous demande alors le nombre de lignes et de colonnes de la matrice
4888  et leur alignement.
4889  L'alignement vertical n'est en fait important que pour les matrices qui
4890  se trouvent dans une formule en ligne:
4891 \end_layout
4892
4893 \begin_layout Standard
4894 L'alignement de la première matrice est haut 
4895 \begin_inset Formula $\begin{array}[t]{cccc}
4896 A & D & G & J\\
4897 B & E & H & K\\
4898 C & F & I & L\end{array}$
4899 \end_inset
4900
4901 , la seconde milieu 
4902 \begin_inset Formula $\begin{array}{cccc}
4903 A & D & G & J\\
4904 B & E & H & K\\
4905 C & F & I & L\end{array}$
4906 \end_inset
4907
4908 , et la troisième bas 
4909 \begin_inset Formula $\begin{array}[b]{cccc}
4910 A & D & G & J\\
4911 B & E & H & K\\
4912 C & F & I & L\end{array}$
4913 \end_inset
4914
4915  .
4916 \end_layout
4917
4918 \begin_layout Standard
4919 L'alignement horizontal précise comment le contenu des colonnes doit être
4920  aligné.
4921  On le choisit en entrant une lettre pour chaque colonne.
4922  
4923 \emph on
4924 l
4925 \emph default
4926  pour un alignement à gauche (left) , 
4927 \emph on
4928 c
4929 \emph default
4930  centré, et
4931 \emph on
4932  r
4933 \emph default
4934  à droite (right).
4935  Par exemple, pour créer une matrice
4936 \begin_inset space ~
4937 \end_inset
4938
4939 4
4940 \series bold
4941 ×
4942 \series default
4943 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4944  sont centrées et la dernière est alignée à gauche, on va entrer 
4945 \series bold
4946 lccr
4947 \series default
4948  pour l'alignement horizontal.
4949  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4950  que l'alignement par défaut pour toutes les colonnes est un 
4951 \series bold
4952 c
4953 \series default
4954 .
4955 \begin_inset Newpage pagebreak
4956 \end_inset
4957
4958
4959 \end_layout
4960
4961 \begin_layout Standard
4962 Alignement horizontal:
4963 \end_layout
4964
4965 \begin_layout Standard
4966
4967 \series bold
4968 lll
4969 \series default
4970  : 
4971 \begin_inset Formula $\begin{array}{lll}
4972 10000 & D & G\\
4973 B & 10000 & H\\
4974 C & F & 10000\end{array}$
4975 \end_inset
4976
4977  , 
4978 \series bold
4979 ccc
4980 \series default
4981  : 
4982 \begin_inset Formula $\begin{array}{ccc}
4983 10000 & D & G\\
4984 B & 10000 & H\\
4985 C & F & 10000\end{array}$
4986 \end_inset
4987
4988  , 
4989 \series bold
4990 rrr
4991 \series default
4992  : 
4993 \begin_inset Formula $\begin{array}{rrr}
4994 10000 & D & G\\
4995 B & 10000 & H\\
4996 C & F & 10000\end{array}$
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \begin_layout Standard
5003 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
5004  utiliser les boutons 
5005 \begin_inset Graphics
5006         filename ../../images/tabular-feature_append-row.png
5007         scale 85
5008
5009 \end_inset
5010
5011
5012 \begin_inset Graphics
5013         filename ../../images/tabular-feature_delete-row.png
5014         scale 85
5015
5016 \end_inset
5017
5018 , etc.
5019 \begin_inset space \thinspace{}
5020 \end_inset
5021
5022 de la barre d'outils mathématique, ou le menu 
5023 \family sans
5024 Éditer\SpecialChar \menuseparator
5025 Lignes
5026 \begin_inset space \thinspace{}
5027 \end_inset
5028
5029 &
5030 \begin_inset space \thinspace{}
5031 \end_inset
5032
5033 colonnes
5034 \family default
5035 .
5036  On peut aussi ajouter de nouvelles lignes avec 
5037 \family sans
5038 Ctrl-Entrée
5039 \family default
5040 .
5041 \end_layout
5042
5043 \begin_layout Standard
5044 \begin_inset VSpace bigskip
5045 \end_inset
5046
5047 On peut ajouter des parenthèses autour d'une matrice, soit avec les commandes
5048  
5049 \series bold
5050
5051 \backslash
5052 left
5053 \series default
5054
5055 \begin_inset Index
5056 status collapsed
5057
5058 \begin_layout Plain Layout
5059 Commandes ! L ! 
5060 \backslash
5061 left
5062 \end_layout
5063
5064 \end_inset
5065
5066  et 
5067 \series bold
5068
5069 \backslash
5070 right
5071 \series default
5072
5073 \begin_inset Index
5074 status collapsed
5075
5076 \begin_layout Plain Layout
5077 Commandes ! R ! 
5078 \backslash
5079 right
5080 \end_layout
5081
5082 \end_inset
5083
5084  (raccourci 
5085 \family sans
5086 Alt-m
5087 \begin_inset space ~
5088 \end_inset
5089
5090 parenthèse
5091 \family default
5092 ), voir 
5093 \begin_inset CommandInset ref
5094 LatexCommand ref
5095 reference "sub:Taille-parenthèses-automatique"
5096
5097 \end_inset
5098
5099 , ou en utilisant les commandes suivantes:
5100 \begin_inset VSpace medskip
5101 \end_inset
5102
5103
5104 \end_layout
5105
5106 \begin_layout Standard
5107 \begin_inset space \hfill{}
5108 \end_inset
5109
5110
5111 \begin_inset Tabular
5112 <lyxtabular version="3" rows="4" columns="2">
5113 <features>
5114 <column alignment="center" valignment="top" width="0">
5115 <column alignment="center" valignment="top" width="0">
5116 <row>
5117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 Commande
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130 Résultat
5131 \begin_inset Note Note
5132 status collapsed
5133
5134 \begin_layout Plain Layout
5135
5136 \series bold
5137
5138 \backslash
5139 raisebox est seulement utilisée pour faire de la place
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 </row>
5150 <row>
5151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \backslash
5157 bmatrix
5158 \begin_inset ERT
5159 status collapsed
5160
5161 \begin_layout Plain Layout
5162
5163
5164 \backslash
5165 spce 
5166 \end_layout
5167
5168 \end_inset
5169
5170 matrice
5171 \begin_inset space \thinspace{}
5172 \end_inset
5173
5174 2×2
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5184 0 & \textrm{-}\mathrm{i}\\
5185 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5186 \end_inset
5187
5188
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 <row>
5195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199
5200 \backslash
5201 Bmatrix
5202 \begin_inset ERT
5203 status collapsed
5204
5205 \begin_layout Plain Layout
5206
5207
5208 \backslash
5209 spce 
5210 \end_layout
5211
5212 \end_inset
5213
5214 matrice
5215 \begin_inset space \thinspace{}
5216 \end_inset
5217
5218 2×2
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5224 \begin_inset Text
5225
5226 \begin_layout Plain Layout
5227 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5228 0 & \textrm{-}\mathrm{i}\\
5229 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5230 \end_inset
5231
5232
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 </row>
5238 <row>
5239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \backslash
5245 pmatrix
5246 \begin_inset ERT
5247 status collapsed
5248
5249 \begin_layout Plain Layout
5250
5251
5252 \backslash
5253 spce 
5254 \end_layout
5255
5256 \end_inset
5257
5258 matrice
5259 \begin_inset space \thinspace{}
5260 \end_inset
5261
5262 2×2
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5272 0 & \textrm{-}\mathrm{i}\\
5273 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5274 \end_inset
5275
5276
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 </lyxtabular>
5283
5284 \end_inset
5285
5286
5287 \begin_inset space \hfill{}
5288 \end_inset
5289
5290
5291 \begin_inset Tabular
5292 <lyxtabular version="3" rows="4" columns="2">
5293 <features>
5294 <column alignment="center" valignment="top" width="0">
5295 <column alignment="center" valignment="top" width="0">
5296 <row>
5297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5298 \begin_inset Text
5299
5300 \begin_layout Plain Layout
5301 Commande
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 Résultat
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 </row>
5316 <row>
5317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321
5322 \backslash
5323 vmatrix
5324 \begin_inset ERT
5325 status collapsed
5326
5327 \begin_layout Plain Layout
5328
5329
5330 \backslash
5331 spce 
5332 \end_layout
5333
5334 \end_inset
5335
5336 matrice
5337 \begin_inset space \thinspace{}
5338 \end_inset
5339
5340 2×2
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5350 0 & \textrm{-}\mathrm{i}\\
5351 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5352 \end_inset
5353
5354
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row>
5361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365
5366 \backslash
5367 Vmatrix
5368 \begin_inset ERT
5369 status collapsed
5370
5371 \begin_layout Plain Layout
5372
5373
5374 \backslash
5375 spce 
5376 \end_layout
5377
5378 \end_inset
5379
5380 matrice
5381 \begin_inset space \thinspace{}
5382 \end_inset
5383
5384 2×2
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5394 0 & \textrm{-}\mathrm{i}\\
5395 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5396 \end_inset
5397
5398
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 </row>
5404 <row>
5405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409
5410 \backslash
5411 matrix
5412 \begin_inset ERT
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416
5417
5418 \backslash
5419 spce 
5420 \end_layout
5421
5422 \end_inset
5423
5424 matrice
5425 \begin_inset space \thinspace{}
5426 \end_inset
5427
5428 2×2
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5434 \begin_inset Text
5435
5436 \begin_layout Plain Layout
5437 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5438 0 & \textrm{-}\mathrm{i}\\
5439 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 </row>
5448 </lyxtabular>
5449
5450 \end_inset
5451
5452
5453 \begin_inset space \hfill{}
5454 \end_inset
5455
5456
5457 \end_layout
5458
5459 \begin_layout Standard
5460 \begin_inset VSpace medskip
5461 \end_inset
5462
5463 Quand on insère par exemple 
5464 \series bold
5465
5466 \backslash
5467 vmatrix,
5468 \series default
5469  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5470  insérée.
5471 \end_layout
5472
5473 \begin_layout Standard
5474 \begin_inset VSpace bigskip
5475 \end_inset
5476
5477 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5478  
5479 \series bold
5480
5481 \backslash
5482 arraycolsep
5483 \series default
5484
5485 \begin_inset Index
5486 status collapsed
5487
5488 \begin_layout Plain Layout
5489 Commandes ! A ! 
5490 \backslash
5491 arraycolsep
5492 \end_layout
5493
5494 \end_inset
5495
5496  qui est décrite dans 
5497 \begin_inset CommandInset ref
5498 LatexCommand ref
5499 reference "sub:Séparation-des-colonnes"
5500
5501 \end_inset
5502
5503  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5504  dans les matrices.
5505 \end_layout
5506
5507 \begin_layout Standard
5508 Pour changer l'espacement des lignes, on utilise la commande 
5509 \series bold
5510
5511 \backslash
5512 arraystretch
5513 \series default
5514
5515 \begin_inset Index
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519 Commandes ! A ! 
5520 \backslash
5521 arraystretch
5522 \end_layout
5523
5524 \end_inset
5525
5526  de la façon suivante:
5527 \end_layout
5528
5529 \begin_layout Standard
5530
5531 \series bold
5532
5533 \backslash
5534 renewcommand{
5535 \backslash
5536 arraystretch}{facteur d'étirement}
5537 \begin_inset Index
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541 Commandes ! R ! 
5542 \backslash
5543 renewcommand
5544 \end_layout
5545
5546 \end_inset
5547
5548
5549 \end_layout
5550
5551 \begin_layout Standard
5552 La commande 
5553 \series bold
5554
5555 \backslash
5556 renewcommand
5557 \series default
5558  affecte le facteur d'étirement à la commande prédéfinie 
5559 \series bold
5560
5561 \backslash
5562 arraystretch
5563 \series default
5564 .
5565  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5566  2.
5567  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5568  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5569 \series bold
5570
5571 \backslash
5572 arraystretch
5573 \series default
5574 .
5575 \end_layout
5576
5577 \begin_layout Standard
5578 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5579  
5580 \series bold
5581
5582 \backslash
5583 smallmatrix
5584 \series default
5585
5586 \begin_inset Index
5587 status collapsed
5588
5589 \begin_layout Plain Layout
5590 Commandes ! S ! 
5591 \backslash
5592 smallmatrix
5593 \end_layout
5594
5595 \end_inset
5596
5597 .
5598  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5599  où la matrice est insérée.
5600 \end_layout
5601
5602 \begin_layout Standard
5603 Voici une matrice 
5604 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5605 C & D\end{smallmatrix}\right)$
5606 \end_inset
5607
5608  dans une ligne de texte.
5609 \end_layout
5610
5611 \begin_layout Section
5612 Parenthèses et autres délimiteurs
5613 \begin_inset Index
5614 status collapsed
5615
5616 \begin_layout Plain Layout
5617 Parenthèses
5618 \end_layout
5619
5620 \end_inset
5621
5622
5623 \begin_inset Index
5624 status collapsed
5625
5626 \begin_layout Plain Layout
5627 Accolades
5628 \end_layout
5629
5630 \end_inset
5631
5632
5633 \begin_inset Index
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Crochets
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \begin_inset Index
5644 status collapsed
5645
5646 \begin_layout Plain Layout
5647 Delimiteurs@Délimiteurs
5648 \end_layout
5649
5650 \end_inset
5651
5652
5653 \end_layout
5654
5655 \begin_layout Subsection
5656 Parenthèses verticales et délimiteurs
5657 \begin_inset Index
5658 status collapsed
5659
5660 \begin_layout Plain Layout
5661 Accolades ! verticales
5662 \end_layout
5663
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \begin_layout Standard
5670
5671 \lang english
5672 \begin_inset space \hfill{}
5673 \end_inset
5674
5675
5676 \lang french
5677
5678 \begin_inset Tabular
5679 <lyxtabular version="3" rows="9" columns="2">
5680 <features>
5681 <column alignment="center" valignment="top" width="0pt">
5682 <column alignment="center" valignment="top" width="0pt">
5683 <row>
5684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 Commande
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 Résultat
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 (
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 \begin_inset Formula $($
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 {
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $\{$
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 <row>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 [
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 \begin_inset Formula $[$
5764 \end_inset
5765
5766
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777
5778 \backslash
5779 langle
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 \begin_inset Formula $\langle$
5789 \end_inset
5790
5791
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802
5803 \backslash
5804 lceil
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 \begin_inset Formula $\lceil$
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 </row>
5822 <row>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827
5828 \backslash
5829 lfloor
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $\lfloor$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 /
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $/$
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 |
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 \begin_inset Formula $|$
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 </lyxtabular>
5894
5895 \end_inset
5896
5897
5898 \begin_inset space \hfill{}
5899 \end_inset
5900
5901
5902 \begin_inset Tabular
5903 <lyxtabular version="3" rows="9" columns="2">
5904 <features>
5905 <column alignment="center" valignment="top" width="0pt">
5906 <column alignment="center" valignment="top" width="0pt">
5907 <row>
5908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 Commande
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 Résultat
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 )
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 \begin_inset Formula $)$
5942 \end_inset
5943
5944
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 </row>
5950 <row>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 }
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 \begin_inset Formula $\}$
5965 \end_inset
5966
5967
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 </row>
5973 <row>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 ]
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 \begin_inset Formula $]$
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001
6002 \backslash
6003 rangle
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 \begin_inset Formula $\rangle$
6013 \end_inset
6014
6015
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 </row>
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026
6027 \backslash
6028 rceil
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 \begin_inset Formula $\rceil$
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 </row>
6046 <row>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051
6052 \backslash
6053 rfloor
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 \begin_inset Formula $\rfloor$
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 </row>
6071 <row>
6072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6073 \begin_inset Text
6074
6075 \begin_layout Plain Layout
6076
6077 \backslash
6078
6079 \backslash
6080
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 \begin_inset Formula $\backslash$
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row>
6099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103
6104 \backslash
6105 |
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 \begin_inset Formula $\|$
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 </lyxtabular>
6124
6125 \end_inset
6126
6127
6128 \lang english
6129
6130 \begin_inset space \hfill{}
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \begin_layout Standard
6137 \begin_inset Note Greyedout
6138 status open
6139
6140 \begin_layout Plain Layout
6141
6142 \series bold
6143 Note:
6144 \series default
6145  En mode TeX, on doit utiliser la commande 
6146 \series bold
6147
6148 \backslash
6149 textbackslash
6150 \series default
6151
6152 \begin_inset Index
6153 status collapsed
6154
6155 \begin_layout Plain Layout
6156 Commandes ! T ! 
6157 \backslash
6158 textbackslash
6159 \end_layout
6160
6161 \end_inset
6162
6163  pour la barre de fraction inverse (backslash), puisque la commande 
6164 \backslash
6165
6166 \backslash
6167  produit un saut de ligne.
6168 \end_layout
6169
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \begin_layout Standard
6176 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
6177  commandes décrites dans les deux sous-sections qui suivent.
6178  Quand on utilise ces commandes, on peut utiliser directement les caractères
6179  < et > , plutôt que les commandes 
6180 \series bold
6181
6182 \backslash
6183 langle
6184 \series default
6185  et 
6186 \series bold
6187
6188 \backslash
6189 rangle
6190 \series default
6191 .
6192 \end_layout
6193
6194 \begin_layout Subsubsection
6195 Taille de parenthèse manuelle
6196 \begin_inset CommandInset label
6197 LatexCommand label
6198 name "sub:Taille-parenthèses-manuelle"
6199
6200 \end_inset
6201
6202
6203 \begin_inset Index
6204 status collapsed
6205
6206 \begin_layout Plain Layout
6207 Taille parenthèses ! manuelle
6208 \end_layout
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \begin_layout Standard
6216 La taille des parenthèses peut être précisée manuellement en utilisant les
6217  commandes LaTeX 
6218 \series bold
6219
6220 \backslash
6221 big
6222 \series default
6223
6224 \begin_inset Index
6225 status collapsed
6226
6227 \begin_layout Plain Layout
6228 Commandes ! B ! 
6229 \backslash
6230 big
6231 \end_layout
6232
6233 \end_inset
6234
6235
6236 \series bold
6237
6238 \backslash
6239 Big
6240 \series default
6241
6242 \series bold
6243
6244 \backslash
6245 bigg
6246 \series default
6247 , et 
6248 \series bold
6249
6250 \backslash
6251 Bigg
6252 \series default
6253 .
6254  
6255 \series bold
6256
6257 \backslash
6258 big
6259 \series default
6260  indique la plus petite taille et 
6261 \series bold
6262
6263 \backslash
6264 Bigg
6265 \series default
6266  la plus grande.
6267 \end_layout
6268
6269 \begin_layout Standard
6270 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6271  de parenthèses:
6272 \end_layout
6273
6274 \begin_layout Standard
6275 \align center
6276 \begin_inset Tabular
6277 <lyxtabular version="3" rows="2" columns="2">
6278 <features>
6279 <column alignment="center" valignment="top" width="0pt">
6280 <column alignment="center" valignment="top" width="0pt">
6281 <row>
6282 <cell alignment="center" valignment="top" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 toutes les parenthèses de la même taille:
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6296 \end_inset
6297
6298
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 c'est mieux comme cela:
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 </lyxtabular>
6328
6329 \end_inset
6330
6331
6332 \begin_inset Note Note
6333 status collapsed
6334
6335 \begin_layout Plain Layout
6336
6337 \series bold
6338 \lang english
6339
6340 \backslash
6341 raisebox
6342 \end_layout
6343
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \begin_layout Standard
6350 Pour la deuxième formule, on a utilisé la commande 
6351 \backslash
6352 Big((A+B)(A-B)
6353 \backslash
6354 Big)^
6355 \begin_inset ERT
6356 status collapsed
6357
6358 \begin_layout Plain Layout
6359
6360
6361 \backslash
6362 spce 
6363 \end_layout
6364
6365 \end_inset
6366
6367 C.
6368 \end_layout
6369
6370 \begin_layout Standard
6371 Voici un aperçu de toutes les tailles de parenthèses:
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \align center
6376
6377 \backslash
6378 Bigg(
6379 \backslash
6380 exp
6381 \backslash
6382 bigg<
6383 \backslash
6384 Big[
6385 \backslash
6386 big{
6387 \backslash
6388 ln(3x)
6389 \backslash
6390 big}^2
6391 \begin_inset ERT
6392 status collapsed
6393
6394 \begin_layout Plain Layout
6395
6396
6397 \backslash
6398 spce 
6399 \end_layout
6400
6401 \end_inset
6402
6403
6404 \backslash
6405 sin(x)
6406 \backslash
6407 Big]^
6408 \begin_inset ERT
6409 status collapsed
6410
6411 \begin_layout Plain Layout
6412
6413
6414 \backslash
6415 spce 
6416 \end_layout
6417
6418 \end_inset
6419
6420 A
6421 \begin_inset ERT
6422 status collapsed
6423
6424 \begin_layout Plain Layout
6425
6426
6427 \backslash
6428 spce 
6429 \end_layout
6430
6431 \end_inset
6432
6433
6434 \backslash
6435 bigg>
6436 \backslash
6437 Bigg)^0,5
6438 \end_layout
6439
6440 \begin_layout Standard
6441 \align center
6442 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6443 \end_inset
6444
6445
6446 \end_layout
6447
6448 \begin_layout Standard
6449 \begin_inset Newpage newpage
6450 \end_inset
6451
6452 En plus des commandes 
6453 \series bold
6454
6455 \backslash
6456 big
6457 \series default
6458 , il y a la variante 
6459 \series bold
6460
6461 \backslash
6462 bigm
6463 \series default
6464
6465 \begin_inset Index
6466 status collapsed
6467
6468 \begin_layout Plain Layout
6469 Commandes ! B ! 
6470 \backslash
6471 bigm
6472 \end_layout
6473
6474 \end_inset
6475
6476  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6477  la variante 
6478 \series bold
6479
6480 \backslash
6481 bigl
6482 \series default
6483 -
6484 \series bold
6485
6486 \backslash
6487 bigr
6488 \series default
6489
6490 \begin_inset Index
6491 status collapsed
6492
6493 \begin_layout Plain Layout
6494 Commandes ! B ! 
6495 \backslash
6496 bigl - 
6497 \backslash
6498 bigr
6499 \end_layout
6500
6501 \end_inset
6502
6503 , qui n'ajoute pas d'espace.
6504  Le 
6505 \emph on
6506 l
6507 \emph default
6508  à la fin de la commande 
6509 \series bold
6510
6511 \backslash
6512 bigl
6513 \series default
6514  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6515  par un 
6516 \emph on
6517 r
6518 \emph default
6519 .
6520  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6521  ou ouvrante.
6522 \end_layout
6523
6524 \begin_layout Standard
6525 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6526 \end_layout
6527
6528 \begin_layout Standard
6529 \align center
6530 \begin_inset Tabular
6531 <lyxtabular version="3" rows="5" columns="2">
6532 <features>
6533 <column alignment="center" valignment="middle" width="0">
6534 <column alignment="center" valignment="middle" width="0">
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 Commande
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 Résultat
6550 \begin_inset Note Note
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554
6555 \series bold
6556
6557 \backslash
6558 raisebox est seulement utilisée pour faire de la place
6559 \end_layout
6560
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \backslash
6576 Bigm(
6577 \backslash
6578 bigm(
6579 \backslash
6580 ln(3x)
6581 \backslash
6582 bigm)^2
6583 \begin_inset ERT
6584 status collapsed
6585
6586 \begin_layout Plain Layout
6587
6588
6589 \backslash
6590 spce 
6591 \end_layout
6592
6593 \end_inset
6594
6595
6596 \backslash
6597 Bigm)
6598 \end_layout
6599
6600 \end_inset
6601 </cell>
6602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6603 \begin_inset Text
6604
6605 \begin_layout Plain Layout
6606 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6607 \end_inset
6608
6609
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620
6621 \backslash
6622 Big(
6623 \backslash
6624 big(
6625 \backslash
6626 ln(3x)
6627 \backslash
6628 big)^2
6629 \begin_inset ERT
6630 status collapsed
6631
6632 \begin_layout Plain Layout
6633
6634
6635 \backslash
6636 spce 
6637 \end_layout
6638
6639 \end_inset
6640
6641
6642 \backslash
6643 Big)
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6653 \end_inset
6654
6655
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 </row>
6661 <row>
6662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666
6667 \backslash
6668 Bigl(
6669 \backslash
6670 bigl(
6671 \backslash
6672 ln(3x)
6673 \backslash
6674 bigr)^2
6675 \begin_inset ERT
6676 status collapsed
6677
6678 \begin_layout Plain Layout
6679
6680
6681 \backslash
6682 spce 
6683 \end_layout
6684
6685 \end_inset
6686
6687
6688 \backslash
6689 Bigr)
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 <row>
6708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712
6713 \backslash
6714 bigl)
6715 \backslash
6716 ln(3x)
6717 \backslash
6718 bigr(
6719 \end_layout
6720
6721 \end_inset
6722 </cell>
6723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6724 \begin_inset Text
6725
6726 \begin_layout Plain Layout
6727 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 </row>
6736 </lyxtabular>
6737
6738 \end_inset
6739
6740
6741 \end_layout
6742
6743 \begin_layout Subsubsection
6744 Taille de parenthèse automatique
6745 \begin_inset CommandInset label
6746 LatexCommand label
6747 name "sub:Taille-parenthèses-automatique"
6748
6749 \end_inset
6750
6751
6752 \begin_inset Index
6753 status collapsed
6754
6755 \begin_layout Plain Layout
6756 Taille parenthèses ! automatique
6757 \end_layout
6758
6759 \end_inset
6760
6761
6762 \end_layout
6763
6764 \begin_layout Standard
6765 On peut insérer des parenthèses à taille variable avec les commandes 
6766 \series bold
6767
6768 \backslash
6769 left
6770 \series default
6771
6772 \begin_inset Index
6773 status collapsed
6774
6775 \begin_layout Plain Layout
6776 Commandes ! L ! 
6777 \backslash
6778 left
6779 \end_layout
6780
6781 \end_inset
6782
6783  et 
6784 \series bold
6785
6786 \backslash
6787 right
6788 \series default
6789
6790 \begin_inset Index
6791 status collapsed
6792
6793 \begin_layout Plain Layout
6794 Commandes ! R ! 
6795 \backslash
6796 right
6797 \end_layout
6798
6799 \end_inset
6800
6801  ou avec le bouton
6802 \begin_inset space ~
6803 \end_inset
6804
6805
6806 \begin_inset Graphics
6807         filename ../../images/dialog-show_mathdelimiter.png
6808         scale 85
6809
6810 \end_inset
6811
6812  de la barre d'outils mathématique.
6813  On doit insérer la parenthèse voulue juste après la commande 
6814 \series bold
6815
6816 \backslash
6817 left
6818 \series default
6819  ou 
6820 \series bold
6821
6822 \backslash
6823 right
6824 \series default
6825 .
6826  La taille de la parenthèse sera alors calculée automatiquement pour la
6827  sortie.
6828 \end_layout
6829
6830 \begin_layout Standard
6831 \align center
6832 parenthèse normale: La commande 
6833 \series bold
6834
6835 \backslash
6836 ln(
6837 \backslash
6838 frac
6839 \begin_inset ERT
6840 status collapsed
6841
6842 \begin_layout Plain Layout
6843
6844
6845 \backslash
6846 spce 
6847 \end_layout
6848
6849 \end_inset
6850
6851 A
6852 \begin_inset Formula $\downarrow$
6853 \end_inset
6854
6855 C
6856 \begin_inset ERT
6857 status collapsed
6858
6859 \begin_layout Plain Layout
6860
6861
6862 \backslash
6863 spce 
6864 \end_layout
6865
6866 \end_inset
6867
6868 )
6869 \series default
6870  donne
6871 \begin_inset Formula \[
6872 \ln(\frac{A}{C})\]
6873
6874 \end_inset
6875
6876
6877 \end_layout
6878
6879 \begin_layout Standard
6880 \align center
6881 parenthèse adaptable: La commande 
6882 \series bold
6883
6884 \backslash
6885 ln
6886 \backslash
6887 left(
6888 \backslash
6889 frac
6890 \begin_inset ERT
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894
6895
6896 \backslash
6897 spce 
6898 \end_layout
6899
6900 \end_inset
6901
6902 A
6903 \begin_inset Formula $\downarrow$
6904 \end_inset
6905
6906 C
6907 \begin_inset ERT
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911
6912
6913 \backslash
6914 spce 
6915 \end_layout
6916
6917 \end_inset
6918
6919
6920 \backslash
6921 right)
6922 \series default
6923  donne
6924 \begin_inset Formula \[
6925 \ln\left(\frac{A}{C}\right)\]
6926
6927 \end_inset
6928
6929
6930 \end_layout
6931
6932 \begin_layout Standard
6933 À la place des commandes 
6934 \series bold
6935
6936 \backslash
6937 left
6938 \series default
6939  et 
6940 \series bold
6941
6942 \backslash
6943 right
6944 \series default
6945  on peut utiliser le raccourci 
6946 \family sans
6947 Alt-m
6948 \begin_inset space ~
6949 \end_inset
6950
6951 parenthèse
6952 \family default
6953 .
6954  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6955  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6956  en même temps.
6957 \begin_inset Newline newline
6958 \end_inset
6959
6960 La commande pour le dernier exemple serait alors: 
6961 \series bold
6962
6963 \backslash
6964 ln Alt-m
6965 \series default
6966  
6967 \series bold
6968 (
6969 \backslash
6970 frac
6971 \begin_inset ERT
6972 status collapsed
6973
6974 \begin_layout Plain Layout
6975
6976
6977 \backslash
6978 spce 
6979 \end_layout
6980
6981 \end_inset
6982
6983 A
6984 \begin_inset Formula $\downarrow$
6985 \end_inset
6986
6987 C
6988 \end_layout
6989
6990 \begin_layout Standard
6991 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6992  de la parenthèse omise.
6993  Par exemple, la commande 
6994 \series bold
6995
6996 \backslash
6997 left.
6998 \backslash
6999 frac
7000 \begin_inset ERT
7001 status collapsed
7002
7003 \begin_layout Plain Layout
7004
7005
7006 \backslash
7007 spce 
7008 \end_layout
7009
7010 \end_inset
7011
7012 A
7013 \begin_inset Formula $\downarrow$
7014 \end_inset
7015
7016 B
7017 \begin_inset ERT
7018 status collapsed
7019
7020 \begin_layout Plain Layout
7021
7022
7023 \backslash
7024 spce 
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \backslash
7031 right}
7032 \series default
7033  donne:
7034 \series bold
7035
7036 \begin_inset Formula \[
7037 \left.\frac{A}{B}\right\} \]
7038
7039 \end_inset
7040
7041
7042 \series default
7043 Les commandes 
7044 \series bold
7045
7046 \backslash
7047 left
7048 \series default
7049  et 
7050 \series bold
7051
7052 \backslash
7053 right
7054 \series default
7055  seront converties par LyX en parenthèses de taille appropriée quand le
7056  document sera rechargé et une parenthèse omise apparaîtra sous la forme
7057  d'une ligne en pointillé.
7058 \end_layout
7059
7060 \begin_layout Standard
7061 \begin_inset VSpace bigskip
7062 \end_inset
7063
7064 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
7065  de LaTeX, la commande 
7066 \series bold
7067
7068 \backslash
7069 middle
7070 \series default
7071
7072 \begin_inset Index
7073 status collapsed
7074
7075 \begin_layout Plain Layout
7076 Commandes ! M ! 
7077 \backslash
7078 middle
7079 \end_layout
7080
7081 \end_inset
7082
7083  est aussi disponible pour toutes les parenthèses et limites.
7084  Avec cette commande la taille du caractère suivant est adaptée à la taille
7085  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
7086  de la physique quantique:
7087 \begin_inset Formula \[
7088 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7089
7090 \end_inset
7091
7092 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
7093  en 
7094 \begin_inset CommandInset ref
7095 LatexCommand ref
7096 reference "sub:Vecteurs-physiques"
7097
7098 \end_inset
7099
7100 .
7101 \end_layout
7102
7103 \begin_layout Subsection
7104 Accolades horizontales
7105 \begin_inset Index
7106 status collapsed
7107
7108 \begin_layout Plain Layout
7109 Accolades ! horizontales
7110 \end_layout
7111
7112 \end_inset
7113
7114
7115 \end_layout
7116
7117 \begin_layout Standard
7118 \align center
7119 \begin_inset Tabular
7120 <lyxtabular version="3" rows="4" columns="2">
7121 <features>
7122 <column alignment="center" valignment="top" width="0pt">
7123 <column alignment="center" valignment="top" width="0pt">
7124 <row>
7125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7126 \begin_inset Text
7127
7128 \begin_layout Plain Layout
7129 Commande
7130 \begin_inset Note Note
7131 status open
7132
7133 \begin_layout Plain Layout
7134
7135 \series bold
7136
7137 \backslash
7138 raisebox est seulement utilisée pour faire de la place
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 Résultat
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 </row>
7158 <row>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 \begin_inset ERT
7164 status collapsed
7165
7166 \begin_layout Plain Layout
7167
7168
7169 \backslash
7170 raisebox{2.3mm}{
7171 \end_layout
7172
7173 \end_inset
7174
7175
7176 \backslash
7177 overbrace
7178 \begin_inset ERT
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182
7183
7184 \backslash
7185 spce 
7186 \end_layout
7187
7188 \end_inset
7189
7190 A+B
7191 \begin_inset ERT
7192 status collapsed
7193
7194 \begin_layout Plain Layout
7195
7196
7197 \backslash
7198 spce 
7199 \end_layout
7200
7201 \end_inset
7202
7203 ^
7204 \begin_inset ERT
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208
7209
7210 \backslash
7211 spce 
7212 \end_layout
7213
7214 \end_inset
7215
7216 3
7217 \begin_inset ERT
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221
7222 }
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \begin_inset Index
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232 Commandes ! O ! 
7233 \backslash
7234 overbrace
7235 \end_layout
7236
7237 \end_inset
7238
7239
7240 \end_layout
7241
7242 \end_inset
7243 </cell>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 \begin_inset Formula $\overbrace{A+B}^{3}$
7249 \end_inset
7250
7251
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 </row>
7257 <row>
7258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 \begin_inset ERT
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267
7268 \backslash
7269 raisebox{-2.2mm}{
7270 \end_layout
7271
7272 \end_inset
7273
7274
7275 \backslash
7276 underbrace
7277 \begin_inset ERT
7278 status collapsed
7279
7280 \begin_layout Plain Layout
7281
7282
7283 \backslash
7284 spce 
7285 \end_layout
7286
7287 \end_inset
7288
7289 A+B
7290 \begin_inset ERT
7291 status collapsed
7292
7293 \begin_layout Plain Layout
7294
7295
7296 \backslash
7297 spce 
7298 \end_layout
7299
7300 \end_inset
7301
7302 _5
7303 \begin_inset ERT
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307
7308 }
7309 \end_layout
7310
7311 \end_inset
7312
7313
7314 \begin_inset Index
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318 Commandes ! U ! 
7319 \backslash
7320 underbrace
7321 \end_layout
7322
7323 \end_inset
7324
7325
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7331 \begin_inset Text
7332
7333 \begin_layout Plain Layout
7334 \begin_inset Formula $\underbrace{A+B}_{5}$
7335 \end_inset
7336
7337
7338 \end_layout
7339
7340 \end_inset
7341 </cell>
7342 </row>
7343 <row>
7344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348
7349 \backslash
7350 overbrace
7351 \begin_inset ERT
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355
7356
7357 \backslash
7358 spce 
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \backslash
7365 underbrace
7366 \begin_inset ERT
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370
7371
7372 \backslash
7373 spce 
7374 \end_layout
7375
7376 \end_inset
7377
7378 A+B_w
7379 \begin_inset ERT
7380 status collapsed
7381
7382 \begin_layout Plain Layout
7383
7384
7385 \backslash
7386 spce 
7387 \end_layout
7388
7389 \end_inset
7390
7391
7392 \begin_inset ERT
7393 status collapsed
7394
7395 \begin_layout Plain Layout
7396
7397
7398 \backslash
7399 spce 
7400 \end_layout
7401
7402 \end_inset
7403
7404 _7
7405 \begin_inset ERT
7406 status collapsed
7407
7408 \begin_layout Plain Layout
7409
7410
7411 \backslash
7412 spce 
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \begin_inset ERT
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422
7423
7424 \backslash
7425 spce 
7426 \end_layout
7427
7428 \end_inset
7429
7430 ^
7431 \begin_inset ERT
7432 status collapsed
7433
7434 \begin_layout Plain Layout
7435
7436
7437 \backslash
7438 spce 
7439 \end_layout
7440
7441 \end_inset
7442
7443 C
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 </lyxtabular>
7462
7463 \end_inset
7464
7465
7466 \end_layout
7467
7468 \begin_layout Standard
7469 Dans le dernier exemple, il importe peu que 
7470 \series bold
7471
7472 \backslash
7473 overbrace
7474 \series default
7475  ou 
7476 \series bold
7477
7478 \backslash
7479 underbrace
7480 \series default
7481  soit inséré en premier.
7482 \end_layout
7483
7484 \begin_layout Standard
7485 \begin_inset VSpace bigskip
7486 \end_inset
7487
7488 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7489  des formules multi-lignes, comme c'est décrit en :
7490 \begin_inset Formula \begin{eqnarray*}
7491 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7492  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7493
7494 \end_inset
7495
7496 Dans la première ligne la formule est insérée avec l'accolade.
7497  Dans celle-ci, il est important que la commande d'espacement
7498 \begin_inset Foot
7499 status collapsed
7500
7501 \begin_layout Plain Layout
7502 Les commandes concernant les espaces sont expliquées dans 
7503 \begin_inset CommandInset ref
7504 LatexCommand ref
7505 reference "sub:Espace-prédéfini"
7506
7507 \end_inset
7508
7509 .
7510 \end_layout
7511
7512 \end_inset
7513
7514  
7515 \series bold
7516
7517 \backslash
7518 :
7519 \series default
7520  soit insérée avant le premier 
7521 \begin_inset Formula $d$
7522 \end_inset
7523
7524 , parce que l'accolade qui se termine après le dernier 
7525 \begin_inset Formula $q$
7526 \end_inset
7527
7528  empêche que le 
7529 \begin_inset Quotes eld
7530 \end_inset
7531
7532 +
7533 \begin_inset Quotes erd
7534 \end_inset
7535
7536  qui suit soit entouré par des espaces
7537 \begin_inset Foot
7538 status collapsed
7539
7540 \begin_layout Plain Layout
7541 parce que l'accolade n'est pas traitée comme un caractère, voir 
7542 \begin_inset CommandInset ref
7543 LatexCommand ref
7544 reference "sub:Opérateurs-binaires"
7545
7546 \end_inset
7547
7548
7549 \end_layout
7550
7551 \end_inset
7552
7553 .
7554  On insère la deuxième accolade dans la deuxième ligne.
7555  Comme elle doit commencer juste avant le premier 
7556 \begin_inset Formula $b$
7557 \end_inset
7558
7559 , on insère d'abord la commande 
7560 \series bold
7561
7562 \backslash
7563 hphantom{gggg+
7564 \backslash
7565 :}
7566 \series default
7567
7568 \begin_inset Foot
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572 plus au sujet de 
7573 \series bold
7574
7575 \backslash
7576 hphantom
7577 \series default
7578 , voir 
7579 \begin_inset CommandInset ref
7580 LatexCommand ref
7581 reference "sub:Garnitures"
7582
7583 \end_inset
7584
7585
7586 \end_layout
7587
7588 \end_inset
7589
7590 .
7591  Cet espace est nécessaire puisque le 
7592 \begin_inset Quotes eld
7593 \end_inset
7594
7595 +
7596 \begin_inset Quotes erd
7597 \end_inset
7598
7599  est aussi entouré d'espace dans la formule.
7600  L'accolade est placée sous la commande 
7601 \series bold
7602
7603 \backslash
7604 hphantom{bbqq+dddd}
7605 \series default
7606 .
7607 \end_layout
7608
7609 \begin_layout Standard
7610 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7611  dans l'exemple suivant:
7612 \begin_inset ERT
7613 status collapsed
7614
7615 \begin_layout Plain Layout
7616
7617
7618 \backslash
7619 setlength{
7620 \backslash
7621 jot}{-6pt}
7622 \end_layout
7623
7624 \end_inset
7625
7626
7627 \begin_inset Formula \begin{eqnarray*}
7628  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7629 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7630
7631 \end_inset
7632
7633
7634 \begin_inset ERT
7635 status collapsed
7636
7637 \begin_layout Plain Layout
7638
7639
7640 \backslash
7641 setlength{
7642 \backslash
7643 jot}{3pt}
7644 \end_layout
7645
7646 \end_inset
7647
7648 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7649  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7650  La seconde ligne contient la formule avec la deuxième accolade.
7651  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7652  et la formule, on doit réduire l'espacement entre les lignes.
7653  Ce n'est pas facile à cause d'un bug de LyX
7654 \begin_inset Foot
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658 \begin_inset CommandInset href
7659 LatexCommand href
7660 name "LyX-bug #1505"
7661 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7662
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \end_inset
7669
7670 .
7671  Comme solution à ce problème, on peut mettre à -6
7672 \begin_inset space \thinspace{}
7673 \end_inset
7674
7675 pt la formule globale pour l'espacement des lignes 
7676 \series bold
7677
7678 \backslash
7679 jot
7680 \series default
7681
7682 \begin_inset Index
7683 status collapsed
7684
7685 \begin_layout Plain Layout
7686 Commandes ! J ! 
7687 \backslash
7688 jot
7689 \end_layout
7690
7691 \end_inset
7692
7693 , juste avant la formule en utilisant la commande 
7694 \series bold
7695
7696 \backslash
7697 setlength{
7698 \backslash
7699 jot}{-6pt}
7700 \series default
7701  en mode TeX.
7702  
7703 \series bold
7704
7705 \backslash
7706 jot
7707 \series default
7708  est remise à sa valeur initiale de 3
7709 \begin_inset space \thinspace{}
7710 \end_inset
7711
7712 pt juste après la formule, en utilisant la même commande.
7713  Vous trouverez plus d'explications sur la séparation des lignes dans les
7714  formules dans 
7715 \begin_inset CommandInset ref
7716 LatexCommand ref
7717 reference "sub:Séparation-des-lignes"
7718
7719 \end_inset
7720
7721 .
7722 \end_layout
7723
7724 \begin_layout Section
7725 Flèches
7726 \begin_inset Index
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730 Flèches
7731 \end_layout
7732
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \begin_layout Standard
7739 On peut insérer des flèches avec le bouton 
7740 \begin_inset Graphics
7741         filename ../../images/math/leftarrow.png
7742         scale 85
7743
7744 \end_inset
7745
7746  de la barre d'outils mathématique ou en insérant une des commandes listées
7747  dans les sous-sections qui suivent.
7748 \end_layout
7749
7750 \begin_layout Subsection
7751 Flèches horizontales
7752 \begin_inset Index
7753 status collapsed
7754
7755 \begin_layout Plain Layout
7756 Flèches ! horizontales
7757 \end_layout
7758
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \begin_layout Standard
7765 \begin_inset space \hfill{}
7766 \end_inset
7767
7768
7769 \begin_inset Tabular
7770 <lyxtabular version="3" rows="8" columns="2">
7771 <features>
7772 <column alignment="center" valignment="top" width="0pt">
7773 <column alignment="center" valignment="top" width="0pt">
7774 <row>
7775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 Commande
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 Résultat
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row>
7795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \backslash
7801 gets
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 \begin_inset Formula $\gets$
7811 \end_inset
7812
7813
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \backslash
7826 Leftarrow
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 \begin_inset Formula $\Leftarrow$
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row>
7845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \backslash
7851 longleftarrow
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 \begin_inset Formula $\longleftarrow$
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \backslash
7876 Longleftarrow
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 \begin_inset Formula $\Longleftarrow$
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \backslash
7901 leftharpoonup
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 \begin_inset Formula $\leftharpoonup$
7911 \end_inset
7912
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \backslash
7926 leftharpoondown
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 \begin_inset Formula $\leftharpoondown$
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \backslash
7951 hookleftarrow
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 \begin_inset Formula $\hookleftarrow$
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 </lyxtabular>
7970
7971 \end_inset
7972
7973
7974 \begin_inset space \hfill{}
7975 \end_inset
7976
7977
7978 \begin_inset Tabular
7979 <lyxtabular version="3" rows="8" columns="2">
7980 <features>
7981 <column alignment="center" valignment="top" width="0pt">
7982 <column alignment="center" valignment="top" width="0pt">
7983 <row>
7984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 Command
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 Résultat
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \backslash
8010 to
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 \begin_inset Formula $\to$
8020 \end_inset
8021
8022
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row>
8029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \backslash
8035 Rightarrow
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044 \begin_inset Formula $\Rightarrow$
8045 \end_inset
8046
8047
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058
8059 \backslash
8060 longrightarrow
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 \begin_inset Formula $\longrightarrow$
8070 \end_inset
8071
8072
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 </row>
8078 <row>
8079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \backslash
8085 Longrightarrow
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 \begin_inset Formula $\Longrightarrow$
8095 \end_inset
8096
8097
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 <row>
8104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108
8109 \backslash
8110 rightharpoonup
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 \begin_inset Formula $\rightharpoonup$
8120 \end_inset
8121
8122
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 </row>
8128 <row>
8129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133
8134 \backslash
8135 rightharpoondown
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 \begin_inset Formula $\rightharpoondown$
8145 \end_inset
8146
8147
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \backslash
8160 hookrightarrow
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 \begin_inset Formula $\hookrightarrow$
8170 \end_inset
8171
8172
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 </lyxtabular>
8179
8180 \end_inset
8181
8182
8183 \begin_inset space \hfill{}
8184 \end_inset
8185
8186
8187 \end_layout
8188
8189 \begin_layout Standard
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \begin_inset Tabular
8195 <lyxtabular version="3" rows="6" columns="2">
8196 <features>
8197 <column alignment="center" valignment="top" width="0pt">
8198 <column alignment="center" valignment="top" width="0pt">
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Commande
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Résultat
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \backslash
8226 leftrightarrow
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 \begin_inset Formula $\leftrightarrow$
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \backslash
8251 Leftrightarrow
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 \begin_inset Formula $\Leftrightarrow$
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \backslash
8276 longleftrightarrow
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 \begin_inset Formula $\longleftrightarrow$
8286 \end_inset
8287
8288
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \backslash
8301 Longleftrightarrow
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\Longleftrightarrow$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \backslash
8326 rightleftharpoons
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 \begin_inset Formula $\rightleftharpoons$
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 </lyxtabular>
8345
8346 \end_inset
8347
8348
8349 \begin_inset space \hspace{}
8350 \length 25pt
8351 \end_inset
8352
8353
8354 \begin_inset space \hfill{}
8355 \end_inset
8356
8357
8358 \begin_inset Tabular
8359 <lyxtabular version="3" rows="5" columns="2">
8360 <features>
8361 <column alignment="center" valignment="top" width="0pt">
8362 <column alignment="center" valignment="top" width="0pt">
8363 <row>
8364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 Commande
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Résultat
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \backslash
8390 mapsto
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 \begin_inset Formula $\mapsto$
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 longmapsto
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\longmapsto$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 leadsto
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\leadsto$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 dasharrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\dasharrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 </lyxtabular>
8484
8485 \end_inset
8486
8487
8488 \begin_inset space \hfill{}
8489 \end_inset
8490
8491
8492 \end_layout
8493
8494 \begin_layout Standard
8495 \begin_inset VSpace medskip
8496 \end_inset
8497
8498 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8499  flèches des vecteurs, sont listées dans 
8500 \begin_inset CommandInset ref
8501 LatexCommand ref
8502 reference "sec:Accents"
8503
8504 \end_inset
8505
8506 .
8507 \end_layout
8508
8509 \begin_layout Standard
8510 \begin_inset VSpace bigskip
8511 \end_inset
8512
8513 Il y a aussi les flèches avec étiquette 
8514 \begin_inset Index
8515 status collapsed
8516
8517 \begin_layout Plain Layout
8518 Flèches ! avec étiquette
8519 \end_layout
8520
8521 \end_inset
8522
8523  
8524 \series bold
8525
8526 \backslash
8527 xleftarrow
8528 \series default
8529
8530 \begin_inset Index
8531 status collapsed
8532
8533 \begin_layout Plain Layout
8534 Commandes ! X ! 
8535 \backslash
8536 xleftarrow
8537 \end_layout
8538
8539 \end_inset
8540
8541  et 
8542 \series bold
8543
8544 \backslash
8545 xrightarrow
8546 \series default
8547
8548 \begin_inset Index
8549 status collapsed
8550
8551 \begin_layout Plain Layout
8552 Commandes ! X ! 
8553 \backslash
8554 xrightarrow
8555 \begin_inset ERT
8556 status collapsed
8557
8558 \begin_layout Plain Layout
8559
8560
8561 \backslash
8562 vspace{4mm}
8563 \end_layout
8564
8565 \end_inset
8566
8567
8568 \end_layout
8569
8570 \end_inset
8571
8572 .
8573  Quand on insère une de ces commandes dans une formule, une flèche avec
8574  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8575  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8576 \end_layout
8577
8578 \begin_layout Standard
8579 \align center
8580 \begin_inset Tabular
8581 <lyxtabular version="3" rows="3" columns="2">
8582 <features>
8583 <column alignment="center" valignment="top" width="0pt">
8584 <column alignment="center" valignment="top" width="0pt">
8585 <row>
8586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Commande
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 Résultat
8600 \begin_inset Note Note
8601 status collapsed
8602
8603 \begin_layout Plain Layout
8604
8605 \series bold
8606
8607 \backslash
8608 raisebox est seulement utilisée pour faire de la place
8609 \end_layout
8610
8611 \end_inset
8612
8613
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 F(a)
8625 \backslash
8626 xleftarrow
8627 \begin_inset ERT
8628 status collapsed
8629
8630 \begin_layout Plain Layout
8631
8632
8633 \backslash
8634 spce 
8635 \end_layout
8636
8637 \end_inset
8638
8639 x=a
8640 \begin_inset Formula $\downarrow$
8641 \end_inset
8642
8643 x>0
8644 \begin_inset Formula $\to$
8645 \end_inset
8646
8647 F(x)
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8657 \end_inset
8658
8659
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 F(x)
8671 \backslash
8672 xrightarrow
8673 \begin_inset ERT
8674 status collapsed
8675
8676 \begin_layout Plain Layout
8677
8678
8679 \backslash
8680 spce 
8681 \end_layout
8682
8683 \end_inset
8684
8685 x=a
8686 \begin_inset Formula $\downarrow$
8687 \end_inset
8688
8689 x>0
8690 \begin_inset Formula $\to$
8691 \end_inset
8692
8693 F(a)
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 </lyxtabular>
8712
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \begin_layout Subsection
8719 Flèches verticales et diagonales
8720 \begin_inset Index
8721 status collapsed
8722
8723 \begin_layout Plain Layout
8724 Flèches ! diagonales
8725 \end_layout
8726
8727 \end_inset
8728
8729
8730 \begin_inset Index
8731 status collapsed
8732
8733 \begin_layout Plain Layout
8734 Flèches ! verticales
8735 \end_layout
8736
8737 \end_inset
8738
8739
8740 \end_layout
8741
8742 \begin_layout Standard
8743 \begin_inset space \hfill{}
8744 \end_inset
8745
8746
8747 \begin_inset Tabular
8748 <lyxtabular version="3" rows="7" columns="2">
8749 <features>
8750 <column alignment="center" valignment="top" width="0pt">
8751 <column alignment="center" valignment="top" width="0pt">
8752 <row>
8753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 Commande
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Résultat
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 </row>
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777
8778 \backslash
8779 uparrow
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8785 \begin_inset Text
8786
8787 \begin_layout Plain Layout
8788 \begin_inset Formula $\uparrow$
8789 \end_inset
8790
8791
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 </row>
8797 <row>
8798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8799 \begin_inset Text
8800
8801 \begin_layout Plain Layout
8802
8803 \backslash
8804 Uparrow
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 \begin_inset Formula $\Uparrow$
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \backslash
8829 updownarrow
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 \begin_inset Formula $\updownarrow$
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \backslash
8854 Updownarrow
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 \begin_inset Formula $\Updownarrow$
8864 \end_inset
8865
8866
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \backslash
8879 Downarrow
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 \begin_inset Formula $\Downarrow$
8889 \end_inset
8890
8891
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \backslash
8904 downarrow
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 \begin_inset Formula $\downarrow$
8914 \end_inset
8915
8916
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 </row>
8922 </lyxtabular>
8923
8924 \end_inset
8925
8926
8927 \begin_inset space \hfill{}
8928 \end_inset
8929
8930
8931 \begin_inset Tabular
8932 <lyxtabular version="3" rows="5" columns="2">
8933 <features>
8934 <column alignment="center" valignment="top" width="0pt">
8935 <column alignment="center" valignment="top" width="0pt">
8936 <row>
8937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 Commande
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Résultat
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 </row>
8956 <row>
8957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961
8962 \backslash
8963 nearrow
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 \begin_inset Formula $\nearrow$
8973 \end_inset
8974
8975
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \backslash
8988 searrow
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 \begin_inset Formula $\searrow$
8998 \end_inset
8999
9000
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \backslash
9013 swarrow
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 \begin_inset Formula $\swarrow$
9023 \end_inset
9024
9025
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 </row>
9031 <row>
9032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036
9037 \backslash
9038 nwarrow
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 \begin_inset Formula $\nwarrow$
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 </lyxtabular>
9057
9058 \end_inset
9059
9060
9061 \begin_inset space \hfill{}
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \begin_layout Standard
9068 \begin_inset VSpace medskip
9069 \end_inset
9070
9071 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
9072  même temps que les commandes décrites dans 
9073 \begin_inset CommandInset ref
9074 LatexCommand ref
9075 reference "sub:Taille-parenthèses-manuelle"
9076
9077 \end_inset
9078
9079  et 
9080 \begin_inset CommandInset ref
9081 LatexCommand ref
9082 reference "sub:Taille-parenthèses-automatique"
9083
9084 \end_inset
9085
9086 .
9087 \end_layout
9088
9089 \begin_layout Standard
9090 \begin_inset Newpage newpage
9091 \end_inset
9092
9093
9094 \end_layout
9095
9096 \begin_layout Section
9097 Accents
9098 \begin_inset CommandInset label
9099 LatexCommand label
9100 name "sec:Accents"
9101
9102 \end_inset
9103
9104
9105 \begin_inset Index
9106 status collapsed
9107
9108 \begin_layout Plain Layout
9109 Accents
9110 \end_layout
9111
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \begin_layout Standard
9118 On peut ajouter des accents avec le bouton
9119 \begin_inset space ~
9120 \end_inset
9121
9122
9123 \begin_inset Graphics
9124         filename ../../images/math/hat.png
9125         scale 85
9126
9127 \end_inset
9128
9129  de la barre d'outils mathématique ou en utilisant les commandes listées
9130  dans les sous-sections qui suivent.
9131 \end_layout
9132
9133 \begin_layout Subsection
9134 Accents pour un caractère
9135 \begin_inset ERT
9136 status collapsed
9137
9138 \begin_layout Plain Layout
9139
9140
9141 \backslash
9142 texorpdfstring{
9143 \end_layout
9144
9145 \end_inset
9146
9147
9148 \begin_inset Foot
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152 pour les accents dans le texte, voir 
9153 \begin_inset CommandInset ref
9154 LatexCommand ref
9155 reference "sub:Accents-dans-le-texte"
9156
9157 \end_inset
9158
9159
9160 \end_layout
9161
9162 \end_inset
9163
9164
9165 \begin_inset ERT
9166 status collapsed
9167
9168 \begin_layout Plain Layout
9169
9170 }{}
9171 \end_layout
9172
9173 \end_inset
9174
9175
9176 \begin_inset Note Note
9177 status collapsed
9178
9179 \begin_layout Plain Layout
9180
9181 \backslash
9182 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
9183  dans les signets PDF.
9184 \end_layout
9185
9186 \begin_layout Plain Layout
9187 Plus au sujet de 
9188 \backslash
9189 texorpdfstring dans la section 
9190 \begin_inset CommandInset ref
9191 LatexCommand ref
9192 reference "sub:formules-dans-les-entêtes"
9193
9194 \end_inset
9195
9196 .
9197 \end_layout
9198
9199 \end_inset
9200
9201
9202 \begin_inset CommandInset label
9203 LatexCommand label
9204 name "sub:Accents-sur-un-caractère"
9205
9206 \end_inset
9207
9208
9209 \begin_inset Index
9210 status collapsed
9211
9212 \begin_layout Plain Layout
9213 Accents ! pour un caractère
9214 \end_layout
9215
9216 \end_inset
9217
9218
9219 \end_layout
9220
9221 \begin_layout Standard
9222 \begin_inset space \hfill{}
9223 \end_inset
9224
9225
9226 \begin_inset Tabular
9227 <lyxtabular version="3" rows="8" columns="2">
9228 <features>
9229 <column alignment="center" valignment="top" width="0pt">
9230 <column alignment="center" valignment="top" width="0pt">
9231 <row>
9232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 Commande
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Résultat
9246 \begin_inset Note Note
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250
9251 \series bold
9252
9253 \backslash
9254 raisebox est seulement utilisée pour faire de la place
9255 \end_layout
9256
9257 \end_inset
9258
9259
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \backslash
9272 dot
9273 \begin_inset ERT
9274 status collapsed
9275
9276 \begin_layout Plain Layout
9277
9278
9279 \backslash
9280 spce 
9281 \end_layout
9282
9283 \end_inset
9284
9285 A
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9295 \end_inset
9296
9297
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 <row>
9304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \backslash
9310 ddot
9311 \begin_inset ERT
9312 status collapsed
9313
9314 \begin_layout Plain Layout
9315
9316
9317 \backslash
9318 spce 
9319 \end_layout
9320
9321 \end_inset
9322
9323 A
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 dddot
9349 \begin_inset ERT
9350 status collapsed
9351
9352 \begin_layout Plain Layout
9353
9354
9355 \backslash
9356 spce 
9357 \end_layout
9358
9359 \end_inset
9360
9361 A
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \backslash
9386 ddddot{A
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 vec
9412 \begin_inset ERT
9413 status collapsed
9414
9415 \begin_layout Plain Layout
9416
9417
9418 \backslash
9419 spce 
9420 \end_layout
9421
9422 \end_inset
9423
9424 A
9425 \begin_inset Index
9426 status collapsed
9427
9428 \begin_layout Plain Layout
9429 Vecteurs
9430 \end_layout
9431
9432 \end_inset
9433
9434
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9444 \end_inset
9445
9446
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row>
9453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \backslash
9459 bar
9460 \begin_inset ERT
9461 status collapsed
9462
9463 \begin_layout Plain Layout
9464
9465
9466 \backslash
9467 spce 
9468 \end_layout
9469
9470 \end_inset
9471
9472 A
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \backslash
9497 mathring
9498 \begin_inset ERT
9499 status collapsed
9500
9501 \begin_layout Plain Layout
9502
9503
9504 \backslash
9505 spce 
9506 \end_layout
9507
9508 \end_inset
9509
9510 A
9511 \end_layout
9512
9513 \end_inset
9514 </cell>
9515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9520 \end_inset
9521
9522
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 </lyxtabular>
9529
9530 \end_inset
9531
9532
9533 \begin_inset space \hfill{}
9534 \end_inset
9535
9536
9537 \begin_inset Tabular
9538 <lyxtabular version="3" rows="7" columns="2">
9539 <features>
9540 <column alignment="center" valignment="top" width="0pt">
9541 <column alignment="center" valignment="top" width="0pt">
9542 <row>
9543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 Commande
9548 \end_layout
9549
9550 \end_inset
9551 </cell>
9552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 Résultat
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 </row>
9562 <row>
9563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567
9568 \backslash
9569 tilde
9570 \begin_inset ERT
9571 status collapsed
9572
9573 \begin_layout Plain Layout
9574
9575
9576 \backslash
9577 spce 
9578 \end_layout
9579
9580 \end_inset
9581
9582 A
9583 \end_layout
9584
9585 \end_inset
9586 </cell>
9587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row>
9601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \backslash
9607 hat
9608 \begin_inset ERT
9609 status collapsed
9610
9611 \begin_layout Plain Layout
9612
9613
9614 \backslash
9615 spce 
9616 \end_layout
9617
9618 \end_inset
9619
9620 A
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 <row>
9639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \backslash
9645 check
9646 \begin_inset ERT
9647 status collapsed
9648
9649 \begin_layout Plain Layout
9650
9651
9652 \backslash
9653 spce 
9654 \end_layout
9655
9656 \end_inset
9657
9658 A
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \backslash
9683 acute
9684 \begin_inset ERT
9685 status collapsed
9686
9687 \begin_layout Plain Layout
9688
9689
9690 \backslash
9691 spce 
9692 \end_layout
9693
9694 \end_inset
9695
9696 A
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 <row>
9715 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \backslash
9721 grave
9722 \begin_inset ERT
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726
9727
9728 \backslash
9729 spce 
9730 \end_layout
9731
9732 \end_inset
9733
9734 A
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 breve
9760 \begin_inset ERT
9761 status collapsed
9762
9763 \begin_layout Plain Layout
9764
9765
9766 \backslash
9767 spce 
9768 \end_layout
9769
9770 \end_inset
9771
9772 A
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9782 \end_inset
9783
9784
9785 \end_layout
9786
9787 \end_inset
9788 </cell>
9789 </row>
9790 </lyxtabular>
9791
9792 \end_inset
9793
9794
9795 \begin_inset space \hfill{}
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \begin_layout Standard
9802 \begin_inset VSpace bigskip
9803 \end_inset
9804
9805 Pour créer des trémas (umlauts en allemand)
9806 \begin_inset Index
9807 status collapsed
9808
9809 \begin_layout Plain Layout
9810 Umlauts | see
9811 \begin_inset ERT
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815
9816 {
9817 \end_layout
9818
9819 \end_inset
9820
9821 Trémas
9822 \begin_inset ERT
9823 status collapsed
9824
9825 \begin_layout Plain Layout
9826
9827 }
9828 \end_layout
9829
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836
9837
9838 \begin_inset Index
9839 status collapsed
9840
9841 \begin_layout Plain Layout
9842 Trémas
9843 \end_layout
9844
9845 \end_inset
9846
9847  dans des formules, on insère des guillemets devant une voyelle.
9848  Ces deux caractères sont alors traités comme 
9849 \emph on
9850 un seul 
9851 \emph default
9852 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9853  étant en allemand.
9854  Avec cette méthode, contrairement à 
9855 \series bold
9856
9857 \backslash
9858 ddot
9859 \series default
9860 , on crée de 
9861 \begin_inset Quotes eld
9862 \end_inset
9863
9864 vrais
9865 \begin_inset Quotes erd
9866 \end_inset
9867
9868  umlauts, comme le montre l'exemple suivant:
9869 \end_layout
9870
9871 \begin_layout Standard
9872 \begin_inset VSpace -2mm
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \begin_layout Standard
9879 \align center
9880 \begin_inset Tabular
9881 <lyxtabular version="3" rows="3" columns="2">
9882 <features>
9883 <column alignment="center" valignment="top" width="0">
9884 <column alignment="center" valignment="top" width="0">
9885 <row>
9886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 Commande
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 Résultat
9900 \begin_inset Note Note
9901 status collapsed
9902
9903 \begin_layout Plain Layout
9904
9905 \series bold
9906
9907 \backslash
9908 raisebox
9909 \series default
9910  et le 0
9911 \begin_inset space \thinspace{}
9912 \end_inset
9913
9914 pt espace sont seulement utilisés pour faire de la place
9915 \end_layout
9916
9917 \end_inset
9918
9919
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row>
9926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 \begin_inset Quotes grd
9931 \end_inset
9932
9933 i
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 \begin_inset space \hspace{}
9943 \length 0pt
9944 \end_inset
9945
9946
9947 \lang german
9948
9949 \begin_inset Formula $"i$
9950 \end_inset
9951
9952
9953 \lang french
9954
9955 \begin_inset Note Note
9956 status collapsed
9957
9958 \begin_layout Plain Layout
9959 il faut que cette formule soit en allemand (NdT)
9960 \end_layout
9961
9962 \end_inset
9963
9964
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row>
9971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \backslash
9977 ddot
9978 \begin_inset ERT
9979 status collapsed
9980
9981 \begin_layout Plain Layout
9982
9983
9984 \backslash
9985 spce 
9986 \end_layout
9987
9988 \end_inset
9989
9990 i
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 </lyxtabular>
10009
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \begin_layout Standard
10016 Un autre avantage par rapport à 
10017 \series bold
10018
10019 \backslash
10020 ddot
10021 \series default
10022  est que les trémas peuvent être convertis directement en texte mathématique,
10023  parce que les accents vus plus haut 
10024 \emph on
10025 ne sont pas autorisés 
10026 \emph default
10027 en texte mathématique.
10028  Quand on convertit un caractère accentué en texte mathématique, seul le
10029  caractère qui est sous l'accent est converti.
10030  Ceci s'applique aussi à toutes les autres conversions comme par exemple
10031  l'italique ou le gras.
10032 \end_layout
10033
10034 \begin_layout Standard
10035 En texte mathématique, les trémas et autres caractères accentués peuvent
10036  être insérés directement.
10037 \end_layout
10038
10039 \begin_layout Subsection
10040 Accents pour les opérateurs
10041 \begin_inset Index
10042 status collapsed
10043
10044 \begin_layout Plain Layout
10045 Accents ! pour les opérateurs
10046 \end_layout
10047
10048 \end_inset
10049
10050
10051 \end_layout
10052
10053 \begin_layout Standard
10054 Avec les commandes 
10055 \series bold
10056
10057 \backslash
10058 overset
10059 \series default
10060
10061 \begin_inset Index
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065 Commandes ! O ! 
10066 \backslash
10067 overset
10068 \end_layout
10069
10070 \end_inset
10071
10072  et 
10073 \series bold
10074
10075 \backslash
10076 underset
10077 \series default
10078
10079 \begin_inset Index
10080 status collapsed
10081
10082 \begin_layout Plain Layout
10083 Commandes ! U ! 
10084 \backslash
10085 underset
10086 \end_layout
10087
10088 \end_inset
10089
10090  on peut placer des caractères respectivement au dessus ou en dessous d'un
10091  opérateur, pour l'accentuer.
10092  Avec la commande 
10093 \series bold
10094
10095 \backslash
10096 sideset
10097 \series default
10098
10099 \begin_inset Index
10100 status collapsed
10101
10102 \begin_layout Plain Layout
10103 Commandes ! S ! 
10104 \backslash
10105 sideset
10106 \end_layout
10107
10108 \end_inset
10109
10110 , on peut placer des caractères avant ou après un opérateur.
10111  La syntaxe de la commande est:
10112 \series bold
10113
10114 \begin_inset Newline newline
10115 \end_inset
10116
10117
10118 \backslash
10119 sideset{caractère avant}{caractère après}
10120 \end_layout
10121
10122 \begin_layout Standard
10123
10124 \series bold
10125
10126 \backslash
10127 sideset
10128 \series default
10129  doit toujours se trouver avant l'opérateur qui est accentué.
10130   Vous pouvez utiliser pour l'accentuation plusieurs caractères et même
10131  d'autres opérateurs ou des symboles.
10132  Pour placer avec 
10133 \series bold
10134
10135 \backslash
10136 sideset,
10137 \series default
10138  par exemple seulement des caractères derrière un opérateur, ne mettez rien
10139  entre les deux premières accolades, mais ne les omettez pas.
10140 \end_layout
10141
10142 \begin_layout Standard
10143 Par exemple la commande 
10144 \series bold
10145
10146 \backslash
10147 sideset{
10148 \begin_inset Formula $\to$
10149 \end_inset
10150
10151
10152 \backslash
10153 {
10154 \series default
10155 '
10156 \series bold
10157
10158 \begin_inset Formula $\to$
10159 \end_inset
10160
10161
10162 \backslash
10163 sum_k=1
10164 \begin_inset ERT
10165 status collapsed
10166
10167 \begin_layout Plain Layout
10168
10169
10170 \backslash
10171 spce 
10172 \end_layout
10173
10174 \end_inset
10175
10176
10177 \series default
10178 ^
10179 \series bold
10180 n
10181 \series default
10182  donne:
10183 \begin_inset Formula \[
10184 \sideset{}{'}\sum_{k=1}^{n}\]
10185
10186 \end_inset
10187
10188
10189 \end_layout
10190
10191 \begin_layout Standard
10192 La commande 
10193 \series bold
10194
10195 \backslash
10196 overset
10197 \begin_inset ERT
10198 status collapsed
10199
10200 \begin_layout Plain Layout
10201
10202
10203 \backslash
10204 spce 
10205 \end_layout
10206
10207 \end_inset
10208
10209
10210 \backslash
10211 maltese
10212 \begin_inset ERT
10213 status collapsed
10214
10215 \begin_layout Plain Layout
10216
10217
10218 \backslash
10219 spce 
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \series default
10226
10227 \begin_inset Formula $\uparrow$
10228 \end_inset
10229
10230
10231 \series bold
10232 a
10233 \series default
10234  donne:
10235 \begin_inset Formula \[
10236 \overset{a}{\maltese}\]
10237
10238 \end_inset
10239
10240 Comme on peut le voir dans le dernier exemple, avec 
10241 \series bold
10242
10243 \backslash
10244 overset
10245 \series default
10246  et 
10247 \series bold
10248
10249 \backslash
10250 underset
10251 \series default
10252  on peut aussi accentuer des symboles et des caractères; avec 
10253 \series bold
10254
10255 \backslash
10256 sideset
10257 \series default
10258  ce n'est pas possible.
10259 \end_layout
10260
10261 \begin_layout Subsection
10262 Accents pour plusieurs caractères
10263 \begin_inset Index
10264 status collapsed
10265
10266 \begin_layout Plain Layout
10267 Accents ! pour plusieurs caractères
10268 \end_layout
10269
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \begin_layout Standard
10276 \begin_inset space \hfill{}
10277 \end_inset
10278
10279
10280 \begin_inset Tabular
10281 <lyxtabular version="3" rows="5" columns="2">
10282 <features>
10283 <column alignment="center" valignment="top" width="0pt">
10284 <column alignment="center" valignment="top" width="0pt">
10285 <row>
10286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 Commande
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Résultat
10300 \begin_inset Note Note
10301 status collapsed
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306
10307 \backslash
10308 raisebox est seulement utilisée pour faire de la place
10309 \end_layout
10310
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \backslash
10326 overleftarrow
10327 \begin_inset ERT
10328 status collapsed
10329
10330 \begin_layout Plain Layout
10331
10332
10333 \backslash
10334 spce 
10335 \end_layout
10336
10337 \end_inset
10338
10339 A=B
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10349 \end_inset
10350
10351
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 </row>
10357 <row>
10358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362
10363 \backslash
10364 underleftarrow
10365 \begin_inset ERT
10366 status collapsed
10367
10368 \begin_layout Plain Layout
10369
10370
10371 \backslash
10372 spce 
10373 \end_layout
10374
10375 \end_inset
10376
10377 A=B
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10387 \end_inset
10388
10389
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \backslash
10402 overleftrightarrow
10403 \begin_inset ERT
10404 status collapsed
10405
10406 \begin_layout Plain Layout
10407
10408
10409 \backslash
10410 spce 
10411 \end_layout
10412
10413 \end_inset
10414
10415 A=B
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10425 \end_inset
10426
10427
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \backslash
10440 underleftrightarrow
10441 \begin_inset ERT
10442 status collapsed
10443
10444 \begin_layout Plain Layout
10445
10446
10447 \backslash
10448 spce 
10449 \end_layout
10450
10451 \end_inset
10452
10453 A=B
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10463 \end_inset
10464
10465
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 </row>
10471 </lyxtabular>
10472
10473 \end_inset
10474
10475
10476 \begin_inset space \hfill{}
10477 \end_inset
10478
10479
10480 \begin_inset Tabular
10481 <lyxtabular version="3" rows="5" columns="2">
10482 <features>
10483 <column alignment="center" valignment="top" width="0pt">
10484 <column alignment="center" valignment="top" width="0pt">
10485 <row>
10486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Commande
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Résultat
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 </row>
10505 <row>
10506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510
10511 \backslash
10512 overrightarrow
10513 \begin_inset ERT
10514 status collapsed
10515
10516 \begin_layout Plain Layout
10517
10518
10519 \backslash
10520 spce 
10521 \end_layout
10522
10523 \end_inset
10524
10525 A=B
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10535 \end_inset
10536
10537
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \backslash
10550 underrightarrow
10551 \begin_inset ERT
10552 status collapsed
10553
10554 \begin_layout Plain Layout
10555
10556
10557 \backslash
10558 spce 
10559 \end_layout
10560
10561 \end_inset
10562
10563 A=B
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10573 \end_inset
10574
10575
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \backslash
10588 widetilde
10589 \begin_inset ERT
10590 status collapsed
10591
10592 \begin_layout Plain Layout
10593
10594
10595 \backslash
10596 spce 
10597 \end_layout
10598
10599 \end_inset
10600
10601 A=B
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \backslash
10626 widehat
10627 \begin_inset ERT
10628 status collapsed
10629
10630 \begin_layout Plain Layout
10631
10632
10633 \backslash
10634 spce 
10635 \end_layout
10636
10637 \end_inset
10638
10639 A=B
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 </row>
10657 </lyxtabular>
10658
10659 \end_inset
10660
10661
10662 \begin_inset space \hfill{}
10663 \end_inset
10664
10665
10666 \end_layout
10667
10668 \begin_layout Standard
10669 \begin_inset VSpace medskip
10670 \end_inset
10671
10672 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10673  voulez.
10674  Mais les accents 
10675 \series bold
10676
10677 \backslash
10678 widetilde
10679 \series default
10680  et 
10681 \series bold
10682
10683 \backslash
10684 widehat 
10685 \series default
10686 apparaîtront dans la sortie finale avec une longueur de seulement trois
10687  caractères, comme on le voit dans l'exemple suivant:
10688 \begin_inset Formula \[
10689 \widetilde{A+B=C-D}\]
10690
10691 \end_inset
10692
10693
10694 \end_layout
10695
10696 \begin_layout Standard
10697 Avec les commandes 
10698 \series bold
10699
10700 \backslash
10701 overset
10702 \series default
10703
10704 \begin_inset Index
10705 status collapsed
10706
10707 \begin_layout Plain Layout
10708 Commandes ! O ! 
10709 \backslash
10710 overset
10711 \end_layout
10712
10713 \end_inset
10714
10715  et 
10716 \series bold
10717
10718 \backslash
10719 underset
10720 \series default
10721
10722 \begin_inset Index
10723 status collapsed
10724
10725 \begin_layout Plain Layout
10726 Commandes ! U ! 
10727 \backslash
10728 underset
10729 \end_layout
10730
10731 \end_inset
10732
10733  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10734  plusieurs caractères.
10735
10736 \series bold
10737  
10738 \series default
10739 La commande
10740 \series bold
10741  
10742 \backslash
10743 underset
10744 \begin_inset ERT
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749
10750 \backslash
10751 spce 
10752 \end_layout
10753
10754 \end_inset
10755
10756 A=B
10757 \begin_inset Formula $\downarrow$
10758 \end_inset
10759
10760 ***
10761 \series default
10762  donne:
10763 \begin_inset Formula \[
10764 \underset{***}{A=B}\]
10765
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \begin_layout Section
10772 Espace
10773 \begin_inset CommandInset label
10774 LatexCommand label
10775 name "sub:Espace"
10776
10777 \end_inset
10778
10779
10780 \begin_inset Index
10781 status collapsed
10782
10783 \begin_layout Plain Layout
10784 Espace ! horizontal
10785 \end_layout
10786
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \begin_layout Subsection
10793 Espace prédéfini
10794 \begin_inset CommandInset label
10795 LatexCommand label
10796 name "sub:Espace-prédéfini"
10797
10798 \end_inset
10799
10800
10801 \begin_inset Index
10802 status collapsed
10803
10804 \begin_layout Plain Layout
10805 Espace ! horizontal ! prédéfini
10806 \end_layout
10807
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \begin_layout Standard
10814 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10815  On le fait en utilisant une espace insécable (raccourci 
10816 \family sans
10817 Ctrl-Espace
10818 \family default
10819 ).
10820  Un 
10821 \begin_inset Quotes eld
10822 \end_inset
10823
10824
10825 \color blue
10826
10827 \begin_inset ERT
10828 status collapsed
10829
10830 \begin_layout Plain Layout
10831
10832
10833 \backslash
10834 spce 
10835 \end_layout
10836
10837 \end_inset
10838
10839
10840 \color inherit
10841
10842 \begin_inset Quotes erd
10843 \end_inset
10844
10845  apparaît et en appuyant plusieurs fois sur 
10846 \family sans
10847 Espace
10848 \family default
10849  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10850  On peut aussi insérer ces espaces en utilisant le bouton 
10851 \begin_inset Graphics
10852         filename ../../images/math/space.png
10853         scale 85
10854
10855 \end_inset
10856
10857  de la barre d'outils mathématique.
10858  Indépendemment de la commande insérée, on peut toujours changer de taille
10859  après en appuyant sur 
10860 \family sans
10861 Espace
10862 \family default
10863 .
10864  
10865 \end_layout
10866
10867 \begin_layout Standard
10868 \noindent
10869 \align center
10870 \begin_inset VSpace -5mm
10871 \end_inset
10872
10873
10874 \begin_inset Tabular
10875 <lyxtabular version="3" rows="3" columns="7">
10876 <features>
10877 <column alignment="center" valignment="middle" width="6.8cm">
10878 <column alignment="center" valignment="top" width="0">
10879 <column alignment="center" valignment="top" width="0">
10880 <column alignment="center" valignment="top" width="0">
10881 <column alignment="center" valignment="top" width="0">
10882 <column alignment="center" valignment="top" width="0">
10883 <column alignment="center" valignment="top" width="0">
10884 <row>
10885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 Commande
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \backslash
10900 ,
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909
10910 \backslash
10911 :
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \backslash
10922 ;
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \backslash
10933 quad
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942
10943 \backslash
10944 qquad
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953
10954 \backslash
10955 !
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 </row>
10961 <row>
10962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 Nombre de fois où on a appuyé sur la barre d'
10967 \family sans
10968 Espace 
10969 \family default
10970 après avoir inséré l'espace insécable
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 0
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 1
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 2
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 3
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 4
11016 \end_layout
11017
11018 \end_inset
11019 </cell>
11020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024 5
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 Résultat
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 \begin_inset Formula $A\, B$
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 \begin_inset Formula $A\: B$
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 \begin_inset Formula $A\; B$
11069 \end_inset
11070
11071
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 \begin_inset Formula $A\quad B$
11081 \end_inset
11082
11083
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 \begin_inset Formula $A\qquad B$
11093 \end_inset
11094
11095
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 \begin_inset Formula $A\! B$
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 </row>
11113 </lyxtabular>
11114
11115 \end_inset
11116
11117
11118 \end_layout
11119
11120 \begin_layout Standard
11121 La dernière taille n'a pas l'air de produire une espace.
11122  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
11123  parce que c'est une espace négative.
11124  Il y a deux autres espaces négatives:
11125 \end_layout
11126
11127 \begin_layout Standard
11128 \align center
11129 \begin_inset Tabular
11130 <lyxtabular version="3" rows="3" columns="3">
11131 <features>
11132 <column alignment="center" valignment="middle" width="6.8cm">
11133 <column alignment="center" valignment="top" width="0pt">
11134 <column alignment="center" valignment="top" width="0pt">
11135 <row>
11136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 Commande
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149
11150 \backslash
11151 negmedspace
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160
11161 \backslash
11162 negthickspace
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 <row>
11169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 Nombre de fois où on a appuyé sur la barre d'
11174 \family sans
11175 Espace 
11176 \family default
11177 après avoir inséré l'espace insécable
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 6
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 7
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 </row>
11201 <row>
11202 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 Résultat
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 \begin_inset Formula $A\negmedspace B$
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Formula $A\negthickspace B$
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 </lyxtabular>
11237
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \begin_layout Standard
11244 Les espaces négatives peuvent faire que les caractères se chevauchent.
11245  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
11246  les opérateurs de somme:
11247 \end_layout
11248
11249 \begin_layout Standard
11250 \align center
11251 \begin_inset Tabular
11252 <lyxtabular version="3" rows="3" columns="2">
11253 <features>
11254 <column alignment="center" valignment="top" width="0">
11255 <column alignment="center" valignment="top" width="0">
11256 <row>
11257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 Commande
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 Résultat
11271 \begin_inset Note Note
11272 status open
11273
11274 \begin_layout Plain Layout
11275
11276 \series bold
11277
11278 \backslash
11279 raisebox est seulement utilisée pour faire de la place
11280 \end_layout
11281
11282 \end_inset
11283
11284
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 <row>
11291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295
11296 \backslash
11297 sum
11298 \backslash
11299 sum
11300 \begin_inset ERT
11301 status collapsed
11302
11303 \begin_layout Plain Layout
11304
11305
11306 \backslash
11307 spce 
11308 \end_layout
11309
11310 \end_inset
11311
11312 f_kl
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 </row>
11330 <row>
11331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335
11336 \backslash
11337 sum
11338 \backslash
11339 negmedspace
11340 \backslash
11341 sum
11342 \begin_inset ERT
11343 status collapsed
11344
11345 \begin_layout Plain Layout
11346
11347
11348 \backslash
11349 spce 
11350 \end_layout
11351
11352 \end_inset
11353
11354 f_kl
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 </row>
11372 </lyxtabular>
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Standard
11380 Les opérateur de relations comme par exemple le signe égal, sont toujours
11381  entourés par des espaces.
11382  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
11383  L'exemple suivant donne une illustration:
11384 \end_layout
11385
11386 \begin_layout Standard
11387 \align center
11388 \begin_inset Tabular
11389 <lyxtabular version="3" rows="2" columns="2">
11390 <features>
11391 <column alignment="center" valignment="top" width="0pt">
11392 <column alignment="center" valignment="top" width="0pt">
11393 <row>
11394 <cell alignment="center" valignment="top" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 équation normale
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 \begin_inset Formula $A=B$
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 <row>
11417 <cell alignment="center" valignment="top" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 \begin_inset Note Note
11422 status collapsed
11423
11424 \begin_layout Plain Layout
11425
11426 \series bold
11427 \lang english
11428
11429 \backslash
11430 raisebox
11431 \end_layout
11432
11433 \end_inset
11434
11435
11436 \begin_inset Formula $\raisebox{5mm}{}$
11437 \end_inset
11438
11439 équation sans espace
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 \begin_inset Formula $A{=}B$
11449 \end_inset
11450
11451
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 </row>
11457 </lyxtabular>
11458
11459 \end_inset
11460
11461
11462 \end_layout
11463
11464 \begin_layout Standard
11465 \noindent
11466 La commande utilisée pour la dernière formule est: 
11467 \series bold
11468 A
11469 \backslash
11470 {=
11471 \begin_inset Formula $\to$
11472 \end_inset
11473
11474 B
11475 \end_layout
11476
11477 \begin_layout Standard
11478 \begin_inset VSpace bigskip
11479 \end_inset
11480
11481 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11482  insérée entre la valeur et l'unité est une espace fine et pas une espace
11483  normale.
11484  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11485 \family sans
11486 Insérer\SpecialChar \menuseparator
11487 Typographie
11488 \begin_inset space ~
11489 \end_inset
11490
11491 spéciale\SpecialChar \menuseparator
11492 Espace
11493 \begin_inset space ~
11494 \end_inset
11495
11496 fine
11497 \family default
11498  (raccourci 
11499 \family sans
11500 Ctrl-Shift-Espace
11501 \family default
11502 ).
11503 \end_layout
11504
11505 \begin_layout Standard
11506 Un exemple pour voir la différence:
11507 \end_layout
11508
11509 \begin_layout Standard
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="2" columns="2">
11512 <features>
11513 <column alignment="left" valignment="top" width="0">
11514 <column alignment="left" valignment="top" width="0">
11515 <row>
11516 <cell alignment="center" valignment="top" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 24 kW
11521 \begin_inset Formula $\cdot$
11522 \end_inset
11523
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 espace normale entre l'unité est la valeur
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 24
11545 \begin_inset space \thinspace{}
11546 \end_inset
11547
11548 kW
11549 \begin_inset Formula $\cdot$
11550 \end_inset
11551
11552 h
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 espace fine entre l'unité et la valeur
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 </lyxtabular>
11568
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \begin_layout Subsection
11575 Espace variable
11576 \begin_inset ERT
11577 status collapsed
11578
11579 \begin_layout Plain Layout
11580
11581
11582 \backslash
11583 texorpdfstring{
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \begin_inset Foot
11590 status collapsed
11591
11592 \begin_layout Plain Layout
11593 pour les espacements verticaux dans les formules, voir 
11594 \begin_inset CommandInset ref
11595 LatexCommand ref
11596 reference "sub:Séparation-des-lignes"
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \begin_inset ERT
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610
11611 }{}
11612 \end_layout
11613
11614 \end_inset
11615
11616
11617 \begin_inset Note Note
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621
11622 \backslash
11623 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11624  dans les signets PDF.
11625 \end_layout
11626
11627 \begin_layout Plain Layout
11628 Plus au sujet de 
11629 \backslash
11630 texorpdfstring dans la section 
11631 \begin_inset CommandInset ref
11632 LatexCommand ref
11633 reference "sub:formules-dans-les-entêtes"
11634
11635 \end_inset
11636
11637 .
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \begin_inset CommandInset label
11644 LatexCommand label
11645 name "sub:Espace-variable"
11646
11647 \end_inset
11648
11649
11650 \begin_inset Index
11651 status collapsed
11652
11653 \begin_layout Plain Layout
11654 Espace ! horizontal ! variable
11655 \end_layout
11656
11657 \end_inset
11658
11659
11660 \end_layout
11661
11662 \begin_layout Standard
11663 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11664  
11665 \series bold
11666
11667 \backslash
11668 hspace
11669 \series default
11670
11671 \begin_inset Index
11672 status collapsed
11673
11674 \begin_layout Plain Layout
11675 Commandes ! H ! 
11676 \backslash
11677 hspace
11678 \end_layout
11679
11680 \end_inset
11681
11682 .
11683  Un 
11684 \begin_inset Quotes eld
11685 \end_inset
11686
11687
11688 \color blue
11689
11690 \begin_inset ERT
11691 status collapsed
11692
11693 \begin_layout Plain Layout
11694
11695
11696 \backslash
11697 spce 
11698 \end_layout
11699
11700 \end_inset
11701
11702
11703 \color inherit
11704
11705 \begin_inset Quotes erd
11706 \end_inset
11707
11708  long apparaît.
11709  La longueur 
11710 \lang english
11711 can be specified by left-clicking on the
11712 \lang french
11713  
11714 \begin_inset Quotes eld
11715 \end_inset
11716
11717
11718 \color blue
11719
11720 \begin_inset ERT
11721 status collapsed
11722
11723 \begin_layout Plain Layout
11724
11725
11726 \backslash
11727 spce 
11728 \end_layout
11729
11730 \end_inset
11731
11732
11733 \color inherit
11734
11735 \begin_inset Quotes erd
11736 \end_inset
11737
11738 .
11739  La longueur peut aussi être négative.
11740  Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11741  disponible, on utilise la commande 
11742 \series bold
11743
11744 \backslash
11745 hfill
11746 \series default
11747
11748 \begin_inset Index
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752 Commandes ! H ! 
11753 \backslash
11754 hfill
11755 \end_layout
11756
11757 \end_inset
11758
11759 .
11760 \end_layout
11761
11762 \begin_layout Standard
11763 \begin_inset VSpace -1mm
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \begin_layout Standard
11770 \align center
11771 \begin_inset Tabular
11772 <lyxtabular version="3" rows="4" columns="2">
11773 <features>
11774 <column alignment="center" valignment="top" width="0">
11775 <column alignment="center" valignment="top" width="0">
11776 <row>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 Commande (
11782 \backslash
11783 hspace longueur)
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 Résultat
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 <row>
11799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 A=B
11804 \backslash
11805 hspace{3cm
11806 \begin_inset Formula $\to$
11807 \end_inset
11808
11809 A
11810 \backslash
11811 not=C (3
11812 \begin_inset space \thinspace{}
11813 \end_inset
11814
11815 cm)
11816 \end_layout
11817
11818 \end_inset
11819 </cell>
11820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11821 \begin_inset Text
11822
11823 \begin_layout Plain Layout
11824 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11825 \end_inset
11826
11827
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 </row>
11833 <row>
11834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 A
11839 \backslash
11840 hspace{-1mm
11841 \begin_inset Formula $\to$
11842 \end_inset
11843
11844 A
11845 \backslash
11846 not=A (-1
11847 \begin_inset space \thinspace{}
11848 \end_inset
11849
11850 mm)
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 <row>
11869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 A=A
11874 \backslash
11875 hfill
11876 \begin_inset ERT
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880
11881
11882 \backslash
11883 spce 
11884 \end_layout
11885
11886 \end_inset
11887
11888 B=B
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 \begin_inset Formula $A=A\hfill B=B$
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 </lyxtabular>
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \begin_layout Standard
11914 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11915  de colonne le plus long du tableau.
11916  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11917  laquelle 
11918 \series bold
11919
11920 \backslash
11921 hfill
11922 \series default
11923  est inséré.
11924  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11925  espace ne sera ajouté.
11926  
11927 \series bold
11928
11929 \backslash
11930 hfill
11931 \series default
11932  a un effet sur les formules hors ligne uniquement si on utilise le style
11933  de formule 
11934 \series bold
11935 Indenté
11936 \series default
11937  (Les styles de formules sont expliqués dans 
11938 \begin_inset CommandInset ref
11939 LatexCommand ref
11940 reference "sec:Styles-de-formules"
11941
11942 \end_inset
11943
11944 ).
11945 \end_layout
11946
11947 \begin_layout Standard
11948 En plus de 
11949 \series bold
11950
11951 \backslash
11952 hfill, 
11953 \series default
11954 il y a les commandes 
11955 \series bold
11956
11957 \backslash
11958 dotfill
11959 \series default
11960  et 
11961 \series bold
11962
11963 \backslash
11964 hrulefill
11965 \series default
11966  qui remplissent l'espace avec un motif, voir 
11967 \begin_inset CommandInset ref
11968 LatexCommand ref
11969 reference "sub:Points-de-suspension"
11970
11971 \end_inset
11972
11973  pour un exemple.
11974 \end_layout
11975
11976 \begin_layout Standard
11977 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11978  
11979 \family sans
11980 Insérer\SpecialChar \menuseparator
11981 Typographie
11982 \begin_inset space ~
11983 \end_inset
11984
11985 spéciale\SpecialChar \menuseparator
11986 Espacement horizontal
11987 \family default
11988 :
11989 \end_layout
11990
11991 \begin_layout Standard
11992 Ceci est une ligne avec un espace de
11993 \begin_inset space \hspace{}
11994 \length 2cm
11995 \end_inset
11996
11997 2
11998 \begin_inset space \thinspace{}
11999 \end_inset
12000
12001 cm.
12002 \end_layout
12003
12004 \begin_layout Standard
12005 Ceci est une ligne avec un
12006 \begin_inset space \hfill{}
12007 \end_inset
12008
12009 espace maximum.
12010 \end_layout
12011
12012 \begin_layout Subsection
12013 Espace après les formules en ligne
12014 \begin_inset Index
12015 status collapsed
12016
12017 \begin_layout Plain Layout
12018 Espace ! après les formules en ligne
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Standard
12027 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
12028  
12029 \series bold
12030
12031 \backslash
12032 mathsurround
12033 \begin_inset Index
12034 status collapsed
12035
12036 \begin_layout Plain Layout
12037 Commandes ! M ! 
12038 \backslash
12039 mathsurround
12040 \end_layout
12041
12042 \end_inset
12043
12044
12045 \series default
12046 .
12047  La valeur d'une longueur est modifiée avec la commande 
12048 \series bold
12049
12050 \backslash
12051 setlength
12052 \begin_inset Index
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 Commandes ! S ! 
12057 \backslash
12058 setlength
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \series default
12065  qui a la syntaxe suivante:
12066 \end_layout
12067
12068 \begin_layout Standard
12069
12070 \series bold
12071
12072 \backslash
12073 setlength{nom de la longueur}{valeur}
12074 \end_layout
12075
12076 \begin_layout Standard
12077 Pour mettre 
12078 \series bold
12079
12080 \backslash
12081 mathsurround
12082 \series default
12083  à une valeur de 5
12084 \begin_inset space \thinspace{}
12085 \end_inset
12086
12087 mm, on insère la commande
12088 \end_layout
12089
12090 \begin_layout Standard
12091
12092 \series bold
12093
12094 \backslash
12095 setlength{
12096 \backslash
12097 mathsurround}{5mm}
12098 \end_layout
12099
12100 \begin_layout Standard
12101 en mode TeX.
12102  Une espace de 5
12103 \begin_inset space \thinspace{}
12104 \end_inset
12105
12106 mm va maintenant être placée autour de toutes les formules en ligne:
12107 \begin_inset ERT
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111
12112
12113 \backslash
12114 setlength{
12115 \backslash
12116 mathsurround}{5mm}
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \begin_layout Standard
12125 Voici une formule en ligne 
12126 \begin_inset Formula $A=B$
12127 \end_inset
12128
12129  avec une espace de 5
12130 \begin_inset space \thinspace{}
12131 \end_inset
12132
12133 mm autour.
12134 \begin_inset ERT
12135 status collapsed
12136
12137 \begin_layout Plain Layout
12138
12139
12140 \backslash
12141 setlength{
12142 \backslash
12143 mathsurround}{0pt}
12144 \end_layout
12145
12146 \end_inset
12147
12148
12149 \end_layout
12150
12151 \begin_layout Standard
12152 Pour revenir à la valeur prédéfinie, on met 
12153 \series bold
12154
12155 \backslash
12156 mathsurround
12157 \series default
12158  à 0
12159 \begin_inset space \thinspace{}
12160 \end_inset
12161
12162 pt.
12163 \end_layout
12164
12165 \begin_layout Section
12166 Boîtes et cadres
12167 \begin_inset Index
12168 status collapsed
12169
12170 \begin_layout Plain Layout
12171 Boîtes
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \begin_inset Index
12178 status collapsed
12179
12180 \begin_layout Plain Layout
12181 Cadres | see 
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186
12187 {
12188 \end_layout
12189
12190 \end_inset
12191
12192 Boîtes
12193 \begin_inset ERT
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197
12198 }
12199 \end_layout
12200
12201 \end_inset
12202
12203
12204 \end_layout
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \begin_layout Standard
12212 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
12213 \emph on
12214 Boîtes 
12215 \emph default
12216 du manuel 
12217 \emph on
12218 Objets insérés.
12219  
12220 \end_layout
12221
12222 \begin_layout Subsection
12223 Boîtes avec cadre
12224 \begin_inset CommandInset label
12225 LatexCommand label
12226 name "sub:Boîtes-avec-cadre"
12227
12228 \end_inset
12229
12230
12231 \begin_inset Index
12232 status collapsed
12233
12234 \begin_layout Plain Layout
12235 Boîtes ! avec cadre
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \end_layout
12242
12243 \begin_layout Standard
12244 Il es possible d'encadrer des formules ou des portions de formules avec
12245  la commande 
12246 \series bold
12247
12248 \backslash
12249 fbox
12250 \series default
12251
12252 \begin_inset Index
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256 Commandes ! F ! 
12257 \backslash
12258 fbox
12259 \end_layout
12260
12261 \end_inset
12262
12263  et 
12264 \series bold
12265
12266 \backslash
12267 boxed
12268 \series default
12269
12270 \begin_inset Index
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274 Commandes ! B ! 
12275 \backslash
12276 boxed
12277 \end_layout
12278
12279 \end_inset
12280
12281 .
12282 \end_layout
12283
12284 \begin_layout Standard
12285 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
12286  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
12287  Pour 
12288 \series bold
12289
12290 \backslash
12291 fbox
12292 \series default
12293  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
12294  avec 
12295 \family sans
12296 Ctrl-m
12297 \family default
12298  
12299 \begin_inset Foot
12300 status collapsed
12301
12302 \begin_layout Plain Layout
12303 À cause d'un bug de LyX, il est impossible de créer une nouvelle formule
12304  avec 
12305 \family sans
12306 Ctrl-m
12307 \family default
12308 , voir 
12309 \begin_inset CommandInset href
12310 LatexCommand href
12311 name "LyX-bug #1435"
12312 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12313
12314 \end_inset
12315
12316 .
12317 \end_layout
12318
12319 \end_inset
12320
12321 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
12322  Quand on utilise 
12323 \series bold
12324
12325 \backslash
12326 boxed
12327 \series default
12328 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
12329 \end_layout
12330
12331 \begin_layout Standard
12332 La commande 
12333 \series bold
12334
12335 \backslash
12336 fbox
12337 \series default
12338  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
12339  formule serait alors toujours mise à la taille du texte.
12340  
12341 \series bold
12342
12343 \backslash
12344 boxed
12345 \series default
12346 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
12347  la formule serait alors toujours mise à la taille des formules hors ligne.
12348 \end_layout
12349
12350 \begin_layout Standard
12351 Comme extension à 
12352 \series bold
12353
12354 \backslash
12355 fbox
12356 \series default
12357  il y a la commande 
12358 \series bold
12359
12360 \backslash
12361 framebox
12362 \series default
12363
12364 \begin_inset Index
12365 status collapsed
12366
12367 \begin_layout Plain Layout
12368 Commandes ! F ! 
12369 \backslash
12370 framebox
12371 \end_layout
12372
12373 \end_inset
12374
12375  où on peut en plus spécifier la largeur du cadre et l'alignement.
12376  La syntaxe de la commande 
12377 \series bold
12378
12379 \backslash
12380 framebox
12381 \series default
12382  est la suivante:
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 framebox[Largeur du cadre][position]{contenu de la boîte}
12391 \end_layout
12392
12393 \begin_layout Standard
12394 La position peut être soit 
12395 \emph on
12396 l
12397 \emph default
12398  soit 
12399 \emph on
12400 r
12401 \emph default
12402 .
12403  
12404 \emph on
12405 l
12406 \emph default
12407  aligne la formule à gauche dans la boîte, 
12408 \emph on
12409 r
12410 \emph default
12411  à droite.
12412  Quand on ne précise pas la position, la formule est centrée.
12413 \begin_inset Newline newline
12414 \end_inset
12415
12416 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
12417  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
12418  c'est le cas avec 
12419 \series bold
12420
12421 \backslash
12422 fbox
12423 \series default
12424 .
12425 \end_layout
12426
12427 \begin_layout Standard
12428 Quand on insère la commande 
12429 \series bold
12430
12431 \backslash
12432 framebox
12433 \series default
12434 , une boîte apparaît contenant trois boîtes bleues.
12435  Les deux premières sont entourées de crochets pour signales des arguments
12436  optionnels.
12437  La troisième boîte est là pour contenir les portions de formules, comme
12438  pour 
12439 \series bold
12440
12441 \backslash
12442 fbox
12443 \series default
12444 .
12445 \end_layout
12446
12447 \begin_layout Standard
12448 \align center
12449 \begin_inset Note Note
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453 Le tableau a été placé dans une minipage pour que la note de bas de page
12454  apparaisse.
12455  Sinon le texte de la note n'aurait pas été affiché.
12456 \end_layout
12457
12458 \end_inset
12459
12460
12461 \begin_inset Box Frameless
12462 position "c"
12463 hor_pos "c"
12464 has_inner_box 1
12465 inner_pos "c"
12466 use_parbox 0
12467 width "100col%"
12468 special "none"
12469 height "1in"
12470 height_special "totalheight"
12471 status open
12472
12473 \begin_layout Plain Layout
12474 \align center
12475 \begin_inset Tabular
12476 <lyxtabular version="3" rows="5" columns="2">
12477 <features>
12478 <column alignment="center" valignment="top" width="0">
12479 <column alignment="center" valignment="top" width="0">
12480 <row>
12481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 Commande
12486 \begin_inset Foot
12487 status collapsed
12488
12489 \begin_layout Plain Layout
12490 À cause d'un bug de LyX, il n'est pas possible de créer une nouvelle formule
12491  avec 
12492 \family sans
12493 Ctrl-m
12494 \family default
12495 , voir 
12496 \begin_inset CommandInset href
12497 LatexCommand href
12498 name "LyX-bug #1435"
12499 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12500
12501 \end_inset
12502
12503 .
12504 \end_layout
12505
12506 \end_inset
12507
12508
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 Résultat
12518 \begin_inset Note Note
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522
12523 \series bold
12524 \lang english
12525
12526 \backslash
12527 raisebox
12528 \end_layout
12529
12530 \end_inset
12531
12532
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 </row>
12538 <row>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543
12544 \backslash
12545 fbox
12546 \begin_inset ERT
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550
12551
12552 \backslash
12553 spce 
12554 \end_layout
12555
12556 \end_inset
12557
12558
12559 \family sans
12560 Ctrl-m
12561 \family default
12562  
12563 \backslash
12564 int
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569
12570
12571 \backslash
12572 spce 
12573 \end_layout
12574
12575 \end_inset
12576
12577 A=B
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 \begin_inset Formula $\raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}$
12587 \end_inset
12588
12589
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 </row>
12595 <row>
12596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600
12601 \backslash
12602 boxed
12603 \begin_inset ERT
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607
12608
12609 \backslash
12610 spce 
12611 \end_layout
12612
12613 \end_inset
12614
12615
12616 \backslash
12617 int
12618 \begin_inset ERT
12619 status collapsed
12620
12621 \begin_layout Plain Layout
12622
12623
12624 \backslash
12625 spce 
12626 \end_layout
12627
12628 \end_inset
12629
12630 A=B
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12640 \end_inset
12641
12642
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 A+
12654 \backslash
12655 fbox
12656 \begin_inset ERT
12657 status collapsed
12658
12659 \begin_layout Plain Layout
12660
12661
12662 \backslash
12663 spce 
12664 \end_layout
12665
12666 \end_inset
12667
12668 B
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 <row>
12687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691
12692 \backslash
12693 framebox
12694 \begin_inset ERT
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698
12699
12700 \backslash
12701 spce 
12702 \end_layout
12703
12704 \end_inset
12705
12706 20mm
12707 \begin_inset Formula $\to$
12708 \end_inset
12709
12710
12711 \begin_inset Formula $\to$
12712 \end_inset
12713
12714
12715 \family sans
12716 Ctrl-m
12717 \family default
12718  
12719 \backslash
12720 frac
12721 \begin_inset ERT
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725
12726
12727 \backslash
12728 spce 
12729 \end_layout
12730
12731 \end_inset
12732
12733 A
12734 \begin_inset Formula $\downarrow$
12735 \end_inset
12736
12737 B
12738 \end_layout
12739
12740 \end_inset
12741 </cell>
12742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12743 \begin_inset Text
12744
12745 \begin_layout Plain Layout
12746 \begin_inset Formula $\raisebox{6mm}{}$
12747 \end_inset
12748
12749
12750 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12751 \end_inset
12752
12753
12754 \begin_inset Formula $\raisebox{-4mm}{}$
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \end_inset
12761 </cell>
12762 </row>
12763 </lyxtabular>
12764
12765 \end_inset
12766
12767
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Standard
12776 On peut aussi ajuster l'épaisseur du cadre.
12777  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12778  formule
12779 \end_layout
12780
12781 \begin_layout Standard
12782
12783 \series bold
12784
12785 \backslash
12786 fboxrule
12787 \series default
12788  
12789 \series bold
12790
12791 \begin_inset Quotes eld
12792 \end_inset
12793
12794 épaisseur
12795 \begin_inset Quotes erd
12796 \end_inset
12797
12798
12799 \series default
12800  
12801 \series bold
12802
12803 \backslash
12804 fboxsep
12805 \series default
12806  
12807 \series bold
12808
12809 \begin_inset Quotes eld
12810 \end_inset
12811
12812 distance
12813 \begin_inset Quotes erd
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \begin_layout Standard
12820 \begin_inset Quotes eld
12821 \end_inset
12822
12823 distance
12824 \begin_inset Quotes erd
12825 \end_inset
12826
12827  précise la distance minimale entre le cadre et le premier caractère de
12828  la boîte.
12829  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12830 \begin_inset ERT
12831 status collapsed
12832
12833 \begin_layout Plain Layout
12834
12835
12836 \backslash
12837 fboxrule 2mm 
12838 \backslash
12839 fboxsep 3mm
12840 \end_layout
12841
12842 \end_inset
12843
12844
12845 \begin_inset Formula \[
12846 \boxed{A+B=C}\]
12847
12848 \end_inset
12849
12850 Avant cette formule, on a inséré en mode TeX les commandes
12851 \end_layout
12852
12853 \begin_layout Standard
12854
12855 \series bold
12856
12857 \backslash
12858 fboxrule
12859 \series default
12860  
12861 \series bold
12862 2mm
12863 \series default
12864  
12865 \series bold
12866
12867 \backslash
12868 fboxsep
12869 \series default
12870  
12871 \series bold
12872 3mm
12873 \end_layout
12874
12875 \begin_layout Standard
12876 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12877 \end_layout
12878
12879 \begin_layout Standard
12880 Pour revenir à la taille de cadre standard, on insère la commande
12881 \end_layout
12882
12883 \begin_layout Standard
12884
12885 \series bold
12886
12887 \backslash
12888 fboxrule
12889 \series default
12890  
12891 \series bold
12892 0.4pt
12893 \series default
12894  
12895 \series bold
12896
12897 \backslash
12898 fboxsep
12899 \series default
12900  
12901 \series bold
12902 3pt
12903 \series default
12904
12905 \begin_inset ERT
12906 status collapsed
12907
12908 \begin_layout Plain Layout
12909
12910
12911 \backslash
12912 fboxrule 0.4pt 
12913 \backslash
12914 fboxsep 3pt
12915 \end_layout
12916
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \begin_layout Standard
12923 avant la formule suivante.
12924 \end_layout
12925
12926 \begin_layout Subsection
12927 Boîtes sans cadre
12928 \begin_inset CommandInset label
12929 LatexCommand label
12930 name "sub:Boîtes-sans-cadre"
12931
12932 \end_inset
12933
12934
12935 \begin_inset Index
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939 Boîtes ! sans cadre
12940 \end_layout
12941
12942 \end_inset
12943
12944
12945 \end_layout
12946
12947 \begin_layout Standard
12948 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12949  
12950 \series bold
12951
12952 \backslash
12953 mbox
12954 \series default
12955
12956 \begin_inset Index
12957 status collapsed
12958
12959 \begin_layout Plain Layout
12960 Commandes ! M ! 
12961 \backslash
12962 mbox
12963 \end_layout
12964
12965 \end_inset
12966
12967
12968 \series bold
12969
12970 \backslash
12971 makebox
12972 \series default
12973
12974 \begin_inset Index
12975 status collapsed
12976
12977 \begin_layout Plain Layout
12978 Commandes ! M ! 
12979 \backslash
12980 makebox
12981 \end_layout
12982
12983 \end_inset
12984
12985 , et 
12986 \series bold
12987
12988 \backslash
12989 raisebox
12990 \series default
12991
12992 \begin_inset Index
12993 status collapsed
12994
12995 \begin_layout Plain Layout
12996 Commandes ! R ! 
12997 \backslash
12998 raisebox
12999 \end_layout
13000
13001 \end_inset
13002
13003
13004 \end_layout
13005
13006 \begin_layout Standard
13007 Avec 
13008 \series bold
13009
13010 \backslash
13011 raisebox
13012 \series default
13013  une boîte peut être mise en exposant ou en indice.
13014  Mais contrairement aux indices et aux exposants normaux, les caractères
13015  conservent leur taille de police initiale.
13016  
13017 \series bold
13018
13019 \backslash
13020 raisebox
13021 \series default
13022  est utilisée avec la syntaxe suivante:
13023 \end_layout
13024
13025 \begin_layout Standard
13026
13027 \series bold
13028
13029 \backslash
13030 raisebox{hauteur}{contenu de la boîte}
13031 \end_layout
13032
13033 \begin_layout Standard
13034 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
13035  comme pour 
13036 \series bold
13037
13038 \backslash
13039 fbox
13040 \series default
13041 .
13042 \end_layout
13043
13044 \begin_layout Standard
13045 \align center
13046 \begin_inset Tabular
13047 <lyxtabular version="3" rows="4" columns="2">
13048 <features>
13049 <column alignment="center" valignment="top" width="0">
13050 <column alignment="center" valignment="top" width="0">
13051 <row>
13052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 Commande
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 Résultat
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 </row>
13071 <row>
13072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 H
13077 \backslash
13078 raisebox{2mm
13079 \begin_inset Formula $\to$
13080 \end_inset
13081
13082
13083 \backslash
13084 {al
13085 \begin_inset Formula $\to$
13086 \end_inset
13087
13088  lo
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 </row>
13106 <row>
13107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 H
13112 \backslash
13113 raisebox{-2mm
13114 \begin_inset Formula $\to$
13115 \end_inset
13116
13117
13118 \backslash
13119 {al
13120 \begin_inset Formula $\to$
13121 \end_inset
13122
13123 lo
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 </row>
13141 <row>
13142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 A=
13147 \backslash
13148 raisebox{-2mm
13149 \begin_inset Formula $\to$
13150 \end_inset
13151
13152
13153 \backslash
13154 {
13155 \family sans
13156 Ctrl-m
13157 \family default
13158  
13159 \backslash
13160 sqrt
13161 \begin_inset ERT
13162 status collapsed
13163
13164 \begin_layout Plain Layout
13165
13166
13167 \backslash
13168 spce 
13169 \end_layout
13170
13171 \end_inset
13172
13173
13174 \end_layout
13175
13176 \end_inset
13177 </cell>
13178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13179 \begin_inset Text
13180
13181 \begin_layout Plain Layout
13182 \begin_inset ERT
13183 status collapsed
13184
13185 \begin_layout Plain Layout
13186
13187 $A=
13188 \backslash
13189 raisebox{-2mm}{$
13190 \backslash
13191 sqrt{B}$}$
13192 \end_layout
13193
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 </row>
13202 </lyxtabular>
13203
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \begin_layout Standard
13210 La dernière formule ne peut actuellement être créée qu'en mode TeX, parce
13211  que LyX insère une boîte plutôt que la formule supplémentaire qui est nécessair
13212 e
13213 \begin_inset Foot
13214 status collapsed
13215
13216 \begin_layout Plain Layout
13217 voir 
13218 \begin_inset CommandInset href
13219 LatexCommand href
13220 name "LyX-bug #1435"
13221 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13222
13223 \end_inset
13224
13225
13226 \end_layout
13227
13228 \end_inset
13229
13230 .
13231 \end_layout
13232
13233 \begin_layout Standard
13234 La commande 
13235 \series bold
13236
13237 \backslash
13238 mbox
13239 \series default
13240  est équivalente à 
13241 \series bold
13242
13243 \backslash
13244 fbox
13245 \series default
13246  et 
13247 \series bold
13248
13249 \backslash
13250 makebox
13251 \series default
13252  est équivalente à 
13253 \series bold
13254
13255 \backslash
13256 framebox
13257 \series default
13258 , avec la différence qu'il n'y a pas de cadre.
13259 \end_layout
13260
13261 \begin_layout Subsection
13262 Boîtes colorées
13263 \begin_inset Index
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 Boîtes ! colorées
13268 \end_layout
13269
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
13277  LaTeX 
13278 \series bold
13279 color
13280 \series default
13281
13282 \begin_inset Foot
13283 status collapsed
13284
13285 \begin_layout Plain Layout
13286 La paquetage LaTeX 
13287 \series bold
13288 color
13289 \series default
13290  fait partie de toutes les installations LaTeX standard.
13291 \end_layout
13292
13293 \end_inset
13294
13295
13296 \begin_inset Index
13297 status collapsed
13298
13299 \begin_layout Plain Layout
13300 Paquetages ! color
13301 \end_layout
13302
13303 \end_inset
13304
13305  soit chargé dans le préambule LaTeX avec la ligne
13306 \begin_inset Foot
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
13311  le document, LyX charge automatiquement le paquetage LaTeX 
13312 \series bold
13313 color
13314 \series default
13315 .
13316  Il est donc possible que le paquetage soit chargé deux fois, mais cela
13317  ne doit pas poser de problème.
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \begin_inset Note Note
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
13328  dans le préambule LaTeX.
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337
13338 \series bold
13339
13340 \backslash
13341 usepackage{color}
13342 \end_layout
13343
13344 \begin_layout Standard
13345 \begin_inset VSpace medskip
13346 \end_inset
13347
13348 Pour colorer des boîtes, on utilise la commande 
13349 \series bold
13350
13351 \backslash
13352 colorbox
13353 \series default
13354
13355 \begin_inset Index
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359 Commandes ! C ! 
13360 \backslash
13361 colorbox
13362 \end_layout
13363
13364 \end_inset
13365
13366  avec la syntaxe suivante
13367 \end_layout
13368
13369 \begin_layout Standard
13370
13371 \series bold
13372
13373 \backslash
13374 colorbox{couleur}{contenu de la boîte}
13375 \end_layout
13376
13377 \begin_layout Standard
13378 Le contenu de la boîte peut être une autre boîte et une 
13379 \series bold
13380
13381 \backslash
13382 colorbox
13383 \series default
13384  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
13385  exemple).
13386  Quand une boîte est destinée à contenir une formule, on doit insérer une
13387  boîte supplémentaire, comme avec 
13388 \series bold
13389
13390 \backslash
13391 fbox
13392 \series default
13393 .
13394 \begin_inset Foot
13395 status collapsed
13396
13397 \begin_layout Plain Layout
13398 Ceci s'applique aussi à la commande 
13399 \series bold
13400
13401 \backslash
13402 fcolorbox
13403 \series default
13404 .
13405  D'où la note 
13406 \begin_inset CommandInset href
13407 LatexCommand href
13408 name "LyX-bug #1435"
13409 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13410
13411 \end_inset
13412
13413 .
13414 \end_layout
13415
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 On peut choisir une des couleurs prédéfinies suivantes:
13423 \end_layout
13424
13425 \begin_layout Standard
13426
13427 \series bold
13428 black
13429 \series default
13430  (noir), 
13431 \series bold
13432 blue
13433 \series default
13434  (bleu), 
13435 \series bold
13436 cyan
13437 \series default
13438
13439 \series bold
13440 green
13441 \series default
13442  (vert), 
13443 \series bold
13444 magenta
13445 \series default
13446
13447 \series bold
13448 red
13449 \series default
13450  (rouge), 
13451 \series bold
13452 white
13453 \series default
13454  (blanc), et 
13455 \series bold
13456 yellow (jaune)
13457 \end_layout
13458
13459 \begin_layout Standard
13460 \align center
13461 \begin_inset Tabular
13462 <lyxtabular version="3" rows="4" columns="2">
13463 <features>
13464 <column alignment="center" valignment="top" width="0">
13465 <column alignment="center" valignment="top" width="0">
13466 <row>
13467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13468 \begin_inset Text
13469
13470 \begin_layout Plain Layout
13471 Commande
13472 \end_layout
13473
13474 \end_inset
13475 </cell>
13476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13477 \begin_inset Text
13478
13479 \begin_layout Plain Layout
13480 Résultat
13481 \begin_inset Note Note
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485
13486 \series bold
13487
13488 \backslash
13489 raisebox est seulement utilisée pour faire de la place
13490 \end_layout
13491
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 </row>
13500 <row>
13501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505
13506 \backslash
13507 colorbox{yellow
13508 \begin_inset Formula $\to$
13509 \end_inset
13510
13511
13512 \backslash
13513 {A=B
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13519 \begin_inset Text
13520
13521 \begin_layout Plain Layout
13522 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row>
13532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536
13537 \backslash
13538 colorbox{green
13539 \begin_inset Formula $\to$
13540 \end_inset
13541
13542
13543 \backslash
13544 {
13545 \backslash
13546 fbox
13547 \begin_inset ERT
13548 status collapsed
13549
13550 \begin_layout Plain Layout
13551
13552
13553 \backslash
13554 spce 
13555 \end_layout
13556
13557 \end_inset
13558
13559 A=B
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13569 \end_inset
13570
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 </row>
13577 <row>
13578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582
13583 \backslash
13584 fbox
13585 \begin_inset ERT
13586 status collapsed
13587
13588 \begin_layout Plain Layout
13589
13590
13591 \backslash
13592 spce 
13593 \end_layout
13594
13595 \end_inset
13596
13597
13598 \backslash
13599 colorbox{green
13600 \begin_inset Formula $\to$
13601 \end_inset
13602
13603
13604 \backslash
13605 {A=B
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13615 \end_inset
13616
13617
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 </lyxtabular>
13624
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \begin_layout Standard
13631
13632 \series bold
13633
13634 \backslash
13635 colorbox
13636 \series default
13637  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13638  Pour colorer tous les caractères, on sélectionne toute la formule et on
13639  choisit la couleur voulue avec la fenêtre de dialogue 
13640 \family sans
13641 Style
13642 \begin_inset space ~
13643 \end_inset
13644
13645 de
13646 \begin_inset space ~
13647 \end_inset
13648
13649 texte
13650 \family default
13651 .
13652  Cette fenêtre de dialogue peut être appelée avec le bouton 
13653 \begin_inset Graphics
13654         filename ../../images/dialog-show_character.png
13655         scale 85
13656
13657 \end_inset
13658
13659  de la barre d'outils, ou avec le menu 
13660 \family sans
13661 Éditer\SpecialChar \menuseparator
13662 Style
13663 \begin_inset space ~
13664 \end_inset
13665
13666 de
13667 \begin_inset space ~
13668 \end_inset
13669
13670 texte\SpecialChar \menuseparator
13671 Personnalisé
13672 \family default
13673 .
13674  Le numéro de la formule prendra la même couleur que la formule.
13675  Si le numéro doit avoir une couleur différente de celle des caractères
13676  de la formule, la couleur doit être changée à l'intérieur de la formule.
13677 \end_layout
13678
13679 \begin_layout Standard
13680 Un exemple:
13681 \end_layout
13682
13683 \begin_layout Standard
13684
13685 \color red
13686 \begin_inset Formula \begin{equation}
13687 \int A=B\label{eq:rouge}\end{equation}
13688
13689 \end_inset
13690
13691
13692 \color green
13693
13694 \begin_inset Formula \begin{equation}
13695 \textcolor{red}{\int A=B}\label{eq:rougevert}\end{equation}
13696
13697 \end_inset
13698
13699
13700 \end_layout
13701
13702 \begin_layout Standard
13703 La formule 
13704 \begin_inset CommandInset ref
13705 LatexCommand eqref
13706 reference "eq:rouge"
13707
13708 \end_inset
13709
13710  est complètement colorée en rouge.
13711 \begin_inset Newline newline
13712 \end_inset
13713
13714 La formule 
13715 \begin_inset CommandInset ref
13716 LatexCommand eqref
13717 reference "eq:rougevert"
13718
13719 \end_inset
13720
13721  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13722  Ensuite, les caractères de la formule ont été colorés en rouge.
13723 \end_layout
13724
13725 \begin_layout Standard
13726 \begin_inset VSpace bigskip
13727 \end_inset
13728
13729 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13730  utilise la commande 
13731 \series bold
13732
13733 \backslash
13734 fcolorbox
13735 \series default
13736
13737 \begin_inset Index
13738 status collapsed
13739
13740 \begin_layout Plain Layout
13741 Commandes ! F ! 
13742 \backslash
13743 fcolorbox
13744 \end_layout
13745
13746 \end_inset
13747
13748  avec la syntaxe suivante:
13749 \end_layout
13750
13751 \begin_layout Standard
13752
13753 \series bold
13754
13755 \backslash
13756 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13757 \end_layout
13758
13759 \begin_layout Standard
13760 Donc 
13761 \series bold
13762
13763 \backslash
13764 fcolorbox
13765 \series default
13766  est une extension de la commande 
13767 \series bold
13768
13769 \backslash
13770 colorbox
13771 \series default
13772 .
13773  L'épaisseur du cadre est déterminée comme avec 
13774 \series bold
13775
13776 \backslash
13777 framebox
13778 \series default
13779 , avec 
13780 \series bold
13781
13782 \backslash
13783 fboxrule
13784 \series default
13785  et 
13786 \series bold
13787
13788 \backslash
13789 fboxsep
13790 \series default
13791 .
13792  Un exemple:
13793 \begin_inset ERT
13794 status collapsed
13795
13796 \begin_layout Plain Layout
13797
13798
13799 \backslash
13800 fboxrule 1mm 
13801 \backslash
13802 fboxsep 1mm
13803 \end_layout
13804
13805 \end_inset
13806
13807
13808 \begin_inset Formula \[
13809 \fcolorbox{cyan}{magenta}{A=B}\]
13810
13811 \end_inset
13812
13813
13814 \begin_inset ERT
13815 status collapsed
13816
13817 \begin_layout Plain Layout
13818
13819
13820 \backslash
13821 fboxrule 0.4pt 
13822 \backslash
13823 fboxsep 3pt
13824 \end_layout
13825
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \begin_layout Standard
13832 Cette formule a été créée avec la commande
13833 \begin_inset Newline newline
13834 \end_inset
13835
13836
13837 \series bold
13838
13839 \backslash
13840 fcolorbox{cyan
13841 \begin_inset Formula $\to$
13842 \end_inset
13843
13844
13845 \backslash
13846 {magenta
13847 \begin_inset Formula $\to$
13848 \end_inset
13849
13850
13851 \backslash
13852 {A=B
13853 \series default
13854 .
13855 \end_layout
13856
13857 \begin_layout Standard
13858 \begin_inset VSpace bigskip
13859 \end_inset
13860
13861 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13862  faut d'abord les définir.
13863 \end_layout
13864
13865 \begin_layout Standard
13866 On peut par exemple définir la couleur 
13867 \begin_inset Quotes eld
13868 \end_inset
13869
13870 vertfonce
13871 \begin_inset Quotes erd
13872 \end_inset
13873
13874  avec la ligne suivante dans le préambule LaTeX:
13875 \end_layout
13876
13877 \begin_layout Standard
13878
13879 \series bold
13880
13881 \backslash
13882 definecolor{vertfonce}{cmyk}{0.5,
13883 \series default
13884  
13885 \series bold
13886 0,
13887 \series default
13888  
13889 \series bold
13890 1,
13891 \series default
13892  
13893 \series bold
13894 0.5}
13895 \series default
13896
13897 \begin_inset Index
13898 status collapsed
13899
13900 \begin_layout Plain Layout
13901 Commandes ! D ! 
13902 \backslash
13903 definecolor
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \begin_layout Standard
13912
13913 \series bold
13914 cmyk
13915 \series default
13916  est l'espace colorimétrique basé sur les couleurs 
13917 \series bold
13918 cyan
13919 \series default
13920
13921 \series bold
13922 magenta
13923 \series default
13924 , jaune
13925 \series bold
13926  (yellow
13927 \series default
13928 ), et noir 
13929 \series bold
13930 (black
13931 \series default
13932 ).
13933  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13934  correspondantes dans l'espace colorimétrique.
13935  Ces facteurs prennent des valeurs entre 0 et 1.
13936  À la place de 
13937 \series bold
13938 cmyk 
13939 \series default
13940 on peut aussi utiliser l'espace 
13941 \series bold
13942 rgb 
13943 \series default
13944 basé sur les couleurs rouge (
13945 \series bold
13946 red
13947 \series default
13948 ), vert (
13949 \series bold
13950 green
13951 \series default
13952 ) et bleu (
13953 \series bold
13954 blue
13955 \series default
13956 ).
13957  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13958  couleurs.
13959  Il y a aussi l'espace de couleur 
13960 \series bold
13961 gray 
13962 \series default
13963 (dégradé de gris) avec un facteur donnant la proportion de gris.
13964 \end_layout
13965
13966 \begin_layout Standard
13967 Comme exemple, une boîte encadrée avec la couleur 
13968 \series bold
13969 vertfonce 
13970 \series default
13971 que l'on vient de définir et des caractères colorés en jaune (
13972 \series bold
13973 yellow
13974 \series default
13975 ):
13976 \begin_inset Formula \begin{equation}
13977 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13978
13979 \end_inset
13980
13981
13982 \end_layout
13983
13984 \begin_layout Standard
13985 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13986  de la commande 
13987 \series bold
13988
13989 \backslash
13990 textcolor
13991 \series default
13992 :
13993 \begin_inset Index
13994 status collapsed
13995
13996 \begin_layout Plain Layout
13997 Texte ! coloré
13998 \end_layout
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Standard
14006 \begin_inset ERT
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010
14011
14012 \backslash
14013 textcolor{vertfonce}{
14014 \end_layout
14015
14016 \end_inset
14017
14018 cette phrase est en 
14019 \begin_inset Quotes eld
14020 \end_inset
14021
14022 vertfonce
14023 \begin_inset Quotes erd
14024 \end_inset
14025
14026 .
14027 \begin_inset ERT
14028 status collapsed
14029
14030 \begin_layout Plain Layout
14031
14032 }
14033 \end_layout
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \begin_layout Standard
14041
14042 \series bold
14043
14044 \backslash
14045 textcolor
14046 \series default
14047
14048 \begin_inset Index
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052 Commandes ! T ! 
14053 \backslash
14054 textcolor
14055 \end_layout
14056
14057 \end_inset
14058
14059  utilise la syntaxe 
14060 \series bold
14061
14062 \backslash
14063 textcolor{couleur}{caractères à colorer}
14064 \series default
14065 .
14066 \end_layout
14067
14068 \begin_layout Subsection
14069 Boîtes de paragraphe
14070 \begin_inset CommandInset label
14071 LatexCommand label
14072 name "sub:Boîtes-de-paragraphes"
14073
14074 \end_inset
14075
14076
14077 \begin_inset Index
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081 Boîtes ! comme paragraphe
14082 \end_layout
14083
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \begin_layout Standard
14090 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
14091  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
14092  On la crée avec le menu 
14093 \family sans
14094 Insérer\SpecialChar \menuseparator
14095 Boîte
14096 \family default
14097  ou le bouton 
14098 \begin_inset Graphics
14099         filename ../../images/box-insert.png
14100         scale 85
14101
14102 \end_inset
14103
14104  de la barre d'outils.
14105 \end_layout
14106
14107 \begin_layout Standard
14108 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
14109  une ligne:
14110 \end_layout
14111
14112 \begin_layout Standard
14113 \begin_inset VSpace medskip
14114 \end_inset
14115
14116 Ceci est une ligne 
14117 \begin_inset Box Boxed
14118 position "c"
14119 hor_pos "c"
14120 has_inner_box 1
14121 inner_pos "t"
14122 use_parbox 1
14123 width "5cm"
14124 special "none"
14125 height "1in"
14126 height_special "totalheight"
14127 status open
14128
14129 \begin_layout Plain Layout
14130 Ceci est une boîte de paragraphe.
14131  Elle a exactement 5
14132 \begin_inset space \thinspace{}
14133 \end_inset
14134
14135 cm de large et peut aussi contenir des formules: 
14136 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14137 \end_inset
14138
14139
14140 \end_layout
14141
14142 \end_inset
14143
14144  avec une boîte de paragraphe.
14145 \end_layout
14146
14147 \begin_layout Standard
14148 \begin_inset VSpace medskip
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \begin_layout Standard
14155 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
14156  grise.
14157  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
14158  Dans notre cas, on met: 
14159 \emph on
14160 Décoration:
14161 \emph default
14162  Boîte rectangulaire, 
14163 \emph on
14164 Boîte intérieure:
14165 \emph default
14166  Parbox, 
14167 \emph on
14168 Largeur
14169 \emph default
14170 : 5
14171 \begin_inset space \thinspace{}
14172 \end_inset
14173
14174 cm, 
14175 \emph on
14176 Alignement vertical boîte
14177 \emph default
14178 : milieu
14179 \end_layout
14180
14181 \begin_layout Standard
14182 \begin_inset VSpace medskip
14183 \end_inset
14184
14185 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
14186 \series bold
14187
14188 \backslash
14189 parbox
14190 \series default
14191
14192 \begin_inset Index
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196 Commandes ! P ! 
14197 \backslash
14198 parbox
14199 \end_layout
14200
14201 \end_inset
14202
14203  qui a la syntaxe suivante:
14204 \end_layout
14205
14206 \begin_layout Standard
14207
14208 \series bold
14209
14210 \backslash
14211 parbox[position]{largeur}{contenu de la boîte}
14212 \end_layout
14213
14214 \begin_layout Standard
14215 Les positions 
14216 \emph on
14217 b
14218 \emph default
14219  et 
14220 \emph on
14221 t
14222 \emph default
14223  sont possibles.
14224  
14225 \emph on
14226 b
14227 \emph default
14228  pour bas (bottom) signifie que la boîte est alignée au sein du texte qui
14229  l'entoure, au niveau de sa dernière ligne.
14230  Avec 
14231 \emph on
14232 t
14233 \emph default
14234  pour haut (top) l'alignement se fait avec la première ligne.
14235  Si aucune position n'est précisée, la boîte est centrée verticalement,
14236  voir la section 
14237 \emph on
14238 Boîtes 
14239 \emph default
14240 du manuel 
14241 \emph on
14242 Objets insérés 
14243 \emph default
14244 pour des exemples.
14245 \end_layout
14246
14247 \begin_layout Standard
14248 \begin_inset VSpace bigskip
14249 \end_inset
14250
14251 Pour encadrer une formule complètement, y compris le numéro de la formule,
14252  il faut la placer dans une boîte de paragraphe.
14253  Pour le faire, on insère la commande 
14254 \series bold
14255
14256 \backslash
14257 fbox{
14258 \backslash
14259 parbox{
14260 \backslash
14261 linewidth-2
14262 \backslash
14263 fboxsep-2
14264 \backslash
14265 fboxrule}{
14266 \series default
14267  en mode TeX avant la formule.
14268  Dans cette commande 
14269 \series bold
14270
14271 \backslash
14272 linewidth
14273 \begin_inset Index
14274 status collapsed
14275
14276 \begin_layout Plain Layout
14277 Commandes ! L ! 
14278 \backslash
14279 linewidth
14280 \end_layout
14281
14282 \end_inset
14283
14284
14285 \series default
14286  est l'épaisseur de ligne qui est active pour tout le document.
14287  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
14288  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
14289  et l'épaisseur du cadre.
14290  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
14291 \begin_inset Foot
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295 \begin_inset CommandInset href
14296 LatexCommand href
14297 name "LyX-bug #4483"
14298 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14299
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \end_inset
14306
14307 , on doit utiliser le mode TeX.
14308  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
14309  on doit charger le paquetage LaTeX 
14310 \series bold
14311 calc
14312 \series default
14313
14314 \begin_inset Foot
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318
14319 \series bold
14320 calc
14321 \series default
14322  fait partie de toutes les installations standard de LaTeX.
14323 \end_layout
14324
14325 \end_inset
14326
14327
14328 \begin_inset Index
14329 status collapsed
14330
14331 \begin_layout Plain Layout
14332 Paquetages ! calc
14333 \end_layout
14334
14335 \end_inset
14336
14337  dans le préambule LaTeX avec la ligne
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 usepackage{calc}
14346 \end_layout
14347
14348 \begin_layout Standard
14349 Après la formule, les deux boîtes sont refermées en entrant 
14350 \series bold
14351 }}
14352 \series default
14353  en mode TeX.
14354  Voici un exemple:
14355 \begin_inset ERT
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360
14361 \backslash
14362 fboxsep 5mm 
14363 \backslash
14364 fboxrule 5mm
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 \begin_inset ERT
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377
14378
14379 \backslash
14380 fbox{
14381 \backslash
14382 parbox{
14383 \backslash
14384 linewidth-2
14385 \backslash
14386 fboxsep-2
14387 \backslash
14388 fboxrule}{
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \begin_inset Formula \begin{equation}
14395 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14396
14397 \end_inset
14398
14399
14400 \begin_inset ERT
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404
14405 }}
14406 \end_layout
14407
14408 \end_inset
14409
14410
14411 \begin_inset ERT
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415
14416
14417 \backslash
14418 fboxrule 0.4pt 
14419 \backslash
14420 fboxsep 3pt
14421 \end_layout
14422
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \begin_layout Standard
14429 \begin_inset VSpace medskip
14430 \end_inset
14431
14432 Comme on utilise une boîte de paragraphe comme argument de 
14433 \series bold
14434
14435 \backslash
14436 fbox
14437 \series default
14438 , il n'y a dans ce cas pas de différence entre 
14439 \series bold
14440
14441 \backslash
14442 fbox
14443 \series default
14444  et 
14445 \series bold
14446
14447 \backslash
14448 boxed
14449 \series default
14450 .
14451 \end_layout
14452
14453 \begin_layout Standard
14454 \begin_inset VSpace bigskip
14455 \end_inset
14456
14457 Les boîtes de paragraphes sont très utiles pour commenter directement des
14458  formules.
14459  Pour faire cela, on utilise la commande 
14460 \series bold
14461
14462 \backslash
14463 parbox
14464 \series default
14465  en combinaison avec la commande 
14466 \series bold
14467
14468 \backslash
14469 tag
14470 \series default
14471
14472 \begin_inset Foot
14473 status collapsed
14474
14475 \begin_layout Plain Layout
14476 plus au sujet de la commande 
14477 \series bold
14478
14479 \backslash
14480 tag
14481 \series default
14482 , voir 
14483 \begin_inset CommandInset ref
14484 LatexCommand ref
14485 reference "sub:Numérotation-personnalisée"
14486
14487 \end_inset
14488
14489 .
14490 \end_layout
14491
14492 \end_inset
14493
14494 .
14495 \end_layout
14496
14497 \begin_layout Standard
14498 Un exemple de formule commentée avec 
14499 \series bold
14500
14501 \backslash
14502 parbox
14503 \series default
14504 :
14505 \end_layout
14506
14507 \begin_layout Standard
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513
14514 \backslash
14515 [5x-7b=3b
14516 \backslash
14517 tag*{
14518 \backslash
14519 parbox{5cm}{
14520 \end_layout
14521
14522 \end_inset
14523
14524 Ceci est une description.
14525  Elle est clairement séparée de la formule et est multi-ligne.
14526 \begin_inset ERT
14527 status collapsed
14528
14529 \begin_layout Plain Layout
14530
14531 }}
14532 \backslash
14533 ]
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Standard
14542 Une telle formule doit être complètement insérée en mode TeX, parce que
14543  LyX ne supporte pas encore la commande 
14544 \series bold
14545
14546 \backslash
14547 parbox
14548 \series default
14549  dans les formules.
14550  On crée la formule avec la suite de commandes suivante:
14551 \end_layout
14552
14553 \begin_layout Standard
14554 On insère la commande 
14555 \series bold
14556
14557 \backslash
14558 [5x-7b=3b
14559 \backslash
14560 tag*
14561 \backslash
14562 {
14563 \backslash
14564 parbox{5cm}{
14565 \series default
14566  en mode TeX.
14567 \begin_inset Foot
14568 status collapsed
14569
14570 \begin_layout Plain Layout
14571 Quand on utilise le style de formule 
14572 \series bold
14573 Indenté
14574 \series default
14575 , on peut aussi remplacer 
14576 \series bold
14577
14578 \backslash
14579 tag*
14580 \backslash
14581 {
14582 \series default
14583  par 
14584 \series bold
14585
14586 \backslash
14587 hfill
14588 \series default
14589 .
14590  (pour les styles de formules, voir 
14591 \begin_inset CommandInset ref
14592 LatexCommand ref
14593 reference "sec:Styles-de-formules"
14594
14595 \end_inset
14596
14597 ).
14598 \end_layout
14599
14600 \end_inset
14601
14602  Ensuite la description suit en texte normal et enfin on insère 
14603 \series bold
14604 }}
14605 \backslash
14606 ]
14607 \series default
14608  en mode TeX.
14609  Dans ces commandes, 
14610 \series bold
14611
14612 \backslash
14613 [
14614 \series default
14615  et 
14616 \series bold
14617
14618 \backslash
14619 ]
14620 \series default
14621  créent une formule hors ligne.
14622 \end_layout
14623
14624 \begin_layout Standard
14625 On peut voir les avantages de 
14626 \series bold
14627
14628 \backslash
14629 parbox
14630 \series default
14631  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14632 \begin_inset Formula \[
14633 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}\]
14634
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \begin_layout Section
14641 Opérateurs
14642 \begin_inset Index
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646 Opérateurs
14647 \end_layout
14648
14649 \end_inset
14650
14651
14652 \end_layout
14653
14654 \begin_layout Subsection
14655 Grands Opérateurs
14656 \begin_inset CommandInset label
14657 LatexCommand label
14658 name "sub:Grands-opérateurs"
14659
14660 \end_inset
14661
14662
14663 \begin_inset Index
14664 status collapsed
14665
14666 \begin_layout Plain Layout
14667 Opérateurs ! grands
14668 \end_layout
14669
14670 \end_inset
14671
14672
14673 \begin_inset Index
14674 status collapsed
14675
14676 \begin_layout Plain Layout
14677 Sommes
14678 \end_layout
14679
14680 \end_inset
14681
14682
14683 \begin_inset Index
14684 status collapsed
14685
14686 \begin_layout Plain Layout
14687 Intégrales
14688 \end_layout
14689
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \begin_layout Standard
14696 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14697  activer l'option 
14698 \family sans
14699 Utiliser
14700 \begin_inset space ~
14701 \end_inset
14702
14703 automatiquement le paquetage
14704 \begin_inset space ~
14705 \end_inset
14706
14707 esint
14708 \family default
14709  dans les 
14710 \family sans
14711 Options du mode math.
14712 \end_layout
14713
14714 \begin_layout Standard
14715
14716 \lang english
14717 \begin_inset space \hfill{}
14718 \end_inset
14719
14720
14721 \lang french
14722
14723 \begin_inset Tabular
14724 <lyxtabular version="3" rows="11" columns="2">
14725 <features>
14726 <column alignment="center" valignment="top" width="0pt">
14727 <column alignment="center" valignment="top" width="0pt">
14728 <row>
14729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14730 \begin_inset Text
14731
14732 \begin_layout Plain Layout
14733 Commande
14734 \end_layout
14735
14736 \end_inset
14737 </cell>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742 Résultat
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 </row>
14748 <row>
14749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14750 \begin_inset Text
14751
14752 \begin_layout Plain Layout
14753
14754 \backslash
14755 sum
14756 \begin_inset Index
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760 Commandes ! S ! 
14761 \backslash
14762 sum
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14773 \begin_inset Text
14774
14775 \begin_layout Plain Layout
14776 \begin_inset Formula $\sum$
14777 \end_inset
14778
14779
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 </row>
14785 <row>
14786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790
14791 \backslash
14792 int
14793 \begin_inset Index
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797 Commandes ! I ! 
14798 \backslash
14799 int
14800 \end_layout
14801
14802 \end_inset
14803
14804
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 \begin_inset Formula $\int$
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 </row>
14822 <row>
14823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827
14828 \backslash
14829 intop
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838 \begin_inset Formula $\intop$
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 </row>
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852
14853 \backslash
14854 oint
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14860 \begin_inset Text
14861
14862 \begin_layout Plain Layout
14863 \begin_inset Formula $\oint$
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 </row>
14872 <row>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877
14878 \backslash
14879 ointop
14880 \end_layout
14881
14882 \end_inset
14883 </cell>
14884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14885 \begin_inset Text
14886
14887 \begin_layout Plain Layout
14888 \begin_inset Formula $\ointop$
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 </row>
14897 <row>
14898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14899 \begin_inset Text
14900
14901 \begin_layout Plain Layout
14902
14903 \backslash
14904 ointctrclockwise
14905 \end_layout
14906
14907 \end_inset
14908 </cell>
14909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14910 \begin_inset Text
14911
14912 \begin_layout Plain Layout
14913 \begin_inset Formula $\ointctrclockwise$
14914 \end_inset
14915
14916
14917 \end_layout
14918
14919 \end_inset
14920 </cell>
14921 </row>
14922 <row>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927
14928 \backslash
14929 ointclockwise
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938 \begin_inset Formula $\ointclockwise$
14939 \end_inset
14940
14941
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 </row>
14947 <row>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952
14953 \backslash
14954 sqint
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 \begin_inset Formula $\sqint$
14964 \end_inset
14965
14966
14967 \end_layout
14968
14969 \end_inset
14970 </cell>
14971 </row>
14972 <row>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977
14978 \backslash
14979 bigcap
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14985 \begin_inset Text
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Formula $\bigcap$
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 </row>
14997 <row>
14998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002
15003 \backslash
15004 bigcup
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013 \begin_inset Formula $\bigcup$
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 </row>
15022 </lyxtabular>
15023
15024 \end_inset
15025
15026
15027 \begin_inset space \hfill{}
15028 \end_inset
15029
15030
15031 \begin_inset Tabular
15032 <lyxtabular version="3" rows="10" columns="2">
15033 <features>
15034 <column alignment="center" valignment="top" width="0pt">
15035 <column alignment="center" valignment="top" width="0pt">
15036 <row>
15037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 Commande
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 Résultat
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \backslash
15063 prod
15064 \begin_inset Index
15065 status collapsed
15066
15067 \begin_layout Plain Layout
15068 Commandes ! P ! 
15069 \backslash
15070 prod
15071 \end_layout
15072
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15081 \begin_inset Text
15082
15083 \begin_layout Plain Layout
15084 \begin_inset Formula $\prod$
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \backslash
15100 coprod
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 \begin_inset Formula $\coprod$
15110 \end_inset
15111
15112
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 </row>
15118 <row>
15119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15120 \begin_inset Text
15121
15122 \begin_layout Plain Layout
15123
15124 \backslash
15125 bigodot
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 \begin_inset Formula $\bigodot$
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 </row>
15143 <row>
15144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15145 \begin_inset Text
15146
15147 \begin_layout Plain Layout
15148
15149 \backslash
15150 bigotimes
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 \begin_inset Formula $\bigotimes$
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 bigoplus
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 \begin_inset Formula $\bigoplus$
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row>
15194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198
15199 \backslash
15200 bigwedge
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 \begin_inset Formula $\bigwedge$
15210 \end_inset
15211
15212
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 </row>
15218 <row>
15219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15220 \begin_inset Text
15221
15222 \begin_layout Plain Layout
15223
15224 \backslash
15225 bigvee
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234 \begin_inset Formula $\bigvee$
15235 \end_inset
15236
15237
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row>
15244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \backslash
15250 bigsqcup
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259 \begin_inset Formula $\bigsqcup$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 biguplus
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284 \begin_inset Formula $\biguplus$
15285 \end_inset
15286
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 </row>
15293 </lyxtabular>
15294
15295 \end_inset
15296
15297
15298 \lang english
15299
15300 \begin_inset space \hfill{}
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \begin_layout Standard
15307 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
15308  
15309 \begin_inset Graphics
15310         filename ../../images/math/intop.png
15311         scale 85
15312
15313 \end_inset
15314
15315  de la barre d'outils mathématique.
15316 \end_layout
15317
15318 \begin_layout Standard
15319 On nomme ces opérateurs 
15320 \begin_inset Quotes eld
15321 \end_inset
15322
15323 grands
15324 \begin_inset Quotes erd
15325 \end_inset
15326
15327  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
15328  parfois.
15329  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
15330  dans la section qui suit.
15331 \end_layout
15332
15333 \begin_layout Standard
15334 Les opérateurs 
15335 \series bold
15336
15337 \backslash
15338 intop
15339 \series default
15340  et 
15341 \series bold
15342
15343 \backslash
15344 ointop
15345 \series default
15346  sont différents de respectivement
15347 \series bold
15348  
15349 \backslash
15350 int
15351 \series default
15352  et 
15353 \series bold
15354
15355 \backslash
15356 oint
15357 \series default
15358 , dans la manière dont sont affichés les limites, voir 
15359 \begin_inset CommandInset ref
15360 LatexCommand ref
15361 reference "sub:Limites-des-opérateurs"
15362
15363 \end_inset
15364
15365 .
15366  
15367 \end_layout
15368
15369 \begin_layout Subsubsection*
15370 Conseils pour les intégrales
15371 \end_layout
15372
15373 \begin_layout Standard
15374 La lettre 
15375 \emph on
15376 d
15377 \emph default
15378  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
15379  On le fait en sélectionnant le 
15380 \emph on
15381
15382 \emph default
15383 et en utilisant le raccourci clavier 
15384 \family sans
15385 Alt-c
15386 \begin_inset space ~
15387 \end_inset
15388
15389 r
15390 \family default
15391
15392 \begin_inset Foot
15393 status collapsed
15394
15395 \begin_layout Plain Layout
15396 Pour les styles de polices, voir 
15397 \begin_inset CommandInset ref
15398 LatexCommand ref
15399 reference "sub:Styles-de-polices"
15400
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \end_inset
15407
15408 .
15409  Pour finir, on insère une espace fine avant le 
15410 \emph on
15411
15412 \emph default
15413 puisque c'est l'habitude avec les opérateurs.
15414  Un exemple:
15415 \end_layout
15416
15417 \begin_layout Standard
15418 incorrect: 
15419 \begin_inset Formula $\int A(x)dx$
15420 \end_inset
15421
15422
15423 \begin_inset Newline newline
15424 \end_inset
15425
15426
15427 \begin_inset ERT
15428 status collapsed
15429
15430 \begin_layout Plain Layout
15431
15432
15433 \backslash
15434 hphantom{in}
15435 \end_layout
15436
15437 \end_inset
15438
15439 correct: 
15440 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \begin_layout Standard
15447 Pour les intégrales multiples, il y a les commandes suivantes:
15448 \begin_inset VSpace medskip
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \begin_layout Standard
15455 \begin_inset space \hfill{}
15456 \end_inset
15457
15458
15459 \begin_inset Tabular
15460 <lyxtabular version="3" rows="4" columns="2">
15461 <features>
15462 <column alignment="center" valignment="top" width="0">
15463 <column alignment="center" valignment="top" width="0">
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 Commande
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478 Résultat
15479 \begin_inset Note Note
15480 status collapsed
15481
15482 \begin_layout Plain Layout
15483
15484 \series bold
15485
15486 \backslash
15487 raisebox est seulement utilisée pour faire de la place
15488 \end_layout
15489
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 </row>
15498 <row>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \backslash
15505 iint
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \backslash
15530 oiint
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row>
15549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \backslash
15555 sqiint
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 </row>
15573 </lyxtabular>
15574
15575 \end_inset
15576
15577
15578 \begin_inset space \hfill{}
15579 \end_inset
15580
15581
15582 \begin_inset Tabular
15583 <lyxtabular version="3" rows="4" columns="2">
15584 <features>
15585 <column alignment="center" valignment="top" width="0">
15586 <column alignment="center" valignment="top" width="0">
15587 <row>
15588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 Commande
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 Résultat
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 <row>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612
15613 \backslash
15614 iiint
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 iiiint
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 dotsint
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 </lyxtabular>
15683
15684 \end_inset
15685
15686
15687 \begin_inset space \hfill{}
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \begin_layout Subsection
15694 Limites des opérateurs
15695 \begin_inset CommandInset label
15696 LatexCommand label
15697 name "sub:Limites-des-opérateurs"
15698
15699 \end_inset
15700
15701
15702 \begin_inset Index
15703 status collapsed
15704
15705 \begin_layout Plain Layout
15706 Opérateurs ! Limites
15707 \end_layout
15708
15709 \end_inset
15710
15711
15712 \end_layout
15713
15714 \begin_layout Standard
15715 Les limites sont créées avec les indices et les exposants:
15716 \end_layout
15717
15718 \begin_layout Standard
15719 \align center
15720 \begin_inset Tabular
15721 <lyxtabular version="3" rows="2" columns="2">
15722 <features>
15723 <column alignment="center" valignment="top" width="0pt">
15724 <column alignment="center" valignment="top" width="0pt">
15725 <row>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730 Commande
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 Résultat
15740 \begin_inset Note Note
15741 status collapsed
15742
15743 \begin_layout Plain Layout
15744
15745 \series bold
15746
15747 \backslash
15748 raisebox est seulement utilisée pour faire de la place
15749 \end_layout
15750
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 </row>
15759 <row>
15760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764
15765 \backslash
15766 prod^
15767 \backslash
15768 infty
15769 \begin_inset ERT
15770 status collapsed
15771
15772 \begin_layout Plain Layout
15773
15774
15775 \backslash
15776 spce 
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \begin_inset Formula $\to$
15783 \end_inset
15784
15785 _0
15786 \begin_inset Formula $\to$
15787 \end_inset
15788
15789 A(x)
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 </lyxtabular>
15808
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \begin_layout Standard
15815 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15816  Pour les formules hors ligne, les limites sont placées au dessus ou en
15817  dessous de l'opérateur, sauf pour les limites des intégrales.
15818 \end_layout
15819
15820 \begin_layout Standard
15821 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15822  après l'opérateur et on change le type de limite avec le menu 
15823 \family sans
15824 Éditer\SpecialChar \menuseparator
15825 Math\SpecialChar \menuseparator
15826 Changer
15827 \begin_inset space ~
15828 \end_inset
15829
15830 le
15831 \begin_inset space ~
15832 \end_inset
15833
15834 type
15835 \begin_inset space ~
15836 \end_inset
15837
15838 de
15839 \begin_inset space ~
15840 \end_inset
15841
15842 limites
15843 \family default
15844  pour 
15845 \family sans
15846 En
15847 \begin_inset space ~
15848 \end_inset
15849
15850 ligne
15851 \family default
15852  (raccourci 
15853 \family sans
15854 Alt-m
15855 \begin_inset space ~
15856 \end_inset
15857
15858 l
15859 \family default
15860 ).
15861  Un exemple:
15862 \end_layout
15863
15864 \begin_layout Standard
15865 Par défaut les limites ont ce type:
15866 \begin_inset Formula \[
15867 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15868
15869 \end_inset
15870
15871 Voici à quoi elles ressemblent si on change le type des limites à 
15872 \family sans
15873 En
15874 \begin_inset space ~
15875 \end_inset
15876
15877 ligne
15878 \family default
15879 :
15880 \begin_inset Formula \[
15881 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15882
15883 \end_inset
15884
15885 Pour les intégrales, à part pour 
15886 \series bold
15887
15888 \backslash
15889 intop
15890 \series default
15891  et 
15892 \series bold
15893
15894 \backslash
15895 ointop
15896 \series default
15897 , les limites sont placées par défaut après l'opérateur.
15898  Mais pour les intégrales multiples les limites sont souvent placées sous
15899  l'opérateur.
15900  Dans l'exemple suivant, le type de limites a donc été mis à 
15901 \series bold
15902 Hors
15903 \begin_inset space ~
15904 \end_inset
15905
15906 ligne 
15907 \series default
15908 et elles sont donc placées sous les intégrales:
15909 \begin_inset Formula \begin{equation}
15910 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \begin_layout Standard
15918 \begin_inset VSpace medskip
15919 \end_inset
15920
15921 Pour préciser des conditions pour les limites, on utilise les commandes
15922  
15923 \series bold
15924
15925 \backslash
15926 subarray
15927 \series default
15928
15929 \begin_inset Index
15930 status collapsed
15931
15932 \begin_layout Plain Layout
15933 Commandes ! S ! 
15934 \backslash
15935 subarray
15936 \end_layout
15937
15938 \end_inset
15939
15940  et 
15941 \series bold
15942
15943 \backslash
15944 substack
15945 \series default
15946
15947 \begin_inset Index
15948 status collapsed
15949
15950 \begin_layout Plain Layout
15951 Commandes ! S ! 
15952 \backslash
15953 substack
15954 \end_layout
15955
15956 \end_inset
15957
15958 .
15959  Par exemple, pour obtenir cette expression 
15960 \begin_inset Formula \begin{equation}
15961 \sum_{\begin{subarray}{c}
15962 0<k<1000\\
15963 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15964
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \begin_layout Standard
15971 on doit faire ceci:
15972 \begin_inset Newline newline
15973 \end_inset
15974
15975 D'abord taper la commande 
15976 \series bold
15977
15978 \backslash
15979 sum
15980 \series default
15981 ^
15982 \series bold
15983 n
15984 \begin_inset ERT
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988
15989
15990 \backslash
15991 spce 
15992 \end_layout
15993
15994 \end_inset
15995
15996 _
15997 \series default
15998  .
15999  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
16000  on y insère la commande 
16001 \series bold
16002
16003 \backslash
16004 subarray
16005 \begin_inset ERT
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009
16010
16011 \backslash
16012 spce 
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \series default
16019 .
16020  La boîte bleue se trouve maintenant dans une boîte violette et on peut
16021  écrire plusieurs lignes les unes au dessus des autres.
16022  On crée une nouvelle ligne en insérant un saut de ligne (
16023 \family sans
16024 Ctrl-Entrée
16025 \family default
16026 ).
16027  Maintenant, quand on tape
16028 \begin_inset Newline newline
16029 \end_inset
16030
16031
16032 \series bold
16033 0<k<1000 Ctrl-Entrée
16034 \begin_inset Newline newline
16035 \end_inset
16036
16037
16038 \series default
16039 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
16040 \end_layout
16041
16042 \begin_layout Standard
16043 L'alignement des lignes peut être modifié en alignement à gauche avec la
16044  barre d'outils 
16045 \family sans
16046 Tableaux
16047 \family default
16048  ou avec le menu 
16049 \family sans
16050 Éditer\SpecialChar \menuseparator
16051 Lignes
16052 \begin_inset space ~
16053 \end_inset
16054
16055 &
16056 \begin_inset space ~
16057 \end_inset
16058
16059 colonnes
16060 \family default
16061 .
16062  Pour avoir un alignement à droite, on insère un 
16063 \series bold
16064
16065 \backslash
16066 hfill
16067 \begin_inset ERT
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071
16072
16073 \backslash
16074 spce 
16075 \end_layout
16076
16077 \end_inset
16078
16079
16080 \series default
16081  au début de la ligne.
16082 \end_layout
16083
16084 \begin_layout Standard
16085 La commande 
16086 \series bold
16087
16088 \backslash
16089 substack
16090 \series default
16091  est équivalente à 
16092 \series bold
16093
16094 \backslash
16095 subarray
16096 \series default
16097  avec la différence que les lignes sont toujours centrées.
16098 \end_layout
16099
16100 \begin_layout Standard
16101 \begin_inset VSpace bigskip
16102 \end_inset
16103
16104 Comme dans le cas de la formule 
16105 \begin_inset CommandInset ref
16106 LatexCommand eqref
16107 reference "eq:substack"
16108
16109 \end_inset
16110
16111 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
16112 s qui suivent l'opérateur se trouvent après la limite.
16113 \end_layout
16114
16115 \begin_layout Standard
16116 Pour éviter cela, on peut utiliser la macro suivante dans le préambule LaTeX:
16117 \end_layout
16118
16119 \begin_layout Standard
16120
16121 \series bold
16122
16123 \backslash
16124 def
16125 \backslash
16126 clap#1{
16127 \backslash
16128 hbox to 0pt{
16129 \backslash
16130 hss #1
16131 \backslash
16132 hss}}
16133 \begin_inset Newline newline
16134 \end_inset
16135
16136
16137 \backslash
16138 def
16139 \backslash
16140 mathclap {
16141 \backslash
16142 mathpalette 
16143 \backslash
16144 mathclapinternal}
16145 \begin_inset Newline newline
16146 \end_inset
16147
16148
16149 \backslash
16150 def
16151 \backslash
16152 mathclapinternal #1#2{
16153 \backslash
16154 clap{$
16155 \backslash
16156 mathsurround =0pt #1{#2}$}}
16157 \end_layout
16158
16159 \begin_layout Standard
16160 Elle définit la commande 
16161 \series bold
16162
16163 \backslash
16164 mathclap
16165 \series default
16166
16167 \begin_inset Index
16168 status collapsed
16169
16170 \begin_layout Plain Layout
16171 Commandes ! M ! 
16172 \backslash
16173 mathclap
16174 \end_layout
16175
16176 \end_inset
16177
16178  qui met la largeur de la limite à 0
16179 \begin_inset space \thinspace{}
16180 \end_inset
16181
16182 pt.
16183  La syntaxe de la commande est:
16184 \end_layout
16185
16186 \begin_layout Standard
16187
16188 \series bold
16189
16190 \backslash
16191 mathclap{limite}
16192 \end_layout
16193
16194 \begin_layout Standard
16195 où la limite peut être composée de plusieurs conditions.
16196 \end_layout
16197
16198 \begin_layout Standard
16199 Appliqué à la formule 
16200 \begin_inset CommandInset ref
16201 LatexCommand eqref
16202 reference "eq:substack"
16203
16204 \end_inset
16205
16206 , on utilise la commande
16207 \end_layout
16208
16209 \begin_layout Standard
16210
16211 \series bold
16212
16213 \backslash
16214 sum_
16215 \backslash
16216 mathclap{
16217 \backslash
16218 substack
16219 \begin_inset ERT
16220 status collapsed
16221
16222 \begin_layout Plain Layout
16223
16224
16225 \backslash
16226 spce 
16227 \end_layout
16228
16229 \end_inset
16230
16231 0<k<1000 Ctrl-Enter
16232 \end_layout
16233
16234 \begin_layout Standard
16235 pour créer la limite inférieure.
16236  L'opérande est maintenant juste après l'opérateur de sommation:
16237 \begin_inset Formula \[
16238 \sum_{\mathclap{\substack{0<k<1000\\
16239 \\k\,\in\,\mathbb{N}}
16240 }}^{n}k^{-2}\]
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Standard
16248 \begin_inset VSpace bigskip
16249 \end_inset
16250
16251 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
16252 \begin_inset CommandInset ref
16253 LatexCommand ref
16254 reference "sub:Opérateurs-personnalisés"
16255
16256 \end_inset
16257
16258 .
16259 \end_layout
16260
16261 \begin_layout Subsection
16262 Opérateurs binaires
16263 \begin_inset CommandInset label
16264 LatexCommand label
16265 name "sub:Opérateurs-binaires"
16266
16267 \end_inset
16268
16269
16270 \begin_inset Index
16271 status collapsed
16272
16273 \begin_layout Plain Layout
16274 Opérateurs ! binaires
16275 \end_layout
16276
16277 \end_inset
16278
16279
16280 \end_layout
16281
16282 \begin_layout Standard
16283 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16284  avant et après eux.
16285 \begin_inset VSpace medskip
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \begin_layout Standard
16292
16293 \lang english
16294 \begin_inset space \hfill{}
16295 \end_inset
16296
16297
16298 \lang french
16299
16300 \begin_inset Tabular
16301 <lyxtabular version="3" rows="13" columns="2">
16302 <features>
16303 <column alignment="center" valignment="top" width="0pt">
16304 <column alignment="center" valignment="top" width="0pt">
16305 <row>
16306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 Commande
16311 \begin_inset Note Note
16312 status collapsed
16313
16314 \begin_layout Plain Layout
16315
16316 \series bold
16317
16318 \backslash
16319 raisebox est seulement utilisée pour faire de la place
16320 \end_layout
16321
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 Résultat
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 </row>
16339 <row>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 +
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 \begin_inset Formula $+$
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 </row>
16362 <row>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 -
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 \begin_inset Formula $-$
16377 \end_inset
16378
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390
16391 \backslash
16392 pm
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Formula $\pm$
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \backslash
16417 mp
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 \begin_inset Formula $\mp$
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440
16441 \backslash
16442 cdot
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 \begin_inset Formula $\cdot$
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \backslash
16467 times
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 \begin_inset Formula $\times$
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490
16491 \backslash
16492 div
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Formula $\div$
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515 \begin_inset ERT
16516 status collapsed
16517
16518 \begin_layout Plain Layout
16519
16520
16521 \backslash
16522 raisebox{-1.2mm}{
16523 \end_layout
16524
16525 \end_inset
16526
16527 *
16528 \begin_inset ERT
16529 status collapsed
16530
16531 \begin_layout Plain Layout
16532
16533 }
16534 \end_layout
16535
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 \begin_inset Formula $*$
16548 \end_inset
16549
16550
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561
16562 \backslash
16563 star
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572 \begin_inset Formula $\star$
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 </row>
16581 <row>
16582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586
16587 \backslash
16588 circ
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 \begin_inset Formula $\circ$
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611
16612 \backslash
16613 diamond
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\diamond$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636
16637 \backslash
16638 bullet
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 \begin_inset Formula $\bullet$
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 </row>
16656 </lyxtabular>
16657
16658 \end_inset
16659
16660
16661 \begin_inset space \hfill{}
16662 \end_inset
16663
16664
16665 \begin_inset Tabular
16666 <lyxtabular version="3" rows="13" columns="2">
16667 <features>
16668 <column alignment="center" valignment="top" width="0pt">
16669 <column alignment="center" valignment="top" width="0pt">
16670 <row>
16671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 Commande
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 Résultat
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 </row>
16690 <row>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695
16696 \backslash
16697 nabla
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 \begin_inset Formula $\nabla$
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 </row>
16715 <row>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720
16721 \backslash
16722 bigtriangledown
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731 \begin_inset Formula $\bigtriangledown$
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 </row>
16740 <row>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745
16746 \backslash
16747 bigtriangleup
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 \begin_inset Formula $\bigtriangleup$
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 <row>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770
16771 \backslash
16772 Box
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Formula $\Box$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \backslash
16797 cap 
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 \begin_inset Formula $\cap$
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820
16821 \backslash
16822 cup
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 \begin_inset Formula $\cup$
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \backslash
16847 dagger
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 \begin_inset Formula $\dagger$
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \backslash
16872 ddagger
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $\ddagger$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \backslash
16897 wr
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\wr$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \backslash
16922 bigcirc
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 \begin_inset Formula $\bigcirc$
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row>
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945
16946 \backslash
16947 wedge
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 \begin_inset Formula $\wedge$
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \backslash
16972 vee
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\vee$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 </lyxtabular>
16991
16992 \end_inset
16993
16994
16995 \begin_inset space \hfill{}
16996 \end_inset
16997
16998
16999 \begin_inset Tabular
17000 <lyxtabular version="3" rows="13" columns="2">
17001 <features>
17002 <column alignment="center" valignment="top" width="0pt">
17003 <column alignment="center" valignment="top" width="0pt">
17004 <row>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 Commande
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 Résultat
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \backslash
17031 oplus
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\oplus$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054
17055 \backslash
17056 ominus
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Formula $\ominus$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079
17080 \backslash
17081 otimes
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17087 \begin_inset Text
17088
17089 \begin_layout Plain Layout
17090 \begin_inset Formula $\otimes$
17091 \end_inset
17092
17093
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 </row>
17099 <row>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104
17105 \backslash
17106 oslash
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Formula $\oslash$
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 </row>
17124 <row>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129
17130 \backslash
17131 odot
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 \begin_inset Formula $\odot$
17141 \end_inset
17142
17143
17144 \end_layout
17145
17146 \end_inset
17147 </cell>
17148 </row>
17149 <row>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154
17155 \backslash
17156 amalg
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17162 \begin_inset Text
17163
17164 \begin_layout Plain Layout
17165 \begin_inset Formula $\amalg$
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 uplus
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17187 \begin_inset Text
17188
17189 \begin_layout Plain Layout
17190 \begin_inset Formula $\uplus$
17191 \end_inset
17192
17193
17194 \end_layout
17195
17196 \end_inset
17197 </cell>
17198 </row>
17199 <row>
17200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204
17205 \backslash
17206 setminus
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17212 \begin_inset Text
17213
17214 \begin_layout Plain Layout
17215 \begin_inset Formula $\setminus$
17216 \end_inset
17217
17218
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \backslash
17231 sqcap
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\sqcap$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \backslash
17256 sqcup
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $\sqcup$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 triangleleft
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Formula $\triangleleft$
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 triangleright
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\triangleright$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 </lyxtabular>
17325
17326 \end_inset
17327
17328
17329 \begin_inset space \hfill{}
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \begin_layout Standard
17336 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17337 \begin_inset Graphics
17338         filename ../../images/math/pm.png
17339         scale 85
17340
17341 \end_inset
17342
17343  de la barre d'outils mathématique.
17344 \end_layout
17345
17346 \begin_layout Standard
17347 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17348 \series bold
17349
17350 \backslash
17351 Delta
17352 \series default
17353  ou 
17354 \series bold
17355
17356 \backslash
17357 nabla
17358 \series default
17359 ^
17360 \series bold
17361 2
17362 \series default
17363  (
17364 \begin_inset Formula $\nabla^{2}$
17365 \end_inset
17366
17367 ) à la place de 
17368 \series bold
17369
17370 \backslash
17371 bigtriangleup
17372 \series default
17373  .
17374 \end_layout
17375
17376 \begin_layout Standard
17377 Le caractère 
17378 \family sans
17379 Séparateur
17380 \begin_inset space ~
17381 \end_inset
17382
17383 de
17384 \begin_inset space ~
17385 \end_inset
17386
17387 menu
17388 \family default
17389  du menu 
17390 \family sans
17391 Insérer\SpecialChar \menuseparator
17392 Caractères
17393 \begin_inset space ~
17394 \end_inset
17395
17396 spécial
17397 \family default
17398  est en fait l'opérateur 
17399 \series bold
17400
17401 \backslash
17402 triangleright
17403 \series default
17404 .
17405 \end_layout
17406
17407 \begin_layout Subsection
17408 Opérateurs personnalisés
17409 \begin_inset CommandInset label
17410 LatexCommand label
17411 name "sub:Opérateurs-personnalisés"
17412
17413 \end_inset
17414
17415
17416 \begin_inset Index
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420 Opérateurs ! personnalisés
17421 \end_layout
17422
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \begin_layout Standard
17429 Avec l'aide de la commande 
17430 \series bold
17431
17432 \backslash
17433 DeclareMathOperator
17434 \series default
17435
17436 \begin_inset Index
17437 status collapsed
17438
17439 \begin_layout Plain Layout
17440 Commandes ! D ! 
17441 \backslash
17442 dbinom@
17443 \backslash
17444 DeclareMathOperator
17445 \end_layout
17446
17447 \end_inset
17448
17449 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17450  La syntaxe de la commande est:
17451 \end_layout
17452
17453 \begin_layout Standard
17454
17455 \series bold
17456
17457 \backslash
17458 DeclareMathOperator{nouvelle commande}{affichage}
17459 \end_layout
17460
17461 \begin_layout Standard
17462 L'affichage peut être composé de caractères ou de symboles qui définissent
17463  comment l'opérateur doit apparaître dans la sortie finale.
17464  Pour définir un grand opérateur, on met une * après la commande.
17465  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17466  c'est décrit dans 
17467 \begin_inset CommandInset ref
17468 LatexCommand ref
17469 reference "sub:Limites-des-opérateurs"
17470
17471 \end_inset
17472
17473 .
17474 \end_layout
17475
17476 \begin_layout Standard
17477 Par exemple la ligne 
17478 \end_layout
17479
17480 \begin_layout Standard
17481
17482 \series bold
17483
17484 \backslash
17485 DeclareMathOperator*{
17486 \backslash
17487 Losange}{
17488 \backslash
17489 blacklozenge}
17490 \end_layout
17491
17492 \begin_layout Standard
17493 dans le préambule LaTeX définit la commande 
17494 \series bold
17495
17496 \backslash
17497 Losange
17498 \series default
17499 , qui insère un grand opérateur qui consiste en un symbole losange venant
17500  de 
17501 \begin_inset CommandInset ref
17502 LatexCommand ref
17503 reference "sub:Symboles-divers"
17504
17505 \end_inset
17506
17507 :
17508 \begin_inset Formula \[
17509 \Losange_{n=1}^{\infty}\]
17510
17511 \end_inset
17512
17513 La commande utilisée pour cette formule est: 
17514 \series bold
17515
17516 \backslash
17517 Losange
17518 \series default
17519 ^
17520 \series bold
17521
17522 \backslash
17523 infty
17524 \begin_inset Formula $\to$
17525 \end_inset
17526
17527 _n=1
17528 \end_layout
17529
17530 \begin_layout Standard
17531 \begin_inset VSpace bigskip
17532 \end_inset
17533
17534 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17535  document, on peut aussi le définir avec les commandes 
17536 \series bold
17537
17538 \backslash
17539 mathop
17540 \series default
17541
17542 \begin_inset Index
17543 status collapsed
17544
17545 \begin_layout Plain Layout
17546 Commandes ! M ! 
17547 \backslash
17548 mathop
17549 \end_layout
17550
17551 \end_inset
17552
17553  et 
17554 \series bold
17555
17556 \backslash
17557 mathbin
17558 \series default
17559
17560 \begin_inset Index
17561 status collapsed
17562
17563 \begin_layout Plain Layout
17564 Commandes ! M ! 
17565 \backslash
17566 mathbin
17567 \end_layout
17568
17569 \end_inset
17570
17571 , qui ont les syntaxes suivantes:
17572 \end_layout
17573
17574 \begin_layout Standard
17575
17576 \series bold
17577
17578 \backslash
17579 mathop{affichage}
17580 \series default
17581  et 
17582 \series bold
17583
17584 \backslash
17585 mathbin{affichage}
17586 \end_layout
17587
17588 \begin_layout Standard
17589
17590 \series bold
17591
17592 \backslash
17593 mathop
17594 \series default
17595  définit des grands opérateurs et 
17596 \series bold
17597
17598 \backslash
17599 mathbin
17600 \series default
17601  des opérateurs binaires.
17602 \end_layout
17603
17604 \begin_layout Standard
17605
17606 \series bold
17607
17608 \backslash
17609 mathop
17610 \series default
17611  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17612 \end_layout
17613
17614 \begin_layout Standard
17615 \begin_inset Formula \[
17616 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17617
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \begin_layout Standard
17624 La commande pour la formule précédente est:
17625 \begin_inset Newline newline
17626 \end_inset
17627
17628
17629 \series bold
17630
17631 \backslash
17632 mathop{
17633 \backslash
17634 sum
17635 \backslash
17636 negmedspace
17637 \backslash
17638 sum
17639 \series default
17640
17641 \begin_inset ERT
17642 status collapsed
17643
17644 \begin_layout Plain Layout
17645
17646
17647 \backslash
17648 spce 
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \series bold
17655
17656 \begin_inset Formula $\to$
17657 \end_inset
17658
17659 ^N
17660 \series default
17661
17662 \begin_inset ERT
17663 status collapsed
17664
17665 \begin_layout Plain Layout
17666
17667
17668 \backslash
17669 spce 
17670 \end_layout
17671
17672 \end_inset
17673
17674
17675 \series bold
17676 _i,j=1
17677 \end_layout
17678
17679 \begin_layout Section
17680 Polices de caractères
17681 \begin_inset Index
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685 Polices de caractères
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \begin_inset Index
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695 Fontes| see
17696 \begin_inset ERT
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700
17701 {
17702 \end_layout
17703
17704 \end_inset
17705
17706 Polices de caractères
17707 \begin_inset ERT
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711
17712 }
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Subsection
17726 Styles de polices
17727 \begin_inset CommandInset label
17728 LatexCommand label
17729 name "sub:Styles-de-polices"
17730
17731 \end_inset
17732
17733
17734 \begin_inset Index
17735 status collapsed
17736
17737 \begin_layout Plain Layout
17738 Polices de caractères ! style
17739 \end_layout
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \begin_layout Standard
17747 Dans les formules on peut affecter aux lettres latines un des styles de
17748  police suivant:
17749 \begin_inset VSpace -2mm
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \begin_layout Standard
17756 \align center
17757 \begin_inset Tabular
17758 <lyxtabular version="3" rows="6" columns="3">
17759 <features>
17760 <column alignment="center" valignment="top" width="0">
17761 <column alignment="center" valignment="top" width="0">
17762 <column alignment="center" valignment="top" width="0">
17763 <row>
17764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17765 \begin_inset Text
17766
17767 \begin_layout Plain Layout
17768 Commande
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 Résultat
17778 \end_layout
17779
17780 \end_inset
17781 </cell>
17782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786 Raccourci
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 </row>
17792 <row>
17793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797
17798 \backslash
17799 mathbb
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 spce 
17808 \end_layout
17809
17810 \end_inset
17811
17812 ABC
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821 \begin_inset Formula $\mathbb{ABC}$
17822 \end_inset
17823
17824
17825 \end_layout
17826
17827 \end_inset
17828 </cell>
17829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17830 \begin_inset Text
17831
17832 \begin_layout Plain Layout
17833 Alt-c c
17834 \end_layout
17835
17836 \end_inset
17837 </cell>
17838 </row>
17839 <row>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \backslash
17846 mathbf
17847 \begin_inset ERT
17848 status collapsed
17849
17850 \begin_layout Plain Layout
17851
17852
17853 \backslash
17854 spce 
17855 \end_layout
17856
17857 \end_inset
17858
17859 AbC
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17865 \begin_inset Text
17866
17867 \begin_layout Plain Layout
17868 \begin_inset Formula $\mathbf{AbC}$
17869 \end_inset
17870
17871
17872 \end_layout
17873
17874 \end_inset
17875 </cell>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 Ctrl-b
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 </row>
17886 <row>
17887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17888 \begin_inset Text
17889
17890 \begin_layout Plain Layout
17891
17892 \backslash
17893 boldsymbol
17894 \begin_inset ERT
17895 status collapsed
17896
17897 \begin_layout Plain Layout
17898
17899
17900 \backslash
17901 spce 
17902 \end_layout
17903
17904 \end_inset
17905
17906 AbC
17907 \end_layout
17908
17909 \end_inset
17910 </cell>
17911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17912 \begin_inset Text
17913
17914 \begin_layout Plain Layout
17915 \begin_inset Formula $\boldsymbol{AbC}$
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 Alt-c b ou Ctrl-Alt-b
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 </row>
17933 <row>
17934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938
17939 \backslash
17940 mathcal
17941 \begin_inset ERT
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945
17946
17947 \backslash
17948 spce 
17949 \end_layout
17950
17951 \end_inset
17952
17953 ABC
17954 \end_layout
17955
17956 \end_inset
17957 </cell>
17958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17959 \begin_inset Text
17960
17961 \begin_layout Plain Layout
17962 \begin_inset Formula $\mathcal{ABC}$
17963 \end_inset
17964
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 Alt-c e
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 </row>
17980 <row>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985
17986 \backslash
17987 mathfrak
17988 \begin_inset ERT
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992
17993
17994 \backslash
17995 spce 
17996 \end_layout
17997
17998 \end_inset
17999
18000 AbC
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 \begin_inset Formula $\mathfrak{AbC}$
18010 \end_inset
18011
18012
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021 -
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 </row>
18027 </lyxtabular>
18028
18029 \end_inset
18030
18031
18032 \end_layout
18033
18034 \begin_layout Standard
18035 \align center
18036 \begin_inset Tabular
18037 <lyxtabular version="3" rows="5" columns="3">
18038 <features>
18039 <column alignment="center" valignment="top" width="0">
18040 <column alignment="center" valignment="top" width="0">
18041 <column alignment="center" valignment="top" width="0">
18042 <row>
18043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 Commande
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056 Résultat
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 Raccourci
18066 \end_layout
18067
18068 \end_inset
18069 </cell>
18070 </row>
18071 <row>
18072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \backslash
18078 mathit
18079 \begin_inset ERT
18080 status collapsed
18081
18082 \begin_layout Plain Layout
18083
18084
18085 \backslash
18086 spce 
18087 \end_layout
18088
18089 \end_inset
18090
18091 AbC
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 \begin_inset Formula $\mathit{AbC}$
18101 \end_inset
18102
18103
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112 -
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 </row>
18118 <row>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \backslash
18125 mathrm
18126 \begin_inset ERT
18127 status collapsed
18128
18129 \begin_layout Plain Layout
18130
18131
18132 \backslash
18133 spce 
18134 \end_layout
18135
18136 \end_inset
18137
18138 AbC
18139 \end_layout
18140
18141 \end_inset
18142 </cell>
18143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147 \begin_inset Formula $\mathrm{AbC}$
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 Alt-c r
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 </row>
18165 <row>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \backslash
18172 mathsf
18173 \begin_inset ERT
18174 status collapsed
18175
18176 \begin_layout Plain Layout
18177
18178
18179 \backslash
18180 spce 
18181 \end_layout
18182
18183 \end_inset
18184
18185 AbC
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 \begin_inset Formula $\mathsf{AbC}$
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 Alt-c s
18207 \end_layout
18208
18209 \end_inset
18210 </cell>
18211 </row>
18212 <row>
18213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217
18218 \backslash
18219 mathtt
18220 \begin_inset ERT
18221 status collapsed
18222
18223 \begin_layout Plain Layout
18224
18225
18226 \backslash
18227 spce 
18228 \end_layout
18229
18230 \end_inset
18231
18232 AbC
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Formula $\mathtt{AbC}$
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 Alt-c p
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 </lyxtabular>
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 \begin_inset Note Greyedout
18268 status open
18269
18270 \begin_layout Plain Layout
18271
18272 \series bold
18273 Note:
18274 \series default
18275  Les styles 
18276 \series bold
18277
18278 \backslash
18279 mathbb
18280 \series default
18281  et 
18282 \series bold
18283
18284 \backslash
18285 mathcal
18286 \series default
18287  ne peuvent être utilisés que pour les lettres majuscules.
18288 \end_layout
18289
18290 \end_inset
18291
18292
18293 \end_layout
18294
18295 \begin_layout Standard
18296 Le style prédéfini est 
18297 \series bold
18298
18299 \backslash
18300 mathnormal
18301 \series default
18302 .
18303 \end_layout
18304
18305 \begin_layout Standard
18306 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18307 ions mathématiques:
18308 \begin_inset Formula \[
18309 \mathfrak{A=\frac{b}{C}}\]
18310
18311 \end_inset
18312
18313
18314 \end_layout
18315
18316 \begin_layout Standard
18317 Les caractères en texte mathématique n'apparaissent pas avec un style de
18318  police mathématique mais avec le style de police texte 
18319 \series bold
18320
18321 \backslash
18322 textrm
18323 \series default
18324 .
18325  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18326  de style est un bug de LyX.
18327 \begin_inset Foot
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331 \begin_inset CommandInset href
18332 LatexCommand href
18333 name "LyX-bug #4091"
18334 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18335
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 À la place des commandes de style, on peut utiliser le menu 
18348 \family sans
18349 Éditer\SpecialChar \menuseparator
18350 Math\SpecialChar \menuseparator
18351 Style
18352 \begin_inset space ~
18353 \end_inset
18354
18355 de
18356 \begin_inset space ~
18357 \end_inset
18358
18359 Texte
18360 \family default
18361  ou le bouton 
18362 \begin_inset Graphics
18363         filename ../../images/math/font.png
18364         scale 85
18365
18366 \end_inset
18367
18368  de la barre d'outils mathématique.
18369 \end_layout
18370
18371 \begin_layout Subsection
18372 Formules en gras
18373 \begin_inset CommandInset label
18374 LatexCommand label
18375 name "sub:Formules-en-gras"
18376
18377 \end_inset
18378
18379
18380 \begin_inset Index
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384 Formules ! en gras
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18394  
18395 \series bold
18396
18397 \backslash
18398 mathbf
18399 \series default
18400  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18401  grecques minuscules.
18402  En plus elle affiche toujours les lettres latines en caractères droits,
18403  comme dans l'équation suivante:
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset Formula \[
18408 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}\]
18409
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \begin_layout Standard
18416 Pour afficher cette formule correctement; on utilise la commande 
18417 \series bold
18418
18419 \backslash
18420 boldsymbol
18421 \series default
18422 :
18423 \begin_inset Formula \[
18424 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}\]
18425
18426 \end_inset
18427
18428 Il est aussi possible de mettre l'équation dans un environnement 
18429 \series bold
18430 boldmath
18431 \series default
18432 .
18433  On crée cet environnement en insérant la commande 
18434 \series bold
18435
18436 \backslash
18437 boldmath
18438 \begin_inset Index
18439 status collapsed
18440
18441 \begin_layout Plain Layout
18442 Commandes ! B ! 
18443 \backslash
18444 boldmath
18445 \end_layout
18446
18447 \end_inset
18448
18449
18450 \series default
18451  en mode TeX.
18452  Pour terminer l'environnement, on insère la commande 
18453 \series bold
18454
18455 \backslash
18456 unboldmath
18457 \begin_inset Index
18458 status collapsed
18459
18460 \begin_layout Plain Layout
18461 Commandes ! U ! 
18462 \backslash
18463 unboldmath
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \series default
18470  toujours en mode TeX.
18471 \begin_inset ERT
18472 status collapsed
18473
18474 \begin_layout Plain Layout
18475
18476
18477 \backslash
18478 boldmath 
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \begin_inset Formula \[
18485 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}\]
18486
18487 \end_inset
18488
18489
18490 \begin_inset ERT
18491 status collapsed
18492
18493 \begin_layout Plain Layout
18494
18495
18496 \backslash
18497 unboldmath 
18498 \end_layout
18499
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \begin_layout Subsection
18506 Tailles de polices
18507 \begin_inset CommandInset label
18508 LatexCommand label
18509 name "sub:Tailles-polices"
18510
18511 \end_inset
18512
18513
18514 \begin_inset Index
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518 Polices ! tailles
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Standard
18527 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18528  les caractères qui sont dans le texte, les commandes de changement de taille
18529  suivantes:
18530 \end_layout
18531
18532 \begin_layout Standard
18533
18534 \series bold
18535
18536 \backslash
18537 Huge
18538 \series default
18539
18540 \series bold
18541
18542 \backslash
18543 huge
18544 \series default
18545
18546 \series bold
18547
18548 \backslash
18549 LARGE
18550 \series default
18551
18552 \series bold
18553
18554 \backslash
18555 Large
18556 \series default
18557
18558 \series bold
18559
18560 \backslash
18561 large
18562 \series default
18563
18564 \series bold
18565
18566 \backslash
18567 normalsize
18568 \series default
18569
18570 \series bold
18571
18572 \backslash
18573 small
18574 \series default
18575 ,
18576 \begin_inset Newline newline
18577 \end_inset
18578
18579
18580 \series bold
18581
18582 \backslash
18583 footnotesize
18584 \series default
18585
18586 \series bold
18587
18588 \backslash
18589 scriptsize
18590 \series default
18591 , et 
18592 \series bold
18593
18594 \backslash
18595 tiny
18596 \begin_inset Foot
18597 status collapsed
18598
18599 \begin_layout Plain Layout
18600 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18601  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Standard
18610 La taille des caractères produits par ces commandes dépend de la taille
18611  de police du document, qui correspond à la commande 
18612 \series bold
18613
18614 \backslash
18615 normalsize
18616 \series default
18617 .
18618  Les autres commandes produisent des tailles plus ou moins grandes que 
18619 \series bold
18620
18621 \backslash
18622 normalsize
18623 \series default
18624 .
18625  La taille de la police ne peut donc pas dépasser une certaine valeur.
18626  Par exemple, pour un document dans une police de taille 12
18627 \begin_inset space \thinspace{}
18628 \end_inset
18629
18630 pt, la commande 
18631 \series bold
18632
18633 \backslash
18634 Huge
18635 \series default
18636  va donner la même taille que 
18637 \series bold
18638
18639 \backslash
18640 huge
18641 \series default
18642 .
18643  
18644 \end_layout
18645
18646 \begin_layout Standard
18647 Une commande de changement de taille est insérée en mode TeX avant la formule
18648  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18649  caractères du texte.
18650  Pour revenir à la taille initiale, on doit insérer la commande 
18651 \series bold
18652
18653 \backslash
18654 normalsize
18655 \series default
18656  en mode TeX après la formule.
18657 \end_layout
18658
18659 \begin_layout Standard
18660 À l'intérieur de la formule, on ne peut changer la taille que des caractères
18661  ou des symboles qui sont en mode texte mathématique.
18662  Pour le faire, on insère la commande de changement de taille en mode texte
18663  mathématique.
18664  Tous les caractères qui suivent jusqu'à la fin du texte mathématique ou
18665  jusqu'à ce que la taille soit de nouveau modifiée, auront la taille choisie.
18666  Deux exemples:
18667 \begin_inset VSpace -2mm
18668 \end_inset
18669
18670
18671 \end_layout
18672
18673 \begin_layout Standard
18674 \begin_inset ERT
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678
18679
18680 \backslash
18681 huge 
18682 \end_layout
18683
18684 \end_inset
18685
18686
18687 \begin_inset Formula \[
18688 A=\frac{B}{c}\cdot\maltese\]
18689
18690 \end_inset
18691
18692
18693 \begin_inset Formula \[
18694 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18695
18696 \end_inset
18697
18698
18699 \begin_inset ERT
18700 status collapsed
18701
18702 \begin_layout Plain Layout
18703
18704
18705 \backslash
18706 normalsize 
18707 \end_layout
18708
18709 \end_inset
18710
18711
18712 \end_layout
18713
18714 \begin_layout Standard
18715 \begin_inset VSpace medskip
18716 \end_inset
18717
18718 Avant les deux formules, on a inséré la commande 
18719 \series bold
18720
18721 \backslash
18722 huge
18723 \series default
18724 .
18725  La commande utilisée pour la deuxième formule est:
18726 \begin_inset Newline newline
18727 \end_inset
18728
18729
18730 \series bold
18731
18732 \backslash
18733 maltese
18734 \begin_inset ERT
18735 status collapsed
18736
18737 \begin_layout Plain Layout
18738
18739
18740 \backslash
18741 spce 
18742 \end_layout
18743
18744 \end_inset
18745
18746 A Alt-m m 
18747 \backslash
18748 Large
18749 \begin_inset ERT
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753
18754
18755 \backslash
18756 spce 
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \backslash
18763 maltese
18764 \begin_inset ERT
18765 status collapsed
18766
18767 \begin_layout Plain Layout
18768
18769
18770 \backslash
18771 spce 
18772 \end_layout
18773
18774 \end_inset
18775
18776
18777 \backslash
18778 textit
18779 \begin_inset ERT
18780 status collapsed
18781
18782 \begin_layout Plain Layout
18783
18784
18785 \backslash
18786 spce 
18787 \end_layout
18788
18789 \end_inset
18790
18791 A
18792 \begin_inset Formula $\to$
18793 \end_inset
18794
18795
18796 \begin_inset Formula $\to$
18797 \end_inset
18798
18799
18800 \begin_inset Newline newline
18801 \end_inset
18802
18803
18804 \series default
18805
18806 \begin_inset space \hspace*{}
18807 \length 1cm
18808 \end_inset
18809
18810
18811 \series bold
18812 Alt-m
18813 \series default
18814  
18815 \series bold
18816
18817 \backslash
18818 tiny
18819 \begin_inset ERT
18820 status collapsed
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 spce 
18827 \end_layout
18828
18829 \end_inset
18830
18831
18832 \backslash
18833 maltese
18834 \begin_inset ERT
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838
18839
18840 \backslash
18841 spce 
18842 \end_layout
18843
18844 \end_inset
18845
18846
18847 \backslash
18848 textit
18849 \begin_inset ERT
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853
18854
18855 \backslash
18856 spce 
18857 \end_layout
18858
18859 \end_inset
18860
18861 A
18862 \end_layout
18863
18864 \begin_layout Standard
18865 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18866  affiché dans la taille par défaut
18867 \end_layout
18868
18869 \begin_layout Section
18870 Les lettres grecques
18871 \begin_inset Index
18872 status collapsed
18873
18874 \begin_layout Plain Layout
18875 Lettres grecques
18876 \end_layout
18877
18878 \end_inset
18879
18880
18881 \end_layout
18882
18883 \begin_layout Standard
18884 On peut insérer toutes les lettres grecques avec le bouton 
18885 \begin_inset Graphics
18886         filename ../../images/math/alpha.png
18887         scale 85
18888
18889 \end_inset
18890
18891  de la barre d'outils mathématiques.
18892 \end_layout
18893
18894 \begin_layout Subsection
18895 Lettres minuscules
18896 \begin_inset Index
18897 status collapsed
18898
18899 \begin_layout Plain Layout
18900 Lettres grecques ! minuscules
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \begin_layout Standard
18909
18910 \lang english
18911 \begin_inset space \hfill{}
18912 \end_inset
18913
18914
18915 \lang french
18916
18917 \begin_inset Tabular
18918 <lyxtabular version="3" rows="11" columns="2">
18919 <features>
18920 <column alignment="center" valignment="top" width="0pt">
18921 <column alignment="center" valignment="top" width="0pt">
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 Commande
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 Résultat
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 </row>
18942 <row>
18943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18944 \begin_inset Text
18945
18946 \begin_layout Plain Layout
18947
18948 \backslash
18949 alpha
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 \begin_inset Formula $\alpha$
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 </row>
18967 <row>
18968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18969 \begin_inset Text
18970
18971 \begin_layout Plain Layout
18972
18973 \backslash
18974 beta
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983 \begin_inset Formula $\beta$
18984 \end_inset
18985
18986
18987 \end_layout
18988
18989 \end_inset
18990 </cell>
18991 </row>
18992 <row>
18993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18994 \begin_inset Text
18995
18996 \begin_layout Plain Layout
18997
18998 \backslash
18999 gamma
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008 \begin_inset Formula $\gamma$
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022
19023 \backslash
19024 delta
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19030 \begin_inset Text
19031
19032 \begin_layout Plain Layout
19033 \begin_inset Formula $\delta$
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 </row>
19042 <row>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \backslash
19049 epsilon
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 \begin_inset Formula $\epsilon$
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \backslash
19074 varepsilon
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Formula $\varepsilon$
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \backslash
19099 zeta
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 \begin_inset Formula $\zeta$
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \backslash
19124 eta
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 \begin_inset Formula $\eta$
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147
19148 \backslash
19149 theta
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Formula $\theta$
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \backslash
19174 vartheta
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Formula $\vartheta$
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 </row>
19192 </lyxtabular>
19193
19194 \end_inset
19195
19196
19197 \begin_inset space \hfill{}
19198 \end_inset
19199
19200
19201 \begin_inset Tabular
19202 <lyxtabular version="3" rows="12" columns="2">
19203 <features>
19204 <column alignment="center" valignment="top" width="0pt">
19205 <column alignment="center" valignment="top" width="0pt">
19206 <row>
19207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 Commande
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 Résultat
19221 \end_layout
19222
19223 \end_inset
19224 </cell>
19225 </row>
19226 <row>
19227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231
19232 \backslash
19233 iota
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 \begin_inset Formula $\iota$
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \end_inset
19249 </cell>
19250 </row>
19251 <row>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256
19257 \backslash
19258 kappa
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 \begin_inset Formula $\kappa$
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 </row>
19276 <row>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281
19282 \backslash
19283 varkappa
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 \begin_inset Formula $\varkappa$
19293 \end_inset
19294
19295
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 </row>
19301 <row>
19302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306
19307 \backslash
19308 lambda
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 \begin_inset Formula $\lambda$
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 </row>
19326 <row>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \backslash
19333 mu
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 \begin_inset Formula $\mu$
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \backslash
19358 nu
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 \begin_inset Formula $\nu$
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 </row>
19376 <row>
19377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \backslash
19383 xi
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 \begin_inset Formula $\xi$
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406 o
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Formula $o$
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 </row>
19424 <row>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429
19430 \backslash
19431 pi
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 \begin_inset Formula $\pi$
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 <row>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454
19455 \backslash
19456 varpi
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 \begin_inset Formula $\varpi$
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \backslash
19481 rho
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 \begin_inset Formula $\rho$
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 </lyxtabular>
19500
19501 \end_inset
19502
19503
19504 \begin_inset space \hfill{}
19505 \end_inset
19506
19507
19508 \begin_inset Tabular
19509 <lyxtabular version="3" rows="11" columns="2">
19510 <features>
19511 <column alignment="center" valignment="top" width="0pt">
19512 <column alignment="center" valignment="top" width="0pt">
19513 <row>
19514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 Commande
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 Résultat
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 </row>
19533 <row>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538
19539 \backslash
19540 varrho
19541 \end_layout
19542
19543 \end_inset
19544 </cell>
19545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549 \begin_inset Formula $\varrho$
19550 \end_inset
19551
19552
19553 \end_layout
19554
19555 \end_inset
19556 </cell>
19557 </row>
19558 <row>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563
19564 \backslash
19565 sigma
19566 \end_layout
19567
19568 \end_inset
19569 </cell>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574 \begin_inset Formula $\sigma$
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581 </cell>
19582 </row>
19583 <row>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588
19589 \backslash
19590 varsigma
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 \begin_inset Formula $\varsigma$
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 </row>
19608 <row>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613
19614 \backslash
19615 tau
19616 \end_layout
19617
19618 \end_inset
19619 </cell>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624 \begin_inset Formula $\tau$
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 </row>
19633 <row>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638
19639 \backslash
19640 upsilon
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 \begin_inset Formula $\upsilon$
19650 \end_inset
19651
19652
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 </row>
19658 <row>
19659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663
19664 \backslash
19665 phi
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\phi$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \backslash
19690 varphi
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Formula $\varphi$
19700 \end_inset
19701
19702
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \backslash
19715 chi
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724 \begin_inset Formula $\chi$
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \backslash
19740 psi
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\psi$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 omega
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\omega$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 </lyxtabular>
19784
19785 \end_inset
19786
19787
19788 \lang english
19789
19790 \begin_inset space \hfill{}
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Standard
19797 \begin_inset VSpace medskip
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Standard
19804 On explique comment obtenir des lettres grecques droites dans 
19805 \begin_inset CommandInset ref
19806 LatexCommand ref
19807 reference "sub:minuscules-grecques-droites"
19808
19809 \end_inset
19810
19811 .
19812 \end_layout
19813
19814 \begin_layout Subsection
19815 Lettres majuscules
19816 \begin_inset Index
19817 status collapsed
19818
19819 \begin_layout Plain Layout
19820 Lettres grecques ! majuscules
19821 \end_layout
19822
19823 \end_inset
19824
19825
19826 \end_layout
19827
19828 \begin_layout Standard
19829
19830 \lang english
19831 \begin_inset space \hfill{}
19832 \end_inset
19833
19834
19835 \lang french
19836
19837 \begin_inset Tabular
19838 <lyxtabular version="3" rows="7" columns="2">
19839 <features>
19840 <column alignment="center" valignment="top" width="0pt">
19841 <column alignment="center" valignment="top" width="0pt">
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847 Commande
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 Résultat
19857 \end_layout
19858
19859 \end_inset
19860 </cell>
19861 </row>
19862 <row>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867
19868 \backslash
19869 Gamma
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878 \begin_inset Formula $\Gamma$
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 </row>
19887 <row>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892
19893 \backslash
19894 Delta
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 \begin_inset Formula $\Delta$
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 </row>
19912 <row>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917
19918 \backslash
19919 Theta
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $\Theta$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 <row>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \backslash
19944 Lambda
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 \begin_inset Formula $\Lambda$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \backslash
19969 Xi
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 \begin_inset Formula $\Xi$
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992
19993 \backslash
19994 Pi
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\Pi$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 </lyxtabular>
20013
20014 \end_inset
20015
20016
20017 \begin_inset space \hfill{}
20018 \end_inset
20019
20020
20021 \begin_inset Tabular
20022 <lyxtabular version="3" rows="6" columns="2">
20023 <features>
20024 <column alignment="center" valignment="top" width="0pt">
20025 <column alignment="center" valignment="top" width="0pt">
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 Commande
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 Résultat
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 </row>
20046 <row>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051
20052 \backslash
20053 Sigma
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 \begin_inset Formula $\Sigma$
20063 \end_inset
20064
20065
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 </row>
20071 <row>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076
20077 \backslash
20078 Upsilon
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087 \begin_inset Formula $\Upsilon$
20088 \end_inset
20089
20090
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 </row>
20096 <row>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101
20102 \backslash
20103 Phi
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112 \begin_inset Formula $\Phi$
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 </row>
20121 <row>
20122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126
20127 \backslash
20128 Psi
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Formula $\Psi$
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 </row>
20146 <row>
20147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151
20152 \backslash
20153 Omega
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162 \begin_inset Formula $\Omega$
20163 \end_inset
20164
20165
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 </row>
20171 </lyxtabular>
20172
20173 \end_inset
20174
20175
20176 \lang english
20177
20178 \begin_inset space \hfill{}
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \begin_layout Standard
20185 \begin_inset VSpace medskip
20186 \end_inset
20187
20188 Le fait que les lettres grecques majuscules apparaissent droites provient
20189  d'un défaut de conception quand TeX a été développé.
20190  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20191  commande par 
20192 \series bold
20193 var
20194 \series default
20195 .
20196  Par exemple, la commande 
20197 \series bold
20198
20199 \backslash
20200 varGamma
20201 \series default
20202  produit: 
20203 \begin_inset Formula $\varGamma$
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \begin_layout Subsection
20210 Lettres grasses
20211 \begin_inset Index
20212 status collapsed
20213
20214 \begin_layout Plain Layout
20215 Lettres grecques ! grasses
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \begin_layout Standard
20224 Les lettres grecques ne peuvent être mise dans différents styles de polices
20225  comme les lettres latines.
20226  Elles peuvent seulement être mises en gras avec la commande 
20227 \series bold
20228
20229 \backslash
20230 boldsymbol
20231 \series default
20232
20233 \begin_inset Index
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237 Commandes ! B ! 
20238 \backslash
20239 boldsymbol
20240 \end_layout
20241
20242 \end_inset
20243
20244 .
20245 \end_layout
20246
20247 \begin_layout Standard
20248 \align center
20249 \begin_inset Tabular
20250 <lyxtabular version="3" rows="3" columns="2">
20251 <features>
20252 <column alignment="center" valignment="top" width="0">
20253 <column alignment="center" valignment="top" width="0">
20254 <row>
20255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 Commande
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20265 \begin_inset Text
20266
20267 \begin_layout Plain Layout
20268 Résultat
20269 \end_layout
20270
20271 \end_inset
20272 </cell>
20273 </row>
20274 <row>
20275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20276 \begin_inset Text
20277
20278 \begin_layout Plain Layout
20279
20280 \backslash
20281 Upsilon
20282 \backslash
20283 boldsymbol
20284 \backslash
20285 Upsilon
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 <row>
20304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308
20309 \backslash
20310 theta
20311 \backslash
20312 boldsymbol
20313 \backslash
20314 theta
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\theta\boldsymbol{\theta}$
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 </lyxtabular>
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \begin_layout Section
20340 Symboles
20341 \begin_inset ERT
20342 status collapsed
20343
20344 \begin_layout Plain Layout
20345
20346
20347 \backslash
20348 texorpdfstring{
20349 \end_layout
20350
20351 \end_inset
20352
20353
20354 \begin_inset Foot
20355 status collapsed
20356
20357 \begin_layout Plain Layout
20358 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20359  être trouvée dans 
20360 \begin_inset CommandInset citation
20361 LatexCommand cite
20362 key "Symbole"
20363
20364 \end_inset
20365
20366 .
20367 \end_layout
20368
20369 \end_inset
20370
20371
20372 \begin_inset ERT
20373 status collapsed
20374
20375 \begin_layout Plain Layout
20376
20377 }{}
20378 \end_layout
20379
20380 \end_inset
20381
20382
20383 \begin_inset Note Note
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387
20388 \backslash
20389 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20390  dans les signets PDF.
20391 \end_layout
20392
20393 \begin_layout Plain Layout
20394 Plus au sujet de 
20395 \backslash
20396 texorpdfstring dans la section 
20397 \begin_inset CommandInset ref
20398 LatexCommand ref
20399 reference "sub:formules-dans-les-entêtes"
20400
20401 \end_inset
20402
20403 .
20404 \end_layout
20405
20406 \end_inset
20407
20408
20409 \begin_inset Index
20410 status collapsed
20411
20412 \begin_layout Plain Layout
20413 Symboles
20414 \end_layout
20415
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \begin_layout Standard
20422 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20423  grâce aux boutons 
20424 \begin_inset Graphics
20425         filename ../../images/math/nabla.png
20426         scale 85
20427
20428 \end_inset
20429
20430  et 
20431 \begin_inset Graphics
20432         filename ../../images/math/digamma.png
20433         scale 85
20434
20435 \end_inset
20436
20437  de la barre d'outils mathématique.
20438 \end_layout
20439
20440 \begin_layout Subsection
20441 Symboles mathématiques
20442 \begin_inset CommandInset label
20443 LatexCommand label
20444 name "sub:Symboles-mathématiques"
20445
20446 \end_inset
20447
20448
20449 \begin_inset Index
20450 status collapsed
20451
20452 \begin_layout Plain Layout
20453 Symboles ! mathématiques
20454 \end_layout
20455
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \begin_layout Standard
20462 \begin_inset space \hfill{}
20463 \end_inset
20464
20465
20466 \begin_inset Tabular
20467 <lyxtabular version="3" rows="10" columns="2">
20468 <features>
20469 <column alignment="center" valignment="top" width="0pt">
20470 <column alignment="center" valignment="top" width="0pt">
20471 <row>
20472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 Commande
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 Résultat
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 <row>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \backslash
20498 neg
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507 \begin_inset Formula $\neg$
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \backslash
20523 Im
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Formula $\Im$
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546
20547 \backslash
20548 Re
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557 \begin_inset Formula $\Re$
20558 \end_inset
20559
20560
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 </row>
20566 <row>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571
20572 \backslash
20573 aleph
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582 \begin_inset Formula $\aleph$
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 <row>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596
20597 \backslash
20598 partial
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607 \begin_inset Formula $\partial$
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 </row>
20616 <row>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621
20622 \backslash
20623 infty
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 \begin_inset Formula $\infty$
20633 \end_inset
20634
20635
20636 \end_layout
20637
20638 \end_inset
20639 </cell>
20640 </row>
20641 <row>
20642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646
20647 \backslash
20648 wp
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 \begin_inset Formula $\wp$
20658 \end_inset
20659
20660
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 </row>
20666 <row>
20667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671
20672 \backslash
20673 imath
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Formula $\imath$
20683 \end_inset
20684
20685
20686 \end_layout
20687
20688 \end_inset
20689 </cell>
20690 </row>
20691 <row>
20692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696
20697 \backslash
20698 jmath
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 \begin_inset Formula $\jmath$
20708 \end_inset
20709
20710
20711 \end_layout
20712
20713 \end_inset
20714 </cell>
20715 </row>
20716 </lyxtabular>
20717
20718 \end_inset
20719
20720
20721 \begin_inset space \hfill{}
20722 \end_inset
20723
20724
20725 \begin_inset Tabular
20726 <lyxtabular version="3" rows="10" columns="2">
20727 <features>
20728 <column alignment="center" valignment="top" width="0pt">
20729 <column alignment="center" valignment="top" width="0pt">
20730 <row>
20731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 Commande
20736 \end_layout
20737
20738 \end_inset
20739 </cell>
20740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744 Résultat
20745 \begin_inset Note Note
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749
20750 \series bold
20751
20752 \backslash
20753 raisebox est seulement utilisée pour faire de la place
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 </row>
20764 <row>
20765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \backslash
20771 forall
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\forall$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 exists
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Formula $\exists$
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \backslash
20821 nexists
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $\nexists$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \backslash
20846 emptyset
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $\emptyset$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \backslash
20871 varnothing
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Formula $\varnothing$
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 </row>
20889 <row>
20890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894
20895 \backslash
20896 dag
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 \begin_inset Formula $\dag$
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 </row>
20914 <row>
20915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \backslash
20921 ddag
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset Formula $\ddag$
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 </row>
20939 <row>
20940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944
20945 \backslash
20946 complement
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 \begin_inset ERT
20956 status collapsed
20957
20958 \begin_layout Plain Layout
20959
20960
20961 \backslash
20962 raisebox{-0.8mm}{
20963 \end_layout
20964
20965 \end_inset
20966
20967
20968 \begin_inset Formula $\complement$
20969 \end_inset
20970
20971
20972 \begin_inset ERT
20973 status collapsed
20974
20975 \begin_layout Plain Layout
20976
20977 }
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \backslash
20995 Bbbk
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 \begin_inset Formula $\Bbbk$
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 </row>
21013 </lyxtabular>
21014
21015 \end_inset
21016
21017
21018 \begin_inset space \hfill{}
21019 \end_inset
21020
21021
21022 \begin_inset Tabular
21023 <lyxtabular version="3" rows="10" columns="2">
21024 <features>
21025 <column alignment="center" valignment="top" width="0pt">
21026 <column alignment="center" valignment="top" width="0pt">
21027 <row>
21028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032 Commande
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041 Résultat
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 <row>
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052
21053 \backslash
21054 prime
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 \begin_inset Formula $\prime$
21064 \end_inset
21065
21066
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077
21078 \backslash
21079 backprime
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 \begin_inset Formula $\backprime$
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102
21103 \backslash
21104 mho
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 \begin_inset Formula $\mho$
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 </row>
21122 <row>
21123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127
21128 \backslash
21129 triangle
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 \begin_inset Formula $\triangle$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 angle
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\angle$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 measuredangle
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\measuredangle$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 sphericalangle
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\sphericalangle$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 top
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\top$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 bot
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\bot$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 </lyxtabular>
21273
21274 \end_inset
21275
21276
21277 \begin_inset space \hfill{}
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \begin_layout Standard
21284 \begin_inset Newpage newpage
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \begin_layout Subsection
21291 Symboles divers
21292 \begin_inset CommandInset label
21293 LatexCommand label
21294 name "sub:Symboles-divers"
21295
21296 \end_inset
21297
21298
21299 \begin_inset Index
21300 status collapsed
21301
21302 \begin_layout Plain Layout
21303 Symboles ! divers
21304 \end_layout
21305
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \begin_layout Standard
21312 \noindent
21313 \align center
21314 \begin_inset Tabular
21315 <lyxtabular version="3" rows="10" columns="2">
21316 <features>
21317 <column alignment="center" valignment="top" width="0pt">
21318 <column alignment="center" valignment="top" width="0pt">
21319 <row>
21320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 Commande
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 Résultat
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 </row>
21339 <row>
21340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344
21345 \backslash
21346 flat
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $\flat$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 </row>
21364 <row>
21365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369
21370 \backslash
21371 natural
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 \begin_inset Formula $\natural$
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 </row>
21389 <row>
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394
21395 \backslash
21396 sharp
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405 \begin_inset Formula $\sharp$
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 </row>
21414 <row>
21415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419
21420 \backslash
21421 surd
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Formula $\surd$
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 </row>
21439 <row>
21440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444
21445 \backslash
21446 checkmark
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 \begin_inset Formula $\checkmark$
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 <row>
21465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469
21470 \backslash
21471 yen
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 \begin_inset Formula $\yen$
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 <row>
21490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494
21495 \backslash
21496 pounds
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\pounds$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 <row>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 $
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\$$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 §
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $§$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 </lyxtabular>
21561
21562 \end_inset
21563
21564
21565 \begin_inset Tabular
21566 <lyxtabular version="3" rows="10" columns="2">
21567 <features>
21568 <column alignment="center" valignment="top" width="0">
21569 <column alignment="center" valignment="top" width="0">
21570 <row>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 Commande
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 Résultat
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 </row>
21590 <row>
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595
21596 \backslash
21597 hbar
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $\hbar$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 </row>
21615 <row>
21616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620
21621 \backslash
21622 hslash
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Formula $\hslash$
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645
21646 \backslash
21647 clubsuit
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Formula $\clubsuit$
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \backslash
21672 spadesuit
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 \begin_inset Formula $\spadesuit$
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 </row>
21690 <row>
21691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695
21696 \backslash
21697 bigstar
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 \begin_inset Formula $\bigstar$
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 </row>
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720
21721 \backslash
21722 blacklozenge
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Formula $\blacklozenge$
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745
21746 \backslash
21747 blacktriangle
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 \begin_inset Formula $\blacktriangle$
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \backslash
21772 blacktiangledown
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $\blacktriangledown$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \backslash
21797 bullet
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Formula $\bullet$
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 </lyxtabular>
21816
21817 \end_inset
21818
21819
21820 \begin_inset Tabular
21821 <lyxtabular version="3" rows="10" columns="2">
21822 <features>
21823 <column alignment="center" valignment="top" width="0pt">
21824 <column alignment="center" valignment="top" width="0pt">
21825 <row>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 Commande
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 Résultat
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 diamondsuit
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\diamondsuit$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 Diamond
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\Diamond$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 heartsuit
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\heartsuit$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 P
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\P$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 copyright
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\copyright$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 circledR
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\circledR$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 maltese
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\maltese$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 diagup
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\diagup$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 <row>
22046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \backslash
22052 diagdown
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\diagdown$
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 </lyxtabular>
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 \begin_inset VSpace medskip
22079 \end_inset
22080
22081 D'autres symboles sont listés dans 
22082 \begin_inset CommandInset ref
22083 LatexCommand ref
22084 reference "sub:Caractères-spéciaux-divers"
22085
22086 \end_inset
22087
22088 .
22089 \end_layout
22090
22091 \begin_layout Standard
22092 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
22093 \begin_inset CommandInset ref
22094 LatexCommand ref
22095 reference "sub:Tailles-polices"
22096
22097 \end_inset
22098
22099 .
22100 \end_layout
22101
22102 \begin_layout Subsection
22103 Le symbole de l'Euro €
22104 \begin_inset Index
22105 status collapsed
22106
22107 \begin_layout Plain Layout
22108 Symboles ! symbole de l'Euro
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \begin_inset Index
22115 status collapsed
22116
22117 \begin_layout Plain Layout
22118
22119 \backslash
22120 @
22121 \begin_inset ERT
22122 status collapsed
22123
22124 \begin_layout Plain Layout
22125
22126
22127 \backslash
22128 officialeuro
22129 \end_layout
22130
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \begin_layout Standard
22142 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
22143  paquetage LaTeX 
22144 \series bold
22145 eurosym
22146 \series default
22147
22148 \begin_inset Index
22149 status collapsed
22150
22151 \begin_layout Plain Layout
22152 Paquetages ! eurosym
22153 \end_layout
22154
22155 \end_inset
22156
22157  et le charger avec la ligne suivante dans le préambule LaTeX
22158 \end_layout
22159
22160 \begin_layout Standard
22161
22162 \series bold
22163
22164 \backslash
22165 usepackage[gennarrow]{eurosym}
22166 \end_layout
22167
22168 \begin_layout Standard
22169 Le symbole de l'Euro peut alors être inséré avec la commande 
22170 \series bold
22171
22172 \backslash
22173 euro
22174 \series default
22175
22176 \begin_inset Index
22177 status collapsed
22178
22179 \begin_layout Plain Layout
22180 Commandes ! E ! 
22181 \backslash
22182 euro
22183 \end_layout
22184
22185 \end_inset
22186
22187 .
22188 \end_layout
22189
22190 \begin_layout Standard
22191 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22192 e avec la touche €, sans avoir à installer le paquetage 
22193 \series bold
22194 eurosym
22195 \series default
22196 .
22197  Quand 
22198 \series bold
22199 eurosym
22200 \series default
22201  est installé, on peut aussi insérer la commande 
22202 \series bold
22203
22204 \backslash
22205 euro
22206 \series default
22207  en mode TeX.
22208  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22209  
22210 \series bold
22211
22212 \backslash
22213 officialeuro
22214 \series default
22215
22216 \begin_inset Index
22217 status collapsed
22218
22219 \begin_layout Plain Layout
22220 Commandes ! O ! 
22221 \backslash
22222 officialeuro
22223 \end_layout
22224
22225 \end_inset
22226
22227 , qui n'est utilisable qu'en mode TeX.
22228 \end_layout
22229
22230 \begin_layout Standard
22231 \begin_inset ERT
22232 status collapsed
22233
22234 \begin_layout Plain Layout
22235
22236
22237 \backslash
22238 ifeurosym 
22239 \end_layout
22240
22241 \end_inset
22242
22243
22244 \begin_inset Note Note
22245 status open
22246
22247 \begin_layout Plain Layout
22248 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22249 \series bold
22250 eurosym
22251 \series default
22252  est installé.
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \begin_layout Standard
22261 Un aperçu des différents symboles de l'Euro:
22262 \end_layout
22263
22264 \begin_layout Standard
22265 \align center
22266 \begin_inset Tabular
22267 <lyxtabular version="3" rows="4" columns="3">
22268 <features>
22269 <column alignment="center" valignment="top" width="0pt">
22270 <column alignment="center" valignment="top" width="0pt">
22271 <column alignment="center" valignment="top" width="0pt">
22272 <row>
22273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 Commande 
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 Résultat
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 formule
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 euro
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\euro$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 texte mathématique
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Formula $\mbox{€}$
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 mode TeX
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \backslash
22383 officialeuro
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset ERT
22393 status collapsed
22394
22395 \begin_layout Plain Layout
22396
22397
22398 \backslash
22399 officialeuro
22400 \end_layout
22401
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 </lyxtabular>
22411
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \begin_layout Standard
22418 \begin_inset ERT
22419 status collapsed
22420
22421 \begin_layout Plain Layout
22422
22423
22424 \backslash
22425 else 
22426 \end_layout
22427
22428 \end_inset
22429
22430
22431 \begin_inset Note Note
22432 status open
22433
22434 \begin_layout Plain Layout
22435 Ce qui suit sera affiché si le paquetage LaTeX 
22436 \series bold
22437 eurosym
22438 \series default
22439  n'est pas installé:
22440 \end_layout
22441
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \begin_layout Standard
22448 Vous devez installer le paquetage LaTeX 
22449 \series bold
22450 eurosym
22451 \series default
22452  pour voir le reste de cette section dans la sortie imprimée.
22453 \end_layout
22454
22455 \begin_layout Standard
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461
22462 \backslash
22463 fi 
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Standard
22472 \begin_inset Newpage pagebreak
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \begin_layout Section
22479 Opérateurs de relation
22480 \begin_inset CommandInset label
22481 LatexCommand label
22482 name "sec:Relations"
22483
22484 \end_inset
22485
22486
22487 \begin_inset Index
22488 status collapsed
22489
22490 \begin_layout Plain Layout
22491 Relations
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \begin_inset Index
22498 status collapsed
22499
22500 \begin_layout Plain Layout
22501 Comparaisons|see
22502 \begin_inset ERT
22503 status collapsed
22504
22505 \begin_layout Plain Layout
22506
22507 {
22508 \end_layout
22509
22510 \end_inset
22511
22512 Relations
22513 \begin_inset ERT
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517
22518 }
22519 \end_layout
22520
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \begin_layout Standard
22532 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22533  le bouton 
22534 \begin_inset Graphics
22535         filename ../../images/math/leq.png
22536         scale 85
22537
22538 \end_inset
22539
22540  de la barre d'outils.
22541 \end_layout
22542
22543 \begin_layout Standard
22544 \begin_inset Tabular
22545 <lyxtabular version="3" rows="17" columns="2">
22546 <features>
22547 <column alignment="center" valignment="top" width="0pt">
22548 <column alignment="center" valignment="top" width="0">
22549 <row>
22550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554
22555 \size small
22556 Commande
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565
22566 \size small
22567 Résultat
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 <
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22584 \begin_inset Text
22585
22586 \begin_layout Plain Layout
22587 \begin_inset Formula $<$
22588 \end_inset
22589
22590
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 </row>
22596 <row>
22597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601
22602 \backslash
22603 le
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 \begin_inset Formula $\le$
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 <row>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626
22627 \backslash
22628 ll
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Formula $\ll$
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 </row>
22646 <row>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \backslash
22653 prec
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset Formula $\prec$
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 </row>
22671 <row>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676
22677 \backslash
22678 preceq
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 \begin_inset Formula $\preceq$
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 <row>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701
22702 \backslash
22703 subset
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 \begin_inset Formula $\subset$
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726
22727 \backslash
22728 subseteq
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 \begin_inset Formula $\subseteq$
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 <row>
22747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751
22752 \backslash
22753 sqsubseteq
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 \begin_inset Formula $\sqsubseteq$
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 </row>
22771 <row>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776
22777 \backslash
22778 in
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 \begin_inset Formula $\in$
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 </row>
22796 <row>
22797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \backslash
22803 vdash
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Formula $\vdash$
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 <row>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826
22827 \backslash
22828 smile
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 \begin_inset Formula $\smile$
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 </row>
22846 <row>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851
22852 \backslash
22853 lhd
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Formula $\lhd$
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 </row>
22871 <row>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876
22877 \backslash
22878 unlhd
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 \begin_inset Formula $\unlhd$
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 </row>
22896 <row>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901
22902 \backslash
22903 gtrless
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 \begin_inset Formula $\gtrless$
22913 \end_inset
22914
22915
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 <row>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926
22927 \backslash
22928 mid
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Formula $\mid$
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951
22952 \backslash
22953 nmid
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 \begin_inset Formula $\nmid$
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 </lyxtabular>
22972
22973 \end_inset
22974
22975
22976 \begin_inset space \hfill{}
22977 \end_inset
22978
22979
22980 \begin_inset Tabular
22981 <lyxtabular version="3" rows="17" columns="2">
22982 <features>
22983 <column alignment="center" valignment="top" width="0pt">
22984 <column alignment="center" valignment="top" width="0">
22985 <row>
22986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990
22991 \size small
22992 Commande
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001
23002 \size small
23003 Résultat
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 =
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Formula $=$
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \backslash
23039 not=
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $\not=$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 equiv
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\equiv$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 sim
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\sim$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 simeq
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\simeq$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 approx
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\approx$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 cong
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\cong$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 bowtie
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\bowtie$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212
23213 \backslash
23214 notin
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 \begin_inset Formula $\notin$
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \backslash
23239 perp
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset Formula $\perp$
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 <row>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262
23263 \backslash
23264 propto
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 \begin_inset Formula $\propto$
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287
23288 \backslash
23289 asymp
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Formula $\asymp$
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 </row>
23307 <row>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312
23313 \backslash
23314 doteq
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Formula $\doteq$
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 </row>
23332 <row>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337
23338 \backslash
23339 circeq
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 \begin_inset Formula $\circeq$
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 </row>
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362
23363 \backslash
23364 models
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 \begin_inset Formula $\models$
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 </row>
23382 <row>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387
23388 \backslash
23389 widehat=
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 \begin_inset Formula $\widehat{=}$
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 </row>
23407 </lyxtabular>
23408
23409 \end_inset
23410
23411
23412 \begin_inset space \hfill{}
23413 \end_inset
23414
23415
23416 \begin_inset Tabular
23417 <lyxtabular version="3" rows="17" columns="2">
23418 <features>
23419 <column alignment="center" valignment="top" width="0pt">
23420 <column alignment="center" valignment="top" width="0">
23421 <row>
23422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426
23427 \size small
23428 Commande
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437
23438 \size small
23439 Résultat
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 </row>
23445 <row>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 >
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $>$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 ge
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\ge$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 gg
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\gg$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 succ
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\succ$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 succeq
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\succeq$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 supset
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\supset$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 supseteq
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\supseteq$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 sqsupseteq
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\sqsupseteq$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 ni
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\ni$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 dashv
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\dashv$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 frown
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\frown$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \backslash
23725 rhd
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $\rhd$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 unrhd
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\unrhd$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 lessgtr
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\lessgtr$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 parallel
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\parallel$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 nparallel
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\nparallel$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 </lyxtabular>
23844
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \begin_layout Standard
23851 \begin_inset VSpace medskip
23852 \end_inset
23853
23854 Les caractères 
23855 \series bold
23856
23857 \backslash
23858 lhd
23859 \series default
23860  et 
23861 \series bold
23862
23863 \backslash
23864 rhd
23865 \series default
23866  sont plus gros que les opérateurs 
23867 \series bold
23868
23869 \backslash
23870 triangleleft
23871 \series default
23872  et 
23873 \series bold
23874
23875 \backslash
23876 triangleright
23877 \series default
23878  auxquels ils ressemblent.
23879 \end_layout
23880
23881 \begin_layout Standard
23882 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23883  par des espaces.
23884 \end_layout
23885
23886 \begin_layout Standard
23887 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23888  commande 
23889 \series bold
23890
23891 \backslash
23892 stackrel
23893 \series default
23894
23895 \begin_inset Index
23896 status collapsed
23897
23898 \begin_layout Plain Layout
23899 Commandes ! S ! 
23900 \backslash
23901 stackrel
23902 \end_layout
23903
23904 \end_inset
23905
23906 :
23907 \end_layout
23908
23909 \begin_layout Standard
23910 \align center
23911 \begin_inset Tabular
23912 <lyxtabular version="3" rows="2" columns="2">
23913 <features>
23914 <column alignment="center" valignment="top" width="0">
23915 <column alignment="center" valignment="top" width="0">
23916 <row>
23917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 Commande
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 Résultat
23931 \begin_inset Note Note
23932 status collapsed
23933
23934 \begin_layout Plain Layout
23935
23936 \series bold
23937
23938 \backslash
23939 raisebox est seulement utilisée pour faire de la place
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 A(r)
23956 \backslash
23957 stackrel
23958 \begin_inset ERT
23959 status collapsed
23960
23961 \begin_layout Plain Layout
23962
23963
23964 \backslash
23965 spce 
23966 \end_layout
23967
23968 \end_inset
23969
23970 r
23971 \backslash
23972 to
23973 \backslash
23974 infty
23975 \begin_inset ERT
23976 status collapsed
23977
23978 \begin_layout Plain Layout
23979
23980
23981 \backslash
23982 spce 
23983 \end_layout
23984
23985 \end_inset
23986
23987
23988 \begin_inset Formula $\downarrow$
23989 \end_inset
23990
23991
23992 \backslash
23993 approx
23994 \begin_inset ERT
23995 status collapsed
23996
23997 \begin_layout Plain Layout
23998
23999
24000 \backslash
24001 spce 
24002 \end_layout
24003
24004 \end_inset
24005
24006
24007 \begin_inset ERT
24008 status collapsed
24009
24010 \begin_layout Plain Layout
24011
24012
24013 \backslash
24014 spce 
24015 \end_layout
24016
24017 \end_inset
24018
24019 B
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 </lyxtabular>
24038
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \begin_layout Section
24045 Fonctions
24046 \end_layout
24047
24048 \begin_layout Subsection
24049 Fonctions prédéfinies
24050 \begin_inset CommandInset label
24051 LatexCommand label
24052 name "sub:Fonctions-prédéfinies"
24053
24054 \end_inset
24055
24056
24057 \begin_inset Index
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061 Fonctions ! prédéfinies
24062 \end_layout
24063
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \begin_layout Standard
24070 En général, les variables sont écrites en 
24071 \emph on
24072 italiques
24073 \emph default
24074  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
24075  
24076 \begin_inset Formula $sin$
24077 \end_inset
24078
24079  pourrait être confondue avec le produit 
24080 \begin_inset Formula $s\cdot i\cdot n$
24081 \end_inset
24082
24083 .
24084  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
24085  arguments par un peu d'espace.
24086  Elles sont insérées comme des commandes commençant par une barre de fraction
24087  inverse avant leur nom.
24088 \end_layout
24089
24090 \begin_layout Standard
24091 \align center
24092 \begin_inset Tabular
24093 <lyxtabular version="3" rows="2" columns="4">
24094 <features>
24095 <column alignment="center" valignment="top" width="0pt">
24096 <column alignment="center" valignment="top" width="0pt">
24097 <column alignment="center" valignment="top" width="0pt">
24098 <column alignment="center" valignment="top" width="0pt">
24099 <row>
24100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 Commande
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 Résultat
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 Commande
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 Résultat
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 </row>
24137 <row>
24138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 Asin(x)+B
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 \begin_inset Formula $Asin(x)+B$
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 A
24164 \backslash
24165 sin(x)+B
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174 \begin_inset Formula $A\sin(x)+B$
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 </row>
24183 </lyxtabular>
24184
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \begin_layout Standard
24191 Les fonctions suivantes sont prédéfinies:
24192 \end_layout
24193
24194 \begin_layout Standard
24195 \begin_inset VSpace -2mm
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \align center
24203 \begin_inset Tabular
24204 <lyxtabular version="3" rows="9" columns="4">
24205 <features>
24206 <column alignment="center" valignment="top" width="0pt">
24207 <column alignment="center" valignment="top" width="0pt">
24208 <column alignment="center" valignment="top" width="0pt">
24209 <column alignment="center" valignment="top" width="0pt">
24210 <row>
24211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 Commande
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224 Commande
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 Commande
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 Commande
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 sin
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 sinh
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 arcsin
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 sup
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 </row>
24294 <row>
24295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299
24300 \backslash
24301 cos
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 cosh
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 arccos
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 inf
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 </row>
24340 <row>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 tan
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 tanh
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 arctan
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 lim
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 </row>
24386 <row>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391
24392 \backslash
24393 cot
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 coth
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 arg
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 liminf
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 sec
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 min
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 deg
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 limsup
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 </row>
24478 <row>
24479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \backslash
24485 csc
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 max
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 \backslash
24507 det
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 Pr
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529
24530 \backslash
24531 ln
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540
24541 \backslash
24542 exp
24543 \end_layout
24544
24545 \end_inset
24546 </cell>
24547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24548 \begin_inset Text
24549
24550 \begin_layout Plain Layout
24551
24552 \backslash
24553 dim
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 hom
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 </row>
24570 <row>
24571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575
24576 \backslash
24577 lg
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586
24587 \backslash
24588 log
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597
24598 \backslash
24599 ker
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 gcd
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 </lyxtabular>
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Standard
24624 Elles peuvent aussi être insérées en utilisant le bouton 
24625 \begin_inset Graphics
24626         filename ../../images/math/functions.png
24627         scale 85
24628
24629 \end_inset
24630
24631  de la barre d'outils mathématique.
24632 \end_layout
24633
24634 \begin_layout Subsection
24635 Fonctions définies par l'utilisateur
24636 \begin_inset Index
24637 status collapsed
24638
24639 \begin_layout Plain Layout
24640 Fonctions ! définies par l'utilisateur
24641 \end_layout
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Standard
24649 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24650  fonction sgn(x), il y a deux possibilités:
24651 \end_layout
24652
24653 \begin_layout Itemize
24654 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24655 \begin_inset Foot
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659 Pour en savoir plus sur la commande 
24660 \series bold
24661
24662 \backslash
24663 DeclareMathOperator
24664 \series default
24665  voir 
24666 \begin_inset CommandInset ref
24667 LatexCommand ref
24668 reference "sub:Opérateurs-personnalisés"
24669
24670 \end_inset
24671
24672 .
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \begin_inset Newline newline
24679 \end_inset
24680
24681
24682 \begin_inset VSpace -3mm
24683 \end_inset
24684
24685
24686 \begin_inset Newline newline
24687 \end_inset
24688
24689
24690 \series bold
24691
24692 \backslash
24693 DeclareMathOperator{
24694 \backslash
24695 sgn}{sgn}
24696 \series default
24697
24698 \begin_inset Index
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702 Commandes ! D ! 
24703 \backslash
24704 dbinom@
24705 \backslash
24706 DeclareMathOperator
24707 \end_layout
24708
24709 \end_inset
24710
24711
24712 \begin_inset Newline newline
24713 \end_inset
24714
24715
24716 \begin_inset VSpace -2mm
24717 \end_inset
24718
24719
24720 \begin_inset Newline newline
24721 \end_inset
24722
24723 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24724  commande 
24725 \series bold
24726
24727 \backslash
24728 sgn
24729 \series default
24730 .
24731 \end_layout
24732
24733 \begin_layout Itemize
24734 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24735  notre exemple les lettres 
24736 \emph on
24737 sgn
24738 \emph default
24739  -- et les changer en texte mathématique.
24740  Pour finir, on insère une espace entre le préfacteur et la fonction.
24741 \end_layout
24742
24743 \begin_layout Standard
24744 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24745 \begin_inset Foot
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24750 eur en rouge.
24751 \end_layout
24752
24753 \end_inset
24754
24755 :
24756 \end_layout
24757
24758 \begin_layout Standard
24759 \align center
24760 \begin_inset Tabular
24761 <lyxtabular version="3" rows="3" columns="2">
24762 <features>
24763 <column alignment="center" valignment="top" width="0pt">
24764 <column alignment="center" valignment="top" width="0pt">
24765 <row>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 Commande
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 Résultat
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 <row>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 A
24791 \backslash
24792 sgn(x)+B
24793 \end_layout
24794
24795 \end_inset
24796 </cell>
24797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801 \begin_inset Formula $A\sgn(x)+B$
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \end_inset
24808 </cell>
24809 </row>
24810 <row>
24811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815 A
24816 \backslash
24817 ,
24818 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24819 \end_inset
24820
24821 (x)+B
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24831 \end_inset
24832
24833
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 </row>
24839 </lyxtabular>
24840
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \begin_layout Standard
24847 La première méthode est recommandée quand la fonction définie doit être
24848  utilisée plusieurs fois dans le document.
24849 \end_layout
24850
24851 \begin_layout Subsection
24852 Les limites
24853 \begin_inset Index
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 Limites
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 Pour les limites, en plus des commandes 
24867 \series bold
24868
24869 \backslash
24870 lim
24871 \series default
24872
24873 \begin_inset Index
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877 Commandes ! L ! 
24878 \backslash
24879 lim
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \series bold
24886
24887 \backslash
24888 liminf
24889 \series default
24890  et 
24891 \series bold
24892
24893 \backslash
24894 limsup
24895 \series default
24896  on a aussi les fonctions suivantes:
24897 \end_layout
24898
24899 \begin_layout Standard
24900 \align center
24901 \begin_inset Tabular
24902 <lyxtabular version="3" rows="5" columns="2">
24903 <features>
24904 <column alignment="center" valignment="top" width="0">
24905 <column alignment="center" valignment="top" width="0">
24906 <row>
24907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 Commande
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920 Résultat
24921 \begin_inset Note Note
24922 status collapsed
24923
24924 \begin_layout Plain Layout
24925
24926 \series bold
24927
24928 \backslash
24929 raisebox est seulement utilisée pour faire de la place
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 </row>
24940 <row>
24941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945
24946 \backslash
24947 varliminf
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 \begin_inset Formula $\varliminf$
24957 \end_inset
24958
24959
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 varlimsup
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 \begin_inset Formula $\varlimsup$
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 </row>
24990 <row>
24991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995
24996 \backslash
24997 varprojlim
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 \begin_inset Formula $\varprojlim$
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 varinjlim
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031 \begin_inset Formula $\varinjlim$
25032 \end_inset
25033
25034
25035 \begin_inset Formula $\raisebox{-2.5mm}{}$
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 </row>
25044 </lyxtabular>
25045
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \begin_layout Standard
25052 \begin_inset VSpace medskip
25053 \end_inset
25054
25055 La valeur de la limite est créée en ajoutant un indice.
25056  Il est placé juste à la droite de la fonction dans le cas d'une formule
25057  en ligne:
25058 \end_layout
25059
25060 \begin_layout Standard
25061 \align center
25062 \begin_inset Tabular
25063 <lyxtabular version="3" rows="2" columns="2">
25064 <features>
25065 <column alignment="center" valignment="top" width="0pt">
25066 <column alignment="center" valignment="top" width="0pt">
25067 <row>
25068 <cell alignment="center" valignment="top" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072 Commande
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 <cell alignment="center" valignment="top" usebox="none">
25078 \begin_inset Text
25079
25080 \begin_layout Plain Layout
25081 \begin_inset space \hspace{}
25082 \length 1cm
25083 \end_inset
25084
25085 Résultat
25086 \begin_inset Note Note
25087 status collapsed
25088
25089 \begin_layout Plain Layout
25090
25091 \series bold
25092
25093 \backslash
25094 hspace
25095 \series default
25096  
25097 \series bold
25098 et 
25099 \backslash
25100 raisebox sont seulement utilisées pour faire de la place
25101 \series default
25102 \lang english
25103 .
25104 \end_layout
25105
25106 \end_inset
25107
25108
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 </row>
25114 <row>
25115 <cell alignment="center" valignment="top" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 lim_x
25122 \backslash
25123 to
25124 \begin_inset ERT
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128
25129
25130 \backslash
25131 spce 
25132 \end_layout
25133
25134 \end_inset
25135
25136 A
25137 \begin_inset ERT
25138 status collapsed
25139
25140 \begin_layout Plain Layout
25141
25142
25143 \backslash
25144 spce 
25145 \end_layout
25146
25147 \end_inset
25148
25149 x=B
25150 \end_layout
25151
25152 \end_inset
25153 </cell>
25154 <cell alignment="center" valignment="top" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 </row>
25167 </lyxtabular>
25168
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \begin_layout Standard
25175 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
25176  en dessous de la fonction:
25177 \begin_inset Formula \[
25178 \lim_{x\to A}x=B\]
25179
25180 \end_inset
25181
25182
25183 \end_layout
25184
25185 \begin_layout Subsection
25186 Les fonctions modulo-
25187 \begin_inset Index
25188 status collapsed
25189
25190 \begin_layout Plain Layout
25191 Fonctions ! modulo
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \end_layout
25198
25199 \begin_layout Standard
25200 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25201 \end_layout
25202
25203 \begin_layout Standard
25204 Les variantes pour une formule hors ligne:
25205 \begin_inset Formula \begin{align*}
25206 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25207 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25208 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25209 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25210 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25219  la fonction, quelque soit la variante.
25220 \end_layout
25221
25222 \begin_layout Section
25223 Caractères spéciaux
25224 \begin_inset Index
25225 status collapsed
25226
25227 \begin_layout Plain Layout
25228 Caractères spéciaux
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \begin_layout Subsection
25237 Caractères spéciaux en  texte mathématique
25238 \end_layout
25239
25240 \begin_layout Standard
25241 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25242  ou en mode TeX:
25243 \end_layout
25244
25245 \begin_layout Standard
25246 \begin_inset space \hfill{}
25247 \end_inset
25248
25249
25250 \begin_inset Tabular
25251 <lyxtabular version="3" rows="8" columns="2">
25252 <features>
25253 <column alignment="block" valignment="top" width="0">
25254 <column alignment="block" valignment="top" width="0">
25255 <row>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 Commande
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269 Résultat
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 oe
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291 \begin_inset Formula $\textrm{œ}$
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 </row>
25300 <row>
25301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305
25306 \backslash
25307 OE
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 \begin_inset Formula $\textrm{Œ}$
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 </row>
25325 <row>
25326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330
25331 \backslash
25332 ae
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 \begin_inset Formula $\textrm{æ}$
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 AE
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366 \begin_inset Formula $\textrm{Æ}$
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 </row>
25375 <row>
25376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380
25381 \backslash
25382 aa
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 \begin_inset Formula $\textrm{\aa}$
25392 \end_inset
25393
25394
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 </row>
25400 <row>
25401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405
25406 \backslash
25407 AA
25408 \begin_inset Index
25409 status collapsed
25410
25411 \begin_layout Plain Layout
25412
25413 \backslash
25414 @
25415 \begin_inset ERT
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419
25420
25421 \backslash
25422 textrm{
25423 \backslash
25424 AA}
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \end_layout
25431
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \end_inset
25438 </cell>
25439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443 \begin_inset Formula $\textrm{Å}$
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 </row>
25452 <row>
25453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25454 \begin_inset Text
25455
25456 \begin_layout Plain Layout
25457
25458 \backslash
25459 i
25460 \end_layout
25461
25462 \end_inset
25463 </cell>
25464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Plain Layout
25468 \begin_inset Formula $\textrm{ı}$
25469 \end_inset
25470
25471
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 </row>
25477 </lyxtabular>
25478
25479 \end_inset
25480
25481
25482 \begin_inset space \hfill{}
25483 \end_inset
25484
25485
25486 \begin_inset Tabular
25487 <lyxtabular version="3" rows="8" columns="2">
25488 <features>
25489 <column alignment="block" valignment="top" width="0">
25490 <column alignment="center" valignment="top" width="0">
25491 <row>
25492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496 commande
25497 \begin_inset Note Note
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501 la commande
25502 \series bold
25503
25504 \backslash
25505 hspace{0mm}
25506 \series default
25507  est utilisée pour faire une séparation invisible, sinon la sortie finale
25508  serait respectivement ¡ et ¿.
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 Résultat
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 </row>
25528 <row>
25529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533
25534 \backslash
25535 o
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 \begin_inset Formula $\textrm{ø}$
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 <row>
25554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558
25559 \backslash
25560 O
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 \begin_inset Formula $\textrm{Ø}$
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \backslash
25585 l
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset Formula $\textrm{ł}$
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 </row>
25603 <row>
25604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \backslash
25610 L
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 \begin_inset Formula $\textrm{Ł}$
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 <row>
25629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633 !
25634 \begin_inset space \hspace{}
25635 \length 0mm
25636 \end_inset
25637
25638 `
25639 \begin_inset ERT
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643
25644
25645 \backslash
25646 spce 
25647 \end_layout
25648
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \end_inset
25655 </cell>
25656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25657 \begin_inset Text
25658
25659 \begin_layout Plain Layout
25660 \begin_inset Formula $\textrm{!`}$
25661 \end_inset
25662
25663
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 </row>
25669 <row>
25670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25671 \begin_inset Text
25672
25673 \begin_layout Plain Layout
25674 ?
25675 \begin_inset space \hspace{}
25676 \length 0mm
25677 \end_inset
25678
25679 `
25680 \begin_inset ERT
25681 status collapsed
25682
25683 \begin_layout Plain Layout
25684
25685
25686 \backslash
25687 spce 
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701 \begin_inset Formula $\textrm{?`}$
25702 \end_inset
25703
25704
25705 \end_layout
25706
25707 \end_inset
25708 </cell>
25709 </row>
25710 <row>
25711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25712 \begin_inset Text
25713
25714 \begin_layout Plain Layout
25715
25716 \backslash
25717 j
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 \begin_inset Formula $\textrm{ȷ}$
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 </row>
25735 </lyxtabular>
25736
25737 \end_inset
25738
25739
25740 \begin_inset space \hfill{}
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \begin_layout Standard
25747 Les caractères 
25748 \begin_inset Formula $\textrm{\textrm{Å}}$
25749 \end_inset
25750
25751  et 
25752 \begin_inset Formula $\textrm{\textrm{Ø}}$
25753 \end_inset
25754
25755  peuvent aussi être insérés avec le bouton 
25756 \begin_inset Graphics
25757         filename ../../images/math/digamma.png
25758         scale 85
25759
25760 \end_inset
25761
25762  de la barre d'outils mathématique.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Les commandes 
25767 \series bold
25768 !
25769 \begin_inset space \hspace{}
25770 \length 0mm
25771 \end_inset
25772
25773 `
25774 \series default
25775  et ?
25776 \series bold
25777
25778 \begin_inset space \hspace{}
25779 \length 0mm
25780 \end_inset
25781
25782
25783 \series default
25784 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25785  le texte dans LyX.
25786 \end_layout
25787
25788 \begin_layout Subsection
25789 Les accents dans le texte
25790 \begin_inset CommandInset label
25791 LatexCommand label
25792 name "sub:Accents-dans-le-texte"
25793
25794 \end_inset
25795
25796
25797 \begin_inset Index
25798 status collapsed
25799
25800 \begin_layout Plain Layout
25801 Accents ! dans le texte
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Standard
25810 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25811  Ces commandes doivent être insérées en mode TeX.
25812 \end_layout
25813
25814 \begin_layout Standard
25815 \begin_inset space \hfill{}
25816 \end_inset
25817
25818
25819 \begin_inset Tabular
25820 <lyxtabular version="3" rows="8" columns="2">
25821 <features>
25822 <column alignment="block" valignment="top" width="0">
25823 <column alignment="block" valignment="top" width="0">
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829 Commande
25830 \end_layout
25831
25832 \end_inset
25833 </cell>
25834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838 Résultat
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 </row>
25844 <row>
25845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25846 \begin_inset Text
25847
25848 \begin_layout Plain Layout
25849
25850 \backslash
25851
25852 \begin_inset Quotes grd
25853 \end_inset
25854
25855 e
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 \begin_inset ERT
25865 status collapsed
25866
25867 \begin_layout Plain Layout
25868
25869
25870 \backslash
25871 "e
25872 \end_layout
25873
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 </row>
25882 <row>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887
25888 \backslash
25889 `e
25890 \end_layout
25891
25892 \end_inset
25893 </cell>
25894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25895 \begin_inset Text
25896
25897 \begin_layout Plain Layout
25898 \begin_inset ERT
25899 status collapsed
25900
25901 \begin_layout Plain Layout
25902
25903
25904 \backslash
25905 `e
25906 \end_layout
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \end_inset
25914 </cell>
25915 </row>
25916 <row>
25917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921
25922 \backslash
25923 ^
25924 \begin_inset ERT
25925 status collapsed
25926
25927 \begin_layout Plain Layout
25928
25929
25930 \backslash
25931 spce 
25932 \end_layout
25933
25934 \end_inset
25935
25936 e
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945 \begin_inset ERT
25946 status collapsed
25947
25948 \begin_layout Plain Layout
25949
25950
25951 \backslash
25952 ^e
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 </row>
25963 <row>
25964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968
25969 \backslash
25970 =e
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979 \begin_inset ERT
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983
25984
25985 \backslash
25986 =e
25987 \end_layout
25988
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 </row>
25997 <row>
25998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25999 \begin_inset Text
26000
26001 \begin_layout Plain Layout
26002
26003 \backslash
26004 u
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 spce 
26013 \end_layout
26014
26015 \end_inset
26016
26017 e
26018 \end_layout
26019
26020 \end_inset
26021 </cell>
26022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026 \begin_inset ERT
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030
26031
26032 \backslash
26033 u e
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 </row>
26044 <row>
26045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049
26050 \backslash
26051 b
26052 \begin_inset ERT
26053 status collapsed
26054
26055 \begin_layout Plain Layout
26056
26057
26058 \backslash
26059 spce 
26060 \end_layout
26061
26062 \end_inset
26063
26064 e
26065 \end_layout
26066
26067 \end_inset
26068 </cell>
26069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073 \begin_inset ERT
26074 status collapsed
26075
26076 \begin_layout Plain Layout
26077
26078
26079 \backslash
26080 b e
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 t
26099 \begin_inset ERT
26100 status collapsed
26101
26102 \begin_layout Plain Layout
26103
26104
26105 \backslash
26106 spce 
26107 \end_layout
26108
26109 \end_inset
26110
26111 ee
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 \begin_inset ERT
26121 status collapsed
26122
26123 \begin_layout Plain Layout
26124
26125
26126 \backslash
26127 t ee
26128 \end_layout
26129
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 </row>
26138 </lyxtabular>
26139
26140 \end_inset
26141
26142
26143 \begin_inset space \hfill{}
26144 \end_inset
26145
26146
26147 \begin_inset Tabular
26148 <lyxtabular version="3" rows="8" columns="2">
26149 <features>
26150 <column alignment="block" valignment="top" width="0">
26151 <column alignment="center" valignment="top" width="0">
26152 <row>
26153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 Commande
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166 Résultat
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 H
26180 \begin_inset ERT
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184
26185
26186 \backslash
26187 spce 
26188 \end_layout
26189
26190 \end_inset
26191
26192 e
26193 \end_layout
26194
26195 \end_inset
26196 </cell>
26197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26198 \begin_inset Text
26199
26200 \begin_layout Plain Layout
26201 \begin_inset ERT
26202 status collapsed
26203
26204 \begin_layout Plain Layout
26205
26206
26207 \backslash
26208 H e
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 </row>
26219 <row>
26220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224
26225 \backslash
26226 'e
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235 \begin_inset ERT
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239
26240
26241 \backslash
26242 'e
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 </row>
26253 <row>
26254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258
26259 \backslash
26260 ~e
26261 \begin_inset Index
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265 Tilde
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279 \begin_inset ERT
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283
26284
26285 \backslash
26286 ~e
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 </row>
26297 <row>
26298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Plain Layout
26302
26303 \backslash
26304 .e
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Plain Layout
26313 \begin_inset ERT
26314 status collapsed
26315
26316 \begin_layout Plain Layout
26317
26318
26319 \backslash
26320 .e
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 </row>
26331 <row>
26332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336
26337 \backslash
26338 v
26339 \begin_inset ERT
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343
26344
26345 \backslash
26346 spce 
26347 \end_layout
26348
26349 \end_inset
26350
26351 e
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360 \begin_inset ERT
26361 status collapsed
26362
26363 \begin_layout Plain Layout
26364
26365
26366 \backslash
26367 v e
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 </row>
26378 <row>
26379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26380 \begin_inset Text
26381
26382 \begin_layout Plain Layout
26383
26384 \backslash
26385 d
26386 \begin_inset ERT
26387 status collapsed
26388
26389 \begin_layout Plain Layout
26390
26391
26392 \backslash
26393 spce 
26394 \end_layout
26395
26396 \end_inset
26397
26398 e
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 \begin_inset ERT
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411
26412
26413 \backslash
26414 d e
26415 \end_layout
26416
26417 \end_inset
26418
26419
26420 \end_layout
26421
26422 \end_inset
26423 </cell>
26424 </row>
26425 <row>
26426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430
26431 \backslash
26432 c
26433 \begin_inset ERT
26434 status collapsed
26435
26436 \begin_layout Plain Layout
26437
26438
26439 \backslash
26440 spce 
26441 \end_layout
26442
26443 \end_inset
26444
26445 e
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454 \begin_inset ERT
26455 status collapsed
26456
26457 \begin_layout Plain Layout
26458
26459
26460 \backslash
26461 c e
26462 \end_layout
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 </row>
26472 </lyxtabular>
26473
26474 \end_inset
26475
26476
26477 \begin_inset space \hfill{}
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Standard
26484 \begin_inset VSpace medskip
26485 \end_inset
26486
26487 Avec la commande 
26488 \series bold
26489
26490 \backslash
26491 t
26492 \series default
26493  on peut aussi accentuer deux caractères différents.
26494  La commande 
26495 \series bold
26496
26497 \backslash
26498 t
26499 \begin_inset ERT
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503
26504
26505 \backslash
26506 spce 
26507 \end_layout
26508
26509 \end_inset
26510
26511 sz
26512 \series default
26513  va donner: 
26514 \begin_inset ERT
26515 status collapsed
26516
26517 \begin_layout Plain Layout
26518
26519
26520 \backslash
26521 t sz
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \begin_layout Standard
26530 Les accents 
26531 \series bold
26532 `
26533 \series default
26534  , 
26535 \series bold
26536 '
26537 \series default
26538  , et 
26539 \series bold
26540 ^
26541 \series default
26542  peuvent être insérés directement avec le clavier, sans utiliser le mode
26543  TeX, quand ils sont utilisés avec des voyelles.
26544  La même chose s'applique au tilde
26545 \begin_inset Foot
26546 status collapsed
26547
26548 \begin_layout Plain Layout
26549 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26550  accent.
26551 \end_layout
26552
26553 \end_inset
26554
26555  
26556 \series bold
26557 ~
26558 \series default
26559  en combinaison avec 
26560 \emph on
26561 a
26562 \emph default
26563  , 
26564 \emph on
26565 n
26566 \emph default
26567  , ou 
26568 \emph on
26569 o
26570 \emph default
26571 .
26572 \end_layout
26573
26574 \begin_layout Standard
26575 Les commandes 
26576 \series bold
26577
26578 \backslash
26579 b
26580 \series default
26581  , 
26582 \series bold
26583
26584 \backslash
26585 c
26586 \series default
26587  , 
26588 \series bold
26589
26590 \backslash
26591 d
26592 \series default
26593  , 
26594 \series bold
26595
26596 \backslash
26597 H
26598 \series default
26599  , 
26600 \series bold
26601
26602 \backslash
26603 t
26604 \series default
26605  , 
26606 \series bold
26607
26608 \backslash
26609 u
26610 \series default
26611  , 
26612 \series bold
26613
26614 \backslash
26615 v
26616 \series default
26617 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26618  en texte mathématique.
26619  Pour les autres accents, il y a des commandes mathématiques spéciales à
26620  utiliser dans les formules, voir 
26621 \begin_inset CommandInset ref
26622 LatexCommand ref
26623 reference "sub:Accents-sur-un-caractère"
26624
26625 \end_inset
26626
26627 .
26628 \end_layout
26629
26630 \begin_layout Standard
26631 \begin_inset VSpace bigskip
26632 \end_inset
26633
26634 En plus, avec la commande 
26635 \series bold
26636
26637 \backslash
26638 textcircled
26639 \series default
26640
26641 \begin_inset Index
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645 Commandes ! T ! 
26646 \backslash
26647 textcircled
26648 \end_layout
26649
26650 \end_inset
26651
26652  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26653  comme pour le symbole du copyright.
26654 \end_layout
26655
26656 \begin_layout Standard
26657 \align center
26658 \begin_inset Tabular
26659 <lyxtabular version="3" rows="3" columns="2">
26660 <features>
26661 <column alignment="center" valignment="top" width="0">
26662 <column alignment="center" valignment="top" width="0">
26663 <row>
26664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668 Commande
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677 Résultat
26678 \begin_inset Note Note
26679 status collapsed
26680
26681 \begin_layout Plain Layout
26682
26683 \series bold
26684
26685 \backslash
26686 raisebox est seulement utilisée pour faire de la place
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 </row>
26697 <row>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702
26703 \backslash
26704 textcircled{w}
26705 \end_layout
26706
26707 \end_inset
26708 </cell>
26709 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713 \begin_inset ERT
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717
26718
26719 \backslash
26720 textcircled{w}
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 </row>
26731 <row>
26732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736
26737 \backslash
26738 Large 
26739 \backslash
26740 textcircled{
26741 \backslash
26742 normalsize
26743 \backslash
26744 protect
26745 \backslash
26746 raisebox{-1.5pt}{W}}
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755 \begin_inset Formula $\raisebox{4.5mm}{}$
26756 \end_inset
26757
26758
26759 \begin_inset ERT
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763
26764
26765 \backslash
26766 Large 
26767 \backslash
26768 textcircled{
26769 \backslash
26770 normalsize
26771 \backslash
26772 protect
26773 \backslash
26774 raisebox{-1.5pt}W}
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \begin_inset Formula $\raisebox{-2mm}{}$
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 </row>
26789 </lyxtabular>
26790
26791 \end_inset
26792
26793
26794 \end_layout
26795
26796 \begin_layout Standard
26797 On doit faire attentions à ce que le caractère tienne dans le cercle.
26798  
26799 \series bold
26800
26801 \backslash
26802 Large
26803 \series default
26804
26805 \begin_inset Foot
26806 status collapsed
26807
26808 \begin_layout Plain Layout
26809 voir 
26810 \begin_inset CommandInset ref
26811 LatexCommand ref
26812 reference "sub:Tailles-polices"
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820
26821  donne ici la taille du cercle.
26822  On peut centrer le caractère avec l'aide de la commande  
26823 \series bold
26824
26825 \backslash
26826 raisebox
26827 \series default
26828
26829 \begin_inset Foot
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833 voir 
26834 \begin_inset CommandInset ref
26835 LatexCommand ref
26836 reference "sub:Boîtes-sans-cadre"
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \end_inset
26844
26845  .
26846 \end_layout
26847
26848 \begin_layout Subsection
26849 Nombres en minuscules
26850 \begin_inset Index
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854 Minuscules pour les nombres
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \begin_layout Standard
26863 Les nombres en minuscule sont créés avec la commande 
26864 \series bold
26865
26866 \backslash
26867 oldstylenums
26868 \series default
26869
26870 \begin_inset Index
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874 Commandes ! O ! 
26875 \backslash
26876 oldstylenums
26877 \end_layout
26878
26879 \end_inset
26880
26881 .
26882  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26883  La syntaxe de la commande est:
26884 \end_layout
26885
26886 \begin_layout Standard
26887
26888 \series bold
26889
26890 \backslash
26891 oldstylenums{nombre}
26892 \end_layout
26893
26894 \begin_layout Standard
26895 La commande 
26896 \series bold
26897
26898 \backslash
26899 oldstylenums{0123456789
26900 \series default
26901  donne: 
26902 \begin_inset Formula $\oldstylenums{0123456789}$
26903 \end_inset
26904
26905
26906 \end_layout
26907
26908 \begin_layout Subsection
26909 Caractères spéciaux divers
26910 \begin_inset CommandInset label
26911 LatexCommand label
26912 name "sub:Caractères-spéciaux-divers"
26913
26914 \end_inset
26915
26916
26917 \begin_inset Index
26918 status collapsed
26919
26920 \begin_layout Plain Layout
26921 Caractères spéciaux ! divers
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \begin_layout Standard
26930 Les caractères suivants ne peuvent être insérés que dans des formules en
26931  utilisant les commandes suivantes:
26932 \end_layout
26933
26934 \begin_layout Standard
26935 \align center
26936 \begin_inset Tabular
26937 <lyxtabular version="3" rows="4" columns="2">
26938 <features>
26939 <column alignment="center" valignment="top" width="0">
26940 <column alignment="center" valignment="top" width="0">
26941 <row>
26942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946 Commande
26947 \end_layout
26948
26949 \end_inset
26950 </cell>
26951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26952 \begin_inset Text
26953
26954 \begin_layout Plain Layout
26955 Résultat
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 </row>
26961 <row>
26962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966
26967 \backslash
26968 ^
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 spce 
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 \begin_inset Formula $\mathcircumflex$
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 </row>
26999 <row>
27000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004
27005 \backslash
27006 _
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015 \begin_inset Formula $\_$
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 </row>
27024 <row>
27025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029 ^
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 spce 
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \backslash
27044 circ
27045 \begin_inset Index
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049
27050 \backslash
27051
27052 \end_layout
27053
27054 \end_inset
27055
27056
27057 \end_layout
27058
27059 \end_inset
27060 </cell>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 \begin_inset Formula $^{\circ}$
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 </row>
27074 </lyxtabular>
27075
27076 \end_inset
27077
27078
27079 \end_layout
27080
27081 \begin_layout Standard
27082 Le symbole degré ° peut être inséré directement à condition que le préambule
27083  LaTeX contienne la ligne suivante
27084 \begin_inset Foot
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088 Plus d'information à ce sujet dans 
27089 \begin_inset CommandInset ref
27090 LatexCommand ref
27091 reference "sub:Caractères-texte"
27092
27093 \end_inset
27094
27095 .
27096 \end_layout
27097
27098 \end_inset
27099
27100 :
27101 \end_layout
27102
27103 \begin_layout Standard
27104
27105 \series bold
27106
27107 \backslash
27108 DeclareInputtext{176}{
27109 \backslash
27110 ifmmode^
27111 \backslash
27112 circ
27113 \backslash
27114 else
27115 \backslash
27116 textdegree
27117 \backslash
27118 fi}
27119 \end_layout
27120
27121 \begin_layout Section
27122 Styles de formules
27123 \begin_inset CommandInset label
27124 LatexCommand label
27125 name "sec:Styles-de-formules"
27126
27127 \end_inset
27128
27129
27130 \begin_inset Index
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 Formules ! styles
27135 \end_layout
27136
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Itemize
27143 Il y a deux styles d'alignements différents:
27144 \end_layout
27145
27146 \begin_deeper
27147 \begin_layout Description
27148 Centré est le standard prédéfini
27149 \end_layout
27150
27151 \begin_layout Description
27152 Indenté pour ce style, l'option 
27153 \series bold
27154 fleqn
27155 \series default
27156  doit être insérée dans la fenêtre de dialogue 
27157 \family sans
27158 Document\SpecialChar \menuseparator
27159 Paramètres
27160 \family default
27161  dans la rubrique 
27162 \family sans
27163 Classe
27164 \begin_inset space ~
27165 \end_inset
27166
27167 de
27168 \begin_inset space ~
27169 \end_inset
27170
27171 Document
27172 \end_layout
27173
27174 \begin_layout Standard
27175 Quand on utilise 
27176 \series bold
27177 Indenté
27178 \series default
27179 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
27180  
27181 \series bold
27182
27183 \backslash
27184 mathindent
27185 \series default
27186
27187 \begin_inset Index
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191 Commandes ! M ! 
27192 \backslash
27193 mathindent
27194 \end_layout
27195
27196 \end_inset
27197
27198 .
27199  Par exemple, pour une distance de 15
27200 \begin_inset space \thinspace{}
27201 \end_inset
27202
27203 mm, on insère la ligne de commande suivante dans le préambule LaTeX
27204 \end_layout
27205
27206 \begin_layout Standard
27207
27208 \series bold
27209
27210 \backslash
27211 setlength{
27212 \backslash
27213 mathindent}{15mm}
27214 \end_layout
27215
27216 \begin_layout Standard
27217 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
27218 \begin_inset space \thinspace{}
27219 \end_inset
27220
27221 pt est utilisée.
27222 \end_layout
27223
27224 \end_deeper
27225 \begin_layout Itemize
27226 Et deux styles différents de numérotation:
27227 \end_layout
27228
27229 \begin_deeper
27230 \begin_layout Description
27231 Droite est le standard prédéfini
27232 \end_layout
27233
27234 \begin_layout Description
27235 Gauche pour ce style, l'option 
27236 \series bold
27237 leqno
27238 \series default
27239  doit être insérée dans la fenêtre de dialogue 
27240 \family sans
27241 Document\SpecialChar \menuseparator
27242 Paramètres
27243 \family default
27244  dans la rubrique 
27245 \family sans
27246 Classe
27247 \begin_inset space ~
27248 \end_inset
27249
27250 de
27251 \begin_inset space ~
27252 \end_inset
27253
27254 Document
27255 \end_layout
27256
27257 \end_deeper
27258 \begin_layout Standard
27259
27260 \series bold
27261 fleqn
27262 \series default
27263  et 
27264 \series bold
27265 leqno
27266 \series default
27267  peuvent être utilisés ensembles.
27268  Dans ce cas les deux options sont insérées, séparées par une virgule.
27269 \end_layout
27270
27271 \begin_layout Standard
27272 Les styles choisis sont utilisés par toutes les formules du document.
27273  Quand il faut créer à la fois des formules centrées et des formules alignées,
27274  on utilise le style 
27275 \series bold
27276 Centré
27277 \series default
27278 .
27279  Les formules indentées sont alors placées dans un environnement 
27280 \series bold
27281 falign, 
27282 \series default
27283 voir 
27284 \begin_inset CommandInset ref
27285 LatexCommand ref
27286 reference "sub:Environnement-Flalign"
27287
27288 \end_inset
27289
27290 .
27291 \end_layout
27292
27293 \begin_layout Section
27294 Formules multi-lignes
27295 \begin_inset Index
27296 status collapsed
27297
27298 \begin_layout Plain Layout
27299 Formules ! multi-lignes
27300 \end_layout
27301
27302 \end_inset
27303
27304
27305 \end_layout
27306
27307 \begin_layout Subsection
27308 Généralités
27309 \end_layout
27310
27311 \begin_layout Standard
27312 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27313 \family sans
27314 \series bold
27315 Ctrl-Entrée
27316 \family default
27317 \series default
27318  à l'intérieur d'une formule.
27319  Cela crée soit un environnement 
27320 \series bold
27321 equnarray 
27322 \series default
27323 qui est décrit dans
27324 \begin_inset space ~
27325 \end_inset
27326
27327
27328 \begin_inset CommandInset ref
27329 LatexCommand ref
27330 reference "sub:Environnement-eqnarray"
27331
27332 \end_inset
27333
27334  
27335 \series bold
27336 ,
27337 \series default
27338  soit dans le cas où l'option 
27339 \family sans
27340 Utilise le paquetage math AMS
27341 \family default
27342  est activé dans les préférences du document, un environnement 
27343 \series bold
27344 align 
27345 \series default
27346 qui est décrit dans 
27347 \begin_inset CommandInset ref
27348 LatexCommand ref
27349 reference "sub:Environnement-align-standard"
27350
27351 \end_inset
27352
27353 .
27354 \end_layout
27355
27356 \begin_layout Standard
27357 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27358  créés en passant par le menu 
27359 \family sans
27360 Insérer\SpecialChar \menuseparator
27361 Math
27362 \family default
27363 .
27364  Ces environnements sont décrits dans les sections qui suivent.
27365 \end_layout
27366
27367 \begin_layout Standard
27368 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27369  est créée en appuyant sur 
27370 \family sans
27371 Ctrl-Entrée
27372 \family default
27373 .
27374  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27375  boutons 
27376 \begin_inset Graphics
27377         filename ../../images/tabular-feature_append-row.png
27378         scale 85
27379
27380 \end_inset
27381
27382  ou 
27383 \begin_inset Graphics
27384         filename ../../images/tabular-feature_delete-row.png
27385         scale 85
27386
27387 \end_inset
27388
27389  de la barre d'outils mathématique ou bien le menu 
27390 \family sans
27391 Éditer\SpecialChar \menuseparator
27392 Lignes
27393 \begin_inset space \thinspace{}
27394 \end_inset
27395
27396 &
27397 \begin_inset space \thinspace{}
27398 \end_inset
27399
27400 Colonnes
27401 \family default
27402 .
27403 \end_layout
27404
27405 \begin_layout Subsubsection
27406 Séparation des lignes
27407 \begin_inset CommandInset label
27408 LatexCommand label
27409 name "sub:Séparation-des-lignes"
27410
27411 \end_inset
27412
27413
27414 \begin_inset Index
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418 Formules ! multi-lignes ! Séparation des lignes
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Standard
27427 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27428 \begin_inset Formula \begin{eqnarray*}
27429 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27430 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27439  qu'argument optionnel de la commande de saut de ligne.
27440  Ce n'est pas encore possible avec LyX
27441 \begin_inset Foot
27442 status collapsed
27443
27444 \begin_layout Plain Layout
27445 voir 
27446 \begin_inset CommandInset href
27447 LatexCommand href
27448 name "LyX-bug #1505"
27449 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27450
27451 \end_inset
27452
27453
27454 \end_layout
27455
27456 \end_inset
27457
27458 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27459  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27460 \series bold
27461
27462 \backslash
27463
27464 \backslash
27465 [3mm]
27466 \series default
27467  à la fin de la première ligne et on obtient: 
27468 \begin_inset ERT
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472
27473
27474 \backslash
27475 begin{eqnarray*}
27476 \end_layout
27477
27478 \begin_layout Plain Layout
27479
27480 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27481  = & 
27482 \backslash
27483 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27484 \backslash
27485
27486 \backslash
27487 [3mm]
27488 \end_layout
27489
27490 \begin_layout Plain Layout
27491
27492 4x^{2}
27493 \backslash
27494 left(B^{2}+x_{0}^{2}
27495 \backslash
27496 right)+4x_{0}x
27497 \backslash
27498 left(D-B^{2}
27499 \backslash
27500 right)+B^{2}
27501 \backslash
27502 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27503 \backslash
27504 right) & = & 0
27505 \end_layout
27506
27507 \begin_layout Plain Layout
27508
27509
27510 \backslash
27511 end{eqnarray*}
27512 \end_layout
27513
27514 \end_inset
27515
27516
27517 \end_layout
27518
27519 \begin_layout Standard
27520 \begin_inset VSpace bigskip
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \begin_layout Standard
27527 On obtient alors: 
27528 \begin_inset ERT
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532
27533
27534 \backslash
27535 setlength{
27536 \backslash
27537 jot}{3mm+3pt}
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \begin_inset Formula \begin{eqnarray*}
27544 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & \textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}\\
27545 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27546
27547 \end_inset
27548
27549
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 setlength{
27561 \backslash
27562 jot}{3pt}
27563 \end_layout
27564
27565 \end_inset
27566
27567  Pour revenir à l'espacement par défaut, on remet la valeur de 
27568 \series bold
27569
27570 \backslash
27571 jot
27572 \series default
27573  à 3
27574 \begin_inset space \thinspace{}
27575 \end_inset
27576
27577 pt.
27578 \end_layout
27579
27580 \begin_layout Subsubsection
27581 Séparation des colonnes
27582 \begin_inset CommandInset label
27583 LatexCommand label
27584 name "sub:Séparation-des-colonnes"
27585
27586 \end_inset
27587
27588
27589 \begin_inset Index
27590 status collapsed
27591
27592 \begin_layout Plain Layout
27593 Formules ! multi-lignes ! Séparation des colonnes
27594 \end_layout
27595
27596 \end_inset
27597
27598
27599 \end_layout
27600
27601 \begin_layout Standard
27602 Les formules multi-lignes forment une matrice.
27603  Une formule dans un environnement eqnarray est par exemple une matrice
27604  à trois colonnes.
27605  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27606  l'espace à côté du symbole de relation.
27607 \end_layout
27608
27609 \begin_layout Standard
27610 L'espacement des colonnes est spécifié avec la longueur 
27611 \series bold
27612
27613 \backslash
27614 arraycolsep
27615 \series default
27616
27617 \begin_inset Index
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 Commandes ! A ! 
27622 \backslash
27623 arraycolsep
27624 \end_layout
27625
27626 \end_inset
27627
27628  selon la relation:
27629 \begin_inset Newline newline
27630 \end_inset
27631
27632 séparation des colonnes = 2
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636
27637 \series bold
27638
27639 \backslash
27640 arraycolsep
27641 \series default
27642
27643 \begin_inset Newline newline
27644 \end_inset
27645
27646 Donc, la commande
27647 \end_layout
27648
27649 \begin_layout Standard
27650
27651 \series bold
27652
27653 \backslash
27654 setlength{
27655 \backslash
27656 arraycolsep}{1cm}
27657 \end_layout
27658
27659 \begin_layout Standard
27660 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27661  des colonnes à 2
27662 \begin_inset space \thinspace{}
27663 \end_inset
27664
27665 cm.
27666  Pour revenir à la valeur par défaut, on met 
27667 \series bold
27668
27669 \backslash
27670 arraycolsep
27671 \series default
27672  à 5
27673 \begin_inset space \thinspace{}
27674 \end_inset
27675
27676 pt.
27677 \end_layout
27678
27679 \begin_layout Standard
27680 Une formule avec des colonnes séparées de 2
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684 cm:
27685 \begin_inset ERT
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689
27690
27691 \backslash
27692 setlength{
27693 \backslash
27694 arraycolsep}{1cm}
27695 \end_layout
27696
27697 \end_inset
27698
27699
27700 \begin_inset Formula \begin{eqnarray*}
27701 A & = & B\\
27702 C & \ne & A\end{eqnarray*}
27703
27704 \end_inset
27705
27706 Une formule avec la séparation de colonne prédéfinie de 10
27707 \begin_inset space \thinspace{}
27708 \end_inset
27709
27710 pt:
27711 \begin_inset ERT
27712 status collapsed
27713
27714 \begin_layout Plain Layout
27715
27716
27717 \backslash
27718 setlength{
27719 \backslash
27720 arraycolsep}{5pt}
27721 \end_layout
27722
27723 \end_inset
27724
27725
27726 \begin_inset Formula \begin{eqnarray*}
27727 A & = & B\\
27728 C & \ne & A\end{eqnarray*}
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \begin_layout Subsubsection
27736 Formules longues
27737 \begin_inset Index
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741 Formules ! longues
27742 \end_layout
27743
27744 \end_inset
27745
27746
27747 \end_layout
27748
27749 \begin_layout Standard
27750 Les formules longues peuvent être mises en forme en utilisant une de ces
27751  méthodes:
27752 \end_layout
27753
27754 \begin_layout Itemize
27755 Quand un des membres de l'équation est beaucoup plus court que la largeur
27756  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27757  de droite est écrit sur deux lignes:
27758 \begin_inset ERT
27759 status collapsed
27760
27761 \begin_layout Plain Layout
27762
27763
27764 \backslash
27765 medskip
27766 \end_layout
27767
27768 \end_inset
27769
27770  
27771 \begin_inset Formula \begin{eqnarray}
27772 H & = & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\nonumber \\
27773  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:courtlong}\end{eqnarray}
27774
27775 \end_inset
27776
27777
27778 \begin_inset ERT
27779 status collapsed
27780
27781 \begin_layout Plain Layout
27782
27783
27784 \backslash
27785 smallskip
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \begin_inset Newline newline
27792 \end_inset
27793
27794 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27795  comme un opérateur puisqu'il est le premier caractère de la ligne.
27796  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27797  difficile à distinguer de la barre de fraction.
27798  Pour éviter cela, une espace a été insérée après les signe moins avec la
27799  commande 
27800 \series bold
27801
27802 \backslash
27803 hspace{3pt}
27804 \series default
27805
27806 \begin_inset Foot
27807 status collapsed
27808
27809 \begin_layout Plain Layout
27810 plus au sujet de la commande 
27811 \series bold
27812
27813 \backslash
27814 hspace
27815 \series default
27816 , voir 
27817 \begin_inset CommandInset ref
27818 LatexCommand ref
27819 reference "sub:Espace-variable"
27820
27821 \end_inset
27822
27823
27824 \end_layout
27825
27826 \end_inset
27827
27828
27829 \begin_inset Index
27830 status collapsed
27831
27832 \begin_layout Plain Layout
27833 Commandes ! H ! 
27834 \backslash
27835 hspace
27836 \end_layout
27837
27838 \end_inset
27839
27840 .
27841 \end_layout
27842
27843 \begin_layout Itemize
27844 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27845  
27846 \series bold
27847
27848 \backslash
27849 lefteqn
27850 \series default
27851
27852 \begin_inset Index
27853 status collapsed
27854
27855 \begin_layout Plain Layout
27856 Commandes ! L ! 
27857 \backslash
27858 lefteqn
27859 \end_layout
27860
27861 \end_inset
27862
27863 .
27864  Elle est insérée dans la première colonne de la première ligne et a comme
27865  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 medskip
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \begin_inset Formula \begin{eqnarray}
27880 \lefteqn{4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}}\nonumber \\
27881  &  & -\hspace{3pt}B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\nonumber \\
27882  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
27883
27884 \end_inset
27885
27886
27887 \begin_inset ERT
27888 status collapsed
27889
27890 \begin_layout Plain Layout
27891
27892
27893 \backslash
27894 smallskip
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \begin_inset Newline newline
27901 \end_inset
27902
27903 Après l'insertion de la commande 
27904 \series bold
27905
27906 \backslash
27907 lefteqn
27908 \series default
27909 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27910  vers la gauche par rapport à la boîte bleue.
27911  C'est dans cette dernière que l'on insère la formule.
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 medskip
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \begin_inset Newline newline
27926 \end_inset
27927
27928 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27929  celles d'après.
27930  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27931 \begin_inset ERT
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935
27936
27937 \backslash
27938 medskip
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \begin_inset Newline newline
27945 \end_inset
27946
27947
27948 \begin_inset Note Greyedout
27949 status open
27950
27951 \begin_layout Plain Layout
27952 Notez les points suivants quand vous utilisez 
27953 \series bold
27954
27955 \backslash
27956 lefteqn
27957 \series default
27958 :
27959 \end_layout
27960
27961 \begin_layout Itemize
27962 La formule n'utilise pas la totalité de la largeur de la page.
27963  Quand par exemple on a ajouté le terme 
27964 \begin_inset Formula $-B^{2}$
27965 \end_inset
27966
27967  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27968  de la marge.
27969  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27970  négatif en début de la première ligne.
27971 \end_layout
27972
27973 \begin_layout Itemize
27974 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27975  première ligne avec la souris
27976 \begin_inset Foot
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980 \begin_inset CommandInset href
27981 LatexCommand href
27982 name "LyX-bug #1429"
27983 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27984
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \end_inset
27991
27992 .
27993  On peut seulement placer le curseur au début de la ligne et ensuite le
27994  déplacer avec les flèches du clavier.
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \begin_layout Itemize
28003 D'autres méthodes pour créer des formules longues sont offertes par les
28004  environnements décrits dans 
28005 \begin_inset CommandInset ref
28006 LatexCommand ref
28007 reference "sub:Environnement-Multline"
28008
28009 \end_inset
28010
28011  et 
28012 \begin_inset CommandInset ref
28013 LatexCommand ref
28014 reference "sub:Portions-de-formules-en-multiligne"
28015
28016 \end_inset
28017
28018 .
28019 \end_layout
28020
28021 \begin_layout Subsubsection
28022 Crochets sur plusieurs lignes
28023 \begin_inset CommandInset label
28024 LatexCommand label
28025 name "sub:Crochets-multilignes"
28026
28027 \end_inset
28028
28029
28030 \begin_inset Index
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 Crochets ! pour expressions multi-lignes
28035 \end_layout
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Standard
28043 Pour des parenthèses ou des crochets entourant des expressions réparties
28044  sur plusieurs lignes, on rencontre le problème suivant:
28045 \begin_inset Formula \begin{eqnarray*}
28046 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28047  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28048
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \begin_layout Standard
28055 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
28056  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
28057 \end_layout
28058
28059 \begin_layout Standard
28060 Pour donner la bonne taille au crochet de la deuxième ligne, la première
28061  ligne doit se terminer par la commande 
28062 \series bold
28063
28064 \backslash
28065 right.
28066 \series default
28067
28068 \begin_inset Index
28069 status collapsed
28070
28071 \begin_layout Plain Layout
28072 Commandes ! R ! 
28073 \backslash
28074 right
28075 \end_layout
28076
28077 \end_inset
28078
28079  et la seconde commencer par 
28080 \series bold
28081
28082 \backslash
28083 left.
28084 \begin_inset Foot
28085 status collapsed
28086
28087 \begin_layout Plain Layout
28088 pour plus au sujet des commandes 
28089 \series bold
28090
28091 \backslash
28092 left
28093 \series default
28094  et 
28095 \series bold
28096
28097 \backslash
28098 right
28099 \series default
28100  voir 
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sub:Taille-parenthèses-automatique"
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \series default
28114
28115 \begin_inset Index
28116 status collapsed
28117
28118 \begin_layout Plain Layout
28119 Commandes ! L ! 
28120 \backslash
28121 left
28122 \end_layout
28123
28124 \end_inset
28125
28126 .
28127  Après le 
28128 \series bold
28129
28130 \backslash
28131 left.
28132
28133 \series default
28134  on insère la commande 
28135 \series bold
28136
28137 \backslash
28138 vphantom
28139 \series default
28140
28141 \begin_inset ERT
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145
28146
28147 \backslash
28148 spce 
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \series bold
28155
28156 \backslash
28157 prod
28158 \series default
28159 ^
28160 \begin_inset ERT
28161 status collapsed
28162
28163 \begin_layout Plain Layout
28164
28165
28166 \backslash
28167 spce 
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \series bold
28174
28175 \backslash
28176 infty
28177 \series default
28178
28179 \begin_inset ERT
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183
28184
28185 \backslash
28186 spce 
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \series bold
28193
28194 \begin_inset Formula $\downarrow$
28195 \end_inset
28196
28197 _R=1}
28198 \series default
28199
28200 \begin_inset Index
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204 Commandes ! V ! 
28205 \backslash
28206 vphantom
28207 \end_layout
28208
28209 \end_inset
28210
28211  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
28212  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
28213  de la deuxième ligne.
28214 \end_layout
28215
28216 \begin_layout Standard
28217 On obtient ceci:
28218 \end_layout
28219
28220 \begin_layout Standard
28221 \begin_inset Formula \begin{eqnarray*}
28222 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28223  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_layout Subsection
28231 Les environnements align 
28232 \end_layout
28233
28234 \begin_layout Standard
28235 Les environnements align peuvent être utilisés pour tous les cas de formules
28236  multi-lignes.
28237  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
28238 e.
28239 \end_layout
28240
28241 \begin_layout Standard
28242 Les environnement Align sont composés de colonnes.
28243  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
28244  sont alignées à droite.
28245  Chaque ligne d'un environnement Align peut être numérotée.
28246 \end_layout
28247
28248 \begin_layout Standard
28249 Les environnement Align sont créés avec le menu 
28250 \family sans
28251 Insérer\SpecialChar \menuseparator
28252 Math
28253 \family default
28254 .
28255  Avec le menu 
28256 \family sans
28257 Éditer\SpecialChar \menuseparator
28258 Math\SpecialChar \menuseparator
28259 Change le type de formule
28260 \family default
28261  on peut convertir des formules existantes en environnement Align.
28262 \end_layout
28263
28264 \begin_layout Standard
28265 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28266  
28267 \begin_inset Graphics
28268         filename ../../images/tabular-feature_append-column.png
28269         scale 85
28270
28271 \end_inset
28272
28273  ou 
28274 \begin_inset Graphics
28275         filename ../../images/tabular-feature_delete-column.png
28276         scale 85
28277
28278 \end_inset
28279
28280 , respectivement, soit le menu 
28281 \family sans
28282 Éditer\SpecialChar \menuseparator
28283 Lignes & colonnes
28284 \family default
28285 .
28286 \end_layout
28287
28288 \begin_layout Subsubsection
28289 L'environnement align standard
28290 \begin_inset CommandInset label
28291 LatexCommand label
28292 name "sub:Environnement-align-standard"
28293
28294 \end_inset
28295
28296
28297 \begin_inset Index
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301 Formules ! multi-lignes ! environnement align
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 Cet environnement align est créé en appuyant sur 
28311 \family sans
28312 Ctrl-Entrée
28313 \family default
28314  dans une formule ou en utilisant le menu 
28315 \family sans
28316 Insérer\SpecialChar \menuseparator
28317 Math\SpecialChar \menuseparator
28318 Environnement
28319 \begin_inset space ~
28320 \end_inset
28321
28322 AMS
28323 \begin_inset space ~
28324 \end_inset
28325
28326 align
28327 \family default
28328 .
28329 \end_layout
28330
28331 \begin_layout Standard
28332 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28333  align à quatre colonnes:
28334 \begin_inset Formula \begin{align*}
28335 A & =\sin(B) & C & =D\\
28336 C & \ne A & B & \ne D\end{align*}
28337
28338 \end_inset
28339
28340 Comme on peut le voir, dans cet environnement les formules sont placées
28341  comme s'il y avait un 
28342 \series bold
28343
28344 \backslash
28345 hfill
28346 \begin_inset Foot
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350 pour plus d'information au sujet de 
28351 \series bold
28352
28353 \backslash
28354 hfill
28355 \series default
28356  voir 
28357 \begin_inset CommandInset ref
28358 LatexCommand ref
28359 reference "sub:Espace-variable"
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \series default
28370  avant la première colonne et après chaque colonne paire.
28371  Quand on utilise le style 
28372 \series bold
28373 Indenté
28374 \begin_inset Foot
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 pour les styles de formules, voir 
28379 \begin_inset CommandInset ref
28380 LatexCommand ref
28381 reference "sec:Styles-de-formules"
28382
28383 \end_inset
28384
28385
28386 \end_layout
28387
28388 \end_inset
28389
28390  
28391 \series default
28392 la formule est écrite sans le 
28393 \series bold
28394
28395 \backslash
28396 hfill
28397 \series default
28398  avant la première colonne.
28399 \end_layout
28400
28401 \begin_layout Subsubsection
28402 L'environnement alignat
28403 \begin_inset Index
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407 Formules ! multi-lignes ! environnement alignat
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Standard
28416 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28417  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28418 \begin_inset CommandInset ref
28419 LatexCommand ref
28420 reference "sub:Espace"
28421
28422 \end_inset
28423
28424 .
28425 \end_layout
28426
28427 \begin_layout Standard
28428 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28429  espace de 1
28430 \begin_inset space \thinspace{}
28431 \end_inset
28432
28433 cm au début de la deuxième formule:
28434 \begin_inset Formula \begin{alignat*}{2}
28435 A & =\sin(B) & \hspace{1cm}C & =D\\
28436 C & \ne A & B & \ne D\end{alignat*}
28437
28438 \end_inset
28439
28440 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28441  colonne, cet environnement est particulièrement adapté aux cas où on a
28442  trois colonnes ou plus côte-à-côte.
28443  
28444 \end_layout
28445
28446 \begin_layout Subsubsection
28447 Environnement falign
28448 \begin_inset CommandInset label
28449 LatexCommand label
28450 name "sub:Environnement-Flalign"
28451
28452 \end_inset
28453
28454
28455 \begin_inset Index
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459 Formules ! multi-lignes ! environnement flalign
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \end_layout
28466
28467 \begin_layout Standard
28468 Dans cet environnement les deux premières colonnes sont placées le plus
28469  à gauche possible et les deux dernière le plus à droite possible.
28470  Un exemple:
28471 \begin_inset Formula \begin{flalign*}
28472 A & =1 & B & =2 & C & =3\\
28473 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28474
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \begin_layout Standard
28481 En créant un environnement flalign avec un nombre impair de colonnes et
28482  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28483  formules d'un document peuvent être mises à gauche, bien que le style de
28484  formules 
28485 \series bold
28486 Centré 
28487 \series default
28488 soit utilisé.
28489  Comme exemple la formule 
28490 \begin_inset CommandInset ref
28491 LatexCommand eqref
28492 reference "eq:VolInt"
28493
28494 \end_inset
28495
28496  indentée:
28497 \begin_inset Formula \begin{flalign}
28498 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28499
28500 \end_inset
28501
28502 Les deux premières colonnes contiennent la formule.
28503  Pour l'indenter comme avec le style de formule 
28504 \series bold
28505 Indenté,
28506 \series default
28507  on a inséré une espace de 30
28508 \begin_inset space \thinspace{}
28509 \end_inset
28510
28511 pt au début de la première colonne.
28512 \end_layout
28513
28514 \begin_layout Subsection
28515 Environnement eqnarray
28516 \begin_inset CommandInset label
28517 LatexCommand label
28518 name "sub:Environnement-eqnarray"
28519
28520 \end_inset
28521
28522
28523 \begin_inset Index
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527 Formules ! multi-lignes ! environnement eqnarray
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Standard
28536 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28537  Le contenu de la première boîte est aligné à droite, celui de la dernière
28538  est aligné à gauche.
28539  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28540  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28541 \begin_inset Formula \begin{eqnarray*}
28542 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28543 AB & AB & AB\\
28544 A & = & A\end{eqnarray*}
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Subsection
28552 Environnement gather
28553 \begin_inset Index
28554 status collapsed
28555
28556 \begin_layout Plain Layout
28557 Formules ! multi-lignes ! environnement gather
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Standard
28566 Cet environnement consiste seulement en une colonne centrée.
28567  Chaque ligne peut être numérotée.
28568 \begin_inset Formula \begin{gather}
28569 A=1\\
28570 X=\textrm{-}1\end{gather}
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Subsection
28578 Environnement multline
28579 \begin_inset CommandInset label
28580 LatexCommand label
28581 name "sub:Environnement-Multline"
28582
28583 \end_inset
28584
28585
28586 \begin_inset Index
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590 Formules ! multi-lignes ! environnement multline
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \begin_layout Standard
28599 L'environnement multline consiste, comme l'environnement gather en une seule
28600  colonne.
28601  Mais la première ligne est alignée à gauche, la dernière est alignée à
28602  droite et toutes les autres sont centrées.
28603  Cet environnement est donc particulièrement adapté aux formules très longues.
28604  Comme exemple, voici la formule 
28605 \begin_inset CommandInset ref
28606 LatexCommand eqref
28607 reference "eq:lefteqn"
28608
28609 \end_inset
28610
28611  dans un environnement multline:
28612 \begin_inset Formula \begin{multline}
28613 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28614 -B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}\\
28615 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28624  apparaît numérotée si le document est numéroté à droite, la première s'il
28625  est numéroté à gauche.
28626 \begin_inset Foot
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630 pour les styles de numérotation, voir 
28631 \begin_inset CommandInset ref
28632 LatexCommand ref
28633 reference "sec:Styles-de-formules"
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \begin_layout Standard
28646 Avec les commandes 
28647 \series bold
28648
28649 \backslash
28650 shoveright
28651 \begin_inset Index
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 Commandes ! S ! 
28656 \backslash
28657 shoveright
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \series default
28664  et 
28665 \series bold
28666
28667 \backslash
28668 shoveleft
28669 \begin_inset Index
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 Commandes ! S ! 
28674 \backslash
28675 shoveleft
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \series default
28682  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28683  Les commandes sont utilisées de la façon suivante:
28684 \end_layout
28685
28686 \begin_layout Standard
28687
28688 \series bold
28689
28690 \backslash
28691 shoveright{contenu de la ligne}
28692 \series default
28693  et 
28694 \series bold
28695
28696 \backslash
28697 shoveleft{contenu de la ligne}
28698 \end_layout
28699
28700 \begin_layout Standard
28701 \begin_inset VSpace medskip
28702 \end_inset
28703
28704 La longueur 
28705 \series bold
28706
28707 \backslash
28708 multlinegap
28709 \begin_inset Index
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713 Commandes ! M ! 
28714 \backslash
28715 multlinegap
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \series default
28722  précise la distance entre le début de la première ligne et la marge de
28723  gauche.
28724  La valeur prédéfinie est 0
28725 \begin_inset space \thinspace{}
28726 \end_inset
28727
28728 pt.
28729 \end_layout
28730
28731 \begin_layout Standard
28732 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28733 \end_layout
28734
28735 \begin_layout Standard
28736
28737 \series bold
28738
28739 \backslash
28740 setlength{
28741 \backslash
28742 multlinegap}{2cm}
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751
28752 \backslash
28753 setlength{
28754 \backslash
28755 multlinegap}{2cm}
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \begin_inset Formula \begin{multline}
28762 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right)+D^{2}\\
28763 \shoveleft{-B^{2}-2B\sqrt{r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}+r_{g}^{2}-x^{2}+2x_{0}x-x_{0}^{2}}\\
28764 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28765
28766 \end_inset
28767
28768
28769 \begin_inset ERT
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773
28774
28775 \backslash
28776 setlength{
28777 \backslash
28778 multlinegap}{0pt}
28779 \end_layout
28780
28781 \end_inset
28782
28783 La deuxième ligne a été alignée à gauche en utilisant 
28784 \series bold
28785
28786 \backslash
28787 shoveleft
28788 \series default
28789 .
28790 \end_layout
28791
28792 \begin_layout Subsection
28793 Portions de formules en multi-ligne
28794 \begin_inset CommandInset label
28795 LatexCommand label
28796 name "sub:Portions-de-formules-en-multiligne"
28797
28798 \end_inset
28799
28800
28801 \begin_inset Index
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805 Formules ! multi-lignes ! portions de formules
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \begin_layout Standard
28814 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28815  on peut utiliser l'un des environnements suivants: 
28816 \series bold
28817 aligned
28818 \series default
28819
28820 \series bold
28821 alignedat
28822 \series default
28823
28824 \series bold
28825 gathered
28826 \series default
28827  or 
28828 \series bold
28829 split
28830 \series default
28831 .
28832  Ils peuvent être insérés en utilisant le menu 
28833 \family sans
28834 Insérer\SpecialChar \menuseparator
28835 Math
28836 \family default
28837  ou en utilisant les commandes décrites dans cette section.
28838 \end_layout
28839
28840 \begin_layout Standard
28841 Les trois premier ont les mêmes propriétés que les environnements de formules
28842  correspondants, à part le fait que l'on peut ajouter d'autres portions
28843  de formules après eux.
28844  Un exemple:
28845 \begin_inset Formula \[
28846 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28847 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28848 \right\} \textrm{Relations d'incertitude}\]
28849
28850 \end_inset
28851
28852
28853 \end_layout
28854
28855 \begin_layout Standard
28856 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28857  on insère la commande 
28858 \series bold
28859
28860 \backslash
28861 aligned
28862 \begin_inset Index
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866 Commandes ! A ! 
28867 \backslash
28868 aligned
28869 \end_layout
28870
28871 \end_inset
28872
28873
28874 \series default
28875 .
28876  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28877  on peut ajouter des lignes et des colonnes.
28878  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28879  de formules, comme des accolades.
28880 \end_layout
28881
28882 \begin_layout Standard
28883 L'environnement aligned est aussi utilisable pour de longues formules dont
28884  les lignes sont alignées horizontalement.
28885  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28886  est que le numéro des formules est centré verticalement après les formules.
28887  Un exemple, la formule
28888 \begin_inset CommandInset ref
28889 LatexCommand eqref
28890 reference "eq:courtlong"
28891
28892 \end_inset
28893
28894  dans l'environnement aligned:
28895 \begin_inset Formula \begin{equation}
28896 \begin{aligned}H=\; & W_{SB}+W_{mv}+W_{D}-\frac{\hbar^{2}}{2m_{0}}\Delta-\frac{\hbar^{2}}{2m_{1}}\Delta_{1}-\frac{\hbar^{2}}{2m_{2}}\Delta_{2}-\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{1}|}\\
28897  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
28898 \end{equation}
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Pour utiliser les environnements 
28907 \series bold
28908 alignedat
28909 \series default
28910
28911 \series bold
28912 gathered
28913 \series default
28914 , ou 
28915 \series bold
28916 split
28917 \series default
28918 , on doit insérer respectivement, les commandes 
28919 \series bold
28920
28921 \backslash
28922 alignedat
28923 \series default
28924 ,
28925 \begin_inset Index
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929 Commandes ! A ! 
28930 \backslash
28931 alignedat
28932 \end_layout
28933
28934 \end_inset
28935
28936  
28937 \series bold
28938
28939 \backslash
28940 gathered
28941 \series default
28942
28943 \begin_inset Index
28944 status collapsed
28945
28946 \begin_layout Plain Layout
28947 Commandes ! G ! 
28948 \backslash
28949 gathered
28950 \end_layout
28951
28952 \end_inset
28953
28954 , ou 
28955 \series bold
28956
28957 \backslash
28958 split
28959 \series default
28960
28961 \begin_inset Index
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 Commandes ! S ! 
28966 \backslash
28967 split
28968 \end_layout
28969
28970 \end_inset
28971
28972 .
28973  L'environnement split a les mêmes propriétés que l'environnement aligned,
28974  mais il ne peut avoir que deux colonnes.
28975 \end_layout
28976
28977 \begin_layout Subsection
28978 Texte dans les formules multi-lignes
28979 \begin_inset CommandInset label
28980 LatexCommand label
28981 name "sub:Texte-dans-multi-lignes"
28982
28983 \end_inset
28984
28985
28986 \begin_inset Index
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990 Texte ! dans les formules
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \begin_inset Index
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000 Formules ! multi-lignes ! texte
29001 \end_layout
29002
29003 \end_inset
29004
29005
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Dans les environnements align, multline et gather, on peut insérer du texte
29010  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
29011  des colonnes.
29012  Pour faire cela, on utilise la commande 
29013 \series bold
29014
29015 \backslash
29016 intertext
29017 \begin_inset Index
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021 Commandes ! I ! 
29022 \backslash
29023 intertext
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \series default
29030  avec la syntaxe suivante:
29031 \end_layout
29032
29033 \begin_layout Standard
29034
29035 \series bold
29036
29037 \backslash
29038 intertext{texte}
29039 \end_layout
29040
29041 \begin_layout Standard
29042 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
29043  subir de césure.
29044  Comme LyX ne supporte pas directement 
29045 \series bold
29046
29047 \backslash
29048 intertext
29049 \series default
29050 , le texte doit être écrit comme du texte mathématique.
29051  Le texte inséré avec 
29052 \series bold
29053
29054 \backslash
29055 intertext
29056 \series default
29057  doit être au début d'une ligne pour se trouver dans la sortie final au
29058  dessus de celle-ci.
29059  Un exemple où le texte a été inséré au début de la deuxième ligne:
29060 \begin_inset Formula \begin{align}
29061 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29062 \intertext{\text{l'intégrande est symétrique autour de $\phi=\pi$, donc}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Section
29070 Numérotation des formules
29071 \begin_inset Index
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075 Numérotation des formules
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \begin_inset Index
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 Formules ! numérotation|see
29086 \begin_inset ERT
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090
29091 {
29092 \end_layout
29093
29094 \end_inset
29095
29096 Numérotation des formules
29097 \begin_inset ERT
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101
29102 }
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \end_layout
29114
29115 \begin_layout Subsection
29116 Généralités
29117 \end_layout
29118
29119 \begin_layout Standard
29120 On peut créer des formules numérotées avec le menu 
29121 \family sans
29122 Insérer\SpecialChar \menuseparator
29123 Math\SpecialChar \menuseparator
29124 Formule
29125 \begin_inset space ~
29126 \end_inset
29127
29128 numérotée
29129 \family default
29130  (raccourci 
29131 \family sans
29132 Ctrl-Alt
29133 \begin_inset space ~
29134 \end_inset
29135
29136 n
29137 \family default
29138 ).
29139  On peut aussi numéroter des formules existantes avec le menu 
29140 \family sans
29141 Éditer\SpecialChar \menuseparator
29142 Math\SpecialChar \menuseparator
29143 (Dés)Activer
29144 \begin_inset space ~
29145 \end_inset
29146
29147 numérotation
29148 \family default
29149  (raccourci 
29150 \family sans
29151 Alt-m
29152 \begin_inset space ~
29153 \end_inset
29154
29155 n
29156 \family default
29157 ).
29158  Le numéro de la formule est affiché dans LyX après la formule sous la forme
29159  d'un dièse entre parenthèse
29160 \begin_inset Foot
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 En anglais le dièse est le symbole du numéro (NdT).
29165 \end_layout
29166
29167 \end_inset
29168
29169 .
29170  Le dièse est remplacé dans la sortie finale par le numéro de la formule
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Quand on active la numérotation sur des formules multi-lignes, toutes les
29175  lignes sont numérotées.
29176  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
29177  
29178 \family sans
29179 Éditer\SpecialChar \menuseparator
29180 Math\SpecialChar \menuseparator
29181 (Dés)Activer
29182 \begin_inset space ~
29183 \end_inset
29184
29185 Numérotation
29186 \begin_inset space ~
29187 \end_inset
29188
29189 de
29190 \begin_inset space ~
29191 \end_inset
29192
29193 cette
29194 \begin_inset space ~
29195 \end_inset
29196
29197 ligne
29198 \family default
29199  (raccourci 
29200 \family sans
29201 Alt-m
29202 \begin_inset space ~
29203 \end_inset
29204
29205 N
29206 \family default
29207 ).
29208 \end_layout
29209
29210 \begin_layout Standard
29211 À part pour les formules en ligne, toutes les formules peuvent être numérotées
29212  avec deux styles différents, voir 
29213 \begin_inset CommandInset ref
29214 LatexCommand ref
29215 reference "sec:Styles-de-formules"
29216
29217 \end_inset
29218
29219 .
29220 \end_layout
29221
29222 \begin_layout Subsection
29223 Références croisées
29224 \begin_inset Index
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 References@Références croisées ! à des formules
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 On peut faire référence à toute formule ayant une étiquette.
29238  On ajoute une étiquette avec le menu 
29239 \family sans
29240 Insérer\SpecialChar \menuseparator
29241 Étiquette
29242 \family default
29243  ou avec le bouton 
29244 \begin_inset Graphics
29245         filename ../../images/label-insert.png
29246         scale 85
29247
29248 \end_inset
29249
29250  de la barre d'outils.
29251  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29252  ligne.
29253  Une fenêtre de dialogue apparaît affichant le préfixe 
29254 \series bold
29255 eq:
29256 \series default
29257  dans un champ de texte.
29258  L'étiquette est insérée à cet endroit, juste après le préfixe.
29259  Le préfixe prédéfini signifie 
29260 \begin_inset Quotes eld
29261 \end_inset
29262
29263 équation
29264 \begin_inset Quotes erd
29265 \end_inset
29266
29267  et rend plus facile la recherche d'une étiquette dans les grand documents
29268  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29269  une étiquette de section.
29270  Pour modifier l'étiquette on doit repasser par le menu 
29271 \family sans
29272 Insérer\SpecialChar \menuseparator
29273 Étiquette
29274 \family default
29275 .
29276 \end_layout
29277
29278 \begin_layout Standard
29279 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29280  la formule.
29281  Une formule avec une étiquette est toujours numérotée.
29282 \end_layout
29283
29284 \begin_layout Standard
29285 On insère une référence croisée avec le menu 
29286 \family sans
29287 Insérer\SpecialChar \menuseparator
29288 Référence
29289 \begin_inset space ~
29290 \end_inset
29291
29292 croisée
29293 \family default
29294  ou avec le bouton 
29295 \begin_inset Graphics
29296         filename ../../images/dialog-show-new-inset_ref.png
29297         scale 85
29298
29299 \end_inset
29300
29301  de la barre d'outils.
29302  Une référence croisée à une formule apparaît dans la sortie finale comme
29303  un numéro de formule.
29304  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29305  
29306 \series bold
29307 (<reference>),
29308 \series default
29309  la référence croisée apparaît dans la sortie finale comme un numéro de
29310  formule entre parenthèses.
29311 \begin_inset Newline newline
29312 \end_inset
29313
29314 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29315  la formule qui est référencée.
29316 \end_layout
29317
29318 \begin_layout Standard
29319 Voici comme exemples des références croisées à des formules qui se trouvent
29320  dans les sous-sections qui suivent:
29321 \begin_inset Note Note
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Noter les différents types de références croisées.
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Standard
29334 Les équations 
29335 \begin_inset CommandInset ref
29336 LatexCommand eqref
29337 reference "eq:tag"
29338
29339 \end_inset
29340
29341  et 
29342 \begin_inset CommandInset ref
29343 LatexCommand eqref
29344 reference "eq:c"
29345
29346 \end_inset
29347
29348  sont équivalentes.
29349  Dans (
29350 \begin_inset CommandInset ref
29351 LatexCommand ref
29352 reference "eq:Lat"
29353
29354 \end_inset
29355
29356 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29357  à  (
29358 \begin_inset CommandInset ref
29359 LatexCommand ref
29360 reference "eq:Rom"
29361
29362 \end_inset
29363
29364 ).
29365 \end_layout
29366
29367 \begin_layout Standard
29368 \begin_inset VSpace medskip
29369 \end_inset
29370
29371 Quand l'argument de 
29372 \series bold
29373
29374 \backslash
29375 tag
29376 \begin_inset Foot
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381 \series bold
29382
29383 \backslash
29384 tag
29385 \series default
29386  est décrit dans 
29387 \begin_inset CommandInset ref
29388 LatexCommand ref
29389 reference "sub:Numérotation-personnalisée"
29390
29391 \end_inset
29392
29393 .
29394 \end_layout
29395
29396 \end_inset
29397
29398
29399 \series default
29400  contient une boîte comme dans 
29401 \begin_inset CommandInset ref
29402 LatexCommand ref
29403 reference "sub:Boîtes-de-paragraphes"
29404
29405 \end_inset
29406
29407 , la formule ne peut pas être référencée.
29408 \end_layout
29409
29410 \begin_layout Subsection
29411 Sous-numérotation
29412 \begin_inset Index
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416 Numérotation des formules ! sous-numérotation
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 Avec l'aide des commandes 
29426 \series bold
29427
29428 \backslash
29429 begin{subequations}
29430 \series default
29431  et 
29432 \series bold
29433
29434 \backslash
29435 end{subequations}
29436 \series default
29437  on peut faire une sous-numérotation de formules.
29438  Les deux commandes doivent être insérées en mode TeX.
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Un exemple:
29443 \begin_inset Formula \begin{equation}
29444 A=C-B\label{eq:a}\end{equation}
29445
29446 \end_inset
29447
29448
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454
29455 \backslash
29456 addtocounter{equation}{-1}
29457 \end_layout
29458
29459 \end_inset
29460
29461
29462 \begin_inset ERT
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466
29467
29468 \backslash
29469 begin{subequations}
29470 \end_layout
29471
29472 \end_inset
29473
29474
29475 \begin_inset VSpace -5mm
29476 \end_inset
29477
29478
29479 \begin_inset Formula \begin{equation}
29480 B=C-A\label{eq:b}\end{equation}
29481
29482 \end_inset
29483
29484
29485 \begin_inset Formula \begin{equation}
29486 C=A+B\label{eq:c}\end{equation}
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Standard
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499
29500 \backslash
29501 end{subequations}
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \begin_layout Standard
29510 Pour créer cet exemple, on fait ce qui suit:
29511 \end_layout
29512
29513 \begin_layout Enumerate
29514 on insère la première formule
29515 \end_layout
29516
29517 \begin_layout Enumerate
29518 après la première formule on insère 
29519 \begin_inset Newline newline
29520 \end_inset
29521
29522
29523 \series bold
29524
29525 \backslash
29526 addtocounter{equation}{-1} 
29527 \backslash
29528 begin{subequations}
29529 \begin_inset Index
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Commandes ! A ! 
29534 \backslash
29535 addtocounter
29536 \end_layout
29537
29538 \end_inset
29539
29540
29541 \end_layout
29542
29543 \begin_layout Enumerate
29544 on insère la deuxième formule
29545 \end_layout
29546
29547 \begin_layout Enumerate
29548 on insère la troisième formule
29549 \end_layout
29550
29551 \begin_layout Enumerate
29552 on insère 
29553 \series bold
29554
29555 \backslash
29556 end{subequations}
29557 \series default
29558  après la troisième formule
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Chaque formule entre les commandes 
29563 \series bold
29564
29565 \backslash
29566 begin
29567 \series default
29568  et 
29569 \series bold
29570
29571 \backslash
29572 end
29573 \series default
29574  est sous-numérotée avec a, b,
29575 \begin_inset Newline linebreak
29576 \end_inset
29577
29578 c, \SpecialChar \ldots{}
29579  Pour les formules multi-lignes, chaque ligne sera numérotée.
29580  Toutes les formules sous-numérotées sont traitées comme 
29581 \emph on
29582 une seule 
29583 \emph default
29584 formule.
29585  Mais comme chaque formule numérotée incrémente le compteur 
29586 \series bold
29587 equation
29588 \series default
29589  de un, on a besoin de la commande 
29590 \series bold
29591
29592 \backslash
29593 addtocounter
29594 \series default
29595  pour le décrémenter.
29596  Sinon les formules 
29597 \begin_inset CommandInset ref
29598 LatexCommand eqref
29599 reference "eq:a"
29600
29601 \end_inset
29602
29603
29604 \begin_inset CommandInset ref
29605 LatexCommand eqref
29606 reference "eq:b"
29607
29608 \end_inset
29609
29610
29611 \begin_inset CommandInset ref
29612 LatexCommand eqref
29613 reference "eq:c"
29614
29615 \end_inset
29616
29617  seraient numérotées comme 
29618 \begin_inset CommandInset ref
29619 LatexCommand eqref
29620 reference "eq:a"
29621
29622 \end_inset
29623
29624
29625 \begin_inset CommandInset ref
29626 LatexCommand eqref
29627 reference "eq:d"
29628
29629 \end_inset
29630
29631
29632 \begin_inset CommandInset ref
29633 LatexCommand eqref
29634 reference "eq:f"
29635
29636 \end_inset
29637
29638 .
29639 \end_layout
29640
29641 \begin_layout Standard
29642 En insérant les commandes en mode TeX entre les deux premières formules,
29643  on crée un espace.
29644  Pour le supprimer, on insère un espace vertical négatif de -5
29645 \begin_inset space \thinspace{}
29646 \end_inset
29647
29648 mm après la commande 
29649 \series bold
29650
29651 \backslash
29652 begin{subequations}
29653 \series default
29654 .
29655  Quand on utilise le style 
29656 \series bold
29657 Indenté
29658 \begin_inset Foot
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662 pour les styles de formules, voir 
29663 \begin_inset CommandInset ref
29664 LatexCommand ref
29665 reference "sec:Styles-de-formules"
29666
29667 \end_inset
29668
29669
29670 \end_layout
29671
29672 \end_inset
29673
29674
29675 \series default
29676 on insère un espace de -7
29677 \begin_inset space \thinspace{}
29678 \end_inset
29679
29680 mm à la place.
29681 \end_layout
29682
29683 \begin_layout Standard
29684 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29685  pour la deuxième ligne:
29686 \end_layout
29687
29688 \begin_layout Standard
29689 \begin_inset ERT
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693
29694
29695 \backslash
29696 begin{subequations}
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \begin_inset Formula \begin{eqnarray}
29703 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29704  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29705  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29706
29707 \end_inset
29708
29709
29710 \begin_inset ERT
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714
29715
29716 \backslash
29717 end{subequations}
29718 \end_layout
29719
29720 \end_inset
29721
29722
29723 \end_layout
29724
29725 \begin_layout Subsection
29726 Numérotation personnalisée
29727 \begin_inset CommandInset label
29728 LatexCommand label
29729 name "sub:Numérotation-personnalisée"
29730
29731 \end_inset
29732
29733
29734 \begin_inset Index
29735 status collapsed
29736
29737 \begin_layout Plain Layout
29738 Numérotation des formules !  personnalisée
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \end_layout
29745
29746 \begin_layout Standard
29747 \begin_inset Index
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Numérotation des formules ! délimiteurs personnalisés
29752 \end_layout
29753
29754 \end_inset
29755
29756 Avec la numérotation standard, on a des parenthèses autour du numéro de
29757  formule.
29758  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29759  il faut ajouter la lignes suivante dans le préambule LaTeX:
29760 \end_layout
29761
29762 \begin_layout Standard
29763
29764 \series bold
29765
29766 \backslash
29767 def
29768 \backslash
29769 tagform@#1{
29770 \backslash
29771 maketag@@@{|#1|}}
29772 \series default
29773
29774 \begin_inset Note Note
29775 status collapsed
29776
29777 \begin_layout Plain Layout
29778 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29779  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29780  début de ligne.
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Standard
29789 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29790  autour du 
29791 \series bold
29792 #1
29793 \series default
29794  par un caractère ou plus.
29795  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29796  verticales.
29797 \end_layout
29798
29799 \begin_layout Standard
29800 \begin_inset VSpace bigskip
29801 \end_inset
29802
29803 Si vous voulez avoir une expression de votre choix entre parenthèses après
29804  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29805  commande 
29806 \series bold
29807
29808 \backslash
29809 tag
29810 \series default
29811
29812 \begin_inset Index
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816 Commandes ! T ! 
29817 \backslash
29818 tag
29819 \end_layout
29820
29821 \end_inset
29822
29823 :
29824 \begin_inset Formula \begin{equation}
29825 A+B=C\tag{quelquechose}\label{eq:tag}\end{equation}
29826
29827 \end_inset
29828
29829 Dans cet exemple, on a mis la commande 
29830 \series bold
29831
29832 \backslash
29833 tag
29834 \series default
29835
29836 \begin_inset ERT
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840
29841
29842 \backslash
29843 spce 
29844 \end_layout
29845
29846 \end_inset
29847
29848
29849 \series bold
29850 quelquechose
29851 \series default
29852  dans la formule.
29853 \end_layout
29854
29855 \begin_layout Standard
29856 Quand on insère la commande 
29857 \series bold
29858
29859 \backslash
29860 tag*
29861 \series default
29862
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 spce 
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \series bold
29877 quelquechose
29878 \series default
29879  à la place, l'astérisque supprime les parenthèses autour du texte:
29880 \begin_inset Formula \[
29881 A+B=C\tag*{quelquechose}\]
29882
29883 \end_inset
29884
29885
29886 \end_layout
29887
29888 \begin_layout Standard
29889 \begin_inset VSpace bigskip
29890 \end_inset
29891
29892 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29893  ou section du document, on utilise les commandes suivantes: 
29894 \end_layout
29895
29896 \begin_layout Standard
29897
29898 \series bold
29899
29900 \backslash
29901 @addtoreset{equation}{part}
29902 \series default
29903
29904 \begin_inset Index
29905 status collapsed
29906
29907 \begin_layout Plain Layout
29908 Commandes ! 
29909 \begin_inset ERT
29910 status collapsed
29911
29912 \begin_layout Plain Layout
29913
29914 "
29915 \end_layout
29916
29917 \end_inset
29918
29919 @
29920 \begin_inset ERT
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924
29925 "
29926 \end_layout
29927
29928 \end_inset
29929
29930  ! 
29931 \backslash
29932
29933 \begin_inset ERT
29934 status collapsed
29935
29936 \begin_layout Plain Layout
29937
29938 "
29939 \end_layout
29940
29941 \end_inset
29942
29943 @
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949 "
29950 \end_layout
29951
29952 \end_inset
29953
29954 addtoreset
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \begin_inset Newline newline
29961 \end_inset
29962
29963 ou
29964 \begin_inset Newline newline
29965 \end_inset
29966
29967
29968 \series bold
29969
29970 \backslash
29971 @addtoreset{equation}{section}
29972 \end_layout
29973
29974 \begin_layout Standard
29975 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29976 \begin_inset Quotes eld
29977 \end_inset
29978
29979 @
29980 \begin_inset Quotes erd
29981 \end_inset
29982
29983  doit être rendu 
29984 \begin_inset Quotes eld
29985 \end_inset
29986
29987 actif
29988 \begin_inset Quotes erd
29989 \end_inset
29990
29991  pour LaTeX en utilisant la commande 
29992 \series bold
29993
29994 \backslash
29995 makeatletter.
29996
29997 \series default
29998  La commande 
29999 \series bold
30000
30001 \backslash
30002 makeatother
30003 \series default
30004  le désactive.
30005  La suite de commandes en mode TeX est donc:
30006 \end_layout
30007
30008 \begin_layout Standard
30009
30010 \series bold
30011
30012 \backslash
30013 makeatletter
30014 \begin_inset Newline newline
30015 \end_inset
30016
30017
30018 \backslash
30019 @addtoreset{equation}{section}
30020 \begin_inset Newline newline
30021 \end_inset
30022
30023
30024 \backslash
30025 makeatother
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Dans le préambule LaTeX on peut omettre les commandes 
30030 \series bold
30031
30032 \backslash
30033 makeatletter
30034 \series default
30035  et 
30036 \series bold
30037
30038 \backslash
30039 makeatother
30040 \series default
30041 , vu que LyX les insère automatiquement en interne.
30042 \end_layout
30043
30044 \begin_layout Standard
30045 Pour supprimer l'effet de 
30046 \series bold
30047
30048 \backslash
30049 @addtoreset
30050 \series default
30051 , on doit charger le fichier 
30052 \series bold
30053 remreset.sty
30054 \series default
30055
30056 \begin_inset Foot
30057 status collapsed
30058
30059 \begin_layout Plain Layout
30060
30061 \series bold
30062 remreset
30063 \series default
30064  fait partie du paquetage LaTeX 
30065 \series bold
30066 carlisle
30067 \series default
30068
30069 \begin_inset Index
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073 Paquetages ! carlisle
30074 \end_layout
30075
30076 \end_inset
30077
30078  qui est compris dans toutes les installations LaTeX standard.
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \begin_inset Index
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088 Paquetages ! remreset
30089 \end_layout
30090
30091 \end_inset
30092
30093  dans le préambule LaTeX avec la ligne
30094 \end_layout
30095
30096 \begin_layout Standard
30097
30098 \series bold
30099
30100 \backslash
30101 usepackage{remreset}
30102 \end_layout
30103
30104 \begin_layout Standard
30105 On peut alors utiliser la commande 
30106 \series bold
30107
30108 \backslash
30109 @removefromreset
30110 \series default
30111
30112 \begin_inset Index
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116 Commandes ! 
30117 \begin_inset ERT
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121
30122 "
30123 \end_layout
30124
30125 \end_inset
30126
30127 @
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133 "
30134 \end_layout
30135
30136 \end_inset
30137
30138  ! 
30139 \backslash
30140
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146 "
30147 \end_layout
30148
30149 \end_inset
30150
30151 @
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157 "
30158 \end_layout
30159
30160 \end_inset
30161
30162 removefromreset
30163 \end_layout
30164
30165 \end_inset
30166
30167  avec la même syntaxe que 
30168 \series bold
30169
30170 \backslash
30171 @addtoreset
30172 \series default
30173 .
30174 \end_layout
30175
30176 \begin_layout Standard
30177 \begin_inset VSpace bigskip
30178 \end_inset
30179
30180 On doit parfois numéroter les formules de la façon suivante
30181 \end_layout
30182
30183 \begin_layout Standard
30184
30185 \family typewriter
30186 (numéro de section.numéro de formule)
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Le numéro de formule repart à 
30191 \begin_inset Quotes eld
30192 \end_inset
30193
30194 1
30195 \begin_inset Quotes erd
30196 \end_inset
30197
30198  à chaque nouvelle section
30199 \end_layout
30200
30201 \begin_layout Standard
30202 Dans ce cas, on peut utiliser la commande 
30203 \series bold
30204
30205 \backslash
30206 numberwithin
30207 \series default
30208
30209 \begin_inset Index
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213 Commandes ! N ! 
30214 \backslash
30215 numberwithin
30216 \end_layout
30217
30218 \end_inset
30219
30220 , qui a la syntaxe suivante:
30221 \end_layout
30222
30223 \begin_layout Standard
30224
30225 \series bold
30226
30227 \backslash
30228 numberwithin{compteur}{sectionnement}
30229 \end_layout
30230
30231 \begin_layout Standard
30232 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30233 nt indique quel numéro est placé avant le point.
30234 \end_layout
30235
30236 \begin_layout Standard
30237 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30238  LaTeX soit en mode TeX:
30239 \end_layout
30240
30241 \begin_layout Standard
30242
30243 \series bold
30244
30245 \backslash
30246 numberwithin{equation}{section}
30247 \end_layout
30248
30249 \begin_layout Standard
30250 Voici le résultat:
30251 \begin_inset ERT
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255
30256
30257 \backslash
30258 numberwithin{equation}{section}
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \begin_inset Formula \begin{equation}
30265 A+B=C\end{equation}
30266
30267 \end_inset
30268
30269
30270 \end_layout
30271
30272 \begin_layout Standard
30273 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30274  on utilisera
30275 \begin_inset Newline newline
30276 \end_inset
30277
30278
30279 \series bold
30280
30281 \backslash
30282 numberwithin{table}{part}
30283 \end_layout
30284
30285 \begin_layout Standard
30286 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30287  quand elle est définie par la classe du document, on insère la commande
30288  suivante, soit dans le préambule, soit en mode TeX:
30289 \end_layout
30290
30291 \begin_layout Standard
30292
30293 \series bold
30294
30295 \backslash
30296 renewcommand{
30297 \backslash
30298 theequation}{
30299 \backslash
30300 arabic{equation}}
30301 \begin_inset Index
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Commandes ! A ! 
30306 \backslash
30307 arabic
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \series default
30314
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320
30321 \backslash
30322 renewcommand{
30323 \backslash
30324 theequation}{
30325 \backslash
30326 arabic{equation}}
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \series bold
30333
30334 \begin_inset Newline newline
30335 \end_inset
30336
30337
30338 \series default
30339 ou
30340 \series bold
30341
30342 \begin_inset Newline newline
30343 \end_inset
30344
30345
30346 \backslash
30347 renewcommand{
30348 \backslash
30349 thetable}{
30350 \backslash
30351 arabic{table}}
30352 \end_layout
30353
30354 \begin_layout Standard
30355
30356 \series bold
30357
30358 \backslash
30359 numberwithin
30360 \series default
30361  utilise en interne la commande 
30362 \series bold
30363
30364 \backslash
30365 @addtoreset
30366 \series default
30367 , décrite plus haut et qui doit aussi être annulée.
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373
30374 \backslash
30375 makeatletter
30376 \end_layout
30377
30378 \begin_layout Plain Layout
30379
30380
30381 \backslash
30382 @removefromreset{equation}{section}
30383 \end_layout
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 makeatother
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \end_layout
30396
30397 \begin_layout Subsection
30398 Numérotation avec des chiffres romains ou des lettres
30399 \begin_inset Index
30400 status collapsed
30401
30402 \begin_layout Plain Layout
30403 Numérotation des formules ! avec des lettres
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \begin_inset Index
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413 Numérotation des formules ! avec des chiffres romains
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \begin_layout Standard
30422 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30423  latines.
30424  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30425  la commande
30426 \end_layout
30427
30428 \begin_layout Standard
30429
30430 \series bold
30431
30432 \backslash
30433 renewcommand{
30434 \backslash
30435 theequation}{
30436 \backslash
30437 roman{equation}}
30438 \end_layout
30439
30440 \begin_layout Standard
30441 en mode TeX juste avant la formule.
30442  
30443 \series bold
30444
30445 \backslash
30446 renewcommand
30447 \series default
30448
30449 \begin_inset Index
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453 Commandes ! R ! 
30454 \backslash
30455 renewcommand
30456 \end_layout
30457
30458 \end_inset
30459
30460  redéfinit la commande prédéfinie 
30461 \series bold
30462
30463 \backslash
30464 theequation
30465 \series default
30466  en la commande 
30467 \series bold
30468
30469 \backslash
30470 roman{equation}
30471 \series default
30472
30473 \begin_inset Foot
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477 La commande 
30478 \series bold
30479
30480 \backslash
30481 renewcommand
30482 \series default
30483  a la même syntaxe que la commande 
30484 \series bold
30485
30486 \backslash
30487 newcommand
30488 \series default
30489  qui est décrite dans 
30490 \begin_inset CommandInset ref
30491 LatexCommand ref
30492 reference "sec:Commandes-personnalisées"
30493
30494 \end_inset
30495
30496 .
30497 \end_layout
30498
30499 \end_inset
30500
30501 .
30502  
30503 \series bold
30504 equation
30505 \series default
30506  est le compteur pour les formules.
30507  Quand la commande 
30508 \series bold
30509
30510 \backslash
30511 the
30512 \series default
30513  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30514  écrite en utilisant des chiffres arabes.
30515  Quand une formule est numérotée, LaTeX met en interne la commande 
30516 \series bold
30517
30518 \backslash
30519 theequation
30520 \series default
30521  après la formule.
30522  
30523 \series bold
30524
30525 \backslash
30526 roman{equation}
30527 \begin_inset Index
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531 Commandes ! R ! 
30532 \backslash
30533 roman
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \series default
30540  écrit la valeur du compteur en utilisant des petits chiffres romains.
30541 \end_layout
30542
30543 \begin_layout Standard
30544 Toutes les formules qui suivent 
30545 \series bold
30546
30547 \backslash
30548 renew
30549 \series default
30550 c
30551 \series bold
30552 ommand
30553 \series default
30554  sont maintenant numérotées en chiffres romains.
30555  Pour passer à une numérotation avec de gros chiffres romains, on insère
30556  la même commande, mais avec 
30557 \series bold
30558
30559 \backslash
30560 roman
30561 \series default
30562  remplacé par 
30563 \series bold
30564
30565 \backslash
30566 Roman
30567 \series default
30568
30569 \begin_inset Index
30570 status collapsed
30571
30572 \begin_layout Plain Layout
30573 Commandes ! R ! 
30574 \backslash
30575 roman@
30576 \backslash
30577 Roman
30578 \end_layout
30579
30580 \end_inset
30581
30582 .
30583  Pour numéroter avec des lettres latines minuscules, on a la commande 
30584 \series bold
30585
30586 \backslash
30587 alph
30588 \series default
30589
30590 \begin_inset Index
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 Commandes ! A ! 
30595 \backslash
30596 alphe
30597 \end_layout
30598
30599 \end_inset
30600
30601 , pour les lettres majuscules, on a 
30602 \series bold
30603
30604 \backslash
30605 Alph
30606 \series default
30607
30608 \begin_inset Index
30609 status collapsed
30610
30611 \begin_layout Plain Layout
30612 Commandes ! A ! 
30613 \backslash
30614 alph@
30615 \backslash
30616 Alph
30617 \end_layout
30618
30619 \end_inset
30620
30621 .
30622 \end_layout
30623
30624 \begin_layout Standard
30625 \begin_inset Note Greyedout
30626 status open
30627
30628 \begin_layout Plain Layout
30629
30630 \series bold
30631 Note:
30632 \series default
30633  On peut numéroter au maximum 26 formules avec des lettres latines dans
30634  un même document.
30635 \end_layout
30636
30637 \end_inset
30638
30639
30640 \end_layout
30641
30642 \begin_layout Standard
30643 \begin_inset ERT
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647
30648
30649 \backslash
30650 renewcommand{
30651 \backslash
30652 theequation}{
30653 \backslash
30654 roman{equation}}
30655 \end_layout
30656
30657 \end_inset
30658
30659
30660 \end_layout
30661
30662 \begin_layout Standard
30663 \begin_inset Formula \begin{equation}
30664 A=\textrm{romains minuscules}\label{eq:rom}\end{equation}
30665
30666 \end_inset
30667
30668
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674
30675 \backslash
30676 renewcommand{
30677 \backslash
30678 theequation}{
30679 \backslash
30680 Roman{equation}}
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \begin_inset Formula \begin{equation}
30687 B=\textrm{romains majuscules}\label{eq:Rom}\end{equation}
30688
30689 \end_inset
30690
30691
30692 \begin_inset ERT
30693 status collapsed
30694
30695 \begin_layout Plain Layout
30696
30697
30698 \backslash
30699 renewcommand{
30700 \backslash
30701 theequation}{
30702 \backslash
30703 alph{equation}}
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \begin_inset Formula \begin{equation}
30710 C=\textrm{latines minuscules}\label{eq:lat}\end{equation}
30711
30712 \end_inset
30713
30714
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 renewcommand{
30723 \backslash
30724 theequation}{
30725 \backslash
30726 Alph{equation}}
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \begin_inset Formula \begin{equation}
30733 D=\textrm{latines majuscules}\label{eq:Lat}\end{equation}
30734
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \begin_layout Standard
30741 Pour revenir à la numérotation par défaut, on insère la commande:
30742 \end_layout
30743
30744 \begin_layout Standard
30745
30746 \series bold
30747
30748 \backslash
30749 renewcommand{
30750 \backslash
30751 theequation}{
30752 \backslash
30753 arabic{equation}}
30754 \begin_inset Index
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758 Commandes ! A ! 
30759 \backslash
30760 arabic
30761 \end_layout
30762
30763 \end_inset
30764
30765
30766 \end_layout
30767
30768 \begin_layout Standard
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774
30775 \backslash
30776 renewcommand{
30777 \backslash
30778 theequation}{
30779 \backslash
30780 arabic{equation}}
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \begin_inset Formula \begin{equation}
30787 E=\textrm{Arabes}\label{eq:arab}\end{equation}
30788
30789 \end_inset
30790
30791
30792 \end_layout
30793
30794 \begin_layout Standard
30795 \begin_inset VSpace medskip
30796 \end_inset
30797
30798 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30799  du style de numérotation.
30800  Si l'on veut que la numérotation reparte à 
30801 \begin_inset Quotes eld
30802 \end_inset
30803
30804 1
30805 \begin_inset Quotes erd
30806 \end_inset
30807
30808  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30809  On trouvera une description de cette opération dans le fichier 
30810 \begin_inset CommandInset href
30811 LatexCommand href
30812 target "Formula-numbering.lyx"
30813
30814 \end_inset
30815
30816 .
30817 \end_layout
30818
30819 \begin_layout Section
30820 Commandes personnalisées
30821 \begin_inset CommandInset label
30822 LatexCommand label
30823 name "sec:Commandes-personnalisées"
30824
30825 \end_inset
30826
30827
30828 \begin_inset Index
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832 Commandes personnalisées
30833 \end_layout
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \begin_layout Standard
30841 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
30842  Mais on peut définir de nouvelles commandes plus courtes avec la commande
30843  
30844 \series bold
30845
30846 \backslash
30847 newcommand
30848 \series default
30849
30850 \begin_inset Index
30851 status collapsed
30852
30853 \begin_layout Plain Layout
30854 Commandes ! N ! 
30855 \backslash
30856 newcommand
30857 \end_layout
30858
30859 \end_inset
30860
30861  .
30862 \end_layout
30863
30864 \begin_layout Standard
30865 La syntaxe de 
30866 \series bold
30867
30868 \backslash
30869 newcommand
30870 \series default
30871  est:
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 newcommand{nom de la nouvelle commande}[nombre d'arguments]
30880 \begin_inset Newline newline
30881 \end_inset
30882
30883
30884 \begin_inset ERT
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888
30889
30890 \backslash
30891 phantom{
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \backslash
30898 newcommand
30899 \begin_inset ERT
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903
30904 }
30905 \end_layout
30906
30907 \end_inset
30908
30909 [valeur optionnelle]{définition de la commande}
30910 \end_layout
30911
30912 \begin_layout Standard
30913 \begin_inset Note Greyedout
30914 status open
30915
30916 \begin_layout Plain Layout
30917
30918 \series bold
30919 Note:
30920 \series default
30921  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
30922  votre document ou par un des paquetages LaTeX que vous utilisez.
30923  Si par exemple, vous tentez de définir la commande 
30924 \series bold
30925
30926 \backslash
30927 le
30928 \series default
30929  pour 
30930 \series bold
30931
30932 \backslash
30933 Leftarrow
30934 \series default
30935 , vous aurez un message d'erreur puisque 
30936 \series bold
30937
30938 \backslash
30939 le
30940 \series default
30941  est déjà définie comme étant la commande pour le symbole 
30942 \begin_inset Quotes eld
30943 \end_inset
30944
30945
30946 \begin_inset Formula $\le$
30947 \end_inset
30948
30949
30950 \begin_inset Quotes erd
30951 \end_inset
30952
30953 .
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \end_layout
30960
30961 \begin_layout Standard
30962 \begin_inset Note Greyedout
30963 status open
30964
30965 \begin_layout Plain Layout
30966
30967 \series bold
30968 Note:
30969 \series default
30970  Les noms des commandes personnalisées ne peuvent contenir que des lettres
30971  latines.
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \begin_layout Standard
30980 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
30981  d'argument que la commande doit avoir.
30982  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
30983  optionnel.
30984  Quand on utilise cette valeur, le 
30985 \emph on
30986 premier 
30987 \emph default
30988 argument de la nouvelle commande est automatiquement l'argument optionnel.
30989 \end_layout
30990
30991 \begin_layout Standard
30992 Voici quelques exemples:
30993 \end_layout
30994
30995 \begin_layout Itemize
30996 Pour définir la commande 
30997 \series bold
30998
30999 \backslash
31000 gr
31001 \series default
31002  pour 
31003 \series bold
31004
31005 \backslash
31006 Longrightarrow
31007 \series default
31008 , la ligne à insérer dans le préambule LaTeX est:
31009 \begin_inset ERT
31010 status collapsed
31011
31012 \begin_layout Plain Layout
31013
31014
31015 \backslash
31016 medskip
31017 \end_layout
31018
31019 \end_inset
31020
31021
31022 \series bold
31023
31024 \begin_inset Newline newline
31025 \end_inset
31026
31027
31028 \backslash
31029 newcommand{
31030 \backslash
31031 gr}{
31032 \backslash
31033 Longrightarrow}
31034 \end_layout
31035
31036 \begin_layout Itemize
31037 Pour définir la commande
31038 \series bold
31039  
31040 \backslash
31041 us
31042 \series default
31043  pour 
31044 \series bold
31045
31046 \backslash
31047 underline
31048 \series default
31049 , l'argument (qui doit être souligné) doit être pris en compte.
31050  Pour cela, la ligne à insérer dans le préambule est:
31051 \begin_inset ERT
31052 status collapsed
31053
31054 \begin_layout Plain Layout
31055
31056
31057 \backslash
31058 medskip
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \series bold
31065
31066 \begin_inset Newline newline
31067 \end_inset
31068
31069
31070 \backslash
31071 newcommand{
31072 \backslash
31073 us}[1]{
31074 \backslash
31075 underline{#1}}
31076 \series default
31077
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083
31084 \backslash
31085 medskip
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \series bold
31092
31093 \begin_inset Newline newline
31094 \end_inset
31095
31096
31097 \series default
31098 Le caractère 
31099 \series bold
31100 #
31101 \series default
31102  agit comme un argument formel, le 
31103 \series bold
31104 1
31105 \series default
31106  derrière lui indique qu'il représente le premier argument.
31107 \end_layout
31108
31109 \begin_layout Itemize
31110 Pour remplacer la commande 
31111 \series bold
31112
31113 \backslash
31114 framebox
31115 \series default
31116  on peut par exemple définir, la commande 
31117 \series bold
31118
31119 \backslash
31120 fb
31121 \series default
31122 :
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 medskip
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \series bold
31137
31138 \begin_inset Newline newline
31139 \end_inset
31140
31141
31142 \backslash
31143 newcommand{
31144 \backslash
31145 fb}[3]{
31146 \backslash
31147 framebox#1#2{$#3$}}
31148 \series default
31149
31150 \begin_inset ERT
31151 status collapsed
31152
31153 \begin_layout Plain Layout
31154
31155
31156 \backslash
31157 medskip
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \series bold
31164
31165 \begin_inset Newline newline
31166 \end_inset
31167
31168
31169 \series default
31170 Les deux dollars créent une formule supplémentaire pour la commande 
31171 \series bold
31172
31173 \backslash
31174 framebox
31175 \series default
31176 , voir 
31177 \begin_inset CommandInset ref
31178 LatexCommand ref
31179 reference "sub:Boîtes-avec-cadre"
31180
31181 \end_inset
31182
31183 .
31184 \end_layout
31185
31186 \begin_layout Itemize
31187 Pour créer une nouvelle commande pour remplacer 
31188 \series bold
31189
31190 \backslash
31191 fcolorbox
31192 \series default
31193  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
31194  pour la couleur est défini comme optionnel:
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200
31201 \backslash
31202 medskip
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \series bold
31209
31210 \begin_inset Newline newline
31211 \end_inset
31212
31213
31214 \backslash
31215 newcommand{
31216 \backslash
31217 cb}[3][white]{
31218 \backslash
31219 fcolorbox{#2}{#1}{$#3$}}
31220 \series default
31221
31222 \begin_inset ERT
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226
31227
31228 \backslash
31229 medskip
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \begin_inset Newline newline
31236 \end_inset
31237
31238 Quand la couleur n'est pas définie lors d'une utilisation de 
31239 \series bold
31240
31241 \backslash
31242 cb
31243 \series default
31244 , la couleur prédéfinie 
31245 \series bold
31246 white
31247 \series default
31248  est utilisée par défaut.
31249 \end_layout
31250
31251 \begin_layout Standard
31252 Un test des nouvelles commandes:
31253 \end_layout
31254
31255 \begin_layout Standard
31256 \align center
31257 \begin_inset Tabular
31258 <lyxtabular version="3" rows="6" columns="2">
31259 <features>
31260 <column alignment="center" valignment="top" width="0">
31261 <column alignment="center" valignment="top" width="0">
31262 <row>
31263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31264 \begin_inset Text
31265
31266 \begin_layout Plain Layout
31267 Commande
31268 \end_layout
31269
31270 \end_inset
31271 </cell>
31272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31273 \begin_inset Text
31274
31275 \begin_layout Plain Layout
31276 Résultat
31277 \begin_inset Note Note
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282 \series bold
31283
31284 \backslash
31285 raisebox est seulement utilisée pour faire de la place
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 </row>
31296 <row>
31297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31298 \begin_inset Text
31299
31300 \begin_layout Plain Layout
31301 A
31302 \backslash
31303 gr
31304 \begin_inset ERT
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308
31309
31310 \backslash
31311 spce 
31312 \end_layout
31313
31314 \end_inset
31315
31316 B
31317 \end_layout
31318
31319 \end_inset
31320 </cell>
31321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31322 \begin_inset Text
31323
31324 \begin_layout Plain Layout
31325 \begin_inset Formula $A\gr B$
31326 \end_inset
31327
31328
31329 \end_layout
31330
31331 \end_inset
31332 </cell>
31333 </row>
31334 <row>
31335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31336 \begin_inset Text
31337
31338 \begin_layout Plain Layout
31339
31340 \backslash
31341 us{ABcd
31342 \end_layout
31343
31344 \end_inset
31345 </cell>
31346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31347 \begin_inset Text
31348
31349 \begin_layout Plain Layout
31350 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31351 \end_inset
31352
31353
31354 \end_layout
31355
31356 \end_inset
31357 </cell>
31358 </row>
31359 <row>
31360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Plain Layout
31364
31365 \backslash
31366 fb{[2cm]
31367 \begin_inset Formula $\to$
31368 \end_inset
31369
31370
31371 \backslash
31372 {
31373 \begin_inset Formula $\to$
31374 \end_inset
31375
31376
31377 \backslash
31378 {
31379 \backslash
31380 int
31381 \begin_inset ERT
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385
31386
31387 \backslash
31388 spce 
31389 \end_layout
31390
31391 \end_inset
31392
31393 A=B
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31399 \begin_inset Text
31400
31401 \begin_layout Plain Layout
31402 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \end_inset
31409 </cell>
31410 </row>
31411 <row>
31412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31413 \begin_inset Text
31414
31415 \begin_layout Plain Layout
31416
31417 \backslash
31418 cb{red
31419 \begin_inset Formula $\to$
31420 \end_inset
31421
31422
31423 \backslash
31424 {
31425 \backslash
31426 int
31427 \begin_inset ERT
31428 status collapsed
31429
31430 \begin_layout Plain Layout
31431
31432
31433 \backslash
31434 spce 
31435 \end_layout
31436
31437 \end_inset
31438
31439 A=B
31440 \end_layout
31441
31442 \end_inset
31443 </cell>
31444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31445 \begin_inset Text
31446
31447 \begin_layout Plain Layout
31448 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31449 \end_inset
31450
31451
31452 \end_layout
31453
31454 \end_inset
31455 </cell>
31456 </row>
31457 <row>
31458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31459 \begin_inset Text
31460
31461 \begin_layout Plain Layout
31462
31463 \backslash
31464 cb[green]
31465 \backslash
31466 {red
31467 \begin_inset Formula $\to$
31468 \end_inset
31469
31470
31471 \backslash
31472 {
31473 \backslash
31474 int
31475 \begin_inset ERT
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479
31480
31481 \backslash
31482 spce 
31483 \end_layout
31484
31485 \end_inset
31486
31487 A=B
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \end_inset
31503 </cell>
31504 </row>
31505 </lyxtabular>
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Section
31513 Diagrammes
31514 \end_layout
31515
31516 \begin_layout Standard
31517 LyX gère deux types de diagrammes commutatifs; amscd
31518 \series bold
31519  et xymatrix
31520 \series default
31521  qui sont décrits dans ce qui suit.
31522 \end_layout
31523
31524 \begin_layout Subsection
31525 Les diagrammes amscd
31526 \begin_inset Index
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530 Diagrammes ! amscd
31531 \end_layout
31532
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \begin_layout Standard
31539 Des diagrammes de ce type visualisent les relations par des lignes verticales
31540  ou horizontales ou encore des flèches: 
31541 \begin_inset Formula \[
31542 \begin{CD}A@>>>B@>>>C\\
31543 @AAA@.@VVV\\
31544 F@<<<E@<<<D\end{CD}\]
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 Pour les obtenir, on insère la commande 
31553 \series bold
31554
31555 \backslash
31556 CD
31557 \begin_inset Index
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561 Commandes ! C ! 
31562 \backslash
31563 CD
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \series default
31570  dans une formule.
31571  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31572  on peut insérer d'autres commandes.
31573  On crée une nouvelle ligne avec 
31574 \family sans
31575 Ctrl-Entrée
31576 \family default
31577 .
31578  Les relations horizontales sont insérées dans les lignes impaires et les
31579  relations verticales dans les lignes paires.
31580 \end_layout
31581
31582 \begin_layout Standard
31583 Pour créer les relations, il y a les commandes suivantes:
31584 \end_layout
31585
31586 \begin_layout Itemize
31587
31588 \series bold
31589 @<<<
31590 \series default
31591  crée une flèche gauche, 
31592 \series bold
31593 @>>>
31594 \series default
31595  une flèche droite, et 
31596 \series bold
31597 @=
31598 \series default
31599  un long signe égal
31600 \end_layout
31601
31602 \begin_layout Itemize
31603
31604 \series bold
31605 @AAA
31606 \series default
31607  crée une flèche vers le haut, 
31608 \series bold
31609 @VVV
31610 \series default
31611  une flèche vers le bas, et 
31612 \series bold
31613 @|
31614 \series default
31615  un signe égal vertical
31616 \end_layout
31617
31618 \begin_layout Itemize
31619
31620 \series bold
31621 @.
31622
31623 \series default
31624  sert de remplissage pour une relation inexistante
31625 \end_layout
31626
31627 \begin_layout Standard
31628 Toutes les flèches peuvent être étiquetées de la façon suivante:
31629 \end_layout
31630
31631 \begin_layout Itemize
31632 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31633  de la flèche.
31634  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31635  flèche.
31636 \end_layout
31637
31638 \begin_layout Itemize
31639 Quand le texte destiné à une flèche verticale est inséré entre le premier
31640  et le second A ou V, il est placé sur le côté gauche de la flèche.
31641  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31642  de la flèche.
31643  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31644  des accolades TeX.
31645 \end_layout
31646
31647 \begin_layout Standard
31648 Comme exemple, un diagramme avec toutes les relations possibles:
31649 \end_layout
31650
31651 \begin_layout Standard
31652 \begin_inset Formula \[
31653 \begin{CD}A@>j>>B@>>k>C@=F\\
31654 @AmAA@.@VV{V}V@|\\
31655 D@<<j<E@>k>>F@=C\end{CD}\]
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663 La commande pour l'obtenir:
31664 \begin_inset Newline newline
31665 \end_inset
31666
31667
31668 \series bold
31669
31670 \backslash
31671 CD
31672 \begin_inset ERT
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676
31677
31678 \backslash
31679 spce 
31680 \end_layout
31681
31682 \end_inset
31683
31684 A@>j>>B@>>k>C@=F Ctrl-Enter
31685 \begin_inset Newline newline
31686 \end_inset
31687
31688
31689 \begin_inset ERT
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693
31694
31695 \backslash
31696 hphantom{
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \backslash
31703 CD
31704 \begin_inset ERT
31705 status collapsed
31706
31707 \begin_layout Plain Layout
31708
31709
31710 \backslash
31711 spce 
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \begin_inset ERT
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721
31722 }
31723 \end_layout
31724
31725 \end_inset
31726
31727 @AmAA@.@VV
31728 \backslash
31729 {V
31730 \series default
31731
31732 \begin_inset Formula $\to$
31733 \end_inset
31734
31735
31736 \series bold
31737 V@| Ctrl-Enter
31738 \begin_inset Newline newline
31739 \end_inset
31740
31741
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 hphantom{
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \backslash
31756 CD
31757 \begin_inset ERT
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761
31762
31763 \backslash
31764 spce 
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \begin_inset ERT
31771 status collapsed
31772
31773 \begin_layout Plain Layout
31774
31775 }
31776 \end_layout
31777
31778 \end_inset
31779
31780 D@<<j<E@>k>>F@=C
31781 \end_layout
31782
31783 \begin_layout Subsection
31784 Les diagrammes xymatrix
31785 \begin_inset Index
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789 Diagrammes ! xymatrix
31790 \end_layout
31791
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Standard
31798 Pour pouvoir utiliser des xymatrices, on doit installer le paquetage LaTeX
31799  
31800 \series bold
31801 xypic
31802 \series default
31803 .
31804  Une xymatrice est créée en insérant la commande 
31805 \series bold
31806
31807 \backslash
31808 xymatrix
31809 \series default
31810  dans une formule.
31811  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31812  comme pour une matrice normale, voir 
31813 \begin_inset CommandInset ref
31814 LatexCommand ref
31815 reference "sec:Matrices"
31816
31817 \end_inset
31818
31819 .
31820 \end_layout
31821
31822 \begin_layout Standard
31823 Contrairement aux diagrammes amscd, les xymatrices acceptent les flèches
31824  diagonales ou courbes et plus encore.
31825  Toutes les possibilités pour créer des diagrammes commutatifs et leurs
31826  décorations sont expliquées en détail dans ce 
31827 \emph on
31828 manuel pour XY-pic 
31829 \emph default
31830 \lang english
31831 that you find in the menu
31832 \lang french
31833  
31834 \family sans
31835 Aide\SpecialChar \menuseparator
31836 Manuels
31837 \begin_inset space ~
31838 \end_inset
31839
31840 spécifiques\SpecialChar \menuseparator
31841 Manuel
31842 \begin_inset space ~
31843 \end_inset
31844
31845 pour
31846 \begin_inset space ~
31847 \end_inset
31848
31849 XY-pic
31850 \family default
31851 .
31852 \end_layout
31853
31854 \begin_layout Standard
31855 \begin_inset Newpage newpage
31856 \end_inset
31857
31858
31859 \end_layout
31860
31861 \begin_layout Section
31862 Astuces
31863 \begin_inset ERT
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867
31868
31869 \backslash
31870 texorpdfstring{
31871 \end_layout
31872
31873 \end_inset
31874
31875
31876 \begin_inset Foot
31877 status collapsed
31878
31879 \begin_layout Plain Layout
31880 On peut trouver d'autres astuces mathématiques très utiles dans 
31881 \begin_inset CommandInset citation
31882 LatexCommand cite
31883 key "Voss"
31884
31885 \end_inset
31886
31887 .
31888 \end_layout
31889
31890 \end_inset
31891
31892
31893 \begin_inset ERT
31894 status collapsed
31895
31896 \begin_layout Plain Layout
31897
31898 }{}
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \begin_inset Note Note
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908
31909 \backslash
31910 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
31911  dans les signets PDF.
31912 \end_layout
31913
31914 \begin_layout Plain Layout
31915 Plus d'infos sur 
31916 \backslash
31917 texorpdfstring dans la section 
31918 \begin_inset CommandInset ref
31919 LatexCommand ref
31920 reference "sub:formules-dans-les-entêtes"
31921
31922 \end_inset
31923
31924 .
31925 \end_layout
31926
31927 \end_inset
31928
31929
31930 \begin_inset Index
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934 Astuces
31935 \end_layout
31936
31937 \end_inset
31938
31939
31940 \begin_inset Index
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944 Ions|see
31945 \begin_inset ERT
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950 {
31951 \end_layout
31952
31953 \end_inset
31954
31955 Symboles chimiques
31956 \begin_inset ERT
31957 status collapsed
31958
31959 \begin_layout Plain Layout
31960
31961 }
31962 \end_layout
31963
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \end_layout
31973
31974 \begin_layout Subsection
31975 Symboles et équations chimiques
31976 \begin_inset CommandInset label
31977 LatexCommand label
31978 name "sub:Symboles-chimiques"
31979
31980 \end_inset
31981
31982
31983 \begin_inset Index
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987 Equations@Équations chimiques
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \begin_inset Index
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997 Symboles ! chimiques
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \begin_layout Standard
32006 Un exemple de texte de chimie:
32007 \end_layout
32008
32009 \begin_layout Quote
32010 L'ion 
32011 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32012 \end_inset
32013
32014 réagit avec deux ions 
32015 \begin_inset Formula $\mathrm{Na^{+}}$
32016 \end_inset
32017
32018  pour donner du sulfate de sodium 
32019 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32020 \end_inset
32021
32022 .
32023  La réaction chimique peut être mise sous la forme:
32024 \begin_inset Formula \[
32025 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 Cette équation chimique peut être créée directement sous la forme d'une
32034  formule.
32035  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
32036  et mettez-le dans la police droite avec le raccourci 
32037 \family sans
32038 Alt-c
32039 \begin_inset space ~
32040 \end_inset
32041
32042 r
32043 \family default
32044  .
32045 \begin_inset Foot
32046 status collapsed
32047
32048 \begin_layout Plain Layout
32049 Style de polices, voir 
32050 \begin_inset CommandInset ref
32051 LatexCommand ref
32052 reference "sub:Styles-de-polices"
32053
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \begin_layout Subsection
32065 Nombres négatifs
32066 \begin_inset Index
32067 status collapsed
32068
32069 \begin_layout Plain Layout
32070 Nombres ! négatifs
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \begin_layout Standard
32079 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
32080  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
32081  moins.
32082  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
32083  correctement.
32084 \end_layout
32085
32086 \begin_layout Standard
32087 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
32088 \end_layout
32089
32090 \begin_layout Standard
32091 Un exemple pour illustrer le problème:
32092 \end_layout
32093
32094 \begin_layout Standard
32095 \align center
32096 \begin_inset Tabular
32097 <lyxtabular version="3" rows="3" columns="2">
32098 <features>
32099 <column alignment="right" valignment="top" width="0">
32100 <column alignment="left" valignment="top" width="0">
32101 <row>
32102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106 texte normal:
32107 \end_layout
32108
32109 \end_inset
32110 </cell>
32111 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115 x = -2
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 </row>
32121 <row>
32122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32123 \begin_inset Text
32124
32125 \begin_layout Plain Layout
32126 formule:
32127 \end_layout
32128
32129 \end_inset
32130 </cell>
32131 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135 \begin_inset Formula $x=-2$
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \end_inset
32142 </cell>
32143 </row>
32144 <row>
32145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149 solution:
32150 \end_layout
32151
32152 \end_inset
32153 </cell>
32154 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158 \begin_inset Formula $x=\textrm{-}2$
32159 \end_inset
32160
32161
32162 \end_layout
32163
32164 \end_inset
32165 </cell>
32166 </row>
32167 </lyxtabular>
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Subsection
32175 La virgule comme séparateur décimal
32176 \begin_inset Index
32177 status collapsed
32178
32179 \begin_layout Plain Layout
32180 Virgule
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
32190  pour grouper les chiffres dans un nombre.
32191  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
32192  formules.
32193 \end_layout
32194
32195 \begin_layout Standard
32196 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
32197  (raccourci 
32198 \family sans
32199 Alt-m
32200 \begin_inset space ~
32201 \end_inset
32202
32203 m
32204 \family default
32205 ).
32206 \end_layout
32207
32208 \begin_layout Standard
32209 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
32210  on doit charger le fichier 
32211 \series bold
32212 icomma.sty
32213 \series default
32214
32215 \begin_inset Foot
32216 status collapsed
32217
32218 \begin_layout Plain Layout
32219
32220 \series bold
32221 icomma
32222 \series default
32223  fait partie du paquetage 
32224 \series bold
32225 was
32226 \series default
32227
32228 \begin_inset Index
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232 Paquetages ! was
32233 \begin_inset ERT
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237
32238
32239 \backslash
32240 vspace{4mm}
32241 \end_layout
32242
32243 \end_inset
32244
32245
32246 \end_layout
32247
32248 \end_inset
32249
32250 .
32251 \end_layout
32252
32253 \end_inset
32254
32255
32256 \begin_inset Index
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260 Paquetages ! icomma
32261 \end_layout
32262
32263 \end_inset
32264
32265  dans le préambule LaTeX avec la ligne
32266 \end_layout
32267
32268 \begin_layout Standard
32269
32270 \series bold
32271
32272 \backslash
32273 usepackage{icomma}
32274 \end_layout
32275
32276 \begin_layout Subsection
32277 Les vecteurs physiques
32278 \begin_inset CommandInset label
32279 LatexCommand label
32280 name "sub:Vecteurs-physiques"
32281
32282 \end_inset
32283
32284
32285 \begin_inset Index
32286 status collapsed
32287
32288 \begin_layout Plain Layout
32289 Vecteurs ! physiques
32290 \end_layout
32291
32292 \end_inset
32293
32294
32295 \end_layout
32296
32297 \begin_layout Standard
32298 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
32299 \series bold
32300  braket
32301 \series default
32302
32303 \begin_inset Foot
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307
32308 \series bold
32309 braket
32310 \series default
32311  fait partie de toutes les installations LaTeX standard.
32312 \end_layout
32313
32314 \end_inset
32315
32316
32317 \begin_inset Index
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321 Paquetages ! braket
32322 \end_layout
32323
32324 \end_inset
32325
32326  que l'on charge en mettant dans le préambule LaTeX la ligne
32327 \end_layout
32328
32329 \begin_layout Standard
32330
32331 \series bold
32332
32333 \backslash
32334 usepackage{braket}
32335 \end_layout
32336
32337 \begin_layout Standard
32338 Les commandes suivantes sont définies:
32339 \end_layout
32340
32341 \begin_layout Standard
32342 \align center
32343 \begin_inset Tabular
32344 <lyxtabular version="3" rows="4" columns="2">
32345 <features>
32346 <column alignment="center" valignment="top" width="0">
32347 <column alignment="center" valignment="top" width="0">
32348 <row>
32349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353 Commande
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 Résultat
32363 \end_layout
32364
32365 \end_inset
32366 </cell>
32367 </row>
32368 <row>
32369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32370 \begin_inset Text
32371
32372 \begin_layout Plain Layout
32373
32374 \backslash
32375 Bra{
32376 \backslash
32377 psi
32378 \end_layout
32379
32380 \end_inset
32381 </cell>
32382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32383 \begin_inset Text
32384
32385 \begin_layout Plain Layout
32386 \begin_inset Formula $\Bra{\psi}$
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \end_inset
32393 </cell>
32394 </row>
32395 <row>
32396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32397 \begin_inset Text
32398
32399 \begin_layout Plain Layout
32400
32401 \backslash
32402 Ket{
32403 \backslash
32404 psi
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 \begin_inset Formula $\Ket{\psi}$
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 </row>
32422 <row>
32423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32424 \begin_inset Text
32425
32426 \begin_layout Plain Layout
32427
32428 \backslash
32429 Braket{
32430 \backslash
32431 psi|
32432 \backslash
32433 phi
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442 \begin_inset Formula $\Braket{\psi|\phi}$
32443 \end_inset
32444
32445
32446 \end_layout
32447
32448 \end_inset
32449 </cell>
32450 </row>
32451 </lyxtabular>
32452
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Standard
32459 La commande 
32460 \series bold
32461
32462 \backslash
32463 Braket
32464 \series default
32465  assure que toutes les barres verticales ont la même taille que les crochets
32466  englobants:
32467 \begin_inset Formula \[
32468 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32469
32470 \end_inset
32471
32472
32473 \end_layout
32474
32475 \begin_layout Standard
32476 L'effet de la commande 
32477 \series bold
32478
32479 \backslash
32480 Braket
32481 \series default
32482  peut aussi être obtenu en utilisant la commande 
32483 \series bold
32484
32485 \backslash
32486 middle
32487 \series default
32488 , qui est décrite dans 
32489 \begin_inset CommandInset ref
32490 LatexCommand ref
32491 reference "sub:Taille-parenthèses-automatique"
32492
32493 \end_inset
32494
32495 .
32496 \end_layout
32497
32498 \begin_layout Subsection
32499 Fractions personnalisées
32500 \begin_inset CommandInset label
32501 LatexCommand label
32502 name "sub:Fractions-personnalisées"
32503
32504 \end_inset
32505
32506
32507 \begin_inset Index
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511 Fractions ! personnalisées
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \end_layout
32518
32519 \begin_layout Standard
32520 Pour définir des commandes personnalisées pour les fractions, on utilise
32521  la commande 
32522 \series bold
32523
32524 \backslash
32525 genfrac
32526 \series default
32527
32528 \begin_inset Index
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532 Commandes ! G ! 
32533 \backslash
32534 genfrac
32535 \end_layout
32536
32537 \end_inset
32538
32539  avec la syntaxe suivante:
32540 \end_layout
32541
32542 \begin_layout Standard
32543
32544 \series bold
32545
32546 \backslash
32547 genfrac{parenthèse gauche}{parenthèse droite}
32548 \begin_inset Newline newline
32549 \end_inset
32550
32551
32552 \begin_inset ERT
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556
32557
32558 \backslash
32559 phantom{
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \backslash
32566 genfrac
32567 \begin_inset ERT
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571
32572 }
32573 \end_layout
32574
32575 \end_inset
32576
32577 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
32578 \end_layout
32579
32580 \begin_layout Standard
32581 Le style est un nombre allant de 0 à 3.
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \align center
32586 \begin_inset Tabular
32587 <lyxtabular version="3" rows="5" columns="2">
32588 <features>
32589 <column alignment="center" valignment="top" width="0">
32590 <column alignment="center" valignment="top" width="0">
32591 <row>
32592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32593 \begin_inset Text
32594
32595 \begin_layout Plain Layout
32596 Nombre
32597 \end_layout
32598
32599 \end_inset
32600 </cell>
32601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605 Style (Taille)
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 </row>
32611 <row>
32612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32613 \begin_inset Text
32614
32615 \begin_layout Plain Layout
32616 0
32617 \end_layout
32618
32619 \end_inset
32620 </cell>
32621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32622 \begin_inset Text
32623
32624 \begin_layout Plain Layout
32625 formule hors ligne
32626 \end_layout
32627
32628 \end_inset
32629 </cell>
32630 </row>
32631 <row>
32632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32633 \begin_inset Text
32634
32635 \begin_layout Plain Layout
32636 1
32637 \end_layout
32638
32639 \end_inset
32640 </cell>
32641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32642 \begin_inset Text
32643
32644 \begin_layout Plain Layout
32645 formule en ligne
32646 \end_layout
32647
32648 \end_inset
32649 </cell>
32650 </row>
32651 <row>
32652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32653 \begin_inset Text
32654
32655 \begin_layout Plain Layout
32656 2
32657 \end_layout
32658
32659 \end_inset
32660 </cell>
32661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32662 \begin_inset Text
32663
32664 \begin_layout Plain Layout
32665 petit (small)
32666 \end_layout
32667
32668 \end_inset
32669 </cell>
32670 </row>
32671 <row>
32672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32673 \begin_inset Text
32674
32675 \begin_layout Plain Layout
32676 3
32677 \end_layout
32678
32679 \end_inset
32680 </cell>
32681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32682 \begin_inset Text
32683
32684 \begin_layout Plain Layout
32685 minuscule (tiny)
32686 \end_layout
32687
32688 \end_inset
32689 </cell>
32690 </row>
32691 </lyxtabular>
32692
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Standard
32699 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
32700  dans lequel on se trouve, comme avec la commande 
32701 \series bold
32702
32703 \backslash
32704 frac
32705 \series default
32706 .
32707 \end_layout
32708
32709 \begin_layout Standard
32710 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
32711 e de 0.4
32712 \begin_inset space \thinspace{}
32713 \end_inset
32714
32715 pt est utilisée.
32716 \end_layout
32717
32718 \begin_layout Standard
32719 \begin_inset VSpace medskip
32720 \end_inset
32721
32722 Par exemple les commandes 
32723 \series bold
32724
32725 \backslash
32726 dfrac
32727 \series default
32728  et 
32729 \series bold
32730
32731 \backslash
32732 tbinom
32733 \series default
32734  vues en 
32735 \begin_inset CommandInset ref
32736 LatexCommand ref
32737 reference "sub:Fractions"
32738
32739 \end_inset
32740
32741  sont définies avec les commandes 
32742 \end_layout
32743
32744 \begin_layout Standard
32745
32746 \series bold
32747
32748 \backslash
32749 newcommand{
32750 \backslash
32751 dfrac}[2]{
32752 \backslash
32753 genfrac{}{}{}{0}{#1}{#2}}
32754 \end_layout
32755
32756 \begin_layout Standard
32757 et
32758 \end_layout
32759
32760 \begin_layout Standard
32761
32762 \series bold
32763
32764 \backslash
32765 newcommand{
32766 \backslash
32767 tbinom}[2]{
32768 \backslash
32769 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32770 \end_layout
32771
32772 \begin_layout Standard
32773 \begin_inset VSpace medskip
32774 \end_inset
32775
32776 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
32777  en argument, on insère la ligne suivante dans le préambule LaTeX:
32778 \end_layout
32779
32780 \begin_layout Standard
32781
32782 \series bold
32783
32784 \backslash
32785 newcommand{
32786 \backslash
32787 fracS}[3][]{
32788 \backslash
32789 genfrac{}{}{#1}{}{#2}{#3}}
32790 \end_layout
32791
32792 \begin_layout Standard
32793 Un test:
32794 \begin_inset Formula \begin{align*}
32795 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32796 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32797
32798 \end_inset
32799
32800 Comme on peut le voir, la distance entre le numérateur et le dénominateur
32801  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
32802 \end_layout
32803
32804 \begin_layout Subsection
32805 Formules barrées
32806 \begin_inset Index
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810 Formules ! barrées
32811 \end_layout
32812
32813 \end_inset
32814
32815
32816 \end_layout
32817
32818 \begin_layout Standard
32819 Pour barrer une formule ou une portion de formule, on doit charger le paquetage
32820  LaTeX 
32821 \series bold
32822 cancel
32823 \series default
32824
32825 \begin_inset Foot
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829
32830 \series bold
32831 cancel
32832 \series default
32833  fait partie de toutes les distributions LaTeX standard.
32834 \end_layout
32835
32836 \end_inset
32837
32838
32839 \begin_inset Index
32840 status collapsed
32841
32842 \begin_layout Plain Layout
32843 Paquetages ! cancel
32844 \end_layout
32845
32846 \end_inset
32847
32848  dans le préambule LaTeX avec la ligne
32849 \end_layout
32850
32851 \begin_layout Standard
32852
32853 \series bold
32854
32855 \backslash
32856 usepackage[samesize]{cancel}
32857 \end_layout
32858
32859 \begin_layout Standard
32860 Il y a quatre façon de barrer une formule:
32861 \end_layout
32862
32863 \begin_layout Standard
32864 \align center
32865 \begin_inset Tabular
32866 <lyxtabular version="3" rows="5" columns="2">
32867 <features>
32868 <column alignment="center" valignment="top" width="0">
32869 <column alignment="center" valignment="top" width="0">
32870 <row>
32871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32872 \begin_inset Text
32873
32874 \begin_layout Plain Layout
32875 Commande
32876 \end_layout
32877
32878 \end_inset
32879 </cell>
32880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 Résultat
32885 \begin_inset Note Note
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889
32890 \series bold
32891
32892 \backslash
32893 hspace
32894 \series default
32895  et
32896 \series bold
32897  
32898 \backslash
32899 raisebox 
32900 \series default
32901 sont seulement utilisées pour faire de la place.
32902 \end_layout
32903
32904 \end_inset
32905
32906
32907 \end_layout
32908
32909 \end_inset
32910 </cell>
32911 </row>
32912 <row>
32913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32914 \begin_inset Text
32915
32916 \begin_layout Plain Layout
32917
32918 \backslash
32919 cancel{
32920 \backslash
32921 int
32922 \begin_inset ERT
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926
32927
32928 \backslash
32929 spce 
32930 \end_layout
32931
32932 \end_inset
32933
32934 A=B
32935 \end_layout
32936
32937 \end_inset
32938 </cell>
32939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
32944 \end_inset
32945
32946
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 </row>
32952 <row>
32953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32954 \begin_inset Text
32955
32956 \begin_layout Plain Layout
32957
32958 \backslash
32959 bcancel{
32960 \backslash
32961 int
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967
32968 \backslash
32969 spce 
32970 \end_layout
32971
32972 \end_inset
32973
32974 A=B
32975 \end_layout
32976
32977 \end_inset
32978 </cell>
32979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32980 \begin_inset Text
32981
32982 \begin_layout Plain Layout
32983 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 </row>
32992 <row>
32993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997
32998 \backslash
32999 xcancel{
33000 \backslash
33001 int
33002 \begin_inset ERT
33003 status collapsed
33004
33005 \begin_layout Plain Layout
33006
33007
33008 \backslash
33009 spce 
33010 \end_layout
33011
33012 \end_inset
33013
33014 A=B
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \end_inset
33030 </cell>
33031 </row>
33032 <row>
33033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33034 \begin_inset Text
33035
33036 \begin_layout Plain Layout
33037
33038 \backslash
33039 cancelto{1
33040 \begin_inset Formula $\to$
33041 \end_inset
33042
33043
33044 \backslash
33045 {
33046 \backslash
33047 int
33048 \begin_inset ERT
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052
33053
33054 \backslash
33055 spce 
33056 \end_layout
33057
33058 \end_inset
33059
33060 A=B
33061 \end_layout
33062
33063 \end_inset
33064 </cell>
33065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33066 \begin_inset Text
33067
33068 \begin_layout Plain Layout
33069 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 </row>
33078 </lyxtabular>
33079
33080 \end_inset
33081
33082
33083 \end_layout
33084
33085 \begin_layout Standard
33086
33087 \series bold
33088
33089 \backslash
33090 cancelto
33091 \series default
33092  est particulièrement utile pour visualiser des simplifications de fractions
33093  dans les formules:
33094 \begin_inset Formula \[
33095 \frac{\left(x_{0}+bB\right)^{2}}{\left(1+b^{2}\right)^{\cancelto{2}{3}}}=\frac{x_{0}^{2}+B^{2}-r_{g}^{2}}{\cancel{1+b^{2}}}\]
33096
33097 \end_inset
33098
33099
33100 \end_layout
33101
33102 \begin_layout Subsection
33103 Formules dans les entêtes de section
33104 \begin_inset CommandInset label
33105 LatexCommand label
33106 name "sub:formules-dans-les-entêtes"
33107
33108 \end_inset
33109
33110
33111 \begin_inset Index
33112 status collapsed
33113
33114 \begin_layout Plain Layout
33115 Formules ! dans les entêtes de section
33116 \end_layout
33117
33118 \end_inset
33119
33120
33121 \end_layout
33122
33123 \begin_layout Standard
33124 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
33125  en compte les points suivants:
33126 \end_layout
33127
33128 \begin_layout Standard
33129 \begin_inset Note Greyedout
33130 status open
33131
33132 \begin_layout Plain Layout
33133 Quand la gestion de 
33134 \series bold
33135 hyperref
33136 \series default
33137
33138 \begin_inset Index
33139 status collapsed
33140
33141 \begin_layout Plain Layout
33142 Paquetages ! hyperref
33143 \end_layout
33144
33145 \end_inset
33146
33147  est activée dans le dialogue paramètres du document dans la rubrique 
33148 \family sans
33149 Propriétés du PDF
33150 \family default
33151 , les signets PDF sont créés dans la table des matières pour chaque entête
33152  de section.
33153  Si l'entête de section contient une formule, elle est affichée de façon
33154  incorrecte dans le texte du signet parce que les formules dans les signets
33155  ne respectent pas certaines conventions du PDF.
33156  
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
33166  de section un titre court avec le menu 
33167 \family sans
33168 Insérer\SpecialChar \menuseparator
33169 Titre
33170 \begin_inset space ~
33171 \end_inset
33172
33173 court
33174 \family default
33175 .
33176  Les titres courts sont en général utilisés avec des entêtes de section
33177  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
33178  Seul le titre court apparaît dans la table des matières et donc dans les
33179  signets PDF.
33180 \end_layout
33181
33182 \begin_layout Standard
33183 Quand des formules doivent apparaître dans la table des matières mais que
33184  l'on utilise aussi 
33185 \series bold
33186 hyperref
33187 \series default
33188 , on peut utiliser la commande suivante en mode TeX:
33189 \end_layout
33190
33191 \begin_layout Standard
33192
33193 \series bold
33194
33195 \backslash
33196 texorpdfstring{partie à problème}{alternative}
33197 \begin_inset Index
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201 Commandes ! T ! 
33202 \backslash
33203 texorpdfstring
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \end_layout
33210
33211 \begin_layout Standard
33212 \begin_inset Quotes eld
33213 \end_inset
33214
33215 Partie à problème
33216 \begin_inset Quotes erd
33217 \end_inset
33218
33219  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
33220  Cela peut être des caractères, des formules, des notes de bas de page,
33221  mais aussi des références croisées.
33222  L'
33223 \begin_inset Quotes erd
33224 \end_inset
33225
33226 alternative
33227 \begin_inset Quotes erd
33228 \end_inset
33229
33230  est utilisée à la place de la 
33231 \begin_inset Quotes eld
33232 \end_inset
33233
33234 partie à problème
33235 \begin_inset Quotes erd
33236 \end_inset
33237
33238  pour les signets.
33239 \end_layout
33240
33241 \begin_layout Standard
33242 Voici deux exemples d'entêtes de section:
33243 \begin_inset VSpace -3mm
33244 \end_inset
33245
33246
33247 \begin_inset ERT
33248 status collapsed
33249
33250 \begin_layout Plain Layout
33251
33252
33253 \backslash
33254 boldmath 
33255 \end_layout
33256
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \begin_layout Subsubsection
33263 Entête de section sans formule dans la table des matières 
33264 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33265 \end_inset
33266
33267
33268 \begin_inset OptArg
33269 status collapsed
33270
33271 \begin_layout Plain Layout
33272 Entête sans formule dans la table des matières
33273 \end_layout
33274
33275 \end_inset
33276
33277
33278 \end_layout
33279
33280 \begin_layout Subsubsection
33281 Entête de section avec formule dans la table des matières
33282 \begin_inset ERT
33283 status collapsed
33284
33285 \begin_layout Plain Layout
33286
33287
33288 \backslash
33289 texorpdfstring{
33290 \end_layout
33291
33292 \end_inset
33293
33294  
33295 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33296 \end_inset
33297
33298
33299 \begin_inset ERT
33300 status collapsed
33301
33302 \begin_layout Plain Layout
33303
33304 }{}
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \begin_layout Standard
33313 \begin_inset ERT
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317
33318
33319 \backslash
33320 unboldmath 
33321 \end_layout
33322
33323 \end_inset
33324
33325 Dans le premier entête, on a utilisé un titre court, dans le second la commande
33326  
33327 \series bold
33328
33329 \backslash
33330 texorpdfstring
33331 \series default
33332 .
33333 \end_layout
33334
33335 \begin_layout Standard
33336 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
33337  a été placée dans un environnement  
33338 \series bold
33339 boldmath 
33340 \series default
33341
33342 \begin_inset Foot
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346 voir 
33347 \begin_inset CommandInset ref
33348 LatexCommand ref
33349 reference "sub:Formules-en-gras"
33350
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \end_inset
33357
33358 .
33359 \end_layout
33360
33361 \begin_layout Subsection
33362 Formules dans du texte multi-colonnes
33363 \begin_inset Index
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367 Formules ! dans du texte multi-colonnes
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Standard
33376 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
33377  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
33378  utiliser toute la largeur de la page.
33379  Pour faire cela, on utilise le paquetage LaTeX 
33380 \series bold
33381 multicol
33382 \series default
33383
33384 \begin_inset Foot
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388
33389 \series bold
33390 multicol
33391 \series default
33392  fait partie de toutes les installations LaTeX standard.
33393 \end_layout
33394
33395 \end_inset
33396
33397
33398 \begin_inset Index
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 Paquetages ! multicol
33403 \end_layout
33404
33405 \end_inset
33406
33407 , qui est chargé avec la ligne suivante dans le préambule LaTeX
33408 \end_layout
33409
33410 \begin_layout Standard
33411
33412 \series bold
33413
33414 \backslash
33415 usepackage{multicol}
33416 \end_layout
33417
33418 \begin_layout Standard
33419 \begin_inset Note Greyedout
33420 status open
33421
33422 \begin_layout Plain Layout
33423 Noter que dans ce cas on ne 
33424 \emph on
33425 doit pas 
33426 \emph default
33427 activer l'option 
33428 \family sans
33429 Document
33430 \begin_inset space ~
33431 \end_inset
33432
33433 sur
33434 \begin_inset space ~
33435 \end_inset
33436
33437 deux
33438 \begin_inset space ~
33439 \end_inset
33440
33441 colonnes
33442 \family default
33443  dans la rubrique 
33444 \family sans
33445 Format
33446 \begin_inset space ~
33447 \end_inset
33448
33449 du
33450 \begin_inset space ~
33451 \end_inset
33452
33453 texte 
33454 \family default
33455 du menu 
33456 \family sans
33457 Document\SpecialChar \menuseparator
33458 Paramètres
33459 \family default
33460 .
33461 \end_layout
33462
33463 \end_inset
33464
33465
33466 \end_layout
33467
33468 \begin_layout Standard
33469 Avant le texte multi-colonnes on met la commande
33470 \end_layout
33471
33472 \begin_layout Standard
33473
33474 \series bold
33475
33476 \backslash
33477 begin{multicols}{nombre de colonnes}
33478 \end_layout
33479
33480 \begin_layout Standard
33481 en mode TeX.
33482  Le nombre de colonnes est un entier entre 2 et 10.
33483  Avant la formule, le texte multi-colonnes et interrompu avec la commande
33484 \end_layout
33485
33486 \begin_layout Standard
33487
33488 \series bold
33489
33490 \backslash
33491 end{multicols}
33492 \end_layout
33493
33494 \begin_layout Standard
33495 en mode TeX.
33496 \end_layout
33497
33498 \begin_layout Standard
33499 À cause de la commande, un peu d'espace est ajouté automatiquement avant
33500  la formule.
33501  Pour le supprimer, on peut insérer avant la formule un espace vertical
33502  de -6
33503 \begin_inset space \thinspace{}
33504 \end_inset
33505
33506 mm.
33507  Quand on utilise le style de formules 
33508 \series bold
33509 Indenté
33510 \begin_inset Foot
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 voir 
33515 \begin_inset CommandInset ref
33516 LatexCommand ref
33517 reference "sec:Styles-de-formules"
33518
33519 \end_inset
33520
33521  pour les styles de formules.
33522 \end_layout
33523
33524 \end_inset
33525
33526
33527 \series default
33528 , il faut mettre un espace de -9
33529 \begin_inset space \thinspace{}
33530 \end_inset
33531
33532 mm à la place.
33533 \end_layout
33534
33535 \begin_layout Standard
33536 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
33537 \end_layout
33538
33539 \begin_layout Standard
33540
33541 \lang german
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547
33548 \backslash
33549 begin{multicols}{2}
33550 \end_layout
33551
33552 \end_inset
33553
33554 Das Spektrum wird fouriertransformiert.
33555  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33556 , Lösungsmittel) zu trennen.
33557  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33558  nun das Aussehen des Ausgangssignals.
33559  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33560  über alle Phasen integrieren muss.
33561  Sei nun 
33562 \begin_inset Formula $S$
33563 \end_inset
33564
33565  unser normiertes Ausgangssignal and 
33566 \begin_inset Formula $P$
33567 \end_inset
33568
33569  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33570 \begin_inset ERT
33571 status collapsed
33572
33573 \begin_layout Plain Layout
33574
33575
33576 \backslash
33577 end{multicols}
33578 \end_layout
33579
33580 \end_inset
33581
33582
33583 \begin_inset VSpace -6mm
33584 \end_inset
33585
33586
33587 \begin_inset Formula \begin{equation}
33588 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
33589
33590 \end_inset
33591
33592
33593 \begin_inset ERT
33594 status collapsed
33595
33596 \begin_layout Plain Layout
33597
33598
33599 \backslash
33600 begin{multicols}{2}
33601 \end_layout
33602
33603 \end_inset
33604
33605 wobei 
33606 \begin_inset Formula $S_{0}$
33607 \end_inset
33608
33609  das Signal ohne Gradient ist and the Normierungsbedingung 
33610 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33611 \end_inset
33612
33613  gilt.
33614  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33615  Direkt nach the 
33616 \begin_inset Formula $\nicefrac{\pi}{2}$
33617 \end_inset
33618
33619
33620 \begin_inset space \thinspace{}
33621 \end_inset
33622
33623 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33624  das Signal zusätzlich abschwächt.
33625  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33626  
33627 \begin_inset Formula $T_{2}$
33628 \end_inset
33629
33630 -Zeit.
33631 \end_layout
33632
33633 \begin_layout Standard
33634
33635 \lang german
33636 \begin_inset ERT
33637 status collapsed
33638
33639 \begin_layout Plain Layout
33640
33641
33642 \backslash
33643 end{multicols}
33644 \end_layout
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \begin_layout Subsection
33652 Formules avec description des variables
33653 \begin_inset Index
33654 status collapsed
33655
33656 \begin_layout Plain Layout
33657 Formules ! avec description des variables
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666 Pour décrire les variable au sein d'une formule, comme dans la formule 
33667 \begin_inset CommandInset ref
33668 LatexCommand eqref
33669 reference "eq:within"
33670
33671 \end_inset
33672
33673 , on peut utiliser une matrice
33674 \begin_inset space ~
33675 \end_inset
33676
33677 2
33678 \series bold
33679 ×
33680 \series default
33681
33682 \begin_inset Formula $n$
33683 \end_inset
33684
33685  avec une colonne alignée à gauche pour les 
33686 \begin_inset Formula $n$
33687 \end_inset
33688
33689  variables utilisées
33690 \begin_inset Foot
33691 status collapsed
33692
33693 \begin_layout Plain Layout
33694 pour les matrices, voir 
33695 \begin_inset CommandInset ref
33696 LatexCommand ref
33697 reference "sec:Matrices"
33698
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \end_inset
33705
33706 .
33707  Pour mettre la description en plus petits caractères, on peut insérer par
33708  exemple la commande 
33709 \series bold
33710
33711 \backslash
33712 footnotesize
33713 \series default
33714  avant la matrice
33715 \begin_inset Foot
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719 pour les tailles de polices, voir 
33720 \begin_inset CommandInset ref
33721 LatexCommand ref
33722 reference "sub:Tailles-polices"
33723
33724 \end_inset
33725
33726
33727 \end_layout
33728
33729 \end_inset
33730
33731 .
33732 \end_layout
33733
33734 \begin_layout Standard
33735 Quand on utilise le style de formules 
33736 \series bold
33737 Indenté
33738 \begin_inset Foot
33739 status collapsed
33740
33741 \begin_layout Plain Layout
33742 pour les styles de formules, voir 
33743 \begin_inset CommandInset ref
33744 LatexCommand ref
33745 reference "sec:Styles-de-formules"
33746
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \series default
33756 , on insère un 
33757 \series bold
33758
33759 \backslash
33760 hfill
33761 \series default
33762
33763 \begin_inset Foot
33764 status collapsed
33765
33766 \begin_layout Plain Layout
33767
33768 \series bold
33769
33770 \backslash
33771 hfill
33772 \series default
33773  marche seulement avec des formules dans le style 
33774 \series bold
33775 Indenté
33776 \series default
33777 , voir 
33778 \begin_inset CommandInset ref
33779 LatexCommand ref
33780 reference "sub:Espace-variable"
33781
33782 \end_inset
33783
33784 .
33785 \end_layout
33786
33787 \end_inset
33788
33789  avant et après la matrice pour avoir la même séparation entre la matrice
33790  et la formule et entre la matrice et la marge.
33791 \end_layout
33792
33793 \begin_layout Standard
33794 Quand on utilise le style de formules
33795 \series bold
33796  Centré
33797 \series default
33798 , on utilise la méthode décrite dans 
33799 \begin_inset CommandInset ref
33800 LatexCommand ref
33801 reference "sub:Environnement-Flalign"
33802
33803 \end_inset
33804
33805  pour indenter les formules.
33806  La formule 
33807 \begin_inset CommandInset ref
33808 LatexCommand eqref
33809 reference "eq:within"
33810
33811 \end_inset
33812
33813  consiste en cinq colonnes dont les deux premières contiennent l'équation,
33814  la troisième la matrice et la dernière une accolade TeX vide.
33815 \begin_inset Formula \begin{flalign}
33816 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33817 \rho & \textrm{density}\\
33818 V & \textrm{volume}\\
33819 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Subsection
33827 Lettres grecques minuscules droites
33828 \begin_inset CommandInset label
33829 LatexCommand label
33830 name "sub:minuscules-grecques-droites"
33831
33832 \end_inset
33833
33834
33835 \begin_inset Index
33836 status collapsed
33837
33838 \begin_layout Plain Layout
33839 Lettres grecques ! droites
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \begin_layout Standard
33848 La plupart des polices de caractères mathématiques ne fournissent que des
33849  minuscules grecques italiques.
33850  Mais pour les symboles des particules élémentaires comme les pions et le
33851  neutrinos, on a besoin de lettre grecques droites.
33852  Elles sont fournies par le fichier 
33853 \series bold
33854 upgreek.sty
33855 \series default
33856
33857 \begin_inset Foot
33858 status collapsed
33859
33860 \begin_layout Plain Layout
33861
33862 \series bold
33863 upgreek
33864 \series default
33865  fait partie du paquetage LaTeX 
33866 \series bold
33867 was
33868 \series default
33869
33870 \begin_inset Index
33871 status collapsed
33872
33873 \begin_layout Plain Layout
33874 Paquetages ! was
33875 \begin_inset ERT
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879
33880
33881 \backslash
33882 vspace{4mm}
33883 \end_layout
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \end_inset
33891
33892 .
33893 \end_layout
33894
33895 \end_inset
33896
33897
33898 \begin_inset Index
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902 Paquetages ! upgreek
33903 \end_layout
33904
33905 \end_inset
33906
33907  qui est chargé avec la ligne suivante dans le préambule LaTeX:
33908 \end_layout
33909
33910 \begin_layout Standard
33911
33912 \series bold
33913
33914 \backslash
33915 usepackage{upgreek}
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset ERT
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923
33924
33925 \backslash
33926 ifupgreek 
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \begin_inset Note Note
33933 status open
33934
33935 \begin_layout Plain Layout
33936 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33937 \series bold
33938 upgreek
33939 \series default
33940  est installé
33941 \end_layout
33942
33943 \end_inset
33944
33945  On crée ces minuscules droites en commençant la commande pour une minuscule
33946  grecque par 
33947 \series bold
33948 up
33949 \series default
33950 .
33951  Par exemple, la commande 
33952 \series bold
33953
33954 \backslash
33955 uptau
33956 \series default
33957  donne ceci: 
33958 \begin_inset Formula $\uptau$
33959 \end_inset
33960
33961
33962 \end_layout
33963
33964 \begin_layout Standard
33965 Avec ces commandes, on peut typographier des réactions entre particules
33966  élémentaires:
33967 \begin_inset Formula \[
33968 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Standard
33976 Les lettres droites sont plus grasses et plus larges que les italiques.
33977  On ne doit donc pas les utiliser pour des unités comme 
33978 \begin_inset Quotes eld
33979 \end_inset
33980
33981 µm
33982 \begin_inset Quotes erd
33983 \end_inset
33984
33985 .
33986 \end_layout
33987
33988 \begin_layout Standard
33989 \begin_inset ERT
33990 status collapsed
33991
33992 \begin_layout Plain Layout
33993
33994
33995 \backslash
33996 else 
33997 \end_layout
33998
33999 \end_inset
34000
34001
34002 \begin_inset Note Note
34003 status open
34004
34005 \begin_layout Plain Layout
34006 Ce qui suit sera affiché si la paquetage LaTeX 
34007 \series bold
34008 upgreek
34009 \series default
34010  n'est pas installé:
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \begin_layout Standard
34019 Vous avez besoin du paquetage LaTeX 
34020 \series bold
34021 upgreek
34022 \series default
34023  pour voir le reste de cette sous section dans la sortie finale.
34024 \end_layout
34025
34026 \begin_layout Standard
34027 \begin_inset ERT
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031
34032
34033 \backslash
34034 fi 
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \begin_layout Subsection
34043 Caractères texte dans les formules
34044 \begin_inset CommandInset label
34045 LatexCommand label
34046 name "sub:Caractères-texte"
34047
34048 \end_inset
34049
34050
34051 \begin_inset Index
34052 status collapsed
34053
34054 \begin_layout Plain Layout
34055 Texte ! dans les formules
34056 \end_layout
34057
34058 \end_inset
34059
34060
34061 \end_layout
34062
34063 \begin_layout Standard
34064 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
34065  directement dans des formules.
34066  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
34067  du genre 
34068 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34069 \end_inset
34070
34071 , vous devrez insérer tout le temps la commande 
34072 \series bold
34073
34074 \backslash
34075 cdot
34076 \series default
34077
34078 \begin_inset Foot
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082 voir 
34083 \begin_inset CommandInset ref
34084 LatexCommand ref
34085 reference "sub:Opérateurs-binaires"
34086
34087 \end_inset
34088
34089
34090 \end_layout
34091
34092 \end_inset
34093
34094 , puisque ce caractère est défini dans tous les encodages comme un caractère
34095  texte.
34096  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
34097 \end_layout
34098
34099 \begin_layout Standard
34100
34101 \series bold
34102
34103 \backslash
34104 Declare Inputtext{183}{
34105 \backslash
34106 ifmmode
34107 \backslash
34108 cdot
34109 \backslash
34110 else
34111 \backslash
34112 textperiodcentered
34113 \backslash
34114 f\SpecialChar \textcompwordmark{}
34115 i}
34116 \end_layout
34117
34118 \begin_layout Standard
34119 En plus du point centré, dans ce document on a défini le symbole degré °
34120  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
34121  suivante dans le préambule LaTeX:
34122 \end_layout
34123
34124 \begin_layout Standard
34125
34126 \series bold
34127
34128 \backslash
34129 DeclareInputtext{176}{
34130 \backslash
34131 ifmmode^
34132 \backslash
34133 circ
34134 \backslash
34135 else
34136 \backslash
34137 textdegree
34138 \backslash
34139 f\SpecialChar \textcompwordmark{}
34140 i}
34141 \end_layout
34142
34143 \begin_layout Standard
34144 \begin_inset Newpage newpage
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Section
34151 \start_of_appendix
34152 Conseils Typographiques
34153 \begin_inset Index
34154 status collapsed
34155
34156 \begin_layout Plain Layout
34157 Typographiques, conseils
34158 \end_layout
34159
34160 \end_inset
34161
34162
34163 \end_layout
34164
34165 \begin_layout Itemize
34166 Les symboles d'unités sont 
34167 \emph on
34168 toujours
34169 \emph default
34170  en caractères droits
34171 \begin_inset Foot
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175 obtenu avec les styles de polices, voir 
34176 \begin_inset CommandInset ref
34177 LatexCommand ref
34178 reference "sub:Styles-de-polices"
34179
34180 \end_inset
34181
34182
34183 \end_layout
34184
34185 \end_inset
34186
34187 : 30
34188 \begin_inset space \thinspace{}
34189 \end_inset
34190
34191 km/h
34192 \begin_inset Newline newline
34193 \end_inset
34194
34195 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
34196 \begin_inset CommandInset ref
34197 LatexCommand ref
34198 reference "sub:Espace-prédéfini"
34199
34200 \end_inset
34201
34202 .
34203 \begin_inset Newline newline
34204 \end_inset
34205
34206 Cette convention est automatiquement respectée quand on utilise la commande
34207  
34208 \series bold
34209
34210 \backslash
34211 unittwo.
34212  
34213 \series default
34214 Quand on l'insère dans une formule, deux boîtes apparaissent.
34215  Dans la première on met la valeur et dans la seconde l'unité et on obtient
34216  comme ci-dessus: 
34217 \begin_inset Formula $\unit[30]{km/h}$
34218 \end_inset
34219
34220
34221 \begin_inset space \thinspace{}
34222 \end_inset
34223
34224 .
34225  Notez que 
34226 \series bold
34227
34228 \backslash
34229 unittwo
34230 \series default
34231  n'est pas une vraie commande LaTeX, mais c'est la commande 
34232 \series bold
34233
34234 \backslash
34235 unit[valeur]{unité}
34236 \series default
34237 , vous ne pouvez donc pas l'insérer en code TeX.
34238 \end_layout
34239
34240 \begin_layout Itemize
34241 Les symboles pourcent et les pour mille sont présentés comme les symboles
34242  d'unités:
34243 \begin_inset Newline newline
34244 \end_inset
34245
34246 1,2
34247 \begin_inset space \thinspace{}
34248 \end_inset
34249
34250 ‰ d'alcool dans le sang
34251 \begin_inset Foot
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
34256 \end_layout
34257
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \begin_layout Itemize
34264 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
34265  est utilisé dans une unité: 15
34266 \begin_inset space \thinspace{}
34267 \end_inset
34268
34269 °C
34270 \end_layout
34271
34272 \begin_layout Itemize
34273 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
34274  tous les trois chiffres pour les grouper: 18
34275 \begin_inset space \thinspace{}
34276 \end_inset
34277
34278 473
34279 \begin_inset space \thinspace{}
34280 \end_inset
34281
34282 588
34283 \end_layout
34284
34285 \begin_layout Itemize
34286 Pour exprimer des dimensions comme par exemple 120×90×40
34287 \begin_inset space \thinspace{}
34288 \end_inset
34289
34290 cm on utilise le signe de la multiplication 
34291 \begin_inset Quotes eld
34292 \end_inset
34293
34294 ×
34295 \begin_inset Quotes erd
34296 \end_inset
34297
34298  .
34299  On peut l'obtenir avec la commande LaTeX 
34300 \series bold
34301
34302 \backslash
34303 texttimes
34304 \series default
34305 , mais il peut aussi être accessible directement sur certains claviers
34306 \begin_inset Foot
34307 status collapsed
34308
34309 \begin_layout Plain Layout
34310 Par exemple sous Windows on l'obtient avec 
34311 \family sans
34312 Alt-0215
34313 \family default
34314  (NdT).
34315 \end_layout
34316
34317 \end_inset
34318
34319 .
34320 \end_layout
34321
34322 \begin_layout Itemize
34323 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
34324  sont écrites en caractères droits pour éviter toute confusion, voir 
34325 \begin_inset CommandInset ref
34326 LatexCommand ref
34327 reference "sub:Fonctions-prédéfinies"
34328
34329 \end_inset
34330
34331 .
34332 \end_layout
34333
34334 \begin_layout Itemize
34335 Les indices composés de plusieurs caractères sont écrits en caractères droits:
34336  
34337 \begin_inset Formula $E_{\mathrm{kin}}$
34338 \end_inset
34339
34340
34341 \begin_inset Newline newline
34342 \end_inset
34343
34344 Les composants de matrices sont en italiques: 
34345 \begin_inset Formula $\hat{H}_{kl}$
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \begin_layout Itemize
34352 L'opérateur 'd' de différentiation/intégration, la constante d'Euler 'e',
34353  et la base des nombre imaginaires 'i' devraient être écrits en caractères
34354  droits pour éviter de les mélanger avec les autres variables.
34355 \end_layout
34356
34357 \begin_layout Standard
34358 \begin_inset Newpage newpage
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \begin_layout Section
34365 Synonymes
34366 \begin_inset Index
34367 status collapsed
34368
34369 \begin_layout Plain Layout
34370 Synonymes
34371 \end_layout
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Standard
34379 Certains caractères peuvent être obtenus en utilisant différentes commandes.
34380  Voici une liste de commandes synonymes:
34381 \end_layout
34382
34383 \begin_layout Standard
34384 \begin_inset VSpace bigskip
34385 \end_inset
34386
34387
34388 \begin_inset space \hfill{}
34389 \end_inset
34390
34391
34392 \begin_inset Tabular
34393 <lyxtabular version="3" rows="12" columns="2">
34394 <features>
34395 <column alignment="center" valignment="top" width="0pt">
34396 <column alignment="center" valignment="top" width="0pt">
34397 <row>
34398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34399 \begin_inset Text
34400
34401 \begin_layout Plain Layout
34402 Commande
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Plain Layout
34411 est équivalente à
34412 \begin_inset Note Note
34413 status collapsed
34414
34415 \begin_layout Plain Layout
34416
34417 \series bold
34418
34419 \backslash
34420 raisebox est seulement utilisée pour faire de la place
34421 \end_layout
34422
34423 \end_inset
34424
34425
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 </row>
34431 <row>
34432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34433 \begin_inset Text
34434
34435 \begin_layout Plain Layout
34436
34437 \backslash
34438 ast
34439 \end_layout
34440
34441 \end_inset
34442 </cell>
34443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Plain Layout
34447 \begin_inset ERT
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451
34452
34453 \backslash
34454 raisebox{-1.2mm}{
34455 \end_layout
34456
34457 \end_inset
34458
34459 *
34460 \begin_inset ERT
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464
34465 }
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \end_inset
34474 </cell>
34475 </row>
34476 <row>
34477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34478 \begin_inset Text
34479
34480 \begin_layout Plain Layout
34481
34482 \backslash
34483 choose
34484 \end_layout
34485
34486 \end_inset
34487 </cell>
34488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34489 \begin_inset Text
34490
34491 \begin_layout Plain Layout
34492
34493 \backslash
34494 binom
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 </row>
34500 <row>
34501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505
34506 \backslash
34507 geq
34508 \end_layout
34509
34510 \end_inset
34511 </cell>
34512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34513 \begin_inset Text
34514
34515 \begin_layout Plain Layout
34516
34517 \backslash
34518 ge
34519 \end_layout
34520
34521 \end_inset
34522 </cell>
34523 </row>
34524 <row>
34525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529
34530 \backslash
34531 lbrace
34532 \end_layout
34533
34534 \end_inset
34535 </cell>
34536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34537 \begin_inset Text
34538
34539 \begin_layout Plain Layout
34540 {
34541 \end_layout
34542
34543 \end_inset
34544 </cell>
34545 </row>
34546 <row>
34547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34548 \begin_inset Text
34549
34550 \begin_layout Plain Layout
34551
34552 \backslash
34553 lbracket
34554 \end_layout
34555
34556 \end_inset
34557 </cell>
34558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34559 \begin_inset Text
34560
34561 \begin_layout Plain Layout
34562 [
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 </row>
34568 <row>
34569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34570 \begin_inset Text
34571
34572 \begin_layout Plain Layout
34573
34574 \backslash
34575 leftarrow
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584
34585 \backslash
34586 gets
34587 \end_layout
34588
34589 \end_inset
34590 </cell>
34591 </row>
34592 <row>
34593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Plain Layout
34597
34598 \backslash
34599 leq
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608
34609 \backslash
34610 le
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 </row>
34616 <row>
34617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34618 \begin_inset Text
34619
34620 \begin_layout Plain Layout
34621
34622 \backslash
34623 lor
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632
34633 \backslash
34634 vee
34635 \end_layout
34636
34637 \end_inset
34638 </cell>
34639 </row>
34640 <row>
34641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Plain Layout
34645
34646 \backslash
34647 neq
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34653 \begin_inset Text
34654
34655 \begin_layout Plain Layout
34656
34657 \backslash
34658 not=
34659 \end_layout
34660
34661 \end_inset
34662 </cell>
34663 </row>
34664 <row>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669
34670 \backslash
34671 slash
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 /
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 </row>
34686 <row>
34687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691
34692 \backslash
34693 vert
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34699 \begin_inset Text
34700
34701 \begin_layout Plain Layout
34702 |
34703 \end_layout
34704
34705 \end_inset
34706 </cell>
34707 </row>
34708 </lyxtabular>
34709
34710 \end_inset
34711
34712
34713 \begin_inset space \hfill{}
34714 \end_inset
34715
34716
34717 \begin_inset Tabular
34718 <lyxtabular version="3" rows="12" columns="2">
34719 <features>
34720 <column alignment="center" valignment="top" width="0pt">
34721 <column alignment="center" valignment="top" width="0pt">
34722 <row>
34723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34724 \begin_inset Text
34725
34726 \begin_layout Plain Layout
34727 Commande
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736 est équivalente à
34737 \end_layout
34738
34739 \end_inset
34740 </cell>
34741 </row>
34742 <row>
34743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747
34748 \backslash
34749 backslash
34750 \end_layout
34751
34752 \end_inset
34753 </cell>
34754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34755 \begin_inset Text
34756
34757 \begin_layout Plain Layout
34758
34759 \backslash
34760
34761 \backslash
34762
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 </row>
34768 <row>
34769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34770 \begin_inset Text
34771
34772 \begin_layout Plain Layout
34773
34774 \backslash
34775 dasharrow
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34781 \begin_inset Text
34782
34783 \begin_layout Plain Layout
34784
34785 \backslash
34786 dashrightarrow
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 </row>
34792 <row>
34793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797
34798 \backslash
34799 land
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34805 \begin_inset Text
34806
34807 \begin_layout Plain Layout
34808
34809 \backslash
34810 wedge
34811 \end_layout
34812
34813 \end_inset
34814 </cell>
34815 </row>
34816 <row>
34817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821
34822 \backslash
34823 rbrace
34824 \end_layout
34825
34826 \end_inset
34827 </cell>
34828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34829 \begin_inset Text
34830
34831 \begin_layout Plain Layout
34832 }
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 </row>
34838 <row>
34839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843
34844 \backslash
34845 rbracket
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854 ]
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 <row>
34861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865
34866 \backslash
34867 rightarrow
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876
34877 \backslash
34878 to
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 </row>
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 lnot
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900
34901 \backslash
34902 neg
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 </row>
34908 <row>
34909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913
34914 \backslash
34915 ne
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924
34925 \backslash
34926 not=
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 <row>
34933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 owns
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34945 \begin_inset Text
34946
34947 \begin_layout Plain Layout
34948
34949 \backslash
34950 ni
34951 \end_layout
34952
34953 \end_inset
34954 </cell>
34955 </row>
34956 <row>
34957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961
34962 \backslash
34963 square
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34969 \begin_inset Text
34970
34971 \begin_layout Plain Layout
34972
34973 \backslash
34974 Box
34975 \end_layout
34976
34977 \end_inset
34978 </cell>
34979 </row>
34980 <row>
34981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985
34986 \backslash
34987 Vert
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996
34997 \backslash
34998 |
34999 \end_layout
35000
35001 \end_inset
35002 </cell>
35003 </row>
35004 </lyxtabular>
35005
35006 \end_inset
35007
35008
35009 \lang english
35010
35011 \begin_inset space \hfill{}
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \begin_layout Standard
35018
35019 \lang english
35020 \begin_inset Newpage newpage
35021 \end_inset
35022
35023
35024 \end_layout
35025
35026 \begin_layout Bibliography
35027 \begin_inset CommandInset bibitem
35028 LatexCommand bibitem
35029 key "TLC2"
35030
35031 \end_inset
35032
35033
35034 \shape smallcaps
35035 Mittelbach, F.
35036  ; Goossens, M.
35037 \shape default
35038
35039 \shape italic
35040 The LaTeX Companion
35041 \shape default
35042 .
35043  Addison Wesley, 2004
35044 \end_layout
35045
35046 \begin_layout Bibliography
35047 \begin_inset CommandInset bibitem
35048 LatexCommand bibitem
35049 key "Mathmode"
35050
35051 \end_inset
35052
35053
35054 \begin_inset CommandInset href
35055 LatexCommand href
35056 name "Description"
35057 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35058
35059 \end_inset
35060
35061  des possibilités mathématiques de LaTeX
35062 \end_layout
35063
35064 \begin_layout Bibliography
35065 \begin_inset CommandInset bibitem
35066 LatexCommand bibitem
35067 key "Voss"
35068
35069 \end_inset
35070
35071
35072 \begin_inset CommandInset href
35073 LatexCommand href
35074 name "Page"
35075 target "http://tug.org/TeXnik/"
35076
35077 \end_inset
35078
35079  de trucs et astuces LaTeX
35080 \end_layout
35081
35082 \begin_layout Bibliography
35083 \begin_inset CommandInset bibitem
35084 LatexCommand bibitem
35085 key "AMS"
35086
35087 \end_inset
35088
35089
35090 \begin_inset CommandInset href
35091 LatexCommand href
35092 name "Description"
35093 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35094
35095 \end_inset
35096
35097  de 
35098 \begin_inset ERT
35099 status collapsed
35100
35101 \begin_layout Plain Layout
35102
35103
35104 \backslash
35105 AmS
35106 \end_layout
35107
35108 \end_inset
35109
35110 -LaTeX
35111 \end_layout
35112
35113 \begin_layout Bibliography
35114 \begin_inset CommandInset bibitem
35115 LatexCommand bibitem
35116 key "Symbole"
35117
35118 \end_inset
35119
35120
35121 \begin_inset CommandInset href
35122 LatexCommand href
35123 name "Liste"
35124 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35125
35126 \end_inset
35127
35128  de tous les symboles disponibles avec les paquetages LaTeX
35129 \end_layout
35130
35131 \begin_layout Bibliography
35132 \begin_inset CommandInset bibitem
35133 LatexCommand bibitem
35134 key "hyperref"
35135
35136 \end_inset
35137
35138
35139 \begin_inset CommandInset href
35140 LatexCommand href
35141 name "Documentation"
35142 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35143
35144 \end_inset
35145
35146  paquetage LaTeX 
35147 \series bold
35148 hyperref
35149 \series default
35150
35151 \begin_inset Index
35152 status collapsed
35153
35154 \begin_layout Plain Layout
35155 Paquetages ! hyperref
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \begin_layout Bibliography
35164 \begin_inset CommandInset bibitem
35165 LatexCommand bibitem
35166 key "Mathclap"
35167
35168 \end_inset
35169
35170
35171 \begin_inset CommandInset href
35172 LatexCommand href
35173 name "Description"
35174 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35175
35176 \end_inset
35177
35178  de la commande 
35179 \series bold
35180
35181 \backslash
35182 mathclap
35183 \series default
35184 , décrite dans 
35185 \begin_inset CommandInset ref
35186 LatexCommand ref
35187 reference "sub:Limites-des-opérateurs"
35188
35189 \end_inset
35190
35191
35192 \begin_inset Index
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196 Commandes ! M ! 
35197 \backslash
35198 mathclap
35199 \end_layout
35200
35201 \end_inset
35202
35203
35204 \end_layout
35205
35206 \begin_layout Bibliography
35207 \begin_inset CommandInset bibitem
35208 LatexCommand bibitem
35209 key "Duden"
35210
35211 \end_inset
35212
35213
35214 \emph on
35215 Duden Band 1
35216 \emph default
35217 .
35218  22.
35219  Auflage, Duden 2001
35220 \end_layout
35221
35222 \begin_layout Subsubsection*
35223 \begin_inset CommandInset index_print
35224 LatexCommand printindex
35225
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \end_body
35232 \end_document