]> git.lyx.org Git - features.git/blob - lib/doc/fr/Math.lyx
Math.lyx: describe mathtool's \xarrow commands
[features.git] / lib / doc / fr / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
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 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % increase link area for cross-references and autoname them,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasfrench{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Losange}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137
138 % use normal list environments also in French documents
139 \frenchbsetup{StandardLayout}
140 \end_preamble
141 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
142 \use_default_options false
143 \maintain_unincluded_children false
144 \language french
145 \language_package default
146 \inputencoding auto
147 \fontencoding global
148 \font_roman default
149 \font_sans default
150 \font_typewriter default
151 \font_math auto
152 \font_default_family default
153 \use_non_tex_fonts false
154 \font_sc false
155 \font_osf false
156 \font_sf_scale 100
157 \font_tt_scale 100
158 \graphics default
159 \default_output_format default
160 \output_sync 0
161 \bibtex_command default
162 \index_command default
163 \paperfontsize 12
164 \spacing single
165 \use_hyperref true
166 \pdf_title "Manuel mathématique de LyX"
167 \pdf_author "L'équipe LyX, Uwe Stöhr, traducteur: Siegfried Meunier-Guttin-Cluzel"
168 \pdf_subject "Documentation sur les mathématiques avec LyX"
169 \pdf_keywords "LyX, Mathed"
170 \pdf_bookmarks true
171 \pdf_bookmarksnumbered true
172 \pdf_bookmarksopen true
173 \pdf_bookmarksopenlevel 1
174 \pdf_breaklinks false
175 \pdf_pdfborder false
176 \pdf_colorlinks true
177 \pdf_backref false
178 \pdf_pdfusetitle false
179 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
180 \papersize a4paper
181 \use_geometry false
182 \use_package amsmath 2
183 \use_package amssymb 2
184 \use_package cancel 0
185 \use_package esint 1
186 \use_package mathdots 1
187 \use_package mathtools 1
188 \use_package mhchem 1
189 \use_package stackrel 0
190 \use_package stmaryrd 0
191 \use_package undertilde 0
192 \cite_engine basic
193 \cite_engine_type default
194 \biblio_style plain
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \justification true
200 \use_refstyle 0
201 \notefontcolor #0000ff
202 \index Index
203 \shortcut idx
204 \color #008000
205 \end_index
206 \secnumdepth 4
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language french
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle plain
214 \bullet 1 0 6 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \html_math_output 0
220 \html_css_as_file 0
221 \html_be_strict false
222 \end_header
223
224 \begin_body
225
226 \begin_layout Title
227 Manuel mathématique détaillé de LyX
228 \end_layout
229
230 \begin_layout Author
231 par l'équipe LyX 
232 \begin_inset Foot
233 status collapsed
234
235 \begin_layout Plain Layout
236 \noindent
237 Si vous avez des commentaires ou des corrections d'erreurs, faites les parvenir
238  à la liste de diffusion de la documentation de LyX: 
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 auteur: Uwe Stöhr
259 \end_layout
260
261 \begin_layout Plain Layout
262 traducteur: Siegfried Meunier-Guttin-Cluzel
263 \end_layout
264
265 \begin_layout Plain Layout
266 Dernière revue : 31/10/2012 pour 2.0.5 (quelques mises à jour de Uwe -> 19/10/2012
267  + remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Inser
268 tion/Navigation) par J.P.
269  Chrétien
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \begin_inset Newline newline
280 \end_inset
281
282
283 \family sans
284 Version 2.1.x
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset CommandInset toc
289 LatexCommand tableofcontents
290
291 \end_inset
292
293
294 \end_layout
295
296 \begin_layout Standard
297 \begin_inset Note Note
298 status open
299
300 \begin_layout Plain Layout
301 Pour pouvoir exporter ce document en PDF, PS, ou DVI les paquetages LaTeX
302  
303 \series bold
304 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
305 \series default
306  et 
307 \series bold
308 was
309 \series default
310  devraient être installés.
311  Si les ne sont pas installés, vous pouvez quand même exporter votre document,
312  mais les sections où ces paquetages sont nécessaires ne seront pas visibles
313  sur la sortie finale.
314  
315 \series bold
316 mhchem
317 \series default
318  fait exception: s'il n'est pas installé, on ne peut pas exporter ce fichier.
319 \end_layout
320
321 \begin_layout Plain Layout
322 On peut trouver la dernière version de ce document ici:
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series bold
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Newpage newpage
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Section
344 Introduction
345 \end_layout
346
347 \begin_layout Standard
348 Ce document explique les fonctions mathématiques de LyX et c'est aussi une
349  collection de commandes LaTeX utilisées pour les symboles et les constructions
350  mathématiques.
351  Les explications mettent l'accent sur l'utilisation des commandes, il est
352  donc indispensable que vous ayez déjà lu la section sur les 
353 \family typewriter
354 Formules Mathématiques
355 \family default
356  du Manuel de l'Utilisateur.
357 \end_layout
358
359 \begin_layout Standard
360 La plupart des symboles et plusieurs constructions expliquées dans ce manuel
361  sont aussi accessibles par le menu
362 \family sans
363  Insertion\SpecialChar \menuseparator
364 Math
365 \family default
366 , ou par la 
367 \family sans
368 barre d'outils mathématique.
369  
370 \family default
371 Mais quand on tape beaucoup de formules, on constate vite qu'il est plus
372  rapide d'utiliser une commande plutôt que la barre d'outils.
373  C'est pourquoi ce manuel se focalise sur les commandes tout en mentionnant
374  les boutons correspondants quand il y en a de disponibles.
375 \end_layout
376
377 \begin_layout Standard
378 Sauf mention contraire les commandes ne sont disponibles qu'au sein d'une
379  formule.
380  Pour pouvoir utiliser toutes les commandes expliquées dans ce document
381  il faut utiliser l'option 
382 \family sans
383 Utiliser le paquetage math AMS
384 \family default
385  dans les paramètres du document (menu
386 \family sans
387  Document\SpecialChar \menuseparator
388 Paramètres\SpecialChar \menuseparator
389 Options mode math
390 \family default
391 )
392 \begin_inset Foot
393 status collapsed
394
395 \begin_layout Plain Layout
396 L'option 
397 \family sans
398 Utiliser automatiquement le paquetage math AMS
399 \family default
400  n'utilise les maths-
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413
414 \begin_inset space ~
415 \end_inset
416
417 que si on utilise des constructions mathématiques qui sont reconnues par
418  LyX.
419 \end_layout
420
421 \end_inset
422
423 .
424 \end_layout
425
426 \begin_layout Standard
427 Ce document ne liste pas la totalité des commandes math-
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440
441 \begin_inset space ~
442 \end_inset
443
444 pour des raisons de bon sens
445 \begin_inset Foot
446 status collapsed
447
448 \begin_layout Plain Layout
449 On trouve une liste de toutes les commandes math-
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455
456 \backslash
457 AmS 
458 \end_layout
459
460 \end_inset
461
462
463 \begin_inset space ~
464 \end_inset
465
466 dans le fichier 
467 \family sans
468
469 \begin_inset CommandInset href
470 LatexCommand href
471 name "amsguide.ps"
472 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
473
474 \end_inset
475
476
477 \family default
478 , qui est inclus dans toutes les installations LaTeX standard.
479 \end_layout
480
481 \end_inset
482
483 .
484 \end_layout
485
486 \begin_layout Section
487 Instructions générales
488 \end_layout
489
490 \begin_layout Standard
491 Pour créer une formule en ligne
492 \begin_inset Index idx
493 status collapsed
494
495 \begin_layout Plain Layout
496 Formules ! en ligne
497 \end_layout
498
499 \end_inset
500
501  c'est-à-dire qui soit incorporée à la ligne de texte, appuyez sur 
502 \family sans
503 Ctrl+M, Alt+C M, Alt+M M
504 \family default
505  ou sur le bouton 
506 \begin_inset Info
507 type  "icon"
508 arg   "math-mode"
509 \end_inset
510
511  de la barre d'outils
512 \begin_inset Newline newline
513 \end_inset
514
515 Pour créer une formule hors ligne
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Formules ! hors ligne
521 \end_layout
522
523 \end_inset
524
525  c'est-à-dire qui apparaîtra plus grosse et qui aura son propre paragraphe,
526  appuyez sur 
527 \family sans
528 Ctrl+Shift+M
529 \family default
530  ou 
531 \family sans
532 Alt+M D
533 \family default
534 .
535 \end_layout
536
537 \begin_layout Standard
538 Pour changer une formule en ligne en une formule hors ligne, placez le curseur
539  dans la formule et appuyez sur 
540 \family sans
541 Ctrl-M, Alt+C M, Alt+M M
542 \family default
543  ou utilisez 
544 \family sans
545 Édition\SpecialChar \menuseparator
546 Math\SpecialChar \menuseparator
547 Changer le type de formule
548 \family default
549 .
550  De la même façon, on peut changer une formule hors ligne en une formule
551  en ligne.
552 \end_layout
553
554 \begin_layout Standard
555 Pour afficher des parties d'une formule en ligne avec la même taille qu'une
556  formule hors ligne, entrez la commande 
557 \series bold
558
559 \backslash
560 displaystyle
561 \series default
562
563 \begin_inset Index idx
564 status collapsed
565
566 \begin_layout Plain Layout
567 Commandes ! D ! 
568 \backslash
569 displaystyle
570 \end_layout
571
572 \end_inset
573
574  dans la formule.
575  Une nouvelle boîte bleue apparaît alors dans laquelle on peut insérer les
576  parties de formules qui doivent avoir la taille hors ligne.
577 \end_layout
578
579 \begin_layout Standard
580 Seules les formules en ligne sont autorisées dans les tableaux.
581 \end_layout
582
583 \begin_layout Standard
584 La barre d'outils mathématique peut être activée avec le menu 
585 \family sans
586 Visualiser\SpecialChar \menuseparator
587 Barres d'outils
588 \family default
589 .
590  Quand vous y cliquez sur 
591 \begin_inset Quotes eld
592 \end_inset
593
594 Math
595 \begin_inset Quotes erd
596 \end_inset
597
598  la barre d'outils s'affiche de façon permanente en bas de l'interface;
599  cet état est visualisé dans le menu 
600 \family sans
601 Barres
602 \begin_inset space ~
603 \end_inset
604
605 d'outils 
606 \family default
607 par une coche.
608  Si, dans cet état, vous cliquez une nouvelle fois sur 
609 \begin_inset Quotes eld
610 \end_inset
611
612 Math
613 \begin_inset Quotes erd
614 \end_inset
615
616  la barre d'outils ne s'affichera plus que lorsque le curseur se trouvera
617  à l'intérieur d'une formule; cet état est visualisé en changeant l'entrée
618  de menu de 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Math
623 \begin_inset Quotes erd
624 \end_inset
625
626  en 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math (auto)
631 \begin_inset Quotes erd
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 Le mode TeX
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 Mode TeX
644 \end_layout
645
646 \end_inset
647
648  est activé en appuyant sur le bouton 
649 \begin_inset Info
650 type  "icon"
651 arg   "ert-insert"
652 \end_inset
653
654  de la barre d'outils ou en utilisant le menu 
655 \family sans
656 Insertion\SpecialChar \menuseparator
657 Code
658 \begin_inset space ~
659 \end_inset
660
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X
673 \family default
674  (raccourci 
675 \family sans
676 Ctrl+L
677 \family default
678 ).
679 \begin_inset Note Note
680 status collapsed
681
682 \begin_layout Plain Layout
683 Dans LyX il y a trois 
684 \begin_inset Quotes eld
685 \end_inset
686
687 nom propres
688 \begin_inset Quotes erd
689 \end_inset
690
691  qui apparaissent dans la sortie finale avec des lettres mises en indice
692  ou en exposant: TeX, LaTeX, et LyX
693 \end_layout
694
695 \begin_layout Plain Layout
696 Pour éviter que ces noms soient reconnus comme des noms propres, on insère
697  une paire d'accolades TeX .
698 \end_layout
699
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Standard
706 Pour modifier le préambule LaTeX
707 \begin_inset Index idx
708 status collapsed
709
710 \begin_layout Plain Layout
711 Préambule LaTeX
712 \end_layout
713
714 \end_inset
715
716 , on utilise le menu 
717 \family sans
718 Document\SpecialChar \menuseparator
719 Paramètres\SpecialChar \menuseparator
720 Préambule
721 \begin_inset space ~
722 \end_inset
723
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX
736 \family default
737 .
738 \end_layout
739
740 \begin_layout Standard
741 Pour éditer des matrices, des différentiations de cas et des formules multiligne
742 s après coup, on peut utiliser les menus 
743 \family sans
744 Édition\SpecialChar \menuseparator
745 Math
746 \family default
747  and 
748 \family sans
749 Édition\SpecialChar \menuseparator
750 Lignes
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 &
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 colonnes,
759 \family default
760  ou la barre d'outils 
761 \family sans
762 Tableau
763 \family default
764 .
765  Quand deux lignes ou deux colonnes sont permutées à l'aide du menu, la
766  ligne ou la colonne où se trouve le curseur est échangée avec la ligne
767  d'en dessous ou la colonne directement à droite.
768  Si le curseur se trouve dans la dernière ligne ou colonne, l'échange se
769  fera avec la ligne précédente ou la colonne directement à gauche.
770 \end_layout
771
772 \begin_layout Standard
773 Quand on veut écrire du texte dans des formules
774 \begin_inset Foot
775 status collapsed
776
777 \begin_layout Plain Layout
778 Pour les formules multilignes, on utilise la commande 
779 \series bold
780
781 \backslash
782 intertext,
783 \series default
784  voir 
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "sub:Texte-dans-multi-lignes"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \end_inset
795
796 , on doit utiliser du 
797 \emph on
798 texte mathématique
799 \emph default
800
801 \begin_inset Index idx
802 status collapsed
803
804 \begin_layout Plain Layout
805 Texte ! dans les formules
806 \end_layout
807
808 \end_inset
809
810
811 \begin_inset Index idx
812 status collapsed
813
814 \begin_layout Plain Layout
815 Mathématique, texte
816 \end_layout
817
818 \end_inset
819
820 .
821  Ce mode est invoqué à l'aide du raccourci
822 \family sans
823  Ctrl+M
824 \family default
825  ou en insérant la commande 
826 \series bold
827
828 \backslash
829 text
830 \series default
831
832 \begin_inset Index idx
833 status collapsed
834
835 \begin_layout Plain Layout
836 Commandes ! T ! 
837 \backslash
838 text
839 \end_layout
840
841 \end_inset
842
843 .
844  Dans LyX, le texte apparaît en noir et peut donc être distingué des autres
845  parties de la formule qui apparaissent en bleu.
846  Dans la sortie finale, le texte mathématique est en caractères droits,
847  contrairement aux autres éléments de formule.
848 \end_layout
849
850 \begin_layout Subsection*
851 Syntaxe des commandes
852 \end_layout
853
854 \begin_layout Standard
855 La plupart des commandes LaTeX utilisées dans les constructions mathématiques
856  suivent la syntaxe suivante:
857 \end_layout
858
859 \begin_layout Standard
860
861 \series bold
862
863 \backslash
864 nomdelacommande[argument optionnel]{argument obligatoire}
865 \end_layout
866
867 \begin_layout Standard
868 Une commande commence toujours par une barre de fraction inverse (anti-slash)
869  
870 \begin_inset Quotes gld
871 \end_inset
872
873
874 \series bold
875
876 \backslash
877
878 \series default
879
880 \begin_inset Quotes grd
881 \end_inset
882
883 .
884  Pour omettre l'argument optionnel, il faut aussi omettre les crochets qui
885  vont avec.
886  Les accolades placées autour des arguments obligatoires seront nommées
887  accolade TeX dans ce document
888 \begin_inset Index idx
889 status collapsed
890
891 \begin_layout Plain Layout
892 Accolades TeX
893 \end_layout
894
895 \end_inset
896
897 .
898  Si dans une formule, vous ajoutez à un nom de commande une accolade gauche,
899  LyX créera automatiquement une accolade droite.
900  Dans tous les autres cas les accolades TeX sont créées dans des formules
901  avec la commande 
902 \series bold
903
904 \backslash
905 {
906 \series default
907 .
908  Les accolades TeX apparaissent en rouge dans LyX, contrairement aux accolades
909  normales qui apparaissent en bleu.
910  En mode TeX, on n'a pas besoin d'une commande pour obtenir des accolades
911  TeX.
912  Les accolades TeX n'apparaissent pas dans la sortie finale.
913 \end_layout
914
915 \begin_layout Standard
916 Quand on entre en mode TeX des commandes sans argument, comme les commandes
917  pour les symboles, on doit 
918 \emph on
919 toujours
920 \emph default
921  placer une espace après la commande pour la terminer.
922  Cette espace n'apparaît pas dans la sortie finale.
923
924 \emph on
925  
926 \emph default
927 Si une espace doit apparaître dans la sortie finale, l'espace doit être
928  suivie par une espace insécable en texte normal.
929 \end_layout
930
931 \begin_layout Standard
932 On insère une espace insécable avec 
933 \family sans
934 Ctrl+Espace
935 \family default
936 .
937 \end_layout
938
939 \begin_layout Subsection*
940 Explications sur la syntaxe
941 \end_layout
942
943 \begin_layout Itemize
944 Le symbole 
945 \begin_inset space \textvisiblespace{}
946 \end_inset
947
948  indique que l'on doit mettre une espace.
949 \end_layout
950
951 \begin_layout Itemize
952 Une flèche comme celle-ci 
953 \begin_inset Formula $\to$
954 \end_inset
955
956  indique que l'on doit appuyer sur la flèche correspondante du clavier.
957  La touche
958 \family sans
959  Tab
960 \family default
961  peut être fréquemment utilisée à la place de
962 \begin_inset Formula $\to$
963 \end_inset
964
965  et 
966 \begin_inset Formula $\downarrow$
967 \end_inset
968
969 , et 
970 \family sans
971 Shift+Tab
972 \family default
973  à la place de 
974 \begin_inset Formula $\leftarrow$
975 \end_inset
976
977  et 
978 \begin_inset Formula $\uparrow$
979 \end_inset
980
981 .
982 \end_layout
983
984 \begin_layout Subsection*
985 Unités disponibles
986 \end_layout
987
988 \begin_layout Standard
989 \align center
990 \begin_inset Float table
991 placement H
992 wide false
993 sideways false
994 status open
995
996 \begin_layout Plain Layout
997 \align center
998 \begin_inset Caption Standard
999
1000 \begin_layout Plain Layout
1001 \begin_inset CommandInset label
1002 LatexCommand label
1003 name "tab:Unités-disponibles"
1004
1005 \end_inset
1006
1007 Unités disponibles
1008 \end_layout
1009
1010 \end_inset
1011
1012
1013 \end_layout
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Tabular
1018 <lyxtabular version="3" rows="13" columns="2">
1019 <features rotate="0" tabularvalignment="middle">
1020 <column alignment="center" valignment="top">
1021 <column alignment="center" valignment="top">
1022 <row>
1023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1024 \begin_inset Text
1025
1026 \begin_layout Plain Layout
1027 Unité
1028 \end_layout
1029
1030 \end_inset
1031 </cell>
1032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 Nom / Description
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 </row>
1042 <row>
1043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1044 \begin_inset Text
1045
1046 \begin_layout Plain Layout
1047 mm
1048 \end_layout
1049
1050 \end_inset
1051 </cell>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 Millimètre
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 </row>
1062 <row>
1063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 cm
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 Centimètre
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 </row>
1082 <row>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 in
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 Pouce (1
1097 \begin_inset space \thinspace{}
1098 \end_inset
1099
1100 in = 2,54
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 cm)
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 pt
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Point (72.27
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 pt = 1
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 in)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pc
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Pica (1
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pc = 12
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pt)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 sp
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 scaled point (65536
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 sp = 1
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 bp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 big point (72
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 bp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 in)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 dd
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 Didot (1
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 dd 
1241 \begin_inset Formula $\approx$
1242 \end_inset
1243
1244  0.376
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 mm)
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 </row>
1254 <row>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 cc
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268 Cicero (1
1269 \begin_inset space \thinspace{}
1270 \end_inset
1271
1272 cc = 12
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 dd)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 ex
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Hauteur de la lettre 
1297 \emph on
1298
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302 x
1303 \emph default
1304
1305 \begin_inset Quotes erd
1306 \end_inset
1307
1308  dans la police courante
1309 \end_layout
1310
1311 \end_inset
1312 </cell>
1313 </row>
1314 <row>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 em
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 Largeur de la lettre 
1329 \begin_inset Quotes eld
1330 \end_inset
1331
1332
1333 \emph on
1334 M
1335 \emph default
1336
1337 \begin_inset Quotes erd
1338 \end_inset
1339
1340  dans la police courante
1341 \end_layout
1342
1343 \end_inset
1344 </cell>
1345 </row>
1346 <row>
1347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 mu
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 unité math  (1
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 mu = 
1365 \begin_inset Formula $\nicefrac{1}{18}$
1366 \end_inset
1367
1368
1369 \begin_inset space \thinspace{}
1370 \end_inset
1371
1372 em)
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 </row>
1378 </lyxtabular>
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Standard
1391 \begin_inset Newpage newpage
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Section
1398 Fonctions de base
1399 \end_layout
1400
1401 \begin_layout Subsection
1402 Exposants
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Exposants
1408 \end_layout
1409
1410 \end_inset
1411
1412  et indices
1413 \begin_inset Index idx
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Indices
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \end_layout
1424
1425 \begin_layout Standard
1426 Les indices sont créés avec le caractère souligné 
1427 \begin_inset Quotes eld
1428 \end_inset
1429
1430 _
1431 \begin_inset Quotes erd
1432 \end_inset
1433
1434  ou avec le bouton 
1435 \begin_inset Info
1436 type  "icon"
1437 arg   "math-subscript"
1438 \end_inset
1439
1440  de la barre d'outils mathématique, les exposants avec un accent circonflexe
1441  
1442 \begin_inset Quotes eld
1443 \end_inset
1444
1445 ^
1446 \begin_inset Quotes erd
1447 \end_inset
1448
1449  ou avec le bouton 
1450 \begin_inset Info
1451 type  "icon"
1452 arg   "math-superscript"
1453 \end_inset
1454
1455 .
1456 \end_layout
1457
1458 \begin_layout Standard
1459 \align center
1460 \begin_inset Tabular
1461 <lyxtabular version="3" rows="4" columns="2">
1462 <features rotate="0" tabularvalignment="middle">
1463 <column alignment="center" valignment="top" width="0pt">
1464 <column alignment="center" valignment="top" width="0pt">
1465 <row>
1466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1467 \begin_inset Text
1468
1469 \begin_layout Plain Layout
1470 Commande
1471 \end_layout
1472
1473 \end_inset
1474 </cell>
1475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1476 \begin_inset Text
1477
1478 \begin_layout Plain Layout
1479 Résultat
1480 \begin_inset Note Note
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 \series bold
1486
1487 \backslash
1488 raisebox
1489 \series default
1490  est seulement utilisée pour faire de la place
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \end_inset
1499 </cell>
1500 </row>
1501 <row>
1502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1503 \begin_inset Text
1504
1505 \begin_layout Plain Layout
1506 B_V
1507 \end_layout
1508
1509 \end_inset
1510 </cell>
1511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1512 \begin_inset Text
1513
1514 \begin_layout Plain Layout
1515 \begin_inset Formula $B_{V}$
1516 \end_inset
1517
1518
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 </row>
1524 <row>
1525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1526 \begin_inset Text
1527
1528 \begin_layout Plain Layout
1529 B^V
1530 \end_layout
1531
1532 \end_inset
1533 </cell>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 </row>
1547 <row>
1548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 B^
1553 \begin_inset space \textvisiblespace{}
1554 \end_inset
1555
1556 A
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1566 \end_inset
1567
1568
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 </row>
1574 </lyxtabular>
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \begin_layout Standard
1582 Pour éviter que l'accent se retrouve sur la lettre qui le suit au lieu de
1583  la mettre en exposant, vous pouvez soit appuyer sur 
1584 \family sans
1585 Espace 
1586 \family default
1587 après l'accent circonflexe comme dans le dernier exemple ou utiliser l'accent
1588  qui se trouve sur la touche du 9.
1589 \end_layout
1590
1591 \begin_layout Subsection
1592 Fractions
1593 \begin_inset CommandInset label
1594 LatexCommand label
1595 name "sub:Fractions"
1596
1597 \end_inset
1598
1599
1600 \begin_inset Index idx
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 Fractions
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 Les fractions sont créées avec la commande 
1614 \series bold
1615
1616 \backslash
1617 frac
1618 \series default
1619
1620 \begin_inset Index idx
1621 status collapsed
1622
1623 \begin_layout Plain Layout
1624 Commandes ! F ! 
1625 \backslash
1626 frac
1627 \end_layout
1628
1629 \end_inset
1630
1631  ou avec le bouton 
1632 \begin_inset Info
1633 type  "icon"
1634 arg   "math-insert \\frac"
1635 \end_inset
1636
1637  de la barre d'outils mathématique.
1638  La taille de la police est ajustée automatiquement selon que l'on se trouve
1639  dans une formule en ligne ou hors ligne.
1640  Avec le bouton 
1641 \begin_inset Info
1642 type  "icon"
1643 arg   "math-insert \\frac-square"
1644 \end_inset
1645
1646  de la barre d'outils mathématique, vous pouvez choisir entre différents
1647  types de fractions.
1648 \end_layout
1649
1650 \begin_layout Standard
1651 Avec la commande 
1652 \series bold
1653
1654 \backslash
1655 dfrac
1656 \series default
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Commandes ! D ! 
1663 \backslash
1664 dfrac
1665 \end_layout
1666
1667 \end_inset
1668
1669  on peut créer une fraction qui a dans tous les cas la taille d'une fraction
1670  qui se trouverait dans une formule hors ligne.
1671  Avec 
1672 \series bold
1673
1674 \backslash
1675 tfrac
1676 \series default
1677
1678 \begin_inset Index idx
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Commandes ! T ! 
1683 \backslash
1684 tfrac
1685 \end_layout
1686
1687 \end_inset
1688
1689  la fraction aura toujours la taille d'une formule en ligne.
1690  Un exemple:
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Une ligne avec la fraction 
1695 \begin_inset Formula $\frac{1}{2}$
1696 \end_inset
1697
1698  créée avec la commande 
1699 \series bold
1700
1701 \backslash
1702 frac
1703 \series default
1704 .
1705 \end_layout
1706
1707 \begin_layout Standard
1708 Une ligne avec la fraction 
1709 \begin_inset Formula $\dfrac{1}{2}$
1710 \end_inset
1711
1712  créée avec la commande 
1713 \series bold
1714
1715 \backslash
1716 dfrac
1717 \series default
1718 .
1719 \end_layout
1720
1721 \begin_layout Standard
1722 \align center
1723 \begin_inset Tabular
1724 <lyxtabular version="3" rows="4" columns="2">
1725 <features rotate="0" tabularvalignment="middle">
1726 <column alignment="center" valignment="top" width="0pt">
1727 <column alignment="center" valignment="top" width="0pt">
1728 <row>
1729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733 Commande
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742 Résultat
1743 \begin_inset Note Note
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747
1748 \series bold
1749
1750 \backslash
1751 raisebox
1752 \series default
1753  est seulement utilisée pour faire de la place
1754 \end_layout
1755
1756 \end_inset
1757
1758
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 </row>
1764 <row>
1765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1766 \begin_inset Text
1767
1768 \begin_layout Plain Layout
1769
1770 \backslash
1771 frac
1772 \begin_inset space \textvisiblespace{}
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 space \textvisiblespace{}
1806 \end_inset
1807
1808 A
1809 \begin_inset Formula $\downarrow$
1810 \end_inset
1811
1812 B
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1822 \end_inset
1823
1824
1825 \end_layout
1826
1827 \end_inset
1828 </cell>
1829 </row>
1830 <row>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \backslash
1837 dfrac
1838 \begin_inset space \textvisiblespace{}
1839 \end_inset
1840
1841 e^
1842 \backslash
1843 frac
1844 \begin_inset space \textvisiblespace{}
1845 \end_inset
1846
1847 1
1848 \begin_inset Formula $\downarrow$
1849 \end_inset
1850
1851 2
1852 \begin_inset Formula $\downarrow\downarrow$
1853 \end_inset
1854
1855 3
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 </lyxtabular>
1874
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \begin_layout Standard
1881 \begin_inset VSpace bigskip
1882 \end_inset
1883
1884
1885 \begin_inset Newpage newpage
1886 \end_inset
1887
1888 Pour des fractions emboîtées, on peut utiliser la commande 
1889 \series bold
1890
1891 \backslash
1892 cfrac
1893 \series default
1894
1895 \begin_inset Index idx
1896 status collapsed
1897
1898 \begin_layout Plain Layout
1899 Commandes ! C ! 
1900 \backslash
1901 cfrac
1902 \end_layout
1903
1904 \end_inset
1905
1906 .
1907  Voici un exemple:
1908 \begin_inset VSpace -3mm
1909 \end_inset
1910
1911
1912 \end_layout
1913
1914 \begin_layout Standard
1915 \begin_inset Formula 
1916 \begin{align*}
1917 \textrm{créée avec \textbf{\textbackslash frac}} &  & \textrm{créée avec \textbf{\textbackslash cfrac}}\\
1918 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1919 \end{align*}
1920
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \begin_layout Standard
1927 La commande pour l'exemple précédent est:
1928 \end_layout
1929
1930 \begin_layout Standard
1931
1932 \series bold
1933
1934 \backslash
1935 cfrac
1936 \begin_inset space \textvisiblespace{}
1937 \end_inset
1938
1939 A
1940 \begin_inset Formula $\downarrow$
1941 \end_inset
1942
1943 B+
1944 \backslash
1945 cfrac
1946 \begin_inset space \textvisiblespace{}
1947 \end_inset
1948
1949 C+
1950 \backslash
1951 cfrac
1952 \begin_inset space \textvisiblespace{}
1953 \end_inset
1954
1955 E
1956 \begin_inset Formula $\downarrow$
1957 \end_inset
1958
1959 F
1960 \begin_inset Formula $\downarrow$
1961 \end_inset
1962
1963 D
1964 \end_layout
1965
1966 \begin_layout Standard
1967 \begin_inset VSpace medskip
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \begin_layout Standard
1974
1975 \series bold
1976
1977 \backslash
1978 cfrac
1979 \series default
1980  met toujours la fraction dans la taille d'une formule hors ligne, même
1981  si elle est une partie d'une autre fraction.
1982 \end_layout
1983
1984 \begin_layout Standard
1985 On peut préciser l'alignement du numérateur.
1986  On utilise la commande 
1987 \series bold
1988
1989 \backslash
1990 cfracleft
1991 \series default
1992  pour l'aligner à gauche, la commande 
1993 \series bold
1994
1995 \backslash
1996 cfracright
1997 \series default
1998  pour l'aligner à droite et 
1999 \series bold
2000
2001 \backslash
2002 cfrac
2003 \series default
2004  pour le centrer.
2005  Les fractions qui suivent illustrent les différents alignements:
2006 \end_layout
2007
2008 \begin_layout Standard
2009
2010 \series bold
2011 \begin_inset Formula 
2012 \[
2013 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2014 \]
2015
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \begin_layout Standard
2022 \begin_inset Note Greyedout
2023 status open
2024
2025 \begin_layout Plain Layout
2026
2027 \series bold
2028 Notez:
2029 \series default
2030  
2031 \series bold
2032
2033 \backslash
2034 cfracleft
2035 \series default
2036  et 
2037 \series bold
2038 cfracright
2039 \series default
2040  ne sont pas des commandes LaTeX réelle, mais représentent la commande 
2041 \series bold
2042
2043 \backslash
2044 cfrac[alignement]{numérateur}{dénominateur}
2045 \series default
2046  .
2047
2048 \series bold
2049  
2050 \series default
2051 Vous ne pouvez donc pas les utiliser en code TeX.
2052 \end_layout
2053
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \begin_layout Standard
2060 \begin_inset VSpace medskip
2061 \end_inset
2062
2063 Il est souvent intéressant de combiner 
2064 \series bold
2065
2066 \backslash
2067 cfrac
2068 \series default
2069  et 
2070 \series bold
2071
2072 \backslash
2073 frac
2074 \series default
2075 :
2076 \begin_inset Formula 
2077 \[
2078 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2079 \]
2080
2081 \end_inset
2082
2083
2084 \end_layout
2085
2086 \begin_layout Standard
2087 Pour des fractions en ligne avec une barre de fraction en diagonale, vous
2088  pouvez utiliser la commande 
2089 \series bold
2090
2091 \backslash
2092 nicefrac
2093 \begin_inset Index idx
2094 status collapsed
2095
2096 \begin_layout Plain Layout
2097 Commandes ! N ! 
2098 \backslash
2099 nicefrac
2100 \end_layout
2101
2102 \end_inset
2103
2104
2105 \series default
2106
2107 \begin_inset Formula $\nicefrac{5}{31}$
2108 \end_inset
2109
2110  ou 
2111 \series bold
2112
2113 \backslash
2114 unitfrac
2115 \series default
2116
2117 \begin_inset Index idx
2118 status collapsed
2119
2120 \begin_layout Plain Layout
2121 Commandes ! U ! 
2122 \backslash
2123 unitfrac
2124 \end_layout
2125
2126 \end_inset
2127
2128
2129 \begin_inset Formula $\unitfrac{5}{31}$
2130 \end_inset
2131
2132 .
2133  Il y a aussi la commande 
2134 \series bold
2135
2136 \backslash
2137 unitfracthree
2138 \series default
2139  qui permet d'écrire une fraction en combinaison avec un nombre: 
2140 \begin_inset Formula $\unitfrac[2]{1}{3}$
2141 \end_inset
2142
2143
2144 \end_layout
2145
2146 \begin_layout Standard
2147 \begin_inset Note Greyedout
2148 status open
2149
2150 \begin_layout Plain Layout
2151
2152 \series bold
2153 Notez:
2154 \series default
2155  
2156 \series bold
2157
2158 \backslash
2159 unitfracthree
2160 \series default
2161  n'est pas une commande LaTeX réelle, mais c'est la commande 
2162 \series bold
2163
2164 \backslash
2165 unitfrac[nombre]{numérateur}{dénominateur}
2166 \series default
2167  .
2168
2169 \series bold
2170  
2171 \series default
2172 Vous ne pouvez donc pas l'utiliser en code TeX.
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \end_layout
2179
2180 \begin_layout Standard
2181 Dans 
2182 \begin_inset CommandInset ref
2183 LatexCommand ref
2184 reference "sub:Fractions-personnalisées"
2185
2186 \end_inset
2187
2188  on explique comment définir des fractions personnalisées en modifiant les
2189  barres de fractions.
2190 \end_layout
2191
2192 \begin_layout Standard
2193
2194 \lang english
2195 Multiline fractions are explained in
2196 \lang french
2197  
2198 \begin_inset CommandInset ref
2199 LatexCommand ref
2200 reference "sub:Fractions-multilignes"
2201
2202 \end_inset
2203
2204 .
2205 \end_layout
2206
2207 \begin_layout Subsection
2208 Racines
2209 \begin_inset Index idx
2210 status collapsed
2211
2212 \begin_layout Plain Layout
2213 Racines
2214 \end_layout
2215
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 On obtient les racines carrées avec la commande 
2223 \series bold
2224
2225 \backslash
2226 sqrt
2227 \series default
2228
2229 \begin_inset Index idx
2230 status collapsed
2231
2232 \begin_layout Plain Layout
2233 Commandes ! S ! 
2234 \backslash
2235 sqrt
2236 \end_layout
2237
2238 \end_inset
2239
2240  ou avec le bouton 
2241 \begin_inset Info
2242 type  "icon"
2243 arg   "math-insert \\sqrt"
2244 \end_inset
2245
2246  de la barre d'outils mathématique, et toutes les autres racines avec la
2247  commande 
2248 \series bold
2249
2250 \backslash
2251 root
2252 \series default
2253
2254 \begin_inset Index idx
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258 Commandes ! R ! 
2259 \backslash
2260 root
2261 \end_layout
2262
2263 \end_inset
2264
2265  ou avec le bouton 
2266 \begin_inset Info
2267 type  "icon"
2268 arg   "math-insert \\root"
2269 \end_inset
2270
2271 .
2272 \end_layout
2273
2274 \begin_layout Standard
2275 \align center
2276 \begin_inset Tabular
2277 <lyxtabular version="3" rows="3" columns="2">
2278 <features rotate="0" tabularvalignment="middle">
2279 <column alignment="center" valignment="top" width="0pt">
2280 <column alignment="center" valignment="top" width="0pt">
2281 <row>
2282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2283 \begin_inset Text
2284
2285 \begin_layout Plain Layout
2286 Commande
2287 \end_layout
2288
2289 \end_inset
2290 </cell>
2291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2292 \begin_inset Text
2293
2294 \begin_layout Plain Layout
2295 Résultat
2296 \begin_inset Note Note
2297 status collapsed
2298
2299 \begin_layout Plain Layout
2300
2301 \series bold
2302
2303 \backslash
2304 raisebox
2305 \series default
2306  est seulement utilisée pour faire de la place
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \end_inset
2315 </cell>
2316 </row>
2317 <row>
2318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2319 \begin_inset Text
2320
2321 \begin_layout Plain Layout
2322
2323 \backslash
2324 sqrt
2325 \begin_inset space \textvisiblespace{}
2326 \end_inset
2327
2328 A-B
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2338 \end_inset
2339
2340
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 </row>
2346 <row>
2347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Plain Layout
2351
2352 \backslash
2353 root
2354 \begin_inset space \textvisiblespace{}
2355 \end_inset
2356
2357 3
2358 \begin_inset Formula $\downarrow$
2359 \end_inset
2360
2361 A-B
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2367 \begin_inset Text
2368
2369 \begin_layout Plain Layout
2370 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2371 \end_inset
2372
2373
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 </row>
2379 </lyxtabular>
2380
2381 \end_inset
2382
2383
2384 \end_layout
2385
2386 \begin_layout Standard
2387 On peut aussi obtenir une racine carrée avec 
2388 \series bold
2389
2390 \backslash
2391 root
2392 \series default
2393  en laissant le champ réservé au degré de la racine vide.
2394 \end_layout
2395
2396 \begin_layout Standard
2397 Dans certains cas, la distance entre le degré et la racine est trop petite
2398  comme dans cette formule: 
2399 \begin_inset Formula $\sqrt[\beta]{B}$
2400 \end_inset
2401
2402
2403 \begin_inset Newline newline
2404 \end_inset
2405
2406 Le 
2407 \begin_inset Formula $\beta$
2408 \end_inset
2409
2410  touche la racine, ce qui peut être évité en utilisant les commandes 
2411 \series bold
2412
2413 \backslash
2414 leftroot
2415 \series default
2416
2417 \begin_inset Index idx
2418 status collapsed
2419
2420 \begin_layout Plain Layout
2421 Commandes ! L ! 
2422 \backslash
2423 leftroot
2424 \end_layout
2425
2426 \end_inset
2427
2428  et 
2429 \series bold
2430
2431 \backslash
2432 uproot
2433 \series default
2434
2435 \begin_inset Index idx
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439 Commandes ! U ! 
2440 \backslash
2441 uproot
2442 \end_layout
2443
2444 \end_inset
2445
2446  avec la syntaxe suivante:
2447 \end_layout
2448
2449 \begin_layout Standard
2450
2451 \series bold
2452
2453 \backslash
2454 leftroot{distance}
2455 \series default
2456  et 
2457 \series bold
2458
2459 \backslash
2460 uproot{distance}
2461 \end_layout
2462
2463 \begin_layout Standard
2464 Distance est le nombre de Big Points (unité bp; 
2465 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2466 \end_inset
2467
2468 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2469  le haut.
2470  Les commandes doivent être placées dans la case du degré.
2471  Par exemple, la commande
2472 \begin_inset Newline newline
2473 \end_inset
2474
2475
2476 \series bold
2477
2478 \backslash
2479 root
2480 \backslash
2481 leftroot{-1
2482 \begin_inset Formula $\to$
2483 \end_inset
2484
2485
2486 \backslash
2487 uproot{2
2488 \begin_inset Formula $\to$
2489 \end_inset
2490
2491
2492 \backslash
2493 beta
2494 \begin_inset space \textvisiblespace{}
2495 \end_inset
2496
2497
2498 \begin_inset Formula $\to$
2499 \end_inset
2500
2501 B
2502 \begin_inset Newline newline
2503 \end_inset
2504
2505
2506 \series default
2507 produit une formule correctement mise en forme: 
2508 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Subsection
2515 Coefficients binomiaux 
2516 \begin_inset Index idx
2517 status collapsed
2518
2519 \begin_layout Plain Layout
2520 Binomiaux, coefficients
2521 \end_layout
2522
2523 \end_inset
2524
2525
2526 \end_layout
2527
2528 \begin_layout Standard
2529 Les coefficients binomiaux sont insérés avec la commande 
2530 \series bold
2531
2532 \backslash
2533 binom
2534 \series default
2535
2536 \begin_inset Index idx
2537 status collapsed
2538
2539 \begin_layout Plain Layout
2540 Commandes ! B ! 
2541 \backslash
2542 binom
2543 \end_layout
2544
2545 \end_inset
2546
2547  ou avec le bouton 
2548 \begin_inset Info
2549 type  "icon"
2550 arg   "math-insert \\frac-square"
2551 \end_inset
2552
2553  de la barre d'outils mathématique.
2554  Comme pour les fraction (
2555 \series bold
2556
2557 \backslash
2558 frac
2559 \series default
2560 ) il y a avec 
2561 \series bold
2562
2563 \backslash
2564 binom
2565 \series default
2566  les commandes 
2567 \series bold
2568
2569 \backslash
2570 dbinom
2571 \series default
2572
2573 \begin_inset Index idx
2574 status collapsed
2575
2576 \begin_layout Plain Layout
2577 Commandes ! D ! 
2578 \backslash
2579 dbinom
2580 \end_layout
2581
2582 \end_inset
2583
2584  et 
2585 \series bold
2586
2587 \backslash
2588 tbinom
2589 \series default
2590
2591 \begin_inset Index idx
2592 status collapsed
2593
2594 \begin_layout Plain Layout
2595 Commandes ! T ! 
2596 \backslash
2597 tbinom
2598 \end_layout
2599
2600 \end_inset
2601
2602 .
2603  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2604  il y a les commandes 
2605 \series bold
2606
2607 \backslash
2608 brace
2609 \series default
2610
2611 \begin_inset Index idx
2612 status collapsed
2613
2614 \begin_layout Plain Layout
2615 Commandes ! B ! 
2616 \backslash
2617 brace
2618 \end_layout
2619
2620 \end_inset
2621
2622  et 
2623 \series bold
2624
2625 \backslash
2626 brack
2627 \series default
2628
2629 \begin_inset Index idx
2630 status collapsed
2631
2632 \begin_layout Plain Layout
2633 Commandes ! B ! 
2634 \backslash
2635 brack
2636 \end_layout
2637
2638 \end_inset
2639
2640 .
2641 \end_layout
2642
2643 \begin_layout Standard
2644 \align center
2645 \begin_inset Tabular
2646 <lyxtabular version="3" rows="6" columns="2">
2647 <features rotate="0" tabularvalignment="middle">
2648 <column alignment="center" valignment="top" width="0pt">
2649 <column alignment="center" valignment="top" width="0pt">
2650 <row>
2651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2652 \begin_inset Text
2653
2654 \begin_layout Plain Layout
2655 Commande
2656 \end_layout
2657
2658 \end_inset
2659 </cell>
2660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2661 \begin_inset Text
2662
2663 \begin_layout Plain Layout
2664 Résultat
2665 \begin_inset Note Note
2666 status collapsed
2667
2668 \begin_layout Plain Layout
2669
2670 \series bold
2671
2672 \backslash
2673 raisebox
2674 \series default
2675  est seulement utilisée pour faire de la place
2676 \end_layout
2677
2678 \end_inset
2679
2680
2681 \end_layout
2682
2683 \end_inset
2684 </cell>
2685 </row>
2686 <row>
2687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Plain Layout
2691
2692 \backslash
2693 binom
2694 \begin_inset space \textvisiblespace{}
2695 \end_inset
2696
2697 A
2698 \begin_inset Formula $\downarrow$
2699 \end_inset
2700
2701 B
2702 \end_layout
2703
2704 \end_inset
2705 </cell>
2706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2707 \begin_inset Text
2708
2709 \begin_layout Plain Layout
2710 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2711 \end_inset
2712
2713
2714 \end_layout
2715
2716 \end_inset
2717 </cell>
2718 </row>
2719 <row>
2720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2721 \begin_inset Text
2722
2723 \begin_layout Plain Layout
2724
2725 \backslash
2726 dbinom
2727 \begin_inset space \textvisiblespace{}
2728 \end_inset
2729
2730 A
2731 \begin_inset Formula $\downarrow$
2732 \end_inset
2733
2734 B
2735 \end_layout
2736
2737 \end_inset
2738 </cell>
2739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 </row>
2752 <row>
2753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Plain Layout
2757
2758 \backslash
2759 tbinom
2760 \begin_inset space \textvisiblespace{}
2761 \end_inset
2762
2763 A
2764 \begin_inset Formula $\downarrow$
2765 \end_inset
2766
2767 B
2768 \end_layout
2769
2770 \end_inset
2771 </cell>
2772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2773 \begin_inset Text
2774
2775 \begin_layout Plain Layout
2776 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2777 \end_inset
2778
2779
2780 \end_layout
2781
2782 \end_inset
2783 </cell>
2784 </row>
2785 <row>
2786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790
2791 \backslash
2792 brack
2793 \begin_inset space \textvisiblespace{}
2794 \end_inset
2795
2796 A
2797 \begin_inset Formula $\downarrow$
2798 \end_inset
2799
2800 B
2801 \end_layout
2802
2803 \end_inset
2804 </cell>
2805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2806 \begin_inset Text
2807
2808 \begin_layout Plain Layout
2809 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 </row>
2818 <row>
2819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823
2824 \backslash
2825 brace
2826 \begin_inset space \textvisiblespace{}
2827 \end_inset
2828
2829 A
2830 \begin_inset Formula $\downarrow$
2831 \end_inset
2832
2833 B
2834 \end_layout
2835
2836 \end_inset
2837 </cell>
2838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2839 \begin_inset Text
2840
2841 \begin_layout Plain Layout
2842 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2843 \end_inset
2844
2845
2846 \end_layout
2847
2848 \end_inset
2849 </cell>
2850 </row>
2851 </lyxtabular>
2852
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \begin_layout Subsection
2859 Différentiation de cas 
2860 \begin_inset Index idx
2861 status collapsed
2862
2863 \begin_layout Plain Layout
2864 Différentiation de cas 
2865 \end_layout
2866
2867 \end_inset
2868
2869
2870 \end_layout
2871
2872 \begin_layout Standard
2873 \align center
2874 \begin_inset Tabular
2875 <lyxtabular version="3" rows="3" columns="2">
2876 <features rotate="0" tabularvalignment="middle">
2877 <column alignment="center" valignment="top" width="0pt">
2878 <column alignment="center" valignment="top" width="0pt">
2879 <row>
2880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2881 \begin_inset Text
2882
2883 \begin_layout Plain Layout
2884 Commande
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893 Résultat
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row>
2900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \backslash
2906 cases
2907 \begin_inset space \textvisiblespace{}
2908 \end_inset
2909
2910 A
2911 \begin_inset Formula $\to$
2912 \end_inset
2913
2914 B>0
2915 \begin_inset Index idx
2916 status collapsed
2917
2918 \begin_layout Plain Layout
2919 Commandes ! C ! 
2920 \backslash
2921 cases
2922 \end_layout
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 \begin_inset Formula $\begin{cases}
2936 A & B>0\end{cases}$
2937 \end_inset
2938
2939
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 </row>
2945 <row>
2946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \backslash
2952 cases
2953 \begin_inset space \textvisiblespace{}
2954 \end_inset
2955
2956
2957 \family sans
2958 Ctrl-Entrée
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967 \begin_inset Formula $\begin{cases}
2968 A & \textrm{pour }\hat{x}>0\\
2969 B & \textrm{pour }\hat{x}=0
2970 \end{cases}$
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 </lyxtabular>
2980
2981 \end_inset
2982
2983
2984 \end_layout
2985
2986 \begin_layout Standard
2987 Après avoir inséré 
2988 \series bold
2989
2990 \backslash
2991 cases
2992 \series default
2993  ou avoir utilisé le bouton 
2994 \begin_inset Info
2995 type  "icon"
2996 arg   "math-insert \\cases"
2997 \end_inset
2998
2999  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
3000  avec le raccourci 
3001 \family sans
3002 Ctrl+Entrée
3003 \family default
3004  ou avec le bouton 
3005 \begin_inset Info
3006 type  "icon"
3007 arg   "inset-modify tabular append-row"
3008 \end_inset
3009
3010 .
3011 \begin_inset Foot
3012 status collapsed
3013
3014 \begin_layout Plain Layout
3015 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3016  sont expliqués dans 
3017 \begin_inset CommandInset ref
3018 LatexCommand ref
3019 reference "sub:Accents-sur-un-caractère"
3020
3021 \end_inset
3022
3023 .
3024 \end_layout
3025
3026 \end_inset
3027
3028
3029 \end_layout
3030
3031 \begin_layout Standard
3032 La commande 
3033 \series bold
3034
3035 \backslash
3036 cases
3037 \series default
3038  est aussi accessible par le menu 
3039 \family sans
3040 Insertion\SpecialChar \menuseparator
3041 Math\SpecialChar \menuseparator
3042 Environnement
3043 \begin_inset space ~
3044 \end_inset
3045
3046 Cas
3047 \family default
3048 .
3049 \end_layout
3050
3051 \begin_layout Subsection
3052 Négations
3053 \begin_inset Index idx
3054 status collapsed
3055
3056 \begin_layout Plain Layout
3057 Negations@Négations
3058 \end_layout
3059
3060 \end_inset
3061
3062
3063 \end_layout
3064
3065 \begin_layout Standard
3066 En insérant la commande 
3067 \series bold
3068
3069 \backslash
3070 not
3071 \series default
3072
3073 \begin_inset Index idx
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 Commandes ! N ! 
3078 \backslash
3079 not
3080 \end_layout
3081
3082 \end_inset
3083
3084  chaque caractère peut être affiché barré.
3085  Les caractères sont en quelque sorte accentués par une barre de fraction.
3086 \end_layout
3087
3088 \begin_layout Standard
3089 \align center
3090 \begin_inset Tabular
3091 <lyxtabular version="3" rows="4" columns="2">
3092 <features rotate="0" tabularvalignment="middle">
3093 <column alignment="center" valignment="top" width="0pt">
3094 <column alignment="center" valignment="top" width="0pt">
3095 <row>
3096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100 Commande
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 Résultat
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 </row>
3115 <row>
3116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120
3121 \backslash
3122 not=
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131 \begin_inset Formula $\not=$
3132 \end_inset
3133
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row>
3141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \backslash
3147 not 
3148 \backslash
3149 le
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 \begin_inset Formula $\not\le$
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \backslash
3174 not 
3175 \backslash
3176 parallel
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185 \begin_inset Formula $\not\parallel$
3186 \end_inset
3187
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 </row>
3194 </lyxtabular>
3195
3196 \end_inset
3197
3198
3199 \end_layout
3200
3201 \begin_layout Standard
3202 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3203  bel aspect.
3204  C'est pourquoi il existe des commandes spéciales pour certaines négations
3205  (voir 
3206 \begin_inset CommandInset ref
3207 LatexCommand ref
3208 reference "sub:Symboles-mathématiques"
3209
3210 \end_inset
3211
3212  et 
3213 \begin_inset CommandInset ref
3214 LatexCommand ref
3215 reference "sec:Relations"
3216
3217 \end_inset
3218
3219 ).
3220 \end_layout
3221
3222 \begin_layout Subsection
3223 Garnitures
3224 \begin_inset CommandInset label
3225 LatexCommand label
3226 name "sub:Garnitures"
3227
3228 \end_inset
3229
3230
3231 \begin_inset Index idx
3232 status collapsed
3233
3234 \begin_layout Plain Layout
3235 Garnitures
3236 \end_layout
3237
3238 \end_inset
3239
3240
3241 \begin_inset Index idx
3242 status collapsed
3243
3244 \begin_layout Plain Layout
3245 Symboles chimiques ! Isotopes
3246 \end_layout
3247
3248 \end_inset
3249
3250
3251 \begin_inset Index idx
3252 status collapsed
3253
3254 \begin_layout Plain Layout
3255 Isotopes|see
3256 \begin_inset ERT
3257 status collapsed
3258
3259 \begin_layout Plain Layout
3260
3261 {
3262 \end_layout
3263
3264 \end_inset
3265
3266 Symboles chimiques
3267 \begin_inset ERT
3268 status collapsed
3269
3270 \begin_layout Plain Layout
3271
3272 }
3273 \end_layout
3274
3275 \end_inset
3276
3277
3278 \end_layout
3279
3280 \end_inset
3281
3282
3283 \end_layout
3284
3285 \begin_layout Standard
3286 Quand on affiche par exemple des isotopes
3287 \begin_inset Foot
3288 status collapsed
3289
3290 \begin_layout Plain Layout
3291 Plus d'information sur les symboles chimiques dans 
3292 \begin_inset CommandInset ref
3293 LatexCommand ref
3294 reference "sub:Symboles-chimiques"
3295
3296 \end_inset
3297
3298 .
3299 \end_layout
3300
3301 \end_inset
3302
3303 , on rencontre le problème suivant:
3304 \end_layout
3305
3306 \begin_layout Standard
3307 \align center
3308 \begin_inset Tabular
3309 <lyxtabular version="3" rows="2" columns="2">
3310 <features rotate="0" tabularvalignment="middle">
3311 <column alignment="center" valignment="top" width="0pt">
3312 <column alignment="center" valignment="top" width="0pt">
3313 <row>
3314 <cell alignment="center" valignment="top" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 Indices avec les indices et exposants:
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3328 \end_inset
3329
3330
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 Indices corrects:
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3351 \end_inset
3352
3353
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 </lyxtabular>
3360
3361 \end_inset
3362
3363
3364 \begin_inset Note Note
3365 status collapsed
3366
3367 \begin_layout Plain Layout
3368
3369 \series bold
3370
3371 \backslash
3372 raisebox
3373 \series default
3374  est là pour faire de la place
3375 \end_layout
3376
3377 \end_inset
3378
3379
3380 \end_layout
3381
3382 \begin_layout Standard
3383 L'indice le plus petit est placé implicitement au dessus ou en dessous du
3384  premier caractère le l'indice le plus long.
3385  Pour éviter ce problème il y a la commande 
3386 \series bold
3387
3388 \backslash
3389 phantom
3390 \series default
3391
3392 \begin_inset Index idx
3393 status collapsed
3394
3395 \begin_layout Plain Layout
3396 Commandes ! P ! 
3397 \backslash
3398 phantom
3399 \end_layout
3400
3401 \end_inset
3402
3403  ou le bouton
3404 \begin_inset space \thinspace{}
3405 \end_inset
3406
3407
3408 \begin_inset Foot
3409 status open
3410
3411 \begin_layout Plain Layout
3412
3413 \lang english
3414 can be found in the submenu of the toolbar button
3415 \lang french
3416  
3417 \begin_inset Info
3418 type  "icon"
3419 arg   "math-insert \\space"
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \end_inset
3426
3427  
3428 \begin_inset Graphics
3429         filename ../../images/math/phantom.png
3430         scale 85
3431
3432 \end_inset
3433
3434  qui crée un ou plusieurs caractères fantômes.
3435  Quand on insère la commande 
3436 \series bold
3437
3438 \backslash
3439 phantom
3440 \series default
3441  une petite boîte avec deux flèches rouges apparaît.
3442  Les flèches indiquent que la garniture
3443 \begin_inset Foot
3444 status collapsed
3445
3446 \begin_layout Plain Layout
3447 Traduction de placeholder, c'est un terme de typographie (NdT).
3448 \end_layout
3449
3450 \end_inset
3451
3452  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3453  De la même façon, les caractères fantômes sont des garnitures qui ont la
3454  taille du caractère concerné.
3455 \end_layout
3456
3457 \begin_layout Standard
3458 \align center
3459 \begin_inset Tabular
3460 <lyxtabular version="3" rows="4" columns="2">
3461 <features rotate="0" tabularvalignment="middle">
3462 <column alignment="center" valignment="top">
3463 <column alignment="center" valignment="top">
3464 <row>
3465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 Commande
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 Résultat
3479 \begin_inset Note Note
3480 status collapsed
3481
3482 \begin_layout Plain Layout
3483
3484 \series bold
3485
3486 \backslash
3487 raisebox
3488 \series default
3489  est seulement utilisée pour faire de la place
3490 \end_layout
3491
3492 \end_inset
3493
3494
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 </row>
3500 <row>
3501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 ^19
3506 \begin_inset space \textvisiblespace{}
3507 \end_inset
3508
3509 _
3510 \backslash
3511 phantom
3512 \begin_inset space \textvisiblespace{}
3513 \end_inset
3514
3515 1
3516 \begin_inset Formula $\to$
3517 \end_inset
3518
3519 9
3520 \begin_inset space \textvisiblespace{}
3521 \end_inset
3522
3523 F
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3533 \end_inset
3534
3535
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 ^235
3547 \begin_inset space \textvisiblespace{}
3548 \end_inset
3549
3550 _
3551 \backslash
3552 phantom
3553 \begin_inset space \textvisiblespace{}
3554 \end_inset
3555
3556 23
3557 \begin_inset Formula $\to$
3558 \end_inset
3559
3560 9
3561 \begin_inset space \textvisiblespace{}
3562 \end_inset
3563
3564 F
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3574 \end_inset
3575
3576
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \backslash
3589 Lambda^
3590 \begin_inset space \textvisiblespace{}
3591 \end_inset
3592
3593
3594 \backslash
3595 phantom
3596 \begin_inset space \textvisiblespace{}
3597 \end_inset
3598
3599 ii
3600 \begin_inset Formula $\to$
3601 \end_inset
3602
3603 t
3604 \begin_inset space \textvisiblespace{}
3605 \end_inset
3606
3607 _MMt
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3617 \end_inset
3618
3619
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 </row>
3625 </lyxtabular>
3626
3627 \end_inset
3628
3629
3630 \end_layout
3631
3632 \begin_layout Standard
3633 En plus, il y a les commandes 
3634 \series bold
3635
3636 \backslash
3637 vphantom
3638 \series default
3639
3640 \begin_inset Index idx
3641 status collapsed
3642
3643 \begin_layout Plain Layout
3644 Commandes ! V ! 
3645 \backslash
3646 vphantom
3647 \end_layout
3648
3649 \end_inset
3650
3651  (bouton
3652 \begin_inset space ~
3653 \end_inset
3654
3655
3656 \begin_inset Graphics
3657         filename ../../images/math/vphantom.png
3658         scale 85
3659
3660 \end_inset
3661
3662  de la barre d'outils) et 
3663 \series bold
3664
3665 \backslash
3666 hphantom
3667 \series default
3668
3669 \begin_inset Index idx
3670 status collapsed
3671
3672 \begin_layout Plain Layout
3673 Commandes ! H ! 
3674 \backslash
3675 hphantom
3676 \end_layout
3677
3678 \end_inset
3679
3680  (bouton
3681 \begin_inset space ~
3682 \end_inset
3683
3684
3685 \begin_inset Graphics
3686         filename ../../images/math/hphantom.png
3687         scale 85
3688
3689 \end_inset
3690
3691 ).
3692  
3693 \series bold
3694
3695 \backslash
3696 hphantom
3697 \series default
3698  crée seulement de l'espace pour la hauteur maximale des caractères de la
3699  boîte, mais pas pour leur largeur.
3700  
3701 \series bold
3702
3703 \backslash
3704 vphantom
3705 \series default
3706  crée de l'espace seulement pour la largeur du contenu de la boîte.
3707  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3708  commandes n'ont qu'une seule flèche rouge.
3709 \end_layout
3710
3711 \begin_layout Standard
3712 Par exemple 
3713 \series bold
3714
3715 \backslash
3716 vphantom
3717 \series default
3718
3719 \begin_inset space \textvisiblespace{}
3720 \end_inset
3721
3722
3723 \series bold
3724 a
3725 \backslash
3726 int
3727 \series default
3728  crée de l'espace pour la hauteur du signe intégral
3729 \begin_inset Foot
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733 La commande 
3734 \series bold
3735
3736 \backslash
3737 int
3738 \series default
3739  insère le signe de l'intégrale, voir 
3740 \begin_inset CommandInset ref
3741 LatexCommand ref
3742 reference "sub:Grands-opérateurs"
3743
3744 \end_inset
3745
3746 .
3747 \end_layout
3748
3749 \end_inset
3750
3751 , vu que c'est le plus haut caractère.
3752  Voir un exemple d'application dans 
3753 \begin_inset CommandInset ref
3754 LatexCommand ref
3755 reference "sub:Crochets-multilignes"
3756
3757 \end_inset
3758
3759 .
3760 \end_layout
3761
3762 \begin_layout Standard
3763 Les réserves peuvent aussi être utilisées avec du texte en les insérant
3764  via le menu 
3765 \family sans
3766 Insertion\SpecialChar \menuseparator
3767 Typographie
3768 \begin_inset space ~
3769 \end_inset
3770
3771 spéciale\SpecialChar \menuseparator
3772 Fantôme
3773 \family default
3774 .
3775 \end_layout
3776
3777 \begin_layout Standard
3778 Ceci est une phrase.
3779 \begin_inset Newline newline
3780 \end_inset
3781
3782
3783 \begin_inset Phantom Phantom
3784 status open
3785
3786 \begin_layout Plain Layout
3787 Ceci
3788 \end_layout
3789
3790 \end_inset
3791
3792  est aussi une phrase.
3793 \end_layout
3794
3795 \begin_layout Subsection
3796 Lignes
3797 \begin_inset Index idx
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801 Lignes
3802 \end_layout
3803
3804 \end_inset
3805
3806
3807 \begin_inset Index idx
3808 status collapsed
3809
3810 \begin_layout Plain Layout
3811 Formules ! soulignées
3812 \end_layout
3813
3814 \end_inset
3815
3816
3817 \end_layout
3818
3819 \begin_layout Standard
3820 \align center
3821 \begin_inset Tabular
3822 <lyxtabular version="3" rows="4" columns="2">
3823 <features rotate="0" tabularvalignment="middle">
3824 <column alignment="center" valignment="top" width="0pt">
3825 <column alignment="center" valignment="top" width="0pt">
3826 <row>
3827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Commande
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 Résultat
3841 \begin_inset Note Note
3842 status collapsed
3843
3844 \begin_layout Plain Layout
3845
3846 \series bold
3847
3848 \backslash
3849 raisebox
3850 \series default
3851  est seulement utilisée pour faire de la place
3852 \end_layout
3853
3854 \end_inset
3855
3856
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \backslash
3869 overline
3870 \begin_inset space \textvisiblespace{}
3871 \end_inset
3872
3873 A+B
3874 \begin_inset Index idx
3875 status collapsed
3876
3877 \begin_layout Plain Layout
3878 Commandes ! O ! 
3879 \backslash
3880 overline
3881 \end_layout
3882
3883 \end_inset
3884
3885
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3895 \end_inset
3896
3897
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 </row>
3903 <row>
3904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908
3909 \backslash
3910 underline
3911 \begin_inset space \textvisiblespace{}
3912 \end_inset
3913
3914 A+B
3915 \begin_inset Index idx
3916 status collapsed
3917
3918 \begin_layout Plain Layout
3919 Commandes ! U ! 
3920 \backslash
3921 underline
3922 \end_layout
3923
3924 \end_inset
3925
3926
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \backslash
3951 overline
3952 \begin_inset space \textvisiblespace{}
3953 \end_inset
3954
3955
3956 \backslash
3957 underline
3958 \begin_inset space \textvisiblespace{}
3959 \end_inset
3960
3961 A+B
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3971 \end_inset
3972
3973
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 </row>
3979 </lyxtabular>
3980
3981 \end_inset
3982
3983
3984 \end_layout
3985
3986 \begin_layout Standard
3987 Dans le dernier exemple, il importe peu que 
3988 \series bold
3989
3990 \backslash
3991 overline
3992 \series default
3993  ou 
3994 \series bold
3995
3996 \backslash
3997 underline
3998 \series default
3999  soit inséré en premier.
4000 \end_layout
4001
4002 \begin_layout Standard
4003 Pour souligner deux fois, par exemple des résultats, on utilise 
4004 \backslash
4005 underline deux fois.
4006 \end_layout
4007
4008 \begin_layout Standard
4009 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4010 \end_layout
4011
4012 \begin_layout Standard
4013 \begin_inset VSpace bigskip
4014 \end_inset
4015
4016
4017 \end_layout
4018
4019 \begin_layout Standard
4020 On peut créer des lignes personnalisées en utilisant la commande 
4021 \series bold
4022
4023 \backslash
4024 rule
4025 \series default
4026
4027 \begin_inset Index idx
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031 Commandes ! R ! 
4032 \backslash
4033 rule
4034 \end_layout
4035
4036 \end_inset
4037
4038  qui a la syntaxe suivante:
4039 \end_layout
4040
4041 \begin_layout Standard
4042
4043 \series bold
4044
4045 \backslash
4046 rule[décalage vertical]{longueur}{épaisseur}
4047 \end_layout
4048
4049 \begin_layout Standard
4050 Le décalage vertical optionnel déplace la ligne vers le haut (ou vers le
4051  bas, si sa valeur est négative).
4052  Les unités utilisables pour ces valeurs sont listées dans 
4053 \begin_inset CommandInset ref
4054 LatexCommand ref
4055 reference "tab:Unités-disponibles"
4056
4057 \end_inset
4058
4059 .
4060  Voici deux exemples de lignes créées avec les commandes
4061 \begin_inset Newline newline
4062 \end_inset
4063
4064
4065 \series bold
4066
4067 \backslash
4068 rule[-2ex]{3cm}{2pt}
4069 \series default
4070  et 
4071 \series bold
4072
4073 \backslash
4074 rule{2cm}{1pt}
4075 \series default
4076 :
4077 \end_layout
4078
4079 \begin_layout Standard
4080 Voici une phrase 
4081 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4082 \end_inset
4083
4084  avec deux lignes.
4085 \end_layout
4086
4087 \begin_layout Standard
4088
4089 \series bold
4090
4091 \backslash
4092 rule
4093 \series default
4094  peut aussi être utilisé avec du texte si la ligne est insérée via le menu
4095  
4096 \family sans
4097 Insertion\SpecialChar \menuseparator
4098 Typographie
4099 \begin_inset space ~
4100 \end_inset
4101
4102 spéciale\SpecialChar \menuseparator
4103 Ligne
4104 \begin_inset space ~
4105 \end_inset
4106
4107 horizontale
4108 \family default
4109
4110 \begin_inset space ~
4111 \end_inset
4112
4113 :
4114 \end_layout
4115
4116 \begin_layout Standard
4117 Ceci est une phrase 
4118 \begin_inset CommandInset line
4119 LatexCommand rule
4120 offset "0.5ex"
4121 width "3cm"
4122 height "1pt"
4123
4124 \end_inset
4125
4126  avec une ligne.
4127 \end_layout
4128
4129 \begin_layout Subsection
4130 Points de suspension
4131 \begin_inset CommandInset label
4132 LatexCommand label
4133 name "sub:Points-de-suspension"
4134
4135 \end_inset
4136
4137
4138 \begin_inset Index idx
4139 status collapsed
4140
4141 \begin_layout Plain Layout
4142 Points de suspension
4143 \end_layout
4144
4145 \end_inset
4146
4147
4148 \end_layout
4149
4150 \begin_layout Standard
4151 Différents types de points de suspension sont disponibles.
4152 \begin_inset Foot
4153 status collapsed
4154
4155 \begin_layout Plain Layout
4156 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4157 \begin_inset Info
4158 type  "icon"
4159 arg   "math-insert \\ldots"
4160 \end_inset
4161
4162
4163 \end_layout
4164
4165 \end_inset
4166
4167  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4168  base, on utilise (
4169 \series bold
4170
4171 \backslash
4172 ldots
4173 \series default
4174
4175 \begin_inset Index idx
4176 status collapsed
4177
4178 \begin_layout Plain Layout
4179 Commandes ! L ! 
4180 \backslash
4181 ldots
4182 \end_layout
4183
4184 \end_inset
4185
4186 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4187  à la même hauteur que les opérateurs, on utilise (
4188 \series bold
4189
4190 \backslash
4191 cdots
4192 \series default
4193
4194 \begin_inset Index idx
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198 Commandes ! C ! 
4199 \backslash
4200 cdots
4201 \end_layout
4202
4203 \end_inset
4204
4205 ).
4206  Quand on utilise la commande 
4207 \series bold
4208
4209 \backslash
4210 dots
4211 \series default
4212
4213 \begin_inset Index idx
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217 Commandes ! D ! 
4218 \backslash
4219 dots
4220 \end_layout
4221
4222 \end_inset
4223
4224 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4225 \end_layout
4226
4227 \begin_layout Standard
4228 \align center
4229 \begin_inset Tabular
4230 <lyxtabular version="3" rows="9" columns="2">
4231 <features rotate="0" tabularvalignment="middle">
4232 <column alignment="center" valignment="top" width="0pt">
4233 <column alignment="center" valignment="top" width="0pt">
4234 <row>
4235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Commande
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Résultat
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 A_1
4260 \begin_inset space \textvisiblespace{}
4261 \end_inset
4262
4263 ,
4264 \backslash
4265 dots
4266 \begin_inset space \textvisiblespace{}
4267 \end_inset
4268
4269 ,A_n
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 \begin_inset Formula $A_{1},\dots,A_{n}$
4279 \end_inset
4280
4281
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 A_1
4293 \begin_inset space \textvisiblespace{}
4294 \end_inset
4295
4296 +
4297 \backslash
4298 dots
4299 \begin_inset space \textvisiblespace{}
4300 \end_inset
4301
4302 +A_n
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 \begin_inset Formula $A_{1}+\dots+A_{n}$
4312 \end_inset
4313
4314
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 A_1
4326 \begin_inset space \textvisiblespace{}
4327 \end_inset
4328
4329 ,
4330 \backslash
4331 ldots
4332 \begin_inset space \textvisiblespace{}
4333 \end_inset
4334
4335 ,A_n
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 \begin_inset Formula $A_{1},\ldots,A_{n}$
4345 \end_inset
4346
4347
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 A_1
4359 \begin_inset space \textvisiblespace{}
4360 \end_inset
4361
4362 +
4363 \backslash
4364 cdots
4365 \begin_inset space \textvisiblespace{}
4366 \end_inset
4367
4368 +A_n
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \backslash
4393 vdots
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 $\vdots$
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
4417 \backslash
4418 ddots
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 \begin_inset Formula $\ddots$
4428 \end_inset
4429
4430
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \backslash
4443 iddots
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 \begin_inset Formula $\iddots$
4453 \end_inset
4454
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 matrice 3×3
4467 \begin_inset space \thinspace{}
4468 \end_inset
4469
4470 avec les différents types de points
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 \begin_inset Formula $\begin{array}{ccc}
4480 A_{11} & \cdots & A_{1m}\\
4481 \vdots & \ddots & \vdots\\
4482 A_{n1} & \cdots & A_{nm}
4483 \end{array}$
4484 \end_inset
4485
4486
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 </lyxtabular>
4493
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \begin_layout Standard
4500 Les points de suspension accessibles avec le menu 
4501 \family sans
4502 Insertion\SpecialChar \menuseparator
4503 Caractère
4504 \begin_inset space ~
4505 \end_inset
4506
4507 spécial
4508 \family default
4509  sont des 
4510 \series bold
4511
4512 \backslash
4513 ldots
4514 \series default
4515 .
4516 \end_layout
4517
4518 \begin_layout Standard
4519 \begin_inset VSpace medskip
4520 \end_inset
4521
4522
4523 \end_layout
4524
4525 \begin_layout Standard
4526 Pour utiliser 
4527 \series bold
4528
4529 \backslash
4530 iddots
4531 \series default
4532 , on doit utiliser une des options 
4533 \family sans
4534 Utiliser
4535 \begin_inset space ~
4536 \end_inset
4537
4538 (automatiquement) le paquetage mathdots 
4539 \family default
4540 dans les paramètres du document, rubrique 
4541 \family sans
4542 Options du mode math
4543 \family default
4544 .
4545 \begin_inset Newline newline
4546 \end_inset
4547
4548 L'utilisation de l'option 
4549 \family sans
4550 Utiliser le paquetage mathdots
4551 \family default
4552  améliorera l'apparence de tous les points du document si leur police ou
4553  leur taille de caractère n'est pas le choix implicite.
4554 \end_layout
4555
4556 \begin_layout Standard
4557 \begin_inset VSpace medskip
4558 \end_inset
4559
4560 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4561  couvrir plusieurs colonnes.
4562  Il sont créés avec la commande 
4563 \series bold
4564
4565 \backslash
4566 hdotsfor
4567 \series default
4568
4569 \begin_inset Index idx
4570 status collapsed
4571
4572 \begin_layout Plain Layout
4573 Commandes ! H ! 
4574 \backslash
4575 hdotsfor
4576 \end_layout
4577
4578 \end_inset
4579
4580 , qui a la syntaxe suivante:
4581 \end_layout
4582
4583 \begin_layout Standard
4584
4585 \series bold
4586
4587 \backslash
4588 hdotsfor[distance]{nombre de colonnes}
4589 \end_layout
4590
4591 \begin_layout Standard
4592 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4593  La distance est un facteur donnant la distance entre les points.
4594 \end_layout
4595
4596 \begin_layout Standard
4597 Dans la matrice suivante, on a inséré la commande 
4598 \series bold
4599
4600 \backslash
4601 hdotsfor[2]{4}
4602 \series default
4603  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4604  points de suspension avec une distance entre points double de celle obtenue
4605  avec la commande 
4606 \series bold
4607
4608 \backslash
4609 dots
4610 \series default
4611 :
4612 \begin_inset Formula 
4613 \[
4614 \left(\begin{array}{cccc}
4615 A & B & C & D\\
4616 \hdotsfor[2]{4}\\
4617 a & z & e & r
4618 \end{array}\right)
4619 \]
4620
4621 \end_inset
4622
4623 Notez que les cases de la matrice qui doivent être couvertes doivent être
4624  vides, sinon vous aurez des erreurs LaTeX.
4625 \end_layout
4626
4627 \begin_layout Standard
4628 \begin_inset VSpace bigskip
4629 \end_inset
4630
4631 Pour aller plus loin, vous pouvez utiliser la commande 
4632 \series bold
4633
4634 \backslash
4635 dotfill
4636 \series default
4637
4638 \begin_inset Index idx
4639 status collapsed
4640
4641 \begin_layout Plain Layout
4642 Commandes ! D ! 
4643 \backslash
4644 dotfill
4645 \end_layout
4646
4647 \end_inset
4648
4649  pour remplir le reste d'une ligne avec des points.
4650  L'effet de ces commandes est le même que celui de 
4651 \series bold
4652
4653 \backslash
4654 hfill
4655 \series default
4656 , voir 
4657 \begin_inset CommandInset ref
4658 LatexCommand ref
4659 reference "sub:Espace-variable"
4660
4661 \end_inset
4662
4663 .
4664 \end_layout
4665
4666 \begin_layout Standard
4667 Par exemple, la commande 
4668 \series bold
4669 A
4670 \backslash
4671 dotfill
4672 \begin_inset space \textvisiblespace{}
4673 \end_inset
4674
4675 B
4676 \series default
4677  produit
4678 \end_layout
4679
4680 \begin_layout Standard
4681 \begin_inset Formula $A\dotfill B$
4682 \end_inset
4683
4684
4685 \end_layout
4686
4687 \begin_layout Standard
4688 Comme
4689 \series bold
4690  
4691 \backslash
4692 dotfill
4693 \series default
4694  avec des points, il existe la commande 
4695 \series bold
4696
4697 \backslash
4698 hrulefill
4699 \series default
4700
4701 \begin_inset Index idx
4702 status collapsed
4703
4704 \begin_layout Plain Layout
4705 Commandes ! H ! 
4706 \backslash
4707 hrulefill
4708 \end_layout
4709
4710 \end_inset
4711
4712  avec un filet:
4713 \end_layout
4714
4715 \begin_layout Standard
4716 \begin_inset Formula $A\hrulefill B$
4717 \end_inset
4718
4719
4720 \end_layout
4721
4722 \begin_layout Standard
4723 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4724  mode TeX.
4725 \end_layout
4726
4727 \begin_layout Section
4728 Matrices
4729 \begin_inset CommandInset label
4730 LatexCommand label
4731 name "sec:Matrices"
4732
4733 \end_inset
4734
4735
4736 \begin_inset Index idx
4737 status collapsed
4738
4739 \begin_layout Plain Layout
4740 Matrices
4741 \end_layout
4742
4743 \end_inset
4744
4745
4746 \end_layout
4747
4748 \begin_layout Standard
4749 On peut insérer des matrices avec le bouton 
4750 \begin_inset Info
4751 type  "icon"
4752 arg   "dialog-show mathmatrix"
4753 \end_inset
4754
4755  de la barre d'outils mathématique ou en utilisant le menu
4756 \family sans
4757  Insertion\SpecialChar \menuseparator
4758 Math\SpecialChar \menuseparator
4759 Matrice
4760 \begin_inset space ~
4761 \end_inset
4762
4763 mathématique
4764 \family default
4765 .
4766  On vous demande alors le nombre de lignes et de colonnes de la matrice,
4767  de leur alignement et de la décoration.
4768  L'alignement vertical n'est en fait important que pour les matrices qui
4769  se trouvent dans une formule en ligne:
4770 \end_layout
4771
4772 \begin_layout Standard
4773 L'alignement de la première matrice est haut 
4774 \begin_inset Formula $\begin{array}[t]{cccc}
4775 A & D & G & J\\
4776 B & E & H & K\\
4777 C & F & I & L
4778 \end{array}$
4779 \end_inset
4780
4781 , la seconde milieu 
4782 \begin_inset Formula $\begin{array}{cccc}
4783 A & D & G & J\\
4784 B & E & H & K\\
4785 C & F & I & L
4786 \end{array}$
4787 \end_inset
4788
4789 , et la troisième bas 
4790 \begin_inset Formula $\begin{array}[b]{cccc}
4791 A & D & G & J\\
4792 B & E & H & K\\
4793 C & F & I & L
4794 \end{array}$
4795 \end_inset
4796
4797  .
4798 \end_layout
4799
4800 \begin_layout Standard
4801 L'alignement horizontal précise comment le contenu des colonnes doit être
4802  aligné.
4803  On le choisit en entrant une lettre pour chaque colonne.
4804  
4805 \emph on
4806 l
4807 \emph default
4808  pour un alignement à gauche (left) , 
4809 \emph on
4810 c
4811 \emph default
4812  centré, et
4813 \emph on
4814  r
4815 \emph default
4816  à droite (right).
4817  Par exemple, pour créer une matrice
4818 \begin_inset space ~
4819 \end_inset
4820
4821 4
4822 \series bold
4823 ×
4824 \series default
4825 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4826  sont centrées et la dernière est alignée à gauche, on va entrer 
4827 \series bold
4828 lccr
4829 \series default
4830  pour l'alignement horizontal.
4831  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4832  que l'alignement implicite pour toutes les colonnes est un 
4833 \series bold
4834 c
4835 \series default
4836 .
4837 \end_layout
4838
4839 \begin_layout Standard
4840 Alignement horizontal:
4841 \end_layout
4842
4843 \begin_layout Standard
4844
4845 \series bold
4846 lll
4847 \series default
4848  : 
4849 \begin_inset Formula $\begin{array}{lll}
4850 10000 & D & G\\
4851 B & 10000 & H\\
4852 C & F & 10000
4853 \end{array}$
4854 \end_inset
4855
4856  , 
4857 \series bold
4858 ccc
4859 \series default
4860  : 
4861 \begin_inset Formula $\begin{array}{ccc}
4862 10000 & D & G\\
4863 B & 10000 & H\\
4864 C & F & 10000
4865 \end{array}$
4866 \end_inset
4867
4868  , 
4869 \series bold
4870 rrr
4871 \series default
4872  : 
4873 \begin_inset Formula $\begin{array}{rrr}
4874 10000 & D & G\\
4875 B & 10000 & H\\
4876 C & F & 10000
4877 \end{array}$
4878 \end_inset
4879
4880
4881 \end_layout
4882
4883 \begin_layout Standard
4884 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4885  utiliser les boutons 
4886 \begin_inset Info
4887 type  "icon"
4888 arg   "inset-modify tabular append-row"
4889 \end_inset
4890
4891
4892 \begin_inset Info
4893 type  "icon"
4894 arg   "inset-modify tabular delete-row"
4895 \end_inset
4896
4897 , etc.
4898 \begin_inset space \thinspace{}
4899 \end_inset
4900
4901 de la barre d'outils mathématique, ou le menu 
4902 \family sans
4903 Édition\SpecialChar \menuseparator
4904 Lignes
4905 \begin_inset space \thinspace{}
4906 \end_inset
4907
4908 &
4909 \begin_inset space \thinspace{}
4910 \end_inset
4911
4912 colonnes
4913 \family default
4914 .
4915  On peut aussi ajouter de nouvelles lignes avec 
4916 \family sans
4917 Ctrl-Entrée
4918 \family default
4919 .
4920 \end_layout
4921
4922 \begin_layout Standard
4923 \begin_inset VSpace bigskip
4924 \end_inset
4925
4926 La 
4927 \family sans
4928 Décoration
4929 \family default
4930  permet d'ajouter des parenthèses du type choisi autour de la matrice.
4931  Une autre façon d'ajouter des parenthèses autour d'une matrice, est soit
4932  d'utiliser les commandes 
4933 \series bold
4934
4935 \backslash
4936 left
4937 \series default
4938
4939 \begin_inset Index idx
4940 status collapsed
4941
4942 \begin_layout Plain Layout
4943 Commandes ! L ! 
4944 \backslash
4945 left
4946 \end_layout
4947
4948 \end_inset
4949
4950  et 
4951 \series bold
4952
4953 \backslash
4954 right
4955 \series default
4956
4957 \begin_inset Index idx
4958 status collapsed
4959
4960 \begin_layout Plain Layout
4961 Commandes ! R ! 
4962 \backslash
4963 right
4964 \end_layout
4965
4966 \end_inset
4967
4968  (raccourci 
4969 \family sans
4970 Alt-m
4971 \begin_inset space ~
4972 \end_inset
4973
4974 parenthèse
4975 \family default
4976 ), voir 
4977 \begin_inset CommandInset ref
4978 LatexCommand ref
4979 reference "sub:Taille-parenthèses-automatique"
4980
4981 \end_inset
4982
4983 , soit d'utiliser les commandes suivantes:
4984 \begin_inset VSpace medskip
4985 \end_inset
4986
4987
4988 \end_layout
4989
4990 \begin_layout Standard
4991 \begin_inset Tabular
4992 <lyxtabular version="3" rows="4" columns="2">
4993 <features rotate="0" tabularvalignment="middle">
4994 <column alignment="center" valignment="top" width="0pt">
4995 <column alignment="center" valignment="top">
4996 <row>
4997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 Commande
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010 Résultat
5011 \begin_inset Note Note
5012 status collapsed
5013
5014 \begin_layout Plain Layout
5015
5016 \series bold
5017
5018 \backslash
5019 raisebox
5020 \series default
5021  est seulement utilisée pour faire de la place
5022 \end_layout
5023
5024 \end_inset
5025
5026
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \backslash
5039 bmatrix
5040 \begin_inset space \textvisiblespace{}
5041 \end_inset
5042
5043 matrice
5044 \begin_inset space \thinspace{}
5045 \end_inset
5046
5047 2×2
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5057 0 & \textrm{-}\mathrm{i}\\
5058 \mathrm{i} & 0
5059 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5060 \end_inset
5061
5062
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 </row>
5068 <row>
5069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073
5074 \backslash
5075 Bmatrix
5076 \begin_inset space \textvisiblespace{}
5077 \end_inset
5078
5079 matrice
5080 \begin_inset space \thinspace{}
5081 \end_inset
5082
5083 2×2
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5093 0 & \textrm{-}\mathrm{i}\\
5094 \mathrm{i} & 0
5095 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5096 \end_inset
5097
5098
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \backslash
5111 pmatrix
5112 \begin_inset space \textvisiblespace{}
5113 \end_inset
5114
5115 matrice
5116 \begin_inset space \thinspace{}
5117 \end_inset
5118
5119 2×2
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5129 0 & \textrm{-}\mathrm{i}\\
5130 \mathrm{i} & 0
5131 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5132 \end_inset
5133
5134
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 </lyxtabular>
5141
5142 \end_inset
5143
5144
5145 \begin_inset space \hfill{}
5146 \end_inset
5147
5148
5149 \begin_inset Tabular
5150 <lyxtabular version="3" rows="4" columns="2">
5151 <features rotate="0" tabularvalignment="middle">
5152 <column alignment="center" valignment="top">
5153 <column alignment="center" valignment="top">
5154 <row>
5155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Commande
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 Résultat
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \backslash
5181 vmatrix
5182 \begin_inset space \textvisiblespace{}
5183 \end_inset
5184
5185 matrice
5186 \begin_inset space \thinspace{}
5187 \end_inset
5188
5189 2×2
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5199 0 & \textrm{-}\mathrm{i}\\
5200 \mathrm{i} & 0
5201 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5202 \end_inset
5203
5204
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row>
5211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215
5216 \backslash
5217 Vmatrix
5218 \begin_inset space \textvisiblespace{}
5219 \end_inset
5220
5221 matrice
5222 \begin_inset space \thinspace{}
5223 \end_inset
5224
5225 2×2
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5235 0 & \textrm{-}\mathrm{i}\\
5236 \mathrm{i} & 0
5237 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5238 \end_inset
5239
5240
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \backslash
5253 matrix
5254 \begin_inset space \textvisiblespace{}
5255 \end_inset
5256
5257 matrice
5258 \begin_inset space \thinspace{}
5259 \end_inset
5260
5261 2×2
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5271 0 & \textrm{-}\mathrm{i}\\
5272 \mathrm{i} & 0
5273 \end{array}\end{matrix}\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 \end_layout
5288
5289 \begin_layout Standard
5290 \begin_inset VSpace medskip
5291 \end_inset
5292
5293 Quand on insère par exemple 
5294 \series bold
5295
5296 \backslash
5297 vmatrix,
5298 \series default
5299  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5300  insérée.
5301 \begin_inset Newline newline
5302 \end_inset
5303
5304 Notez que les matrices décorées ignorent l'alignement vertical.
5305 \end_layout
5306
5307 \begin_layout Standard
5308 \begin_inset VSpace bigskip
5309 \end_inset
5310
5311 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5312  
5313 \series bold
5314
5315 \backslash
5316 arraycolsep
5317 \series default
5318
5319 \begin_inset Index idx
5320 status collapsed
5321
5322 \begin_layout Plain Layout
5323 Commandes ! A ! 
5324 \backslash
5325 arraycolsep
5326 \end_layout
5327
5328 \end_inset
5329
5330  qui est décrite dans 
5331 \begin_inset CommandInset ref
5332 LatexCommand ref
5333 reference "sub:Séparation-des-colonnes"
5334
5335 \end_inset
5336
5337  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5338  dans les matrices.
5339 \end_layout
5340
5341 \begin_layout Standard
5342 Pour changer l'espacement des lignes, on utilise la commande 
5343 \series bold
5344
5345 \backslash
5346 arraystretch
5347 \series default
5348
5349 \begin_inset Index idx
5350 status collapsed
5351
5352 \begin_layout Plain Layout
5353 Commandes ! A ! 
5354 \backslash
5355 arraystretch
5356 \end_layout
5357
5358 \end_inset
5359
5360  de la façon suivante:
5361 \end_layout
5362
5363 \begin_layout Standard
5364
5365 \series bold
5366
5367 \backslash
5368 renewcommand{
5369 \backslash
5370 arraystretch}{facteur d'étirement}
5371 \begin_inset Index idx
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375 Commandes ! R ! 
5376 \backslash
5377 renewcommand
5378 \end_layout
5379
5380 \end_inset
5381
5382
5383 \end_layout
5384
5385 \begin_layout Standard
5386 La commande 
5387 \series bold
5388
5389 \backslash
5390 renewcommand
5391 \series default
5392  affecte le facteur d'étirement à la commande prédéfinie 
5393 \series bold
5394
5395 \backslash
5396 arraystretch
5397 \series default
5398 .
5399  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5400  2.
5401  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5402  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5403 \series bold
5404
5405 \backslash
5406 arraystretch
5407 \series default
5408 .
5409 \end_layout
5410
5411 \begin_layout Standard
5412 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5413  
5414 \series bold
5415
5416 \backslash
5417 smallmatrix
5418 \series default
5419
5420 \begin_inset Index idx
5421 status collapsed
5422
5423 \begin_layout Plain Layout
5424 Commandes ! S ! 
5425 \backslash
5426 smallmatrix
5427 \end_layout
5428
5429 \end_inset
5430
5431 .
5432  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5433  où la matrice est insérée.
5434 \end_layout
5435
5436 \begin_layout Standard
5437 Voici une matrice 
5438 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5439 C & D
5440 \end{smallmatrix}\right)$
5441 \end_inset
5442
5443  dans une ligne de texte.
5444 \end_layout
5445
5446 \begin_layout Section
5447 Parenthèses et autres délimiteurs
5448 \begin_inset Index idx
5449 status collapsed
5450
5451 \begin_layout Plain Layout
5452 Parenthèses
5453 \end_layout
5454
5455 \end_inset
5456
5457
5458 \begin_inset Index idx
5459 status collapsed
5460
5461 \begin_layout Plain Layout
5462 Accolades
5463 \end_layout
5464
5465 \end_inset
5466
5467
5468 \begin_inset Index idx
5469 status collapsed
5470
5471 \begin_layout Plain Layout
5472 Crochets
5473 \end_layout
5474
5475 \end_inset
5476
5477
5478 \begin_inset Index idx
5479 status collapsed
5480
5481 \begin_layout Plain Layout
5482 Delimiteurs@Délimiteurs
5483 \end_layout
5484
5485 \end_inset
5486
5487
5488 \end_layout
5489
5490 \begin_layout Subsection
5491 Parenthèses verticales et délimiteurs
5492 \begin_inset Index idx
5493 status collapsed
5494
5495 \begin_layout Plain Layout
5496 Accolades ! verticales
5497 \end_layout
5498
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \begin_layout Standard
5505 \begin_inset space \hfill{}
5506 \end_inset
5507
5508
5509 \begin_inset Tabular
5510 <lyxtabular version="3" rows="9" columns="2">
5511 <features rotate="0" tabularvalignment="middle">
5512 <column alignment="center" valignment="top" width="0pt">
5513 <column alignment="center" valignment="top" width="0pt">
5514 <row>
5515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 Commande
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 Résultat
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 (
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 \begin_inset Formula $($
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 </row>
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 {
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 \begin_inset Formula $\{$
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 [
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $[$
5595 \end_inset
5596
5597
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608
5609 \backslash
5610 langle
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 \begin_inset Formula $\langle$
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633
5634 \backslash
5635 lceil
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $\lceil$
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658
5659 \backslash
5660 lfloor
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $\lfloor$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 /
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 \begin_inset Formula $/$
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 </row>
5701 <row>
5702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 |
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Formula $|$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 </lyxtabular>
5725
5726 \end_inset
5727
5728
5729 \begin_inset space \hfill{}
5730 \end_inset
5731
5732
5733 \begin_inset Tabular
5734 <lyxtabular version="3" rows="9" columns="2">
5735 <features rotate="0" tabularvalignment="middle">
5736 <column alignment="center" valignment="top" width="0pt">
5737 <column alignment="center" valignment="top" width="0pt">
5738 <row>
5739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 Commande
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 Résultat
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 </row>
5758 <row>
5759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5760 \begin_inset Text
5761
5762 \begin_layout Plain Layout
5763 )
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 \begin_inset Formula $)$
5773 \end_inset
5774
5775
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 </row>
5781 <row>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 }
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 \begin_inset Formula $\}$
5796 \end_inset
5797
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 ]
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $]$
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832
5833 \backslash
5834 rangle
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 \begin_inset Formula $\rangle$
5844 \end_inset
5845
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \backslash
5859 rceil
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 \begin_inset Formula $\rceil$
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882
5883 \backslash
5884 rfloor
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $\rfloor$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \backslash
5909
5910 \backslash
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 \begin_inset Formula $\backslash$
5921 \end_inset
5922
5923
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 </row>
5929 <row>
5930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934
5935 \backslash
5936 |
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $\|$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 </lyxtabular>
5955
5956 \end_inset
5957
5958
5959 \begin_inset space \hfill{}
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \begin_layout Standard
5966 \begin_inset Note Greyedout
5967 status open
5968
5969 \begin_layout Plain Layout
5970
5971 \series bold
5972 Notez:
5973 \series default
5974  En mode TeX, on doit utiliser la commande 
5975 \series bold
5976
5977 \backslash
5978 textbackslash
5979 \series default
5980
5981 \begin_inset Index idx
5982 status collapsed
5983
5984 \begin_layout Plain Layout
5985 Commandes ! T ! 
5986 \backslash
5987 textbackslash
5988 \end_layout
5989
5990 \end_inset
5991
5992  pour la barre de fraction inverse (backslash), puisque la commande 
5993 \backslash
5994
5995 \backslash
5996  produit un saut de ligne.
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \begin_layout Standard
6005 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
6006  commandes décrites dans les deux sous-sections qui suivent.
6007  Quand on utilise ces commandes, on peut utiliser directement les caractères
6008  < et > , plutôt que les commandes 
6009 \series bold
6010
6011 \backslash
6012 langle
6013 \series default
6014  et 
6015 \series bold
6016
6017 \backslash
6018 rangle
6019 \series default
6020 .
6021 \end_layout
6022
6023 \begin_layout Subsubsection
6024 Taille de parenthèse manuelle
6025 \begin_inset CommandInset label
6026 LatexCommand label
6027 name "sub:Taille-parenthèses-manuelle"
6028
6029 \end_inset
6030
6031
6032 \begin_inset Index idx
6033 status collapsed
6034
6035 \begin_layout Plain Layout
6036 Taille parenthèses ! manuelle
6037 \end_layout
6038
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \begin_layout Standard
6045 La taille des parenthèses peut être précisée manuellement en utilisant les
6046  commandes LaTeX 
6047 \series bold
6048
6049 \backslash
6050 big
6051 \series default
6052
6053 \begin_inset Index idx
6054 status collapsed
6055
6056 \begin_layout Plain Layout
6057 Commandes ! B ! 
6058 \backslash
6059 big
6060 \end_layout
6061
6062 \end_inset
6063
6064
6065 \series bold
6066
6067 \backslash
6068 Big
6069 \series default
6070
6071 \series bold
6072
6073 \backslash
6074 bigg
6075 \series default
6076 , et 
6077 \series bold
6078
6079 \backslash
6080 Bigg
6081 \series default
6082 .
6083  
6084 \series bold
6085
6086 \backslash
6087 big
6088 \series default
6089  indique la plus petite taille et 
6090 \series bold
6091
6092 \backslash
6093 Bigg
6094 \series default
6095  la plus grande.
6096 \end_layout
6097
6098 \begin_layout Standard
6099 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6100  de parenthèses:
6101 \end_layout
6102
6103 \begin_layout Standard
6104 \align center
6105 \begin_inset Tabular
6106 <lyxtabular version="3" rows="2" columns="2">
6107 <features rotate="0" tabularvalignment="middle">
6108 <column alignment="center" valignment="top" width="0pt">
6109 <column alignment="center" valignment="top" width="0pt">
6110 <row>
6111 <cell alignment="center" valignment="top" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 toutes les parenthèses de la même taille:
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 </row>
6133 <row>
6134 <cell alignment="center" valignment="top" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 c'est mieux comme cela:
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 </lyxtabular>
6157
6158 \end_inset
6159
6160
6161 \begin_inset Note Note
6162 status collapsed
6163
6164 \begin_layout Plain Layout
6165
6166 \series bold
6167
6168 \backslash
6169 raisebox
6170 \series default
6171  est seulement utilisée pour faire de la place
6172 \end_layout
6173
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \begin_layout Standard
6180 Pour la deuxième formule, on a utilisé la commande 
6181 \backslash
6182 Big((A+B)(A-B)
6183 \backslash
6184 Big)^
6185 \begin_inset space \textvisiblespace{}
6186 \end_inset
6187
6188 C.
6189 \end_layout
6190
6191 \begin_layout Standard
6192 Voici un aperçu de toutes les tailles de parenthèses:
6193 \end_layout
6194
6195 \begin_layout Standard
6196 \align center
6197
6198 \backslash
6199 Bigg(
6200 \backslash
6201 exp
6202 \backslash
6203 bigg<
6204 \backslash
6205 Big[
6206 \backslash
6207 big{
6208 \backslash
6209 ln(3x)
6210 \backslash
6211 big}^2
6212 \begin_inset space \textvisiblespace{}
6213 \end_inset
6214
6215
6216 \backslash
6217 sin(x)
6218 \backslash
6219 Big]^
6220 \begin_inset space \textvisiblespace{}
6221 \end_inset
6222
6223 A
6224 \begin_inset space \textvisiblespace{}
6225 \end_inset
6226
6227
6228 \backslash
6229 bigg>
6230 \backslash
6231 Bigg)^0,5
6232 \end_layout
6233
6234 \begin_layout Standard
6235 \align center
6236 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6237 \end_inset
6238
6239
6240 \end_layout
6241
6242 \begin_layout Standard
6243 En plus des commandes 
6244 \series bold
6245
6246 \backslash
6247 big
6248 \series default
6249 , il y a la variante 
6250 \series bold
6251
6252 \backslash
6253 bigm
6254 \series default
6255
6256 \begin_inset Index idx
6257 status collapsed
6258
6259 \begin_layout Plain Layout
6260 Commandes ! B ! 
6261 \backslash
6262 bigm
6263 \end_layout
6264
6265 \end_inset
6266
6267  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6268  la variante 
6269 \series bold
6270
6271 \backslash
6272 bigl
6273 \series default
6274 -
6275 \series bold
6276
6277 \backslash
6278 bigr
6279 \series default
6280
6281 \begin_inset Index idx
6282 status collapsed
6283
6284 \begin_layout Plain Layout
6285 Commandes ! B ! 
6286 \backslash
6287 bigl - 
6288 \backslash
6289 bigr
6290 \end_layout
6291
6292 \end_inset
6293
6294 , qui n'ajoute pas d'espace.
6295  Le 
6296 \emph on
6297 l
6298 \emph default
6299  à la fin de la commande 
6300 \series bold
6301
6302 \backslash
6303 bigl
6304 \series default
6305  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6306  par un 
6307 \emph on
6308 r
6309 \emph default
6310 .
6311  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6312  ou ouvrante.
6313 \end_layout
6314
6315 \begin_layout Standard
6316 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \align center
6321 \begin_inset Tabular
6322 <lyxtabular version="3" rows="5" columns="2">
6323 <features rotate="0" tabularvalignment="middle">
6324 <column alignment="center" valignment="middle">
6325 <column alignment="center" valignment="middle">
6326 <row>
6327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 Commande
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 Résultat
6341 \begin_inset Note Note
6342 status collapsed
6343
6344 \begin_layout Plain Layout
6345
6346 \series bold
6347
6348 \backslash
6349 raisebox
6350 \series default
6351  est seulement utilisée pour faire de la place
6352 \end_layout
6353
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 </row>
6362 <row>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367
6368 \backslash
6369 Bigm(
6370 \backslash
6371 bigm(
6372 \backslash
6373 ln(3x)
6374 \backslash
6375 bigm)^2
6376 \begin_inset space \textvisiblespace{}
6377 \end_inset
6378
6379
6380 \backslash
6381 Bigm)
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404
6405 \backslash
6406 Big(
6407 \backslash
6408 big(
6409 \backslash
6410 ln(3x)
6411 \backslash
6412 big)^2
6413 \begin_inset space \textvisiblespace{}
6414 \end_inset
6415
6416
6417 \backslash
6418 Big)
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6428 \end_inset
6429
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \backslash
6443 Bigl(
6444 \backslash
6445 bigl(
6446 \backslash
6447 ln(3x)
6448 \backslash
6449 bigr)^2
6450 \begin_inset space \textvisiblespace{}
6451 \end_inset
6452
6453
6454 \backslash
6455 Bigr)
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6465 \end_inset
6466
6467
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 </row>
6473 <row>
6474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478
6479 \backslash
6480 bigl)
6481 \backslash
6482 ln(3x)
6483 \backslash
6484 bigr(
6485 \end_layout
6486
6487 \end_inset
6488 </cell>
6489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 </row>
6502 </lyxtabular>
6503
6504 \end_inset
6505
6506
6507 \end_layout
6508
6509 \begin_layout Subsubsection
6510 Taille de parenthèse automatique
6511 \begin_inset CommandInset label
6512 LatexCommand label
6513 name "sub:Taille-parenthèses-automatique"
6514
6515 \end_inset
6516
6517
6518 \begin_inset Index idx
6519 status collapsed
6520
6521 \begin_layout Plain Layout
6522 Taille parenthèses ! automatique
6523 \end_layout
6524
6525 \end_inset
6526
6527
6528 \end_layout
6529
6530 \begin_layout Standard
6531 On peut insérer des parenthèses à taille variable avec les commandes 
6532 \series bold
6533
6534 \backslash
6535 left
6536 \series default
6537
6538 \begin_inset Index idx
6539 status collapsed
6540
6541 \begin_layout Plain Layout
6542 Commandes ! L ! 
6543 \backslash
6544 left
6545 \end_layout
6546
6547 \end_inset
6548
6549  et 
6550 \series bold
6551
6552 \backslash
6553 right
6554 \series default
6555
6556 \begin_inset Index idx
6557 status collapsed
6558
6559 \begin_layout Plain Layout
6560 Commandes ! R ! 
6561 \backslash
6562 right
6563 \end_layout
6564
6565 \end_inset
6566
6567  ou avec le bouton
6568 \begin_inset space ~
6569 \end_inset
6570
6571
6572 \begin_inset Info
6573 type  "icon"
6574 arg   "dialog-show mathdelimiter"
6575 \end_inset
6576
6577  de la barre d'outils mathématique.
6578  On doit insérer la parenthèse voulue juste après la commande 
6579 \series bold
6580
6581 \backslash
6582 left
6583 \series default
6584  ou 
6585 \series bold
6586
6587 \backslash
6588 right
6589 \series default
6590 .
6591  La taille de la parenthèse sera alors calculée automatiquement pour la
6592  sortie.
6593 \end_layout
6594
6595 \begin_layout Standard
6596 \align center
6597 parenthèse normale: La commande 
6598 \series bold
6599
6600 \backslash
6601 ln(
6602 \backslash
6603 frac
6604 \begin_inset space \textvisiblespace{}
6605 \end_inset
6606
6607 A
6608 \begin_inset Formula $\downarrow$
6609 \end_inset
6610
6611 C
6612 \begin_inset space \textvisiblespace{}
6613 \end_inset
6614
6615 )
6616 \series default
6617  donne
6618 \begin_inset Formula 
6619 \[
6620 \ln(\frac{A}{C})
6621 \]
6622
6623 \end_inset
6624
6625
6626 \end_layout
6627
6628 \begin_layout Standard
6629 \align center
6630 parenthèse adaptable: La commande 
6631 \series bold
6632
6633 \backslash
6634 ln
6635 \backslash
6636 left(
6637 \backslash
6638 frac
6639 \begin_inset space \textvisiblespace{}
6640 \end_inset
6641
6642 A
6643 \begin_inset Formula $\downarrow$
6644 \end_inset
6645
6646 C
6647 \begin_inset space \textvisiblespace{}
6648 \end_inset
6649
6650
6651 \backslash
6652 right)
6653 \series default
6654  donne
6655 \begin_inset Formula 
6656 \[
6657 \ln\left(\frac{A}{C}\right)
6658 \]
6659
6660 \end_inset
6661
6662
6663 \end_layout
6664
6665 \begin_layout Standard
6666 À la place des commandes 
6667 \series bold
6668
6669 \backslash
6670 left
6671 \series default
6672  et 
6673 \series bold
6674
6675 \backslash
6676 right
6677 \series default
6678  on peut utiliser le raccourci 
6679 \family sans
6680 Alt+M
6681 \begin_inset space ~
6682 \end_inset
6683
6684 parenthèse
6685 \family default
6686 .
6687  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6688  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6689  en même temps.
6690 \begin_inset Newline newline
6691 \end_inset
6692
6693 La commande pour le dernier exemple serait alors: 
6694 \series bold
6695
6696 \backslash
6697 ln Alt+M
6698 \series default
6699  
6700 \series bold
6701 (
6702 \backslash
6703 frac
6704 \begin_inset space \textvisiblespace{}
6705 \end_inset
6706
6707 A
6708 \begin_inset Formula $\downarrow$
6709 \end_inset
6710
6711 C
6712 \end_layout
6713
6714 \begin_layout Standard
6715 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6716  de la parenthèse omise.
6717  Par exemple, la commande 
6718 \series bold
6719
6720 \backslash
6721 left.
6722 \backslash
6723 frac
6724 \begin_inset space \textvisiblespace{}
6725 \end_inset
6726
6727 A
6728 \begin_inset Formula $\downarrow$
6729 \end_inset
6730
6731 B
6732 \begin_inset space \textvisiblespace{}
6733 \end_inset
6734
6735
6736 \backslash
6737 right}
6738 \series default
6739  donne:
6740 \series bold
6741
6742 \begin_inset Formula 
6743 \[
6744 \left.\frac{A}{B}\right\} 
6745 \]
6746
6747 \end_inset
6748
6749
6750 \series default
6751 Les commandes 
6752 \series bold
6753
6754 \backslash
6755 left
6756 \series default
6757  et 
6758 \series bold
6759
6760 \backslash
6761 right
6762 \series default
6763  seront converties par LyX en parenthèses de taille appropriée quand le
6764  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6765  d'une ligne en pointillé.
6766 \end_layout
6767
6768 \begin_layout Standard
6769 \begin_inset VSpace bigskip
6770 \end_inset
6771
6772 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6773  de LaTeX, la commande 
6774 \series bold
6775
6776 \backslash
6777 middle
6778 \series default
6779
6780 \begin_inset Index idx
6781 status collapsed
6782
6783 \begin_layout Plain Layout
6784 Commandes ! M ! 
6785 \backslash
6786 middle
6787 \end_layout
6788
6789 \end_inset
6790
6791  est aussi disponible pour toutes les parenthèses et limites.
6792  Avec cette commande la taille du caractère suivant est adaptée à la taille
6793  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6794  de la physique quantique:
6795 \begin_inset Formula 
6796 \[
6797 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6798 \]
6799
6800 \end_inset
6801
6802 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6803  en 
6804 \begin_inset CommandInset ref
6805 LatexCommand ref
6806 reference "sub:Vecteurs-physiques"
6807
6808 \end_inset
6809
6810 .
6811 \end_layout
6812
6813 \begin_layout Subsection
6814 Accolades horizontales
6815 \begin_inset Index idx
6816 status collapsed
6817
6818 \begin_layout Plain Layout
6819 Accolades ! horizontales
6820 \end_layout
6821
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \begin_layout Standard
6828 \align center
6829 \begin_inset Tabular
6830 <lyxtabular version="3" rows="4" columns="2">
6831 <features rotate="0" tabularvalignment="middle">
6832 <column alignment="center" valignment="top" width="0pt">
6833 <column alignment="center" valignment="top" width="0pt">
6834 <row>
6835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 Commande
6840 \begin_inset Note Note
6841 status collapsed
6842
6843 \begin_layout Plain Layout
6844
6845 \series bold
6846
6847 \backslash
6848 raisebox
6849 \series default
6850  est seulement utilisée pour faire de la place
6851 \end_layout
6852
6853 \end_inset
6854
6855
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 Résultat
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 </row>
6870 <row>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 \begin_inset ERT
6876 status collapsed
6877
6878 \begin_layout Plain Layout
6879
6880
6881 \backslash
6882 raisebox{2.3mm}{
6883 \end_layout
6884
6885 \end_inset
6886
6887
6888 \backslash
6889 overbrace
6890 \begin_inset space \textvisiblespace{}
6891 \end_inset
6892
6893 A+B
6894 \begin_inset space \textvisiblespace{}
6895 \end_inset
6896
6897 ^
6898 \begin_inset space \textvisiblespace{}
6899 \end_inset
6900
6901 3
6902 \begin_inset ERT
6903 status collapsed
6904
6905 \begin_layout Plain Layout
6906
6907 }
6908 \end_layout
6909
6910 \end_inset
6911
6912
6913 \begin_inset Index idx
6914 status collapsed
6915
6916 \begin_layout Plain Layout
6917 Commandes ! O ! 
6918 \backslash
6919 overbrace
6920 \end_layout
6921
6922 \end_inset
6923
6924
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 \begin_inset Formula $\overbrace{A+B}^{3}$
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 \begin_inset ERT
6948 status collapsed
6949
6950 \begin_layout Plain Layout
6951
6952
6953 \backslash
6954 raisebox{-2.2mm}{
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \backslash
6961 underbrace
6962 \begin_inset space \textvisiblespace{}
6963 \end_inset
6964
6965 A+B
6966 \begin_inset space \textvisiblespace{}
6967 \end_inset
6968
6969 _5
6970 \begin_inset ERT
6971 status collapsed
6972
6973 \begin_layout Plain Layout
6974
6975 }
6976 \end_layout
6977
6978 \end_inset
6979
6980
6981 \begin_inset Index idx
6982 status collapsed
6983
6984 \begin_layout Plain Layout
6985 Commandes ! U ! 
6986 \backslash
6987 underbrace
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 \begin_inset Formula $\underbrace{A+B}_{5}$
7002 \end_inset
7003
7004
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 </row>
7010 <row>
7011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \backslash
7017 overbrace
7018 \begin_inset space \textvisiblespace{}
7019 \end_inset
7020
7021
7022 \backslash
7023 underbrace
7024 \begin_inset space \textvisiblespace{}
7025 \end_inset
7026
7027 A+B_w
7028 \begin_inset space \textvisiblespace{}
7029 \end_inset
7030
7031
7032 \begin_inset space \textvisiblespace{}
7033 \end_inset
7034
7035 _7
7036 \begin_inset space \textvisiblespace{}
7037 \end_inset
7038
7039
7040 \begin_inset space \textvisiblespace{}
7041 \end_inset
7042
7043 ^
7044 \begin_inset space \textvisiblespace{}
7045 \end_inset
7046
7047 C
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7057 \end_inset
7058
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 </row>
7065 </lyxtabular>
7066
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \begin_layout Standard
7073 Dans le dernier exemple, il importe peu que 
7074 \series bold
7075
7076 \backslash
7077 overbrace
7078 \series default
7079  ou 
7080 \series bold
7081
7082 \backslash
7083 underbrace
7084 \series default
7085  soit inséré en premier.
7086 \end_layout
7087
7088 \begin_layout Standard
7089 \begin_inset VSpace bigskip
7090 \end_inset
7091
7092 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7093  des formules multi-lignes, comme c'est décrit en :
7094 \begin_inset Formula 
7095 \begin{eqnarray*}
7096 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7097  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7098 \end{eqnarray*}
7099
7100 \end_inset
7101
7102 Dans la première ligne la formule est insérée avec l'accolade.
7103  Dans celle-ci, il est important que la commande d'espacement
7104 \begin_inset Foot
7105 status collapsed
7106
7107 \begin_layout Plain Layout
7108 Les commandes concernant les espaces sont expliquées dans 
7109 \begin_inset CommandInset ref
7110 LatexCommand ref
7111 reference "sub:Espace-prédéfini"
7112
7113 \end_inset
7114
7115 .
7116 \end_layout
7117
7118 \end_inset
7119
7120  
7121 \series bold
7122
7123 \backslash
7124 :
7125 \series default
7126  soit insérée avant le premier 
7127 \begin_inset Formula $d$
7128 \end_inset
7129
7130 , parce que l'accolade qui se termine après le dernier 
7131 \begin_inset Formula $q$
7132 \end_inset
7133
7134  empêche que le 
7135 \begin_inset Quotes eld
7136 \end_inset
7137
7138 +
7139 \begin_inset Quotes erd
7140 \end_inset
7141
7142  qui suit soit entouré par des espaces
7143 \begin_inset Foot
7144 status collapsed
7145
7146 \begin_layout Plain Layout
7147 parce que l'accolade n'est pas traitée comme un caractère, voir 
7148 \begin_inset CommandInset ref
7149 LatexCommand ref
7150 reference "sub:Opérateurs-binaires"
7151
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \end_inset
7158
7159 .
7160  On insère la deuxième accolade dans la deuxième ligne.
7161  Comme elle doit commencer juste avant le premier 
7162 \begin_inset Formula $b$
7163 \end_inset
7164
7165 , on insère d'abord la commande 
7166 \series bold
7167
7168 \backslash
7169 hphantom{gggg+
7170 \backslash
7171 :}
7172 \series default
7173
7174 \begin_inset Foot
7175 status collapsed
7176
7177 \begin_layout Plain Layout
7178 plus au sujet de 
7179 \series bold
7180
7181 \backslash
7182 hphantom
7183 \series default
7184 , voir 
7185 \begin_inset CommandInset ref
7186 LatexCommand ref
7187 reference "sub:Garnitures"
7188
7189 \end_inset
7190
7191
7192 \end_layout
7193
7194 \end_inset
7195
7196 .
7197  Cet espace est nécessaire puisque le 
7198 \begin_inset Quotes eld
7199 \end_inset
7200
7201 +
7202 \begin_inset Quotes erd
7203 \end_inset
7204
7205  est aussi entouré d'espace dans la formule.
7206  L'accolade est placée sous la commande 
7207 \series bold
7208
7209 \backslash
7210 hphantom{bbqq+dddd}
7211 \series default
7212 .
7213 \end_layout
7214
7215 \begin_layout Standard
7216 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7217  dans l'exemple suivant:
7218 \begin_inset ERT
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222
7223
7224 \backslash
7225 setlength{
7226 \backslash
7227 jot}{-6pt}
7228 \end_layout
7229
7230 \end_inset
7231
7232
7233 \begin_inset Formula 
7234 \begin{eqnarray*}
7235  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7236 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7237 \end{eqnarray*}
7238
7239 \end_inset
7240
7241
7242 \begin_inset ERT
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246
7247
7248 \backslash
7249 setlength{
7250 \backslash
7251 jot}{3pt}
7252 \end_layout
7253
7254 \end_inset
7255
7256 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7257  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7258  La seconde ligne contient la formule avec la deuxième accolade.
7259  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7260  et la formule, on doit réduire l'espacement entre les lignes.
7261  Ce n'est pas facile à cause d'un bug de LyX
7262 \begin_inset Foot
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266 \begin_inset CommandInset href
7267 LatexCommand href
7268 name "LyX-bug #1505"
7269 target "http://www.lyx.org/trac/ticket/1505"
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \end_inset
7277
7278 .
7279  Comme solution à ce problème, on peut mettre à -6
7280 \begin_inset space \thinspace{}
7281 \end_inset
7282
7283 pt la formule globale pour l'espacement des lignes 
7284 \series bold
7285
7286 \backslash
7287 jot
7288 \series default
7289
7290 \begin_inset Index idx
7291 status collapsed
7292
7293 \begin_layout Plain Layout
7294 Commandes ! J ! 
7295 \backslash
7296 jot
7297 \begin_inset ERT
7298 status collapsed
7299
7300 \begin_layout Plain Layout
7301
7302
7303 \backslash
7304 vspace{4mm}
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \end_inset
7313
7314 , juste avant la formule en utilisant la commande 
7315 \series bold
7316
7317 \backslash
7318 setlength{
7319 \backslash
7320 jot}{-6pt}
7321 \series default
7322  en mode TeX.
7323  
7324 \series bold
7325
7326 \backslash
7327 jot
7328 \series default
7329  est remise à sa valeur initiale de 3
7330 \begin_inset space \thinspace{}
7331 \end_inset
7332
7333 pt juste après la formule, en utilisant la même commande.
7334  Vous trouverez plus d'explications sur la séparation des lignes dans les
7335  formules dans 
7336 \begin_inset CommandInset ref
7337 LatexCommand ref
7338 reference "sub:Séparation-des-lignes"
7339
7340 \end_inset
7341
7342 .
7343 \end_layout
7344
7345 \begin_layout Section
7346 Flèches
7347 \begin_inset Index idx
7348 status collapsed
7349
7350 \begin_layout Plain Layout
7351 Flèches
7352 \end_layout
7353
7354 \end_inset
7355
7356
7357 \end_layout
7358
7359 \begin_layout Standard
7360 On peut insérer des flèches avec le bouton 
7361 \begin_inset Info
7362 type  "icon"
7363 arg   "math-insert \\leftarrow"
7364 \end_inset
7365
7366  de la barre d'outils mathématique ou en insérant une des commandes listées
7367  dans les sous-sections qui suivent.
7368 \end_layout
7369
7370 \begin_layout Subsection
7371 Flèches horizontales
7372 \begin_inset Index idx
7373 status collapsed
7374
7375 \begin_layout Plain Layout
7376 Flèches ! horizontales
7377 \end_layout
7378
7379 \end_inset
7380
7381
7382 \end_layout
7383
7384 \begin_layout Standard
7385 \begin_inset space \hfill{}
7386 \end_inset
7387
7388
7389 \begin_inset Tabular
7390 <lyxtabular version="3" rows="8" columns="2">
7391 <features rotate="0" tabularvalignment="middle">
7392 <column alignment="center" valignment="top" width="0pt">
7393 <column alignment="center" valignment="top" width="0pt">
7394 <row>
7395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7396 \begin_inset Text
7397
7398 \begin_layout Plain Layout
7399 Commande
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 Résultat
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 </row>
7414 <row>
7415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7416 \begin_inset Text
7417
7418 \begin_layout Plain Layout
7419
7420 \backslash
7421 gets
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430 \begin_inset Formula $\gets$
7431 \end_inset
7432
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 </row>
7439 <row>
7440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \backslash
7446 Leftarrow
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 \begin_inset Formula $\Leftarrow$
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 </row>
7464 <row>
7465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469
7470 \backslash
7471 longleftarrow
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 \begin_inset Formula $\longleftarrow$
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 </row>
7489 <row>
7490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \backslash
7496 Longleftarrow
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 \begin_inset Formula $\Longleftarrow$
7506 \end_inset
7507
7508
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 </row>
7514 <row>
7515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519
7520 \backslash
7521 leftharpoonup
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset Formula $\leftharpoonup$
7531 \end_inset
7532
7533
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 </row>
7539 <row>
7540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544
7545 \backslash
7546 leftharpoondown
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 \begin_inset Formula $\leftharpoondown$
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 <row>
7565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7566 \begin_inset Text
7567
7568 \begin_layout Plain Layout
7569
7570 \backslash
7571 hookleftarrow
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 \begin_inset Formula $\hookleftarrow$
7581 \end_inset
7582
7583
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 </row>
7589 </lyxtabular>
7590
7591 \end_inset
7592
7593
7594 \begin_inset space \hfill{}
7595 \end_inset
7596
7597
7598 \begin_inset Tabular
7599 <lyxtabular version="3" rows="8" columns="2">
7600 <features rotate="0" tabularvalignment="middle">
7601 <column alignment="center" valignment="top" width="0pt">
7602 <column alignment="center" valignment="top" width="0pt">
7603 <row>
7604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 Command
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 Résultat
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 <row>
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628
7629 \backslash
7630 to
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 \begin_inset Formula $\to$
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 <row>
7649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \backslash
7655 Rightarrow
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 \begin_inset Formula $\Rightarrow$
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 <row>
7674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \backslash
7680 longrightarrow
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset Formula $\longrightarrow$
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \backslash
7705 Longrightarrow
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 \begin_inset Formula $\Longrightarrow$
7715 \end_inset
7716
7717
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \backslash
7730 rightharpoonup
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 \begin_inset Formula $\rightharpoonup$
7740 \end_inset
7741
7742
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \backslash
7755 rightharpoondown
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 \begin_inset Formula $\rightharpoondown$
7765 \end_inset
7766
7767
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 </row>
7773 <row>
7774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \backslash
7780 hookrightarrow
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789 \begin_inset Formula $\hookrightarrow$
7790 \end_inset
7791
7792
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 </row>
7798 </lyxtabular>
7799
7800 \end_inset
7801
7802
7803 \begin_inset space \hfill{}
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \begin_layout Standard
7810 \begin_inset space \hfill{}
7811 \end_inset
7812
7813
7814 \begin_inset Tabular
7815 <lyxtabular version="3" rows="6" columns="2">
7816 <features rotate="0" tabularvalignment="middle">
7817 <column alignment="center" valignment="top" width="0pt">
7818 <column alignment="center" valignment="top" width="0pt">
7819 <row>
7820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 Commande
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Résultat
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \backslash
7846 leftrightarrow
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 \begin_inset Formula $\leftrightarrow$
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 </row>
7864 <row>
7865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \backslash
7871 Leftrightarrow
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 \begin_inset Formula $\Leftrightarrow$
7881 \end_inset
7882
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row>
7890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \backslash
7896 longleftrightarrow
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 \begin_inset Formula $\longleftrightarrow$
7906 \end_inset
7907
7908
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row>
7915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \backslash
7921 Longleftrightarrow
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 \begin_inset Formula $\Longleftrightarrow$
7931 \end_inset
7932
7933
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 </row>
7939 <row>
7940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944
7945 \backslash
7946 rightleftharpoons
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 \begin_inset Formula $\rightleftharpoons$
7956 \end_inset
7957
7958
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 </row>
7964 </lyxtabular>
7965
7966 \end_inset
7967
7968
7969 \begin_inset space \hspace{}
7970 \length 25pt
7971 \end_inset
7972
7973
7974 \begin_inset space \hfill{}
7975 \end_inset
7976
7977
7978 \begin_inset Tabular
7979 <lyxtabular version="3" rows="5" columns="2">
7980 <features rotate="0" tabularvalignment="middle">
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 Commande
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 mapsto
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 $\mapsto$
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 longmapsto
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 $\longmapsto$
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 leadsto
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 $\leadsto$
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" bottomline="true" leftline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083
8084 \backslash
8085 dasharrow
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094 \begin_inset Formula $\dasharrow$
8095 \end_inset
8096
8097
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 </row>
8103 </lyxtabular>
8104
8105 \end_inset
8106
8107
8108 \begin_inset space \hfill{}
8109 \end_inset
8110
8111
8112 \end_layout
8113
8114 \begin_layout Standard
8115 \begin_inset VSpace medskip
8116 \end_inset
8117
8118 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8119  flèches des vecteurs, sont listées dans 
8120 \begin_inset CommandInset ref
8121 LatexCommand ref
8122 reference "sec:Accents"
8123
8124 \end_inset
8125
8126 .
8127 \end_layout
8128
8129 \begin_layout Standard
8130 \begin_inset VSpace bigskip
8131 \end_inset
8132
8133 Il y a aussi les flèches avec étiquette 
8134 \begin_inset Index idx
8135 status collapsed
8136
8137 \begin_layout Plain Layout
8138 Flèches ! avec étiquette
8139 \end_layout
8140
8141 \end_inset
8142
8143  
8144 \series bold
8145
8146 \backslash
8147 xleftarrow
8148 \series default
8149
8150 \begin_inset Index idx
8151 status collapsed
8152
8153 \begin_layout Plain Layout
8154 Commandes ! X ! 
8155 \backslash
8156 xleftarrow
8157 \end_layout
8158
8159 \end_inset
8160
8161  et 
8162 \series bold
8163
8164 \backslash
8165 xrightarrow
8166 \series default
8167
8168 \begin_inset Index idx
8169 status collapsed
8170
8171 \begin_layout Plain Layout
8172 Commandes ! X ! 
8173 \backslash
8174 xrightarrow
8175 \begin_inset ERT
8176 status collapsed
8177
8178 \begin_layout Plain Layout
8179
8180
8181 \backslash
8182 vspace{4mm}
8183 \end_layout
8184
8185 \end_inset
8186
8187
8188 \end_layout
8189
8190 \end_inset
8191
8192 .
8193  Quand on insère une de ces commandes dans une formule, une flèche avec
8194  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8195  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8196 \end_layout
8197
8198 \begin_layout Standard
8199 \align center
8200 \begin_inset Tabular
8201 <lyxtabular version="3" rows="3" columns="2">
8202 <features rotate="0" tabularvalignment="middle">
8203 <column alignment="center" valignment="top" width="0pt">
8204 <column alignment="center" valignment="top" width="0pt">
8205 <row>
8206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Commande
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Résultat
8220 \begin_inset Note Note
8221 status collapsed
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226
8227 \backslash
8228 raisebox
8229 \series default
8230  est seulement utilisée pour faire de la place
8231 \end_layout
8232
8233 \end_inset
8234
8235
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 </row>
8241 <row>
8242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8243 \begin_inset Text
8244
8245 \begin_layout Plain Layout
8246 F(a)
8247 \backslash
8248 xleftarrow
8249 \begin_inset space \textvisiblespace{}
8250 \end_inset
8251
8252 x=a
8253 \begin_inset Formula $\downarrow$
8254 \end_inset
8255
8256 x>0
8257 \begin_inset Formula $\to$
8258 \end_inset
8259
8260 F(x)
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 F(x)
8284 \backslash
8285 xrightarrow
8286 \begin_inset space \textvisiblespace{}
8287 \end_inset
8288
8289 x=a
8290 \begin_inset Formula $\downarrow$
8291 \end_inset
8292
8293 x>0
8294 \begin_inset Formula $\to$
8295 \end_inset
8296
8297 F(a)
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8307 \end_inset
8308
8309
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 </lyxtabular>
8316
8317 \end_inset
8318
8319
8320 \end_layout
8321
8322 \begin_layout Standard
8323 \begin_inset VSpace medskip
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \begin_layout Standard
8330
8331 \lang english
8332 If you set in the document settings under 
8333 \family sans
8334 Math
8335 \begin_inset space ~
8336 \end_inset
8337
8338 Options
8339 \family default
8340  for the package
8341 \lang french
8342  
8343 \series bold
8344 mathtools
8345 \series default
8346
8347 \begin_inset Index idx
8348 status collapsed
8349
8350 \begin_layout Plain Layout
8351 Paquetages ! mathtools
8352 \end_layout
8353
8354 \end_inset
8355
8356  
8357 \lang english
8358 the option 
8359 \family sans
8360 Load
8361 \begin_inset space ~
8362 \end_inset
8363
8364 always
8365 \family default
8366 , you have access to the following labeled arrows:
8367 \end_layout
8368
8369 \begin_layout Standard
8370
8371 \lang english
8372 \begin_inset Newpage newpage
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \begin_layout Standard
8379 \align center
8380 \begin_inset space \hspace*{\fill}
8381 \end_inset
8382
8383
8384 \begin_inset Tabular
8385 <lyxtabular version="3" rows="7" columns="2">
8386 <features rotate="0" tabularvalignment="middle">
8387 <column alignment="center" valignment="top" width="0pt">
8388 <column alignment="center" valignment="top" width="0pt">
8389 <row>
8390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 Commande
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Exemple
8404 \begin_inset Note Note
8405 status collapsed
8406
8407 \begin_layout Plain Layout
8408
8409 \series bold
8410 \lang english
8411
8412 \backslash
8413 raisebox
8414 \series default
8415  is only used as spacer.
8416 \end_layout
8417
8418 \end_inset
8419
8420
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \backslash
8433 xleftrightarrow
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8443 \end_inset
8444
8445
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \backslash
8458 xLeftarrow
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8468 \end_inset
8469
8470
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 </row>
8476 <row>
8477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481
8482 \backslash
8483 xRightarrow
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8493 \end_inset
8494
8495
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \backslash
8508 xLeftrightarrow
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8518 \end_inset
8519
8520
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 </row>
8526 <row>
8527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531
8532 \backslash
8533 xhookleftarrow
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8543 \end_inset
8544
8545
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 </row>
8551 <row>
8552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556
8557 \backslash
8558 xhookrightarrow
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8568 \end_inset
8569
8570
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 </lyxtabular>
8577
8578 \end_inset
8579
8580
8581 \begin_inset space \hspace*{\fill}
8582 \end_inset
8583
8584
8585 \begin_inset Tabular
8586 <lyxtabular version="3" rows="7" columns="2">
8587 <features rotate="0" tabularvalignment="middle">
8588 <column alignment="center" valignment="top" width="0pt">
8589 <column alignment="center" valignment="top" width="0pt">
8590 <row>
8591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Commande
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 Exemple
8605 \begin_inset Note Note
8606 status collapsed
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 \lang english
8612
8613 \backslash
8614 raisebox
8615 \series default
8616  is only used as spacer.
8617 \end_layout
8618
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 <row>
8628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632
8633 \backslash
8634 xleftharpoondown
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
8644 \end_inset
8645
8646
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 </row>
8652 <row>
8653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657
8658 \backslash
8659 xleftharpoonup
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
8669 \end_inset
8670
8671
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 </row>
8677 <row>
8678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682
8683 \backslash
8684 xrightharpoondown
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
8694 \end_inset
8695
8696
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \backslash
8709 xrightharpoonup
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
8719 \end_inset
8720
8721
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \backslash
8734 xleftrightharpoons
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
8744 \end_inset
8745
8746
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 </row>
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
8758 \backslash
8759 xrightleftharpoons
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
8769 \end_inset
8770
8771
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 </row>
8777 </lyxtabular>
8778
8779 \end_inset
8780
8781
8782 \begin_inset space \hspace*{\fill}
8783 \end_inset
8784
8785
8786 \end_layout
8787
8788 \begin_layout Standard
8789
8790 \lang english
8791 The command scheme is for all these arrows:
8792 \end_layout
8793
8794 \begin_layout Standard
8795 \align center
8796 \begin_inset Tabular
8797 <lyxtabular version="3" rows="2" columns="2">
8798 <features rotate="0" tabularvalignment="middle">
8799 <column alignment="center" valignment="top" width="0pt">
8800 <column alignment="center" valignment="top" width="0pt">
8801 <row>
8802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Commande
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 Résultat
8816 \begin_inset Note Note
8817 status collapsed
8818
8819 \begin_layout Plain Layout
8820
8821 \series bold
8822 \lang english
8823
8824 \backslash
8825 raisebox
8826 \series default
8827  is only used as spacer.
8828 \end_layout
8829
8830 \end_inset
8831
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 F(a)
8844 \backslash
8845 xleftrightarrow[x=a]
8846 \backslash
8847 {x>0
8848 \begin_inset Formula $\to$
8849 \end_inset
8850
8851 F(x)
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 </lyxtabular>
8870
8871 \end_inset
8872
8873
8874 \end_layout
8875
8876 \begin_layout Subsection
8877 Flèches verticales et diagonales
8878 \begin_inset Index idx
8879 status collapsed
8880
8881 \begin_layout Plain Layout
8882 Flèches ! diagonales
8883 \end_layout
8884
8885 \end_inset
8886
8887
8888 \begin_inset Index idx
8889 status collapsed
8890
8891 \begin_layout Plain Layout
8892 Flèches ! verticales
8893 \end_layout
8894
8895 \end_inset
8896
8897
8898 \end_layout
8899
8900 \begin_layout Standard
8901 \begin_inset space \hfill{}
8902 \end_inset
8903
8904
8905 \begin_inset Tabular
8906 <lyxtabular version="3" rows="7" columns="2">
8907 <features rotate="0" tabularvalignment="middle">
8908 <column alignment="center" valignment="top" width="0pt">
8909 <column alignment="center" valignment="top" width="0pt">
8910 <row>
8911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Commande
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 Résultat
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \backslash
8937 uparrow
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 \begin_inset Formula $\uparrow$
8947 \end_inset
8948
8949
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 </row>
8955 <row>
8956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960
8961 \backslash
8962 Uparrow
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 \begin_inset Formula $\Uparrow$
8972 \end_inset
8973
8974
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 </row>
8980 <row>
8981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985
8986 \backslash
8987 updownarrow
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\updownarrow$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \backslash
9012 Updownarrow
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 \begin_inset Formula $\Updownarrow$
9022 \end_inset
9023
9024
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 </row>
9030 <row>
9031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035
9036 \backslash
9037 Downarrow
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 \begin_inset Formula $\Downarrow$
9047 \end_inset
9048
9049
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 </row>
9055 <row>
9056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060
9061 \backslash
9062 downarrow
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 \begin_inset Formula $\downarrow$
9072 \end_inset
9073
9074
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 </lyxtabular>
9081
9082 \end_inset
9083
9084
9085 \begin_inset space \hfill{}
9086 \end_inset
9087
9088
9089 \begin_inset Tabular
9090 <lyxtabular version="3" rows="5" columns="2">
9091 <features rotate="0" tabularvalignment="middle">
9092 <column alignment="center" valignment="top" width="0pt">
9093 <column alignment="center" valignment="top" width="0pt">
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 Commande
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108 Résultat
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 </row>
9114 <row>
9115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \backslash
9121 nearrow
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 \begin_inset Formula $\nearrow$
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \backslash
9146 searrow
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 \begin_inset Formula $\searrow$
9156 \end_inset
9157
9158
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \backslash
9171 swarrow
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 \begin_inset Formula $\swarrow$
9181 \end_inset
9182
9183
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 </row>
9189 <row>
9190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194
9195 \backslash
9196 nwarrow
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 \begin_inset Formula $\nwarrow$
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 </row>
9214 </lyxtabular>
9215
9216 \end_inset
9217
9218
9219 \begin_inset space \hfill{}
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \begin_layout Standard
9226 \begin_inset VSpace medskip
9227 \end_inset
9228
9229 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
9230  même temps que les commandes décrites dans 
9231 \begin_inset CommandInset ref
9232 LatexCommand ref
9233 reference "sub:Taille-parenthèses-manuelle"
9234
9235 \end_inset
9236
9237  et 
9238 \begin_inset CommandInset ref
9239 LatexCommand ref
9240 reference "sub:Taille-parenthèses-automatique"
9241
9242 \end_inset
9243
9244 .
9245 \end_layout
9246
9247 \begin_layout Section
9248 Accents
9249 \begin_inset CommandInset label
9250 LatexCommand label
9251 name "sec:Accents"
9252
9253 \end_inset
9254
9255
9256 \begin_inset Index idx
9257 status collapsed
9258
9259 \begin_layout Plain Layout
9260 Accents
9261 \end_layout
9262
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \begin_layout Standard
9269 On peut ajouter des accents avec le bouton
9270 \begin_inset space ~
9271 \end_inset
9272
9273
9274 \begin_inset Info
9275 type  "icon"
9276 arg   "math-insert \\hat"
9277 \end_inset
9278
9279  de la barre d'outils mathématique ou en utilisant les commandes listées
9280  dans les sous-sections qui suivent.
9281 \end_layout
9282
9283 \begin_layout Subsection
9284 Accents pour un caractère
9285 \begin_inset ERT
9286 status collapsed
9287
9288 \begin_layout Plain Layout
9289
9290
9291 \backslash
9292 texorpdfstring{
9293 \end_layout
9294
9295 \end_inset
9296
9297
9298 \begin_inset Foot
9299 status collapsed
9300
9301 \begin_layout Plain Layout
9302 pour les accents dans le texte, voir 
9303 \begin_inset CommandInset ref
9304 LatexCommand ref
9305 reference "sub:Accents-dans-le-texte"
9306
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \end_inset
9313
9314
9315 \begin_inset ERT
9316 status collapsed
9317
9318 \begin_layout Plain Layout
9319
9320 }{}
9321 \end_layout
9322
9323 \end_inset
9324
9325
9326 \begin_inset Note Note
9327 status collapsed
9328
9329 \begin_layout Plain Layout
9330
9331 \series bold
9332
9333 \backslash
9334 texorpdfstring
9335 \series default
9336  est utilisé pour éviter que la note de bas de page apparaisse dans les
9337  signets PDF.
9338 \end_layout
9339
9340 \begin_layout Plain Layout
9341 Plus au sujet de 
9342 \series bold
9343
9344 \backslash
9345 texorpdfstring
9346 \series default
9347  dans la section 
9348 \begin_inset CommandInset ref
9349 LatexCommand ref
9350 reference "sub:formules-dans-les-entêtes"
9351
9352 \end_inset
9353
9354 .
9355 \end_layout
9356
9357 \end_inset
9358
9359
9360 \begin_inset CommandInset label
9361 LatexCommand label
9362 name "sub:Accents-sur-un-caractère"
9363
9364 \end_inset
9365
9366
9367 \begin_inset Index idx
9368 status collapsed
9369
9370 \begin_layout Plain Layout
9371 Accents ! pour un caractère
9372 \end_layout
9373
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \begin_layout Standard
9380 \begin_inset space \hfill{}
9381 \end_inset
9382
9383
9384 \begin_inset Tabular
9385 <lyxtabular version="3" rows="8" columns="2">
9386 <features rotate="0" tabularvalignment="middle">
9387 <column alignment="center" valignment="top" width="0pt">
9388 <column alignment="center" valignment="top" width="0pt">
9389 <row>
9390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 Commande
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403 Résultat
9404 \begin_inset Note Note
9405 status collapsed
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410
9411 \backslash
9412 raisebox
9413 \series default
9414  est seulement utilisée pour faire de la place
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \backslash
9432 dot
9433 \begin_inset space \textvisiblespace{}
9434 \end_inset
9435
9436 A
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 <row>
9455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \backslash
9461 ddot
9462 \begin_inset space \textvisiblespace{}
9463 \end_inset
9464
9465 A
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row>
9484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \backslash
9490 dddot
9491 \begin_inset space \textvisiblespace{}
9492 \end_inset
9493
9494 A
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9504 \end_inset
9505
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row>
9513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517
9518 \backslash
9519 ddddot
9520 \begin_inset space \textvisiblespace{}
9521 \end_inset
9522
9523 A
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 <row>
9542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546
9547 \backslash
9548 vec
9549 \begin_inset space \textvisiblespace{}
9550 \end_inset
9551
9552 A
9553 \begin_inset Index idx
9554 status collapsed
9555
9556 \begin_layout Plain Layout
9557 Vecteurs
9558 \end_layout
9559
9560 \end_inset
9561
9562
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row>
9581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \backslash
9587 bar
9588 \begin_inset space \textvisiblespace{}
9589 \end_inset
9590
9591 A
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9601 \end_inset
9602
9603
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 </row>
9609 <row>
9610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614
9615 \backslash
9616 mathring
9617 \begin_inset space \textvisiblespace{}
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}{}\mathring{A}$
9630 \end_inset
9631
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 </row>
9638 </lyxtabular>
9639
9640 \end_inset
9641
9642
9643 \begin_inset space \hfill{}
9644 \end_inset
9645
9646
9647 \begin_inset Tabular
9648 <lyxtabular version="3" rows="7" columns="2">
9649 <features rotate="0" tabularvalignment="middle">
9650 <column alignment="center" valignment="top" width="0pt">
9651 <column alignment="center" valignment="top" width="0pt">
9652 <row>
9653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 Commande
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Résultat
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 tilde
9680 \begin_inset space \textvisiblespace{}
9681 \end_inset
9682
9683 A
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9693 \end_inset
9694
9695
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 </row>
9701 <row>
9702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706
9707 \backslash
9708 hat
9709 \begin_inset space \textvisiblespace{}
9710 \end_inset
9711
9712 A
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 </row>
9730 <row>
9731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735
9736 \backslash
9737 check
9738 \begin_inset space \textvisiblespace{}
9739 \end_inset
9740
9741 A
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 acute
9767 \begin_inset space \textvisiblespace{}
9768 \end_inset
9769
9770 A
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9780 \end_inset
9781
9782
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 </row>
9788 <row>
9789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793
9794 \backslash
9795 grave
9796 \begin_inset space \textvisiblespace{}
9797 \end_inset
9798
9799 A
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9809 \end_inset
9810
9811
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 </row>
9817 <row>
9818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \backslash
9824 breve
9825 \begin_inset space \textvisiblespace{}
9826 \end_inset
9827
9828 A
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 </lyxtabular>
9847
9848 \end_inset
9849
9850
9851 \begin_inset space \hfill{}
9852 \end_inset
9853
9854
9855 \end_layout
9856
9857 \begin_layout Standard
9858 \begin_inset VSpace bigskip
9859 \end_inset
9860
9861 Vous pouvez insérer directement des caractères accentués comme un é dans
9862  des formules.
9863  LyX va les transformer en la commande correspondante.
9864  Pour créer des trémas (umlauts en allemand)
9865 \begin_inset Index idx
9866 status collapsed
9867
9868 \begin_layout Plain Layout
9869 Umlauts | see
9870 \begin_inset ERT
9871 status collapsed
9872
9873 \begin_layout Plain Layout
9874
9875 {
9876 \end_layout
9877
9878 \end_inset
9879
9880 Trémas
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Plain Layout
9885
9886 }
9887 \end_layout
9888
9889 \end_inset
9890
9891
9892 \end_layout
9893
9894 \end_inset
9895
9896
9897 \begin_inset Index idx
9898 status collapsed
9899
9900 \begin_layout Plain Layout
9901 Trémas
9902 \end_layout
9903
9904 \end_inset
9905
9906  dans des formules, il est préférable d'insérer des guillemets devant la
9907  voyelle.
9908  Ces deux caractères sont alors traités comme 
9909 \emph on
9910 un seul 
9911 \emph default
9912 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9913  étant en allemand.
9914  Avec cette méthode, contrairement à 
9915 \series bold
9916
9917 \backslash
9918 ddot
9919 \series default
9920 , on crée de 
9921 \begin_inset Quotes eld
9922 \end_inset
9923
9924 vrais
9925 \begin_inset Quotes erd
9926 \end_inset
9927
9928  umlauts, comme le montre l'exemple suivant:
9929 \end_layout
9930
9931 \begin_layout Standard
9932 \begin_inset VSpace -2mm
9933 \end_inset
9934
9935
9936 \end_layout
9937
9938 \begin_layout Standard
9939 \align center
9940 \begin_inset Tabular
9941 <lyxtabular version="3" rows="3" columns="2">
9942 <features rotate="0" tabularvalignment="middle">
9943 <column alignment="center" valignment="top">
9944 <column alignment="center" valignment="top">
9945 <row>
9946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 Commande
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959 Résultat
9960 \begin_inset Note Note
9961 status collapsed
9962
9963 \begin_layout Plain Layout
9964
9965 \series bold
9966
9967 \backslash
9968 raisebox
9969 \series default
9970  et le 0
9971 \begin_inset space \thinspace{}
9972 \end_inset
9973
9974 pt espace sont seulement utilisés pour faire de la place
9975 \end_layout
9976
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 \begin_inset Quotes grd
9991 \end_inset
9992
9993 i
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 \begin_inset space \hspace{}
10003 \length 0pt
10004 \end_inset
10005
10006
10007 \lang german
10008
10009 \begin_inset Formula $"i$
10010 \end_inset
10011
10012
10013 \lang french
10014
10015 \begin_inset Note Note
10016 status collapsed
10017
10018 \begin_layout Plain Layout
10019 il faut que cette formule soit en allemand (NdT)
10020 \end_layout
10021
10022 \end_inset
10023
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \backslash
10037 ddot
10038 \begin_inset space \textvisiblespace{}
10039 \end_inset
10040
10041 i
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 </lyxtabular>
10060
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \begin_layout Standard
10067 Un autre avantage par rapport à 
10068 \series bold
10069
10070 \backslash
10071 ddot
10072 \series default
10073  est que les trémas peuvent être convertis directement en texte mathématique,
10074  parce que les accents vus plus haut 
10075 \emph on
10076 ne sont pas autorisés 
10077 \emph default
10078 en texte mathématique.
10079  Quand on convertit un caractère accentué en texte mathématique, seul le
10080  caractère qui est sous l'accent est converti.
10081  Ceci s'applique aussi à toutes les autres conversions comme par exemple
10082  l'italique ou le gras.
10083 \end_layout
10084
10085 \begin_layout Standard
10086 En texte mathématique, les trémas et autres caractères accentués peuvent
10087  être insérés directement.
10088 \end_layout
10089
10090 \begin_layout Standard
10091 \begin_inset VSpace bigskip
10092 \end_inset
10093
10094
10095 \end_layout
10096
10097 \begin_layout Standard
10098
10099 \lang english
10100 LyX also supports a tilde under the character if the LaTeX-package
10101 \lang french
10102  
10103 \series bold
10104 undertilde
10105 \series default
10106
10107 \begin_inset Index idx
10108 status collapsed
10109
10110 \begin_layout Plain Layout
10111 Paquetages ! undertilde
10112 \end_layout
10113
10114 \end_inset
10115
10116  
10117 \lang english
10118 is installed on your system:
10119 \end_layout
10120
10121 \begin_layout Standard
10122 \begin_inset ERT
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126
10127
10128 \backslash
10129 ifundertilde 
10130 \end_layout
10131
10132 \end_inset
10133
10134
10135 \begin_inset Note Note
10136 status open
10137
10138 \begin_layout Plain Layout
10139 Ce qui suit ne sera affiché que si le paquetage LaTeX 
10140 \series bold
10141 undertilde
10142 \series default
10143  est installé:
10144 \end_layout
10145
10146 \end_inset
10147
10148
10149 \end_layout
10150
10151 \begin_layout Standard
10152 \noindent
10153 \align center
10154 \begin_inset Tabular
10155 <lyxtabular version="3" rows="2" columns="2">
10156 <features rotate="0" tabularvalignment="middle">
10157 <column alignment="center" valignment="top" width="0pt">
10158 <column alignment="center" valignment="top" width="0pt">
10159 <row>
10160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 Commande
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 Résultat
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row>
10180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184
10185 \backslash
10186 utilde
10187 \begin_inset space \textvisiblespace{}
10188 \end_inset
10189
10190 A
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 </lyxtabular>
10209
10210 \end_inset
10211
10212
10213 \end_layout
10214
10215 \begin_layout Standard
10216 \begin_inset ERT
10217 status collapsed
10218
10219 \begin_layout Plain Layout
10220
10221
10222 \backslash
10223 else 
10224 \end_layout
10225
10226 \end_inset
10227
10228
10229 \begin_inset Note Note
10230 status open
10231
10232 \begin_layout Plain Layout
10233 Ce qui suit sera affiché si la paquetage LaTeX 
10234 \series bold
10235 undertilde
10236 \series default
10237  n'est pas installé:
10238 \end_layout
10239
10240 \end_inset
10241
10242
10243 \end_layout
10244
10245 \begin_layout Standard
10246 Vous avez besoin du paquetage LaTeX 
10247 \series bold
10248 undertilde
10249 \series default
10250  pour voir le reste de cette sous section dans la sortie finale.
10251 \end_layout
10252
10253 \begin_layout Standard
10254 \begin_inset ERT
10255 status collapsed
10256
10257 \begin_layout Plain Layout
10258
10259
10260 \backslash
10261 fi 
10262 \end_layout
10263
10264 \end_inset
10265
10266
10267 \end_layout
10268
10269 \begin_layout Subsection
10270 Accents pour plusieurs caractères
10271 \begin_inset Index idx
10272 status collapsed
10273
10274 \begin_layout Plain Layout
10275 Accents ! pour plusieurs caractères
10276 \end_layout
10277
10278 \end_inset
10279
10280
10281 \end_layout
10282
10283 \begin_layout Standard
10284 \begin_inset space \hfill{}
10285 \end_inset
10286
10287
10288 \begin_inset Tabular
10289 <lyxtabular version="3" rows="5" columns="2">
10290 <features rotate="0" tabularvalignment="middle">
10291 <column alignment="center" valignment="top" width="0pt">
10292 <column alignment="center" valignment="top" width="0pt">
10293 <row>
10294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Commande
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 Résultat
10308 \begin_inset Note Note
10309 status collapsed
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314
10315 \backslash
10316 raisebox
10317 \series default
10318  est seulement utilisée pour faire de la place
10319 \end_layout
10320
10321 \end_inset
10322
10323
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row>
10330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334
10335 \backslash
10336 overleftarrow
10337 \begin_inset space \textvisiblespace{}
10338 \end_inset
10339
10340 A=B
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10350 \end_inset
10351
10352
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \backslash
10365 underleftarrow
10366 \begin_inset space \textvisiblespace{}
10367 \end_inset
10368
10369 A=B
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10379 \end_inset
10380
10381
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \backslash
10394 overleftrightarrow
10395 \begin_inset space \textvisiblespace{}
10396 \end_inset
10397
10398 A=B
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10408 \end_inset
10409
10410
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 </row>
10416 <row>
10417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10418 \begin_inset Text
10419
10420 \begin_layout Plain Layout
10421
10422 \backslash
10423 underleftrightarrow
10424 \begin_inset space \textvisiblespace{}
10425 \end_inset
10426
10427 A=B
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10437 \end_inset
10438
10439
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 </row>
10445 </lyxtabular>
10446
10447 \end_inset
10448
10449
10450 \begin_inset space \hfill{}
10451 \end_inset
10452
10453
10454 \begin_inset Tabular
10455 <lyxtabular version="3" rows="5" columns="2">
10456 <features rotate="0" tabularvalignment="middle">
10457 <column alignment="center" valignment="top" width="0pt">
10458 <column alignment="center" valignment="top" width="0pt">
10459 <row>
10460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Commande
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Résultat
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \backslash
10486 overrightarrow
10487 \begin_inset space \textvisiblespace{}
10488 \end_inset
10489
10490 A=B
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 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10500 \end_inset
10501
10502
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 </row>
10508 <row>
10509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513
10514 \backslash
10515 underrightarrow
10516 \begin_inset space \textvisiblespace{}
10517 \end_inset
10518
10519 A=B
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10529 \end_inset
10530
10531
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 </row>
10537 <row>
10538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542
10543 \backslash
10544 widetilde
10545 \begin_inset space \textvisiblespace{}
10546 \end_inset
10547
10548 A=B
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10558 \end_inset
10559
10560
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \backslash
10573 widehat
10574 \begin_inset space \textvisiblespace{}
10575 \end_inset
10576
10577 A=B
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10587 \end_inset
10588
10589
10590 \end_layout
10591
10592 \end_inset
10593 </cell>
10594 </row>
10595 </lyxtabular>
10596
10597 \end_inset
10598
10599
10600 \begin_inset space \hfill{}
10601 \end_inset
10602
10603
10604 \end_layout
10605
10606 \begin_layout Standard
10607 \begin_inset VSpace medskip
10608 \end_inset
10609
10610 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10611  voulez.
10612  Mais les accents 
10613 \series bold
10614
10615 \backslash
10616 widetilde
10617 \series default
10618  et 
10619 \series bold
10620
10621 \backslash
10622 widehat 
10623 \series default
10624 apparaîtront dans la sortie finale avec une longueur de seulement trois
10625  caractères, comme on le voit dans l'exemple suivant:
10626 \begin_inset Formula 
10627 \[
10628 \widetilde{A+B=C-D}
10629 \]
10630
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \begin_layout Standard
10637 Avec les commandes 
10638 \series bold
10639
10640 \backslash
10641 overset
10642 \series default
10643
10644 \begin_inset Index idx
10645 status collapsed
10646
10647 \begin_layout Plain Layout
10648 Commandes ! O ! 
10649 \backslash
10650 overset
10651 \end_layout
10652
10653 \end_inset
10654
10655  et 
10656 \series bold
10657
10658 \backslash
10659 underset
10660 \series default
10661
10662 \begin_inset Index idx
10663 status collapsed
10664
10665 \begin_layout Plain Layout
10666 Commandes ! U ! 
10667 \backslash
10668 underset
10669 \end_layout
10670
10671 \end_inset
10672
10673  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10674  plusieurs caractères.
10675
10676 \series bold
10677  
10678 \series default
10679 La commande
10680 \series bold
10681  
10682 \backslash
10683 underset
10684 \begin_inset space \textvisiblespace{}
10685 \end_inset
10686
10687 A=B
10688 \begin_inset Formula $\downarrow$
10689 \end_inset
10690
10691 ***
10692 \series default
10693  donne:
10694 \begin_inset Formula 
10695 \[
10696 \underset{***}{A=B}
10697 \]
10698
10699 \end_inset
10700
10701
10702 \end_layout
10703
10704 \begin_layout Section
10705 Espace
10706 \begin_inset CommandInset label
10707 LatexCommand label
10708 name "sub:Espace"
10709
10710 \end_inset
10711
10712
10713 \begin_inset Index idx
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717 Espace ! horizontal
10718 \end_layout
10719
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \begin_layout Subsection
10726 Espace prédéfini
10727 \begin_inset CommandInset label
10728 LatexCommand label
10729 name "sub:Espace-prédéfini"
10730
10731 \end_inset
10732
10733
10734 \begin_inset Index idx
10735 status collapsed
10736
10737 \begin_layout Plain Layout
10738 Espace ! horizontal ! prédéfini
10739 \end_layout
10740
10741 \end_inset
10742
10743
10744 \end_layout
10745
10746 \begin_layout Standard
10747 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10748  On le fait en utilisant une espace insécable (raccourci 
10749 \family sans
10750 Ctrl-Espace
10751 \family default
10752 ).
10753  Un 
10754 \begin_inset Quotes eld
10755 \end_inset
10756
10757
10758 \color blue
10759
10760 \begin_inset space \textvisiblespace{}
10761 \end_inset
10762
10763
10764 \color inherit
10765
10766 \begin_inset Quotes erd
10767 \end_inset
10768
10769  apparaît et en appuyant plusieurs fois sur 
10770 \family sans
10771 Espace
10772 \family default
10773  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10774  On peut aussi insérer ces espaces en utilisant le bouton 
10775 \begin_inset Info
10776 type  "icon"
10777 arg   "math-insert \\space"
10778 \end_inset
10779
10780  de la barre d'outils mathématique.
10781  Indépendemment de la commande insérée, on peut toujours changer de taille
10782  après en appuyant sur 
10783 \family sans
10784 Espace
10785 \family default
10786 .
10787  
10788 \end_layout
10789
10790 \begin_layout Standard
10791 \noindent
10792 \align center
10793 \begin_inset Tabular
10794 <lyxtabular version="3" rows="6" columns="3">
10795 <features rotate="0" tabularvalignment="middle">
10796 <column alignment="center" valignment="top">
10797 <column alignment="center" valignment="middle" width="15col%">
10798 <column alignment="center" valignment="top">
10799 <row>
10800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 Commande
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Nombre de fois où on appuye la barre d'
10814 \family sans
10815 Espace
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10821 \begin_inset Text
10822
10823 \begin_layout Plain Layout
10824 Résultat
10825 \end_layout
10826
10827 \end_inset
10828 </cell>
10829 </row>
10830 <row>
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835
10836 \backslash
10837 ,
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 0
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 \begin_inset Formula $A\, B$
10856 \end_inset
10857
10858
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row>
10865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \backslash
10871 :
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 1
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 \begin_inset Formula $A\: B$
10890 \end_inset
10891
10892
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Plain Layout
10903
10904 \backslash
10905 ;
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10911 \begin_inset Text
10912
10913 \begin_layout Plain Layout
10914 2
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 \begin_inset Formula $A\; B$
10924 \end_inset
10925
10926
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937
10938 \backslash
10939 quad
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 3
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957 \begin_inset Formula $A\quad B$
10958 \end_inset
10959
10960
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 </row>
10966 <row>
10967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971
10972 \backslash
10973 qquad
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 4
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 \begin_inset Formula $A\qquad B$
10992 \end_inset
10993
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 </lyxtabular>
11001
11002 \end_inset
11003
11004
11005 \begin_inset space \hfill{}
11006 \end_inset
11007
11008
11009 \begin_inset Tabular
11010 <lyxtabular version="3" rows="6" columns="3">
11011 <features rotate="0" tabularvalignment="middle">
11012 <column alignment="center" valignment="top">
11013 <column alignment="center" valignment="middle" width="15col%">
11014 <column alignment="center" valignment="top">
11015 <row>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 Commande
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 Nombre de fois où on appuye la barre d'
11030 \family sans
11031 Espace
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 Résultat
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 <row>
11047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051
11052 \backslash
11053 hfill
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 5
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11068 \begin_inset Text
11069
11070 \begin_layout Plain Layout
11071 \begin_inset Formula $A\hfill B$
11072 \end_inset
11073
11074
11075 \end_layout
11076
11077 \end_inset
11078 </cell>
11079 </row>
11080 <row>
11081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085
11086 \backslash
11087 hspace*{1em}
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11093 \begin_inset Text
11094
11095 \begin_layout Plain Layout
11096 6
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 \begin_inset Formula $A\hspace*{1em}B$
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119
11120 \backslash
11121 hspace{1em}
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 7
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 \begin_inset Formula $A\hspace{1em}B$
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 </row>
11148 <row>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153
11154 \backslash
11155
11156 \begin_inset space \textvisiblespace{}
11157 \end_inset
11158
11159
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 8
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 \begin_inset Formula $A\ B$
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 <row>
11187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \backslash
11193 !
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 9
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 \begin_inset Formula $A\! B$
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 </lyxtabular>
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \begin_layout Standard
11228
11229 \lang english
11230 Space
11231 \begin_inset space ~
11232 \end_inset
11233
11234 5
11235 \begin_inset space \thinspace{}
11236 \end_inset
11237
11238 --
11239 \begin_inset space \thinspace{}
11240 \end_inset
11241
11242 7 are variable spaces which are explained in
11243 \lang french
11244  
11245 \begin_inset CommandInset ref
11246 LatexCommand ref
11247 reference "sub:Espace-variable"
11248
11249 \end_inset
11250
11251 .
11252  La taille
11253 \begin_inset space ~
11254 \end_inset
11255
11256 9 n'a pas l'air de produire une espace.
11257  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
11258  parce que c'est une espace négative.
11259  Il y a deux autres espaces négatives:
11260 \end_layout
11261
11262 \begin_layout Standard
11263 \align center
11264 \begin_inset Tabular
11265 <lyxtabular version="3" rows="3" columns="3">
11266 <features rotate="0" tabularvalignment="middle">
11267 <column alignment="center" valignment="middle" width="6.8cm">
11268 <column alignment="center" valignment="top" width="0pt">
11269 <column alignment="center" valignment="top" width="0pt">
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 Commande
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \backslash
11286 negmedspace
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295
11296 \backslash
11297 negthickspace
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 Nombre de fois où on a appuyé sur la barre d'
11309 \family sans
11310 Espace 
11311 \family default
11312 après avoir inséré l'espace insécable
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 10
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 11
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 <row>
11337 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 Résultat
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 \begin_inset Formula $A\negmedspace B$
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 \begin_inset Formula $A\negthickspace B$
11363 \end_inset
11364
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 </lyxtabular>
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 Les espaces négatives peuvent faire que les caractères se chevauchent.
11380  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
11381  les opérateurs de somme:
11382 \end_layout
11383
11384 \begin_layout Standard
11385 \align center
11386 \begin_inset Tabular
11387 <lyxtabular version="3" rows="3" columns="2">
11388 <features rotate="0" tabularvalignment="middle">
11389 <column alignment="center" valignment="top">
11390 <column alignment="center" valignment="top">
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 Commande
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 Résultat
11406 \begin_inset Note Note
11407 status collapsed
11408
11409 \begin_layout Plain Layout
11410
11411 \series bold
11412
11413 \backslash
11414 raisebox
11415 \series default
11416  est seulement utilisée pour faire de la place
11417 \end_layout
11418
11419 \end_inset
11420
11421
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 <row>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432
11433 \backslash
11434 sum
11435 \backslash
11436 sum
11437 \begin_inset space \textvisiblespace{}
11438 \end_inset
11439
11440 f_kl
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \backslash
11465 sum
11466 \backslash
11467 negmedspace
11468 \backslash
11469 sum
11470 \begin_inset space \textvisiblespace{}
11471 \end_inset
11472
11473 f_kl
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 </lyxtabular>
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \begin_layout Standard
11499 \noindent
11500 \begin_inset VSpace medskip
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \begin_layout Standard
11507 \noindent
11508 Les opérateur de relations comme par exemple le signe égal, sont toujours
11509  entourés par des espaces.
11510  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
11511  L'exemple suivant donne une illustration:
11512 \end_layout
11513
11514 \begin_layout Standard
11515 \align center
11516 \begin_inset Tabular
11517 <lyxtabular version="3" rows="2" columns="2">
11518 <features rotate="0" tabularvalignment="middle">
11519 <column alignment="center" valignment="top" width="0pt">
11520 <column alignment="center" valignment="top" width="0pt">
11521 <row>
11522 <cell alignment="center" valignment="top" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 équation normale
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 \begin_inset Formula $A=B$
11536 \end_inset
11537
11538
11539 \end_layout
11540
11541 \end_inset
11542 </cell>
11543 </row>
11544 <row>
11545 <cell alignment="center" valignment="top" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 \begin_inset Note Note
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553
11554 \series bold
11555
11556 \backslash
11557 raisebox
11558 \series default
11559  est seulement utilisée pour faire de la place
11560 \end_layout
11561
11562 \end_inset
11563
11564
11565 \begin_inset Formula $\raisebox{5mm}{}$
11566 \end_inset
11567
11568 équation sans espace
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 \begin_inset Formula $A{=}B$
11578 \end_inset
11579
11580
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 </row>
11586 </lyxtabular>
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Standard
11594 \noindent
11595 La commande utilisée pour la dernière formule est: 
11596 \series bold
11597 A
11598 \backslash
11599 {=
11600 \begin_inset Formula $\to$
11601 \end_inset
11602
11603 B
11604 \end_layout
11605
11606 \begin_layout Standard
11607 \begin_inset VSpace bigskip
11608 \end_inset
11609
11610 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11611  insérée entre la valeur et l'unité est une espace fine et pas une espace
11612  normale.
11613  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11614 \family sans
11615 Insertion\SpecialChar \menuseparator
11616 Typographie
11617 \begin_inset space ~
11618 \end_inset
11619
11620 spéciale\SpecialChar \menuseparator
11621 Espace
11622 \begin_inset space ~
11623 \end_inset
11624
11625 fine
11626 \family default
11627  (raccourci 
11628 \family sans
11629 Ctrl+Shift+Espace
11630 \family default
11631 ).
11632 \end_layout
11633
11634 \begin_layout Standard
11635 Un exemple pour voir la différence:
11636 \end_layout
11637
11638 \begin_layout Standard
11639 \begin_inset Tabular
11640 <lyxtabular version="3" rows="2" columns="2">
11641 <features rotate="0" tabularvalignment="middle">
11642 <column alignment="left" valignment="top">
11643 <column alignment="left" valignment="top">
11644 <row>
11645 <cell alignment="center" valignment="top" usebox="none">
11646 \begin_inset Text
11647
11648 \begin_layout Plain Layout
11649 24 kW
11650 \begin_inset Formula $\cdot$
11651 \end_inset
11652
11653 h
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 espace normale entre l'unité est la valeur
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 </row>
11668 <row>
11669 <cell alignment="center" valignment="top" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 24
11674 \begin_inset space \thinspace{}
11675 \end_inset
11676
11677 kW
11678 \begin_inset Formula $\cdot$
11679 \end_inset
11680
11681 h
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 espace fine entre l'unité et la valeur
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 </lyxtabular>
11697
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \begin_layout Subsection
11704 Espace variable
11705 \begin_inset ERT
11706 status collapsed
11707
11708 \begin_layout Plain Layout
11709
11710
11711 \backslash
11712 texorpdfstring{
11713 \end_layout
11714
11715 \end_inset
11716
11717
11718 \begin_inset Foot
11719 status collapsed
11720
11721 \begin_layout Plain Layout
11722 pour les espacements verticaux dans les formules, voir 
11723 \begin_inset CommandInset ref
11724 LatexCommand ref
11725 reference "sub:Séparation-des-lignes"
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \end_inset
11733
11734
11735 \begin_inset ERT
11736 status collapsed
11737
11738 \begin_layout Plain Layout
11739
11740 }{}
11741 \end_layout
11742
11743 \end_inset
11744
11745
11746 \begin_inset Note Note
11747 status collapsed
11748
11749 \begin_layout Plain Layout
11750
11751 \backslash
11752 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11753  dans les signets PDF.
11754 \end_layout
11755
11756 \begin_layout Plain Layout
11757 Plus au sujet de 
11758 \backslash
11759 texorpdfstring dans la section 
11760 \begin_inset CommandInset ref
11761 LatexCommand ref
11762 reference "sub:formules-dans-les-entêtes"
11763
11764 \end_inset
11765
11766 .
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \begin_inset CommandInset label
11773 LatexCommand label
11774 name "sub:Espace-variable"
11775
11776 \end_inset
11777
11778
11779 \begin_inset Index idx
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783 Espace ! horizontal ! variable
11784 \end_layout
11785
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \begin_layout Standard
11792 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11793  
11794 \series bold
11795
11796 \backslash
11797 hspace
11798 \series default
11799
11800 \begin_inset Index idx
11801 status collapsed
11802
11803 \begin_layout Plain Layout
11804 Commandes ! H ! 
11805 \backslash
11806 hspace
11807 \end_layout
11808
11809 \end_inset
11810
11811 .
11812  Un 
11813 \begin_inset Quotes eld
11814 \end_inset
11815
11816
11817 \color blue
11818
11819 \begin_inset space \textvisiblespace{}
11820 \end_inset
11821
11822
11823 \color inherit
11824
11825 \begin_inset Quotes erd
11826 \end_inset
11827
11828  long apparaît.
11829  La longueur peut être précisée en faisant un clic gauche sur le 
11830 \begin_inset Quotes eld
11831 \end_inset
11832
11833
11834 \color blue
11835
11836 \begin_inset space \textvisiblespace{}
11837 \end_inset
11838
11839
11840 \color inherit
11841
11842 \begin_inset Quotes erd
11843 \end_inset
11844
11845 .
11846  La longueur peut aussi être négative.
11847  
11848 \lang english
11849 When a space would be the first character in a line it would be omitted.
11850  To force its output use the command 
11851 \series bold
11852
11853 \backslash
11854 hspace*
11855 \series default
11856  instead of 
11857 \series bold
11858
11859 \backslash
11860 hspace
11861 \series default
11862  or left-click on the 
11863 \begin_inset Quotes eld
11864 \end_inset
11865
11866
11867 \color blue
11868
11869 \begin_inset space \textvisiblespace{}
11870 \end_inset
11871
11872
11873 \color inherit
11874
11875 \begin_inset Quotes erd
11876 \end_inset
11877
11878  and check the option 
11879 \family sans
11880 Protect
11881 \family default
11882 .
11883 \lang french
11884
11885 \begin_inset Newline newline
11886 \end_inset
11887
11888 Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11889  disponible, on utilise la commande 
11890 \series bold
11891
11892 \backslash
11893 hfill
11894 \series default
11895
11896 \begin_inset Index idx
11897 status collapsed
11898
11899 \begin_layout Plain Layout
11900 Commandes ! H ! 
11901 \backslash
11902 hfill
11903 \end_layout
11904
11905 \end_inset
11906
11907 .
11908 \end_layout
11909
11910 \begin_layout Standard
11911 \begin_inset VSpace -1mm
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Standard
11918 \align center
11919 \begin_inset Tabular
11920 <lyxtabular version="3" rows="4" columns="2">
11921 <features rotate="0" tabularvalignment="middle">
11922 <column alignment="center" valignment="top">
11923 <column alignment="center" valignment="top">
11924 <row>
11925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 Commande (
11930 \backslash
11931 hspace longueur)
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 Résultat
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 <row>
11947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11948 \begin_inset Text
11949
11950 \begin_layout Plain Layout
11951 A=B
11952 \backslash
11953 hspace
11954 \begin_inset space \textvisiblespace{}
11955 \end_inset
11956
11957 A
11958 \backslash
11959 not=C (3
11960 \begin_inset space \thinspace{}
11961 \end_inset
11962
11963 cm)
11964 \end_layout
11965
11966 \end_inset
11967 </cell>
11968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11969 \begin_inset Text
11970
11971 \begin_layout Plain Layout
11972 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \end_inset
11979 </cell>
11980 </row>
11981 <row>
11982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 A
11987 \backslash
11988 hspace
11989 \begin_inset space \textvisiblespace{}
11990 \end_inset
11991
11992 A
11993 \backslash
11994 not=A (-1
11995 \begin_inset space \thinspace{}
11996 \end_inset
11997
11998 mm)
11999 \end_layout
12000
12001 \end_inset
12002 </cell>
12003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12004 \begin_inset Text
12005
12006 \begin_layout Plain Layout
12007 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 </row>
12016 <row>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 A=A
12022 \backslash
12023 hfill
12024 \begin_inset space \textvisiblespace{}
12025 \end_inset
12026
12027 B=B
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 \begin_inset Formula $A=A\hfill B=B$
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 </row>
12045 </lyxtabular>
12046
12047 \end_inset
12048
12049
12050 \end_layout
12051
12052 \begin_layout Standard
12053 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
12054  de colonne le plus long du tableau.
12055  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
12056  laquelle 
12057 \series bold
12058
12059 \backslash
12060 hfill
12061 \series default
12062  est inséré.
12063  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
12064  espace ne sera ajouté.
12065  
12066 \series bold
12067
12068 \backslash
12069 hfill
12070 \series default
12071  a un effet sur les formules hors ligne uniquement si on utilise le style
12072  de formule 
12073 \series bold
12074 Indenté
12075 \series default
12076  (Les styles de formules sont expliqués dans 
12077 \begin_inset CommandInset ref
12078 LatexCommand ref
12079 reference "sec:Styles-de-formules"
12080
12081 \end_inset
12082
12083 ).
12084 \end_layout
12085
12086 \begin_layout Standard
12087 En plus de 
12088 \series bold
12089
12090 \backslash
12091 hfill, 
12092 \series default
12093 il y a les commandes 
12094 \series bold
12095
12096 \backslash
12097 dotfill
12098 \series default
12099  et 
12100 \series bold
12101
12102 \backslash
12103 hrulefill
12104 \series default
12105  qui remplissent l'espace avec un motif, voir 
12106 \begin_inset CommandInset ref
12107 LatexCommand ref
12108 reference "sub:Points-de-suspension"
12109
12110 \end_inset
12111
12112  pour un exemple.
12113 \end_layout
12114
12115 \begin_layout Standard
12116 Pour le texte, on peut insérer une espace de longueur variable avec le menu
12117  
12118 \family sans
12119 Insertion\SpecialChar \menuseparator
12120 Typographie
12121 \begin_inset space ~
12122 \end_inset
12123
12124 spéciale\SpecialChar \menuseparator
12125 Espacement horizontal
12126 \family default
12127 :
12128 \end_layout
12129
12130 \begin_layout Standard
12131 Ceci est une ligne avec un espace de
12132 \begin_inset space \hspace{}
12133 \length 2cm
12134 \end_inset
12135
12136 2
12137 \begin_inset space \thinspace{}
12138 \end_inset
12139
12140 cm.
12141 \end_layout
12142
12143 \begin_layout Standard
12144 Ceci est une ligne avec un
12145 \begin_inset space \hfill{}
12146 \end_inset
12147
12148 espace maximum.
12149 \end_layout
12150
12151 \begin_layout Subsection
12152 Espace après les formules en ligne
12153 \begin_inset Index idx
12154 status collapsed
12155
12156 \begin_layout Plain Layout
12157 Espace ! après les formules en ligne
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
12167  
12168 \series bold
12169
12170 \backslash
12171 mathsurround
12172 \series default
12173
12174 \begin_inset Index idx
12175 status collapsed
12176
12177 \begin_layout Plain Layout
12178 Commandes ! M ! 
12179 \backslash
12180 mathsurround
12181 \end_layout
12182
12183 \end_inset
12184
12185 .
12186  La valeur d'une longueur est modifiée avec la commande 
12187 \series bold
12188
12189 \backslash
12190 setlength
12191 \series default
12192
12193 \begin_inset Index idx
12194 status collapsed
12195
12196 \begin_layout Plain Layout
12197 Commandes ! S ! 
12198 \backslash
12199 setlength
12200 \end_layout
12201
12202 \end_inset
12203
12204  qui a la syntaxe suivante:
12205 \end_layout
12206
12207 \begin_layout Standard
12208
12209 \series bold
12210
12211 \backslash
12212 setlength{nom de la longueur}{valeur}
12213 \end_layout
12214
12215 \begin_layout Standard
12216 Pour mettre 
12217 \series bold
12218
12219 \backslash
12220 mathsurround
12221 \series default
12222  à une valeur de 5
12223 \begin_inset space \thinspace{}
12224 \end_inset
12225
12226 mm, on insère la commande
12227 \end_layout
12228
12229 \begin_layout Standard
12230
12231 \series bold
12232
12233 \backslash
12234 setlength{
12235 \backslash
12236 mathsurround}{5mm}
12237 \end_layout
12238
12239 \begin_layout Standard
12240 en mode TeX.
12241  Une espace de 5
12242 \begin_inset space \thinspace{}
12243 \end_inset
12244
12245 mm va maintenant être placée autour de toutes les formules en ligne:
12246 \begin_inset ERT
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250
12251
12252 \backslash
12253 setlength{
12254 \backslash
12255 mathsurround}{5mm}
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 Voici une formule en ligne 
12265 \begin_inset Formula $A=B$
12266 \end_inset
12267
12268  avec une espace de 5
12269 \begin_inset space \thinspace{}
12270 \end_inset
12271
12272 mm autour.
12273 \begin_inset ERT
12274 status collapsed
12275
12276 \begin_layout Plain Layout
12277
12278
12279 \backslash
12280 setlength{
12281 \backslash
12282 mathsurround}{0pt}
12283 \end_layout
12284
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \begin_layout Standard
12291 Pour revenir à la valeur prédéfinie, on met 
12292 \series bold
12293
12294 \backslash
12295 mathsurround
12296 \series default
12297  à 0
12298 \begin_inset space \thinspace{}
12299 \end_inset
12300
12301 pt.
12302 \end_layout
12303
12304 \begin_layout Section
12305 Boîtes et cadres
12306 \begin_inset Index idx
12307 status collapsed
12308
12309 \begin_layout Plain Layout
12310 Boîtes
12311 \end_layout
12312
12313 \end_inset
12314
12315
12316 \begin_inset Index idx
12317 status collapsed
12318
12319 \begin_layout Plain Layout
12320 Cadres | see 
12321 \begin_inset ERT
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325
12326 {
12327 \end_layout
12328
12329 \end_inset
12330
12331 Boîtes
12332 \begin_inset ERT
12333 status collapsed
12334
12335 \begin_layout Plain Layout
12336
12337 }
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \begin_layout Standard
12351 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
12352 \emph on
12353 Boîtes 
12354 \emph default
12355 du manuel 
12356 \emph on
12357 Objets insérés.
12358  
12359 \end_layout
12360
12361 \begin_layout Subsection
12362 Boîtes avec cadre
12363 \begin_inset CommandInset label
12364 LatexCommand label
12365 name "sub:Boîtes-avec-cadre"
12366
12367 \end_inset
12368
12369
12370 \begin_inset Index idx
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374 Boîtes ! avec cadre
12375 \end_layout
12376
12377 \end_inset
12378
12379
12380 \end_layout
12381
12382 \begin_layout Standard
12383 Il es possible d'encadrer des formules ou des portions de formules avec
12384  la commande 
12385 \series bold
12386
12387 \backslash
12388 fbox
12389 \series default
12390
12391 \begin_inset Index idx
12392 status collapsed
12393
12394 \begin_layout Plain Layout
12395 Commandes ! F ! 
12396 \backslash
12397 fbox
12398 \end_layout
12399
12400 \end_inset
12401
12402  et 
12403 \series bold
12404
12405 \backslash
12406 boxed
12407 \series default
12408
12409 \begin_inset Index idx
12410 status collapsed
12411
12412 \begin_layout Plain Layout
12413 Commandes ! B ! 
12414 \backslash
12415 boxed
12416 \end_layout
12417
12418 \end_inset
12419
12420 .
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
12425  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
12426  Pour 
12427 \series bold
12428
12429 \backslash
12430 fbox
12431 \series default
12432  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
12433  avec 
12434 \family sans
12435 Ctrl+M
12436 \family default
12437 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
12438  Quand on utilise 
12439 \series bold
12440
12441 \backslash
12442 boxed
12443 \series default
12444 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
12445 \end_layout
12446
12447 \begin_layout Standard
12448 La commande 
12449 \series bold
12450
12451 \backslash
12452 fbox
12453 \series default
12454  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
12455  formule serait alors toujours mise à la taille du texte.
12456  
12457 \series bold
12458
12459 \backslash
12460 boxed
12461 \series default
12462 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
12463  la formule serait alors toujours mise à la taille des formules hors ligne.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Comme extension à 
12468 \series bold
12469
12470 \backslash
12471 fbox
12472 \series default
12473  il y a la commande 
12474 \series bold
12475
12476 \backslash
12477 framebox
12478 \series default
12479
12480 \begin_inset Index idx
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484 Commandes ! F ! 
12485 \backslash
12486 framebox
12487 \end_layout
12488
12489 \end_inset
12490
12491  où on peut en plus spécifier la largeur du cadre et l'alignement.
12492  La syntaxe de la commande 
12493 \series bold
12494
12495 \backslash
12496 framebox
12497 \series default
12498  est la suivante:
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504
12505 \backslash
12506 framebox[Largeur du cadre][position]{contenu de la boîte}
12507 \end_layout
12508
12509 \begin_layout Standard
12510 La position peut être soit 
12511 \emph on
12512 l
12513 \emph default
12514  soit 
12515 \emph on
12516 r
12517 \emph default
12518 .
12519  
12520 \emph on
12521 l
12522 \emph default
12523  aligne la formule à gauche dans la boîte, 
12524 \emph on
12525 r
12526 \emph default
12527  à droite.
12528  Quand on ne précise pas la position, la formule est centrée.
12529 \begin_inset Newline newline
12530 \end_inset
12531
12532 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
12533  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
12534  c'est le cas avec 
12535 \series bold
12536
12537 \backslash
12538 fbox
12539 \series default
12540 .
12541 \end_layout
12542
12543 \begin_layout Standard
12544 Quand on insère la commande 
12545 \series bold
12546
12547 \backslash
12548 framebox
12549 \series default
12550 , une boîte apparaît contenant trois boîtes bleues.
12551  Les deux premières sont entourées de crochets pour signales des arguments
12552  optionnels.
12553  La troisième boîte est là pour contenir les portions de formules, comme
12554  pour 
12555 \series bold
12556
12557 \backslash
12558 fbox
12559 \series default
12560 .
12561 \end_layout
12562
12563 \begin_layout Standard
12564 \align center
12565 \begin_inset Tabular
12566 <lyxtabular version="3" rows="5" columns="2">
12567 <features rotate="0" tabularvalignment="middle">
12568 <column alignment="center" valignment="top">
12569 <column alignment="center" valignment="top">
12570 <row>
12571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 Commande
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12581 \begin_inset Text
12582
12583 \begin_layout Plain Layout
12584 Résultat
12585 \begin_inset Note Note
12586 status collapsed
12587
12588 \begin_layout Plain Layout
12589
12590 \series bold
12591
12592 \backslash
12593 raisebox
12594 \series default
12595  est seulement utilisée pour faire de la place
12596 \end_layout
12597
12598 \end_inset
12599
12600
12601 \end_layout
12602
12603 \end_inset
12604 </cell>
12605 </row>
12606 <row>
12607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611
12612 \backslash
12613 fbox
12614 \begin_inset space \textvisiblespace{}
12615 \end_inset
12616
12617
12618 \family sans
12619 Ctrl+M
12620 \family default
12621  
12622 \backslash
12623 int
12624 \begin_inset space \textvisiblespace{}
12625 \end_inset
12626
12627 A=B
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 </row>
12645 <row>
12646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650
12651 \backslash
12652 boxed
12653 \begin_inset space \textvisiblespace{}
12654 \end_inset
12655
12656
12657 \backslash
12658 int
12659 \begin_inset space \textvisiblespace{}
12660 \end_inset
12661
12662 A=B
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12672 \end_inset
12673
12674
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 A+
12686 \backslash
12687 fbox
12688 \begin_inset space \textvisiblespace{}
12689 \end_inset
12690
12691 B
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12701 \end_inset
12702
12703
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 </row>
12709 <row>
12710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714
12715 \backslash
12716 framebox
12717 \begin_inset space \textvisiblespace{}
12718 \end_inset
12719
12720 20mm
12721 \begin_inset Formula $\to$
12722 \end_inset
12723
12724
12725 \begin_inset Formula $\to$
12726 \end_inset
12727
12728
12729 \family sans
12730 Ctrl+M
12731 \family default
12732  
12733 \backslash
12734 frac
12735 \begin_inset space \textvisiblespace{}
12736 \end_inset
12737
12738 A
12739 \begin_inset Formula $\downarrow$
12740 \end_inset
12741
12742 B
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 \begin_inset Formula $\raisebox{6mm}{}$
12752 \end_inset
12753
12754
12755 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12756 \end_inset
12757
12758
12759 \begin_inset Formula $\raisebox{-4mm}{}$
12760 \end_inset
12761
12762
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 </row>
12768 </lyxtabular>
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 \[
12847 \boxed{A+B=C}
12848 \]
12849
12850 \end_inset
12851
12852 Avant cette formule, on a inséré en mode TeX les commandes
12853 \end_layout
12854
12855 \begin_layout Standard
12856
12857 \series bold
12858
12859 \backslash
12860 fboxrule
12861 \series default
12862  
12863 \series bold
12864 2mm
12865 \series default
12866  
12867 \series bold
12868
12869 \backslash
12870 fboxsep
12871 \series default
12872  
12873 \series bold
12874 3mm
12875 \end_layout
12876
12877 \begin_layout Standard
12878 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12879 \end_layout
12880
12881 \begin_layout Standard
12882 Pour revenir à la taille de cadre standard, on insère la commande
12883 \end_layout
12884
12885 \begin_layout Standard
12886
12887 \series bold
12888
12889 \backslash
12890 fboxrule
12891 \series default
12892  
12893 \series bold
12894 0.4pt
12895 \series default
12896  
12897 \series bold
12898
12899 \backslash
12900 fboxsep
12901 \series default
12902  
12903 \series bold
12904 3pt
12905 \series default
12906
12907 \begin_inset ERT
12908 status collapsed
12909
12910 \begin_layout Plain Layout
12911
12912
12913 \backslash
12914 fboxrule 0.4pt 
12915 \backslash
12916 fboxsep 3pt
12917 \end_layout
12918
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \begin_layout Standard
12925 avant la formule suivante.
12926 \end_layout
12927
12928 \begin_layout Subsection
12929 Boîtes sans cadre
12930 \begin_inset CommandInset label
12931 LatexCommand label
12932 name "sub:Boîtes-sans-cadre"
12933
12934 \end_inset
12935
12936
12937 \begin_inset Index idx
12938 status collapsed
12939
12940 \begin_layout Plain Layout
12941 Boîtes ! sans cadre
12942 \end_layout
12943
12944 \end_inset
12945
12946
12947 \end_layout
12948
12949 \begin_layout Standard
12950 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12951  
12952 \series bold
12953
12954 \backslash
12955 mbox
12956 \series default
12957
12958 \begin_inset Index idx
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962 Commandes ! M ! 
12963 \backslash
12964 mbox
12965 \end_layout
12966
12967 \end_inset
12968
12969
12970 \series bold
12971
12972 \backslash
12973 makebox
12974 \series default
12975
12976 \begin_inset Index idx
12977 status collapsed
12978
12979 \begin_layout Plain Layout
12980 Commandes ! M ! 
12981 \backslash
12982 makebox
12983 \end_layout
12984
12985 \end_inset
12986
12987 , et 
12988 \series bold
12989
12990 \backslash
12991 raisebox
12992 \series default
12993
12994 \begin_inset Index idx
12995 status collapsed
12996
12997 \begin_layout Plain Layout
12998 Commandes ! R ! 
12999 \backslash
13000 raisebox
13001 \end_layout
13002
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \begin_layout Standard
13009 Avec 
13010 \series bold
13011
13012 \backslash
13013 raisebox
13014 \series default
13015  une boîte peut être mise en exposant ou en indice.
13016  Mais contrairement aux indices et aux exposants normaux, les caractères
13017  conservent leur taille de police initiale.
13018  
13019 \series bold
13020
13021 \backslash
13022 raisebox
13023 \series default
13024  est utilisée avec la syntaxe suivante:
13025 \end_layout
13026
13027 \begin_layout Standard
13028
13029 \series bold
13030
13031 \backslash
13032 raisebox{hauteur}{contenu de la boîte}
13033 \end_layout
13034
13035 \begin_layout Standard
13036 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
13037  comme pour 
13038 \series bold
13039
13040 \backslash
13041 fbox
13042 \series default
13043 .
13044  
13045 \begin_inset Note Greyedout
13046 status open
13047
13048 \begin_layout Plain Layout
13049
13050 \series bold
13051 Note:
13052 \series default
13053  Pour 
13054 \series bold
13055
13056 \backslash
13057 raisebox
13058 \series default
13059  cette formule supplémentaire esr créée en appuyant sur 
13060 \family sans
13061 Ctrl+M
13062 \family default
13063  deux fois au lieu d'une parceque LyX ne supporte pas encore directement
13064  la commande 
13065 \series bold
13066
13067 \backslash
13068 raisebox
13069 \series default
13070 .
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \begin_layout Standard
13079 \align center
13080 \begin_inset Tabular
13081 <lyxtabular version="3" rows="4" columns="2">
13082 <features rotate="0" tabularvalignment="middle">
13083 <column alignment="center" valignment="top">
13084 <column alignment="center" valignment="top">
13085 <row>
13086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13087 \begin_inset Text
13088
13089 \begin_layout Plain Layout
13090 Commande
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 Résultat
13100 \end_layout
13101
13102 \end_inset
13103 </cell>
13104 </row>
13105 <row>
13106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 H
13111 \backslash
13112 raisebox{2mm
13113 \begin_inset Formula $\to$
13114 \end_inset
13115
13116
13117 \backslash
13118 {al
13119 \begin_inset Formula $\to$
13120 \end_inset
13121
13122  lo
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13132 \end_inset
13133
13134
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 </row>
13140 <row>
13141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 H
13146 \backslash
13147 raisebox{-2mm
13148 \begin_inset Formula $\to$
13149 \end_inset
13150
13151
13152 \backslash
13153 {al
13154 \begin_inset Formula $\to$
13155 \end_inset
13156
13157 lo
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13167 \end_inset
13168
13169
13170 \end_layout
13171
13172 \end_inset
13173 </cell>
13174 </row>
13175 <row>
13176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13177 \begin_inset Text
13178
13179 \begin_layout Plain Layout
13180 A=
13181 \backslash
13182 raisebox{-2mm
13183 \begin_inset Formula $\to$
13184 \end_inset
13185
13186
13187 \backslash
13188 {
13189 \family sans
13190 Ctrl+M Ctrl+M
13191 \family default
13192  
13193 \backslash
13194 sqrt
13195 \begin_inset space \textvisiblespace{}
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \end_inset
13214 </cell>
13215 </row>
13216 </lyxtabular>
13217
13218 \end_inset
13219
13220
13221 \end_layout
13222
13223 \begin_layout Standard
13224 La commande 
13225 \series bold
13226
13227 \backslash
13228 mbox
13229 \series default
13230  est équivalente à 
13231 \series bold
13232
13233 \backslash
13234 fbox
13235 \series default
13236  et 
13237 \series bold
13238
13239 \backslash
13240 makebox
13241 \series default
13242  est équivalente à 
13243 \series bold
13244
13245 \backslash
13246 framebox
13247 \series default
13248 , avec la différence qu'il n'y a pas de cadre.
13249 \end_layout
13250
13251 \begin_layout Subsection
13252 Boîtes colorées
13253 \begin_inset CommandInset label
13254 LatexCommand label
13255 name "sub:Boîtes-colorées"
13256
13257 \end_inset
13258
13259
13260 \begin_inset Index idx
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Boîtes ! colorées
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
13274  LaTeX 
13275 \series bold
13276 color
13277 \series default
13278
13279 \begin_inset Foot
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283 La paquetage LaTeX 
13284 \series bold
13285 color
13286 \series default
13287  fait partie de toutes les installations LaTeX standard.
13288 \end_layout
13289
13290 \end_inset
13291
13292
13293 \begin_inset Index idx
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297 Paquetages ! color
13298 \end_layout
13299
13300 \end_inset
13301
13302  soit chargé dans le préambule LaTeX avec la ligne
13303 \begin_inset Foot
13304 status collapsed
13305
13306 \begin_layout Plain Layout
13307 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
13308  le document, LyX charge automatiquement le paquetage LaTeX 
13309 \series bold
13310 color
13311 \series default
13312 .
13313  Il est donc possible que le paquetage soit chargé deux fois, mais cela
13314  ne doit pas poser de problème.
13315 \end_layout
13316
13317 \end_inset
13318
13319
13320 \begin_inset Note Note
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
13325  dans le préambule LaTeX.
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \begin_layout Standard
13334
13335 \series bold
13336
13337 \backslash
13338 usepackage{color}
13339 \end_layout
13340
13341 \begin_layout Standard
13342 \begin_inset VSpace medskip
13343 \end_inset
13344
13345 Pour colorer des boîtes, on utilise la commande 
13346 \series bold
13347
13348 \backslash
13349 colorbox
13350 \series default
13351
13352 \begin_inset Index idx
13353 status collapsed
13354
13355 \begin_layout Plain Layout
13356 Commandes ! C ! 
13357 \backslash
13358 colorbox
13359 \end_layout
13360
13361 \end_inset
13362
13363  avec la syntaxe suivante
13364 \end_layout
13365
13366 \begin_layout Standard
13367
13368 \series bold
13369
13370 \backslash
13371 colorbox{couleur}{contenu de la boîte}
13372 \end_layout
13373
13374 \begin_layout Standard
13375 Le contenu de la boîte peut être une autre boîte et une 
13376 \series bold
13377
13378 \backslash
13379 colorbox
13380 \series default
13381  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
13382  exemple).
13383  Quand une boîte est destinée à contenir une formule, on doit insérer une
13384  boîte supplémentaire, comme avec 
13385 \series bold
13386
13387 \backslash
13388 fraisebox
13389 \series default
13390 .
13391 \begin_inset Foot
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395 Ceci s'applique aussi à la commande 
13396 \series bold
13397
13398 \backslash
13399 fcolorbox
13400 \series default
13401 .
13402 \end_layout
13403
13404 \end_inset
13405
13406
13407 \end_layout
13408
13409 \begin_layout Standard
13410 On peut choisir une des couleurs prédéfinies suivantes:
13411 \end_layout
13412
13413 \begin_layout Standard
13414
13415 \series bold
13416 black
13417 \series default
13418  (noir), 
13419 \series bold
13420 blue
13421 \series default
13422  (bleu), 
13423 \series bold
13424 cyan
13425 \series default
13426
13427 \series bold
13428 green
13429 \series default
13430  (vert), 
13431 \series bold
13432 magenta
13433 \series default
13434
13435 \series bold
13436 red
13437 \series default
13438  (rouge), 
13439 \series bold
13440 white
13441 \series default
13442  (blanc), et 
13443 \series bold
13444 yellow (jaune)
13445 \end_layout
13446
13447 \begin_layout Standard
13448 \align center
13449 \begin_inset Tabular
13450 <lyxtabular version="3" rows="4" columns="2">
13451 <features rotate="0" tabularvalignment="middle">
13452 <column alignment="center" valignment="top">
13453 <column alignment="center" valignment="top">
13454 <row>
13455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 Commande
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 Résultat
13469 \begin_inset Note Note
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473
13474 \series bold
13475
13476 \backslash
13477 raisebox
13478 \series default
13479  est seulement utilisée pour faire de la place
13480 \end_layout
13481
13482 \end_inset
13483
13484
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 </row>
13490 <row>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495
13496 \backslash
13497 colorbox{yellow
13498 \begin_inset Formula $\to$
13499 \end_inset
13500
13501
13502 \backslash
13503 {A=B
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row>
13522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526
13527 \backslash
13528 colorbox{green
13529 \begin_inset Formula $\to$
13530 \end_inset
13531
13532
13533 \backslash
13534 {
13535 \backslash
13536 fbox
13537 \begin_inset space \textvisiblespace{}
13538 \end_inset
13539
13540 A=B
13541 \end_layout
13542
13543 \end_inset
13544 </cell>
13545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13546 \begin_inset Text
13547
13548 \begin_layout Plain Layout
13549 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 </row>
13558 <row>
13559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563
13564 \backslash
13565 fbox
13566 \begin_inset space \textvisiblespace{}
13567 \end_inset
13568
13569
13570 \backslash
13571 colorbox{green
13572 \begin_inset Formula $\to$
13573 \end_inset
13574
13575
13576 \backslash
13577 {
13578 \family sans
13579 Ctrl+M Ctrl+M
13580 \family default
13581  
13582 \backslash
13583 int
13584 \begin_inset space \textvisiblespace{}
13585 \end_inset
13586
13587 C=D
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 </row>
13605 </lyxtabular>
13606
13607 \end_inset
13608
13609
13610 \end_layout
13611
13612 \begin_layout Standard
13613
13614 \series bold
13615
13616 \backslash
13617 colorbox
13618 \series default
13619  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13620  Pour colorer tous les caractères, on sélectionne toute la formule et on
13621  choisit la couleur voulue avec la fenêtre de dialogue 
13622 \family sans
13623 Style
13624 \begin_inset space ~
13625 \end_inset
13626
13627 de
13628 \begin_inset space ~
13629 \end_inset
13630
13631 texte
13632 \family default
13633 .
13634  Cette fenêtre de dialogue peut être appelée avec le bouton 
13635 \begin_inset Info
13636 type  "icon"
13637 arg   "dialog-show character"
13638 \end_inset
13639
13640  de la barre d'outils, ou avec le menu 
13641 \family sans
13642 Édition\SpecialChar \menuseparator
13643 Style
13644 \begin_inset space ~
13645 \end_inset
13646
13647 de
13648 \begin_inset space ~
13649 \end_inset
13650
13651 texte\SpecialChar \menuseparator
13652 Personnalisé
13653 \family default
13654 .
13655  Le numéro de la formule prendra la même couleur que la formule.
13656  Si le numéro doit avoir une couleur différente de celle des caractères
13657  de la formule, la couleur doit être changée à l'intérieur de la formule.
13658 \end_layout
13659
13660 \begin_layout Standard
13661 Un exemple:
13662 \end_layout
13663
13664 \begin_layout Standard
13665
13666 \color red
13667 \begin_inset Formula 
13668 \begin{equation}
13669 \int A=B\label{eq:rouge}
13670 \end{equation}
13671
13672 \end_inset
13673
13674
13675 \color green
13676
13677 \begin_inset Formula 
13678 \begin{equation}
13679 \textcolor{red}{\int A=B}\label{eq:rougevert}
13680 \end{equation}
13681
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Standard
13688 La formule 
13689 \begin_inset CommandInset ref
13690 LatexCommand eqref
13691 reference "eq:rouge"
13692
13693 \end_inset
13694
13695  est complètement colorée en rouge.
13696 \begin_inset Newline newline
13697 \end_inset
13698
13699 La formule 
13700 \begin_inset CommandInset ref
13701 LatexCommand eqref
13702 reference "eq:rougevert"
13703
13704 \end_inset
13705
13706  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13707  Ensuite, les caractères de la formule ont été colorés en rouge.
13708 \end_layout
13709
13710 \begin_layout Standard
13711 \begin_inset VSpace bigskip
13712 \end_inset
13713
13714 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13715  utilise la commande 
13716 \series bold
13717
13718 \backslash
13719 fcolorbox
13720 \series default
13721
13722 \begin_inset Index idx
13723 status collapsed
13724
13725 \begin_layout Plain Layout
13726 Commandes ! F ! 
13727 \backslash
13728 fcolorbox
13729 \end_layout
13730
13731 \end_inset
13732
13733  avec la syntaxe suivante:
13734 \end_layout
13735
13736 \begin_layout Standard
13737
13738 \series bold
13739
13740 \backslash
13741 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13742 \end_layout
13743
13744 \begin_layout Standard
13745 Donc 
13746 \series bold
13747
13748 \backslash
13749 fcolorbox
13750 \series default
13751  est une extension de la commande 
13752 \series bold
13753
13754 \backslash
13755 colorbox
13756 \series default
13757 .
13758  L'épaisseur du cadre est déterminée comme avec 
13759 \series bold
13760
13761 \backslash
13762 framebox
13763 \series default
13764 , avec 
13765 \series bold
13766
13767 \backslash
13768 fboxrule
13769 \series default
13770  et 
13771 \series bold
13772
13773 \backslash
13774 fboxsep
13775 \series default
13776 .
13777  Un exemple:
13778 \begin_inset ERT
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782
13783
13784 \backslash
13785 fboxrule 1mm 
13786 \backslash
13787 fboxsep 1mm
13788 \end_layout
13789
13790 \end_inset
13791
13792
13793 \begin_inset Formula 
13794 \[
13795 \fcolorbox{cyan}{magenta}{A=B}
13796 \]
13797
13798 \end_inset
13799
13800
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806
13807 \backslash
13808 fboxrule 0.4pt 
13809 \backslash
13810 fboxsep 3pt
13811 \end_layout
13812
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \begin_layout Standard
13819 Cette formule a été créée avec la commande
13820 \begin_inset Newline newline
13821 \end_inset
13822
13823
13824 \series bold
13825
13826 \backslash
13827 fcolorbox{cyan
13828 \begin_inset Formula $\to$
13829 \end_inset
13830
13831
13832 \backslash
13833 {magenta
13834 \begin_inset Formula $\to$
13835 \end_inset
13836
13837
13838 \backslash
13839 {A=B
13840 \series default
13841 .
13842 \end_layout
13843
13844 \begin_layout Standard
13845 \begin_inset VSpace bigskip
13846 \end_inset
13847
13848 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13849  faut d'abord les définir.
13850 \end_layout
13851
13852 \begin_layout Standard
13853 On peut par exemple définir la couleur 
13854 \begin_inset Quotes eld
13855 \end_inset
13856
13857 vertfonce
13858 \begin_inset Quotes erd
13859 \end_inset
13860
13861  avec la ligne suivante dans le préambule LaTeX:
13862 \end_layout
13863
13864 \begin_layout Standard
13865
13866 \series bold
13867
13868 \backslash
13869 definecolor{vertfonce}{cmyk}{0.5,
13870 \series default
13871  
13872 \series bold
13873 0,
13874 \series default
13875  
13876 \series bold
13877 1,
13878 \series default
13879  
13880 \series bold
13881 0.5}
13882 \series default
13883
13884 \begin_inset Index idx
13885 status collapsed
13886
13887 \begin_layout Plain Layout
13888 Commandes ! D ! 
13889 \backslash
13890 definecolor
13891 \end_layout
13892
13893 \end_inset
13894
13895
13896 \end_layout
13897
13898 \begin_layout Standard
13899
13900 \series bold
13901 cmyk
13902 \series default
13903  est l'espace colorimétrique basé sur les couleurs 
13904 \series bold
13905 cyan
13906 \series default
13907
13908 \series bold
13909 magenta
13910 \series default
13911 , jaune
13912 \series bold
13913  (yellow
13914 \series default
13915 ), et noir 
13916 \series bold
13917 (black
13918 \series default
13919 ).
13920  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13921  correspondantes dans l'espace colorimétrique.
13922  Ces facteurs prennent des valeurs entre 0 et 1.
13923  À la place de 
13924 \series bold
13925 cmyk 
13926 \series default
13927 on peut aussi utiliser l'espace 
13928 \series bold
13929 rgb 
13930 \series default
13931 basé sur les couleurs rouge (
13932 \series bold
13933 red
13934 \series default
13935 ), vert (
13936 \series bold
13937 green
13938 \series default
13939 ) et bleu (
13940 \series bold
13941 blue
13942 \series default
13943 ).
13944  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13945  couleurs.
13946  Il y a aussi l'espace de couleur 
13947 \series bold
13948 gray 
13949 \series default
13950 (dégradé de gris) avec un facteur donnant la proportion de gris.
13951 \end_layout
13952
13953 \begin_layout Standard
13954 Comme exemple, une boîte encadrée avec la couleur 
13955 \series bold
13956 vertfonce 
13957 \series default
13958 que l'on vient de définir et des caractères colorés en jaune (
13959 \series bold
13960 yellow
13961 \series default
13962 ):
13963 \begin_inset Formula 
13964 \begin{equation}
13965 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13966 \end{equation}
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \begin_layout Standard
13974 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13975  de la commande 
13976 \series bold
13977
13978 \backslash
13979 textcolor
13980 \series default
13981 :
13982 \begin_inset Index idx
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986 Texte ! coloré
13987 \end_layout
13988
13989 \end_inset
13990
13991
13992 \end_layout
13993
13994 \begin_layout Standard
13995 \begin_inset ERT
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999
14000
14001 \backslash
14002 textcolor{vertfonce}{
14003 \end_layout
14004
14005 \end_inset
14006
14007 cette phrase est en 
14008 \begin_inset Quotes eld
14009 \end_inset
14010
14011 vertfonce
14012 \begin_inset Quotes erd
14013 \end_inset
14014
14015 .
14016 \begin_inset ERT
14017 status collapsed
14018
14019 \begin_layout Plain Layout
14020
14021 }
14022 \end_layout
14023
14024 \end_inset
14025
14026
14027 \end_layout
14028
14029 \begin_layout Standard
14030
14031 \series bold
14032
14033 \backslash
14034 textcolor
14035 \series default
14036
14037 \begin_inset Index idx
14038 status collapsed
14039
14040 \begin_layout Plain Layout
14041 Commandes ! T ! 
14042 \backslash
14043 textcolor
14044 \end_layout
14045
14046 \end_inset
14047
14048  utilise la syntaxe 
14049 \series bold
14050
14051 \backslash
14052 textcolor{couleur}{caractères à colorer}
14053 \series default
14054 .
14055 \end_layout
14056
14057 \begin_layout Subsection
14058 Boîtes de paragraphe
14059 \begin_inset CommandInset label
14060 LatexCommand label
14061 name "sub:Boîtes-de-paragraphes"
14062
14063 \end_inset
14064
14065
14066 \begin_inset Index idx
14067 status collapsed
14068
14069 \begin_layout Plain Layout
14070 Boîtes ! comme paragraphe
14071 \end_layout
14072
14073 \end_inset
14074
14075
14076 \end_layout
14077
14078 \begin_layout Standard
14079 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
14080  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
14081  On la crée avec le menu 
14082 \family sans
14083 Insertion\SpecialChar \menuseparator
14084 Boîte
14085 \family default
14086  ou le bouton 
14087 \begin_inset Info
14088 type  "icon"
14089 arg   "box-insert"
14090 \end_inset
14091
14092  de la barre d'outils.
14093 \end_layout
14094
14095 \begin_layout Standard
14096 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
14097  une ligne:
14098 \end_layout
14099
14100 \begin_layout Standard
14101 \begin_inset VSpace medskip
14102 \end_inset
14103
14104 Ceci est une ligne 
14105 \begin_inset Box Boxed
14106 position "c"
14107 hor_pos "c"
14108 has_inner_box 1
14109 inner_pos "t"
14110 use_parbox 1
14111 use_makebox 0
14112 width "5cm"
14113 special "none"
14114 height "1in"
14115 height_special "totalheight"
14116 status open
14117
14118 \begin_layout Plain Layout
14119 Ceci est une boîte de paragraphe.
14120  Elle a exactement 5
14121 \begin_inset space \thinspace{}
14122 \end_inset
14123
14124 cm de large et peut aussi contenir des formules: 
14125 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \end_inset
14132
14133  avec une boîte de paragraphe.
14134 \end_layout
14135
14136 \begin_layout Standard
14137 \begin_inset VSpace medskip
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \begin_layout Standard
14144 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
14145  grise.
14146  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
14147  Dans notre cas, on met: 
14148 \emph on
14149 Décoration:
14150 \emph default
14151  Boîte rectangulaire, 
14152 \emph on
14153 Boîte intérieure:
14154 \emph default
14155  Parbox, 
14156 \emph on
14157 Largeur
14158 \emph default
14159 : 5
14160 \begin_inset space \thinspace{}
14161 \end_inset
14162
14163 cm, 
14164 \emph on
14165 Alignement vertical boîte
14166 \emph default
14167 : milieu
14168 \end_layout
14169
14170 \begin_layout Standard
14171 \begin_inset VSpace medskip
14172 \end_inset
14173
14174 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
14175 \series bold
14176
14177 \backslash
14178 parbox
14179 \series default
14180
14181 \begin_inset Index idx
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185 Commandes ! P ! 
14186 \backslash
14187 parbox
14188 \end_layout
14189
14190 \end_inset
14191
14192  qui a la syntaxe suivante:
14193 \end_layout
14194
14195 \begin_layout Standard
14196
14197 \series bold
14198
14199 \backslash
14200 parbox[position]{largeur}{contenu de la boîte}
14201 \end_layout
14202
14203 \begin_layout Standard
14204 Les positions 
14205 \emph on
14206 b
14207 \emph default
14208  et 
14209 \emph on
14210 t
14211 \emph default
14212  sont possibles.
14213  
14214 \emph on
14215 b
14216 \emph default
14217  pour 
14218 \begin_inset Quotes fld
14219 \end_inset
14220
14221 bas
14222 \begin_inset Quotes frd
14223 \end_inset
14224
14225  (bottom) signifie que la boîte est alignée au sein du texte qui l'entoure,
14226  au niveau de sa dernière ligne.
14227  Avec 
14228 \emph on
14229 t
14230 \emph default
14231  pour 
14232 \begin_inset Quotes fld
14233 \end_inset
14234
14235 haut
14236 \begin_inset Quotes frd
14237 \end_inset
14238
14239  (top) l'alignement se fait avec la première ligne.
14240  Si aucune position n'est précisée, la boîte est centrée verticalement,
14241  voir la section 
14242 \emph on
14243 Boîtes 
14244 \emph default
14245 du manuel 
14246 \emph on
14247 Objets insérés 
14248 \emph default
14249 pour des exemples.
14250 \end_layout
14251
14252 \begin_layout Standard
14253 \begin_inset VSpace bigskip
14254 \end_inset
14255
14256 Pour encadrer une formule complètement, y compris le numéro de la formule,
14257  il faut la placer dans une boîte de paragraphe.
14258  Pour le faire, on insère la commande 
14259 \series bold
14260
14261 \backslash
14262 fbox{
14263 \backslash
14264 parbox{
14265 \backslash
14266 linewidth-2
14267 \backslash
14268 fboxsep-2
14269 \backslash
14270 fboxrule}{
14271 \series default
14272  en mode TeX avant la formule.
14273  Dans cette commande 
14274 \series bold
14275
14276 \backslash
14277 linewidth
14278 \series default
14279
14280 \begin_inset Index idx
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 Commandes ! L ! 
14285 \backslash
14286 linewidth
14287 \end_layout
14288
14289 \end_inset
14290
14291  est l'épaisseur de ligne qui est active pour tout le document.
14292  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
14293  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
14294  et l'épaisseur du cadre.
14295  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
14296 \begin_inset Foot
14297 status collapsed
14298
14299 \begin_layout Plain Layout
14300 \begin_inset CommandInset href
14301 LatexCommand href
14302 name "LyX-bug #4483"
14303 target "http://www.lyx.org/trac/ticket/4483"
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \end_inset
14311
14312 , on doit utiliser le mode TeX.
14313  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
14314  on doit charger le paquetage LaTeX 
14315 \series bold
14316 calc
14317 \series default
14318
14319 \begin_inset Foot
14320 status collapsed
14321
14322 \begin_layout Plain Layout
14323
14324 \series bold
14325 calc
14326 \series default
14327  fait partie de toutes les installations standard de LaTeX.
14328 \end_layout
14329
14330 \end_inset
14331
14332
14333 \begin_inset Index idx
14334 status collapsed
14335
14336 \begin_layout Plain Layout
14337 Paquetages ! calc
14338 \end_layout
14339
14340 \end_inset
14341
14342  dans le préambule LaTeX avec la ligne
14343 \end_layout
14344
14345 \begin_layout Standard
14346
14347 \series bold
14348
14349 \backslash
14350 usepackage{calc}
14351 \end_layout
14352
14353 \begin_layout Standard
14354 Après la formule, les deux boîtes sont refermées en entrant 
14355 \series bold
14356 }}
14357 \series default
14358  en mode TeX.
14359  Voici un exemple:
14360 \begin_inset ERT
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364
14365
14366 \backslash
14367 fboxsep 5mm 
14368 \backslash
14369 fboxrule 5mm
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Standard
14378 \begin_inset ERT
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382
14383
14384 \backslash
14385 fbox{
14386 \backslash
14387 parbox{
14388 \backslash
14389 linewidth-2
14390 \backslash
14391 fboxsep-2
14392 \backslash
14393 fboxrule}{
14394 \end_layout
14395
14396 \end_inset
14397
14398
14399 \begin_inset Formula 
14400 \begin{equation}
14401 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14402 \end{equation}
14403
14404 \end_inset
14405
14406
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412 }}
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423
14424 \backslash
14425 fboxrule 0.4pt 
14426 \backslash
14427 fboxsep 3pt
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \begin_layout Standard
14436 \begin_inset VSpace medskip
14437 \end_inset
14438
14439 Comme on utilise une boîte de paragraphe comme argument de 
14440 \series bold
14441
14442 \backslash
14443 fbox
14444 \series default
14445 , il n'y a dans ce cas pas de différence entre 
14446 \series bold
14447
14448 \backslash
14449 fbox
14450 \series default
14451  et 
14452 \series bold
14453
14454 \backslash
14455 boxed
14456 \series default
14457 .
14458 \end_layout
14459
14460 \begin_layout Standard
14461 \begin_inset VSpace bigskip
14462 \end_inset
14463
14464 Les boîtes de paragraphes sont très utiles pour commenter directement des
14465  formules.
14466  Pour faire cela, on utilise la commande 
14467 \series bold
14468
14469 \backslash
14470 parbox
14471 \series default
14472  en combinaison avec la commande 
14473 \series bold
14474
14475 \backslash
14476 tag
14477 \series default
14478
14479 \begin_inset Foot
14480 status collapsed
14481
14482 \begin_layout Plain Layout
14483 plus au sujet de la commande 
14484 \series bold
14485
14486 \backslash
14487 tag
14488 \series default
14489 , voir 
14490 \begin_inset CommandInset ref
14491 LatexCommand ref
14492 reference "sub:Numérotation-personnalisée"
14493
14494 \end_inset
14495
14496 .
14497 \end_layout
14498
14499 \end_inset
14500
14501 .
14502 \end_layout
14503
14504 \begin_layout Standard
14505 Un exemple de formule commentée avec 
14506 \series bold
14507
14508 \backslash
14509 parbox
14510 \series default
14511 :
14512 \end_layout
14513
14514 \begin_layout Standard
14515 \begin_inset ERT
14516 status collapsed
14517
14518 \begin_layout Plain Layout
14519
14520
14521 \backslash
14522 [5x-7b=3b
14523 \backslash
14524 tag*{
14525 \backslash
14526 parbox{5cm}{
14527 \end_layout
14528
14529 \end_inset
14530
14531 Ceci est une description.
14532  Elle est clairement séparée de la formule et est multi-ligne.
14533 \begin_inset ERT
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537
14538 }}
14539 \backslash
14540 ]
14541 \end_layout
14542
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \begin_layout Standard
14549 Une telle formule doit être complètement insérée en mode TeX, parce que
14550  LyX ne supporte pas encore la commande 
14551 \series bold
14552
14553 \backslash
14554 parbox
14555 \series default
14556  dans les formules.
14557  On crée la formule avec la suite de commandes suivante:
14558 \end_layout
14559
14560 \begin_layout Standard
14561 On insère la commande 
14562 \series bold
14563
14564 \backslash
14565 [5x-7b=3b
14566 \backslash
14567 tag*
14568 \backslash
14569 {
14570 \backslash
14571 parbox{5cm}{
14572 \series default
14573  en mode TeX.
14574 \begin_inset Foot
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578 Quand on utilise le style de formule 
14579 \series bold
14580 Indenté
14581 \series default
14582 , on peut aussi remplacer 
14583 \series bold
14584
14585 \backslash
14586 tag*
14587 \backslash
14588 {
14589 \series default
14590  par 
14591 \series bold
14592
14593 \backslash
14594 hfill
14595 \series default
14596 .
14597  (pour les styles de formules, voir 
14598 \begin_inset CommandInset ref
14599 LatexCommand ref
14600 reference "sec:Styles-de-formules"
14601
14602 \end_inset
14603
14604 ).
14605 \end_layout
14606
14607 \end_inset
14608
14609  Ensuite la description suit en texte normal et enfin on insère 
14610 \series bold
14611 }}
14612 \backslash
14613 ]
14614 \series default
14615  en mode TeX.
14616  Dans ces commandes, 
14617 \series bold
14618
14619 \backslash
14620 [
14621 \series default
14622  et 
14623 \series bold
14624
14625 \backslash
14626 ]
14627 \series default
14628  créent une formule hors ligne.
14629 \end_layout
14630
14631 \begin_layout Standard
14632 On peut voir les avantages de 
14633 \series bold
14634
14635 \backslash
14636 parbox
14637 \series default
14638  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14639 \begin_inset Formula 
14640 \[
14641 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}
14642 \]
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Section
14650 Opérateurs
14651 \begin_inset Index idx
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655 Opérateurs
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \end_layout
14662
14663 \begin_layout Subsection
14664 Grands Opérateurs
14665 \begin_inset CommandInset label
14666 LatexCommand label
14667 name "sub:Grands-opérateurs"
14668
14669 \end_inset
14670
14671
14672 \begin_inset Index idx
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 Opérateurs ! grands
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \begin_inset Index idx
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686 Sommes
14687 \end_layout
14688
14689 \end_inset
14690
14691
14692 \begin_inset Index idx
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696 Intégrales
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14706  activer l'option 
14707 \family sans
14708 Utiliser
14709 \begin_inset space ~
14710 \end_inset
14711
14712 automatiquement le paquetage
14713 \begin_inset space ~
14714 \end_inset
14715
14716 esint
14717 \family default
14718  dans les 
14719 \family sans
14720 Options du mode math.
14721 \end_layout
14722
14723 \begin_layout Standard
14724 \begin_inset space \hfill{}
14725 \end_inset
14726
14727
14728 \begin_inset Tabular
14729 <lyxtabular version="3" rows="11" columns="2">
14730 <features rotate="0" tabularvalignment="middle">
14731 <column alignment="center" valignment="top" width="0pt">
14732 <column alignment="center" valignment="top" width="0pt">
14733 <row>
14734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738 Commande
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 Résultat
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row>
14754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758
14759 \backslash
14760 int
14761 \begin_inset Index idx
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 Commandes ! I ! 
14766 \backslash
14767 int
14768 \end_layout
14769
14770 \end_inset
14771
14772
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 \begin_inset Formula $\int$
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 </row>
14790 <row>
14791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795
14796 \backslash
14797 oint
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 \begin_inset Formula $\oint$
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 </row>
14815 <row>
14816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820
14821 \backslash
14822 ointctrclockwise
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831 \begin_inset Formula $\ointctrclockwise$
14832 \end_inset
14833
14834
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 </row>
14840 <row>
14841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845
14846 \backslash
14847 ointclockwise
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 \begin_inset Formula $\ointclockwise$
14857 \end_inset
14858
14859
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 <row>
14866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14867 \begin_inset Text
14868
14869 \begin_layout Plain Layout
14870
14871 \backslash
14872 sqint
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 \begin_inset Formula $\sqint$
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 </row>
14890 <row>
14891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14892 \begin_inset Text
14893
14894 \begin_layout Plain Layout
14895
14896 \backslash
14897 fint
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906  
14907 \begin_inset Formula $\fint$
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 </row>
14916 <row>
14917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921
14922 \backslash
14923 landupint
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14929 \begin_inset Text
14930
14931 \begin_layout Plain Layout
14932  
14933 \begin_inset Formula $\landupint$
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 </row>
14942 <row>
14943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14944 \begin_inset Text
14945
14946 \begin_layout Plain Layout
14947
14948 \backslash
14949 landdownint
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958  
14959 \begin_inset Formula $\landdownint$
14960 \end_inset
14961
14962
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 </row>
14968 <row>
14969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14970 \begin_inset Text
14971
14972 \begin_layout Plain Layout
14973
14974 \backslash
14975 bigcap
14976 \end_layout
14977
14978 \end_inset
14979 </cell>
14980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14981 \begin_inset Text
14982
14983 \begin_layout Plain Layout
14984 \begin_inset Formula $\bigcap$
14985 \end_inset
14986
14987
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 </row>
14993 <row>
14994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14995 \begin_inset Text
14996
14997 \begin_layout Plain Layout
14998
14999 \backslash
15000 bigcup
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 \begin_inset Formula $\bigcup$
15010 \end_inset
15011
15012
15013 \end_layout
15014
15015 \end_inset
15016 </cell>
15017 </row>
15018 </lyxtabular>
15019
15020 \end_inset
15021
15022
15023 \begin_inset space \hfill{}
15024 \end_inset
15025
15026
15027 \begin_inset Tabular
15028 <lyxtabular version="3" rows="11" columns="2">
15029 <features rotate="0" tabularvalignment="middle">
15030 <column alignment="center" valignment="top" width="0pt">
15031 <column alignment="center" valignment="top" width="0pt">
15032 <row>
15033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 Commande
15038 \end_layout
15039
15040 \end_inset
15041 </cell>
15042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15043 \begin_inset Text
15044
15045 \begin_layout Plain Layout
15046 Résultat
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 </row>
15052 <row>
15053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057
15058 \backslash
15059 sum
15060 \begin_inset Index idx
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064 Commandes ! S ! 
15065 \backslash
15066 sum
15067 \end_layout
15068
15069 \end_inset
15070
15071
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 \begin_inset Formula $\sum$
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 prod
15097 \begin_inset Index idx
15098 status collapsed
15099
15100 \begin_layout Plain Layout
15101 Commandes ! P ! 
15102 \backslash
15103 prod
15104 \end_layout
15105
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 \begin_inset Formula $\prod$
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 </row>
15126 <row>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131
15132 \backslash
15133 coprod
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 \begin_inset Formula $\coprod$
15143 \end_inset
15144
15145
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 </row>
15151 <row>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156
15157 \backslash
15158 bigodot
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167 \begin_inset Formula $\bigodot$
15168 \end_inset
15169
15170
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 </row>
15176 <row>
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \backslash
15183 bigotimes
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 \begin_inset Formula $\bigotimes$
15193 \end_inset
15194
15195
15196 \end_layout
15197
15198 \end_inset
15199 </cell>
15200 </row>
15201 <row>
15202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206
15207 \backslash
15208 bigoplus
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 \begin_inset Formula $\bigoplus$
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \end_inset
15224 </cell>
15225 </row>
15226 <row>
15227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231
15232 \backslash
15233 bigwedge
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242 \begin_inset Formula $\bigwedge$
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 <row>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \backslash
15258 bigvee
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 \begin_inset Formula $\bigvee$
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 </row>
15276 <row>
15277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15278 \begin_inset Text
15279
15280 \begin_layout Plain Layout
15281
15282 \backslash
15283 bigsqcup
15284 \end_layout
15285
15286 \end_inset
15287 </cell>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292 \begin_inset Formula $\bigsqcup$
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 </row>
15301 <row>
15302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306
15307 \backslash
15308 biguplus
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317 \begin_inset Formula $\biguplus$
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 </row>
15326 </lyxtabular>
15327
15328 \end_inset
15329
15330
15331 \begin_inset space \hfill{}
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \begin_layout Standard
15338 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
15339  
15340 \begin_inset Info
15341 type  "icon"
15342 arg   "math-insert \\intop"
15343 \end_inset
15344
15345  de la barre d'outils mathématique.
15346 \end_layout
15347
15348 \begin_layout Standard
15349 On nomme ces opérateurs 
15350 \begin_inset Quotes eld
15351 \end_inset
15352
15353 grands
15354 \begin_inset Quotes erd
15355 \end_inset
15356
15357  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
15358  parfois.
15359  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
15360  dans la section qui suit.
15361 \end_layout
15362
15363 \begin_layout Standard
15364 Pour tous les opérateurs intégrales, une seconde version est disponible,
15365  se terminant en 
15366 \series bold
15367 op
15368 \series default
15369
15370 \series bold
15371
15372 \backslash
15373 intop
15374 \series default
15375
15376 \series bold
15377
15378 \backslash
15379 ointop
15380 \series default
15381  etc..
15382  Ces opérateurs sont différents de
15383 \series bold
15384  
15385 \backslash
15386 int
15387 \series default
15388  etc.
15389 \begin_inset space \space{}
15390 \end_inset
15391
15392 dans la manière dont sont affichés les limites, voir 
15393 \begin_inset CommandInset ref
15394 LatexCommand ref
15395 reference "sub:Limites-des-opérateurs"
15396
15397 \end_inset
15398
15399 .
15400  
15401 \end_layout
15402
15403 \begin_layout Subsubsection*
15404 Conseils pour les intégrales
15405 \end_layout
15406
15407 \begin_layout Standard
15408 La lettre 
15409 \emph on
15410 d
15411 \emph default
15412  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
15413  On le fait en sélectionnant le 
15414 \emph on
15415
15416 \emph default
15417 et en utilisant le raccourci clavier 
15418 \family sans
15419 Alt+C
15420 \begin_inset space ~
15421 \end_inset
15422
15423 R
15424 \family default
15425
15426 \begin_inset Foot
15427 status collapsed
15428
15429 \begin_layout Plain Layout
15430 Pour les styles de polices, voir 
15431 \begin_inset CommandInset ref
15432 LatexCommand ref
15433 reference "sub:Styles-de-polices"
15434
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441
15442 .
15443  Pour finir, on insère une espace fine avant le 
15444 \emph on
15445
15446 \emph default
15447 puisque c'est l'habitude avec les opérateurs.
15448  Un exemple:
15449 \end_layout
15450
15451 \begin_layout Standard
15452 incorrect: 
15453 \begin_inset Formula $\int A(x)dx$
15454 \end_inset
15455
15456
15457 \begin_inset Newline newline
15458 \end_inset
15459
15460
15461 \begin_inset Phantom HPhantom
15462 status open
15463
15464 \begin_layout Plain Layout
15465 in
15466 \end_layout
15467
15468 \end_inset
15469
15470 correct: 
15471 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 Pour les intégrales multiples, il y a les commandes suivantes:
15479 \begin_inset VSpace medskip
15480 \end_inset
15481
15482
15483 \end_layout
15484
15485 \begin_layout Standard
15486 \begin_inset space \hfill{}
15487 \end_inset
15488
15489
15490 \begin_inset Tabular
15491 <lyxtabular version="3" rows="4" columns="2">
15492 <features rotate="0" tabularvalignment="middle">
15493 <column alignment="center" valignment="top">
15494 <column alignment="center" valignment="top">
15495 <row>
15496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15497 \begin_inset Text
15498
15499 \begin_layout Plain Layout
15500 Commande
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509 Résultat
15510 \begin_inset Note Note
15511 status collapsed
15512
15513 \begin_layout Plain Layout
15514
15515 \series bold
15516
15517 \backslash
15518 raisebox
15519 \series default
15520  est seulement utilisée pour faire de la place
15521 \end_layout
15522
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 </row>
15531 <row>
15532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15533 \begin_inset Text
15534
15535 \begin_layout Plain Layout
15536
15537 \backslash
15538 iint
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 </row>
15556 <row>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561
15562 \backslash
15563 oiint
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 </row>
15581 <row>
15582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586
15587 \backslash
15588 sqiint
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15594 \begin_inset Text
15595
15596 \begin_layout Plain Layout
15597 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15598 \end_inset
15599
15600
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 </lyxtabular>
15607
15608 \end_inset
15609
15610
15611 \begin_inset space \hfill{}
15612 \end_inset
15613
15614
15615 \begin_inset Tabular
15616 <lyxtabular version="3" rows="4" columns="2">
15617 <features rotate="0" tabularvalignment="middle">
15618 <column alignment="center" valignment="top">
15619 <column alignment="center" valignment="top">
15620 <row>
15621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625 Commande
15626 \end_layout
15627
15628 \end_inset
15629 </cell>
15630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634 Résultat
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 iiint
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 <row>
15666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15667 \begin_inset Text
15668
15669 \begin_layout Plain Layout
15670
15671 \backslash
15672 iiiint
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \backslash
15697 dotsint
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15707 \end_inset
15708
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 </lyxtabular>
15716
15717 \end_inset
15718
15719
15720 \begin_inset space \hfill{}
15721 \end_inset
15722
15723
15724 \end_layout
15725
15726 \begin_layout Subsection
15727 Limites des opérateurs
15728 \begin_inset CommandInset label
15729 LatexCommand label
15730 name "sub:Limites-des-opérateurs"
15731
15732 \end_inset
15733
15734
15735 \begin_inset Index idx
15736 status collapsed
15737
15738 \begin_layout Plain Layout
15739 Opérateurs ! Limites
15740 \end_layout
15741
15742 \end_inset
15743
15744
15745 \end_layout
15746
15747 \begin_layout Standard
15748 Les limites sont créées avec les indices et les exposants:
15749 \end_layout
15750
15751 \begin_layout Standard
15752 \align center
15753 \begin_inset Tabular
15754 <lyxtabular version="3" rows="2" columns="2">
15755 <features rotate="0" tabularvalignment="middle">
15756 <column alignment="center" valignment="top" width="0pt">
15757 <column alignment="center" valignment="top" width="0pt">
15758 <row>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 Commande
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 Résultat
15773 \begin_inset Note Note
15774 status collapsed
15775
15776 \begin_layout Plain Layout
15777
15778 \series bold
15779
15780 \backslash
15781 raisebox
15782 \series default
15783  est seulement utilisée pour faire de la place
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 </row>
15794 <row>
15795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799
15800 \backslash
15801 prod^
15802 \backslash
15803 infty
15804 \begin_inset space \textvisiblespace{}
15805 \end_inset
15806
15807
15808 \begin_inset Formula $\to$
15809 \end_inset
15810
15811 _0
15812 \begin_inset Formula $\to$
15813 \end_inset
15814
15815 A(x)
15816 \end_layout
15817
15818 \end_inset
15819 </cell>
15820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 </row>
15833 </lyxtabular>
15834
15835 \end_inset
15836
15837
15838 \end_layout
15839
15840 \begin_layout Standard
15841 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15842  Pour les formules hors ligne, les limites sont placées au dessus ou en
15843  dessous de l'opérateur, sauf pour les limites des intégrales.
15844 \end_layout
15845
15846 \begin_layout Standard
15847 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15848  après l'opérateur et on change le type de limite avec le menu 
15849 \family sans
15850 Édition\SpecialChar \menuseparator
15851 Math\SpecialChar \menuseparator
15852 Changer
15853 \begin_inset space ~
15854 \end_inset
15855
15856 le
15857 \begin_inset space ~
15858 \end_inset
15859
15860 type
15861 \begin_inset space ~
15862 \end_inset
15863
15864 de
15865 \begin_inset space ~
15866 \end_inset
15867
15868 limites
15869 \family default
15870  pour 
15871 \family sans
15872 En
15873 \begin_inset space ~
15874 \end_inset
15875
15876 ligne
15877 \family default
15878  (raccourci 
15879 \family sans
15880 Alt+M
15881 \family default
15882
15883 \begin_inset space ~
15884 \end_inset
15885
15886
15887 \family sans
15888 L
15889 \family default
15890 ).
15891  Un exemple:
15892 \end_layout
15893
15894 \begin_layout Standard
15895 Implicitement les limites ont ce type:
15896 \begin_inset Formula 
15897 \[
15898 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15899 \]
15900
15901 \end_inset
15902
15903 Voici à quoi elles ressemblent si on change le type des limites à 
15904 \family sans
15905 En
15906 \begin_inset space ~
15907 \end_inset
15908
15909 ligne
15910 \family default
15911 :
15912 \begin_inset Formula 
15913 \[
15914 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15915 \]
15916
15917 \end_inset
15918
15919 Pour les intégrales, à part pour celles dont le nom se termine en 
15920 \series bold
15921 op
15922 \series default
15923  comme 
15924 \series bold
15925
15926 \backslash
15927 intop
15928 \series default
15929
15930 \series bold
15931
15932 \backslash
15933 ointop
15934 \series default
15935  etc., les limites sont placées implicitement après l'opérateur.
15936  Mais pour les intégrales multiples les limites sont souvent placées sous
15937  l'opérateur.
15938  Dans l'exemple suivant, le type de limites a donc été mis à 
15939 \series bold
15940 Hors
15941 \begin_inset space ~
15942 \end_inset
15943
15944 ligne 
15945 \series default
15946 et elles sont donc placées sous les intégrales:
15947 \begin_inset Formula 
15948 \begin{equation}
15949 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15950 \end{equation}
15951
15952 \end_inset
15953
15954
15955 \end_layout
15956
15957 \begin_layout Standard
15958 \begin_inset VSpace medskip
15959 \end_inset
15960
15961 Pour préciser des conditions pour les limites, on utilise les commandes
15962  
15963 \series bold
15964
15965 \backslash
15966 subarray
15967 \series default
15968
15969 \begin_inset Index idx
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973 Commandes ! S ! 
15974 \backslash
15975 subarray
15976 \end_layout
15977
15978 \end_inset
15979
15980  et 
15981 \series bold
15982
15983 \backslash
15984 substack
15985 \series default
15986
15987 \begin_inset Index idx
15988 status collapsed
15989
15990 \begin_layout Plain Layout
15991 Commandes ! S ! 
15992 \backslash
15993 substack
15994 \end_layout
15995
15996 \end_inset
15997
15998 .
15999  Par exemple, pour obtenir cette expression 
16000 \begin_inset Formula 
16001 \begin{equation}
16002 \sum_{\begin{subarray}{c}
16003 0<k<1000\\
16004 \\
16005 k\,\in\,\mathbb{N}
16006 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16007 \end{equation}
16008
16009 \end_inset
16010
16011
16012 \end_layout
16013
16014 \begin_layout Standard
16015 on doit faire ceci:
16016 \begin_inset Newline newline
16017 \end_inset
16018
16019 D'abord taper la commande 
16020 \series bold
16021
16022 \backslash
16023 sum
16024 \series default
16025 ^
16026 \series bold
16027 n
16028 \begin_inset space \textvisiblespace{}
16029 \end_inset
16030
16031 _
16032 \series default
16033  .
16034  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
16035  on y insère la commande 
16036 \series bold
16037
16038 \backslash
16039 subarray
16040 \begin_inset space \textvisiblespace{}
16041 \end_inset
16042
16043
16044 \series default
16045 .
16046  La boîte bleue se trouve maintenant dans une boîte violette et on peut
16047  écrire plusieurs lignes les unes au dessus des autres.
16048  On crée une nouvelle ligne en insérant un saut de ligne (
16049 \family sans
16050 Ctrl+Entrée
16051 \family default
16052 ).
16053  Maintenant, quand on tape
16054 \begin_inset Newline newline
16055 \end_inset
16056
16057
16058 \series bold
16059 0<k<1000 Ctrl+Entrée
16060 \begin_inset Newline newline
16061 \end_inset
16062
16063
16064 \series default
16065 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
16066 \end_layout
16067
16068 \begin_layout Standard
16069 L'alignement des lignes peut être modifié en alignement à gauche avec la
16070  barre d'outils 
16071 \family sans
16072 Tableaux
16073 \family default
16074  ou avec le menu 
16075 \family sans
16076 Édition\SpecialChar \menuseparator
16077 Lignes
16078 \begin_inset space ~
16079 \end_inset
16080
16081 &
16082 \begin_inset space ~
16083 \end_inset
16084
16085 colonnes
16086 \family default
16087 .
16088  Pour avoir un alignement à droite, on insère un 
16089 \series bold
16090
16091 \backslash
16092 hfill
16093 \begin_inset space \textvisiblespace{}
16094 \end_inset
16095
16096
16097 \series default
16098  au début de la ligne.
16099 \end_layout
16100
16101 \begin_layout Standard
16102 La commande 
16103 \series bold
16104
16105 \backslash
16106 substack
16107 \series default
16108  est équivalente à 
16109 \series bold
16110
16111 \backslash
16112 subarray
16113 \series default
16114  avec la différence que les lignes sont toujours centrées.
16115 \end_layout
16116
16117 \begin_layout Standard
16118 \begin_inset VSpace bigskip
16119 \end_inset
16120
16121 Comme dans le cas de la formule 
16122 \begin_inset CommandInset ref
16123 LatexCommand eqref
16124 reference "eq:substack"
16125
16126 \end_inset
16127
16128 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
16129 s qui suivent l'opérateur se trouvent après la limite.
16130  Pour éviter cela, on peut utiliser la commande 
16131 \series bold
16132
16133 \backslash
16134 mathclap
16135 \series default
16136
16137 \begin_inset Index idx
16138 status collapsed
16139
16140 \begin_layout Plain Layout
16141 Commandes ! M ! 
16142 \backslash
16143 mathclap
16144 \end_layout
16145
16146 \end_inset
16147
16148  qui met la largeur 
16149 \lang english
16150 of its content
16151 \lang french
16152  à 0
16153 \begin_inset space \thinspace{}
16154 \end_inset
16155
16156 pt.
16157 \begin_inset Newline newline
16158 \end_inset
16159
16160 Appliqué à la formule 
16161 \begin_inset CommandInset ref
16162 LatexCommand eqref
16163 reference "eq:substack"
16164
16165 \end_inset
16166
16167 , on utilise la commande
16168 \end_layout
16169
16170 \begin_layout Standard
16171
16172 \series bold
16173
16174 \backslash
16175 sum_
16176 \backslash
16177 mathclap
16178 \backslash
16179 substack
16180 \begin_inset space \textvisiblespace{}
16181 \end_inset
16182
16183 0<k<1000 Ctrl+Entrée
16184 \end_layout
16185
16186 \begin_layout Standard
16187 pour créer la limite inférieure.
16188  L'opérande est maintenant juste après l'opérateur de sommation:
16189 \begin_inset Formula 
16190 \[
16191 \sum_{\mathclap{\substack{0<k<1000\\
16192 \\
16193 k\,\in\,\mathbb{N}
16194 }
16195 }}^{n}k^{-2}
16196 \]
16197
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \begin_layout Standard
16204 \begin_inset VSpace bigskip
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \begin_layout Standard
16211
16212 \lang english
16213 When several consecutive operators have limits the typesetting of the limits
16214  looks often imperfect in the output, see this example:
16215 \lang french
16216
16217 \begin_inset Formula 
16218 \[
16219 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16220 \]
16221
16222 \end_inset
16223
16224
16225 \lang english
16226 To improve the typesetting set in the document settings under 
16227 \family sans
16228 Math
16229 \begin_inset space ~
16230 \end_inset
16231
16232 Options
16233 \family default
16234  for the package
16235 \lang french
16236  
16237 \series bold
16238 mathtools
16239 \series default
16240
16241 \begin_inset Index idx
16242 status collapsed
16243
16244 \begin_layout Plain Layout
16245 Paquetages ! mathtools
16246 \end_layout
16247
16248 \end_inset
16249
16250  
16251 \lang english
16252 the option 
16253 \family sans
16254 Load
16255 \begin_inset space ~
16256 \end_inset
16257
16258 always
16259 \family default
16260 .
16261  Then insert into your formula the command 
16262 \series bold
16263 \lang french
16264
16265 \backslash
16266 adjustlimits
16267 \series default
16268
16269 \begin_inset Index idx
16270 status collapsed
16271
16272 \begin_layout Plain Layout
16273 Commandes ! A ! 
16274 \backslash
16275 adjustlimits
16276 \end_layout
16277
16278 \end_inset
16279
16280  
16281 \lang english
16282 directly before the first operator.
16283  The example will then look like this:
16284 \lang french
16285
16286 \begin_inset Formula 
16287 \[
16288 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16289 \]
16290
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \begin_layout Standard
16297 \begin_inset VSpace bigskip
16298 \end_inset
16299
16300 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
16301 \begin_inset CommandInset ref
16302 LatexCommand ref
16303 reference "sub:Opérateurs-personnalisés"
16304
16305 \end_inset
16306
16307 .
16308 \end_layout
16309
16310 \begin_layout Subsection
16311 Décoration pour les opérateurs
16312 \begin_inset Index idx
16313 status collapsed
16314
16315 \begin_layout Plain Layout
16316 Opérateurs ! Décoration
16317 \end_layout
16318
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \begin_layout Standard
16325 Avec les commandes 
16326 \series bold
16327
16328 \backslash
16329 overset
16330 \series default
16331
16332 \begin_inset Index idx
16333 status collapsed
16334
16335 \begin_layout Plain Layout
16336 Commandes ! O ! 
16337 \backslash
16338 overset
16339 \end_layout
16340
16341 \end_inset
16342
16343  et 
16344 \series bold
16345
16346 \backslash
16347 underset
16348 \series default
16349
16350 \begin_inset Index idx
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354 Commandes ! U ! 
16355 \backslash
16356 underset
16357 \end_layout
16358
16359 \end_inset
16360
16361  on peut placer des caractères respectivement au dessus ou en dessous d'un
16362  opérateur.
16363  Avec la commande 
16364 \series bold
16365
16366 \backslash
16367 sideset
16368 \series default
16369
16370 \begin_inset Index idx
16371 status collapsed
16372
16373 \begin_layout Plain Layout
16374 Commandes ! S ! 
16375 \backslash
16376 sideset
16377 \end_layout
16378
16379 \end_inset
16380
16381 , on peut placer des caractères avant ou après un grand opérateur.
16382 \end_layout
16383
16384 \begin_layout Standard
16385
16386 \lang english
16387 There are 4
16388 \begin_inset space ~
16389 \end_inset
16390
16391 variants of 
16392 \series bold
16393
16394 \backslash
16395 sideset
16396 \series default
16397 :
16398 \end_layout
16399
16400 \begin_layout Itemize
16401
16402 \series bold
16403 \lang english
16404
16405 \backslash
16406 sideset
16407 \series default
16408  is used to set characters at the corners of the operator
16409 \end_layout
16410
16411 \begin_layout Itemize
16412
16413 \series bold
16414 \lang english
16415
16416 \backslash
16417 sidesetn
16418 \series default
16419  is used to set characters before and/or behind the operator (this variant
16420  represents LaTeX's original 
16421 \series bold
16422
16423 \backslash
16424 sideset
16425 \series default
16426  command)
16427 \end_layout
16428
16429 \begin_layout Itemize
16430
16431 \series bold
16432 \lang english
16433
16434 \backslash
16435 sidesetl
16436 \series default
16437  is used to set characters at the left corners and/or behind the operator
16438 \end_layout
16439
16440 \begin_layout Itemize
16441
16442 \series bold
16443 \lang english
16444
16445 \backslash
16446 sidesetr
16447 \series default
16448  is used to set characters at the right corners and/or before the operator
16449 \end_layout
16450
16451 \begin_layout Standard
16452 Par exemple la commande 
16453 \series bold
16454
16455 \backslash
16456 sidesetn
16457 \begin_inset space \textvisiblespace{}
16458 \end_inset
16459
16460
16461 \backslash
16462 sum
16463 \begin_inset space \textvisiblespace{}
16464 \end_inset
16465
16466
16467 \begin_inset Formula $\to$
16468 \end_inset
16469
16470 '
16471 \begin_inset Formula $\to$
16472 \end_inset
16473
16474 _k=1
16475 \begin_inset space \textvisiblespace{}
16476 \end_inset
16477
16478
16479 \series default
16480 ^
16481 \series bold
16482 n
16483 \series default
16484  donne:
16485 \begin_inset Formula 
16486 \[
16487 \sideset{}{'}\sum_{k=1}^{n}
16488 \]
16489
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \begin_layout Standard
16496 \begin_inset Note Greyedout
16497 status open
16498
16499 \begin_layout Plain Layout
16500
16501 \series bold
16502 Nota: 
16503 \backslash
16504 sideset
16505 \series default
16506  ne peut être utilisé que pour les grands opérateurs, il ne convient pas
16507  pour les opérateurs binaires.
16508 \end_layout
16509
16510 \end_inset
16511
16512
16513 \end_layout
16514
16515 \begin_layout Standard
16516 Avec 
16517 \series bold
16518
16519 \backslash
16520 overset
16521 \series default
16522  et 
16523 \series bold
16524
16525 \backslash
16526 underset
16527 \series default
16528  on peut aussi décorer des symboles et des caractères.
16529  Pour exemple la commande 
16530 \series bold
16531
16532 \backslash
16533 overset
16534 \begin_inset space \textvisiblespace{}
16535 \end_inset
16536
16537
16538 \backslash
16539 maltese
16540 \begin_inset space \textvisiblespace{}
16541 \end_inset
16542
16543
16544 \series default
16545
16546 \begin_inset Formula $\uparrow$
16547 \end_inset
16548
16549
16550 \series bold
16551 a
16552 \series default
16553  donne:
16554 \begin_inset Formula 
16555 \[
16556 \overset{a}{\maltese}
16557 \]
16558
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \begin_layout Subsection
16565 Opérateurs binaires
16566 \begin_inset CommandInset label
16567 LatexCommand label
16568 name "sub:Opérateurs-binaires"
16569
16570 \end_inset
16571
16572
16573 \begin_inset Index idx
16574 status collapsed
16575
16576 \begin_layout Plain Layout
16577 Opérateurs ! binaires
16578 \end_layout
16579
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \begin_layout Standard
16586 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16587  avant et après eux.
16588 \begin_inset VSpace medskip
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \begin_layout Standard
16595 \begin_inset space \hfill{}
16596 \end_inset
16597
16598
16599 \begin_inset Tabular
16600 <lyxtabular version="3" rows="13" columns="2">
16601 <features rotate="0" tabularvalignment="middle">
16602 <column alignment="center" valignment="top" width="0pt">
16603 <column alignment="center" valignment="top" width="0pt">
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 Commande
16610 \begin_inset Note Note
16611 status collapsed
16612
16613 \begin_layout Plain Layout
16614
16615 \series bold
16616
16617 \backslash
16618 raisebox
16619 \series default
16620  est seulement utilisée pour faire de la place
16621 \end_layout
16622
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 Résultat
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 +
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 \begin_inset Formula $+$
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 </row>
16663 <row>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 -
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $-$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \backslash
16693 pm
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\pm$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716
16717 \backslash
16718 mp
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\mp$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741
16742 \backslash
16743 cdot
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 \begin_inset Formula $\cdot$
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 </row>
16761 <row>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766
16767 \backslash
16768 times
16769 \end_layout
16770
16771 \end_inset
16772 </cell>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 \begin_inset Formula $\times$
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 </row>
16786 <row>
16787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791
16792 \backslash
16793 div
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 \begin_inset Formula $\div$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 \begin_inset ERT
16817 status collapsed
16818
16819 \begin_layout Plain Layout
16820
16821
16822 \backslash
16823 raisebox{-1.2mm}{
16824 \end_layout
16825
16826 \end_inset
16827
16828 *
16829 \begin_inset ERT
16830 status collapsed
16831
16832 \begin_layout Plain Layout
16833
16834 }
16835 \end_layout
16836
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 \begin_inset Formula $*$
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862
16863 \backslash
16864 star
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 \begin_inset Formula $\star$
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 </row>
16882 <row>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887
16888 \backslash
16889 circ
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 \begin_inset Formula $\circ$
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 </row>
16907 <row>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912
16913 \backslash
16914 diamond
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 \begin_inset Formula $\diamond$
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 </row>
16932 <row>
16933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937
16938 \backslash
16939 bullet
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\bullet$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 </lyxtabular>
16958
16959 \end_inset
16960
16961
16962 \begin_inset space \hfill{}
16963 \end_inset
16964
16965
16966 \begin_inset Tabular
16967 <lyxtabular version="3" rows="13" columns="2">
16968 <features rotate="0" tabularvalignment="middle">
16969 <column alignment="center" valignment="top" width="0pt">
16970 <column alignment="center" valignment="top" width="0pt">
16971 <row>
16972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 Commande
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 Résultat
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 </row>
16991 <row>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \backslash
16998 nabla
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Formula $\nabla$
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \backslash
17023 bigtriangledown
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $\bigtriangledown$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \backslash
17048 bigtriangleup
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Formula $\bigtriangleup$
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 <row>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \backslash
17073 Box
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 \begin_inset Formula $\Box$
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 <row>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096
17097 \backslash
17098 cap 
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107 \begin_inset Formula $\cap$
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 </row>
17116 <row>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121
17122 \backslash
17123 cup
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132 \begin_inset Formula $\cup$
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 </row>
17141 <row>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146
17147 \backslash
17148 dagger
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157 \begin_inset Formula $\dagger$
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \backslash
17173 ddagger
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 \begin_inset Formula $\ddagger$
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 <row>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196
17197 \backslash
17198 wr
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 \begin_inset Formula $\wr$
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \backslash
17223 bigcirc
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Formula $\bigcirc$
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \backslash
17248 wedge
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 \begin_inset Formula $\wedge$
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 </row>
17266 <row>
17267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \backslash
17273 vee
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 \begin_inset Formula $\vee$
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 </lyxtabular>
17292
17293 \end_inset
17294
17295
17296 \begin_inset space \hfill{}
17297 \end_inset
17298
17299
17300 \begin_inset Tabular
17301 <lyxtabular version="3" rows="13" columns="2">
17302 <features rotate="0" tabularvalignment="middle">
17303 <column alignment="center" valignment="top" width="0pt">
17304 <column alignment="center" valignment="top" width="0pt">
17305 <row>
17306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 Commande
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 Résultat
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330
17331 \backslash
17332 oplus
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Formula $\oplus$
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355
17356 \backslash
17357 ominus
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $\ominus$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \backslash
17382 otimes
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 \begin_inset Formula $\otimes$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 </row>
17400 <row>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405
17406 \backslash
17407 oslash
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 \begin_inset Formula $\oslash$
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 <row>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \backslash
17432 odot
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441 \begin_inset Formula $\odot$
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455
17456 \backslash
17457 amalg
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 \begin_inset Formula $\amalg$
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480
17481 \backslash
17482 uplus
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 \begin_inset Formula $\uplus$
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 </row>
17500 <row>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505
17506 \backslash
17507 setminus
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $\setminus$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \backslash
17532 sqcap
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Formula $\sqcap$
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \backslash
17557 sqcup
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\sqcup$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \backslash
17582 triangleleft
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\triangleleft$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \backslash
17607 triangleright
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $\triangleright$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 </row>
17625 </lyxtabular>
17626
17627 \end_inset
17628
17629
17630 \begin_inset space \hfill{}
17631 \end_inset
17632
17633
17634 \end_layout
17635
17636 \begin_layout Standard
17637 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17638 \begin_inset Info
17639 type  "icon"
17640 arg   "math-insert \\pm"
17641 \end_inset
17642
17643  de la barre d'outils mathématique.
17644 \end_layout
17645
17646 \begin_layout Standard
17647 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17648 \series bold
17649
17650 \backslash
17651 Delta
17652 \series default
17653  ou 
17654 \series bold
17655
17656 \backslash
17657 nabla
17658 \series default
17659 ^
17660 \series bold
17661 2
17662 \series default
17663  (
17664 \begin_inset Formula $\nabla^{2}$
17665 \end_inset
17666
17667 ) à la place de 
17668 \series bold
17669
17670 \backslash
17671 bigtriangleup
17672 \series default
17673  .
17674 \end_layout
17675
17676 \begin_layout Standard
17677 Le caractère 
17678 \family sans
17679 Séparateur
17680 \begin_inset space ~
17681 \end_inset
17682
17683 de
17684 \begin_inset space ~
17685 \end_inset
17686
17687 menu
17688 \family default
17689  du menu 
17690 \family sans
17691 Insertion\SpecialChar \menuseparator
17692 Caractères
17693 \begin_inset space ~
17694 \end_inset
17695
17696 spécial
17697 \family default
17698  est en fait l'opérateur 
17699 \series bold
17700
17701 \backslash
17702 triangleright
17703 \series default
17704 .
17705 \end_layout
17706
17707 \begin_layout Subsection
17708 Opérateurs personnalisés
17709 \begin_inset CommandInset label
17710 LatexCommand label
17711 name "sub:Opérateurs-personnalisés"
17712
17713 \end_inset
17714
17715
17716 \begin_inset Index idx
17717 status collapsed
17718
17719 \begin_layout Plain Layout
17720 Opérateurs ! personnalisés
17721 \end_layout
17722
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \begin_layout Standard
17729 Avec l'aide de la commande 
17730 \series bold
17731
17732 \backslash
17733 DeclareMathOperator
17734 \series default
17735
17736 \begin_inset Index idx
17737 status collapsed
17738
17739 \begin_layout Plain Layout
17740 Commandes ! D ! 
17741 \backslash
17742 dbinom@
17743 \backslash
17744 DeclareMathOperator
17745 \end_layout
17746
17747 \end_inset
17748
17749 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17750  La syntaxe de la commande est:
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \series bold
17756
17757 \backslash
17758 DeclareMathOperator{nouvelle commande}{affichage}
17759 \end_layout
17760
17761 \begin_layout Standard
17762 L'affichage peut être composé de caractères ou de symboles qui définissent
17763  comment l'opérateur doit apparaître dans la sortie finale.
17764  Pour définir un grand opérateur, on met une * après la commande.
17765  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17766  c'est décrit dans 
17767 \begin_inset CommandInset ref
17768 LatexCommand ref
17769 reference "sub:Limites-des-opérateurs"
17770
17771 \end_inset
17772
17773 .
17774 \end_layout
17775
17776 \begin_layout Standard
17777 Par exemple la ligne 
17778 \end_layout
17779
17780 \begin_layout Standard
17781
17782 \series bold
17783
17784 \backslash
17785 DeclareMathOperator*{
17786 \backslash
17787 Losange}{
17788 \backslash
17789 blacklozenge}
17790 \end_layout
17791
17792 \begin_layout Standard
17793 dans le préambule LaTeX définit la commande 
17794 \series bold
17795
17796 \backslash
17797 Losange
17798 \series default
17799 , qui insère un grand opérateur qui consiste en un symbole losange venant
17800  de 
17801 \begin_inset CommandInset ref
17802 LatexCommand ref
17803 reference "sub:Symboles-divers"
17804
17805 \end_inset
17806
17807 :
17808 \begin_inset Formula 
17809 \[
17810 \Losange_{n=1}^{\infty}
17811 \]
17812
17813 \end_inset
17814
17815 La commande utilisée pour cette formule est: 
17816 \series bold
17817
17818 \backslash
17819 Losange
17820 \series default
17821 ^
17822 \series bold
17823
17824 \backslash
17825 infty
17826 \begin_inset Formula $\to$
17827 \end_inset
17828
17829 _n=1
17830 \end_layout
17831
17832 \begin_layout Standard
17833 \begin_inset VSpace bigskip
17834 \end_inset
17835
17836 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17837  document, on peut aussi le définir avec les commandes 
17838 \series bold
17839
17840 \backslash
17841 mathop
17842 \series default
17843
17844 \begin_inset Index idx
17845 status collapsed
17846
17847 \begin_layout Plain Layout
17848 Commandes ! M ! 
17849 \backslash
17850 mathop
17851 \end_layout
17852
17853 \end_inset
17854
17855  et 
17856 \series bold
17857
17858 \backslash
17859 mathbin
17860 \series default
17861
17862 \begin_inset Index idx
17863 status collapsed
17864
17865 \begin_layout Plain Layout
17866 Commandes ! M ! 
17867 \backslash
17868 mathbin
17869 \end_layout
17870
17871 \end_inset
17872
17873 , qui ont les syntaxes suivantes:
17874 \end_layout
17875
17876 \begin_layout Standard
17877
17878 \series bold
17879
17880 \backslash
17881 mathop{affichage}
17882 \series default
17883  et 
17884 \series bold
17885
17886 \backslash
17887 mathbin{affichage}
17888 \end_layout
17889
17890 \begin_layout Standard
17891
17892 \series bold
17893
17894 \backslash
17895 mathop
17896 \series default
17897  définit des grands opérateurs et 
17898 \series bold
17899
17900 \backslash
17901 mathbin
17902 \series default
17903  des opérateurs binaires.
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909
17910 \backslash
17911 mathop
17912 \series default
17913  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17914 \end_layout
17915
17916 \begin_layout Standard
17917 \begin_inset Formula 
17918 \[
17919 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17920 \]
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Standard
17928 La commande pour la formule précédente est:
17929 \begin_inset Newline newline
17930 \end_inset
17931
17932
17933 \series bold
17934
17935 \backslash
17936 mathop{
17937 \backslash
17938 sum
17939 \backslash
17940 negmedspace
17941 \backslash
17942 sum
17943 \series default
17944
17945 \begin_inset space \textvisiblespace{}
17946 \end_inset
17947
17948
17949 \series bold
17950
17951 \begin_inset Formula $\to$
17952 \end_inset
17953
17954 ^N
17955 \series default
17956
17957 \begin_inset space \textvisiblespace{}
17958 \end_inset
17959
17960
17961 \series bold
17962 _i,j=1
17963 \end_layout
17964
17965 \begin_layout Standard
17966 \begin_inset Newpage newpage
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \begin_layout Section
17973 Polices de caractères
17974 \begin_inset Index idx
17975 status collapsed
17976
17977 \begin_layout Plain Layout
17978 Polices de caractères
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \begin_inset Index idx
17985 status collapsed
17986
17987 \begin_layout Plain Layout
17988 Fontes| see
17989 \begin_inset ERT
17990 status collapsed
17991
17992 \begin_layout Plain Layout
17993
17994 {
17995 \end_layout
17996
17997 \end_inset
17998
17999 Polices de caractères
18000 \begin_inset ERT
18001 status collapsed
18002
18003 \begin_layout Plain Layout
18004
18005 }
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Subsection
18019 Styles de polices
18020 \begin_inset CommandInset label
18021 LatexCommand label
18022 name "sub:Styles-de-polices"
18023
18024 \end_inset
18025
18026
18027 \begin_inset Index idx
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031 Polices de caractères ! style
18032 \end_layout
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \begin_layout Standard
18040 Dans les formules on peut affecter aux lettres latines un des styles de
18041  police suivant:
18042 \begin_inset VSpace -2mm
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Standard
18049 \align center
18050 \begin_inset Tabular
18051 <lyxtabular version="3" rows="7" columns="3">
18052 <features rotate="0" tabularvalignment="middle">
18053 <column alignment="center" valignment="top">
18054 <column alignment="center" valignment="top">
18055 <column alignment="center" valignment="top">
18056 <row>
18057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 Commande
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070 Résultat
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079 Raccourci
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 </row>
18085 <row>
18086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090
18091 \backslash
18092 mathbb
18093 \begin_inset space \textvisiblespace{}
18094 \end_inset
18095
18096 ABC
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 \begin_inset Formula $\mathbb{ABC}$
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117
18118 \family sans
18119 Alt+C C
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 </row>
18125 <row>
18126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130
18131 \backslash
18132 mathbf
18133 \begin_inset space \textvisiblespace{}
18134 \end_inset
18135
18136 AbC
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145 \begin_inset Formula $\mathbf{AbC}$
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \family sans
18159 Ctrl+B
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 boldsymbol
18173 \begin_inset space \textvisiblespace{}
18174 \end_inset
18175
18176 AbC
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 \begin_inset Formula $\boldsymbol{AbC}$
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197
18198 \family sans
18199 Alt+C B
18200 \family default
18201  ou 
18202 \family sans
18203 Ctrl+Alt+B
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 </row>
18209 <row>
18210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214
18215 \backslash
18216 mathcal
18217 \begin_inset space \textvisiblespace{}
18218 \end_inset
18219
18220 ABC
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 \begin_inset Formula $\mathcal{ABC}$
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241
18242 \family sans
18243 Ctrl+E
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254
18255 \backslash
18256 mathfrak
18257 \begin_inset space \textvisiblespace{}
18258 \end_inset
18259
18260 AbC
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 \begin_inset Formula $\mathfrak{AbC}$
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 -
18282 \end_layout
18283
18284 \end_inset
18285 </cell>
18286 </row>
18287 <row>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \backslash
18294 mathscr
18295 \series bold
18296
18297 \begin_inset space \textvisiblespace{}
18298 \end_inset
18299
18300
18301 \series default
18302 AbC
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 \begin_inset Formula $\mathscr{AbC}$
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 -
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 </row>
18329 </lyxtabular>
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Standard
18337 \align center
18338 \begin_inset Tabular
18339 <lyxtabular version="3" rows="5" columns="3">
18340 <features rotate="0" tabularvalignment="middle">
18341 <column alignment="center" valignment="top">
18342 <column alignment="center" valignment="top">
18343 <column alignment="center" valignment="top">
18344 <row>
18345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 Commande
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 Résultat
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 Raccourci
18368 \end_layout
18369
18370 \end_inset
18371 </cell>
18372 </row>
18373 <row>
18374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378
18379 \backslash
18380 mathit
18381 \begin_inset space \textvisiblespace{}
18382 \end_inset
18383
18384 AbC
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 \begin_inset Formula $\mathit{AbC}$
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 -
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 </row>
18411 <row>
18412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416
18417 \backslash
18418 mathrm
18419 \begin_inset space \textvisiblespace{}
18420 \end_inset
18421
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathrm{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443
18444 \family sans
18445 Alt+C R
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 <row>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \backslash
18458 mathsf
18459 \begin_inset space \textvisiblespace{}
18460 \end_inset
18461
18462 AbC
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 \begin_inset Formula $\mathsf{AbC}$
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18480 \begin_inset Text
18481
18482 \begin_layout Plain Layout
18483
18484 \family sans
18485 Alt+C S
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 </row>
18491 <row>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496
18497 \backslash
18498 mathtt
18499 \begin_inset space \textvisiblespace{}
18500 \end_inset
18501
18502 AbC
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 \begin_inset Formula $\mathtt{AbC}$
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523
18524 \family sans
18525 Ctrl+Shift+P
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 </row>
18531 </lyxtabular>
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset Note Greyedout
18540 status open
18541
18542 \begin_layout Plain Layout
18543
18544 \series bold
18545 Note:
18546 \series default
18547  Les styles 
18548 \series bold
18549
18550 \backslash
18551 mathbb
18552 \series default
18553  et 
18554 \series bold
18555
18556 \backslash
18557 mathcal
18558 \series default
18559  ne peuvent être utilisés que pour les lettres majuscules.
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \begin_layout Standard
18568 Le style prédéfini est 
18569 \series bold
18570
18571 \backslash
18572 mathnormal
18573 \series default
18574 .
18575 \end_layout
18576
18577 \begin_layout Standard
18578 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18579 ions mathématiques:
18580 \begin_inset Formula 
18581 \[
18582 \mathfrak{A=\frac{b}{C}}
18583 \]
18584
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \begin_layout Standard
18591 Les caractères en texte mathématique n'apparaissent pas avec un style de
18592  police mathématique mais avec le style de police texte 
18593 \series bold
18594
18595 \backslash
18596 textrm
18597 \series default
18598 .
18599  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18600  de style est un bug de LyX.
18601 \begin_inset Foot
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605 \begin_inset CommandInset href
18606 LatexCommand href
18607 name "LyX-bug #4629"
18608 target "http://www.lyx.org/trac/ticket/4629"
18609
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \end_layout
18619
18620 \begin_layout Standard
18621 À la place des commandes de style, on peut utiliser le menu 
18622 \family sans
18623 Édition\SpecialChar \menuseparator
18624 Math\SpecialChar \menuseparator
18625 Style
18626 \begin_inset space ~
18627 \end_inset
18628
18629 de
18630 \begin_inset space ~
18631 \end_inset
18632
18633 Texte
18634 \family default
18635  ou le bouton 
18636 \begin_inset Info
18637 type  "icon"
18638 arg   "math-insert \\font"
18639 \end_inset
18640
18641  de la barre d'outils mathématique.
18642 \end_layout
18643
18644 \begin_layout Subsection
18645 Formules en gras
18646 \begin_inset CommandInset label
18647 LatexCommand label
18648 name "sub:Formules-en-gras"
18649
18650 \end_inset
18651
18652
18653 \begin_inset Index idx
18654 status collapsed
18655
18656 \begin_layout Plain Layout
18657 Formules ! en gras
18658 \end_layout
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18667  
18668 \series bold
18669
18670 \backslash
18671 mathbf
18672 \series default
18673  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18674  grecques minuscules.
18675  En plus elle affiche toujours les lettres latines en caractères droits,
18676  comme dans l'équation suivante:
18677 \end_layout
18678
18679 \begin_layout Standard
18680 \begin_inset Formula 
18681 \[
18682 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}
18683 \]
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 Pour afficher cette formule correctement; on utilise la commande 
18692 \series bold
18693
18694 \backslash
18695 boldsymbol
18696 \series default
18697 :
18698 \begin_inset Formula 
18699 \[
18700 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}
18701 \]
18702
18703 \end_inset
18704
18705 Il est aussi possible de mettre l'équation dans un environnement 
18706 \series bold
18707 boldmath
18708 \series default
18709 .
18710  On crée cet environnement en insérant la commande 
18711 \series bold
18712
18713 \backslash
18714 boldmath
18715 \series default
18716
18717 \begin_inset Index idx
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721 Commandes ! B ! 
18722 \backslash
18723 boldmath
18724 \end_layout
18725
18726 \end_inset
18727
18728  en mode TeX.
18729  Pour terminer l'environnement, on insère la commande 
18730 \series bold
18731
18732 \backslash
18733 unboldmath
18734 \series default
18735
18736 \begin_inset Index idx
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740 Commandes ! U ! 
18741 \backslash
18742 unboldmath
18743 \end_layout
18744
18745 \end_inset
18746
18747  toujours en mode TeX.
18748 \begin_inset ERT
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752
18753
18754 \backslash
18755 boldmath 
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \begin_inset Formula 
18762 \[
18763 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}
18764 \]
18765
18766 \end_inset
18767
18768
18769 \begin_inset ERT
18770 status collapsed
18771
18772 \begin_layout Plain Layout
18773
18774
18775 \backslash
18776 unboldmath 
18777 \end_layout
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Subsection
18785 Formules en couleur
18786 \begin_inset Index idx
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790 Formules ! en couleur
18791 \end_layout
18792
18793 \end_inset
18794
18795
18796 \end_layout
18797
18798 \begin_layout Standard
18799 Les formules peuvent être colorées comme du texte normal : mettez en évidence
18800  la formule ou la portion de formule et utilisez la fenêtre de dialogue
18801  
18802 \family sans
18803 Style de texte
18804 \family default
18805 .
18806  Voici une formule en magenta :
18807 \end_layout
18808
18809 \begin_layout Standard
18810 \begin_inset Formula 
18811 \[
18812 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18813 \]
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \begin_layout Standard
18821 Vous pouvez aussi définir vos propres couleurs comme c'est expliqué dans
18822 \begin_inset space ~
18823 \end_inset
18824
18825
18826 \begin_inset CommandInset ref
18827 LatexCommand ref
18828 reference "sub:Boîtes-colorées"
18829
18830 \end_inset
18831
18832 .
18833  Elles peuvent ensuite être utilisées avec la commande en code TeX 
18834 \series bold
18835
18836 \backslash
18837 textcolor
18838 \series default
18839  
18840 \begin_inset Index idx
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844 Commandes ! T ! 
18845 \backslash
18846 textcolor
18847 \end_layout
18848
18849 \end_inset
18850
18851  avec la syntaxe 
18852 \end_layout
18853
18854 \begin_layout Standard
18855
18856 \series bold
18857
18858 \backslash
18859 textcolor{couleur}{caractères ou formule}
18860 \end_layout
18861
18862 \begin_layout Standard
18863 L'exemple suivant a été coloré entièrement en vert foncé et partiellement
18864  en rouge :
18865 \end_layout
18866
18867 \begin_layout Standard
18868 \begin_inset ERT
18869 status collapsed
18870
18871 \begin_layout Plain Layout
18872
18873
18874 \backslash
18875 textcolor{vertfonce}{
18876 \end_layout
18877
18878 \end_inset
18879
18880
18881 \begin_inset Formula 
18882 \[
18883 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18884 \]
18885
18886 \end_inset
18887
18888
18889 \begin_inset ERT
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893
18894 }
18895 \end_layout
18896
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \begin_layout Standard
18903 A cause d'un bug de LyX, on peut colorer seulement des formules complètes
18904  avec des couleurs personnalisées.
18905 \begin_inset Foot
18906 status collapsed
18907
18908 \begin_layout Plain Layout
18909 \begin_inset CommandInset href
18910 LatexCommand href
18911 name "LyX-bug #5269"
18912 target "http://www.lyx.org/trac/ticket/5269"
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \begin_layout Subsection
18925 Tailles de polices
18926 \begin_inset CommandInset label
18927 LatexCommand label
18928 name "sub:Tailles-polices"
18929
18930 \end_inset
18931
18932
18933 \begin_inset Index idx
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937 Polices ! tailles
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Standard
18946 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18947  les caractères qui sont dans le texte, les commandes de changement de taille
18948  suivantes:
18949 \end_layout
18950
18951 \begin_layout Standard
18952
18953 \series bold
18954
18955 \backslash
18956 Huge
18957 \series default
18958
18959 \series bold
18960
18961 \backslash
18962 huge
18963 \series default
18964
18965 \series bold
18966
18967 \backslash
18968 LARGE
18969 \series default
18970
18971 \series bold
18972
18973 \backslash
18974 Large
18975 \series default
18976
18977 \series bold
18978
18979 \backslash
18980 large
18981 \series default
18982
18983 \series bold
18984
18985 \backslash
18986 normalsize
18987 \series default
18988
18989 \series bold
18990
18991 \backslash
18992 small
18993 \series default
18994 ,
18995 \begin_inset Newline newline
18996 \end_inset
18997
18998
18999 \series bold
19000
19001 \backslash
19002 footnotesize
19003 \series default
19004
19005 \series bold
19006
19007 \backslash
19008 scriptsize
19009 \series default
19010  et 
19011 \series bold
19012
19013 \backslash
19014 tiny
19015 \begin_inset Foot
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
19020  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 La taille des caractères produits par ces commandes dépend de la taille
19030  de police du document, qui correspond à la commande 
19031 \series bold
19032
19033 \backslash
19034 normalsize
19035 \series default
19036 .
19037  Les autres commandes produisent des tailles plus ou moins grandes que 
19038 \series bold
19039
19040 \backslash
19041 normalsize
19042 \series default
19043 .
19044  La taille de la police ne peut donc pas dépasser une certaine valeur.
19045  Par exemple, pour un document dans une police de taille 12
19046 \begin_inset space \thinspace{}
19047 \end_inset
19048
19049 pt, la commande 
19050 \series bold
19051
19052 \backslash
19053 Huge
19054 \series default
19055  va donner la même taille que 
19056 \series bold
19057
19058 \backslash
19059 huge
19060 \series default
19061 .
19062  
19063 \end_layout
19064
19065 \begin_layout Standard
19066 Une commande de changement de taille est insérée en mode TeX avant la formule
19067  et fixe la taille de toutes les formules qui suivent ainsi que celle des
19068  caractères du texte.
19069  Pour revenir à la taille initiale, on doit insérer la commande 
19070 \series bold
19071
19072 \backslash
19073 normalsize
19074 \series default
19075  en mode TeX après la formule.
19076 \end_layout
19077
19078 \begin_layout Standard
19079 Dans un formule, la taille peut être modifiée grâce aux commandes suivantes
19080  ou le bouton 
19081 \begin_inset Info
19082 type  "icon"
19083 arg   "math-insert \\style"
19084 \end_inset
19085
19086  de la barre d'outils mathématique:
19087 \end_layout
19088
19089 \begin_layout Standard
19090 \noindent
19091 \align center
19092 \begin_inset Tabular
19093 <lyxtabular version="3" rows="5" columns="2">
19094 <features rotate="0" tabularvalignment="middle">
19095 <column alignment="center" valignment="top">
19096 <column alignment="center" valignment="top">
19097 <row>
19098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 Commande
19103 \end_layout
19104
19105 \end_inset
19106 </cell>
19107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111 Résultat
19112 \begin_inset Note Note
19113 status collapsed
19114
19115 \begin_layout Plain Layout
19116
19117 \series bold
19118
19119 \backslash
19120 raisebox
19121 \series default
19122  est seulement utilisée pour faire de la place
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \backslash
19140 displaystyle
19141 \begin_inset Index idx
19142 status collapsed
19143
19144 \begin_layout Plain Layout
19145 Commandes ! D ! 
19146 \backslash
19147 displaystyle
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19162 \end_inset
19163
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 </row>
19170 <row>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175
19176 \backslash
19177 textstyle
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19187 \end_inset
19188
19189
19190 \end_layout
19191
19192 \end_inset
19193 </cell>
19194 </row>
19195 <row>
19196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200
19201 \backslash
19202 scriptstyle
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19212 \end_inset
19213
19214
19215 \end_layout
19216
19217 \end_inset
19218 </cell>
19219 </row>
19220 <row>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225
19226 \backslash
19227 scriptscriptstyle
19228 \end_layout
19229
19230 \end_inset
19231 </cell>
19232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 </row>
19245 </lyxtabular>
19246
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \begin_layout Standard
19253 Après la saisie de ces commandes, une boîte bleue apparaît, où doivent être
19254  saisies les parties de formule concernées.
19255 \end_layout
19256
19257 \begin_layout Standard
19258 Il existe une autre méthode pour changer la taille de la police, qui ne
19259  s'applique que pour modifier la taille des symboles et des lettres dans
19260  le texte mathématique.
19261  Pour l'utiliser, une des commandes usuelles de modification de taille de
19262  texte vues plus haut est insérée en mode mathématique: tous les caractères
19263  qui suivent jusqu'à la fin du texte mathématique ou jusqu'à ce que la taille
19264  soit de nouveau modifiée, auront la taille choisie.
19265  Deux exemples:
19266 \begin_inset VSpace -2mm
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \begin_layout Standard
19273 \begin_inset ERT
19274 status collapsed
19275
19276 \begin_layout Plain Layout
19277
19278
19279 \backslash
19280 huge 
19281 \end_layout
19282
19283 \end_inset
19284
19285
19286 \begin_inset Formula 
19287 \[
19288 A=\frac{B}{c}\cdot\maltese
19289 \]
19290
19291 \end_inset
19292
19293
19294 \begin_inset Formula 
19295 \[
19296 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19297 \]
19298
19299 \end_inset
19300
19301
19302 \begin_inset ERT
19303 status collapsed
19304
19305 \begin_layout Plain Layout
19306
19307
19308 \backslash
19309 normalsize 
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Standard
19318 \begin_inset VSpace medskip
19319 \end_inset
19320
19321 Avant les deux formules, on a inséré la commande 
19322 \series bold
19323
19324 \backslash
19325 huge
19326 \series default
19327 .
19328  La commande utilisée pour la deuxième formule est:
19329 \begin_inset Newline newline
19330 \end_inset
19331
19332
19333 \series bold
19334
19335 \backslash
19336 maltese
19337 \begin_inset space \textvisiblespace{}
19338 \end_inset
19339
19340 A Alt+M M 
19341 \backslash
19342 Large
19343 \begin_inset space \textvisiblespace{}
19344 \end_inset
19345
19346
19347 \backslash
19348 maltese
19349 \begin_inset space \textvisiblespace{}
19350 \end_inset
19351
19352
19353 \backslash
19354 textit
19355 \begin_inset space \textvisiblespace{}
19356 \end_inset
19357
19358 A
19359 \begin_inset Formula $\to$
19360 \end_inset
19361
19362
19363 \begin_inset Formula $\to$
19364 \end_inset
19365
19366
19367 \begin_inset Newline newline
19368 \end_inset
19369
19370
19371 \series default
19372
19373 \begin_inset space \hspace*{}
19374 \length 1cm
19375 \end_inset
19376
19377
19378 \series bold
19379 Alt+M M 
19380 \backslash
19381 tiny
19382 \begin_inset space \textvisiblespace{}
19383 \end_inset
19384
19385
19386 \backslash
19387 maltese
19388 \begin_inset space \textvisiblespace{}
19389 \end_inset
19390
19391
19392 \backslash
19393 textit
19394 \begin_inset space \textvisiblespace{}
19395 \end_inset
19396
19397 A
19398 \end_layout
19399
19400 \begin_layout Standard
19401 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
19402  affiché dans la taille implicite
19403 \end_layout
19404
19405 \begin_layout Section
19406 Les lettres grecques
19407 \begin_inset Index idx
19408 status collapsed
19409
19410 \begin_layout Plain Layout
19411 Lettres grecques
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \begin_layout Standard
19420 On peut insérer toutes les lettres grecques avec le bouton 
19421 \begin_inset Info
19422 type  "icon"
19423 arg   "math-insert \\alpha"
19424 \end_inset
19425
19426  de la barre d'outils mathématiques.
19427  Toutes les normes internationales de typographie indiquent que les lettres
19428  grecques en mathématique doivent être écrites en italique.
19429  Dans certaines langues comme le russe et le français, elles sont parfois
19430  quand même en lettres droites.
19431 \end_layout
19432
19433 \begin_layout Subsection
19434 Lettres minuscules
19435 \begin_inset Index idx
19436 status collapsed
19437
19438 \begin_layout Plain Layout
19439 Lettres grecques ! minuscules
19440 \end_layout
19441
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \begin_layout Standard
19448 \begin_inset space \hfill{}
19449 \end_inset
19450
19451
19452 \begin_inset Tabular
19453 <lyxtabular version="3" rows="11" columns="2">
19454 <features rotate="0" tabularvalignment="middle">
19455 <column alignment="center" valignment="top" width="0pt">
19456 <column alignment="center" valignment="top" width="0pt">
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462 Commande
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471 Résultat
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 </row>
19477 <row>
19478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482
19483 \backslash
19484 alpha
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 \begin_inset Formula $\alpha$
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507
19508 \backslash
19509 beta
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 \begin_inset Formula $\beta$
19519 \end_inset
19520
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 </row>
19527 <row>
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532
19533 \backslash
19534 gamma
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543 \begin_inset Formula $\gamma$
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 </row>
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557
19558 \backslash
19559 delta
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 \begin_inset Formula $\delta$
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 </row>
19577 <row>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582
19583 \backslash
19584 epsilon
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 \begin_inset Formula $\epsilon$
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \backslash
19609 varepsilon
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 \begin_inset Formula $\varepsilon$
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \end_inset
19625 </cell>
19626 </row>
19627 <row>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \backslash
19634 zeta
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 \begin_inset Formula $\zeta$
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \backslash
19659 eta
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 \begin_inset Formula $\eta$
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 </row>
19677 <row>
19678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19679 \begin_inset Text
19680
19681 \begin_layout Plain Layout
19682
19683 \backslash
19684 theta
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19690 \begin_inset Text
19691
19692 \begin_layout Plain Layout
19693 \begin_inset Formula $\theta$
19694 \end_inset
19695
19696
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 </row>
19702 <row>
19703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707
19708 \backslash
19709 vartheta
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 \begin_inset Formula $\vartheta$
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 </row>
19727 </lyxtabular>
19728
19729 \end_inset
19730
19731
19732 \begin_inset space \hfill{}
19733 \end_inset
19734
19735
19736 \begin_inset Tabular
19737 <lyxtabular version="3" rows="12" columns="2">
19738 <features rotate="0" tabularvalignment="middle">
19739 <column alignment="center" valignment="top" width="0pt">
19740 <column alignment="center" valignment="top" width="0pt">
19741 <row>
19742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 Commande
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 Résultat
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 <row>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \backslash
19768 iota
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 \begin_inset Formula $\iota$
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 kappa
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\kappa$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 varkappa
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\varkappa$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \backslash
19843 lambda
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 \begin_inset Formula $\lambda$
19853 \end_inset
19854
19855
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 <row>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866
19867 \backslash
19868 mu
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877 \begin_inset Formula $\mu$
19878 \end_inset
19879
19880
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 nu
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 \begin_inset Formula $\nu$
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 </row>
19911 <row>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916
19917 \backslash
19918 xi
19919 \end_layout
19920
19921 \end_inset
19922 </cell>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927 \begin_inset Formula $\xi$
19928 \end_inset
19929
19930
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 </row>
19936 <row>
19937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 o
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Formula $o$
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 pi
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\pi$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \backslash
19991 varpi
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Formula $\varpi$
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014
20015 \backslash
20016 rho
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 \begin_inset Formula $\rho$
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 </lyxtabular>
20035
20036 \end_inset
20037
20038
20039 \begin_inset space \hfill{}
20040 \end_inset
20041
20042
20043 \begin_inset Tabular
20044 <lyxtabular version="3" rows="11" columns="2">
20045 <features rotate="0" tabularvalignment="middle">
20046 <column alignment="center" valignment="top" width="0pt">
20047 <column alignment="center" valignment="top" width="0pt">
20048 <row>
20049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 Commande
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 Résultat
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073
20074 \backslash
20075 varrho
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 \begin_inset Formula $\varrho$
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \backslash
20100 sigma
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 \begin_inset Formula $\sigma$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 <row>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \backslash
20125 varsigma
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 \begin_inset Formula $\varsigma$
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 </row>
20143 <row>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148
20149 \backslash
20150 tau
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 \begin_inset Formula $\tau$
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 </row>
20168 <row>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173
20174 \backslash
20175 upsilon
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Formula $\upsilon$
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198
20199 \backslash
20200 phi
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset Formula $\phi$
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 <row>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223
20224 \backslash
20225 varphi
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234 \begin_inset Formula $\varphi$
20235 \end_inset
20236
20237
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 </row>
20243 <row>
20244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248
20249 \backslash
20250 chi
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 \begin_inset Formula $\chi$
20260 \end_inset
20261
20262
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 <row>
20269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273
20274 \backslash
20275 psi
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284 \begin_inset Formula $\psi$
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 omega
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\omega$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 </lyxtabular>
20319
20320 \end_inset
20321
20322
20323 \begin_inset space \hfill{}
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \begin_layout Standard
20330 \begin_inset VSpace medskip
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \begin_layout Standard
20337 On explique comment obtenir des lettres grecques droites spéciales dans
20338  
20339 \begin_inset CommandInset ref
20340 LatexCommand ref
20341 reference "sub:minuscules-grecques-droites"
20342
20343 \end_inset
20344
20345 .
20346 \end_layout
20347
20348 \begin_layout Standard
20349 \begin_inset Newpage newpage
20350 \end_inset
20351
20352
20353 \end_layout
20354
20355 \begin_layout Subsection
20356 Lettres majuscules
20357 \begin_inset Index idx
20358 status collapsed
20359
20360 \begin_layout Plain Layout
20361 Lettres grecques ! majuscules
20362 \end_layout
20363
20364 \end_inset
20365
20366
20367 \end_layout
20368
20369 \begin_layout Standard
20370 \begin_inset space \hfill{}
20371 \end_inset
20372
20373
20374 \begin_inset Tabular
20375 <lyxtabular version="3" rows="7" columns="2">
20376 <features rotate="0" tabularvalignment="middle">
20377 <column alignment="center" valignment="top" width="0pt">
20378 <column alignment="center" valignment="top" width="0pt">
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 Commande
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20390 \begin_inset Text
20391
20392 \begin_layout Plain Layout
20393 Résultat
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 </row>
20399 <row>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \backslash
20406 Gamma
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 \begin_inset Formula $\Gamma$
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 Delta
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\Delta$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \backslash
20456 Theta
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\Theta$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \backslash
20481 Lambda
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 \begin_inset Formula $\Lambda$
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 </row>
20499 <row>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504
20505 \backslash
20506 Xi
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515 \begin_inset Formula $\Xi$
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 Pi
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Formula $\Pi$
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 </lyxtabular>
20550
20551 \end_inset
20552
20553
20554 \begin_inset space \hfill{}
20555 \end_inset
20556
20557
20558 \begin_inset Tabular
20559 <lyxtabular version="3" rows="6" columns="2">
20560 <features rotate="0" tabularvalignment="middle">
20561 <column alignment="center" valignment="top" width="0pt">
20562 <column alignment="center" valignment="top" width="0pt">
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568 Commande
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 Résultat
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \backslash
20590 Sigma
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599 \begin_inset Formula $\Sigma$
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \backslash
20615 Upsilon
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 \begin_inset Formula $\Upsilon$
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \backslash
20640 Phi
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649 \begin_inset Formula $\Phi$
20650 \end_inset
20651
20652
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 <row>
20659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663
20664 \backslash
20665 Psi
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674 \begin_inset Formula $\Psi$
20675 \end_inset
20676
20677
20678 \end_layout
20679
20680 \end_inset
20681 </cell>
20682 </row>
20683 <row>
20684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688
20689 \backslash
20690 Omega
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 \begin_inset Formula $\Omega$
20700 \end_inset
20701
20702
20703 \end_layout
20704
20705 \end_inset
20706 </cell>
20707 </row>
20708 </lyxtabular>
20709
20710 \end_inset
20711
20712
20713 \begin_inset space \hfill{}
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \begin_layout Standard
20720 \begin_inset VSpace medskip
20721 \end_inset
20722
20723 Le fait que les lettres grecques majuscules apparaissent droites provient
20724  d'un défaut de conception quand TeX a été développé.
20725  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20726  commande par 
20727 \series bold
20728 var
20729 \series default
20730 .
20731  Par exemple, la commande 
20732 \series bold
20733
20734 \backslash
20735 varGamma
20736 \series default
20737  produit 
20738 \begin_inset Formula $\varGamma$
20739 \end_inset
20740
20741 .
20742  Une autre méthode consiste à charger le paquetage 
20743 \series bold
20744 fixmath
20745 \series default
20746
20747 \begin_inset Foot
20748 status collapsed
20749
20750 \begin_layout Plain Layout
20751
20752 \series bold
20753 fixmath
20754 \series default
20755  fait partie du paquetage 
20756 \series bold
20757 was
20758 \series default
20759
20760 \begin_inset Index idx
20761 status collapsed
20762
20763 \begin_layout Plain Layout
20764 Paquetages ! was
20765 \begin_inset ERT
20766 status collapsed
20767
20768 \begin_layout Plain Layout
20769
20770
20771 \backslash
20772 vspace{4mm}
20773 \end_layout
20774
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781
20782 .
20783 \end_layout
20784
20785 \end_inset
20786
20787
20788 \begin_inset Index idx
20789 status collapsed
20790
20791 \begin_layout Plain Layout
20792 Paquetages ! fixmath
20793 \end_layout
20794
20795 \end_inset
20796
20797  avec la ligne suivante dans le préambule LaTeX :
20798 \end_layout
20799
20800 \begin_layout Standard
20801
20802 \series bold
20803
20804 \backslash
20805 usepackage{fixmath}
20806 \end_layout
20807
20808 \begin_layout Standard
20809 Toutes les majuscules grecques du document seront alors mises en italique.
20810 \end_layout
20811
20812 \begin_layout Subsection
20813 Lettres grasses
20814 \begin_inset Index idx
20815 status collapsed
20816
20817 \begin_layout Plain Layout
20818 Lettres grecques ! grasses
20819 \end_layout
20820
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \begin_layout Standard
20827 Les lettres grecques ne peuvent être mise dans différents styles de polices
20828  comme les lettres latines.
20829  Elles peuvent seulement être mises en gras avec la commande 
20830 \series bold
20831
20832 \backslash
20833 boldsymbol
20834 \series default
20835
20836 \begin_inset Index idx
20837 status collapsed
20838
20839 \begin_layout Plain Layout
20840 Commandes ! B ! 
20841 \backslash
20842 boldsymbol
20843 \end_layout
20844
20845 \end_inset
20846
20847 .
20848 \end_layout
20849
20850 \begin_layout Standard
20851 \align center
20852 \begin_inset Tabular
20853 <lyxtabular version="3" rows="3" columns="2">
20854 <features rotate="0" tabularvalignment="middle">
20855 <column alignment="center" valignment="top">
20856 <column alignment="center" valignment="top">
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 Commande
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 Résultat
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \backslash
20884 Upsilon
20885 \backslash
20886 boldsymbol
20887 \backslash
20888 Upsilon
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20898 \end_inset
20899
20900
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 </row>
20906 <row>
20907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911
20912 \backslash
20913 theta
20914 \backslash
20915 boldsymbol
20916 \backslash
20917 theta
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\theta\boldsymbol{\theta}$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 </lyxtabular>
20936
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \begin_layout Section
20943 Symboles
20944 \begin_inset ERT
20945 status collapsed
20946
20947 \begin_layout Plain Layout
20948
20949
20950 \backslash
20951 texorpdfstring{
20952 \end_layout
20953
20954 \end_inset
20955
20956
20957 \begin_inset Foot
20958 status collapsed
20959
20960 \begin_layout Plain Layout
20961 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20962  être trouvée dans 
20963 \begin_inset CommandInset citation
20964 LatexCommand cite
20965 key "Symbols"
20966
20967 \end_inset
20968
20969 .
20970 \end_layout
20971
20972 \end_inset
20973
20974
20975 \begin_inset ERT
20976 status collapsed
20977
20978 \begin_layout Plain Layout
20979
20980 }{}
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \begin_inset Note Note
20987 status collapsed
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20993  dans les signets PDF.
20994 \end_layout
20995
20996 \begin_layout Plain Layout
20997 Plus au sujet de 
20998 \backslash
20999 texorpdfstring dans la section 
21000 \begin_inset CommandInset ref
21001 LatexCommand ref
21002 reference "sub:formules-dans-les-entêtes"
21003
21004 \end_inset
21005
21006 .
21007 \end_layout
21008
21009 \end_inset
21010
21011
21012 \begin_inset Index idx
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016 Symboles
21017 \end_layout
21018
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \begin_layout Standard
21025 Plusieurs symboles listés dans cette section peuvent aussi être insérés
21026  grâce aux boutons 
21027 \begin_inset Info
21028 type  "icon"
21029 arg   "math-insert \\nabla"
21030 \end_inset
21031
21032  et 
21033 \begin_inset Info
21034 type  "icon"
21035 arg   "math-insert \\digamma"
21036 \end_inset
21037
21038  de la barre d'outils mathématique.
21039 \end_layout
21040
21041 \begin_layout Subsection
21042 Symboles mathématiques
21043 \begin_inset CommandInset label
21044 LatexCommand label
21045 name "sub:Symboles-mathématiques"
21046
21047 \end_inset
21048
21049
21050 \begin_inset Index idx
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 Symboles ! mathématiques
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \begin_layout Standard
21063 \begin_inset space \hfill{}
21064 \end_inset
21065
21066
21067 \begin_inset Tabular
21068 <lyxtabular version="3" rows="10" columns="2">
21069 <features rotate="0" tabularvalignment="middle">
21070 <column alignment="center" valignment="top" width="0pt">
21071 <column alignment="center" valignment="top" width="0pt">
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 Commande
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Résultat
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 </row>
21092 <row>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097
21098 \backslash
21099 neg
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\neg$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122
21123 \backslash
21124 Im
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 \begin_inset Formula $\Im$
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 <row>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147
21148 \backslash
21149 Re
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158 \begin_inset Formula $\Re$
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 </row>
21167 <row>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172
21173 \backslash
21174 aleph
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183 \begin_inset Formula $\aleph$
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 </row>
21192 <row>
21193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197
21198 \backslash
21199 partial
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208 \begin_inset Formula $\partial$
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 </row>
21217 <row>
21218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222
21223 \backslash
21224 infty
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 \begin_inset Formula $\infty$
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 <row>
21243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247
21248 \backslash
21249 wp
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 \begin_inset Formula $\wp$
21259 \end_inset
21260
21261
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 </row>
21267 <row>
21268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272
21273 \backslash
21274 imath
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 \begin_inset Formula $\imath$
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 </row>
21292 <row>
21293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297
21298 \backslash
21299 jmath
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308 \begin_inset Formula $\jmath$
21309 \end_inset
21310
21311
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 </row>
21317 </lyxtabular>
21318
21319 \end_inset
21320
21321
21322 \begin_inset space \hfill{}
21323 \end_inset
21324
21325
21326 \begin_inset Tabular
21327 <lyxtabular version="3" rows="10" columns="2">
21328 <features rotate="0" tabularvalignment="middle">
21329 <column alignment="center" valignment="top" width="0pt">
21330 <column alignment="center" valignment="top" width="0pt">
21331 <row>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 Commande
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 Résultat
21346 \begin_inset Note Note
21347 status collapsed
21348
21349 \begin_layout Plain Layout
21350
21351 \series bold
21352
21353 \backslash
21354 raisebox
21355 \series default
21356  est seulement utilisée pour faire de la place
21357 \end_layout
21358
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 </row>
21367 <row>
21368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372
21373 \backslash
21374 forall
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $\forall$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 <row>
21393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397
21398 \backslash
21399 exists
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408 \begin_inset Formula $\exists$
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 </row>
21417 <row>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422
21423 \backslash
21424 nexists
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 \begin_inset Formula $\nexists$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 </row>
21442 <row>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447
21448 \backslash
21449 emptyset
21450 \end_layout
21451
21452 \end_inset
21453 </cell>
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458 \begin_inset Formula $\emptyset$
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 </row>
21467 <row>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472
21473 \backslash
21474 varnothing
21475 \end_layout
21476
21477 \end_inset
21478 </cell>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483 \begin_inset Formula $\varnothing$
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \end_inset
21490 </cell>
21491 </row>
21492 <row>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497
21498 \backslash
21499 dag
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508 \begin_inset Formula $\dag$
21509 \end_inset
21510
21511
21512 \end_layout
21513
21514 \end_inset
21515 </cell>
21516 </row>
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522
21523 \backslash
21524 ddag
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 \begin_inset Formula $\ddag$
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \end_inset
21540 </cell>
21541 </row>
21542 <row>
21543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547
21548 \backslash
21549 complement
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 \begin_inset ERT
21559 status collapsed
21560
21561 \begin_layout Plain Layout
21562
21563
21564 \backslash
21565 raisebox{-0.8mm}{
21566 \end_layout
21567
21568 \end_inset
21569
21570
21571 \begin_inset Formula $\complement$
21572 \end_inset
21573
21574
21575 \begin_inset ERT
21576 status collapsed
21577
21578 \begin_layout Plain Layout
21579
21580 }
21581 \end_layout
21582
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \backslash
21598 Bbbk
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $\Bbbk$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 </lyxtabular>
21617
21618 \end_inset
21619
21620
21621 \begin_inset space \hfill{}
21622 \end_inset
21623
21624
21625 \begin_inset Tabular
21626 <lyxtabular version="3" rows="10" columns="2">
21627 <features rotate="0" tabularvalignment="middle">
21628 <column alignment="center" valignment="top" width="0pt">
21629 <column alignment="center" valignment="top" width="0pt">
21630 <row>
21631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635 Commande
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 Résultat
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 </row>
21650 <row>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655
21656 \backslash
21657 prime
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 \begin_inset Formula $\prime$
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 </row>
21675 <row>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680
21681 \backslash
21682 backprime
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691 \begin_inset Formula $\backprime$
21692 \end_inset
21693
21694
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 </row>
21700 <row>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705
21706 \backslash
21707 mho
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716 \begin_inset Formula $\mho$
21717 \end_inset
21718
21719
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 </row>
21725 <row>
21726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730
21731 \backslash
21732 triangle
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 \begin_inset Formula $\triangle$
21742 \end_inset
21743
21744
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 </row>
21750 <row>
21751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755
21756 \backslash
21757 angle
21758 \end_layout
21759
21760 \end_inset
21761 </cell>
21762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766 \begin_inset Formula $\angle$
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 </row>
21775 <row>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780
21781 \backslash
21782 measuredangle
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791 \begin_inset Formula $\measuredangle$
21792 \end_inset
21793
21794
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805
21806 \backslash
21807 sphericalangle
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 \begin_inset Formula $\sphericalangle$
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 <row>
21826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830
21831 \backslash
21832 top
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Formula $\top$
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 </row>
21850 <row>
21851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855
21856 \backslash
21857 bot
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 \begin_inset Formula $\bot$
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 </lyxtabular>
21876
21877 \end_inset
21878
21879
21880 \begin_inset space \hfill{}
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \begin_layout Subsection
21887 Symboles divers
21888 \begin_inset CommandInset label
21889 LatexCommand label
21890 name "sub:Symboles-divers"
21891
21892 \end_inset
21893
21894
21895 \begin_inset Index idx
21896 status collapsed
21897
21898 \begin_layout Plain Layout
21899 Symboles ! divers
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Standard
21908 \noindent
21909 \align center
21910 \begin_inset Tabular
21911 <lyxtabular version="3" rows="10" columns="2">
21912 <features rotate="0" tabularvalignment="middle">
21913 <column alignment="center" valignment="top" width="0pt">
21914 <column alignment="center" valignment="top" width="0pt">
21915 <row>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 Commande
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 Résultat
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 flat
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\flat$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 <row>
21961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \backslash
21967 natural
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $\natural$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 </row>
21985 <row>
21986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \backslash
21992 sharp
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 \begin_inset Formula $\sharp$
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 <row>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015
22016 \backslash
22017 surd
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026 \begin_inset Formula $\surd$
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \backslash
22042 checkmark
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 \begin_inset Formula $\checkmark$
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 <row>
22061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \backslash
22067 yen
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Formula $\yen$
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 </row>
22085 <row>
22086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090
22091 \backslash
22092 pounds
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 \begin_inset Formula $\pounds$
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 </row>
22110 <row>
22111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 $
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 \begin_inset Formula $\$$
22125 \end_inset
22126
22127
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 </row>
22133 <row>
22134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22135 \begin_inset Text
22136
22137 \begin_layout Plain Layout
22138 §
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 \begin_inset Formula $§$
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 </lyxtabular>
22157
22158 \end_inset
22159
22160
22161 \begin_inset Tabular
22162 <lyxtabular version="3" rows="10" columns="2">
22163 <features rotate="0" tabularvalignment="middle">
22164 <column alignment="center" valignment="top">
22165 <column alignment="center" valignment="top">
22166 <row>
22167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 Commande
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180 Résultat
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 </row>
22186 <row>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191
22192 \backslash
22193 hbar
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 \begin_inset Formula $\hbar$
22203 \end_inset
22204
22205
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 </row>
22211 <row>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216
22217 \backslash
22218 hslash
22219 \end_layout
22220
22221 \end_inset
22222 </cell>
22223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227 \begin_inset Formula $\hslash$
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 </row>
22236 <row>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241
22242 \backslash
22243 clubsuit
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252 \begin_inset Formula $\clubsuit$
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 </row>
22261 <row>
22262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266
22267 \backslash
22268 spadesuit
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 \begin_inset Formula $\spadesuit$
22278 \end_inset
22279
22280
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 </row>
22286 <row>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291
22292 \backslash
22293 bigstar
22294 \end_layout
22295
22296 \end_inset
22297 </cell>
22298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22299 \begin_inset Text
22300
22301 \begin_layout Plain Layout
22302 \begin_inset Formula $\bigstar$
22303 \end_inset
22304
22305
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 </row>
22311 <row>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316
22317 \backslash
22318 blacklozenge
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 \begin_inset Formula $\blacklozenge$
22328 \end_inset
22329
22330
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 </row>
22336 <row>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341
22342 \backslash
22343 blacktriangle
22344 \end_layout
22345
22346 \end_inset
22347 </cell>
22348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22349 \begin_inset Text
22350
22351 \begin_layout Plain Layout
22352 \begin_inset Formula $\blacktriangle$
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 </row>
22361 <row>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366
22367 \backslash
22368 blacktiangledown
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 \begin_inset Formula $\blacktriangledown$
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 <row>
22387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391
22392 \backslash
22393 bullet
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22399 \begin_inset Text
22400
22401 \begin_layout Plain Layout
22402 \begin_inset Formula $\bullet$
22403 \end_inset
22404
22405
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 </row>
22411 </lyxtabular>
22412
22413 \end_inset
22414
22415
22416 \begin_inset Tabular
22417 <lyxtabular version="3" rows="10" columns="2">
22418 <features rotate="0" tabularvalignment="middle">
22419 <column alignment="center" valignment="top" width="0pt">
22420 <column alignment="center" valignment="top" width="0pt">
22421 <row>
22422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 Commande
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 Résultat
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 </row>
22441 <row>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446
22447 \backslash
22448 diamondsuit
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 \begin_inset Formula $\diamondsuit$
22458 \end_inset
22459
22460
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 </row>
22466 <row>
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471
22472 \backslash
22473 Diamond
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482 \begin_inset Formula $\Diamond$
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 </row>
22491 <row>
22492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496
22497 \backslash
22498 heartsuit
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507 \begin_inset Formula $\heartsuit$
22508 \end_inset
22509
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 </row>
22516 <row>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521
22522 \backslash
22523 P
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 \begin_inset Formula $\P$
22533 \end_inset
22534
22535
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546
22547 \backslash
22548 copyright
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557 \begin_inset Formula $\copyright$
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 </row>
22566 <row>
22567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571
22572 \backslash
22573 circledR
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582 \begin_inset Formula $\circledR$
22583 \end_inset
22584
22585
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596
22597 \backslash
22598 maltese
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 \begin_inset Formula $\maltese$
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 </row>
22616 <row>
22617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621
22622 \backslash
22623 diagup
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 \begin_inset Formula $\diagup$
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 </row>
22641 <row>
22642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646
22647 \backslash
22648 diagdown
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657 \begin_inset Formula $\diagdown$
22658 \end_inset
22659
22660
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 </row>
22666 </lyxtabular>
22667
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \begin_layout Standard
22674 \begin_inset VSpace medskip
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \begin_layout Standard
22681 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
22682 \begin_inset CommandInset ref
22683 LatexCommand ref
22684 reference "sub:Tailles-polices"
22685
22686 \end_inset
22687
22688 .
22689 \end_layout
22690
22691 \begin_layout Subsection
22692 Le symbole de l'Euro €
22693 \begin_inset Index idx
22694 status collapsed
22695
22696 \begin_layout Plain Layout
22697 Symboles ! symbole de l'Euro
22698 \end_layout
22699
22700 \end_inset
22701
22702
22703 \begin_inset Index idx
22704 status collapsed
22705
22706 \begin_layout Plain Layout
22707
22708 \backslash
22709 @
22710 \begin_inset ERT
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714
22715
22716 \backslash
22717 officialeuro
22718 \end_layout
22719
22720 \end_inset
22721
22722
22723 \end_layout
22724
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \begin_layout Standard
22731 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
22732  paquetage LaTeX 
22733 \series bold
22734 eurosym
22735 \series default
22736
22737 \begin_inset Index idx
22738 status collapsed
22739
22740 \begin_layout Plain Layout
22741 Paquetages ! eurosym
22742 \end_layout
22743
22744 \end_inset
22745
22746  et le charger avec la ligne suivante dans le préambule LaTeX
22747 \end_layout
22748
22749 \begin_layout Standard
22750
22751 \series bold
22752
22753 \backslash
22754 usepackage[gennarrow]{eurosym}
22755 \end_layout
22756
22757 \begin_layout Standard
22758 Le symbole de l'Euro peut alors être inséré avec la commande 
22759 \series bold
22760
22761 \backslash
22762 euro
22763 \series default
22764
22765 \begin_inset Index idx
22766 status collapsed
22767
22768 \begin_layout Plain Layout
22769 Commandes ! E ! 
22770 \backslash
22771 euro
22772 \end_layout
22773
22774 \end_inset
22775
22776 .
22777 \end_layout
22778
22779 \begin_layout Standard
22780 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22781 e avec la touche €, sans avoir à installer le paquetage 
22782 \series bold
22783 eurosym
22784 \series default
22785 .
22786  Quand 
22787 \series bold
22788 eurosym
22789 \series default
22790  est installé, on peut aussi insérer la commande 
22791 \series bold
22792
22793 \backslash
22794 euro
22795 \series default
22796  en mode TeX.
22797  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22798  
22799 \series bold
22800
22801 \backslash
22802 officialeuro
22803 \series default
22804
22805 \begin_inset Index idx
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809 Commandes ! O ! 
22810 \backslash
22811 officialeuro
22812 \end_layout
22813
22814 \end_inset
22815
22816 , qui n'est utilisable qu'en mode TeX.
22817 \end_layout
22818
22819 \begin_layout Standard
22820 \begin_inset ERT
22821 status collapsed
22822
22823 \begin_layout Plain Layout
22824
22825
22826 \backslash
22827 ifeurosym 
22828 \end_layout
22829
22830 \end_inset
22831
22832
22833 \begin_inset Note Note
22834 status open
22835
22836 \begin_layout Plain Layout
22837 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22838 \series bold
22839 eurosym
22840 \series default
22841  est installé.
22842 \end_layout
22843
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \begin_layout Standard
22850 Un aperçu des différents symboles de l'Euro:
22851 \end_layout
22852
22853 \begin_layout Standard
22854 \align center
22855 \begin_inset Tabular
22856 <lyxtabular version="3" rows="4" columns="3">
22857 <features rotate="0" tabularvalignment="middle">
22858 <column alignment="center" valignment="top" width="0pt">
22859 <column alignment="center" valignment="top" width="0pt">
22860 <column alignment="center" valignment="top" width="0pt">
22861 <row>
22862 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 Commande 
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22881 \begin_inset Text
22882
22883 \begin_layout Plain Layout
22884 Résultat
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 </row>
22890 <row>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 formule
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \backslash
22906 euro
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $\euro$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 texte mathématique
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $\mbox{€}$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 mode TeX
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \backslash
22972 officialeuro
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 \begin_inset ERT
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985
22986
22987 \backslash
22988 officialeuro
22989 \end_layout
22990
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 </lyxtabular>
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Standard
23007 \begin_inset ERT
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011
23012
23013 \backslash
23014 else 
23015 \end_layout
23016
23017 \end_inset
23018
23019
23020 \begin_inset Note Note
23021 status open
23022
23023 \begin_layout Plain Layout
23024 Ce qui suit sera affiché si le paquetage LaTeX 
23025 \series bold
23026 eurosym
23027 \series default
23028  n'est pas installé:
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \begin_layout Standard
23037 Vous devez installer le paquetage LaTeX 
23038 \series bold
23039 eurosym
23040 \series default
23041  pour voir le reste de cette section dans la sortie imprimée.
23042 \end_layout
23043
23044 \begin_layout Standard
23045 \begin_inset ERT
23046 status collapsed
23047
23048 \begin_layout Plain Layout
23049
23050
23051 \backslash
23052 fi 
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Section
23061 Opérateurs de relation
23062 \begin_inset CommandInset label
23063 LatexCommand label
23064 name "sec:Relations"
23065
23066 \end_inset
23067
23068
23069 \begin_inset Index idx
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073 Relations
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \begin_inset Index idx
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083 Comparaisons|see
23084 \begin_inset ERT
23085 status collapsed
23086
23087 \begin_layout Plain Layout
23088
23089 {
23090 \end_layout
23091
23092 \end_inset
23093
23094 Relations
23095 \begin_inset ERT
23096 status collapsed
23097
23098 \begin_layout Plain Layout
23099
23100 }
23101 \end_layout
23102
23103 \end_inset
23104
23105
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \begin_layout Standard
23114 Tous les opérateurs de relation peuvent aussi être insérés en passant par
23115  le bouton 
23116 \begin_inset Info
23117 type  "icon"
23118 arg   "math-insert \\leq"
23119 \end_inset
23120
23121  de la barre d'outils.
23122 \end_layout
23123
23124 \begin_layout Standard
23125 \begin_inset Tabular
23126 <lyxtabular version="3" rows="17" columns="2">
23127 <features rotate="0" tabularvalignment="middle">
23128 <column alignment="center" valignment="top" width="0pt">
23129 <column alignment="center" valignment="top">
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \size small
23137 Commande
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \size small
23148 Résultat
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 </row>
23154 <row>
23155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23156 \begin_inset Text
23157
23158 \begin_layout Plain Layout
23159 <
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 \begin_inset Formula $<$
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \end_inset
23175 </cell>
23176 </row>
23177 <row>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182
23183 \backslash
23184 le
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 \begin_inset Formula $\le$
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207
23208 \backslash
23209 ll
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23215 \begin_inset Text
23216
23217 \begin_layout Plain Layout
23218 \begin_inset Formula $\ll$
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 </row>
23227 <row>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \backslash
23234 prec
23235 \end_layout
23236
23237 \end_inset
23238 </cell>
23239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23240 \begin_inset Text
23241
23242 \begin_layout Plain Layout
23243 \begin_inset Formula $\prec$
23244 \end_inset
23245
23246
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 </row>
23252 <row>
23253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257
23258 \backslash
23259 preceq
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 \begin_inset Formula $\preceq$
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 <row>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282
23283 \backslash
23284 subset
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 \begin_inset Formula $\subset$
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 </row>
23302 <row>
23303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307
23308 \backslash
23309 subseteq
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 \begin_inset Formula $\subseteq$
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 </row>
23327 <row>
23328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332
23333 \backslash
23334 sqsubseteq
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 \begin_inset Formula $\sqsubseteq$
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 </row>
23352 <row>
23353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357
23358 \backslash
23359 in
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $\in$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \backslash
23384 vdash
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 \begin_inset Formula $\vdash$
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407
23408 \backslash
23409 smile
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $\smile$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 lhd
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\lhd$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 unlhd
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\unlhd$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 gtrless
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\gtrless$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 mid
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\mid$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 nmid
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\nmid$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 </lyxtabular>
23553
23554 \end_inset
23555
23556
23557 \begin_inset space \hfill{}
23558 \end_inset
23559
23560
23561 \begin_inset Tabular
23562 <lyxtabular version="3" rows="17" columns="2">
23563 <features rotate="0" tabularvalignment="middle">
23564 <column alignment="center" valignment="top" width="0pt">
23565 <column alignment="center" valignment="top">
23566 <row>
23567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571
23572 \size small
23573 Commande
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \size small
23584 Résultat
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595 =
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 \begin_inset Formula $=$
23605 \end_inset
23606
23607
23608 \end_layout
23609
23610 \end_inset
23611 </cell>
23612 </row>
23613 <row>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618
23619 \backslash
23620 not=
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 \begin_inset Formula $\not=$
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \end_inset
23636 </cell>
23637 </row>
23638 <row>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643
23644 \backslash
23645 equiv
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 \begin_inset Formula $\equiv$
23655 \end_inset
23656
23657
23658 \end_layout
23659
23660 \end_inset
23661 </cell>
23662 </row>
23663 <row>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668
23669 \backslash
23670 sim
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 \begin_inset Formula $\sim$
23680 \end_inset
23681
23682
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 simeq
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704 \begin_inset Formula $\simeq$
23705 \end_inset
23706
23707
23708 \end_layout
23709
23710 \end_inset
23711 </cell>
23712 </row>
23713 <row>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 approx
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\approx$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 <row>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743
23744 \backslash
23745 cong
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $\cong$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 bowtie
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\bowtie$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 notin
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\notin$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 perp
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\perp$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 propto
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\propto$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 asymp
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\asymp$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 doteq
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\doteq$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 circeq
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\circeq$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 models
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\models$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 widehat=
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\widehat{=}$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 </lyxtabular>
23989
23990 \end_inset
23991
23992
23993 \begin_inset space \hfill{}
23994 \end_inset
23995
23996
23997 \begin_inset Tabular
23998 <lyxtabular version="3" rows="17" columns="2">
23999 <features rotate="0" tabularvalignment="middle">
24000 <column alignment="center" valignment="top" width="0pt">
24001 <column alignment="center" valignment="top">
24002 <row>
24003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007
24008 \size small
24009 Commande
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \size small
24020 Résultat
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 </row>
24026 <row>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 >
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040 \begin_inset Formula $>$
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 </row>
24049 <row>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054
24055 \backslash
24056 ge
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065 \begin_inset Formula $\ge$
24066 \end_inset
24067
24068
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 </row>
24074 <row>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079
24080 \backslash
24081 gg
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090 \begin_inset Formula $\gg$
24091 \end_inset
24092
24093
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 </row>
24099 <row>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104
24105 \backslash
24106 succ
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115 \begin_inset Formula $\succ$
24116 \end_inset
24117
24118
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 </row>
24124 <row>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129
24130 \backslash
24131 succeq
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140 \begin_inset Formula $\succeq$
24141 \end_inset
24142
24143
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 </row>
24149 <row>
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154
24155 \backslash
24156 supset
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165 \begin_inset Formula $\supset$
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 </row>
24174 <row>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179
24180 \backslash
24181 supseteq
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 \begin_inset Formula $\supseteq$
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 </row>
24199 <row>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 sqsupseteq
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 \begin_inset Formula $\sqsupseteq$
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 </row>
24224 <row>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 ni
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240 \begin_inset Formula $\ni$
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \backslash
24256 dashv
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 \begin_inset Formula $\dashv$
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 </row>
24274 <row>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279
24280 \backslash
24281 frown
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290 \begin_inset Formula $\frown$
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 </row>
24299 <row>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 rhd
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 \begin_inset Formula $\rhd$
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 </row>
24324 <row>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \backslash
24331 unrhd
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 \begin_inset Formula $\unrhd$
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 </row>
24349 <row>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 lessgtr
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365 \begin_inset Formula $\lessgtr$
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 parallel
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 \begin_inset Formula $\parallel$
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 </row>
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 nparallel
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415 \begin_inset Formula $\nparallel$
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 </lyxtabular>
24425
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \begin_layout Standard
24432 \begin_inset VSpace medskip
24433 \end_inset
24434
24435 Les caractères 
24436 \series bold
24437
24438 \backslash
24439 lhd
24440 \series default
24441  et 
24442 \series bold
24443
24444 \backslash
24445 rhd
24446 \series default
24447  sont plus gros que les opérateurs 
24448 \series bold
24449
24450 \backslash
24451 triangleleft
24452 \series default
24453  et 
24454 \series bold
24455
24456 \backslash
24457 triangleright
24458 \series default
24459  auxquels ils ressemblent.
24460 \end_layout
24461
24462 \begin_layout Standard
24463
24464 \lang english
24465 LyX supports also many special relations.
24466  Use the toolbar button
24467 \lang french
24468  
24469 \begin_inset Info
24470 type  "icon"
24471 arg   "math-insert \\leqq"
24472 \end_inset
24473
24474  
24475 \lang english
24476 to see a list of these relations.
24477 \end_layout
24478
24479 \begin_layout Standard
24480 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
24481  par des espaces.
24482 \end_layout
24483
24484 \begin_layout Standard
24485 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
24486  commande 
24487 \series bold
24488
24489 \backslash
24490 stackrel
24491 \series default
24492
24493 \begin_inset Index idx
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497 Commandes ! S ! 
24498 \backslash
24499 stackrel
24500 \end_layout
24501
24502 \end_inset
24503
24504 :
24505 \end_layout
24506
24507 \begin_layout Standard
24508 \align center
24509 \begin_inset Tabular
24510 <lyxtabular version="3" rows="2" columns="2">
24511 <features rotate="0" tabularvalignment="middle">
24512 <column alignment="center" valignment="top">
24513 <column alignment="center" valignment="top">
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 Commande
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24525 \begin_inset Text
24526
24527 \begin_layout Plain Layout
24528 Résultat
24529 \begin_inset Note Note
24530 status collapsed
24531
24532 \begin_layout Plain Layout
24533
24534 \series bold
24535
24536 \backslash
24537 raisebox
24538 \series default
24539  est seulement utilisée pour faire de la place
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 </row>
24550 <row>
24551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555 A(r)
24556 \backslash
24557 stackrel
24558 \begin_inset space \textvisiblespace{}
24559 \end_inset
24560
24561 r
24562 \backslash
24563 to
24564 \backslash
24565 infty
24566 \begin_inset space \textvisiblespace{}
24567 \end_inset
24568
24569
24570 \begin_inset Formula $\downarrow$
24571 \end_inset
24572
24573
24574 \backslash
24575 approx
24576 \begin_inset space \textvisiblespace{}
24577 \end_inset
24578
24579
24580 \begin_inset space \textvisiblespace{}
24581 \end_inset
24582
24583 B
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 </row>
24601 </lyxtabular>
24602
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \begin_layout Section
24609 Fonctions
24610 \end_layout
24611
24612 \begin_layout Subsection
24613 Fonctions prédéfinies
24614 \begin_inset CommandInset label
24615 LatexCommand label
24616 name "sub:Fonctions-prédéfinies"
24617
24618 \end_inset
24619
24620
24621 \begin_inset Index idx
24622 status collapsed
24623
24624 \begin_layout Plain Layout
24625 Fonctions ! prédéfinies
24626 \end_layout
24627
24628 \end_inset
24629
24630
24631 \end_layout
24632
24633 \begin_layout Standard
24634 En général, les variables sont écrites en 
24635 \emph on
24636 italiques
24637 \emph default
24638  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
24639  
24640 \begin_inset Formula $sin$
24641 \end_inset
24642
24643  pourrait être confondue avec le produit 
24644 \begin_inset Formula $s\cdot i\cdot n$
24645 \end_inset
24646
24647 .
24648  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
24649  arguments par un peu d'espace.
24650  Elles sont insérées comme des commandes commençant par une barre de fraction
24651  inverse avant leur nom.
24652 \end_layout
24653
24654 \begin_layout Standard
24655 \align center
24656 \begin_inset Tabular
24657 <lyxtabular version="3" rows="2" columns="4">
24658 <features rotate="0" tabularvalignment="middle">
24659 <column alignment="center" valignment="top" width="0pt">
24660 <column alignment="center" valignment="top" width="0pt">
24661 <column alignment="center" valignment="top" width="0pt">
24662 <column alignment="center" valignment="top" width="0pt">
24663 <row>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 Commande
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677 Résultat
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686 Commande
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695 Résultat
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 </row>
24701 <row>
24702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 Asin(x)+B
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715 \begin_inset Formula $Asin(x)+B$
24716 \end_inset
24717
24718
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24724 \begin_inset Text
24725
24726 \begin_layout Plain Layout
24727 A
24728 \backslash
24729 sin(x)+B
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Plain Layout
24738 \begin_inset Formula $A\sin(x)+B$
24739 \end_inset
24740
24741
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 </row>
24747 </lyxtabular>
24748
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \begin_layout Standard
24755 Les fonctions suivantes sont prédéfinies:
24756 \end_layout
24757
24758 \begin_layout Standard
24759 \begin_inset VSpace -2mm
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \align center
24767 \begin_inset Tabular
24768 <lyxtabular version="3" rows="9" columns="4">
24769 <features rotate="0" tabularvalignment="middle">
24770 <column alignment="center" valignment="top" width="0pt">
24771 <column alignment="center" valignment="top" width="0pt">
24772 <column alignment="center" valignment="top" width="0pt">
24773 <column alignment="center" valignment="top" width="0pt">
24774 <row>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 Commande
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 Commande
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797 Commande
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Plain Layout
24806 Commande
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 <row>
24813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817
24818 \backslash
24819 sin
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828
24829 \backslash
24830 sinh
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \backslash
24841 arcsin
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \backslash
24852 sup
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 <row>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 cos
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 cosh
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 arccos
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \backslash
24898 inf
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 </row>
24904 <row>
24905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909
24910 \backslash
24911 tan
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920
24921 \backslash
24922 tanh
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \backslash
24933 arctan
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24939 \begin_inset Text
24940
24941 \begin_layout Plain Layout
24942
24943 \backslash
24944 lim
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 </row>
24950 <row>
24951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955
24956 \backslash
24957 cot
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966
24967 \backslash
24968 coth
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 arg
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988
24989 \backslash
24990 liminf
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 </row>
24996 <row>
24997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001
25002 \backslash
25003 sec
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012
25013 \backslash
25014 min
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023
25024 \backslash
25025 deg
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034
25035 \backslash
25036 limsup
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 </row>
25042 <row>
25043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047
25048 \backslash
25049 csc
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058
25059 \backslash
25060 max
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069
25070 \backslash
25071 det
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \backslash
25082 Pr
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 </row>
25088 <row>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \backslash
25095 ln
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 exp
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \backslash
25117 dim
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25123 \begin_inset Text
25124
25125 \begin_layout Plain Layout
25126
25127 \backslash
25128 hom
25129 \end_layout
25130
25131 \end_inset
25132 </cell>
25133 </row>
25134 <row>
25135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139
25140 \backslash
25141 lg
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \backslash
25152 log
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Plain Layout
25161
25162 \backslash
25163 ker
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172
25173 \backslash
25174 gcd
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 </row>
25180 </lyxtabular>
25181
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 Elles peuvent aussi être insérées en utilisant le bouton 
25189 \begin_inset Info
25190 type  "icon"
25191 arg   "math-insert \\functions"
25192 \end_inset
25193
25194  de la barre d'outils mathématique.
25195 \end_layout
25196
25197 \begin_layout Subsection
25198 Fonctions définies par l'utilisateur
25199 \begin_inset Index idx
25200 status collapsed
25201
25202 \begin_layout Plain Layout
25203 Fonctions ! définies par l'utilisateur
25204 \end_layout
25205
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \begin_layout Standard
25212 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
25213  fonction sgn(x), il y a deux possibilités:
25214 \end_layout
25215
25216 \begin_layout Itemize
25217 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
25218 \begin_inset Foot
25219 status collapsed
25220
25221 \begin_layout Plain Layout
25222 Pour en savoir plus sur la commande 
25223 \series bold
25224
25225 \backslash
25226 DeclareMathOperator
25227 \series default
25228  voir 
25229 \begin_inset CommandInset ref
25230 LatexCommand ref
25231 reference "sub:Opérateurs-personnalisés"
25232
25233 \end_inset
25234
25235 .
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \begin_inset Newline newline
25242 \end_inset
25243
25244
25245 \begin_inset VSpace -3mm
25246 \end_inset
25247
25248
25249 \begin_inset Newline newline
25250 \end_inset
25251
25252
25253 \series bold
25254
25255 \backslash
25256 DeclareMathOperator{
25257 \backslash
25258 sgn}{sgn}
25259 \series default
25260
25261 \begin_inset Index idx
25262 status collapsed
25263
25264 \begin_layout Plain Layout
25265 Commandes ! D ! 
25266 \backslash
25267 dbinom@
25268 \backslash
25269 DeclareMathOperator
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \begin_inset Newline newline
25276 \end_inset
25277
25278
25279 \begin_inset VSpace -2mm
25280 \end_inset
25281
25282
25283 \begin_inset Newline newline
25284 \end_inset
25285
25286 Maintenant la fonction qui vient d'être définie peut être appelée avec la
25287  commande 
25288 \series bold
25289
25290 \backslash
25291 sgn
25292 \series default
25293 .
25294 \end_layout
25295
25296 \begin_layout Itemize
25297 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
25298  notre exemple les lettres 
25299 \emph on
25300 sgn
25301 \emph default
25302  -- et les changer en texte mathématique.
25303  Pour finir, on insère une espace entre le préfacteur et la fonction.
25304 \end_layout
25305
25306 \begin_layout Standard
25307 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
25308 \begin_inset Foot
25309 status collapsed
25310
25311 \begin_layout Plain Layout
25312 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
25313 eur en rouge.
25314 \end_layout
25315
25316 \end_inset
25317
25318 :
25319 \end_layout
25320
25321 \begin_layout Standard
25322 \align center
25323 \begin_inset Tabular
25324 <lyxtabular version="3" rows="3" columns="2">
25325 <features rotate="0" tabularvalignment="middle">
25326 <column alignment="center" valignment="top" width="0pt">
25327 <column alignment="center" valignment="top" width="0pt">
25328 <row>
25329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333 Commande
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25339 \begin_inset Text
25340
25341 \begin_layout Plain Layout
25342 Résultat
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 </row>
25348 <row>
25349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25350 \begin_inset Text
25351
25352 \begin_layout Plain Layout
25353 A
25354 \backslash
25355 sgn(x)+B
25356 \end_layout
25357
25358 \end_inset
25359 </cell>
25360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364 \begin_inset Formula $A\sgn(x)+B$
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 </row>
25373 <row>
25374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378 A
25379 \backslash
25380 ,
25381 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25382 \end_inset
25383
25384 (x)+B
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25394 \end_inset
25395
25396
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 </row>
25402 </lyxtabular>
25403
25404 \end_inset
25405
25406
25407 \end_layout
25408
25409 \begin_layout Standard
25410 La première méthode est recommandée quand la fonction définie doit être
25411  utilisée plusieurs fois dans le document.
25412 \end_layout
25413
25414 \begin_layout Subsection
25415 Les limites
25416 \begin_inset Index idx
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420 Limites
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \begin_layout Standard
25429 Pour les limites, en plus des commandes 
25430 \series bold
25431
25432 \backslash
25433 lim
25434 \series default
25435
25436 \begin_inset Index idx
25437 status collapsed
25438
25439 \begin_layout Plain Layout
25440 Commandes ! L ! 
25441 \backslash
25442 lim
25443 \end_layout
25444
25445 \end_inset
25446
25447
25448 \series bold
25449
25450 \backslash
25451 liminf
25452 \series default
25453  et 
25454 \series bold
25455
25456 \backslash
25457 limsup
25458 \series default
25459  on a aussi les fonctions suivantes:
25460 \end_layout
25461
25462 \begin_layout Standard
25463 \align center
25464 \begin_inset Tabular
25465 <lyxtabular version="3" rows="5" columns="2">
25466 <features rotate="0" tabularvalignment="middle">
25467 <column alignment="center" valignment="top">
25468 <column alignment="center" valignment="top">
25469 <row>
25470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 Commande
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 Résultat
25484 \begin_inset Note Note
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488
25489 \series bold
25490
25491 \backslash
25492 raisebox
25493 \series default
25494  est seulement utilisée pour faire de la place
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 </row>
25505 <row>
25506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25507 \begin_inset Text
25508
25509 \begin_layout Plain Layout
25510
25511 \backslash
25512 varliminf
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521 \begin_inset Formula $\varliminf$
25522 \end_inset
25523
25524
25525 \end_layout
25526
25527 \end_inset
25528 </cell>
25529 </row>
25530 <row>
25531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535
25536 \backslash
25537 varlimsup
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546 \begin_inset Formula $\varlimsup$
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 </row>
25555 <row>
25556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560
25561 \backslash
25562 varprojlim
25563 \end_layout
25564
25565 \end_inset
25566 </cell>
25567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571 \begin_inset Formula $\varprojlim$
25572 \end_inset
25573
25574
25575 \end_layout
25576
25577 \end_inset
25578 </cell>
25579 </row>
25580 <row>
25581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25582 \begin_inset Text
25583
25584 \begin_layout Plain Layout
25585
25586 \backslash
25587 varinjlim
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25593 \begin_inset Text
25594
25595 \begin_layout Plain Layout
25596 \begin_inset Formula $\varinjlim$
25597 \end_inset
25598
25599
25600 \begin_inset Formula $\raisebox{-2.5mm}{}$
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \end_inset
25607 </cell>
25608 </row>
25609 </lyxtabular>
25610
25611 \end_inset
25612
25613
25614 \end_layout
25615
25616 \begin_layout Standard
25617 \begin_inset VSpace medskip
25618 \end_inset
25619
25620 La valeur de la limite est créée en ajoutant un indice.
25621  Il est placé juste à la droite de la fonction dans le cas d'une formule
25622  en ligne:
25623 \end_layout
25624
25625 \begin_layout Standard
25626 \align center
25627 \begin_inset Tabular
25628 <lyxtabular version="3" rows="2" columns="2">
25629 <features rotate="0" tabularvalignment="middle">
25630 <column alignment="center" valignment="top" width="0pt">
25631 <column alignment="center" valignment="top" width="0pt">
25632 <row>
25633 <cell alignment="center" valignment="top" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 Commande
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 <cell alignment="center" valignment="top" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646 \begin_inset space \hspace{}
25647 \length 1cm
25648 \end_inset
25649
25650 Résultat
25651 \begin_inset Note Note
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655 L'espace
25656 \series bold
25657  
25658 \series default
25659 et 
25660 \series bold
25661
25662 \backslash
25663 raisebox
25664 \series default
25665  sont seulement utilisées pour faire de la place.
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 </row>
25676 <row>
25677 <cell alignment="center" valignment="top" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681
25682 \backslash
25683 lim_x
25684 \backslash
25685 to
25686 \begin_inset space \textvisiblespace{}
25687 \end_inset
25688
25689 A
25690 \begin_inset space \textvisiblespace{}
25691 \end_inset
25692
25693 x=B
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 <cell alignment="center" valignment="top" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 </row>
25711 </lyxtabular>
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \begin_layout Standard
25719 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
25720  en dessous de la fonction:
25721 \begin_inset Formula 
25722 \[
25723 \lim_{x\to A}x=B
25724 \]
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \begin_inset VSpace medskip
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \begin_layout Standard
25739
25740 \lang english
25741 How to adjust the typesetting of the limits see
25742 \lang french
25743  
25744 \begin_inset CommandInset ref
25745 LatexCommand ref
25746 reference "sub:Limites-des-opérateurs"
25747
25748 \end_inset
25749
25750 .
25751 \end_layout
25752
25753 \begin_layout Subsection
25754 Les fonctions modulo
25755 \begin_inset Index idx
25756 status collapsed
25757
25758 \begin_layout Plain Layout
25759 Fonctions ! modulo
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \begin_layout Standard
25768 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25769 \end_layout
25770
25771 \begin_layout Standard
25772 Les variantes pour une formule hors ligne:
25773 \begin_inset Formula 
25774 \begin{align*}
25775 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25776 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25777 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25778 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25779 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25780 \end{align*}
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \begin_layout Standard
25788 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25789  la fonction, quelque soit la variante.
25790  
25791 \lang english
25792 By default the modulo-functions take only the first following character
25793  into account.
25794  To use more than one character, one has to put them into TeX-braces:
25795 \lang french
25796
25797 \begin_inset Formula 
25798 \begin{align*}
25799 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25800 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25801 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25802 \end{align*}
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Section
25810 Caractères spéciaux
25811 \begin_inset Index idx
25812 status collapsed
25813
25814 \begin_layout Plain Layout
25815 Caractères spéciaux
25816 \end_layout
25817
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \begin_layout Subsection
25824 Caractères spéciaux en  texte mathématique
25825 \end_layout
25826
25827 \begin_layout Standard
25828 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25829  ou en mode TeX:
25830 \end_layout
25831
25832 \begin_layout Standard
25833 \begin_inset space \hfill{}
25834 \end_inset
25835
25836
25837 \begin_inset Tabular
25838 <lyxtabular version="3" rows="8" columns="2">
25839 <features rotate="0" tabularvalignment="middle">
25840 <column alignment="block" valignment="top">
25841 <column alignment="block" valignment="top">
25842 <row>
25843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847 Commande
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856 Résultat
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 <row>
25863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867
25868 \backslash
25869 oe
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878 \begin_inset Formula $\textrm{œ}$
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \end_inset
25885 </cell>
25886 </row>
25887 <row>
25888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25889 \begin_inset Text
25890
25891 \begin_layout Plain Layout
25892
25893 \backslash
25894 OE
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903 \begin_inset Formula $\textrm{Œ}$
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \end_inset
25910 </cell>
25911 </row>
25912 <row>
25913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25914 \begin_inset Text
25915
25916 \begin_layout Plain Layout
25917
25918 \backslash
25919 ae
25920 \end_layout
25921
25922 \end_inset
25923 </cell>
25924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25925 \begin_inset Text
25926
25927 \begin_layout Plain Layout
25928 \begin_inset Formula $\textrm{æ}$
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 </row>
25937 <row>
25938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942
25943 \backslash
25944 AE
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953 \begin_inset Formula $\textrm{Æ}$
25954 \end_inset
25955
25956
25957 \end_layout
25958
25959 \end_inset
25960 </cell>
25961 </row>
25962 <row>
25963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25964 \begin_inset Text
25965
25966 \begin_layout Plain Layout
25967
25968 \backslash
25969 aa
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978 \begin_inset Formula $\textrm{\aa}$
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 </row>
25987 <row>
25988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992
25993 \backslash
25994 AA
25995 \begin_inset Index idx
25996 status collapsed
25997
25998 \begin_layout Plain Layout
25999
26000 \backslash
26001 @
26002 \begin_inset ERT
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006
26007
26008 \backslash
26009 textrm{
26010 \backslash
26011 AA}
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030 \begin_inset Formula $\textrm{Å}$
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 </row>
26039 <row>
26040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044
26045 \backslash
26046 i
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 \begin_inset Formula $\textrm{ı}$
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 </row>
26064 </lyxtabular>
26065
26066 \end_inset
26067
26068
26069 \begin_inset space \hfill{}
26070 \end_inset
26071
26072
26073 \begin_inset Tabular
26074 <lyxtabular version="3" rows="8" columns="2">
26075 <features rotate="0" tabularvalignment="middle">
26076 <column alignment="block" valignment="top">
26077 <column alignment="center" valignment="top">
26078 <row>
26079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 commande
26084 \begin_inset Note Note
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088 L'espace de 0
26089 \begin_inset space \thinspace{}
26090 \end_inset
26091
26092 mm est utilisée pour faire une séparation invisible, sinon la sortie finale
26093  serait respectivement ¡ et ¿.
26094 \end_layout
26095
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 Résultat
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 </row>
26113 <row>
26114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118
26119 \backslash
26120 o
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129 \begin_inset Formula $\textrm{ø}$
26130 \end_inset
26131
26132
26133 \end_layout
26134
26135 \end_inset
26136 </cell>
26137 </row>
26138 <row>
26139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143
26144 \backslash
26145 O
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154 \begin_inset Formula $\textrm{Ø}$
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \end_inset
26161 </cell>
26162 </row>
26163 <row>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168
26169 \backslash
26170 l
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 \begin_inset Formula $\textrm{ł}$
26180 \end_inset
26181
26182
26183 \end_layout
26184
26185 \end_inset
26186 </cell>
26187 </row>
26188 <row>
26189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26190 \begin_inset Text
26191
26192 \begin_layout Plain Layout
26193
26194 \backslash
26195 L
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26201 \begin_inset Text
26202
26203 \begin_layout Plain Layout
26204 \begin_inset Formula $\textrm{Ł}$
26205 \end_inset
26206
26207
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 </row>
26213 <row>
26214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26215 \begin_inset Text
26216
26217 \begin_layout Plain Layout
26218 !
26219 \begin_inset space \hspace{}
26220 \length 0mm
26221 \end_inset
26222
26223 `
26224 \begin_inset space \textvisiblespace{}
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Formula $\textrm{!`}$
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 </row>
26245 <row>
26246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250 ?
26251 \begin_inset space \hspace{}
26252 \length 0mm
26253 \end_inset
26254
26255 `
26256 \begin_inset space \textvisiblespace{}
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 \begin_inset Formula $\textrm{?`}$
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 </row>
26277 <row>
26278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26279 \begin_inset Text
26280
26281 \begin_layout Plain Layout
26282
26283 \backslash
26284 j
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 \begin_inset Formula $\textrm{ȷ}$
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 </row>
26302 </lyxtabular>
26303
26304 \end_inset
26305
26306
26307 \begin_inset space \hfill{}
26308 \end_inset
26309
26310
26311 \end_layout
26312
26313 \begin_layout Standard
26314 Les caractères 
26315 \begin_inset Formula $\textrm{\textrm{Å}}$
26316 \end_inset
26317
26318  et 
26319 \begin_inset Formula $\textrm{\textrm{Ø}}$
26320 \end_inset
26321
26322  peuvent aussi être insérés avec le bouton 
26323 \begin_inset Info
26324 type  "icon"
26325 arg   "math-insert \\digamma"
26326 \end_inset
26327
26328  de la barre d'outils mathématique.
26329 \end_layout
26330
26331 \begin_layout Standard
26332 Les commandes 
26333 \series bold
26334 !
26335 \begin_inset space \hspace{}
26336 \length 0mm
26337 \end_inset
26338
26339 `
26340 \series default
26341  et ?
26342 \series bold
26343
26344 \begin_inset space \hspace{}
26345 \length 0mm
26346 \end_inset
26347
26348
26349 \series default
26350 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
26351  le texte dans LyX.
26352 \end_layout
26353
26354 \begin_layout Subsection
26355 Les accents dans le texte
26356 \begin_inset CommandInset label
26357 LatexCommand label
26358 name "sub:Accents-dans-le-texte"
26359
26360 \end_inset
26361
26362
26363 \begin_inset Index idx
26364 status collapsed
26365
26366 \begin_layout Plain Layout
26367 Accents ! dans le texte
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \end_layout
26374
26375 \begin_layout Standard
26376 Avec les commandes suivantes, on peut accentuer toutes les lettres.
26377  Ces commandes doivent être insérées en mode TeX.
26378 \end_layout
26379
26380 \begin_layout Standard
26381 \begin_inset space \hfill{}
26382 \end_inset
26383
26384
26385 \begin_inset Tabular
26386 <lyxtabular version="3" rows="8" columns="2">
26387 <features rotate="0" tabularvalignment="middle">
26388 <column alignment="block" valignment="top">
26389 <column alignment="block" valignment="top">
26390 <row>
26391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 Commande
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 Résultat
26405 \end_layout
26406
26407 \end_inset
26408 </cell>
26409 </row>
26410 <row>
26411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415
26416 \backslash
26417
26418 \begin_inset Quotes grd
26419 \end_inset
26420
26421 e
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset ERT
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434
26435
26436 \backslash
26437 "e
26438 \end_layout
26439
26440 \end_inset
26441
26442
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 </row>
26448 <row>
26449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26450 \begin_inset Text
26451
26452 \begin_layout Plain Layout
26453
26454 \backslash
26455 `e
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26461 \begin_inset Text
26462
26463 \begin_layout Plain Layout
26464 \begin_inset ERT
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468
26469
26470 \backslash
26471 `e
26472 \end_layout
26473
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 </row>
26482 <row>
26483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487
26488 \backslash
26489 ^
26490 \begin_inset space \textvisiblespace{}
26491 \end_inset
26492
26493 e
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 \begin_inset ERT
26503 status collapsed
26504
26505 \begin_layout Plain Layout
26506
26507
26508 \backslash
26509 ^e
26510 \end_layout
26511
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 </row>
26520 <row>
26521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525
26526 \backslash
26527 =e
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 \begin_inset ERT
26537 status collapsed
26538
26539 \begin_layout Plain Layout
26540
26541
26542 \backslash
26543 =e
26544 \end_layout
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \end_inset
26552 </cell>
26553 </row>
26554 <row>
26555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26556 \begin_inset Text
26557
26558 \begin_layout Plain Layout
26559
26560 \backslash
26561 u
26562 \begin_inset space \textvisiblespace{}
26563 \end_inset
26564
26565 e
26566 \end_layout
26567
26568 \end_inset
26569 </cell>
26570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26571 \begin_inset Text
26572
26573 \begin_layout Plain Layout
26574 \begin_inset ERT
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578
26579
26580 \backslash
26581 u e
26582 \end_layout
26583
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \end_inset
26590 </cell>
26591 </row>
26592 <row>
26593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597
26598 \backslash
26599 b
26600 \begin_inset space \textvisiblespace{}
26601 \end_inset
26602
26603 e
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26609 \begin_inset Text
26610
26611 \begin_layout Plain Layout
26612 \begin_inset ERT
26613 status collapsed
26614
26615 \begin_layout Plain Layout
26616
26617
26618 \backslash
26619 b e
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 </row>
26630 <row>
26631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635
26636 \backslash
26637 t
26638 \begin_inset space \textvisiblespace{}
26639 \end_inset
26640
26641 ee
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 \begin_inset ERT
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654
26655
26656 \backslash
26657 t ee
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 </row>
26668 </lyxtabular>
26669
26670 \end_inset
26671
26672
26673 \begin_inset space \hfill{}
26674 \end_inset
26675
26676
26677 \begin_inset Tabular
26678 <lyxtabular version="3" rows="8" columns="2">
26679 <features rotate="0" tabularvalignment="middle">
26680 <column alignment="block" valignment="top">
26681 <column alignment="center" valignment="top">
26682 <row>
26683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687 Commande
26688 \end_layout
26689
26690 \end_inset
26691 </cell>
26692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696 Résultat
26697 \end_layout
26698
26699 \end_inset
26700 </cell>
26701 </row>
26702 <row>
26703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707
26708 \backslash
26709 H
26710 \begin_inset space \textvisiblespace{}
26711 \end_inset
26712
26713 e
26714 \end_layout
26715
26716 \end_inset
26717 </cell>
26718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26719 \begin_inset Text
26720
26721 \begin_layout Plain Layout
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 H e
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 </row>
26740 <row>
26741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745
26746 \backslash
26747 'e
26748 \end_layout
26749
26750 \end_inset
26751 </cell>
26752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26753 \begin_inset Text
26754
26755 \begin_layout Plain Layout
26756 \begin_inset ERT
26757 status collapsed
26758
26759 \begin_layout Plain Layout
26760
26761
26762 \backslash
26763 'e
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 </row>
26774 <row>
26775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779
26780 \backslash
26781 ~e
26782 \begin_inset Index idx
26783 status collapsed
26784
26785 \begin_layout Plain Layout
26786 Tilde
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800 \begin_inset ERT
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804
26805
26806 \backslash
26807 ~e
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 </row>
26818 <row>
26819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823
26824 \backslash
26825 .e
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834 \begin_inset ERT
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838
26839
26840 \backslash
26841 .e
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \end_inset
26850 </cell>
26851 </row>
26852 <row>
26853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857
26858 \backslash
26859 v
26860 \begin_inset space \textvisiblespace{}
26861 \end_inset
26862
26863 e
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872 \begin_inset ERT
26873 status collapsed
26874
26875 \begin_layout Plain Layout
26876
26877
26878 \backslash
26879 v e
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 </row>
26890 <row>
26891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Plain Layout
26895
26896 \backslash
26897 d
26898 \begin_inset space \textvisiblespace{}
26899 \end_inset
26900
26901 e
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26907 \begin_inset Text
26908
26909 \begin_layout Plain Layout
26910 \begin_inset ERT
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914
26915
26916 \backslash
26917 d e
26918 \end_layout
26919
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 </row>
26928 <row>
26929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933
26934 \backslash
26935 c
26936 \begin_inset space \textvisiblespace{}
26937 \end_inset
26938
26939 e
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948 \begin_inset ERT
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952
26953
26954 \backslash
26955 c e
26956 \end_layout
26957
26958 \end_inset
26959
26960
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 </row>
26966 </lyxtabular>
26967
26968 \end_inset
26969
26970
26971 \begin_inset space \hfill{}
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \begin_layout Standard
26978 \begin_inset VSpace medskip
26979 \end_inset
26980
26981 Avec la commande 
26982 \series bold
26983
26984 \backslash
26985 t
26986 \series default
26987  on peut aussi accentuer deux caractères différents.
26988  La commande 
26989 \series bold
26990
26991 \backslash
26992 t
26993 \begin_inset space \textvisiblespace{}
26994 \end_inset
26995
26996 sz
26997 \series default
26998  va donner: 
26999 \begin_inset ERT
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003
27004
27005 \backslash
27006 t sz
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Standard
27015 Les accents 
27016 \series bold
27017 `
27018 \series default
27019  , 
27020 \series bold
27021 '
27022 \series default
27023  , et 
27024 \series bold
27025 ^
27026 \series default
27027  peuvent être insérés directement avec le clavier, sans utiliser le mode
27028  TeX, quand ils sont utilisés avec des voyelles.
27029  La même chose s'applique au tilde
27030 \begin_inset Foot
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
27035  accent.
27036 \end_layout
27037
27038 \end_inset
27039
27040  
27041 \series bold
27042 ~
27043 \series default
27044  en combinaison avec 
27045 \emph on
27046 a
27047 \emph default
27048  , 
27049 \emph on
27050 n
27051 \emph default
27052  , ou 
27053 \emph on
27054 o
27055 \emph default
27056 .
27057 \end_layout
27058
27059 \begin_layout Standard
27060 Les commandes 
27061 \series bold
27062
27063 \backslash
27064 b
27065 \series default
27066  , 
27067 \series bold
27068
27069 \backslash
27070 c
27071 \series default
27072  , 
27073 \series bold
27074
27075 \backslash
27076 d
27077 \series default
27078  , 
27079 \series bold
27080
27081 \backslash
27082 H
27083 \series default
27084  , 
27085 \series bold
27086
27087 \backslash
27088 t
27089 \series default
27090  , 
27091 \series bold
27092
27093 \backslash
27094 u
27095 \series default
27096  , 
27097 \series bold
27098
27099 \backslash
27100 v
27101 \series default
27102 , et les accents qui sont insérés directement au clavier sont aussi disponibles
27103  en texte mathématique.
27104  Pour les autres accents, il y a des commandes mathématiques spéciales à
27105  utiliser dans les formules, voir 
27106 \begin_inset CommandInset ref
27107 LatexCommand ref
27108 reference "sub:Accents-sur-un-caractère"
27109
27110 \end_inset
27111
27112 .
27113 \end_layout
27114
27115 \begin_layout Standard
27116 \begin_inset VSpace bigskip
27117 \end_inset
27118
27119 En plus, avec la commande 
27120 \series bold
27121
27122 \backslash
27123 textcircled
27124 \series default
27125
27126 \begin_inset Index idx
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130 Commandes ! T ! 
27131 \backslash
27132 textcircled
27133 \end_layout
27134
27135 \end_inset
27136
27137  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
27138  comme pour le symbole du copyright.
27139 \end_layout
27140
27141 \begin_layout Standard
27142 \align center
27143 \begin_inset Tabular
27144 <lyxtabular version="3" rows="3" columns="2">
27145 <features rotate="0" tabularvalignment="middle">
27146 <column alignment="center" valignment="top">
27147 <column alignment="center" valignment="top">
27148 <row>
27149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 Commande
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 Résultat
27163 \begin_inset Note Note
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167
27168 \series bold
27169
27170 \backslash
27171 raisebox
27172 \series default
27173  est seulement utilisée pour faire de la place
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \end_inset
27182 </cell>
27183 </row>
27184 <row>
27185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189
27190 \backslash
27191 textcircled{w}
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27197 \begin_inset Text
27198
27199 \begin_layout Plain Layout
27200 \begin_inset ERT
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204
27205
27206 \backslash
27207 textcircled{w}
27208 \end_layout
27209
27210 \end_inset
27211
27212
27213 \end_layout
27214
27215 \end_inset
27216 </cell>
27217 </row>
27218 <row>
27219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27220 \begin_inset Text
27221
27222 \begin_layout Plain Layout
27223
27224 \backslash
27225 Large 
27226 \backslash
27227 textcircled{
27228 \backslash
27229 normalsize
27230 \backslash
27231 protect
27232 \backslash
27233 raisebox{-1.5pt}{W}}
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Plain Layout
27242 \begin_inset Formula $\raisebox{4.5mm}{}$
27243 \end_inset
27244
27245
27246 \begin_inset ERT
27247 status collapsed
27248
27249 \begin_layout Plain Layout
27250
27251
27252 \backslash
27253 Large 
27254 \backslash
27255 textcircled{
27256 \backslash
27257 normalsize
27258 \backslash
27259 protect
27260 \backslash
27261 raisebox{-1.5pt}W}
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \begin_inset Formula $\raisebox{-2mm}{}$
27268 \end_inset
27269
27270
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 </row>
27276 </lyxtabular>
27277
27278 \end_inset
27279
27280
27281 \end_layout
27282
27283 \begin_layout Standard
27284 On doit faire attentions à ce que le caractère tienne dans le cercle.
27285  
27286 \series bold
27287
27288 \backslash
27289 Large
27290 \series default
27291
27292 \begin_inset Foot
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 voir 
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "sub:Tailles-polices"
27300
27301 \end_inset
27302
27303
27304 \end_layout
27305
27306 \end_inset
27307
27308  donne ici la taille du cercle.
27309  On peut centrer le caractère avec l'aide de la commande  
27310 \series bold
27311
27312 \backslash
27313 raisebox
27314 \series default
27315
27316 \begin_inset Foot
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320 voir 
27321 \begin_inset CommandInset ref
27322 LatexCommand ref
27323 reference "sub:Boîtes-sans-cadre"
27324
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \end_inset
27331
27332  .
27333 \end_layout
27334
27335 \begin_layout Subsection
27336 Nombres en minuscules
27337 \begin_inset Index idx
27338 status collapsed
27339
27340 \begin_layout Plain Layout
27341 Minuscules pour les nombres
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Les nombres en minuscule sont créés avec la commande 
27351 \series bold
27352
27353 \backslash
27354 oldstylenums
27355 \series default
27356
27357 \begin_inset Index idx
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361 Commandes ! O ! 
27362 \backslash
27363 oldstylenums
27364 \end_layout
27365
27366 \end_inset
27367
27368 .
27369  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
27370  La syntaxe de la commande est:
27371 \end_layout
27372
27373 \begin_layout Standard
27374
27375 \series bold
27376
27377 \backslash
27378 oldstylenums{nombre}
27379 \end_layout
27380
27381 \begin_layout Standard
27382 La commande 
27383 \series bold
27384
27385 \backslash
27386 oldstylenums{0123456789
27387 \series default
27388  donne: 
27389 \begin_inset Formula $\oldstylenums{0123456789}$
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Section
27396 Styles de formules
27397 \begin_inset CommandInset label
27398 LatexCommand label
27399 name "sec:Styles-de-formules"
27400
27401 \end_inset
27402
27403
27404 \begin_inset Index idx
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 Formules ! styles
27409 \end_layout
27410
27411 \end_inset
27412
27413
27414 \end_layout
27415
27416 \begin_layout Itemize
27417 Il y a deux styles d'alignements différents:
27418 \end_layout
27419
27420 \begin_deeper
27421 \begin_layout Description
27422 Centré est le standard prédéfini
27423 \end_layout
27424
27425 \begin_layout Description
27426 Indenté pour ce style, l'option 
27427 \series bold
27428 fleqn
27429 \series default
27430  doit être insérée dans la fenêtre de dialogue 
27431 \family sans
27432 Document\SpecialChar \menuseparator
27433 Paramètres
27434 \family default
27435  dans la rubrique 
27436 \family sans
27437 Classe
27438 \begin_inset space ~
27439 \end_inset
27440
27441 de
27442 \begin_inset space ~
27443 \end_inset
27444
27445 Document
27446 \end_layout
27447
27448 \begin_layout Standard
27449 Quand on utilise 
27450 \series bold
27451 Indenté
27452 \series default
27453 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
27454  
27455 \series bold
27456
27457 \backslash
27458 mathindent
27459 \series default
27460
27461 \begin_inset Index idx
27462 status collapsed
27463
27464 \begin_layout Plain Layout
27465 Commandes ! M ! 
27466 \backslash
27467 mathindent
27468 \end_layout
27469
27470 \end_inset
27471
27472 .
27473  Par exemple, pour une distance de 15
27474 \begin_inset space \thinspace{}
27475 \end_inset
27476
27477 mm, on insère la ligne de commande suivante dans le préambule LaTeX
27478 \end_layout
27479
27480 \begin_layout Standard
27481
27482 \series bold
27483
27484 \backslash
27485 setlength{
27486 \backslash
27487 mathindent}{15mm}
27488 \end_layout
27489
27490 \begin_layout Standard
27491 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
27492 \begin_inset space \thinspace{}
27493 \end_inset
27494
27495 pt est utilisée.
27496 \end_layout
27497
27498 \end_deeper
27499 \begin_layout Itemize
27500 Et deux styles différents de numérotation:
27501 \end_layout
27502
27503 \begin_deeper
27504 \begin_layout Description
27505 Droite est le standard prédéfini
27506 \end_layout
27507
27508 \begin_layout Description
27509 Gauche pour ce style, l'option 
27510 \series bold
27511 leqno
27512 \series default
27513  doit être insérée dans la fenêtre de dialogue 
27514 \family sans
27515 Document\SpecialChar \menuseparator
27516 Paramètres
27517 \family default
27518  dans la rubrique 
27519 \family sans
27520 Classe
27521 \begin_inset space ~
27522 \end_inset
27523
27524 de
27525 \begin_inset space ~
27526 \end_inset
27527
27528 Document
27529 \end_layout
27530
27531 \end_deeper
27532 \begin_layout Standard
27533
27534 \series bold
27535 fleqn
27536 \series default
27537  et 
27538 \series bold
27539 leqno
27540 \series default
27541  peuvent être utilisés ensembles.
27542  Dans ce cas les deux options sont insérées, séparées par une virgule.
27543 \end_layout
27544
27545 \begin_layout Standard
27546 Les styles choisis sont utilisés par toutes les formules du document.
27547  Quand il faut créer à la fois des formules centrées et des formules alignées,
27548  on utilise le style 
27549 \series bold
27550 Centré
27551 \series default
27552 .
27553  Les formules indentées sont alors placées dans un environnement 
27554 \series bold
27555 falign, 
27556 \series default
27557 voir 
27558 \begin_inset CommandInset ref
27559 LatexCommand ref
27560 reference "sub:Environnement-Flalign"
27561
27562 \end_inset
27563
27564 .
27565 \end_layout
27566
27567 \begin_layout Section
27568 Formules multi-lignes
27569 \begin_inset CommandInset label
27570 LatexCommand label
27571 name "sec:Formules-multi-lignes"
27572
27573 \end_inset
27574
27575
27576 \begin_inset Index idx
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 Formules ! multi-lignes
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Subsection
27589 Généralités
27590 \end_layout
27591
27592 \begin_layout Standard
27593 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27594 \family sans
27595 Ctrl+Entrée
27596 \family default
27597  à l'intérieur d'une formule.
27598  Cela crée soit un environnement 
27599 \series bold
27600 equnarray 
27601 \series default
27602 qui est décrit dans
27603 \begin_inset space ~
27604 \end_inset
27605
27606
27607 \begin_inset CommandInset ref
27608 LatexCommand ref
27609 reference "sub:Environnement-eqnarray"
27610
27611 \end_inset
27612
27613  
27614 \series bold
27615 ,
27616 \series default
27617  soit dans le cas où l'option 
27618 \family sans
27619 Utilise le paquetage math AMS
27620 \family default
27621  est activé dans les préférences du document, un environnement 
27622 \series bold
27623 align 
27624 \series default
27625 qui est décrit dans 
27626 \begin_inset CommandInset ref
27627 LatexCommand ref
27628 reference "sub:Environnement-align-standard"
27629
27630 \end_inset
27631
27632 .
27633  L'environnement
27634 \series bold
27635  align
27636 \series default
27637  est recommandé car il produit une sortie typographiquement correcte dans
27638  tous les cas.
27639 \end_layout
27640
27641 \begin_layout Standard
27642 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27643  créés en passant par le menu 
27644 \family sans
27645 Insertion\SpecialChar \menuseparator
27646 Math
27647 \family default
27648 .
27649  Ces environnements sont décrits dans les sections qui suivent.
27650 \end_layout
27651
27652 \begin_layout Standard
27653 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27654  est créée en appuyant sur 
27655 \family sans
27656 Ctrl+Entrée
27657 \family default
27658 .
27659  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27660  boutons 
27661 \begin_inset Info
27662 type  "icon"
27663 arg   "inset-modify tabular append-row"
27664 \end_inset
27665
27666  ou 
27667 \begin_inset Info
27668 type  "icon"
27669 arg   "inset-modify tabular delete-row"
27670 \end_inset
27671
27672  de la barre d'outils mathématique ou bien le menu 
27673 \family sans
27674 Édition\SpecialChar \menuseparator
27675 Lignes
27676 \begin_inset space \thinspace{}
27677 \end_inset
27678
27679 &
27680 \begin_inset space \thinspace{}
27681 \end_inset
27682
27683 Colonnes
27684 \family default
27685 .
27686 \end_layout
27687
27688 \begin_layout Subsubsection
27689 Séparation des lignes
27690 \begin_inset CommandInset label
27691 LatexCommand label
27692 name "sub:Séparation-des-lignes"
27693
27694 \end_inset
27695
27696
27697 \begin_inset Index idx
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701 Formules ! multi-lignes ! Séparation des lignes
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \begin_layout Standard
27710 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27711 \begin_inset Formula 
27712 \begin{eqnarray*}
27713 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}\\
27714 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
27715 \end{eqnarray*}
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Standard
27723 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27724  qu'argument optionnel de la commande de saut de ligne.
27725  Ce n'est pas encore possible avec LyX
27726 \begin_inset Foot
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 voir 
27731 \begin_inset CommandInset href
27732 LatexCommand href
27733 name "LyX-bug #1505"
27734 target "http://www.lyx.org/trac/ticket/1505"
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \end_inset
27742
27743 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27744  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27745 \series bold
27746
27747 \backslash
27748
27749 \backslash
27750 [3mm]
27751 \series default
27752  à la fin de la première ligne et on obtient: 
27753 \begin_inset ERT
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757
27758
27759 \backslash
27760 begin{eqnarray*}
27761 \end_layout
27762
27763 \begin_layout Plain Layout
27764
27765 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27766  = & 
27767 \backslash
27768 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27769 \backslash
27770
27771 \backslash
27772 [3mm]
27773 \end_layout
27774
27775 \begin_layout Plain Layout
27776
27777 4x^{2}
27778 \backslash
27779 left(B^{2}+x_{0}^{2}
27780 \backslash
27781 right)+4x_{0}x
27782 \backslash
27783 left(D-B^{2}
27784 \backslash
27785 right)+B^{2}
27786 \backslash
27787 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27788 \backslash
27789 right) & = & 0
27790 \end_layout
27791
27792 \begin_layout Plain Layout
27793
27794
27795 \backslash
27796 end{eqnarray*}
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Standard
27805 \begin_inset VSpace bigskip
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \begin_layout Standard
27812 Pour modifier l'interligne pour toutes les lignes d'une formule, on doit
27813  changer la valeur de la longueur 
27814 \series bold
27815
27816 \backslash
27817 jot
27818 \series default
27819
27820 \begin_inset Index idx
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824 Commandes ! J ! 
27825 \backslash
27826 jot
27827 \begin_inset ERT
27828 status collapsed
27829
27830 \begin_layout Plain Layout
27831
27832
27833 \backslash
27834 vspace{4mm}
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \end_inset
27843
27844 .
27845  La définition est : 
27846 \begin_inset Formula $\mathrm{interligne}=6\,\mathrm{pt}+\backslash\mathrm{jot}$
27847 \end_inset
27848
27849 .
27850  La valeur prédéfinie de 
27851 \series bold
27852
27853 \backslash
27854 jot 
27855 \series default
27856 est de 3
27857 \begin_inset space \thinspace{}
27858 \end_inset
27859
27860 pt.
27861  Pour créer un interligne supplémentaire de 3
27862 \begin_inset space \thinspace{}
27863 \end_inset
27864
27865 mm, comme dans l'exemple précédent, on insère la commande 
27866 \end_layout
27867
27868 \begin_layout Standard
27869
27870 \series bold
27871
27872 \backslash
27873 setlength{
27874 \backslash
27875 jot}{3mm+3pt}
27876 \end_layout
27877
27878 \begin_layout Standard
27879 en Code TeX avant la formule.
27880  Cela exige que le paquetage LaTeX 
27881 \series bold
27882 calc
27883 \begin_inset Foot
27884 status collapsed
27885
27886 \begin_layout Plain Layout
27887
27888 \series bold
27889 calc 
27890 \series default
27891 fait partie de toutes les distributions standard de LaTeX.
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \series default
27898
27899 \begin_inset Index idx
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903 Paquetages ! calc
27904 \end_layout
27905
27906 \end_inset
27907
27908  ait été chargé dans le préambule LaTeX avec la ligne
27909 \end_layout
27910
27911 \begin_layout Standard
27912
27913 \series bold
27914
27915 \backslash
27916 usepackage{calc}
27917 \end_layout
27918
27919 \begin_layout Standard
27920 On obtient alors: 
27921 \begin_inset ERT
27922 status collapsed
27923
27924 \begin_layout Plain Layout
27925
27926
27927 \backslash
27928 setlength{
27929 \backslash
27930 jot}{3mm+3pt}
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \begin_inset Formula 
27937 \begin{eqnarray*}
27938 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}\\
27939 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
27940 \end{eqnarray*}
27941
27942 \end_inset
27943
27944
27945 \end_layout
27946
27947 \begin_layout Standard
27948 \begin_inset ERT
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952
27953
27954 \backslash
27955 setlength{
27956 \backslash
27957 jot}{3pt}
27958 \end_layout
27959
27960 \end_inset
27961
27962  Pour revenir à l'espacement implicite, on remet la valeur de 
27963 \series bold
27964
27965 \backslash
27966 jot
27967 \series default
27968  à 3
27969 \begin_inset space \thinspace{}
27970 \end_inset
27971
27972 pt.
27973 \end_layout
27974
27975 \begin_layout Subsubsection
27976 Séparation des colonnes
27977 \begin_inset CommandInset label
27978 LatexCommand label
27979 name "sub:Séparation-des-colonnes"
27980
27981 \end_inset
27982
27983
27984 \begin_inset Index idx
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 Formules ! multi-lignes ! Séparation des colonnes
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \begin_layout Standard
27997 Les formules multi-lignes forment une matrice.
27998  Une formule dans un environnement eqnarray est par exemple une matrice
27999  à trois colonnes.
28000  En changeant l'espacement des colonnes de cet environnement, on peut modifier
28001  l'espace à côté du symbole de relation.
28002 \end_layout
28003
28004 \begin_layout Standard
28005 L'espacement des colonnes est spécifié avec la longueur 
28006 \series bold
28007
28008 \backslash
28009 arraycolsep
28010 \series default
28011
28012 \begin_inset Index idx
28013 status collapsed
28014
28015 \begin_layout Plain Layout
28016 Commandes ! A ! 
28017 \backslash
28018 arraycolsep
28019 \end_layout
28020
28021 \end_inset
28022
28023  selon la relation:
28024 \begin_inset Newline newline
28025 \end_inset
28026
28027 séparation des colonnes = 2
28028 \begin_inset space \thinspace{}
28029 \end_inset
28030
28031
28032 \series bold
28033
28034 \backslash
28035 arraycolsep
28036 \series default
28037
28038 \begin_inset Newline newline
28039 \end_inset
28040
28041 Donc, la commande
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 arraycolsep}{1cm}
28052 \end_layout
28053
28054 \begin_layout Standard
28055 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
28056  des colonnes à 2
28057 \begin_inset space \thinspace{}
28058 \end_inset
28059
28060 cm.
28061  Pour revenir à la valeur implicite, on met 
28062 \series bold
28063
28064 \backslash
28065 arraycolsep
28066 \series default
28067  à 5
28068 \begin_inset space \thinspace{}
28069 \end_inset
28070
28071 pt.
28072 \end_layout
28073
28074 \begin_layout Standard
28075 Une formule avec des colonnes séparées de 2
28076 \begin_inset space \thinspace{}
28077 \end_inset
28078
28079 cm:
28080 \begin_inset ERT
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084
28085
28086 \backslash
28087 setlength{
28088 \backslash
28089 arraycolsep}{1cm}
28090 \end_layout
28091
28092 \end_inset
28093
28094
28095 \begin_inset Formula 
28096 \begin{eqnarray*}
28097 A & = & B\\
28098 C & \ne & A
28099 \end{eqnarray*}
28100
28101 \end_inset
28102
28103 Une formule avec la séparation de colonne prédéfinie de 10
28104 \begin_inset space \thinspace{}
28105 \end_inset
28106
28107 pt:
28108 \begin_inset ERT
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112
28113
28114 \backslash
28115 setlength{
28116 \backslash
28117 arraycolsep}{5pt}
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \begin_inset Formula 
28124 \begin{eqnarray*}
28125 A & = & B\\
28126 C & \ne & A
28127 \end{eqnarray*}
28128
28129 \end_inset
28130
28131
28132 \end_layout
28133
28134 \begin_layout Subsubsection
28135 Formules longues
28136 \begin_inset Index idx
28137 status collapsed
28138
28139 \begin_layout Plain Layout
28140 Formules ! longues
28141 \end_layout
28142
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \begin_layout Standard
28149 Les formules longues peuvent être mises en forme en utilisant une de ces
28150  méthodes:
28151 \end_layout
28152
28153 \begin_layout Itemize
28154 Quand un des membres de l'équation est beaucoup plus court que la largeur
28155  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
28156  de droite est écrit sur deux lignes: 
28157 \begin_inset Formula 
28158 \begin{eqnarray}
28159 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 \\
28160  &  & -\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}
28161 \end{eqnarray}
28162
28163 \end_inset
28164
28165 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
28166  comme un opérateur puisqu'il est le premier caractère de la ligne.
28167  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
28168  difficile à distinguer de la barre de fraction.
28169  Pour éviter cela, une espace de 3
28170 \begin_inset space \thinspace{}
28171 \end_inset
28172
28173 pt a été insérée après les signe moins avec la commande 
28174 \series bold
28175
28176 \backslash
28177 hspace
28178 \series default
28179 .
28180 \begin_inset Foot
28181 status collapsed
28182
28183 \begin_layout Plain Layout
28184 plus au sujet de la commande 
28185 \series bold
28186
28187 \backslash
28188 hspace
28189 \series default
28190 , voir 
28191 \begin_inset CommandInset ref
28192 LatexCommand ref
28193 reference "sub:Espace-variable"
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \begin_inset Index idx
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207 Commandes ! H ! 
28208 \backslash
28209 hspace
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Itemize
28218 Quand les deux membre de l'équation sont trop longs, on utilise la commande
28219  
28220 \series bold
28221
28222 \backslash
28223 lefteqn
28224 \series default
28225
28226 \begin_inset Index idx
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230 Commandes ! L ! 
28231 \backslash
28232 lefteqn
28233 \end_layout
28234
28235 \end_inset
28236
28237 .
28238  Elle est insérée dans la première colonne de la première ligne et a comme
28239  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
28240 \begin_inset Formula 
28241 \begin{eqnarray}
28242 \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 \\
28243  &  & -\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 \\
28244  &  & =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}
28245 \end{eqnarray}
28246
28247 \end_inset
28248
28249 Après l'insertion de la commande 
28250 \series bold
28251
28252 \backslash
28253 lefteqn
28254 \series default
28255 , le curseur se trouve dans une boîte violette qui est légèrement décalée
28256  vers la gauche par rapport à la boîte bleue.
28257  C'est dans cette dernière que l'on insère la formule.
28258 \begin_inset Newline newline
28259 \end_inset
28260
28261 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
28262  celles d'après.
28263  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
28264 \begin_inset VSpace medskip
28265 \end_inset
28266
28267
28268 \begin_inset Newline newline
28269 \end_inset
28270
28271
28272 \begin_inset Note Greyedout
28273 status open
28274
28275 \begin_layout Plain Layout
28276 Notez les points suivants quand vous utilisez 
28277 \series bold
28278
28279 \backslash
28280 lefteqn
28281 \series default
28282 :
28283 \end_layout
28284
28285 \begin_layout Itemize
28286 La formule n'utilise pas la totalité de la largeur de la page.
28287  Quand par exemple on a ajouté le terme 
28288 \begin_inset Formula $-B^{2}$
28289 \end_inset
28290
28291  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
28292  de la marge.
28293  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
28294  négatif en début de la première ligne.
28295 \end_layout
28296
28297 \begin_layout Itemize
28298 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
28299  première ligne avec la souris
28300 \begin_inset Foot
28301 status collapsed
28302
28303 \begin_layout Plain Layout
28304 \begin_inset CommandInset href
28305 LatexCommand href
28306 name "LyX-bug #1429"
28307 target "http://www.lyx.org/trac/ticket/1429"
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \end_inset
28315
28316 .
28317  On peut seulement placer le curseur au début de la ligne et ensuite le
28318  déplacer avec les flèches du clavier.
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Itemize
28327 D'autres méthodes pour créer des formules longues sont offertes par les
28328  environnements décrits dans 
28329 \begin_inset CommandInset ref
28330 LatexCommand ref
28331 reference "sub:Environnement-Multline"
28332
28333 \end_inset
28334
28335  et 
28336 \begin_inset CommandInset ref
28337 LatexCommand ref
28338 reference "sub:Portions-de-formules-en-multiligne"
28339
28340 \end_inset
28341
28342 .
28343 \end_layout
28344
28345 \begin_layout Subsubsection
28346 Fractions sur plusieurs lignes
28347 \begin_inset CommandInset label
28348 LatexCommand label
28349 name "sub:Fractions-multilignes"
28350
28351 \end_inset
28352
28353
28354 \begin_inset Index idx
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358 Fractions ! multi-lignes
28359 \end_layout
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Standard
28367
28368 \lang english
28369 There are cases where the denominator and/or the numerator of a fraction
28370  is so long that the fraction does not fit into one line.
28371  It is then necessary to add a line break within the fraction.
28372  This can be done using the command
28373 \lang french
28374  
28375 \series bold
28376
28377 \backslash
28378 splitfrac
28379 \series default
28380
28381 \begin_inset Index idx
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385 Commandes ! S ! 
28386 \backslash
28387 splitfrac
28388 \end_layout
28389
28390 \end_inset
28391
28392 .
28393  
28394 \lang english
28395 To activate it, set in the document settings under 
28396 \family sans
28397 Math
28398 \begin_inset space ~
28399 \end_inset
28400
28401 Options
28402 \family default
28403  for the package 
28404 \series bold
28405 \lang french
28406 mathtools
28407 \series default
28408
28409 \begin_inset Index idx
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413 Paquetages ! mathtools
28414 \end_layout
28415
28416 \end_inset
28417
28418  
28419 \lang english
28420 the option 
28421 \family sans
28422 Load
28423 \begin_inset space ~
28424 \end_inset
28425
28426 always
28427 \family default
28428 .
28429  
28430 \series bold
28431
28432 \backslash
28433 splitfrac
28434 \series default
28435  has the scheme
28436 \end_layout
28437
28438 \begin_layout Standard
28439
28440 \series bold
28441 \lang english
28442
28443 \backslash
28444 splitfrac{first line}{second line}
28445 \end_layout
28446
28447 \begin_layout Standard
28448
28449 \lang english
28450 and is used as denominator and/or numerator:
28451 \end_layout
28452
28453 \begin_layout Standard
28454 \begin_inset Formula 
28455 \[
28456 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28457 \]
28458
28459 \end_inset
28460
28461
28462 \lang english
28463 The command for the first numerator above is:
28464 \end_layout
28465
28466 \begin_layout Standard
28467
28468 \series bold
28469
28470 \backslash
28471 splitfrac{xy+xy+xy+xy+xy
28472 \begin_inset space \textvisiblespace{}
28473 \end_inset
28474
28475
28476 \backslash
28477 {+wy+wy+wy+wy
28478 \end_layout
28479
28480 \begin_layout Subsubsection
28481 Crochets sur plusieurs lignes
28482 \begin_inset CommandInset label
28483 LatexCommand label
28484 name "sub:Crochets-multilignes"
28485
28486 \end_inset
28487
28488
28489 \begin_inset Index idx
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493 Crochets ! pour expressions multi-lignes
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \begin_layout Standard
28502 Pour des parenthèses ou des crochets entourant des expressions réparties
28503  sur plusieurs lignes, on rencontre le problème suivant:
28504 \begin_inset Formula 
28505 \begin{eqnarray*}
28506 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28507  &  & \left.\cdots+B-D\right]
28508 \end{eqnarray*}
28509
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \begin_layout Standard
28516 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
28517  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
28518 \end_layout
28519
28520 \begin_layout Standard
28521 Pour donner la bonne taille au crochet de la deuxième ligne, la première
28522  ligne doit se terminer par la commande 
28523 \series bold
28524
28525 \backslash
28526 right.
28527 \series default
28528
28529 \begin_inset Index idx
28530 status collapsed
28531
28532 \begin_layout Plain Layout
28533 Commandes ! R ! 
28534 \backslash
28535 right
28536 \end_layout
28537
28538 \end_inset
28539
28540  et la seconde commencer par 
28541 \series bold
28542
28543 \backslash
28544 left.
28545 \begin_inset Foot
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 pour plus au sujet des commandes 
28550 \series bold
28551
28552 \backslash
28553 left
28554 \series default
28555  et 
28556 \series bold
28557
28558 \backslash
28559 right
28560 \series default
28561  voir 
28562 \begin_inset CommandInset ref
28563 LatexCommand ref
28564 reference "sub:Taille-parenthèses-automatique"
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \series default
28575
28576 \begin_inset Index idx
28577 status collapsed
28578
28579 \begin_layout Plain Layout
28580 Commandes ! L ! 
28581 \backslash
28582 left
28583 \end_layout
28584
28585 \end_inset
28586
28587 .
28588  Après le 
28589 \series bold
28590
28591 \backslash
28592 left.
28593
28594 \series default
28595  on insère la commande 
28596 \series bold
28597
28598 \backslash
28599 vphantom
28600 \series default
28601
28602 \begin_inset space \textvisiblespace{}
28603 \end_inset
28604
28605
28606 \series bold
28607
28608 \backslash
28609 prod
28610 \series default
28611 ^
28612 \begin_inset space \textvisiblespace{}
28613 \end_inset
28614
28615
28616 \series bold
28617
28618 \backslash
28619 infty
28620 \series default
28621
28622 \begin_inset space \textvisiblespace{}
28623 \end_inset
28624
28625
28626 \series bold
28627
28628 \begin_inset Formula $\downarrow$
28629 \end_inset
28630
28631 _R=1}
28632 \series default
28633
28634 \begin_inset Index idx
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 Commandes ! V ! 
28639 \backslash
28640 vphantom
28641 \end_layout
28642
28643 \end_inset
28644
28645  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
28646  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
28647  de la deuxième ligne.
28648 \end_layout
28649
28650 \begin_layout Standard
28651 On obtient ceci:
28652 \end_layout
28653
28654 \begin_layout Standard
28655 \begin_inset Formula 
28656 \begin{eqnarray*}
28657 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28658  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28659 \end{eqnarray*}
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Subsection
28667 Les environnements align 
28668 \end_layout
28669
28670 \begin_layout Standard
28671 Les environnements align peuvent être utilisés pour tous les cas de formules
28672  multi-lignes.
28673  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
28674 e.
28675 \end_layout
28676
28677 \begin_layout Standard
28678 Les environnement Align sont composés de colonnes.
28679  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
28680  sont alignées à droite.
28681  Chaque ligne d'un environnement Align peut être numérotée.
28682 \end_layout
28683
28684 \begin_layout Standard
28685 Les environnement Align sont créés avec le menu 
28686 \family sans
28687 Insertion\SpecialChar \menuseparator
28688 Math
28689 \family default
28690 .
28691  Avec le menu 
28692 \family sans
28693 Édition\SpecialChar \menuseparator
28694 Math\SpecialChar \menuseparator
28695 Change le type de formule
28696 \family default
28697  on peut convertir des formules existantes en environnement Align.
28698 \end_layout
28699
28700 \begin_layout Standard
28701 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28702  
28703 \begin_inset Info
28704 type  "icon"
28705 arg   "inset-modify tabular append-column"
28706 \end_inset
28707
28708  ou 
28709 \begin_inset Info
28710 type  "icon"
28711 arg   "inset-modify tabular delete-column"
28712 \end_inset
28713
28714 , respectivement, soit le menu 
28715 \family sans
28716 Édition\SpecialChar \menuseparator
28717 Lignes & colonnes
28718 \family default
28719 .
28720 \end_layout
28721
28722 \begin_layout Subsubsection
28723 L'environnement align standard
28724 \begin_inset CommandInset label
28725 LatexCommand label
28726 name "sub:Environnement-align-standard"
28727
28728 \end_inset
28729
28730
28731 \begin_inset Index idx
28732 status collapsed
28733
28734 \begin_layout Plain Layout
28735 Formules ! multi-lignes ! environnement align
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Standard
28744 Cet environnement align est créé en appuyant sur 
28745 \family sans
28746 Ctrl+Entrée
28747 \family default
28748  dans une formule ou en utilisant le menu 
28749 \family sans
28750 Insertion\SpecialChar \menuseparator
28751 Math\SpecialChar \menuseparator
28752 Environnement
28753 \begin_inset space ~
28754 \end_inset
28755
28756 AMS
28757 \begin_inset space ~
28758 \end_inset
28759
28760 align
28761 \family default
28762 .
28763 \end_layout
28764
28765 \begin_layout Standard
28766 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28767  align à quatre colonnes:
28768 \begin_inset Formula 
28769 \begin{align*}
28770 A & =\sin(B) & C & =D\\
28771 C & \ne A & B & \ne D
28772 \end{align*}
28773
28774 \end_inset
28775
28776 Comme on peut le voir, dans cet environnement les formules sont placées
28777  comme s'il y avait un 
28778 \series bold
28779
28780 \backslash
28781 hfill
28782 \begin_inset Foot
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786 pour plus d'information au sujet de 
28787 \series bold
28788
28789 \backslash
28790 hfill
28791 \series default
28792  voir 
28793 \begin_inset CommandInset ref
28794 LatexCommand ref
28795 reference "sub:Espace-variable"
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \series default
28806  avant la première colonne et après chaque colonne paire.
28807  Quand on utilise le style 
28808 \series bold
28809 Indenté
28810 \begin_inset Foot
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814 pour les styles de formules, voir 
28815 \begin_inset CommandInset ref
28816 LatexCommand ref
28817 reference "sec:Styles-de-formules"
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \end_inset
28825
28826  
28827 \series default
28828 la formule est écrite sans le 
28829 \series bold
28830
28831 \backslash
28832 hfill
28833 \series default
28834  avant la première colonne.
28835 \end_layout
28836
28837 \begin_layout Subsubsection
28838 L'environnement alignat
28839 \begin_inset Index idx
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843 Formules ! multi-lignes ! environnement alignat
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \begin_layout Standard
28852 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28853  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28854 \begin_inset CommandInset ref
28855 LatexCommand ref
28856 reference "sub:Espace"
28857
28858 \end_inset
28859
28860 .
28861 \end_layout
28862
28863 \begin_layout Standard
28864 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28865  espace de 1
28866 \begin_inset space \thinspace{}
28867 \end_inset
28868
28869 cm au début de la deuxième formule:
28870 \begin_inset Formula 
28871 \begin{alignat*}{2}
28872 A & =\sin(B) & \hspace{1cm}C & =D\\
28873 C & \ne A & B & \ne D
28874 \end{alignat*}
28875
28876 \end_inset
28877
28878 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28879  colonne, cet environnement est particulièrement adapté aux cas où on a
28880  trois colonnes ou plus côte-à-côte.
28881  
28882 \end_layout
28883
28884 \begin_layout Subsubsection
28885 Environnement flalign
28886 \begin_inset CommandInset label
28887 LatexCommand label
28888 name "sub:Environnement-Flalign"
28889
28890 \end_inset
28891
28892
28893 \begin_inset Index idx
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897 Formules ! multi-lignes ! environnement flalign
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Standard
28906 Dans cet environnement les deux premières colonnes sont placées le plus
28907  à gauche possible et les deux dernière le plus à droite possible.
28908  Un exemple:
28909 \begin_inset Formula 
28910 \begin{flalign*}
28911 A & =1 & B & =2 & C & =3\\
28912 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28913 \end{flalign*}
28914
28915 \end_inset
28916
28917
28918 \end_layout
28919
28920 \begin_layout Standard
28921 En créant un environnement flalign avec un nombre impair de colonnes et
28922  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28923  formules d'un document peuvent être mises à gauche, bien que le style de
28924  formules 
28925 \series bold
28926 Centré 
28927 \series default
28928 soit utilisé.
28929  Comme exemple la formule 
28930 \begin_inset CommandInset ref
28931 LatexCommand eqref
28932 reference "eq:VolInt"
28933
28934 \end_inset
28935
28936  indentée:
28937 \begin_inset Formula 
28938 \begin{flalign}
28939 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28940 \end{flalign}
28941
28942 \end_inset
28943
28944 Les deux premières colonnes contiennent la formule.
28945  Pour l'indenter comme avec le style de formule 
28946 \series bold
28947 Indenté,
28948 \series default
28949  on a inséré une espace de 30
28950 \begin_inset space \thinspace{}
28951 \end_inset
28952
28953 pt au début de la première colonne.
28954 \end_layout
28955
28956 \begin_layout Subsection
28957 Environnement eqnarray
28958 \begin_inset CommandInset label
28959 LatexCommand label
28960 name "sub:Environnement-eqnarray"
28961
28962 \end_inset
28963
28964
28965 \begin_inset Index idx
28966 status collapsed
28967
28968 \begin_layout Plain Layout
28969 Formules ! multi-lignes ! environnement eqnarray
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \end_layout
28976
28977 \begin_layout Standard
28978 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28979  Le contenu de la première boîte est aligné à droite, celui de la dernière
28980  est aligné à gauche.
28981  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28982  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28983 \begin_inset Formula 
28984 \begin{eqnarray*}
28985 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28986 AB & AB & AB\\
28987 A & = & A
28988 \end{eqnarray*}
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \begin_layout Subsection
28996 Environnement gather
28997 \begin_inset Index idx
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 Formules ! multi-lignes ! environnement gather
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Standard
29010 Cet environnement consiste seulement en une colonne centrée.
29011  Chaque ligne peut être numérotée.
29012 \begin_inset Formula 
29013 \begin{gather}
29014 A=1\\
29015 X=\textrm{-}1
29016 \end{gather}
29017
29018 \end_inset
29019
29020
29021 \end_layout
29022
29023 \begin_layout Subsection
29024 Environnement multline
29025 \begin_inset CommandInset label
29026 LatexCommand label
29027 name "sub:Environnement-Multline"
29028
29029 \end_inset
29030
29031
29032 \begin_inset Index idx
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036 Formules ! multi-lignes ! environnement multline
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 L'environnement multline consiste, comme l'environnement gather en une seule
29046  colonne.
29047  Mais la première ligne est alignée à gauche, la dernière est alignée à
29048  droite et toutes les autres sont centrées.
29049  Cet environnement est donc particulièrement adapté aux formules très longues.
29050  Comme exemple, voici la formule 
29051 \begin_inset CommandInset ref
29052 LatexCommand eqref
29053 reference "eq:lefteqn"
29054
29055 \end_inset
29056
29057  dans un environnement multline:
29058 \begin_inset Formula 
29059 \begin{multline}
29060 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}\\
29061 -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}\\
29062 =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}}
29063 \end{multline}
29064
29065 \end_inset
29066
29067
29068 \end_layout
29069
29070 \begin_layout Standard
29071 Dans la sortie finale, seule la dernière ligne d'un environnement multline
29072  apparaît numérotée si le document est numéroté à droite, la première s'il
29073  est numéroté à gauche.
29074 \begin_inset Foot
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 pour les styles de numérotation, voir 
29079 \begin_inset CommandInset ref
29080 LatexCommand ref
29081 reference "sec:Styles-de-formules"
29082
29083 \end_inset
29084
29085
29086 \end_layout
29087
29088 \end_inset
29089
29090
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Avec les commandes 
29095 \series bold
29096
29097 \backslash
29098 shoveright
29099 \series default
29100
29101 \begin_inset Index idx
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105 Commandes ! S ! 
29106 \backslash
29107 shoveright
29108 \end_layout
29109
29110 \end_inset
29111
29112  et 
29113 \series bold
29114
29115 \backslash
29116 shoveleft
29117 \series default
29118
29119 \begin_inset Index idx
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 Commandes ! S ! 
29124 \backslash
29125 shoveleft
29126 \end_layout
29127
29128 \end_inset
29129
29130  une ligne centrée peut être alignée respectivement à droite ou à gauche.
29131  Les commandes sont utilisées de la façon suivante:
29132 \end_layout
29133
29134 \begin_layout Standard
29135
29136 \series bold
29137
29138 \backslash
29139 shoveright{contenu de la ligne}
29140 \series default
29141  et 
29142 \series bold
29143
29144 \backslash
29145 shoveleft{contenu de la ligne}
29146 \end_layout
29147
29148 \begin_layout Standard
29149 \begin_inset VSpace medskip
29150 \end_inset
29151
29152 La longueur 
29153 \series bold
29154
29155 \backslash
29156 multlinegap
29157 \series default
29158
29159 \begin_inset Index idx
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163 Commandes ! M ! 
29164 \backslash
29165 multlinegap
29166 \end_layout
29167
29168 \end_inset
29169
29170  précise la distance entre le début de la première ligne et la marge de
29171  gauche.
29172  La valeur prédéfinie est 0
29173 \begin_inset space \thinspace{}
29174 \end_inset
29175
29176 pt.
29177 \end_layout
29178
29179 \begin_layout Standard
29180 Comme exemple, la formule précédente en ajoutant avant en mode TeX
29181 \end_layout
29182
29183 \begin_layout Standard
29184
29185 \series bold
29186
29187 \backslash
29188 setlength{
29189 \backslash
29190 multlinegap}{2cm}
29191 \end_layout
29192
29193 \begin_layout Standard
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199
29200 \backslash
29201 setlength{
29202 \backslash
29203 multlinegap}{2cm}
29204 \end_layout
29205
29206 \end_inset
29207
29208
29209 \begin_inset Formula 
29210 \begin{multline}
29211 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}\\
29212 \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}}\\
29213 =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}}
29214 \end{multline}
29215
29216 \end_inset
29217
29218
29219 \begin_inset ERT
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223
29224
29225 \backslash
29226 setlength{
29227 \backslash
29228 multlinegap}{0pt}
29229 \end_layout
29230
29231 \end_inset
29232
29233 La deuxième ligne a été alignée à gauche en utilisant 
29234 \series bold
29235
29236 \backslash
29237 shoveleft
29238 \series default
29239 .
29240 \end_layout
29241
29242 \begin_layout Subsection
29243 Portions de formules en multi-ligne
29244 \begin_inset CommandInset label
29245 LatexCommand label
29246 name "sub:Portions-de-formules-en-multiligne"
29247
29248 \end_inset
29249
29250
29251 \begin_inset Index idx
29252 status collapsed
29253
29254 \begin_layout Plain Layout
29255 Formules ! multi-lignes ! portions de formules
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Standard
29264 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
29265  on peut utiliser l'un des environnements suivants: 
29266 \series bold
29267 aligned
29268 \series default
29269
29270 \series bold
29271 alignedat
29272 \series default
29273
29274 \series bold
29275 gathered
29276 \series default
29277  or 
29278 \series bold
29279 split
29280 \series default
29281 .
29282  Ils peuvent être insérés en utilisant le menu 
29283 \family sans
29284 Insertion\SpecialChar \menuseparator
29285 Math
29286 \family default
29287  ou en utilisant les commandes décrites dans cette section.
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Les trois premier ont les mêmes propriétés que les environnements de formules
29292  correspondants, à part le fait que l'on peut ajouter d'autres portions
29293  de formules après eux.
29294  Un exemple:
29295 \begin_inset Formula 
29296 \[
29297 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29298 \Delta E\Delta t & \ge\frac{\hbar}{2}
29299 \end{aligned}
29300 \right\} \textrm{Relations d'incertitude}
29301 \]
29302
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \begin_layout Standard
29309 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
29310  on insère la commande 
29311 \series bold
29312
29313 \backslash
29314 aligned
29315 \series default
29316
29317 \begin_inset Index idx
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321 Commandes ! A ! 
29322 \backslash
29323 aligned
29324 \end_layout
29325
29326 \end_inset
29327
29328 .
29329  Une boîte violette apparaît autour de la boîte de formule dans laquelle
29330  on peut ajouter des lignes et des colonnes.
29331  En dehors de l'environnement multiligne, on peut mettre d'autres portions
29332  de formules, comme des accolades.
29333 \end_layout
29334
29335 \begin_layout Standard
29336 L'environnement aligned est aussi utilisable pour de longues formules dont
29337  les lignes sont alignées horizontalement.
29338  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
29339  est que le numéro des formules est centré verticalement après les formules.
29340  Un exemple, la formule
29341 \begin_inset CommandInset ref
29342 LatexCommand eqref
29343 reference "eq:courtlong"
29344
29345 \end_inset
29346
29347  dans l'environnement aligned:
29348 \begin_inset Formula 
29349 \begin{equation}
29350 \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}|}\\
29351  & -\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}|}
29352 \end{aligned}
29353 \end{equation}
29354
29355 \end_inset
29356
29357
29358 \end_layout
29359
29360 \begin_layout Standard
29361 Pour utiliser les environnements 
29362 \series bold
29363 alignedat
29364 \series default
29365
29366 \series bold
29367 gathered
29368 \series default
29369 , ou 
29370 \series bold
29371 split
29372 \series default
29373 , on doit insérer respectivement, les commandes 
29374 \series bold
29375
29376 \backslash
29377 alignedat
29378 \series default
29379 ,
29380 \begin_inset Index idx
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 Commandes ! A ! 
29385 \backslash
29386 alignedat
29387 \end_layout
29388
29389 \end_inset
29390
29391  
29392 \series bold
29393
29394 \backslash
29395 gathered
29396 \series default
29397
29398 \begin_inset Index idx
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 Commandes ! G ! 
29403 \backslash
29404 gathered
29405 \end_layout
29406
29407 \end_inset
29408
29409 , ou 
29410 \series bold
29411
29412 \backslash
29413 split
29414 \series default
29415
29416 \begin_inset Index idx
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420 Commandes ! S ! 
29421 \backslash
29422 split
29423 \end_layout
29424
29425 \end_inset
29426
29427 .
29428  L'environnement split a les mêmes propriétés que l'environnement aligned,
29429  mais il ne peut avoir que deux colonnes.
29430 \end_layout
29431
29432 \begin_layout Subsection
29433 Texte dans les formules multi-lignes
29434 \begin_inset CommandInset label
29435 LatexCommand label
29436 name "sub:Texte-dans-multi-lignes"
29437
29438 \end_inset
29439
29440
29441 \begin_inset Index idx
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445 Texte ! dans les formules
29446 \end_layout
29447
29448 \end_inset
29449
29450
29451 \begin_inset Index idx
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455 Formules ! multi-lignes ! texte
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \end_layout
29462
29463 \begin_layout Standard
29464 Dans les environnements align, multline et gather, on peut insérer du texte
29465  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
29466  des colonnes.
29467  Pour faire cela, on utilise la commande 
29468 \series bold
29469
29470 \backslash
29471 intertext
29472 \series default
29473
29474 \begin_inset Index idx
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 Commandes ! I ! 
29479 \backslash
29480 intertext
29481 \end_layout
29482
29483 \end_inset
29484
29485  avec la syntaxe suivante:
29486 \end_layout
29487
29488 \begin_layout Standard
29489
29490 \series bold
29491
29492 \backslash
29493 intertext{texte}
29494 \end_layout
29495
29496 \begin_layout Standard
29497 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
29498  subir de césure.
29499  Comme LyX ne supporte pas directement 
29500 \series bold
29501
29502 \backslash
29503 intertext
29504 \series default
29505 , le texte doit être écrit comme du texte mathématique.
29506  Le texte inséré avec 
29507 \series bold
29508
29509 \backslash
29510 intertext
29511 \series default
29512  doit être au début d'une ligne pour se trouver dans la sortie final au
29513  dessus de celle-ci.
29514  Un exemple où le texte a été inséré au début de la deuxième ligne:
29515 \begin_inset Newpage newpage
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Standard
29522 \begin_inset Formula 
29523 \begin{align}
29524 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29525 \intertext{\text{l'intégrande est symétrique autour de \ensuremath{\phi=\pi}, donc}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29526 \end{align}
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534
29535 \series bold
29536
29537 \backslash
29538 intertext
29539 \series default
29540  
29541 \lang english
29542 always creates some vertical space between the text and the formula lines.
29543  To avoid this space, set in the document settings under 
29544 \family sans
29545 Math
29546 \begin_inset space ~
29547 \end_inset
29548
29549 Options
29550 \family default
29551  for the package 
29552 \series bold
29553 \lang french
29554 mathtools
29555 \series default
29556
29557 \begin_inset Index idx
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561 Paquetages ! mathtools
29562 \end_layout
29563
29564 \end_inset
29565
29566  
29567 \lang english
29568 the option 
29569 \family sans
29570 Load
29571 \begin_inset space ~
29572 \end_inset
29573
29574 always
29575 \family default
29576 .
29577  Then you can use the command
29578 \lang french
29579  
29580 \series bold
29581
29582 \backslash
29583 shortintertext
29584 \series default
29585
29586 \begin_inset Index idx
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 Commandes ! S ! 
29591 \backslash
29592 shortintertext
29593 \end_layout
29594
29595 \end_inset
29596
29597  
29598 \lang english
29599 instead of 
29600 \series bold
29601
29602 \backslash
29603 intertext
29604 \series default
29605 :
29606 \lang french
29607
29608 \begin_inset Formula 
29609 \begin{align}
29610 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29611 \shortintertext{\text{l'intégrande est symétrique autour de \ensuremath{\phi=\pi}, donc}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29612 \end{align}
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Section
29620 Numérotation des formules
29621 \begin_inset Index idx
29622 status collapsed
29623
29624 \begin_layout Plain Layout
29625 Numérotation des formules
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \begin_inset Index idx
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635 Formules ! numérotation|see
29636 \begin_inset ERT
29637 status collapsed
29638
29639 \begin_layout Plain Layout
29640
29641 {
29642 \end_layout
29643
29644 \end_inset
29645
29646 Numérotation des formules
29647 \begin_inset ERT
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651
29652 }
29653 \end_layout
29654
29655 \end_inset
29656
29657
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Subsection
29666 Généralités
29667 \end_layout
29668
29669 \begin_layout Standard
29670 On peut créer des formules numérotées avec le menu 
29671 \family sans
29672 Insertion\SpecialChar \menuseparator
29673 Math\SpecialChar \menuseparator
29674 Formule
29675 \begin_inset space ~
29676 \end_inset
29677
29678 numérotée
29679 \family default
29680  (raccourci 
29681 \family sans
29682 Ctrl+Alt
29683 \begin_inset space ~
29684 \end_inset
29685
29686
29687 \family default
29688 N).
29689  On peut aussi numéroter des formules existantes avec le menu 
29690 \family sans
29691 Édition\SpecialChar \menuseparator
29692 Math\SpecialChar \menuseparator
29693 (Dés)Activer
29694 \begin_inset space ~
29695 \end_inset
29696
29697 numérotation
29698 \family default
29699  (raccourci 
29700 \family sans
29701 Alt+M
29702 \family default
29703
29704 \begin_inset space ~
29705 \end_inset
29706
29707
29708 \family sans
29709 N
29710 \family default
29711 ).
29712  Le numéro de la formule est affiché dans LyX après la formule sous la forme
29713  d'un dièse entre parenthèse
29714 \begin_inset Foot
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718 En anglais le dièse est le symbole du numéro (NdT).
29719 \end_layout
29720
29721 \end_inset
29722
29723 .
29724  Le dièse est remplacé dans la sortie finale par le numéro de la formule
29725 \end_layout
29726
29727 \begin_layout Standard
29728 Quand on active la numérotation sur des formules multi-lignes, toutes les
29729  lignes sont numérotées.
29730  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
29731  
29732 \family sans
29733 Édition\SpecialChar \menuseparator
29734 Math\SpecialChar \menuseparator
29735 (Dés)Activer
29736 \begin_inset space ~
29737 \end_inset
29738
29739 Numérotation
29740 \begin_inset space ~
29741 \end_inset
29742
29743 de
29744 \begin_inset space ~
29745 \end_inset
29746
29747 cette
29748 \begin_inset space ~
29749 \end_inset
29750
29751 ligne
29752 \family default
29753  (raccourci
29754 \begin_inset Newline newline
29755 \end_inset
29756
29757
29758 \family sans
29759 Alt+M
29760 \begin_inset space ~
29761 \end_inset
29762
29763 Shift+N
29764 \family default
29765 ).
29766 \end_layout
29767
29768 \begin_layout Standard
29769 À part pour les formules en ligne, toutes les formules peuvent être numérotées
29770  avec deux styles différents, voir 
29771 \begin_inset CommandInset ref
29772 LatexCommand ref
29773 reference "sec:Styles-de-formules"
29774
29775 \end_inset
29776
29777 .
29778 \end_layout
29779
29780 \begin_layout Subsection
29781 Références croisées
29782 \begin_inset Index idx
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786 References@Références croisées ! à des formules
29787 \end_layout
29788
29789 \end_inset
29790
29791
29792 \end_layout
29793
29794 \begin_layout Standard
29795 On peut faire référence à toute formule ayant une étiquette.
29796  On ajoute une étiquette avec le menu 
29797 \family sans
29798 Insertion\SpecialChar \menuseparator
29799 Étiquette
29800 \family default
29801  ou avec le bouton 
29802 \begin_inset Info
29803 type  "icon"
29804 arg   "label-insert"
29805 \end_inset
29806
29807  de la barre d'outils.
29808  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29809  ligne.
29810  Vous pouvez également effectuer un clic droit sur la formule et choisir
29811  
29812 \family sans
29813 Étiquette d'équation
29814 \family default
29815 \lang english
29816 .
29817
29818 \lang french
29819  Une fenêtre de dialogue apparaît affichant le préfixe 
29820 \series bold
29821 eq:
29822 \series default
29823  dans un champ de texte.
29824  L'étiquette est insérée à cet endroit, juste après le préfixe.
29825  Le préfixe prédéfini signifie 
29826 \begin_inset Quotes eld
29827 \end_inset
29828
29829 équation
29830 \begin_inset Quotes erd
29831 \end_inset
29832
29833  et rend plus facile la recherche d'une étiquette dans les grand documents
29834  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29835  une étiquette de section.
29836  Pour modifier l'étiquette vous devez repasser par le menu 
29837 \family sans
29838 Insertion\SpecialChar \menuseparator
29839 Étiquette 
29840 \family default
29841 ou effectuer un clic droit sur la formule et choisir 
29842 \family sans
29843 Étiquette d'équation
29844 \family default
29845 .
29846 \end_layout
29847
29848 \begin_layout Standard
29849 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29850  la formule.
29851  Une formule avec une étiquette est toujours numérotée.
29852 \end_layout
29853
29854 \begin_layout Standard
29855 On insère une référence croisée avec le menu 
29856 \family sans
29857 Insertion\SpecialChar \menuseparator
29858 Référence
29859 \begin_inset space ~
29860 \end_inset
29861
29862 croisée
29863 \family default
29864  ou avec le bouton 
29865 \begin_inset Info
29866 type  "icon"
29867 arg   "dialog-show-new-inset ref"
29868 \end_inset
29869
29870  de la barre d'outils.
29871  Une référence croisée à une formule apparaît dans la sortie finale comme
29872  un numéro de formule.
29873  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29874  
29875 \series bold
29876 (<reference>),
29877 \series default
29878  la référence croisée apparaît dans la sortie finale comme un numéro de
29879  formule entre parenthèses.
29880 \begin_inset Newline newline
29881 \end_inset
29882
29883 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29884  la formule qui est référencée.
29885 \end_layout
29886
29887 \begin_layout Standard
29888 Voici comme exemples des références croisées à des formules qui se trouvent
29889  dans les sous-sections qui suivent:
29890 \begin_inset Note Note
29891 status collapsed
29892
29893 \begin_layout Plain Layout
29894 Noter les différents types de références croisées.
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Les équations 
29904 \begin_inset CommandInset ref
29905 LatexCommand eqref
29906 reference "eq:tag"
29907
29908 \end_inset
29909
29910  et 
29911 \begin_inset CommandInset ref
29912 LatexCommand eqref
29913 reference "eq:c"
29914
29915 \end_inset
29916
29917  sont équivalentes.
29918  Dans (
29919 \begin_inset CommandInset ref
29920 LatexCommand ref
29921 reference "eq:Lat"
29922
29923 \end_inset
29924
29925 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29926  à  (
29927 \begin_inset CommandInset ref
29928 LatexCommand ref
29929 reference "eq:Rom"
29930
29931 \end_inset
29932
29933 ).
29934 \end_layout
29935
29936 \begin_layout Standard
29937 \begin_inset VSpace medskip
29938 \end_inset
29939
29940 Quand l'argument de 
29941 \series bold
29942
29943 \backslash
29944 tag
29945 \begin_inset Foot
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949
29950 \series bold
29951
29952 \backslash
29953 tag
29954 \series default
29955  est décrit dans 
29956 \begin_inset CommandInset ref
29957 LatexCommand ref
29958 reference "sub:Numérotation-personnalisée"
29959
29960 \end_inset
29961
29962 .
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \series default
29969  contient une boîte comme dans 
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "sub:Boîtes-de-paragraphes"
29973
29974 \end_inset
29975
29976 , la formule ne peut pas être référencée.
29977 \end_layout
29978
29979 \begin_layout Subsection
29980 Sous-numérotation
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 Numérotation des formules ! sous-numérotation
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \begin_layout Standard
29994 Avec l'aide des commandes 
29995 \series bold
29996
29997 \backslash
29998 begin{subequations}
29999 \series default
30000  et 
30001 \series bold
30002
30003 \backslash
30004 end{subequations}
30005 \series default
30006  on peut faire une sous-numérotation de formules.
30007  Les deux commandes doivent être insérées en mode TeX.
30008 \end_layout
30009
30010 \begin_layout Standard
30011 Un exemple:
30012 \begin_inset Formula 
30013 \begin{equation}
30014 A=C-B\label{eq:a}
30015 \end{equation}
30016
30017 \end_inset
30018
30019
30020 \begin_inset ERT
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024
30025
30026 \backslash
30027 addtocounter{equation}{-1}
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \begin_inset ERT
30034 status collapsed
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 begin{subequations}
30041 \end_layout
30042
30043 \end_inset
30044
30045
30046 \begin_inset VSpace -5mm
30047 \end_inset
30048
30049
30050 \begin_inset Formula 
30051 \begin{equation}
30052 B=C-A\label{eq:b}
30053 \end{equation}
30054
30055 \end_inset
30056
30057
30058 \begin_inset Formula 
30059 \begin{equation}
30060 C=A+B\label{eq:c}
30061 \end{equation}
30062
30063 \end_inset
30064
30065
30066 \end_layout
30067
30068 \begin_layout Standard
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074
30075 \backslash
30076 end{subequations}
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 Pour créer cet exemple, on fait ce qui suit:
30086 \end_layout
30087
30088 \begin_layout Enumerate
30089 on insère la première formule
30090 \end_layout
30091
30092 \begin_layout Enumerate
30093 après la première formule on insère 
30094 \begin_inset Newline newline
30095 \end_inset
30096
30097
30098 \series bold
30099
30100 \backslash
30101 addtocounter{equation}{-1} 
30102 \backslash
30103 begin{subequations}
30104 \begin_inset Index idx
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Commandes ! A ! 
30109 \backslash
30110 addtocounter
30111 \end_layout
30112
30113 \end_inset
30114
30115
30116 \end_layout
30117
30118 \begin_layout Enumerate
30119 on insère la deuxième formule
30120 \end_layout
30121
30122 \begin_layout Enumerate
30123 on insère la troisième formule
30124 \end_layout
30125
30126 \begin_layout Enumerate
30127 on insère 
30128 \series bold
30129
30130 \backslash
30131 end{subequations}
30132 \series default
30133  après la troisième formule
30134 \end_layout
30135
30136 \begin_layout Standard
30137 Chaque formule entre les commandes 
30138 \series bold
30139
30140 \backslash
30141 begin
30142 \series default
30143  et 
30144 \series bold
30145
30146 \backslash
30147 end
30148 \series default
30149  est sous-numérotée avec a, b,
30150 \begin_inset Newline linebreak
30151 \end_inset
30152
30153 c, \SpecialChar \ldots{}
30154  Pour les formules multi-lignes, chaque ligne sera numérotée.
30155  Toutes les formules sous-numérotées sont traitées comme 
30156 \emph on
30157 une seule 
30158 \emph default
30159 formule.
30160  Mais comme chaque formule numérotée incrémente le compteur 
30161 \series bold
30162 equation
30163 \series default
30164  de un, on a besoin de la commande 
30165 \series bold
30166
30167 \backslash
30168 addtocounter
30169 \series default
30170  pour le décrémenter.
30171  Sinon les formules 
30172 \begin_inset CommandInset ref
30173 LatexCommand eqref
30174 reference "eq:a"
30175
30176 \end_inset
30177
30178
30179 \begin_inset CommandInset ref
30180 LatexCommand eqref
30181 reference "eq:b"
30182
30183 \end_inset
30184
30185
30186 \begin_inset CommandInset ref
30187 LatexCommand eqref
30188 reference "eq:c"
30189
30190 \end_inset
30191
30192  seraient numérotées comme 
30193 \begin_inset CommandInset ref
30194 LatexCommand eqref
30195 reference "eq:a"
30196
30197 \end_inset
30198
30199
30200 \begin_inset CommandInset ref
30201 LatexCommand eqref
30202 reference "eq:d"
30203
30204 \end_inset
30205
30206
30207 \begin_inset CommandInset ref
30208 LatexCommand eqref
30209 reference "eq:f"
30210
30211 \end_inset
30212
30213 .
30214 \end_layout
30215
30216 \begin_layout Standard
30217 En insérant les commandes en mode TeX entre les deux premières formules,
30218  on crée un espace.
30219  Pour le supprimer, on insère un espace vertical négatif de -5
30220 \begin_inset space \thinspace{}
30221 \end_inset
30222
30223 mm après la commande 
30224 \series bold
30225
30226 \backslash
30227 begin{subequations}
30228 \series default
30229 .
30230  Quand on utilise le style 
30231 \series bold
30232 Indenté
30233 \begin_inset Foot
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237 pour les styles de formules, voir 
30238 \begin_inset CommandInset ref
30239 LatexCommand ref
30240 reference "sec:Styles-de-formules"
30241
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \series default
30251 on insère un espace de -7
30252 \begin_inset space \thinspace{}
30253 \end_inset
30254
30255 mm à la place.
30256 \end_layout
30257
30258 \begin_layout Standard
30259 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
30260  pour la deuxième ligne:
30261 \end_layout
30262
30263 \begin_layout Standard
30264 \begin_inset ERT
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268
30269
30270 \backslash
30271 begin{subequations}
30272 \end_layout
30273
30274 \end_inset
30275
30276
30277 \begin_inset Formula 
30278 \begin{eqnarray}
30279 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30280  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30281  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30282 \end{eqnarray}
30283
30284 \end_inset
30285
30286
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292
30293 \backslash
30294 end{subequations}
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \begin_layout Subsection
30303 Numérotation personnalisée
30304 \begin_inset CommandInset label
30305 LatexCommand label
30306 name "sub:Numérotation-personnalisée"
30307
30308 \end_inset
30309
30310
30311 \begin_inset Index idx
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315 Numérotation des formules !  personnalisée
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Standard
30324 \begin_inset Index idx
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 Numérotation des formules ! délimiteurs personnalisés
30329 \end_layout
30330
30331 \end_inset
30332
30333 Avec la numérotation standard, on a des parenthèses autour du numéro de
30334  formule.
30335  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
30336  il faut ajouter la lignes suivante dans le préambule LaTeX:
30337 \end_layout
30338
30339 \begin_layout Standard
30340
30341 \series bold
30342
30343 \backslash
30344 def
30345 \backslash
30346 tagform@#1{
30347 \backslash
30348 maketag@@@{|#1|}}
30349 \series default
30350
30351 \begin_inset Note Note
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
30356  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
30357  début de ligne.
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Standard
30366 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
30367  autour du 
30368 \series bold
30369 #1
30370 \series default
30371  par un caractère ou plus.
30372  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
30373  verticales.
30374 \end_layout
30375
30376 \begin_layout Standard
30377 \begin_inset VSpace bigskip
30378 \end_inset
30379
30380 Si vous voulez avoir une expression de votre choix entre parenthèses après
30381  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
30382  commande 
30383 \series bold
30384
30385 \backslash
30386 tag
30387 \series default
30388
30389 \begin_inset Index idx
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393 Commandes ! T ! 
30394 \backslash
30395 tag
30396 \end_layout
30397
30398 \end_inset
30399
30400 :
30401 \begin_inset Formula 
30402 \begin{equation}
30403 A+B=C\tag{quelquechose}\label{eq:tag}
30404 \end{equation}
30405
30406 \end_inset
30407
30408 Dans cet exemple, on a mis la commande 
30409 \series bold
30410
30411 \backslash
30412 tag
30413 \series default
30414
30415 \begin_inset space \textvisiblespace{}
30416 \end_inset
30417
30418
30419 \series bold
30420 quelquechose
30421 \series default
30422  dans la formule.
30423 \end_layout
30424
30425 \begin_layout Standard
30426 Quand on insère la commande 
30427 \series bold
30428
30429 \backslash
30430 tag*
30431 \series default
30432
30433 \begin_inset space \textvisiblespace{}
30434 \end_inset
30435
30436
30437 \series bold
30438 quelquechose
30439 \series default
30440  à la place, l'astérisque supprime les parenthèses autour du texte:
30441 \begin_inset Formula 
30442 \[
30443 A+B=C\tag*{quelquechose}
30444 \]
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \begin_layout Standard
30452 \begin_inset VSpace bigskip
30453 \end_inset
30454
30455 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
30456  ou section du document, on utilise les commandes suivantes: 
30457 \end_layout
30458
30459 \begin_layout Standard
30460
30461 \series bold
30462
30463 \backslash
30464 @addtoreset{equation}{part}
30465 \series default
30466
30467 \begin_inset Index idx
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471 Commandes ! 
30472 \begin_inset ERT
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477 "
30478 \end_layout
30479
30480 \end_inset
30481
30482 @
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488 "
30489 \end_layout
30490
30491 \end_inset
30492
30493  ! 
30494 \backslash
30495
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501 "
30502 \end_layout
30503
30504 \end_inset
30505
30506 @
30507 \begin_inset ERT
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511
30512 "
30513 \end_layout
30514
30515 \end_inset
30516
30517 addtoreset
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \begin_inset Newline newline
30524 \end_inset
30525
30526 ou
30527 \begin_inset Newline newline
30528 \end_inset
30529
30530
30531 \series bold
30532
30533 \backslash
30534 @addtoreset{equation}{section}
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
30539 \begin_inset Quotes eld
30540 \end_inset
30541
30542 @
30543 \begin_inset Quotes erd
30544 \end_inset
30545
30546  doit être rendu 
30547 \begin_inset Quotes eld
30548 \end_inset
30549
30550 actif
30551 \begin_inset Quotes erd
30552 \end_inset
30553
30554  pour LaTeX en utilisant la commande 
30555 \series bold
30556
30557 \backslash
30558 makeatletter.
30559
30560 \series default
30561  La commande 
30562 \series bold
30563
30564 \backslash
30565 makeatother
30566 \series default
30567  le désactive.
30568  La suite de commandes en mode TeX est donc:
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 makeatletter
30577 \begin_inset Newline newline
30578 \end_inset
30579
30580
30581 \backslash
30582 @addtoreset{equation}{section}
30583 \begin_inset Newline newline
30584 \end_inset
30585
30586
30587 \backslash
30588 makeatother
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Dans le préambule LaTeX on peut omettre les commandes 
30593 \series bold
30594
30595 \backslash
30596 makeatletter
30597 \series default
30598  et 
30599 \series bold
30600
30601 \backslash
30602 makeatother
30603 \series default
30604 , vu que LyX les insère automatiquement en interne.
30605 \end_layout
30606
30607 \begin_layout Standard
30608 Pour supprimer l'effet de 
30609 \series bold
30610
30611 \backslash
30612 @addtoreset
30613 \series default
30614 , on doit charger le fichier 
30615 \series bold
30616 remreset.sty
30617 \series default
30618
30619 \begin_inset Foot
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623
30624 \series bold
30625 remreset
30626 \series default
30627  fait partie du paquetage LaTeX 
30628 \series bold
30629 carlisle
30630 \series default
30631
30632 \begin_inset Index idx
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636 Paquetages ! carlisle
30637 \end_layout
30638
30639 \end_inset
30640
30641  qui est compris dans toutes les installations LaTeX standard.
30642 \end_layout
30643
30644 \end_inset
30645
30646
30647 \begin_inset Index idx
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651 Paquetages ! remreset
30652 \end_layout
30653
30654 \end_inset
30655
30656  dans le préambule LaTeX avec la ligne
30657 \end_layout
30658
30659 \begin_layout Standard
30660
30661 \series bold
30662
30663 \backslash
30664 usepackage{remreset}
30665 \end_layout
30666
30667 \begin_layout Standard
30668 On peut alors utiliser la commande 
30669 \series bold
30670
30671 \backslash
30672 @removefromreset
30673 \series default
30674
30675 \begin_inset Index idx
30676 status collapsed
30677
30678 \begin_layout Plain Layout
30679 Commandes ! 
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685 "
30686 \end_layout
30687
30688 \end_inset
30689
30690 @
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696 "
30697 \end_layout
30698
30699 \end_inset
30700
30701  ! 
30702 \backslash
30703
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709 "
30710 \end_layout
30711
30712 \end_inset
30713
30714 @
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720 "
30721 \end_layout
30722
30723 \end_inset
30724
30725 removefromreset
30726 \end_layout
30727
30728 \end_inset
30729
30730  avec la même syntaxe que 
30731 \series bold
30732
30733 \backslash
30734 @addtoreset
30735 \series default
30736 .
30737 \end_layout
30738
30739 \begin_layout Standard
30740 \begin_inset VSpace bigskip
30741 \end_inset
30742
30743 On doit parfois numéroter les formules de la façon suivante
30744 \end_layout
30745
30746 \begin_layout Standard
30747
30748 \family typewriter
30749 (numéro de section.numéro de formule)
30750 \end_layout
30751
30752 \begin_layout Standard
30753 Le numéro de formule repart à 
30754 \begin_inset Quotes eld
30755 \end_inset
30756
30757 1
30758 \begin_inset Quotes erd
30759 \end_inset
30760
30761  à chaque nouvelle section
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Dans ce cas, on peut utiliser la commande 
30766 \series bold
30767
30768 \backslash
30769 numberwithin
30770 \series default
30771
30772 \begin_inset Index idx
30773 status collapsed
30774
30775 \begin_layout Plain Layout
30776 Commandes ! N ! 
30777 \backslash
30778 numberwithin
30779 \end_layout
30780
30781 \end_inset
30782
30783 , qui a la syntaxe suivante:
30784 \end_layout
30785
30786 \begin_layout Standard
30787
30788 \series bold
30789
30790 \backslash
30791 numberwithin{compteur}{sectionnement}
30792 \end_layout
30793
30794 \begin_layout Standard
30795 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30796 nt indique quel numéro est placé avant le point.
30797 \end_layout
30798
30799 \begin_layout Standard
30800 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30801  LaTeX soit en mode TeX:
30802 \end_layout
30803
30804 \begin_layout Standard
30805
30806 \series bold
30807
30808 \backslash
30809 numberwithin{equation}{section}
30810 \end_layout
30811
30812 \begin_layout Standard
30813 Voici le résultat:
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819
30820 \backslash
30821 numberwithin{equation}{section}
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \begin_inset Formula 
30828 \begin{equation}
30829 A+B=C
30830 \end{equation}
30831
30832 \end_inset
30833
30834
30835 \end_layout
30836
30837 \begin_layout Standard
30838 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30839  on utilisera
30840 \begin_inset Newline newline
30841 \end_inset
30842
30843
30844 \series bold
30845
30846 \backslash
30847 numberwithin{table}{part}
30848 \end_layout
30849
30850 \begin_layout Standard
30851 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30852  quand elle est définie par la classe du document, on insère la commande
30853  suivante, soit dans le préambule, soit en mode TeX:
30854 \end_layout
30855
30856 \begin_layout Standard
30857
30858 \series bold
30859
30860 \backslash
30861 renewcommand{
30862 \backslash
30863 theequation}{
30864 \backslash
30865 arabic{equation}}
30866 \begin_inset Index idx
30867 status collapsed
30868
30869 \begin_layout Plain Layout
30870 Commandes ! A ! 
30871 \backslash
30872 arabic
30873 \end_layout
30874
30875 \end_inset
30876
30877
30878 \series default
30879
30880 \begin_inset ERT
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884
30885
30886 \backslash
30887 renewcommand{
30888 \backslash
30889 theequation}{
30890 \backslash
30891 arabic{equation}}
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \series bold
30898
30899 \begin_inset Newline newline
30900 \end_inset
30901
30902
30903 \series default
30904 ou
30905 \series bold
30906
30907 \begin_inset Newline newline
30908 \end_inset
30909
30910
30911 \backslash
30912 renewcommand{
30913 \backslash
30914 thetable}{
30915 \backslash
30916 arabic{table}}
30917 \end_layout
30918
30919 \begin_layout Standard
30920
30921 \series bold
30922
30923 \backslash
30924 numberwithin
30925 \series default
30926  utilise en interne la commande 
30927 \series bold
30928
30929 \backslash
30930 @addtoreset
30931 \series default
30932 , décrite plus haut et qui doit aussi être annulée.
30933 \begin_inset ERT
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 makeatletter
30941 \end_layout
30942
30943 \begin_layout Plain Layout
30944
30945
30946 \backslash
30947 @removefromreset{equation}{section}
30948 \end_layout
30949
30950 \begin_layout Plain Layout
30951
30952
30953 \backslash
30954 makeatother
30955 \end_layout
30956
30957 \end_inset
30958
30959
30960 \end_layout
30961
30962 \begin_layout Subsection
30963 Numérotation avec des chiffres romains ou des lettres
30964 \begin_inset Index idx
30965 status collapsed
30966
30967 \begin_layout Plain Layout
30968 Numérotation des formules ! avec des lettres
30969 \end_layout
30970
30971 \end_inset
30972
30973
30974 \begin_inset Index idx
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978 Numérotation des formules ! avec des chiffres romains
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Standard
30987 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30988  latines.
30989  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30990  la commande
30991 \end_layout
30992
30993 \begin_layout Standard
30994
30995 \series bold
30996
30997 \backslash
30998 renewcommand{
30999 \backslash
31000 theequation}{
31001 \backslash
31002 roman{equation}}
31003 \end_layout
31004
31005 \begin_layout Standard
31006 en mode TeX juste avant la formule.
31007  
31008 \series bold
31009
31010 \backslash
31011 renewcommand
31012 \series default
31013
31014 \begin_inset Index idx
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 Commandes ! R ! 
31019 \backslash
31020 renewcommand
31021 \end_layout
31022
31023 \end_inset
31024
31025  redéfinit la commande prédéfinie 
31026 \series bold
31027
31028 \backslash
31029 theequation
31030 \series default
31031  en la commande 
31032 \series bold
31033
31034 \backslash
31035 roman{equation}
31036 \series default
31037
31038 \begin_inset Foot
31039 status collapsed
31040
31041 \begin_layout Plain Layout
31042 La commande 
31043 \series bold
31044
31045 \backslash
31046 renewcommand
31047 \series default
31048  a la même syntaxe que la commande 
31049 \series bold
31050
31051 \backslash
31052 newcommand
31053 \series default
31054  qui est décrite dans 
31055 \begin_inset CommandInset ref
31056 LatexCommand ref
31057 reference "sec:Commandes-personnalisées"
31058
31059 \end_inset
31060
31061 .
31062 \end_layout
31063
31064 \end_inset
31065
31066 .
31067  
31068 \series bold
31069 equation
31070 \series default
31071  est le compteur pour les formules.
31072  Quand la commande 
31073 \series bold
31074
31075 \backslash
31076 the
31077 \series default
31078  est utilisée comme préfixe pour un compteur, la valeur du compteur est
31079  écrite en utilisant des chiffres arabes.
31080  Quand une formule est numérotée, LaTeX met en interne la commande 
31081 \series bold
31082
31083 \backslash
31084 theequation
31085 \series default
31086  après la formule.
31087  
31088 \series bold
31089
31090 \backslash
31091 roman{equation}
31092 \begin_inset Index idx
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Commandes ! R ! 
31097 \backslash
31098 roman
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \series default
31105  écrit la valeur du compteur en utilisant des petits chiffres romains.
31106 \end_layout
31107
31108 \begin_layout Standard
31109 Toutes les formules qui suivent 
31110 \series bold
31111
31112 \backslash
31113 renew
31114 \series default
31115 c
31116 \series bold
31117 ommand
31118 \series default
31119  sont maintenant numérotées en chiffres romains.
31120  Pour passer à une numérotation avec de gros chiffres romains, on insère
31121  la même commande, mais avec 
31122 \series bold
31123
31124 \backslash
31125 roman
31126 \series default
31127  remplacé par 
31128 \series bold
31129
31130 \backslash
31131 Roman
31132 \series default
31133
31134 \begin_inset Index idx
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Commandes ! R ! 
31139 \backslash
31140 roman@
31141 \backslash
31142 Roman
31143 \end_layout
31144
31145 \end_inset
31146
31147 .
31148  Pour numéroter avec des lettres latines minuscules, on a la commande 
31149 \series bold
31150
31151 \backslash
31152 alph
31153 \series default
31154
31155 \begin_inset Index idx
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159 Commandes ! A ! 
31160 \backslash
31161 alphe
31162 \end_layout
31163
31164 \end_inset
31165
31166 , pour les lettres majuscules, on a 
31167 \series bold
31168
31169 \backslash
31170 Alph
31171 \series default
31172
31173 \begin_inset Index idx
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177 Commandes ! A ! 
31178 \backslash
31179 alph@
31180 \backslash
31181 Alph
31182 \end_layout
31183
31184 \end_inset
31185
31186 .
31187 \end_layout
31188
31189 \begin_layout Standard
31190 \begin_inset Note Greyedout
31191 status open
31192
31193 \begin_layout Plain Layout
31194
31195 \series bold
31196 \color none
31197 Note:
31198 \series default
31199  on peut numéroter au maximum 26
31200 \begin_inset space ~
31201 \end_inset
31202
31203 formules avec des lettres latines dans un même document.
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Standard
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 renewcommand{
31220 \backslash
31221 theequation}{
31222 \backslash
31223 roman{equation}}
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Standard
31232 \begin_inset Formula 
31233 \begin{equation}
31234 A=\textrm{romains minuscules}
31235 \end{equation}
31236
31237 \end_inset
31238
31239
31240 \begin_inset ERT
31241 status collapsed
31242
31243 \begin_layout Plain Layout
31244
31245
31246 \backslash
31247 renewcommand{
31248 \backslash
31249 theequation}{
31250 \backslash
31251 Roman{equation}}
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \begin_inset Formula 
31258 \begin{equation}
31259 B=\textrm{romains majuscules}\label{eq:Rom}
31260 \end{equation}
31261
31262 \end_inset
31263
31264
31265 \begin_inset ERT
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270
31271 \backslash
31272 renewcommand{
31273 \backslash
31274 theequation}{
31275 \backslash
31276 alph{equation}}
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \begin_inset Formula 
31283 \begin{equation}
31284 C=\textrm{latines minuscules}
31285 \end{equation}
31286
31287 \end_inset
31288
31289
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295
31296 \backslash
31297 renewcommand{
31298 \backslash
31299 theequation}{
31300 \backslash
31301 Alph{equation}}
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \begin_inset Formula 
31308 \begin{equation}
31309 D=\textrm{latines majuscules}\label{eq:Lat}
31310 \end{equation}
31311
31312 \end_inset
31313
31314
31315 \end_layout
31316
31317 \begin_layout Standard
31318 Pour revenir à la numérotation implicite, on insère la commande:
31319 \end_layout
31320
31321 \begin_layout Standard
31322
31323 \series bold
31324
31325 \backslash
31326 renewcommand{
31327 \backslash
31328 theequation}{
31329 \backslash
31330 arabic{equation}}
31331 \begin_inset Index idx
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335 Commandes ! A ! 
31336 \backslash
31337 arabic
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Standard
31346 \begin_inset ERT
31347 status collapsed
31348
31349 \begin_layout Plain Layout
31350
31351
31352 \backslash
31353 renewcommand{
31354 \backslash
31355 theequation}{
31356 \backslash
31357 arabic{equation}}
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \begin_inset Formula 
31364 \begin{equation}
31365 E=\textrm{Arabes}
31366 \end{equation}
31367
31368 \end_inset
31369
31370
31371 \end_layout
31372
31373 \begin_layout Standard
31374 \begin_inset VSpace medskip
31375 \end_inset
31376
31377 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
31378  du style de numérotation.
31379  Si l'on veut que la numérotation reparte à 
31380 \begin_inset Quotes eld
31381 \end_inset
31382
31383 1
31384 \begin_inset Quotes erd
31385 \end_inset
31386
31387  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
31388  On trouvera une description de cette opération dans le fichier 
31389 \begin_inset CommandInset href
31390 LatexCommand href
31391 name "Formula-numbering.lyx"
31392 target "run:Formula-numbering.lyx"
31393
31394 \end_inset
31395
31396 .
31397 \end_layout
31398
31399 \begin_layout Section
31400 Symboles et équations chimiques
31401 \begin_inset CommandInset label
31402 LatexCommand label
31403 name "sub:Symboles-chimiques"
31404
31405 \end_inset
31406
31407
31408 \begin_inset Index idx
31409 status collapsed
31410
31411 \begin_layout Plain Layout
31412 Equations@Équations chimiques
31413 \end_layout
31414
31415 \end_inset
31416
31417
31418 \begin_inset Index idx
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422 Symboles ! chimiques
31423 \end_layout
31424
31425 \end_inset
31426
31427
31428 \end_layout
31429
31430 \begin_layout Standard
31431 Un exemple de texte de chimie:
31432 \end_layout
31433
31434 \begin_layout Quote
31435 L'ion 
31436 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31437 \end_inset
31438
31439 réagit avec deux ions 
31440 \begin_inset Formula $\mathrm{Na^{+}}$
31441 \end_inset
31442
31443  pour donner du sulfate de sodium 
31444 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31445 \end_inset
31446
31447 .
31448  La réaction chimique peut être mise sous la forme:
31449 \begin_inset Formula 
31450 \begin{equation}
31451 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaction-chimique}
31452 \end{equation}
31453
31454 \end_inset
31455
31456
31457 \end_layout
31458
31459 \begin_layout Standard
31460 Cette équation chimique peut être créée directement sous la forme d'une
31461  formule.
31462  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
31463  et mettez-le dans la police droite avec le raccourci 
31464 \family sans
31465 Alt+C
31466 \begin_inset space ~
31467 \end_inset
31468
31469 R
31470 \family default
31471  .
31472 \begin_inset Foot
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476 Style de polices, voir 
31477 \begin_inset CommandInset ref
31478 LatexCommand ref
31479 reference "sub:Styles-de-polices"
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 Une méthode plus pratique pour mettre en forme des formules chimiques est
31493  d'utiliser la commande 
31494 \series bold
31495
31496 \backslash
31497 ce
31498 \series default
31499
31500 \begin_inset Index idx
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 Commandes ! C ! 
31505 \backslash
31506 ce
31507 \end_layout
31508
31509 \end_inset
31510
31511  qui est disponible si le paquetage LaTeX 
31512 \series bold
31513 mhchem
31514 \series default
31515
31516 \begin_inset Index idx
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520 Paquetages ! mhchem
31521 \end_layout
31522
31523 \end_inset
31524
31525  est installé.
31526  Quand on insère 
31527 \series bold
31528
31529 \backslash
31530 ce
31531 \series default
31532  dans une formule, une boîte bleue apparaît dans laquelle on peut saisir
31533  des formules chimiques de façon intuitive.
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \align center
31538 \begin_inset Tabular
31539 <lyxtabular version="3" rows="9" columns="2">
31540 <features rotate="0" tabularvalignment="middle">
31541 <column alignment="center" valignment="top">
31542 <column alignment="center" valignment="top">
31543 <row>
31544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31545 \begin_inset Text
31546
31547 \begin_layout Plain Layout
31548 Commande
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31554 \begin_inset Text
31555
31556 \begin_layout Plain Layout
31557 Résultat
31558 \begin_inset Note Note
31559 status collapsed
31560
31561 \begin_layout Plain Layout
31562
31563 \series bold
31564
31565 \backslash
31566 raisebox
31567 \series default
31568  est seulement utilisée pour faire de la place
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 </row>
31579 <row>
31580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584
31585 \backslash
31586 ce
31587 \begin_inset space \textvisiblespace{}
31588 \end_inset
31589
31590 H2CO3
31591 \end_layout
31592
31593 \end_inset
31594 </cell>
31595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31596 \begin_inset Text
31597
31598 \begin_layout Plain Layout
31599 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31600 \end_inset
31601
31602
31603 \end_layout
31604
31605 \end_inset
31606 </cell>
31607 </row>
31608 <row>
31609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31610 \begin_inset Text
31611
31612 \begin_layout Plain Layout
31613
31614 \backslash
31615 ce
31616 \begin_inset space \textvisiblespace{}
31617 \end_inset
31618
31619 SO4^2-
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31625 \begin_inset Text
31626
31627 \begin_layout Plain Layout
31628 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 </row>
31637 <row>
31638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31639 \begin_inset Text
31640
31641 \begin_layout Plain Layout
31642
31643 \backslash
31644 ce
31645 \begin_inset space \textvisiblespace{}
31646 \end_inset
31647
31648 (NH4)2S
31649 \end_layout
31650
31651 \end_inset
31652 </cell>
31653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31654 \begin_inset Text
31655
31656 \begin_layout Plain Layout
31657 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31658 \end_inset
31659
31660
31661 \end_layout
31662
31663 \end_inset
31664 </cell>
31665 </row>
31666 <row>
31667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31668 \begin_inset Text
31669
31670 \begin_layout Plain Layout
31671
31672 \backslash
31673 ce
31674 \begin_inset space \textvisiblespace{}
31675 \end_inset
31676
31677 KCr(SO4)2.12H2O
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 </row>
31695 <row>
31696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31697 \begin_inset Text
31698
31699 \begin_layout Plain Layout
31700
31701 \backslash
31702 ce
31703 \begin_inset space \textvisiblespace{}
31704 \end_inset
31705
31706 A-B
31707 \backslash
31708 dbond
31709 \begin_inset space \textvisiblespace{}
31710 \end_inset
31711
31712 C
31713 \backslash
31714 tbond
31715 \begin_inset space \textvisiblespace{}
31716 \end_inset
31717
31718 D
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31724 \begin_inset Text
31725
31726 \begin_layout Plain Layout
31727 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 </row>
31736 <row>
31737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31738 \begin_inset Text
31739
31740 \begin_layout Plain Layout
31741
31742 \backslash
31743 ce
31744 \begin_inset space \textvisiblespace{}
31745 \end_inset
31746
31747 ^227
31748 \begin_inset Formula $\downarrow$
31749 \end_inset
31750
31751 _90
31752 \begin_inset Formula $\to$
31753 \end_inset
31754
31755 Th+
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \end_inset
31771 </cell>
31772 </row>
31773 <row>
31774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31775 \begin_inset Text
31776
31777 \begin_layout Plain Layout
31778
31779 \backslash
31780 ce
31781 \begin_inset space \textvisiblespace{}
31782 \end_inset
31783
31784 CO2
31785 \begin_inset space \textvisiblespace{}
31786 \end_inset
31787
31788 +
31789 \begin_inset space \textvisiblespace{}
31790 \end_inset
31791
31792 C
31793 \begin_inset space \textvisiblespace{}
31794 \end_inset
31795
31796 <=>
31797 \begin_inset space \textvisiblespace{}
31798 \end_inset
31799
31800 2CO
31801 \end_layout
31802
31803 \end_inset
31804 </cell>
31805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31806 \begin_inset Text
31807
31808 \begin_layout Plain Layout
31809 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31810 \end_inset
31811
31812
31813 \end_layout
31814
31815 \end_inset
31816 </cell>
31817 </row>
31818 <row>
31819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31820 \begin_inset Text
31821
31822 \begin_layout Plain Layout
31823
31824 \backslash
31825 ce
31826 \begin_inset space \textvisiblespace{}
31827 \end_inset
31828
31829 CO2
31830 \begin_inset space \textvisiblespace{}
31831 \end_inset
31832
31833 +
31834 \begin_inset space \textvisiblespace{}
31835 \end_inset
31836
31837 C
31838 \begin_inset space \textvisiblespace{}
31839 \end_inset
31840
31841 ->[
31842 \backslash
31843 alpha][
31844 \backslash
31845 beta]
31846 \begin_inset space \textvisiblespace{}
31847 \end_inset
31848
31849 2CO}
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31855 \begin_inset Text
31856
31857 \begin_layout Plain Layout
31858 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \end_inset
31865 </cell>
31866 </row>
31867 </lyxtabular>
31868
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \begin_layout Standard
31875 \begin_inset Note Greyedout
31876 status open
31877
31878 \begin_layout Plain Layout
31879
31880 \series bold
31881 \color none
31882 Note:
31883 \series default
31884  L'insertion d'une formule mathématique dans une boîte 
31885 \series bold
31886
31887 \backslash
31888 ce
31889 \series default
31890  va provoquer une erreur LaTeX.
31891  Dans ce cas le code TeX devra être utilisé comme par exemple pour 
31892 \series bold
31893
31894 \backslash
31895 ce{$
31896 \backslash
31897 mu
31898 \backslash
31899 hyphen$Cl}
31900 \series default
31901
31902 \begin_inset ERT
31903 status collapsed
31904
31905 \begin_layout Plain Layout
31906
31907
31908 \backslash
31909 ce{$
31910 \backslash
31911 mu
31912 \backslash
31913 hyphen$Cl}
31914 \end_layout
31915
31916 \end_inset
31917
31918  
31919 \end_layout
31920
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \begin_layout Standard
31927
31928 \lang english
31929 \begin_inset Note Greyedout
31930 status open
31931
31932 \begin_layout Plain Layout
31933
31934 \series bold
31935 \color none
31936 Nota:
31937 \series default
31938  il n'est pas possible avec LyX d'utiliser le caractère ^ pour obtenir une
31939  flèche vers le haut, comme il est expliqué dans le manuel de 
31940 \series bold
31941 mhchem
31942 \series default
31943  On doit utiliser à la place une espace fine négative suivie de la commande
31944  
31945 \series bold
31946
31947 \backslash
31948 uparrow
31949 \series default
31950
31951 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \begin_layout Standard
31963 L'utilisation de la commande 
31964 \series bold
31965
31966 \backslash
31967 ce
31968 \series default
31969  pour l'équation
31970 \begin_inset space ~
31971 \end_inset
31972
31973
31974 \begin_inset CommandInset ref
31975 LatexCommand eqref
31976 reference "eq:reaction-chimique"
31977
31978 \end_inset
31979
31980  donne
31981 \begin_inset Newline newline
31982 \end_inset
31983
31984
31985 \series bold
31986  
31987 \backslash
31988 ce
31989 \begin_inset space \textvisiblespace{}
31990 \end_inset
31991
31992 2Na+
31993 \begin_inset space \textvisiblespace{}
31994 \end_inset
31995
31996 +
31997 \begin_inset space \textvisiblespace{}
31998 \end_inset
31999
32000 SO4^2-
32001 \begin_inset space \textvisiblespace{}
32002 \end_inset
32003
32004
32005 \begin_inset space \textvisiblespace{}
32006 \end_inset
32007
32008 ->
32009 \begin_inset space \textvisiblespace{}
32010 \end_inset
32011
32012 Na2SO4
32013 \end_layout
32014
32015 \begin_layout Standard
32016 Pour créer des équations chimiques multilignes, on crée d'abord une formule
32017  multiligne comme cela est décrit dans 
32018 \begin_inset CommandInset ref
32019 LatexCommand ref
32020 reference "sec:Formules-multi-lignes"
32021
32022 \end_inset
32023
32024 .
32025  Ensuite on utilise la commande 
32026 \series bold
32027
32028 \backslash
32029 ce
32030 \series default
32031  dans chaque petite boîte bleue de la formule.
32032  
32033 \begin_inset CommandInset ref
32034 LatexCommand eqref
32035 reference "eq:TEOS-reaction-1"
32036
32037 \end_inset
32038
32039  et 
32040 \begin_inset CommandInset ref
32041 LatexCommand eqref
32042 reference "eq:TEOS-reaction-2"
32043
32044 \end_inset
32045
32046  sont un exemple d'une réaction chimique multi-étape où chaque équation
32047  a son propre numéro.
32048 \begin_inset Formula 
32049 \begin{eqnarray}
32050 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32051 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32052 \end{eqnarray}
32053
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \begin_layout Standard
32060 En plus de 
32061 \series bold
32062
32063 \backslash
32064 ce
32065 \series default
32066  le paquetage 
32067 \series bold
32068 mhchem
32069 \series default
32070  fournit la commande 
32071 \series bold
32072
32073 \backslash
32074 cf
32075 \series default
32076
32077 \begin_inset Index idx
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081 Commandes ! C ! 
32082 \backslash
32083 cf
32084 \end_layout
32085
32086 \end_inset
32087
32088  qui doit être réservée à des cas spéciaux.
32089  Pour avoir plus d'information au sujet de 
32090 \series bold
32091
32092 \backslash
32093 cf
32094 \series default
32095  et plus d'exemples, jetez un coup d'oeil à la documentation de 
32096 \series bold
32097 mhchem
32098 \series default
32099
32100 \begin_inset CommandInset citation
32101 LatexCommand cite
32102 key "mhchem"
32103
32104 \end_inset
32105
32106 .
32107 \end_layout
32108
32109 \begin_layout Section
32110 Diagrammes
32111 \end_layout
32112
32113 \begin_layout Standard
32114 LyX gère deux types de diagrammes commutatifs; 
32115 \series bold
32116 amscd
32117 \series default
32118  et
32119 \series bold
32120  xymatrix
32121 \series default
32122  qui sont décrits dans ce qui suit.
32123 \end_layout
32124
32125 \begin_layout Subsection
32126 Les diagrammes amscd
32127 \begin_inset Index idx
32128 status collapsed
32129
32130 \begin_layout Plain Layout
32131 Diagrammes ! amscd
32132 \end_layout
32133
32134 \end_inset
32135
32136
32137 \end_layout
32138
32139 \begin_layout Standard
32140 Des diagrammes de ce type visualisent les relations par des lignes verticales
32141  ou horizontales ou encore des flèches: 
32142 \begin_inset Formula 
32143 \[
32144 \begin{CD}A@>>>B@>>>C\\
32145 @AAA@.@VVV\\
32146 F@<<<E@<<<D
32147 \end{CD}
32148 \]
32149
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \begin_layout Standard
32156 Pour les obtenir, on insère la commande 
32157 \series bold
32158
32159 \backslash
32160 CD
32161 \begin_inset Index idx
32162 status collapsed
32163
32164 \begin_layout Plain Layout
32165 Commandes ! C ! 
32166 \backslash
32167 CD
32168 \end_layout
32169
32170 \end_inset
32171
32172
32173 \series default
32174  dans une formule.
32175  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
32176  on peut insérer d'autres commandes.
32177  On crée une nouvelle ligne avec 
32178 \family sans
32179 Ctrl+Entrée
32180 \family default
32181 .
32182  Les relations horizontales sont insérées dans les lignes impaires et les
32183  relations verticales dans les lignes paires.
32184 \end_layout
32185
32186 \begin_layout Standard
32187 Pour créer les relations, il y a les commandes suivantes:
32188 \end_layout
32189
32190 \begin_layout Itemize
32191
32192 \series bold
32193 @<<<
32194 \series default
32195  crée une flèche gauche, 
32196 \series bold
32197 @>>>
32198 \series default
32199  une flèche droite, et 
32200 \series bold
32201 @=
32202 \series default
32203  un long signe égal
32204 \end_layout
32205
32206 \begin_layout Itemize
32207
32208 \series bold
32209 @AAA
32210 \series default
32211  crée une flèche vers le haut, 
32212 \series bold
32213 @VVV
32214 \series default
32215  une flèche vers le bas, et 
32216 \series bold
32217 @|
32218 \series default
32219  un signe égal vertical
32220 \end_layout
32221
32222 \begin_layout Itemize
32223
32224 \series bold
32225 @.
32226
32227 \series default
32228  sert de remplissage pour une relation inexistante
32229 \end_layout
32230
32231 \begin_layout Standard
32232 Toutes les flèches peuvent être étiquetées de la façon suivante:
32233 \end_layout
32234
32235 \begin_layout Itemize
32236 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
32237  de la flèche.
32238  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
32239  flèche.
32240 \end_layout
32241
32242 \begin_layout Itemize
32243 Quand le texte destiné à une flèche verticale est inséré entre le premier
32244  et le second A ou V, il est placé sur le côté gauche de la flèche.
32245  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
32246  de la flèche.
32247  Si le texte contient un A ou un V, ces lettres doivent être placées entre
32248  des accolades TeX.
32249 \end_layout
32250
32251 \begin_layout Standard
32252 Comme exemple, un diagramme avec toutes les relations possibles:
32253 \end_layout
32254
32255 \begin_layout Standard
32256 \begin_inset Formula 
32257 \[
32258 \begin{CD}A@>j>>B@>>k>C@=F\\
32259 @AmAA@.@VV{V}V@|\\
32260 D@<<j<E@>k>>F@=C
32261 \end{CD}
32262 \]
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Standard
32270 La commande pour l'obtenir:
32271 \begin_inset Newline newline
32272 \end_inset
32273
32274
32275 \series bold
32276
32277 \backslash
32278 CD
32279 \begin_inset space \textvisiblespace{}
32280 \end_inset
32281
32282 A@>j>>B@>>k>C@=F Ctrl+Entrée
32283 \begin_inset Newline newline
32284 \end_inset
32285
32286
32287 \begin_inset Phantom HPhantom
32288 status open
32289
32290 \begin_layout Plain Layout
32291
32292 \series bold
32293
32294 \backslash
32295 CD
32296 \begin_inset space \textvisiblespace{}
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \end_inset
32303
32304 @AmAA@.@VV
32305 \backslash
32306 {V
32307 \series default
32308
32309 \begin_inset Formula $\to$
32310 \end_inset
32311
32312
32313 \series bold
32314 V@| Ctrl+Entrée
32315 \begin_inset Newline newline
32316 \end_inset
32317
32318
32319 \begin_inset Phantom HPhantom
32320 status open
32321
32322 \begin_layout Plain Layout
32323
32324 \series bold
32325
32326 \backslash
32327 CD
32328 \begin_inset space \textvisiblespace{}
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \end_inset
32335
32336 D@<<j<E@>k>>F@=C
32337 \end_layout
32338
32339 \begin_layout Subsection
32340 Les diagrammes xymatrix
32341 \begin_inset Index idx
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345 Diagrammes ! xymatrix
32346 \end_layout
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Standard
32354 Pour pouvoir utiliser des xymatrices, on doit installer le paquetage LaTeX
32355  
32356 \series bold
32357 xypic
32358 \series default
32359 .
32360  Une xymatrice est créée en insérant la commande 
32361 \series bold
32362
32363 \backslash
32364 xymatrix
32365 \series default
32366  dans une formule.
32367  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
32368  comme pour une matrice normale, voir 
32369 \begin_inset CommandInset ref
32370 LatexCommand ref
32371 reference "sec:Matrices"
32372
32373 \end_inset
32374
32375 .
32376 \end_layout
32377
32378 \begin_layout Standard
32379 Contrairement aux diagrammes amscd, les xymatrices acceptent les flèches
32380  diagonales ou courbes et plus encore.
32381  Toutes les possibilités pour créer des diagrammes commutatifs et leurs
32382  décorations sont expliquées en détail dans ce 
32383 \emph on
32384 manuel pour XY-pic 
32385 \emph default
32386 que vous trouverez dans le menu 
32387 \family sans
32388 Aide\SpecialChar \menuseparator
32389 Manuels
32390 \begin_inset space ~
32391 \end_inset
32392
32393 spécifiques
32394 \family default
32395 .
32396 \end_layout
32397
32398 \begin_layout Subsection
32399 Les diagrammes
32400 \noun on
32401  Feynman
32402 \noun default
32403
32404 \begin_inset Index idx
32405 status collapsed
32406
32407 \begin_layout Plain Layout
32408 Diagrammes ! Feynman
32409 \end_layout
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \begin_layout Standard
32417 Pour pouvoir utiliser des diagrammes 
32418 \noun on
32419 Feynman
32420 \noun default
32421 , on doit installer le paquetage LaTeX 
32422 \series bold
32423 feyn
32424 \series default
32425 .
32426  Un diagramme 
32427 \noun on
32428 Feynman
32429 \noun default
32430  est créée en insérant la commande 
32431 \series bold
32432
32433 \backslash
32434 Diagram
32435 \series default
32436  dans une formule.
32437  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
32438  comme pour une matrice normale, voir 
32439 \begin_inset CommandInset ref
32440 LatexCommand ref
32441 reference "sec:Matrices"
32442
32443 \end_inset
32444
32445 .
32446 \end_layout
32447
32448 \begin_layout Standard
32449 On trouvera des exemples montrant comment créer des diagrammes de 
32450 \noun on
32451 Feynman
32452 \noun default
32453  avec LyX dans le 
32454 \emph on
32455 Manuel des diagrammes de Feynman
32456 \emph default
32457  que vous trouverez dans le menu 
32458 \family sans
32459 Aide\SpecialChar \menuseparator
32460 Manuels
32461 \begin_inset space ~
32462 \end_inset
32463
32464 spécifiques
32465 \family default
32466 .
32467 \end_layout
32468
32469 \begin_layout Standard
32470 \begin_inset Newpage newpage
32471 \end_inset
32472
32473
32474 \end_layout
32475
32476 \begin_layout Section
32477 Commandes personnalisées
32478 \begin_inset CommandInset label
32479 LatexCommand label
32480 name "sec:Commandes-personnalisées"
32481
32482 \end_inset
32483
32484
32485 \begin_inset Index idx
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489 Commandes personnalisées
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \begin_layout Standard
32498 \begin_inset Note Greyedout
32499 status open
32500
32501 \begin_layout Plain Layout
32502
32503 \series bold
32504 Note:
32505 \series default
32506  Les noms des commandes personnalisées ne peuvent contenir que des lettres
32507  latines.
32508 \end_layout
32509
32510 \end_inset
32511
32512
32513 \end_layout
32514
32515 \begin_layout Subsection
32516 La commande 
32517 \backslash
32518 newcommand
32519 \begin_inset CommandInset label
32520 LatexCommand label
32521 name "sub:La-commande-newcommand"
32522
32523 \end_inset
32524
32525
32526 \begin_inset Index idx
32527 status collapsed
32528
32529 \begin_layout Plain Layout
32530 Commandes personnalisées ! 
32531 \backslash
32532 newcommand
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \begin_inset Index idx
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542 Commandes ! N ! 
32543 \backslash
32544 newcommand
32545 \end_layout
32546
32547 \end_inset
32548
32549
32550 \end_layout
32551
32552 \begin_layout Standard
32553 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
32554  Mais on peut définir de nouvelles commandes plus courtes avec la commande
32555  
32556 \series bold
32557
32558 \backslash
32559 newcommand
32560 \series default
32561
32562 \begin_inset Index idx
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566 Commandes ! N ! 
32567 \backslash
32568 newcommand
32569 \end_layout
32570
32571 \end_inset
32572
32573  .
32574 \end_layout
32575
32576 \begin_layout Standard
32577 La syntaxe de 
32578 \series bold
32579
32580 \backslash
32581 newcommand
32582 \series default
32583  est:
32584 \end_layout
32585
32586 \begin_layout Standard
32587
32588 \series bold
32589
32590 \backslash
32591 newcommand{nom de la nouvelle commande}[nombre d'arguments][valeur optionnelle]
32592 \begin_inset Newline newline
32593 \end_inset
32594
32595
32596 \begin_inset Phantom HPhantom
32597 status open
32598
32599 \begin_layout Plain Layout
32600
32601 \series bold
32602
32603 \backslash
32604 newcommand
32605 \end_layout
32606
32607 \end_inset
32608
32609 {définition de la commande}
32610 \end_layout
32611
32612 \begin_layout Standard
32613 \begin_inset Note Greyedout
32614 status open
32615
32616 \begin_layout Plain Layout
32617
32618 \series bold
32619 Note:
32620 \series default
32621  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
32622  votre document ou par un des paquetages LaTeX que vous utilisez.
32623  Si par exemple, vous tentez de définir la commande 
32624 \series bold
32625
32626 \backslash
32627 le
32628 \series default
32629  pour 
32630 \series bold
32631
32632 \backslash
32633 Leftarrow
32634 \series default
32635 , vous aurez un message d'erreur puisque 
32636 \series bold
32637
32638 \backslash
32639 le
32640 \series default
32641  est déjà définie comme étant la commande pour le symbole 
32642 \begin_inset Quotes eld
32643 \end_inset
32644
32645
32646 \begin_inset Formula $\le$
32647 \end_inset
32648
32649
32650 \begin_inset Quotes erd
32651 \end_inset
32652
32653 .
32654 \end_layout
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \begin_layout Standard
32662 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
32663  d'argument que la commande doit avoir.
32664  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
32665  optionnel.
32666  Quand on utilise cette valeur, le 
32667 \emph on
32668 premier 
32669 \emph default
32670 argument de la nouvelle commande est automatiquement l'argument optionnel.
32671 \end_layout
32672
32673 \begin_layout Standard
32674 Voici quelques exemples:
32675 \end_layout
32676
32677 \begin_layout Itemize
32678 Pour définir la commande 
32679 \series bold
32680
32681 \backslash
32682 gr
32683 \series default
32684  pour 
32685 \series bold
32686
32687 \backslash
32688 Longrightarrow
32689 \series default
32690 , la ligne à insérer dans le préambule LaTeX est:
32691 \begin_inset VSpace medskip
32692 \end_inset
32693
32694
32695 \begin_inset Newline newline
32696 \end_inset
32697
32698
32699 \series bold
32700
32701 \backslash
32702 newcommand{
32703 \backslash
32704 gr}{
32705 \backslash
32706 Longrightarrow}
32707 \end_layout
32708
32709 \begin_layout Itemize
32710 Pour définir la commande
32711 \series bold
32712  
32713 \backslash
32714 us
32715 \series default
32716  pour 
32717 \series bold
32718
32719 \backslash
32720 underline
32721 \series default
32722 , l'argument (qui doit être souligné) doit être pris en compte.
32723  Pour cela, la ligne à insérer dans le préambule est:
32724 \begin_inset VSpace medskip
32725 \end_inset
32726
32727
32728 \begin_inset Newline newline
32729 \end_inset
32730
32731
32732 \series bold
32733
32734 \backslash
32735 newcommand{
32736 \backslash
32737 us}[1]{
32738 \backslash
32739 underline{#1}}
32740 \series default
32741
32742 \begin_inset VSpace medskip
32743 \end_inset
32744
32745
32746 \begin_inset Newline newline
32747 \end_inset
32748
32749 Le caractère 
32750 \series bold
32751 #
32752 \series default
32753  agit comme un argument formel, le 
32754 \series bold
32755 1
32756 \series default
32757  derrière lui indique qu'il représente le premier argument.
32758 \end_layout
32759
32760 \begin_layout Itemize
32761 Pour remplacer la commande 
32762 \series bold
32763
32764 \backslash
32765 framebox
32766 \series default
32767  on peut par exemple définir, la commande 
32768 \series bold
32769
32770 \backslash
32771 fb
32772 \series default
32773 :
32774 \begin_inset VSpace medskip
32775 \end_inset
32776
32777
32778 \begin_inset Newline newline
32779 \end_inset
32780
32781
32782 \series bold
32783
32784 \backslash
32785 newcommand{
32786 \backslash
32787 fb}[3]{
32788 \backslash
32789 framebox#1#2{$#3$}}
32790 \series default
32791
32792 \begin_inset VSpace medskip
32793 \end_inset
32794
32795
32796 \begin_inset Newline newline
32797 \end_inset
32798
32799 Les deux dollars créent une formule supplémentaire pour la commande 
32800 \series bold
32801
32802 \backslash
32803 framebox
32804 \series default
32805 , voir 
32806 \begin_inset CommandInset ref
32807 LatexCommand ref
32808 reference "sub:Boîtes-avec-cadre"
32809
32810 \end_inset
32811
32812 .
32813 \end_layout
32814
32815 \begin_layout Itemize
32816 Pour créer une nouvelle commande pour remplacer 
32817 \series bold
32818
32819 \backslash
32820 fcolorbox
32821 \series default
32822  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
32823  pour la couleur est défini comme optionnel:
32824 \begin_inset VSpace medskip
32825 \end_inset
32826
32827
32828 \begin_inset Newline newline
32829 \end_inset
32830
32831
32832 \series bold
32833
32834 \backslash
32835 newcommand{
32836 \backslash
32837 cb}[3][white]{
32838 \backslash
32839 fcolorbox{#2}{#1}{$#3$}}
32840 \series default
32841
32842 \begin_inset VSpace medskip
32843 \end_inset
32844
32845
32846 \begin_inset Newline newline
32847 \end_inset
32848
32849 Quand la couleur n'est pas définie lors d'une utilisation de 
32850 \series bold
32851
32852 \backslash
32853 cb
32854 \series default
32855 , la couleur prédéfinie 
32856 \series bold
32857 white
32858 \series default
32859  est utilisée implicitement.
32860 \end_layout
32861
32862 \begin_layout Standard
32863 Un test des nouvelles commandes:
32864 \end_layout
32865
32866 \begin_layout Standard
32867 \align center
32868 \begin_inset Tabular
32869 <lyxtabular version="3" rows="6" columns="2">
32870 <features rotate="0" tabularvalignment="middle">
32871 <column alignment="center" valignment="top">
32872 <column alignment="center" valignment="top">
32873 <row>
32874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32875 \begin_inset Text
32876
32877 \begin_layout Plain Layout
32878 Commande
32879 \end_layout
32880
32881 \end_inset
32882 </cell>
32883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 Résultat
32888 \begin_inset Note Note
32889 status collapsed
32890
32891 \begin_layout Plain Layout
32892
32893 \series bold
32894
32895 \backslash
32896 raisebox
32897 \series default
32898  est seulement utilisée pour faire de la place
32899 \end_layout
32900
32901 \end_inset
32902
32903
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 </row>
32909 <row>
32910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914 A
32915 \backslash
32916 gr
32917 \begin_inset space \textvisiblespace{}
32918 \end_inset
32919
32920 B
32921 \end_layout
32922
32923 \end_inset
32924 </cell>
32925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32926 \begin_inset Text
32927
32928 \begin_layout Plain Layout
32929 \begin_inset Formula $A\gr B$
32930 \end_inset
32931
32932
32933 \end_layout
32934
32935 \end_inset
32936 </cell>
32937 </row>
32938 <row>
32939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32940 \begin_inset Text
32941
32942 \begin_layout Plain Layout
32943
32944 \backslash
32945 us{ABcd
32946 \end_layout
32947
32948 \end_inset
32949 </cell>
32950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32951 \begin_inset Text
32952
32953 \begin_layout Plain Layout
32954 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32955 \end_inset
32956
32957
32958 \end_layout
32959
32960 \end_inset
32961 </cell>
32962 </row>
32963 <row>
32964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32965 \begin_inset Text
32966
32967 \begin_layout Plain Layout
32968
32969 \backslash
32970 fb{[2cm]
32971 \begin_inset Formula $\to$
32972 \end_inset
32973
32974
32975 \backslash
32976 {
32977 \begin_inset Formula $\to$
32978 \end_inset
32979
32980
32981 \backslash
32982 {
32983 \backslash
32984 int
32985 \begin_inset space \textvisiblespace{}
32986 \end_inset
32987
32988 A=B
32989 \end_layout
32990
32991 \end_inset
32992 </cell>
32993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \end_inset
33004 </cell>
33005 </row>
33006 <row>
33007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011
33012 \backslash
33013 cb{red
33014 \begin_inset Formula $\to$
33015 \end_inset
33016
33017
33018 \backslash
33019 {
33020 \backslash
33021 int
33022 \begin_inset space \textvisiblespace{}
33023 \end_inset
33024
33025 A=B
33026 \end_layout
33027
33028 \end_inset
33029 </cell>
33030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33031 \begin_inset Text
33032
33033 \begin_layout Plain Layout
33034 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33035 \end_inset
33036
33037
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 </row>
33043 <row>
33044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048
33049 \backslash
33050 cb[green]
33051 \backslash
33052 {red
33053 \begin_inset Formula $\to$
33054 \end_inset
33055
33056
33057 \backslash
33058 {
33059 \backslash
33060 int
33061 \begin_inset space \textvisiblespace{}
33062 \end_inset
33063
33064 A=B
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33070 \begin_inset Text
33071
33072 \begin_layout Plain Layout
33073 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 </lyxtabular>
33083
33084 \end_inset
33085
33086
33087 \end_layout
33088
33089 \begin_layout Subsection
33090 Macros en mode mathématique
33091 \begin_inset Index idx
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095 Commandes personnalisées ! macros mathématiques
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \begin_inset Index idx
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105 Macros
33106 \end_layout
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Standard
33114 LyX permet la définition de macros pour les formules, ce qui est parciculièremen
33115 t utile pour les expressions complexes.
33116  Par exemple, supposons que les solutions de l'équation du second degré
33117  apparaissent souvent dans votre document sous des formes variées.
33118  La forme générale de l'équation du second degré est:
33119 \begin_inset Formula 
33120 \[
33121 0=\lambda^{2}+p\lambda+q
33122 \]
33123
33124 \end_inset
33125
33126 La forme générale de ses solutions est:
33127 \begin_inset Formula 
33128 \[
33129 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33130 \]
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Standard
33138 Pour définir une commande pour la formule de la solution, les paramètres
33139  
33140 \begin_inset Formula $\lambda$
33141 \end_inset
33142
33143
33144 \begin_inset Formula $p$
33145 \end_inset
33146
33147  et 
33148 \begin_inset Formula $q$
33149 \end_inset
33150
33151  peuvent prendre des formes variées et l'indice de 
33152 \begin_inset Formula $\lambda$
33153 \end_inset
33154
33155  doit pouvoir être donné de façon optionnelle, la ligne de préambule LaTeX
33156  est
33157 \begin_inset Newline newline
33158 \end_inset
33159
33160
33161 \series bold
33162
33163 \backslash
33164 newcommand{
33165 \backslash
33166 qG}[4][1,
33167 \backslash
33168 ,2]{#2_{#1}=-
33169 \backslash
33170 frac{#3}{2}
33171 \backslash
33172 pm
33173 \begin_inset Newline newline
33174 \end_inset
33175
33176
33177 \begin_inset Phantom HPhantom
33178 status open
33179
33180 \begin_layout Plain Layout
33181
33182 \series bold
33183
33184 \backslash
33185 newcommand
33186 \end_layout
33187
33188 \end_inset
33189
33190
33191 \backslash
33192 sqrt{
33193 \backslash
33194 frac{#3^{2}}{4}-#4}}
33195 \end_layout
33196
33197 \begin_layout Standard
33198 Pour créer une formule de solution avec cette définition, on peut insérer
33199  dans une formule la commande:
33200 \end_layout
33201
33202 \begin_layout Standard
33203
33204 \series bold
33205
33206 \backslash
33207 qG{
33208 \backslash
33209 lambda
33210 \begin_inset Formula $\to$
33211 \end_inset
33212
33213
33214 \backslash
33215 {p
33216 \begin_inset Formula $\to$
33217 \end_inset
33218
33219
33220 \backslash
33221 {q
33222 \end_layout
33223
33224 \begin_layout Standard
33225 La définition de la nouvelle commande n'est pas intuitive parce que l'on
33226  doit connaître la syntaxe des commandes LaTeX que l'on utilise, par exemple
33227  que l'on insère une fraction en faisant 
33228 \series bold
33229
33230 \backslash
33231 frac{numérateur}{dénominateur}
33232 \series default
33233 .
33234  En plus on peut facilement oublier une accolade dans la définition et ne
33235  pas voir dans LyX ce que la nouvelle commande va faire.
33236  Pour éviter ces problèmes LyX offre la possibilité d'utiliser des macros
33237  mathématiques à la place de la commande 
33238 \series bold
33239
33240 \backslash
33241 newcommand
33242 \series default
33243 .
33244 \end_layout
33245
33246 \begin_layout Standard
33247 Une macro est créée en utilisant le menu 
33248 \family sans
33249 Insertion\SpecialChar \menuseparator
33250 Math\SpecialChar \menuseparator
33251 Macro
33252 \family default
33253  ou le bouton 
33254 \begin_inset Info
33255 type  "icon"
33256 arg   "math-macro newmacroname_newcommand"
33257 \end_inset
33258
33259  de la barre d'outils.
33260  La barre d'outils macro apparaît alors ainsi que la boîte suivante où on
33261  définit la macro:
33262 \begin_inset Newline newline
33263 \end_inset
33264
33265
33266 \begin_inset space \hspace*{\fill}
33267 \end_inset
33268
33269
33270 \begin_inset Graphics
33271         filename ../clipart/macrobox.png
33272
33273 \end_inset
33274
33275
33276 \begin_inset space \hspace*{\fill}
33277 \end_inset
33278
33279
33280 \begin_inset Newline newline
33281 \end_inset
33282
33283
33284 \begin_inset FormulaMacro
33285 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33286 \end_inset
33287
33288
33289 \backslash
33290 newmacroname est le nom qui est donné implicitement à la macro et qui doit
33291  être remplacé par quelquechose de raisonable.
33292  La formule voulue est insérée dans la première boîte bleue.
33293  On insère une réservation pour un argument avec la commande 
33294 \series bold
33295
33296 \backslash
33297 #numéro_argument
33298 \series default
33299 , par exemple 
33300 \series bold
33301
33302 \backslash
33303 #1
33304 \series default
33305 , ou en utilisant le bouton 
33306 \begin_inset Info
33307 type  "icon"
33308 arg   "math-macro-add-param"
33309 \end_inset
33310
33311  de la barre d'outils macro.
33312  On peut avoir au maximum 9
33313 \begin_inset space ~
33314 \end_inset
33315
33316 arguments.
33317  Les arguments optionnels sont créés avec le bouton 
33318 \begin_inset Info
33319 type  "icon"
33320 arg   "math-macro-add-optional-param"
33321 \end_inset
33322
33323  de la barre d'outils.
33324  Le prenier argument non optionnel peut être transformé en argument optionnel
33325  avec le bouton 
33326 \begin_inset Info
33327 type  "icon"
33328 arg   "math-macro-make-optional"
33329 \end_inset
33330
33331 .
33332  On peut utiliser la deuxième boîte bleue pour décrire l'apparence de la
33333  macro dans LyX.
33334  En principe, vous voudrez la voir comme vous l'avez définie, la boîte est
33335  alors laissée vide.
33336  Mais quand vous avez créé une macro qui demande beaucoup de place à l'écran,
33337  vous pouvez par exemple, insérer dans la boîte quelquechose comme ceci
33338 \begin_inset Newline newline
33339 \end_inset
33340
33341
33342 \series bold
33343 qG: 
33344 \backslash
33345 #1
33346 \series default
33347  
33348 \series bold
33349 ,
33350 \series default
33351  
33352 \series bold
33353
33354 \backslash
33355 #2
33356 \series default
33357  
33358 \series bold
33359 ,
33360 \series default
33361  
33362 \series bold
33363
33364 \backslash
33365 #3, 
33366 \backslash
33367 #4
33368 \begin_inset Newline newline
33369 \end_inset
33370
33371
33372 \series default
33373 Au niveau de la macro on n'affichera que les arguments, précédés du nom
33374  de la macro, ce qui facilitera la lisibilité.
33375  La formule sera imprimée sur la sortie conformément à la description de
33376  la première boîte.
33377 \begin_inset Newline newline
33378 \end_inset
33379
33380 L'apparence d'une macro dans une formule peut être modifiée en déplaçant
33381  le curseur dans la macro et en utilisant le menu 
33382 \family sans
33383 Visualiser\SpecialChar \menuseparator
33384 Déplier/Replier la macro mathématique
33385 \family default
33386 .
33387 \end_layout
33388
33389 \begin_layout Standard
33390 Pour utiliser une macro, son nom est inséré dans une formule comme une commande,
33391  dans notre cas, on met 
33392 \series bold
33393
33394 \backslash
33395 qG
33396 \series default
33397 .
33398  Dans Lyx, notre macro va ressembler à ceci:
33399 \begin_inset Newline newline
33400 \end_inset
33401
33402
33403 \begin_inset space \hspace*{\fill}
33404 \end_inset
33405
33406
33407 \begin_inset Graphics
33408         filename ../clipart/macrouse.png
33409
33410 \end_inset
33411
33412
33413 \begin_inset space \hspace*{\fill}
33414 \end_inset
33415
33416
33417 \begin_inset Newline newline
33418 \end_inset
33419
33420 Voici notre exemple avec les arguments 
33421 \begin_inset Formula $x$
33422 \end_inset
33423
33424
33425 \begin_inset Formula $\ln(x)$
33426 \end_inset
33427
33428  et 
33429 \begin_inset Formula $B$
33430 \end_inset
33431
33432 :
33433 \end_layout
33434
33435 \begin_layout Standard
33436 \begin_inset Formula 
33437 \[
33438 \qG x{\ln(x)}B
33439 \]
33440
33441 \end_inset
33442
33443
33444 \end_layout
33445
33446 \begin_layout Standard
33447 LyX propose dans le menu 
33448 \family sans
33449 Outils
33450 \family default
33451 \SpecialChar \menuseparator
33452
33453 \family sans
33454 Préférences\SpecialChar \menuseparator
33455 En
33456 \begin_inset space ~
33457 \end_inset
33458
33459 cours
33460 \begin_inset space ~
33461 \end_inset
33462
33463 de
33464 \begin_inset space ~
33465 \end_inset
33466
33467 modification\SpecialChar \menuseparator
33468 Contrôle
33469 \family default
33470  different styles pour éditer les macros.
33471  Pour trouver le style qui vous convient le mieux, choisissez un style et
33472  placez le curseur dans une macro pour voir la différence.
33473 \end_layout
33474
33475 \begin_layout Standard
33476 En interne, une macro est transformée en une commande 
33477 \series bold
33478
33479 \backslash
33480 newcommand
33481 \series default
33482  au moment de l'exportation du document.
33483  Les commandes 
33484 \series bold
33485
33486 \backslash
33487 newcommand
33488 \series default
33489  qui sont ainsi générées ne sont pas placées dans le préambule LaTeX, ce
33490  qui fait que les macros ne peuvent être utilisées que dans des formules
33491  qui suivent leur boîte de définition dans le document.
33492 \end_layout
33493
33494 \begin_layout Standard
33495 On peut aussi créer une macro mathématique directement à partir d'une commande
33496  
33497 \series bold
33498
33499 \backslash
33500 newcommand
33501 \series default
33502 .
33503  Écrivez par exemple la commande
33504 \begin_inset Newline newline
33505 \end_inset
33506
33507
33508 \series bold
33509
33510 \backslash
33511 newcommand{
33512 \backslash
33513 larrow}[2]{
33514 \backslash
33515 xleftarrow[#2]{#1}}
33516 \series default
33517
33518 \begin_inset Newline newline
33519 \end_inset
33520
33521 dans LyX, en texte normal, sélectionnez-la et ensuite utilisez la raccourci
33522  clavier 
33523 \family sans
33524 Ctrl+M
33525 \family default
33526 , la commande sera transformée en macro mathématique.
33527  En utilisant cette méthode, vous devez faire attention au fait que la commande
33528  
33529 \series bold
33530
33531 \backslash
33532 newcommand
33533 \series default
33534  soit tapée correctement, sinon vous obtiendrez une macro corrompue qui
33535  amènera des erreurs LaTeX.
33536 \end_layout
33537
33538 \begin_layout Standard
33539 Les macro mathématiques ont encore actuellement un problème qui fait que
33540  les formules supplémentaires dans une définition de macro ne sont pas gérées
33541  correctement.
33542  Ce qui fait que l'exemple 
33543 \series bold
33544
33545 \backslash
33546 fb
33547 \series default
33548  de la sous-section
33549 \begin_inset space ~
33550 \end_inset
33551
33552
33553 \begin_inset CommandInset ref
33554 LatexCommand ref
33555 reference "sub:La-commande-newcommand"
33556
33557 \end_inset
33558
33559  ne peut pas être créée comme macro.
33560 \end_layout
33561
33562 \begin_layout Standard
33563 Quand le curseur se trouve dans la boîte de définition d'une macro, vous
33564  verrez dans la fenêtre de LyX, la barre d'outils macro :
33565 \end_layout
33566
33567 \begin_layout Standard
33568 \begin_inset VSpace defskip
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \begin_layout Standard
33575 \begin_inset Graphics
33576         filename ../clipart/MacroToolbar.png
33577
33578 \end_inset
33579
33580
33581 \begin_inset Index idx
33582 status collapsed
33583
33584 \begin_layout Plain Layout
33585 Macros ! Barre d'outils
33586 \end_layout
33587
33588 \end_inset
33589
33590
33591 \end_layout
33592
33593 \begin_layout Standard
33594 \begin_inset VSpace defskip
33595 \end_inset
33596
33597
33598 \end_layout
33599
33600 \begin_layout Standard
33601 La barre d'outils macro contient de la gauche vers la droite les boutons
33602  suivants :
33603 \end_layout
33604
33605 \begin_layout Standard
33606 \begin_inset VSpace defskip
33607 \end_inset
33608
33609
33610 \end_layout
33611
33612 \begin_layout Standard
33613 \begin_inset Tabular
33614 <lyxtabular version="3" rows="9" columns="2">
33615 <features rotate="0" islongtable="true" longtabularalignment="center">
33616 <column alignment="left" valignment="top">
33617 <column alignment="left" valignment="top" width="85col%">
33618 <row interlinespace="2.5mm">
33619 <cell alignment="center" valignment="top" usebox="none">
33620 \begin_inset Text
33621
33622 \begin_layout Plain Layout
33623 \begin_inset Info
33624 type  "icon"
33625 arg   "math-macro-remove-param"
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \end_inset
33632 </cell>
33633 <cell alignment="center" valignment="top" usebox="none">
33634 \begin_inset Text
33635
33636 \begin_layout Plain Layout
33637
33638 \family sans
33639 Édition\SpecialChar \menuseparator
33640 Math\SpecialChar \menuseparator
33641 Définition
33642 \begin_inset space ~
33643 \end_inset
33644
33645 de
33646 \begin_inset space ~
33647 \end_inset
33648
33649 macro\SpecialChar \menuseparator
33650 Supprimer
33651 \begin_inset space ~
33652 \end_inset
33653
33654 le
33655 \begin_inset space ~
33656 \end_inset
33657
33658 dernier
33659 \begin_inset space ~
33660 \end_inset
33661
33662 argument
33663 \end_layout
33664
33665 \end_inset
33666 </cell>
33667 </row>
33668 <row interlinespace="2.5mm">
33669 <cell alignment="center" valignment="top" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673 \begin_inset Info
33674 type  "icon"
33675 arg   "math-macro-add-param"
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 <cell alignment="center" valignment="top" usebox="none">
33684 \begin_inset Text
33685
33686 \begin_layout Plain Layout
33687
33688 \family sans
33689 Édition\SpecialChar \menuseparator
33690 Math\SpecialChar \menuseparator
33691 Définition
33692 \begin_inset space ~
33693 \end_inset
33694
33695 de
33696 \begin_inset space ~
33697 \end_inset
33698
33699 macro\SpecialChar \menuseparator
33700 Ajouter
33701 \begin_inset space ~
33702 \end_inset
33703
33704 un
33705 \begin_inset space ~
33706 \end_inset
33707
33708 argument
33709 \end_layout
33710
33711 \end_inset
33712 </cell>
33713 </row>
33714 <row interlinespace="2.5mm">
33715 <cell alignment="center" valignment="top" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 \begin_inset Info
33720 type  "icon"
33721 arg   "math-macro-make-optional"
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \end_inset
33728 </cell>
33729 <cell alignment="center" valignment="top" usebox="none">
33730 \begin_inset Text
33731
33732 \begin_layout Plain Layout
33733
33734 \family sans
33735 Édition\SpecialChar \menuseparator
33736 Math\SpecialChar \menuseparator
33737 Définition
33738 \begin_inset space ~
33739 \end_inset
33740
33741 de
33742 \begin_inset space ~
33743 \end_inset
33744
33745 macro\SpecialChar \menuseparator
33746 Rendre optionnel le premier
33747 \begin_inset Newline newline
33748 \end_inset
33749
33750
33751 \begin_inset Phantom HPhantom
33752 status open
33753
33754 \begin_layout Plain Layout
33755
33756 \family sans
33757 Édition\SpecialChar \menuseparator
33758 Math\SpecialChar \menuseparator
33759 Définition
33760 \begin_inset space ~
33761 \end_inset
33762
33763 de
33764 \begin_inset space ~
33765 \end_inset
33766
33767 macro\SpecialChar \menuseparator
33768
33769 \end_layout
33770
33771 \end_inset
33772
33773 argument
33774 \begin_inset space ~
33775 \end_inset
33776
33777 non
33778 \begin_inset space ~
33779 \end_inset
33780
33781 optionnel
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 </row>
33787 <row interlinespace="2.5mm">
33788 <cell alignment="center" valignment="top" usebox="none">
33789 \begin_inset Text
33790
33791 \begin_layout Plain Layout
33792 \begin_inset Info
33793 type  "icon"
33794 arg   "math-macro-make-nonoptional"
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \end_inset
33801 </cell>
33802 <cell alignment="center" valignment="top" usebox="none">
33803 \begin_inset Text
33804
33805 \begin_layout Plain Layout
33806
33807 \family sans
33808 Édition\SpecialChar \menuseparator
33809 Math\SpecialChar \menuseparator
33810 Définition
33811 \begin_inset space ~
33812 \end_inset
33813
33814 de
33815 \begin_inset space ~
33816 \end_inset
33817
33818 macro\SpecialChar \menuseparator
33819 Rendre non optionnel le dernier
33820 \begin_inset Newline newline
33821 \end_inset
33822
33823
33824 \begin_inset Phantom HPhantom
33825 status open
33826
33827 \begin_layout Plain Layout
33828
33829 \family sans
33830 Édition\SpecialChar \menuseparator
33831 Math\SpecialChar \menuseparator
33832 Définition
33833 \begin_inset space ~
33834 \end_inset
33835
33836 de
33837 \begin_inset space ~
33838 \end_inset
33839
33840 macro\SpecialChar \menuseparator
33841
33842 \end_layout
33843
33844 \end_inset
33845
33846 argument
33847 \begin_inset space ~
33848 \end_inset
33849
33850 optionnel
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 </row>
33856 <row interlinespace="2.5mm">
33857 <cell alignment="center" valignment="top" usebox="none">
33858 \begin_inset Text
33859
33860 \begin_layout Plain Layout
33861 \begin_inset Info
33862 type  "icon"
33863 arg   "math-macro-remove-optional-param"
33864 \end_inset
33865
33866
33867 \end_layout
33868
33869 \end_inset
33870 </cell>
33871 <cell alignment="center" valignment="top" usebox="none">
33872 \begin_inset Text
33873
33874 \begin_layout Plain Layout
33875
33876 \family sans
33877 Édition\SpecialChar \menuseparator
33878 Math\SpecialChar \menuseparator
33879 Définition
33880 \begin_inset space ~
33881 \end_inset
33882
33883 de
33884 \begin_inset space ~
33885 \end_inset
33886
33887 macro\SpecialChar \menuseparator
33888 Supprimer
33889 \begin_inset space ~
33890 \end_inset
33891
33892 un
33893 \begin_inset space ~
33894 \end_inset
33895
33896 argument
33897 \begin_inset space ~
33898 \end_inset
33899
33900 optionnel
33901 \end_layout
33902
33903 \end_inset
33904 </cell>
33905 </row>
33906 <row interlinespace="2.5mm">
33907 <cell alignment="center" valignment="top" usebox="none">
33908 \begin_inset Text
33909
33910 \begin_layout Plain Layout
33911 \begin_inset Info
33912 type  "icon"
33913 arg   "math-macro-add-optional-param"
33914 \end_inset
33915
33916
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 <cell alignment="center" valignment="top" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925
33926 \family sans
33927 Édition\SpecialChar \menuseparator
33928 Math\SpecialChar \menuseparator
33929 Définition
33930 \begin_inset space ~
33931 \end_inset
33932
33933 de
33934 \begin_inset space ~
33935 \end_inset
33936
33937 macro\SpecialChar \menuseparator
33938 Insérer
33939 \begin_inset space ~
33940 \end_inset
33941
33942 un
33943 \begin_inset space ~
33944 \end_inset
33945
33946 argument
33947 \begin_inset space ~
33948 \end_inset
33949
33950 optionnel
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 </row>
33956 <row interlinespace="2.5mm">
33957 <cell alignment="center" valignment="top" usebox="none">
33958 \begin_inset Text
33959
33960 \begin_layout Plain Layout
33961 \begin_inset Info
33962 type  "icon"
33963 arg   "math-macro-remove-greedy-param"
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \end_inset
33970 </cell>
33971 <cell alignment="center" valignment="top" usebox="none">
33972 \begin_inset Text
33973
33974 \begin_layout Plain Layout
33975
33976 \family sans
33977 Édition\SpecialChar \menuseparator
33978 Math\SpecialChar \menuseparator
33979 Définition
33980 \begin_inset space ~
33981 \end_inset
33982
33983 de
33984 \begin_inset space ~
33985 \end_inset
33986
33987 macro\SpecialChar \menuseparator
33988 Enlever
33989 \begin_inset space ~
33990 \end_inset
33991
33992 le
33993 \begin_inset space ~
33994 \end_inset
33995
33996 dernier
33997 \begin_inset space ~
33998 \end_inset
33999
34000 argument
34001 \begin_inset space ~
34002 \end_inset
34003
34004 en
34005 \begin_inset Newline newline
34006 \end_inset
34007
34008
34009 \begin_inset Phantom HPhantom
34010 status open
34011
34012 \begin_layout Plain Layout
34013
34014 \family sans
34015 Édition\SpecialChar \menuseparator
34016 Math\SpecialChar \menuseparator
34017 Définition
34018 \begin_inset space ~
34019 \end_inset
34020
34021 de
34022 \begin_inset space ~
34023 \end_inset
34024
34025 macro\SpecialChar \menuseparator
34026
34027 \end_layout
34028
34029 \end_inset
34030
34031 éjectant
34032 \begin_inset space ~
34033 \end_inset
34034
34035 par
34036 \begin_inset space ~
34037 \end_inset
34038
34039 la
34040 \begin_inset space ~
34041 \end_inset
34042
34043 droite
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 </row>
34049 <row interlinespace="2.5mm">
34050 <cell alignment="center" valignment="top" usebox="none">
34051 \begin_inset Text
34052
34053 \begin_layout Plain Layout
34054 \begin_inset Info
34055 type  "icon"
34056 arg   "math-macro-append-greedy-param"
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 <cell alignment="center" valignment="top" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068
34069 \family sans
34070 Édition\SpecialChar \menuseparator
34071 Math\SpecialChar \menuseparator
34072 Définition
34073 \begin_inset space ~
34074 \end_inset
34075
34076 de
34077 \begin_inset space ~
34078 \end_inset
34079
34080 macro\SpecialChar \menuseparator
34081 Ajouter
34082 \begin_inset space ~
34083 \end_inset
34084
34085 l'argument
34086 \begin_inset space ~
34087 \end_inset
34088
34089 en
34090 \begin_inset space ~
34091 \end_inset
34092
34093 intégrant
34094 \begin_inset Newline newline
34095 \end_inset
34096
34097
34098 \begin_inset Phantom HPhantom
34099 status open
34100
34101 \begin_layout Plain Layout
34102
34103 \family sans
34104 Édition\SpecialChar \menuseparator
34105 Math\SpecialChar \menuseparator
34106 Définition
34107 \begin_inset space ~
34108 \end_inset
34109
34110 de
34111 \begin_inset space ~
34112 \end_inset
34113
34114 macro\SpecialChar \menuseparator
34115
34116 \end_layout
34117
34118 \end_inset
34119
34120 depuis
34121 \begin_inset space ~
34122 \end_inset
34123
34124 la
34125 \begin_inset space ~
34126 \end_inset
34127
34128 droite
34129 \end_layout
34130
34131 \end_inset
34132 </cell>
34133 </row>
34134 <row interlinespace="2.5mm">
34135 <cell alignment="center" valignment="top" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Plain Layout
34139 \begin_inset Info
34140 type  "icon"
34141 arg   "math-macro-add-greedy-optional-param"
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 <cell alignment="center" valignment="top" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153
34154 \family sans
34155 Édition\SpecialChar \menuseparator
34156 Math\SpecialChar \menuseparator
34157 Définition
34158 \begin_inset space ~
34159 \end_inset
34160
34161 de
34162 \begin_inset space ~
34163 \end_inset
34164
34165 macro\SpecialChar \menuseparator
34166 Ajouter
34167 \begin_inset space ~
34168 \end_inset
34169
34170 l'argument
34171 \begin_inset space ~
34172 \end_inset
34173
34174 optionnel
34175 \begin_inset space ~
34176 \end_inset
34177
34178 en
34179 \begin_inset Newline newline
34180 \end_inset
34181
34182
34183 \begin_inset Phantom HPhantom
34184 status open
34185
34186 \begin_layout Plain Layout
34187
34188 \family sans
34189 Édition\SpecialChar \menuseparator
34190 Math\SpecialChar \menuseparator
34191 Définition
34192 \begin_inset space ~
34193 \end_inset
34194
34195 de
34196 \begin_inset space ~
34197 \end_inset
34198
34199 macro\SpecialChar \menuseparator
34200
34201 \end_layout
34202
34203 \end_inset
34204
34205 intégrant
34206 \begin_inset space ~
34207 \end_inset
34208
34209 depuis
34210 \begin_inset space ~
34211 \end_inset
34212
34213 la
34214 \begin_inset space ~
34215 \end_inset
34216
34217 droite
34218 \end_layout
34219
34220 \end_inset
34221 </cell>
34222 </row>
34223 </lyxtabular>
34224
34225 \end_inset
34226
34227
34228 \end_layout
34229
34230 \begin_layout Section
34231 Système de calcul formel
34232 \end_layout
34233
34234 \begin_layout Standard
34235 LyX permet l'échange d'expressions mathématiques écrites avec l'éditeur
34236  mathématique de LyX et des applications externes ou des programmes écrits
34237  par l'utilisateur.
34238  Actuellement les applications qui sont gérées sont 
34239 \family sans
34240 Maple
34241 \family default
34242
34243 \family sans
34244 Mathematica
34245 \family default
34246
34247 \family sans
34248 Maxima
34249 \family default
34250  et 
34251 \family sans
34252 Octave
34253 \family default
34254 .
34255  Notez que les constructions mathematiques qui sont acceptées sont limitées
34256  à des cas très simples.
34257 \end_layout
34258
34259 \begin_layout Subsection
34260 Utilisation
34261 \end_layout
34262
34263 \begin_layout Standard
34264 Écrivez une expression dans une formule puis allez dans 
34265 \family sans
34266 Édition\SpecialChar \menuseparator
34267 Maths
34268 \family default
34269 \SpecialChar \menuseparator
34270
34271 \family sans
34272 Appel à un logiciel de calcul formel
34273 \family default
34274 , choisissez une des applications que vous avez installé sur votre ordinateur.
34275  Après cela, le résultat du calcul devrait apparaître sur le côté droit
34276  de l'expression avec l'opérateur 
34277 \begin_inset Quotes fld
34278 \end_inset
34279
34280 =
34281 \begin_inset Quotes frd
34282 \end_inset
34283
34284 .
34285 \end_layout
34286
34287 \begin_layout Standard
34288 Voici quelques exemples très simples ( avec les résultats de 
34289 \family sans
34290 Maxima
34291 \family default
34292  ) pour montrer quel genre de calculs on peut effectuer :
34293 \end_layout
34294
34295 \begin_layout Itemize
34296 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \begin_layout Itemize
34303 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34304 \end_inset
34305
34306
34307 \end_layout
34308
34309 \begin_layout Itemize
34310 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Itemize
34317 \begin_inset Formula $\det\left[\begin{array}{ccc}
34318 1 & 6 & 7\\
34319 2 & 5 & 8\\
34320 3 & 4 & 17
34321 \end{array}\right]=-56$
34322 \end_inset
34323
34324
34325 \end_layout
34326
34327 \begin_layout Itemize
34328 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Subsection
34335 Raccourci clavier
34336 \end_layout
34337
34338 \begin_layout Standard
34339 Actuellement, il n'y a pas de raccourci clavier pour appeler les applications
34340  algébriques.
34341  On peut facilement attacher un raccourci à la fonction math-extern de LyX
34342  ( voir le manuel 
34343 \family sans
34344 \emph on
34345 Fonctions LyX
34346 \family default
34347 \emph default
34348  ).
34349  On peut par exemple attacher la touche 
34350 \family sans
34351 Entrée
34352 \family default
34353  à l'intérieur de l'éditeur mathématique à 
34354 \family sans
34355 Maxima
34356 \family default
34357 , ce qui donnera la commande de définition suivante pour le raccourci
34358 \begin_inset space ~
34359 \end_inset
34360
34361 :
34362 \end_layout
34363
34364 \begin_layout Standard
34365
34366 \series bold
34367 command-alternatives break-paragraph;math-extern maxima
34368 \end_layout
34369
34370 \begin_layout Section
34371 Points divers
34372 \begin_inset Index idx
34373 status collapsed
34374
34375 \begin_layout Plain Layout
34376 Points divers
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \begin_layout Subsection
34385 Nombres négatifs
34386 \begin_inset Index idx
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390 Nombres ! négatifs
34391 \end_layout
34392
34393 \end_inset
34394
34395
34396 \end_layout
34397
34398 \begin_layout Standard
34399 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
34400  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
34401  moins.
34402  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
34403  correctement.
34404 \end_layout
34405
34406 \begin_layout Standard
34407 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
34408 \end_layout
34409
34410 \begin_layout Standard
34411 Un exemple pour illustrer le problème:
34412 \end_layout
34413
34414 \begin_layout Standard
34415 \align center
34416 \begin_inset Tabular
34417 <lyxtabular version="3" rows="3" columns="2">
34418 <features rotate="0" tabularvalignment="middle">
34419 <column alignment="right" valignment="top">
34420 <column alignment="left" valignment="top">
34421 <row>
34422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34423 \begin_inset Text
34424
34425 \begin_layout Plain Layout
34426 texte normal:
34427 \end_layout
34428
34429 \end_inset
34430 </cell>
34431 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34432 \begin_inset Text
34433
34434 \begin_layout Plain Layout
34435 x = -2
34436 \end_layout
34437
34438 \end_inset
34439 </cell>
34440 </row>
34441 <row>
34442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34443 \begin_inset Text
34444
34445 \begin_layout Plain Layout
34446 formule:
34447 \end_layout
34448
34449 \end_inset
34450 </cell>
34451 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455 \begin_inset Formula $x=-2$
34456 \end_inset
34457
34458
34459 \end_layout
34460
34461 \end_inset
34462 </cell>
34463 </row>
34464 <row>
34465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34466 \begin_inset Text
34467
34468 \begin_layout Plain Layout
34469 solution:
34470 \end_layout
34471
34472 \end_inset
34473 </cell>
34474 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34475 \begin_inset Text
34476
34477 \begin_layout Plain Layout
34478 \begin_inset Formula $x=\textrm{-}2$
34479 \end_inset
34480
34481
34482 \end_layout
34483
34484 \end_inset
34485 </cell>
34486 </row>
34487 </lyxtabular>
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Subsection
34495 La virgule comme séparateur décimal
34496 \begin_inset Index idx
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500 Virgule
34501 \end_layout
34502
34503 \end_inset
34504
34505
34506 \end_layout
34507
34508 \begin_layout Standard
34509 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
34510  pour grouper les chiffres dans un nombre.
34511  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
34512  formules.
34513 \end_layout
34514
34515 \begin_layout Standard
34516 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
34517  (raccourci 
34518 \family sans
34519 Ctrl+M
34520 \family default
34521 ).
34522 \end_layout
34523
34524 \begin_layout Standard
34525 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
34526  on doit charger le fichier 
34527 \series bold
34528 icomma.sty
34529 \series default
34530
34531 \begin_inset Foot
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536 \series bold
34537 icomma
34538 \series default
34539  fait partie du paquetage 
34540 \series bold
34541 was
34542 \series default
34543
34544 \begin_inset Index idx
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548 Paquetages ! was
34549 \begin_inset ERT
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553
34554
34555 \backslash
34556 vspace{4mm}
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \end_inset
34565
34566 .
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \begin_inset Index idx
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576 Paquetages ! icomma
34577 \end_layout
34578
34579 \end_inset
34580
34581  dans le préambule LaTeX avec la ligne
34582 \end_layout
34583
34584 \begin_layout Standard
34585
34586 \series bold
34587
34588 \backslash
34589 usepackage{icomma}
34590 \end_layout
34591
34592 \begin_layout Subsection
34593 Les vecteurs physiques
34594 \begin_inset CommandInset label
34595 LatexCommand label
34596 name "sub:Vecteurs-physiques"
34597
34598 \end_inset
34599
34600
34601 \begin_inset Index idx
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605 Vecteurs ! physiques
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Standard
34614 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
34615 \series bold
34616  braket
34617 \series default
34618
34619 \begin_inset Index idx
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 Paquetages ! braket
34624 \end_layout
34625
34626 \end_inset
34627
34628  que l'on charge en mettant dans le préambule LaTeX la ligne
34629 \end_layout
34630
34631 \begin_layout Standard
34632
34633 \series bold
34634
34635 \backslash
34636 usepackage{braket}
34637 \end_layout
34638
34639 \begin_layout Standard
34640 \begin_inset ERT
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644
34645
34646 \backslash
34647 ifbraket 
34648 \end_layout
34649
34650 \end_inset
34651
34652
34653 \begin_inset Note Note
34654 status open
34655
34656 \begin_layout Plain Layout
34657 Ce qui suit ne sera affiché que si le paquetage LaTeX 
34658 \series bold
34659 braket
34660 \series default
34661  est installé:
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Standard
34670 \begin_inset Newpage newpage
34671 \end_inset
34672
34673
34674 \end_layout
34675
34676 \begin_layout Standard
34677 Les commandes suivantes sont définies:
34678 \end_layout
34679
34680 \begin_layout Standard
34681 \align center
34682 \begin_inset Tabular
34683 <lyxtabular version="3" rows="4" columns="2">
34684 <features rotate="0" tabularvalignment="middle">
34685 <column alignment="center" valignment="top">
34686 <column alignment="center" valignment="top">
34687 <row>
34688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34689 \begin_inset Text
34690
34691 \begin_layout Plain Layout
34692 Commande
34693 \end_layout
34694
34695 \end_inset
34696 </cell>
34697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Plain Layout
34701 Résultat
34702 \end_layout
34703
34704 \end_inset
34705 </cell>
34706 </row>
34707 <row>
34708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34709 \begin_inset Text
34710
34711 \begin_layout Plain Layout
34712
34713 \backslash
34714 Bra{
34715 \backslash
34716 psi
34717 \end_layout
34718
34719 \end_inset
34720 </cell>
34721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34722 \begin_inset Text
34723
34724 \begin_layout Plain Layout
34725 \begin_inset Formula $\Bra{\psi}$
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \end_inset
34732 </cell>
34733 </row>
34734 <row>
34735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34736 \begin_inset Text
34737
34738 \begin_layout Plain Layout
34739
34740 \backslash
34741 Ket{
34742 \backslash
34743 psi
34744 \end_layout
34745
34746 \end_inset
34747 </cell>
34748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34749 \begin_inset Text
34750
34751 \begin_layout Plain Layout
34752 \begin_inset Formula $\Ket{\psi}$
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \end_inset
34759 </cell>
34760 </row>
34761 <row>
34762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34763 \begin_inset Text
34764
34765 \begin_layout Plain Layout
34766
34767 \backslash
34768 Braket{
34769 \backslash
34770 psi|
34771 \backslash
34772 phi
34773 \end_layout
34774
34775 \end_inset
34776 </cell>
34777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34778 \begin_inset Text
34779
34780 \begin_layout Plain Layout
34781 \begin_inset Formula $\Braket{\psi|\phi}$
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \end_inset
34788 </cell>
34789 </row>
34790 </lyxtabular>
34791
34792 \end_inset
34793
34794
34795 \end_layout
34796
34797 \begin_layout Standard
34798 La commande 
34799 \series bold
34800
34801 \backslash
34802 Braket
34803 \series default
34804  assure que toutes les barres verticales ont la même taille que les crochets
34805  englobants:
34806 \begin_inset Formula 
34807 \[
34808 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34809 \]
34810
34811 \end_inset
34812
34813
34814 \end_layout
34815
34816 \begin_layout Standard
34817 \begin_inset ERT
34818 status collapsed
34819
34820 \begin_layout Plain Layout
34821
34822
34823 \backslash
34824 else 
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \begin_inset Note Note
34831 status open
34832
34833 \begin_layout Plain Layout
34834 Ce qui suit sera affiché si la paquetage LaTeX 
34835 \series bold
34836 braket
34837 \series default
34838  n'est pas installé:
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Standard
34847 Vous avez besoin du paquetage LaTeX 
34848 \series bold
34849 braket
34850 \series default
34851  pour voir le reste de cette sous section dans la sortie finale.
34852 \end_layout
34853
34854 \begin_layout Standard
34855 \begin_inset ERT
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859
34860
34861 \backslash
34862 fi 
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871 L'effet de la commande 
34872 \series bold
34873
34874 \backslash
34875 Braket
34876 \series default
34877  peut aussi être obtenu en utilisant la commande 
34878 \series bold
34879
34880 \backslash
34881 middle
34882 \series default
34883 , qui est décrite dans 
34884 \begin_inset CommandInset ref
34885 LatexCommand ref
34886 reference "sub:Taille-parenthèses-automatique"
34887
34888 \end_inset
34889
34890 .
34891 \end_layout
34892
34893 \begin_layout Subsection
34894 Fractions personnalisées
34895 \begin_inset CommandInset label
34896 LatexCommand label
34897 name "sub:Fractions-personnalisées"
34898
34899 \end_inset
34900
34901
34902 \begin_inset Index idx
34903 status collapsed
34904
34905 \begin_layout Plain Layout
34906 Fractions ! personnalisées
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Standard
34915 Pour définir des commandes personnalisées pour les fractions, on utilise
34916  la commande 
34917 \series bold
34918
34919 \backslash
34920 genfrac
34921 \series default
34922
34923 \begin_inset Index idx
34924 status collapsed
34925
34926 \begin_layout Plain Layout
34927 Commandes ! G ! 
34928 \backslash
34929 genfrac
34930 \end_layout
34931
34932 \end_inset
34933
34934  avec la syntaxe suivante:
34935 \end_layout
34936
34937 \begin_layout Standard
34938
34939 \series bold
34940
34941 \backslash
34942 genfrac{parenthèse gauche}{parenthèse droite}
34943 \begin_inset Newline newline
34944 \end_inset
34945
34946
34947 \begin_inset Phantom HPhantom
34948 status open
34949
34950 \begin_layout Plain Layout
34951
34952 \series bold
34953
34954 \backslash
34955 genfrac
34956 \end_layout
34957
34958 \end_inset
34959
34960 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
34961 \end_layout
34962
34963 \begin_layout Standard
34964 Le style est un nombre allant de 0 à 3.
34965 \end_layout
34966
34967 \begin_layout Standard
34968 \align center
34969 \begin_inset Tabular
34970 <lyxtabular version="3" rows="5" columns="2">
34971 <features rotate="0" tabularvalignment="middle">
34972 <column alignment="center" valignment="top">
34973 <column alignment="center" valignment="top">
34974 <row>
34975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34976 \begin_inset Text
34977
34978 \begin_layout Plain Layout
34979 Nombre
34980 \end_layout
34981
34982 \end_inset
34983 </cell>
34984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988 Style (Taille)
34989 \end_layout
34990
34991 \end_inset
34992 </cell>
34993 </row>
34994 <row>
34995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 0
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008 formule hors ligne
35009 \end_layout
35010
35011 \end_inset
35012 </cell>
35013 </row>
35014 <row>
35015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019 1
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35025 \begin_inset Text
35026
35027 \begin_layout Plain Layout
35028 formule en ligne
35029 \end_layout
35030
35031 \end_inset
35032 </cell>
35033 </row>
35034 <row>
35035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35036 \begin_inset Text
35037
35038 \begin_layout Plain Layout
35039 2
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 petit (small)
35049 \end_layout
35050
35051 \end_inset
35052 </cell>
35053 </row>
35054 <row>
35055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35056 \begin_inset Text
35057
35058 \begin_layout Plain Layout
35059 3
35060 \end_layout
35061
35062 \end_inset
35063 </cell>
35064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35065 \begin_inset Text
35066
35067 \begin_layout Plain Layout
35068 minuscule (tiny)
35069 \end_layout
35070
35071 \end_inset
35072 </cell>
35073 </row>
35074 </lyxtabular>
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
35083  dans lequel on se trouve, comme avec la commande 
35084 \series bold
35085
35086 \backslash
35087 frac
35088 \series default
35089 .
35090 \end_layout
35091
35092 \begin_layout Standard
35093 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
35094 e de 0.4
35095 \begin_inset space \thinspace{}
35096 \end_inset
35097
35098 pt est utilisée.
35099 \end_layout
35100
35101 \begin_layout Standard
35102 \begin_inset VSpace medskip
35103 \end_inset
35104
35105 Par exemple les commandes 
35106 \series bold
35107
35108 \backslash
35109 dfrac
35110 \series default
35111  et 
35112 \series bold
35113
35114 \backslash
35115 tbinom
35116 \series default
35117  vues en 
35118 \begin_inset CommandInset ref
35119 LatexCommand ref
35120 reference "sub:Fractions"
35121
35122 \end_inset
35123
35124  sont définies avec les commandes 
35125 \end_layout
35126
35127 \begin_layout Standard
35128
35129 \series bold
35130
35131 \backslash
35132 newcommand{
35133 \backslash
35134 dfrac}[2]{
35135 \backslash
35136 genfrac{}{}{}{0}{#1}{#2}}
35137 \end_layout
35138
35139 \begin_layout Standard
35140 et
35141 \end_layout
35142
35143 \begin_layout Standard
35144
35145 \series bold
35146
35147 \backslash
35148 newcommand{
35149 \backslash
35150 tbinom}[2]{
35151 \backslash
35152 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35153 \end_layout
35154
35155 \begin_layout Standard
35156 \begin_inset VSpace medskip
35157 \end_inset
35158
35159 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
35160  en argument, on insère la ligne suivante dans le préambule LaTeX:
35161 \end_layout
35162
35163 \begin_layout Standard
35164
35165 \series bold
35166
35167 \backslash
35168 newcommand{
35169 \backslash
35170 fracS}[3][]{
35171 \backslash
35172 genfrac{}{}{#1}{}{#2}{#3}}
35173 \end_layout
35174
35175 \begin_layout Standard
35176 Un test:
35177 \begin_inset Formula 
35178 \begin{align*}
35179 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35180 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35181 \end{align*}
35182
35183 \end_inset
35184
35185 Comme on peut le voir, la distance entre le numérateur et le dénominateur
35186  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
35187 \end_layout
35188
35189 \begin_layout Subsection
35190 Formules barrées
35191 \begin_inset Index idx
35192 status collapsed
35193
35194 \begin_layout Plain Layout
35195 Formules ! barrées
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \begin_inset ERT
35205 status collapsed
35206
35207 \begin_layout Plain Layout
35208
35209
35210 \backslash
35211 ifcancel 
35212 \end_layout
35213
35214 \end_inset
35215
35216
35217 \begin_inset Note Note
35218 status open
35219
35220 \begin_layout Plain Layout
35221 Ce qui suit ne sera affiché que si le paquetage LaTeX 
35222 \series bold
35223 cancel
35224 \series default
35225  est installé:
35226 \end_layout
35227
35228 \end_inset
35229
35230
35231 \end_layout
35232
35233 \begin_layout Standard
35234 Il y a quatre façon de barrer une formule u une portion de formule:
35235 \end_layout
35236
35237 \begin_layout Standard
35238 \align center
35239 \begin_inset Tabular
35240 <lyxtabular version="3" rows="5" columns="2">
35241 <features rotate="0" tabularvalignment="middle">
35242 <column alignment="center" valignment="top">
35243 <column alignment="center" valignment="top">
35244 <row>
35245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35246 \begin_inset Text
35247
35248 \begin_layout Plain Layout
35249 Commande
35250 \end_layout
35251
35252 \end_inset
35253 </cell>
35254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35255 \begin_inset Text
35256
35257 \begin_layout Plain Layout
35258 Résultat
35259 \begin_inset Note Note
35260 status collapsed
35261
35262 \begin_layout Plain Layout
35263 L'espace et
35264 \series bold
35265  
35266 \backslash
35267 raisebox 
35268 \series default
35269 sont seulement utilisées pour faire de la place.
35270 \end_layout
35271
35272 \end_inset
35273
35274
35275 \end_layout
35276
35277 \end_inset
35278 </cell>
35279 </row>
35280 <row>
35281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35282 \begin_inset Text
35283
35284 \begin_layout Plain Layout
35285
35286 \backslash
35287 cancel
35288 \begin_inset space \textvisiblespace{}
35289 \end_inset
35290
35291
35292 \backslash
35293 int
35294 \begin_inset space \textvisiblespace{}
35295 \end_inset
35296
35297 A=B
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35307 \end_inset
35308
35309
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 </row>
35315 <row>
35316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320
35321 \backslash
35322 bcancel
35323 \begin_inset space \textvisiblespace{}
35324 \end_inset
35325
35326
35327 \backslash
35328 int
35329 \begin_inset space \textvisiblespace{}
35330 \end_inset
35331
35332 A=B
35333 \end_layout
35334
35335 \end_inset
35336 </cell>
35337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35338 \begin_inset Text
35339
35340 \begin_layout Plain Layout
35341 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35342 \end_inset
35343
35344
35345 \end_layout
35346
35347 \end_inset
35348 </cell>
35349 </row>
35350 <row>
35351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35352 \begin_inset Text
35353
35354 \begin_layout Plain Layout
35355
35356 \backslash
35357 xcancel
35358 \begin_inset space \textvisiblespace{}
35359 \end_inset
35360
35361 int
35362 \begin_inset space \textvisiblespace{}
35363 \end_inset
35364
35365 A=B
35366 \end_layout
35367
35368 \end_inset
35369 </cell>
35370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35371 \begin_inset Text
35372
35373 \begin_layout Plain Layout
35374 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35375 \end_inset
35376
35377
35378 \end_layout
35379
35380 \end_inset
35381 </cell>
35382 </row>
35383 <row>
35384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35385 \begin_inset Text
35386
35387 \begin_layout Plain Layout
35388
35389 \backslash
35390 cancelto
35391 \begin_inset space \textvisiblespace{}
35392 \end_inset
35393
35394
35395 \backslash
35396 int
35397 \begin_inset space \textvisiblespace{}
35398 \end_inset
35399
35400 A=B
35401 \begin_inset Formula $\to$
35402 \end_inset
35403
35404 1
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35414 \end_inset
35415
35416
35417 \end_layout
35418
35419 \end_inset
35420 </cell>
35421 </row>
35422 </lyxtabular>
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Standard
35430
35431 \series bold
35432
35433 \backslash
35434 cancelto
35435 \series default
35436  est particulièrement utile pour visionner des simplifications de fractions
35437  dans les formules:
35438 \begin_inset Formula 
35439 \[
35440 \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}}}
35441 \]
35442
35443 \end_inset
35444
35445
35446 \end_layout
35447
35448 \begin_layout Standard
35449 Pour modifier la taille de la valeur d' 
35450 \begin_inset Quotes fld
35451 \end_inset
35452
35453 indice
35454 \begin_inset Quotes frd
35455 \end_inset
35456
35457  de 
35458 \series bold
35459
35460 \backslash
35461 cancelto
35462 \series default
35463  , il est possible de 
35464 \lang english
35465 add the LaTeX-preamble line
35466 \end_layout
35467
35468 \begin_layout Standard
35469
35470 \series bold
35471
35472 \backslash
35473 PassOptionsToPackage{option}{cancel}
35474 \end_layout
35475
35476 \begin_layout Standard
35477
35478 \lang english
35479 where 
35480 \series bold
35481 option
35482 \series default
35483  is either 
35484 \series bold
35485 \lang french
35486 samesize
35487 \series default
35488  qui laissera la valeur barrée avec la même taille, ou 
35489 \series bold
35490 Smaller
35491 \series default
35492  qui la met dans une taille un peu plus petite que la taille normale.
35493 \end_layout
35494
35495 \begin_layout Standard
35496 Pour mettre la barre en couleur, il faut ajouter cette commande en mode
35497  TeX:
35498 \end_layout
35499
35500 \begin_layout Standard
35501
35502 \series bold
35503
35504 \backslash
35505 renewcommand{
35506 \backslash
35507 CancelColor}{
35508 \backslash
35509 color{red}}
35510 \end_layout
35511
35512 \begin_layout Standard
35513 où 
35514 \series bold
35515 \lang english
35516 red
35517 \series default
35518 \lang french
35519  peut être remplacé par ma couleur de votre choix.
35520 \end_layout
35521
35522 \begin_layout Standard
35523 \begin_inset ERT
35524 status collapsed
35525
35526 \begin_layout Plain Layout
35527
35528
35529 \backslash
35530 renewcommand{
35531 \backslash
35532 CancelColor}{
35533 \backslash
35534 color{red}}
35535 \end_layout
35536
35537 \end_inset
35538
35539
35540 \end_layout
35541
35542 \begin_layout Standard
35543 \begin_inset Formula 
35544 \[
35545 \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}}}
35546 \]
35547
35548 \end_inset
35549
35550
35551 \end_layout
35552
35553 \begin_layout Standard
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559
35560 \backslash
35561 renewcommand{
35562 \backslash
35563 CancelColor}{
35564 \backslash
35565 color{black}}
35566 \end_layout
35567
35568 \end_inset
35569
35570
35571 \begin_inset Note Note
35572 status open
35573
35574 \begin_layout Plain Layout
35575
35576 \lang english
35577 reset the color
35578 \end_layout
35579
35580 \end_inset
35581
35582
35583 \end_layout
35584
35585 \begin_layout Standard
35586 Pour d'autres personnalisations, voir le manuel du paquetage 
35587 \series bold
35588 cancel
35589 \series default
35590
35591 \begin_inset CommandInset citation
35592 LatexCommand cite
35593 key "cancel"
35594
35595 \end_inset
35596
35597 .
35598 \begin_inset Index idx
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602 Paquetages ! cancel
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Standard
35611 \begin_inset ERT
35612 status collapsed
35613
35614 \begin_layout Plain Layout
35615
35616
35617 \backslash
35618 else 
35619 \end_layout
35620
35621 \end_inset
35622
35623
35624 \begin_inset Note Note
35625 status open
35626
35627 \begin_layout Plain Layout
35628 Ce qui suit sera affiché si la paquetage LaTeX 
35629 \series bold
35630 cancel
35631 \series default
35632  n'est pas installé:
35633 \end_layout
35634
35635 \end_inset
35636
35637
35638 \end_layout
35639
35640 \begin_layout Standard
35641 Vous avez besoin du paquetage LaTeX 
35642 \series bold
35643 cancel
35644 \series default
35645  pour voir le reste de cette sous section dans la sortie finale.
35646 \end_layout
35647
35648 \begin_layout Standard
35649 \begin_inset ERT
35650 status collapsed
35651
35652 \begin_layout Plain Layout
35653
35654
35655 \backslash
35656 fi 
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Subsection
35665 Formules dans les entêtes de section
35666 \begin_inset CommandInset label
35667 LatexCommand label
35668 name "sub:formules-dans-les-entêtes"
35669
35670 \end_inset
35671
35672
35673 \begin_inset Index idx
35674 status collapsed
35675
35676 \begin_layout Plain Layout
35677 Formules ! dans les entêtes de section
35678 \end_layout
35679
35680 \end_inset
35681
35682
35683 \end_layout
35684
35685 \begin_layout Standard
35686 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
35687  en compte les points suivants:
35688 \end_layout
35689
35690 \begin_layout Standard
35691 \begin_inset Note Greyedout
35692 status open
35693
35694 \begin_layout Plain Layout
35695 Quand la gestion de 
35696 \series bold
35697 hyperref
35698 \series default
35699
35700 \begin_inset Index idx
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704 Paquetages ! hyperref
35705 \end_layout
35706
35707 \end_inset
35708
35709  est activée dans le dialogue paramètres du document dans la rubrique 
35710 \family sans
35711 Propriétés du PDF
35712 \family default
35713 , les signets PDF sont créés dans la table des matières pour chaque entête
35714  de section.
35715  Si l'entête de section contient une formule, elle est affichée de façon
35716  incorrecte dans le texte du signet parce que les formules dans les signets
35717  ne respectent pas certaines conventions du PDF.
35718  
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \end_layout
35725
35726 \begin_layout Standard
35727 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
35728  de section un titre court avec le menu 
35729 \family sans
35730 Insertion\SpecialChar \menuseparator
35731 Titre
35732 \begin_inset space ~
35733 \end_inset
35734
35735 court
35736 \family default
35737 .
35738  Les titres courts sont en général utilisés avec des entêtes de section
35739  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
35740  Seul le titre court apparaît dans la table des matières et donc dans les
35741  signets PDF.
35742 \end_layout
35743
35744 \begin_layout Standard
35745 Quand des formules doivent apparaître dans la table des matières mais que
35746  l'on utilise aussi 
35747 \series bold
35748 hyperref
35749 \series default
35750 , on peut utiliser la commande suivante en mode TeX:
35751 \end_layout
35752
35753 \begin_layout Standard
35754
35755 \series bold
35756
35757 \backslash
35758 texorpdfstring{partie à problème}{alternative}
35759 \begin_inset Index idx
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763 Commandes ! T ! 
35764 \backslash
35765 texorpdfstring
35766 \end_layout
35767
35768 \end_inset
35769
35770
35771 \end_layout
35772
35773 \begin_layout Standard
35774 \begin_inset Quotes eld
35775 \end_inset
35776
35777 Partie à problème
35778 \begin_inset Quotes erd
35779 \end_inset
35780
35781  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
35782  Cela peut être des caractères, des formules, des notes de bas de page,
35783  mais aussi des références croisées.
35784  L'
35785 \begin_inset Quotes erd
35786 \end_inset
35787
35788 alternative
35789 \begin_inset Quotes erd
35790 \end_inset
35791
35792  est utilisée à la place de la 
35793 \begin_inset Quotes eld
35794 \end_inset
35795
35796 partie à problème
35797 \begin_inset Quotes erd
35798 \end_inset
35799
35800  pour les signets.
35801 \end_layout
35802
35803 \begin_layout Standard
35804 Voici deux exemples d'entêtes de section:
35805 \begin_inset VSpace -3mm
35806 \end_inset
35807
35808
35809 \begin_inset ERT
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813
35814
35815 \backslash
35816 boldmath 
35817 \end_layout
35818
35819 \end_inset
35820
35821
35822 \end_layout
35823
35824 \begin_layout Subsubsection
35825 Entête de section sans formule dans la table des matières 
35826 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35827 \end_inset
35828
35829
35830 \begin_inset Argument 1
35831 status collapsed
35832
35833 \begin_layout Plain Layout
35834 Entête sans formule dans la table des matières
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \begin_layout Subsubsection
35843 Entête de section avec formule dans la table des matières
35844 \begin_inset ERT
35845 status collapsed
35846
35847 \begin_layout Plain Layout
35848
35849
35850 \backslash
35851 texorpdfstring{
35852 \end_layout
35853
35854 \end_inset
35855
35856  
35857 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35858 \end_inset
35859
35860
35861 \begin_inset ERT
35862 status collapsed
35863
35864 \begin_layout Plain Layout
35865
35866 }{}
35867 \end_layout
35868
35869 \end_inset
35870
35871
35872 \end_layout
35873
35874 \begin_layout Standard
35875 \begin_inset ERT
35876 status collapsed
35877
35878 \begin_layout Plain Layout
35879
35880
35881 \backslash
35882 unboldmath 
35883 \end_layout
35884
35885 \end_inset
35886
35887 Dans le premier entête, on a utilisé un titre court, dans le second la commande
35888  
35889 \series bold
35890
35891 \backslash
35892 texorpdfstring
35893 \series default
35894 .
35895 \end_layout
35896
35897 \begin_layout Standard
35898 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
35899  a été placée dans un environnement  
35900 \series bold
35901 boldmath
35902 \series default
35903 .
35904 \begin_inset Foot
35905 status collapsed
35906
35907 \begin_layout Plain Layout
35908 voir 
35909 \begin_inset CommandInset ref
35910 LatexCommand ref
35911 reference "sub:Formules-en-gras"
35912
35913 \end_inset
35914
35915
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \end_layout
35922
35923 \begin_layout Subsection
35924 Formules dans du texte multi-colonnes
35925 \begin_inset Index idx
35926 status collapsed
35927
35928 \begin_layout Plain Layout
35929 Formules ! dans du texte multi-colonnes
35930 \end_layout
35931
35932 \end_inset
35933
35934
35935 \end_layout
35936
35937 \begin_layout Standard
35938 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
35939  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
35940  utiliser toute la largeur de la page.
35941  Pour faire cela, on utilise le paquetage LaTeX 
35942 \series bold
35943 multicol
35944 \series default
35945
35946 \begin_inset Foot
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951 \series bold
35952 multicol
35953 \series default
35954  fait partie de toutes les installations LaTeX standard.
35955 \end_layout
35956
35957 \end_inset
35958
35959
35960 \begin_inset Index idx
35961 status collapsed
35962
35963 \begin_layout Plain Layout
35964 Paquetages ! multicol
35965 \end_layout
35966
35967 \end_inset
35968
35969 , qui est chargé avec la ligne suivante dans le préambule LaTeX
35970 \end_layout
35971
35972 \begin_layout Standard
35973
35974 \series bold
35975
35976 \backslash
35977 usepackage{multicol}
35978 \end_layout
35979
35980 \begin_layout Standard
35981 \begin_inset Note Greyedout
35982 status open
35983
35984 \begin_layout Plain Layout
35985 Noter que dans ce cas on ne 
35986 \emph on
35987 doit pas 
35988 \emph default
35989 activer l'option 
35990 \family sans
35991 Document
35992 \begin_inset space ~
35993 \end_inset
35994
35995 sur
35996 \begin_inset space ~
35997 \end_inset
35998
35999 deux
36000 \begin_inset space ~
36001 \end_inset
36002
36003 colonnes
36004 \family default
36005  dans la rubrique 
36006 \family sans
36007 Format
36008 \begin_inset space ~
36009 \end_inset
36010
36011 du
36012 \begin_inset space ~
36013 \end_inset
36014
36015 texte 
36016 \family default
36017 du menu 
36018 \family sans
36019 Document\SpecialChar \menuseparator
36020 Paramètres
36021 \family default
36022 .
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \end_layout
36029
36030 \begin_layout Standard
36031 Avant le texte multi-colonnes on met la commande
36032 \end_layout
36033
36034 \begin_layout Standard
36035
36036 \series bold
36037
36038 \backslash
36039 begin{multicols}{nombre de colonnes}
36040 \end_layout
36041
36042 \begin_layout Standard
36043 en mode TeX.
36044  Le nombre de colonnes est un entier entre 2 et 10.
36045  Avant la formule, le texte multi-colonnes et interrompu avec la commande
36046 \end_layout
36047
36048 \begin_layout Standard
36049
36050 \series bold
36051
36052 \backslash
36053 end{multicols}
36054 \end_layout
36055
36056 \begin_layout Standard
36057 en mode TeX.
36058 \end_layout
36059
36060 \begin_layout Standard
36061 À cause de la commande, un peu d'espace est ajouté automatiquement avant
36062  la formule.
36063  Pour le supprimer, on peut insérer avant la formule un espace vertical
36064  de -6
36065 \begin_inset space \thinspace{}
36066 \end_inset
36067
36068 mm.
36069  Quand on utilise le style de formules 
36070 \series bold
36071 Indenté
36072 \begin_inset Foot
36073 status collapsed
36074
36075 \begin_layout Plain Layout
36076 voir 
36077 \begin_inset CommandInset ref
36078 LatexCommand ref
36079 reference "sec:Styles-de-formules"
36080
36081 \end_inset
36082
36083  pour les styles de formules.
36084 \end_layout
36085
36086 \end_inset
36087
36088
36089 \series default
36090 , il faut mettre un espace de -9
36091 \begin_inset space \thinspace{}
36092 \end_inset
36093
36094 mm à la place.
36095 \end_layout
36096
36097 \begin_layout Standard
36098 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
36099 \end_layout
36100
36101 \begin_layout Standard
36102
36103 \lang german
36104 \begin_inset ERT
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108
36109
36110 \backslash
36111 begin{multicols}{2}
36112 \end_layout
36113
36114 \end_inset
36115
36116 Das Spektrum wird fouriertransformiert.
36117  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36118 , Lösungsmittel) zu trennen.
36119  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36120  nun das Aussehen des Ausgangssignals.
36121  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36122  über alle Phasen integrieren muss.
36123  Sei nun 
36124 \begin_inset Formula $S$
36125 \end_inset
36126
36127  unser normiertes Ausgangssignal und 
36128 \begin_inset Formula $P$
36129 \end_inset
36130
36131  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36132 \begin_inset ERT
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136
36137
36138 \backslash
36139 end{multicols}
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \begin_inset VSpace -6mm
36146 \end_inset
36147
36148
36149 \begin_inset Formula 
36150 \begin{equation}
36151 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36152 \end{equation}
36153
36154 \end_inset
36155
36156
36157 \begin_inset ERT
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161
36162
36163 \backslash
36164 begin{multicols}{2}
36165 \end_layout
36166
36167 \end_inset
36168
36169 wobei 
36170 \begin_inset Formula $S_{0}$
36171 \end_inset
36172
36173  das Signal ohne Gradient ist und die Normierungsbedingung 
36174 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36175 \end_inset
36176
36177  gilt.
36178  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36179  Direkt nach dem 
36180 \begin_inset Formula $\nicefrac{\pi}{2}$
36181 \end_inset
36182
36183
36184 \begin_inset space \thinspace{}
36185 \end_inset
36186
36187 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36188  das Signal zusätzlich abschwächt.
36189  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36190  
36191 \begin_inset Formula $T_{2}$
36192 \end_inset
36193
36194 -Zeit.
36195 \end_layout
36196
36197 \begin_layout Standard
36198
36199 \lang german
36200 \begin_inset ERT
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204
36205
36206 \backslash
36207 end{multicols}
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \begin_layout Subsection
36216 Formules avec description des variables
36217 \begin_inset Index idx
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221 Formules ! avec description des variables
36222 \end_layout
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \begin_layout Standard
36230 Pour décrire les variable au sein d'une formule, comme dans la formule 
36231 \begin_inset CommandInset ref
36232 LatexCommand eqref
36233 reference "eq:within"
36234
36235 \end_inset
36236
36237 , on peut utiliser une matrice
36238 \begin_inset space ~
36239 \end_inset
36240
36241 2
36242 \series bold
36243 ×
36244 \series default
36245
36246 \begin_inset Formula $n$
36247 \end_inset
36248
36249  avec une colonne alignée à gauche pour les 
36250 \begin_inset Formula $n$
36251 \end_inset
36252
36253  variables utilisées.
36254 \begin_inset Foot
36255 status collapsed
36256
36257 \begin_layout Plain Layout
36258 pour les matrices, voir 
36259 \begin_inset CommandInset ref
36260 LatexCommand ref
36261 reference "sec:Matrices"
36262
36263 \end_inset
36264
36265
36266 \end_layout
36267
36268 \end_inset
36269
36270  Pour mettre la description en plus petits caractères, on peut insérer par
36271  exemple la commande 
36272 \series bold
36273
36274 \backslash
36275 footnotesize
36276 \series default
36277  avant la matrice.
36278 \begin_inset Foot
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282 pour les tailles de polices, voir 
36283 \begin_inset CommandInset ref
36284 LatexCommand ref
36285 reference "sub:Tailles-polices"
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \begin_layout Standard
36298 Quand on utilise le style de formules 
36299 \series bold
36300 Indenté
36301 \begin_inset Foot
36302 status collapsed
36303
36304 \begin_layout Plain Layout
36305 pour les styles de formules, voir 
36306 \begin_inset CommandInset ref
36307 LatexCommand ref
36308 reference "sec:Styles-de-formules"
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \end_inset
36316
36317
36318 \series default
36319 , on insère un 
36320 \series bold
36321
36322 \backslash
36323 hfill
36324 \series default
36325
36326 \begin_inset Foot
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330
36331 \series bold
36332
36333 \backslash
36334 hfill
36335 \series default
36336  marche seulement avec des formules dans le style 
36337 \series bold
36338 Indenté
36339 \series default
36340 , voir 
36341 \begin_inset CommandInset ref
36342 LatexCommand ref
36343 reference "sub:Espace-variable"
36344
36345 \end_inset
36346
36347 .
36348 \end_layout
36349
36350 \end_inset
36351
36352  avant et après la matrice pour avoir la même séparation entre la matrice
36353  et la formule et entre la matrice et la marge.
36354 \end_layout
36355
36356 \begin_layout Standard
36357 Quand on utilise le style de formules
36358 \series bold
36359  Centré
36360 \series default
36361 , on utilise la méthode décrite dans 
36362 \begin_inset CommandInset ref
36363 LatexCommand ref
36364 reference "sub:Environnement-Flalign"
36365
36366 \end_inset
36367
36368  pour indenter les formules.
36369  La formule 
36370 \begin_inset CommandInset ref
36371 LatexCommand eqref
36372 reference "eq:within"
36373
36374 \end_inset
36375
36376  consiste en cinq colonnes dont les deux premières contiennent l'équation,
36377  la troisième la matrice et la dernière une accolade TeX vide.
36378 \begin_inset Formula 
36379 \begin{flalign}
36380 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36381 \rho & \textrm{density}\\
36382 V & \textrm{volume}\\
36383 g & \textrm{gravitational acceleration}
36384 \end{array} &  & {}\label{eq:within}
36385 \end{flalign}
36386
36387 \end_inset
36388
36389
36390 \end_layout
36391
36392 \begin_layout Subsection
36393 Lettres grecques minuscules droites
36394 \begin_inset CommandInset label
36395 LatexCommand label
36396 name "sub:minuscules-grecques-droites"
36397
36398 \end_inset
36399
36400
36401 \begin_inset Index idx
36402 status collapsed
36403
36404 \begin_layout Plain Layout
36405 Lettres grecques ! droites
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Standard
36414 La plupart des polices de caractères mathématiques ne fournissent que des
36415  minuscules grecques italiques.
36416  Mais pour les symboles des particules élémentaires comme les pions et le
36417  neutrinos, on a besoin de lettre grecques droites.
36418  Elles sont fournies par le fichier 
36419 \series bold
36420 upgreek.sty
36421 \series default
36422
36423 \begin_inset Foot
36424 status collapsed
36425
36426 \begin_layout Plain Layout
36427
36428 \series bold
36429 upgreek
36430 \series default
36431  fait partie du paquetage LaTeX 
36432 \series bold
36433 was
36434 \series default
36435
36436 \begin_inset Index idx
36437 status collapsed
36438
36439 \begin_layout Plain Layout
36440 Paquetages ! was
36441 \begin_inset ERT
36442 status collapsed
36443
36444 \begin_layout Plain Layout
36445
36446
36447 \backslash
36448 vspace{4mm}
36449 \end_layout
36450
36451 \end_inset
36452
36453
36454 \end_layout
36455
36456 \end_inset
36457
36458 .
36459 \end_layout
36460
36461 \end_inset
36462
36463
36464 \begin_inset Index idx
36465 status collapsed
36466
36467 \begin_layout Plain Layout
36468 Paquetages ! upgreek
36469 \end_layout
36470
36471 \end_inset
36472
36473  qui est chargé avec la ligne suivante dans le préambule LaTeX:
36474 \end_layout
36475
36476 \begin_layout Standard
36477
36478 \series bold
36479
36480 \backslash
36481 usepackage{upgreek}
36482 \end_layout
36483
36484 \begin_layout Standard
36485 \begin_inset ERT
36486 status collapsed
36487
36488 \begin_layout Plain Layout
36489
36490
36491 \backslash
36492 ifupgreek 
36493 \end_layout
36494
36495 \end_inset
36496
36497
36498 \begin_inset Note Note
36499 status open
36500
36501 \begin_layout Plain Layout
36502 Ce qui suit ne sera affiché que si le paquetage LaTeX 
36503 \series bold
36504 upgreek
36505 \series default
36506  est installé:
36507 \end_layout
36508
36509 \end_inset
36510
36511  On crée ces minuscules droites en commençant la commande pour une minuscule
36512  grecque par 
36513 \series bold
36514 up
36515 \series default
36516 .
36517  Par exemple, la commande 
36518 \series bold
36519
36520 \backslash
36521 uptau
36522 \series default
36523  donne ceci: 
36524 \begin_inset Formula $\uptau$
36525 \end_inset
36526
36527
36528 \end_layout
36529
36530 \begin_layout Standard
36531 Avec ces commandes, on peut typographier des réactions entre particules
36532  élémentaires:
36533 \begin_inset Formula 
36534 \[
36535 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36536 \]
36537
36538 \end_inset
36539
36540
36541 \end_layout
36542
36543 \begin_layout Standard
36544 Les lettres droites sont plus grasses et plus larges que les italiques.
36545  On ne doit donc pas les utiliser pour des unités comme 
36546 \begin_inset Quotes eld
36547 \end_inset
36548
36549 µm
36550 \begin_inset Quotes erd
36551 \end_inset
36552
36553 .
36554 \end_layout
36555
36556 \begin_layout Standard
36557 \begin_inset ERT
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561
36562
36563 \backslash
36564 else 
36565 \end_layout
36566
36567 \end_inset
36568
36569
36570 \begin_inset Note Note
36571 status open
36572
36573 \begin_layout Plain Layout
36574 Ce qui suit sera affiché si la paquetage LaTeX 
36575 \series bold
36576 upgreek
36577 \series default
36578  n'est pas installé:
36579 \end_layout
36580
36581 \end_inset
36582
36583
36584 \end_layout
36585
36586 \begin_layout Standard
36587 Vous avez besoin du paquetage LaTeX 
36588 \series bold
36589 upgreek
36590 \series default
36591  pour voir le reste de cette sous section dans la sortie finale.
36592 \end_layout
36593
36594 \begin_layout Standard
36595 \begin_inset ERT
36596 status collapsed
36597
36598 \begin_layout Plain Layout
36599
36600
36601 \backslash
36602 fi 
36603 \end_layout
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \begin_layout Subsection
36611 Caractères texte dans les formules
36612 \begin_inset CommandInset label
36613 LatexCommand label
36614 name "sub:Caractères-texte"
36615
36616 \end_inset
36617
36618
36619 \begin_inset Index idx
36620 status collapsed
36621
36622 \begin_layout Plain Layout
36623 Texte ! dans les formules
36624 \end_layout
36625
36626 \end_inset
36627
36628
36629 \end_layout
36630
36631 \begin_layout Standard
36632 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
36633  directement dans des formules.
36634  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
36635  du genre 
36636 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36637 \end_inset
36638
36639 , vous devrez insérer tout le temps la commande 
36640 \series bold
36641
36642 \backslash
36643 cdot
36644 \series default
36645
36646 \begin_inset Foot
36647 status collapsed
36648
36649 \begin_layout Plain Layout
36650 voir 
36651 \begin_inset CommandInset ref
36652 LatexCommand ref
36653 reference "sub:Opérateurs-binaires"
36654
36655 \end_inset
36656
36657
36658 \end_layout
36659
36660 \end_inset
36661
36662 , puisque ce caractère est défini dans tous les encodages comme un caractère
36663  texte.
36664  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
36665 \end_layout
36666
36667 \begin_layout Standard
36668
36669 \series bold
36670
36671 \backslash
36672 Declare Inputtext{183}{
36673 \backslash
36674 ifmmode
36675 \backslash
36676 cdot
36677 \backslash
36678 else
36679 \backslash
36680 textperiodcentered
36681 \backslash
36682 f\SpecialChar \textcompwordmark{}
36683 i}
36684 \end_layout
36685
36686 \begin_layout Standard
36687 En plus du point centré, dans ce document on a défini le symbole degré °
36688  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
36689  suivante dans le préambule LaTeX:
36690 \end_layout
36691
36692 \begin_layout Standard
36693
36694 \series bold
36695
36696 \backslash
36697 DeclareInputtext{176}{
36698 \backslash
36699 ifmmode^
36700 \backslash
36701 circ
36702 \backslash
36703 else
36704 \backslash
36705 textdegree
36706 \backslash
36707 f\SpecialChar \textcompwordmark{}
36708 i}
36709 \end_layout
36710
36711 \begin_layout Standard
36712 \begin_inset Newpage newpage
36713 \end_inset
36714
36715
36716 \end_layout
36717
36718 \begin_layout Section
36719 \start_of_appendix
36720 Conseils Typographiques
36721 \begin_inset Index idx
36722 status collapsed
36723
36724 \begin_layout Plain Layout
36725 Typographiques, conseils
36726 \end_layout
36727
36728 \end_inset
36729
36730
36731 \end_layout
36732
36733 \begin_layout Standard
36734 Ce paragraphe est un résumé des usages typographiques les plus importants,
36735  documentés dans les normes ISO.
36736 \begin_inset Foot
36737 status collapsed
36738
36739 \begin_layout Plain Layout
36740 Cette collection a été extraite partiellement du dictionnaire allmend semi-offic
36741 iel dénommé 
36742 \begin_inset Quotes fld
36743 \end_inset
36744
36745 Duden
36746 \begin_inset Quotes frd
36747 \end_inset
36748
36749  
36750 \begin_inset CommandInset citation
36751 LatexCommand cite
36752 key "Duden"
36753
36754 \end_inset
36755
36756  qui indique quelques règles ISO.
36757  D'autre règles sont décrites dans 
36758 \begin_inset CommandInset citation
36759 LatexCommand cite
36760 key "Checklist"
36761
36762 \end_inset
36763
36764 .
36765 \end_layout
36766
36767 \end_inset
36768
36769
36770 \end_layout
36771
36772 \begin_layout Itemize
36773 Les symboles d'unités sont 
36774 \emph on
36775 toujours
36776 \emph default
36777  en caractères droits
36778 \begin_inset Foot
36779 status collapsed
36780
36781 \begin_layout Plain Layout
36782 obtenu avec les styles de polices, voir 
36783 \begin_inset CommandInset ref
36784 LatexCommand ref
36785 reference "sub:Styles-de-polices"
36786
36787 \end_inset
36788
36789
36790 \end_layout
36791
36792 \end_inset
36793
36794 , même dans un texte en italique: 30
36795 \begin_inset space \thinspace{}
36796 \end_inset
36797
36798 km/h
36799 \begin_inset Newline newline
36800 \end_inset
36801
36802 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
36803 \begin_inset CommandInset ref
36804 LatexCommand ref
36805 reference "sub:Espace-prédéfini"
36806
36807 \end_inset
36808
36809 .
36810 \begin_inset Newline newline
36811 \end_inset
36812
36813 Cette convention est automatiquement respectée quand on utilise la commande
36814  
36815 \series bold
36816
36817 \backslash
36818 unittwo.
36819  
36820 \series default
36821 Quand on l'insère dans une formule, deux boîtes apparaissent.
36822  Dans la première on met la valeur et dans la seconde l'unité et on obtient
36823  comme ci-dessus: 
36824 \begin_inset Formula $\unit[30]{km/h}$
36825 \end_inset
36826
36827
36828 \begin_inset space \thinspace{}
36829 \end_inset
36830
36831 .
36832  Notez que 
36833 \series bold
36834
36835 \backslash
36836 unittwo
36837 \series default
36838  n'est pas une vraie commande LaTeX, mais c'est la commande 
36839 \series bold
36840
36841 \backslash
36842 unit[valeur]{unité}
36843 \series default
36844 , vous ne pouvez donc pas l'insérer en code TeX.
36845 \end_layout
36846
36847 \begin_layout Itemize
36848 Les symboles pourcent et les pour mille sont présentés comme les symboles
36849  d'unités:
36850 \begin_inset Newline newline
36851 \end_inset
36852
36853 1,2
36854 \begin_inset space \thinspace{}
36855 \end_inset
36856
36857 ‰ d'alcool dans le sang
36858 \begin_inset Foot
36859 status collapsed
36860
36861 \begin_layout Plain Layout
36862 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
36863 \end_layout
36864
36865 \end_inset
36866
36867
36868 \end_layout
36869
36870 \begin_layout Itemize
36871 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
36872  est utilisé dans une unité: 15
36873 \begin_inset space \thinspace{}
36874 \end_inset
36875
36876 °C
36877 \end_layout
36878
36879 \begin_layout Itemize
36880 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
36881  tous les trois chiffres pour les grouper: 18
36882 \begin_inset space \thinspace{}
36883 \end_inset
36884
36885 473
36886 \begin_inset space \thinspace{}
36887 \end_inset
36888
36889 588
36890 \end_layout
36891
36892 \begin_layout Itemize
36893 Pour exprimer des dimensions comme par exemple 120×90×40
36894 \begin_inset space \thinspace{}
36895 \end_inset
36896
36897 cm on utilise le signe de la multiplication 
36898 \begin_inset Quotes eld
36899 \end_inset
36900
36901 ×
36902 \begin_inset Quotes erd
36903 \end_inset
36904
36905  .
36906  Il est accessible soit par la commande 
36907 \series bold
36908
36909 \backslash
36910 times
36911 \series default
36912  ou par le menu 
36913 \family sans
36914 Insertion\SpecialChar \menuseparator
36915 Caractère
36916 \begin_inset space ~
36917 \end_inset
36918
36919 spécial\SpecialChar \menuseparator
36920 Symboles,
36921 \family default
36922  mais il peut aussi être accessible directement sur certains claviers.
36923 \begin_inset Foot
36924 status collapsed
36925
36926 \begin_layout Plain Layout
36927 Par exemple sous Windows on l'obtient avec 
36928 \family sans
36929 Alt-0215
36930 \family default
36931  (NdT).
36932 \end_layout
36933
36934 \end_inset
36935
36936
36937 \end_layout
36938
36939 \begin_layout Itemize
36940 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
36941  sont écrites en caractères droits pour éviter toute confusion, voir 
36942 \begin_inset CommandInset ref
36943 LatexCommand ref
36944 reference "sub:Fonctions-prédéfinies"
36945
36946 \end_inset
36947
36948 .
36949 \end_layout
36950
36951 \begin_layout Itemize
36952 Les indices composés de plusieurs caractères sont écrits en caractères droits:
36953  
36954 \begin_inset Formula $E_{\mathrm{kin}}$
36955 \end_inset
36956
36957
36958 \begin_inset Newline newline
36959 \end_inset
36960
36961 Les composants de matrices sont en italiques: 
36962 \begin_inset Formula $\hat{H}_{kl}$
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \begin_layout Itemize
36969 L'opérateur 
36970 \begin_inset Quotes fld
36971 \end_inset
36972
36973 d
36974 \begin_inset Quotes frd
36975 \end_inset
36976
36977  de différentiation/intégration, la constante d'Euler 
36978 \begin_inset Quotes fld
36979 \end_inset
36980
36981 e
36982 \begin_inset Quotes frd
36983 \end_inset
36984
36985 , et la base des nombre imaginaires 
36986 \begin_inset Quotes fld
36987 \end_inset
36988
36989 i
36990 \begin_inset Quotes frd
36991 \end_inset
36992
36993  devraient être écrits en caractères droits pour éviter de les mélanger
36994  avec les autres variables.
36995 \end_layout
36996
36997 \begin_layout Itemize
36998 Le caractère qui représente une transformation de Fourier peut être obtenu
36999  soit avec la commande 
37000 \series bold
37001
37002 \backslash
37003 mathscr
37004 \begin_inset space \textvisiblespace{}
37005 \end_inset
37006
37007 F
37008 \series default
37009 , soit avec le menu 
37010 \family sans
37011 Insertion\SpecialChar \menuseparator
37012 Caractère
37013 \begin_inset space ~
37014 \end_inset
37015
37016 spécial\SpecialChar \menuseparator
37017 Symboles\SpecialChar \menuseparator
37018 Symboles de type lettre
37019 \family default
37020 .
37021 \end_layout
37022
37023 \begin_layout Standard
37024 \begin_inset Newpage newpage
37025 \end_inset
37026
37027
37028 \end_layout
37029
37030 \begin_layout Section
37031 Synonymes
37032 \begin_inset Index idx
37033 status collapsed
37034
37035 \begin_layout Plain Layout
37036 Synonymes
37037 \end_layout
37038
37039 \end_inset
37040
37041
37042 \end_layout
37043
37044 \begin_layout Standard
37045 Certains caractères peuvent être obtenus en utilisant différentes commandes.
37046  Voici une liste de commandes synonymes:
37047 \end_layout
37048
37049 \begin_layout Standard
37050 \begin_inset VSpace bigskip
37051 \end_inset
37052
37053
37054 \begin_inset space \hfill{}
37055 \end_inset
37056
37057
37058 \begin_inset Tabular
37059 <lyxtabular version="3" rows="12" columns="2">
37060 <features rotate="0" tabularvalignment="middle">
37061 <column alignment="center" valignment="top" width="0pt">
37062 <column alignment="center" valignment="top" width="0pt">
37063 <row>
37064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37065 \begin_inset Text
37066
37067 \begin_layout Plain Layout
37068 Commande
37069 \end_layout
37070
37071 \end_inset
37072 </cell>
37073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37074 \begin_inset Text
37075
37076 \begin_layout Plain Layout
37077 est équivalente à
37078 \begin_inset Note Note
37079 status collapsed
37080
37081 \begin_layout Plain Layout
37082
37083 \series bold
37084
37085 \backslash
37086 raisebox
37087 \series default
37088  est seulement utilisée pour faire de la place
37089 \end_layout
37090
37091 \end_inset
37092
37093
37094 \end_layout
37095
37096 \end_inset
37097 </cell>
37098 </row>
37099 <row>
37100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37101 \begin_inset Text
37102
37103 \begin_layout Plain Layout
37104
37105 \backslash
37106 ast
37107 \end_layout
37108
37109 \end_inset
37110 </cell>
37111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37112 \begin_inset Text
37113
37114 \begin_layout Plain Layout
37115 \begin_inset ERT
37116 status collapsed
37117
37118 \begin_layout Plain Layout
37119
37120
37121 \backslash
37122 raisebox{-1.2mm}{
37123 \end_layout
37124
37125 \end_inset
37126
37127 *
37128 \begin_inset ERT
37129 status collapsed
37130
37131 \begin_layout Plain Layout
37132
37133 }
37134 \end_layout
37135
37136 \end_inset
37137
37138
37139 \end_layout
37140
37141 \end_inset
37142 </cell>
37143 </row>
37144 <row>
37145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37146 \begin_inset Text
37147
37148 \begin_layout Plain Layout
37149
37150 \backslash
37151 choose
37152 \end_layout
37153
37154 \end_inset
37155 </cell>
37156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160
37161 \backslash
37162 binom
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 </row>
37168 <row>
37169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173
37174 \backslash
37175 geq
37176 \end_layout
37177
37178 \end_inset
37179 </cell>
37180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184
37185 \backslash
37186 ge
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 </row>
37192 <row>
37193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197
37198 \backslash
37199 lbrace
37200 \end_layout
37201
37202 \end_inset
37203 </cell>
37204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37205 \begin_inset Text
37206
37207 \begin_layout Plain Layout
37208 {
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 <row>
37215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219
37220 \backslash
37221 lbracket
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37227 \begin_inset Text
37228
37229 \begin_layout Plain Layout
37230 [
37231 \end_layout
37232
37233 \end_inset
37234 </cell>
37235 </row>
37236 <row>
37237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241
37242 \backslash
37243 leftarrow
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252
37253 \backslash
37254 gets
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 </row>
37260 <row>
37261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37262 \begin_inset Text
37263
37264 \begin_layout Plain Layout
37265
37266 \backslash
37267 leq
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276
37277 \backslash
37278 le
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 </row>
37284 <row>
37285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37286 \begin_inset Text
37287
37288 \begin_layout Plain Layout
37289
37290 \backslash
37291 lor
37292 \end_layout
37293
37294 \end_inset
37295 </cell>
37296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300
37301 \backslash
37302 vee
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 </row>
37308 <row>
37309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313
37314 \backslash
37315 neq
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324
37325 \backslash
37326 not=
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 </row>
37332 <row>
37333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37334 \begin_inset Text
37335
37336 \begin_layout Plain Layout
37337
37338 \backslash
37339 slash
37340 \end_layout
37341
37342 \end_inset
37343 </cell>
37344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348 /
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 </row>
37354 <row>
37355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359
37360 \backslash
37361 vert
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370 |
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 </row>
37376 </lyxtabular>
37377
37378 \end_inset
37379
37380
37381 \begin_inset space \hfill{}
37382 \end_inset
37383
37384
37385 \begin_inset Tabular
37386 <lyxtabular version="3" rows="12" columns="2">
37387 <features rotate="0" tabularvalignment="middle">
37388 <column alignment="center" valignment="top" width="0pt">
37389 <column alignment="center" valignment="top" width="0pt">
37390 <row>
37391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37392 \begin_inset Text
37393
37394 \begin_layout Plain Layout
37395 Commande
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37401 \begin_inset Text
37402
37403 \begin_layout Plain Layout
37404 est équivalente à
37405 \end_layout
37406
37407 \end_inset
37408 </cell>
37409 </row>
37410 <row>
37411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37412 \begin_inset Text
37413
37414 \begin_layout Plain Layout
37415
37416 \backslash
37417 backslash
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37423 \begin_inset Text
37424
37425 \begin_layout Plain Layout
37426
37427 \backslash
37428
37429 \backslash
37430
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 </row>
37436 <row>
37437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441
37442 \backslash
37443 dasharrow
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452
37453 \backslash
37454 dashrightarrow
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 </row>
37460 <row>
37461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37462 \begin_inset Text
37463
37464 \begin_layout Plain Layout
37465
37466 \backslash
37467 land
37468 \end_layout
37469
37470 \end_inset
37471 </cell>
37472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37473 \begin_inset Text
37474
37475 \begin_layout Plain Layout
37476
37477 \backslash
37478 wedge
37479 \end_layout
37480
37481 \end_inset
37482 </cell>
37483 </row>
37484 <row>
37485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37486 \begin_inset Text
37487
37488 \begin_layout Plain Layout
37489
37490 \backslash
37491 rbrace
37492 \end_layout
37493
37494 \end_inset
37495 </cell>
37496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37497 \begin_inset Text
37498
37499 \begin_layout Plain Layout
37500 }
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 </row>
37506 <row>
37507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 rbracket
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522 ]
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 </row>
37528 <row>
37529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37530 \begin_inset Text
37531
37532 \begin_layout Plain Layout
37533
37534 \backslash
37535 rightarrow
37536 \end_layout
37537
37538 \end_inset
37539 </cell>
37540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37541 \begin_inset Text
37542
37543 \begin_layout Plain Layout
37544
37545 \backslash
37546 to
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 </row>
37552 <row>
37553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557
37558 \backslash
37559 lnot
37560 \end_layout
37561
37562 \end_inset
37563 </cell>
37564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568
37569 \backslash
37570 neg
37571 \end_layout
37572
37573 \end_inset
37574 </cell>
37575 </row>
37576 <row>
37577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581
37582 \backslash
37583 ne
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592
37593 \backslash
37594 not=
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 </row>
37600 <row>
37601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605
37606 \backslash
37607 owns
37608 \end_layout
37609
37610 \end_inset
37611 </cell>
37612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616
37617 \backslash
37618 ni
37619 \end_layout
37620
37621 \end_inset
37622 </cell>
37623 </row>
37624 <row>
37625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37626 \begin_inset Text
37627
37628 \begin_layout Plain Layout
37629
37630 \backslash
37631 square
37632 \end_layout
37633
37634 \end_inset
37635 </cell>
37636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37637 \begin_inset Text
37638
37639 \begin_layout Plain Layout
37640
37641 \backslash
37642 Box
37643 \end_layout
37644
37645 \end_inset
37646 </cell>
37647 </row>
37648 <row>
37649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37650 \begin_inset Text
37651
37652 \begin_layout Plain Layout
37653
37654 \backslash
37655 Vert
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664
37665 \backslash
37666 |
37667 \end_layout
37668
37669 \end_inset
37670 </cell>
37671 </row>
37672 </lyxtabular>
37673
37674 \end_inset
37675
37676
37677 \begin_inset space \hfill{}
37678 \end_inset
37679
37680
37681 \end_layout
37682
37683 \begin_layout Standard
37684 \begin_inset Newpage newpage
37685 \end_inset
37686
37687
37688 \end_layout
37689
37690 \begin_layout Bibliography
37691 \begin_inset CommandInset bibitem
37692 LatexCommand bibitem
37693 key "TLC2"
37694
37695 \end_inset
37696
37697
37698 \shape smallcaps
37699 Mittelbach, F.
37700  ; Goossens, M.
37701 \shape default
37702
37703 \shape italic
37704 The LaTeX Companion
37705 \shape default
37706 .
37707  Addison Wesley, 2004
37708 \end_layout
37709
37710 \begin_layout Bibliography
37711 \begin_inset CommandInset bibitem
37712 LatexCommand bibitem
37713 key "Mathmode"
37714
37715 \end_inset
37716
37717
37718 \begin_inset CommandInset href
37719 LatexCommand href
37720 name "Description"
37721 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37722
37723 \end_inset
37724
37725  des possibilités mathématiques de LaTeX
37726 \end_layout
37727
37728 \begin_layout Bibliography
37729 \begin_inset CommandInset bibitem
37730 LatexCommand bibitem
37731 key "AMS"
37732
37733 \end_inset
37734
37735
37736 \begin_inset CommandInset href
37737 LatexCommand href
37738 name "Description"
37739 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37740
37741 \end_inset
37742
37743  de 
37744 \begin_inset ERT
37745 status collapsed
37746
37747 \begin_layout Plain Layout
37748
37749
37750 \backslash
37751 AmS
37752 \end_layout
37753
37754 \end_inset
37755
37756 -LaTeX
37757 \end_layout
37758
37759 \begin_layout Bibliography
37760 \begin_inset CommandInset bibitem
37761 LatexCommand bibitem
37762 key "Symbols"
37763
37764 \end_inset
37765
37766
37767 \begin_inset CommandInset href
37768 LatexCommand href
37769 name "Liste"
37770 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37771
37772 \end_inset
37773
37774  de tous les symboles disponibles avec les paquetages LaTeX
37775 \end_layout
37776
37777 \begin_layout Bibliography
37778 \begin_inset CommandInset bibitem
37779 LatexCommand bibitem
37780 key "cancel"
37781
37782 \end_inset
37783
37784
37785 \begin_inset CommandInset href
37786 LatexCommand href
37787 name "Documentation"
37788 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37789
37790 \end_inset
37791
37792  paquetage LaTeX 
37793 \series bold
37794 cancel
37795 \series default
37796
37797 \begin_inset Index idx
37798 status collapsed
37799
37800 \begin_layout Plain Layout
37801 Paquetages ! cancel
37802 \end_layout
37803
37804 \end_inset
37805
37806
37807 \end_layout
37808
37809 \begin_layout Bibliography
37810 \begin_inset CommandInset bibitem
37811 LatexCommand bibitem
37812 key "hyperref"
37813
37814 \end_inset
37815
37816
37817 \begin_inset CommandInset href
37818 LatexCommand href
37819 name "Documentation"
37820 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37821
37822 \end_inset
37823
37824  paquetage LaTeX 
37825 \series bold
37826 hyperref
37827 \series default
37828
37829 \begin_inset Index idx
37830 status collapsed
37831
37832 \begin_layout Plain Layout
37833 Paquetages ! hyperref
37834 \end_layout
37835
37836 \end_inset
37837
37838
37839 \end_layout
37840
37841 \begin_layout Bibliography
37842 \begin_inset CommandInset bibitem
37843 LatexCommand bibitem
37844 key "mhchem"
37845
37846 \end_inset
37847
37848
37849 \begin_inset CommandInset href
37850 LatexCommand href
37851 name "Documentation"
37852 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37853
37854 \end_inset
37855
37856  paquetage LaTeX 
37857 \series bold
37858 mhchem
37859 \series default
37860
37861 \begin_inset Index idx
37862 status collapsed
37863
37864 \begin_layout Plain Layout
37865 Paquetages ! mhchem
37866 \end_layout
37867
37868 \end_inset
37869
37870
37871 \end_layout
37872
37873 \begin_layout Bibliography
37874 \begin_inset CommandInset bibitem
37875 LatexCommand bibitem
37876 key "Mathclap"
37877
37878 \end_inset
37879
37880
37881 \begin_inset CommandInset href
37882 LatexCommand href
37883 name "Description"
37884 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37885
37886 \end_inset
37887
37888  de la commande 
37889 \series bold
37890
37891 \backslash
37892 mathclap
37893 \series default
37894 , décrite dans 
37895 \begin_inset CommandInset ref
37896 LatexCommand ref
37897 reference "sub:Limites-des-opérateurs"
37898
37899 \end_inset
37900
37901
37902 \begin_inset Index idx
37903 status collapsed
37904
37905 \begin_layout Plain Layout
37906 Commandes ! M ! 
37907 \backslash
37908 mathclap
37909 \end_layout
37910
37911 \end_inset
37912
37913
37914 \end_layout
37915
37916 \begin_layout Bibliography
37917 \begin_inset CommandInset bibitem
37918 LatexCommand bibitem
37919 key "Duden"
37920
37921 \end_inset
37922
37923
37924 \emph on
37925 Duden Band 1
37926 \emph default
37927 .
37928  22.
37929  Auflage, Duden 2001
37930 \end_layout
37931
37932 \begin_layout Bibliography
37933 \begin_inset CommandInset bibitem
37934 LatexCommand bibitem
37935 key "Checklist"
37936
37937 \end_inset
37938
37939
37940 \begin_inset CommandInset href
37941 LatexCommand href
37942 name "Check list"
37943 target "http://physics.nist.gov/Document/checklist.pdf"
37944
37945 \end_inset
37946
37947  pour relire les manuscrits
37948 \end_layout
37949
37950 \begin_layout Standard
37951 \begin_inset CommandInset index_print
37952 LatexCommand printindex
37953 type "idx"
37954
37955 \end_inset
37956
37957
37958 \end_layout
37959
37960 \end_body
37961 \end_document