]> git.lyx.org Git - features.git/blob - lib/doc/fr/Math.lyx
Math.lyx: use inset-info instead of images for LyX-icons (part 1)
[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 \begin_inset Newpage newpage
2194 \end_inset
2195
2196
2197 \end_layout
2198
2199 \begin_layout Subsection
2200 Racines
2201 \begin_inset Index idx
2202 status collapsed
2203
2204 \begin_layout Plain Layout
2205 Racines
2206 \end_layout
2207
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 On obtient les racines carrées avec la commande 
2215 \series bold
2216
2217 \backslash
2218 sqrt
2219 \series default
2220
2221 \begin_inset Index idx
2222 status collapsed
2223
2224 \begin_layout Plain Layout
2225 Commandes ! S ! 
2226 \backslash
2227 sqrt
2228 \end_layout
2229
2230 \end_inset
2231
2232  ou avec le bouton 
2233 \begin_inset Info
2234 type  "icon"
2235 arg   "math-insert \\sqrt"
2236 \end_inset
2237
2238  de la barre d'outils mathématique, et toutes les autres racines avec la
2239  commande 
2240 \series bold
2241
2242 \backslash
2243 root
2244 \series default
2245
2246 \begin_inset Index idx
2247 status collapsed
2248
2249 \begin_layout Plain Layout
2250 Commandes ! R ! 
2251 \backslash
2252 root
2253 \end_layout
2254
2255 \end_inset
2256
2257  ou avec le bouton 
2258 \begin_inset Info
2259 type  "icon"
2260 arg   "math-insert \\root"
2261 \end_inset
2262
2263 .
2264 \end_layout
2265
2266 \begin_layout Standard
2267 \align center
2268 \begin_inset Tabular
2269 <lyxtabular version="3" rows="3" columns="2">
2270 <features rotate="0" tabularvalignment="middle">
2271 <column alignment="center" valignment="top" width="0pt">
2272 <column alignment="center" valignment="top" width="0pt">
2273 <row>
2274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278 Commande
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2284 \begin_inset Text
2285
2286 \begin_layout Plain Layout
2287 Résultat
2288 \begin_inset Note Note
2289 status collapsed
2290
2291 \begin_layout Plain Layout
2292
2293 \series bold
2294
2295 \backslash
2296 raisebox
2297 \series default
2298  est seulement utilisée pour faire de la place
2299 \end_layout
2300
2301 \end_inset
2302
2303
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 </row>
2309 <row>
2310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2311 \begin_inset Text
2312
2313 \begin_layout Plain Layout
2314
2315 \backslash
2316 sqrt
2317 \begin_inset space \textvisiblespace{}
2318 \end_inset
2319
2320 A-B
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2326 \begin_inset Text
2327
2328 \begin_layout Plain Layout
2329 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \end_inset
2336 </cell>
2337 </row>
2338 <row>
2339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2340 \begin_inset Text
2341
2342 \begin_layout Plain Layout
2343
2344 \backslash
2345 root
2346 \begin_inset space \textvisiblespace{}
2347 \end_inset
2348
2349 3
2350 \begin_inset Formula $\downarrow$
2351 \end_inset
2352
2353 A-B
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 </row>
2371 </lyxtabular>
2372
2373 \end_inset
2374
2375
2376 \end_layout
2377
2378 \begin_layout Standard
2379 On peut aussi obtenir une racine carrée avec 
2380 \series bold
2381
2382 \backslash
2383 root
2384 \series default
2385  en laissant le champ réservé au degré de la racine vide.
2386 \end_layout
2387
2388 \begin_layout Standard
2389 Dans certains cas, la distance entre le degré et la racine est trop petite
2390  comme dans cette formule: 
2391 \begin_inset Formula $\sqrt[\beta]{B}$
2392 \end_inset
2393
2394
2395 \begin_inset Newline newline
2396 \end_inset
2397
2398 Le 
2399 \begin_inset Formula $\beta$
2400 \end_inset
2401
2402  touche la racine, ce qui peut être évité en utilisant les commandes 
2403 \series bold
2404
2405 \backslash
2406 leftroot
2407 \series default
2408
2409 \begin_inset Index idx
2410 status collapsed
2411
2412 \begin_layout Plain Layout
2413 Commandes ! L ! 
2414 \backslash
2415 leftroot
2416 \end_layout
2417
2418 \end_inset
2419
2420  et 
2421 \series bold
2422
2423 \backslash
2424 uproot
2425 \series default
2426
2427 \begin_inset Index idx
2428 status collapsed
2429
2430 \begin_layout Plain Layout
2431 Commandes ! U ! 
2432 \backslash
2433 uproot
2434 \end_layout
2435
2436 \end_inset
2437
2438  avec la syntaxe suivante:
2439 \end_layout
2440
2441 \begin_layout Standard
2442
2443 \series bold
2444
2445 \backslash
2446 leftroot{distance}
2447 \series default
2448  et 
2449 \series bold
2450
2451 \backslash
2452 uproot{distance}
2453 \end_layout
2454
2455 \begin_layout Standard
2456 Distance est le nombre de Big Points (unité bp; 
2457 \begin_inset Formula $\mathrm{72\, bp=1\, pouce}$
2458 \end_inset
2459
2460 ), dont le degré doit être déplacé, respectivement vers la gauche ou vers
2461  le haut.
2462  Les commandes doivent être placées dans la case du degré.
2463  Par exemple, la commande
2464 \begin_inset Newline newline
2465 \end_inset
2466
2467
2468 \series bold
2469
2470 \backslash
2471 root
2472 \backslash
2473 leftroot{-1
2474 \begin_inset Formula $\to$
2475 \end_inset
2476
2477
2478 \backslash
2479 uproot{2
2480 \begin_inset Formula $\to$
2481 \end_inset
2482
2483
2484 \backslash
2485 beta
2486 \begin_inset space \textvisiblespace{}
2487 \end_inset
2488
2489
2490 \begin_inset Formula $\to$
2491 \end_inset
2492
2493 B
2494 \begin_inset Newline newline
2495 \end_inset
2496
2497
2498 \series default
2499 produit une formule correctement mise en forme: 
2500 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2501 \end_inset
2502
2503
2504 \end_layout
2505
2506 \begin_layout Subsection
2507 Coefficients binomiaux 
2508 \begin_inset Index idx
2509 status collapsed
2510
2511 \begin_layout Plain Layout
2512 Binomiaux, coefficients
2513 \end_layout
2514
2515 \end_inset
2516
2517
2518 \end_layout
2519
2520 \begin_layout Standard
2521 Les coefficients binomiaux sont insérés avec la commande 
2522 \series bold
2523
2524 \backslash
2525 binom
2526 \series default
2527
2528 \begin_inset Index idx
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 Commandes ! B ! 
2533 \backslash
2534 binom
2535 \end_layout
2536
2537 \end_inset
2538
2539  ou avec le bouton 
2540 \begin_inset Info
2541 type  "icon"
2542 arg   "math-insert \\frac-square"
2543 \end_inset
2544
2545  de la barre d'outils mathématique.
2546  Comme pour les fraction (
2547 \series bold
2548
2549 \backslash
2550 frac
2551 \series default
2552 ) il y a avec 
2553 \series bold
2554
2555 \backslash
2556 binom
2557 \series default
2558  les commandes 
2559 \series bold
2560
2561 \backslash
2562 dbinom
2563 \series default
2564
2565 \begin_inset Index idx
2566 status collapsed
2567
2568 \begin_layout Plain Layout
2569 Commandes ! D ! 
2570 \backslash
2571 dbinom
2572 \end_layout
2573
2574 \end_inset
2575
2576  et 
2577 \series bold
2578
2579 \backslash
2580 tbinom
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Commandes ! T ! 
2588 \backslash
2589 tbinom
2590 \end_layout
2591
2592 \end_inset
2593
2594 .
2595  Pour d'autres styles de parenthèses autour des coefficients binomiaux,
2596  il y a les commandes 
2597 \series bold
2598
2599 \backslash
2600 brace
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Commandes ! B ! 
2608 \backslash
2609 brace
2610 \end_layout
2611
2612 \end_inset
2613
2614  et 
2615 \series bold
2616
2617 \backslash
2618 brack
2619 \series default
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 Commandes ! B ! 
2626 \backslash
2627 brack
2628 \end_layout
2629
2630 \end_inset
2631
2632 .
2633 \end_layout
2634
2635 \begin_layout Standard
2636 \align center
2637 \begin_inset Tabular
2638 <lyxtabular version="3" rows="6" columns="2">
2639 <features rotate="0" tabularvalignment="middle">
2640 <column alignment="center" valignment="top" width="0pt">
2641 <column alignment="center" valignment="top" width="0pt">
2642 <row>
2643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2644 \begin_inset Text
2645
2646 \begin_layout Plain Layout
2647 Commande
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2653 \begin_inset Text
2654
2655 \begin_layout Plain Layout
2656 Résultat
2657 \begin_inset Note Note
2658 status collapsed
2659
2660 \begin_layout Plain Layout
2661
2662 \series bold
2663
2664 \backslash
2665 raisebox
2666 \series default
2667  est seulement utilisée pour faire de la place
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \end_layout
2674
2675 \end_inset
2676 </cell>
2677 </row>
2678 <row>
2679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2680 \begin_inset Text
2681
2682 \begin_layout Plain Layout
2683
2684 \backslash
2685 binom
2686 \begin_inset space \textvisiblespace{}
2687 \end_inset
2688
2689 A
2690 \begin_inset Formula $\downarrow$
2691 \end_inset
2692
2693 B
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Plain Layout
2702 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \end_inset
2709 </cell>
2710 </row>
2711 <row>
2712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2713 \begin_inset Text
2714
2715 \begin_layout Plain Layout
2716
2717 \backslash
2718 dbinom
2719 \begin_inset space \textvisiblespace{}
2720 \end_inset
2721
2722 A
2723 \begin_inset Formula $\downarrow$
2724 \end_inset
2725
2726 B
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 </row>
2744 <row>
2745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Plain Layout
2749
2750 \backslash
2751 tbinom
2752 \begin_inset space \textvisiblespace{}
2753 \end_inset
2754
2755 A
2756 \begin_inset Formula $\downarrow$
2757 \end_inset
2758
2759 B
2760 \end_layout
2761
2762 \end_inset
2763 </cell>
2764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2765 \begin_inset Text
2766
2767 \begin_layout Plain Layout
2768 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2769 \end_inset
2770
2771
2772 \end_layout
2773
2774 \end_inset
2775 </cell>
2776 </row>
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782
2783 \backslash
2784 brack
2785 \begin_inset space \textvisiblespace{}
2786 \end_inset
2787
2788 A
2789 \begin_inset Formula $\downarrow$
2790 \end_inset
2791
2792 B
2793 \end_layout
2794
2795 \end_inset
2796 </cell>
2797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2798 \begin_inset Text
2799
2800 \begin_layout Plain Layout
2801 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2802 \end_inset
2803
2804
2805 \end_layout
2806
2807 \end_inset
2808 </cell>
2809 </row>
2810 <row>
2811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815
2816 \backslash
2817 brace
2818 \begin_inset space \textvisiblespace{}
2819 \end_inset
2820
2821 A
2822 \begin_inset Formula $\downarrow$
2823 \end_inset
2824
2825 B
2826 \end_layout
2827
2828 \end_inset
2829 </cell>
2830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2831 \begin_inset Text
2832
2833 \begin_layout Plain Layout
2834 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2835 \end_inset
2836
2837
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 </row>
2843 </lyxtabular>
2844
2845 \end_inset
2846
2847
2848 \end_layout
2849
2850 \begin_layout Subsection
2851 Différentiation de cas 
2852 \begin_inset Index idx
2853 status collapsed
2854
2855 \begin_layout Plain Layout
2856 Différentiation de cas 
2857 \end_layout
2858
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \align center
2866 \begin_inset Tabular
2867 <lyxtabular version="3" rows="3" columns="2">
2868 <features rotate="0" tabularvalignment="middle">
2869 <column alignment="center" valignment="top" width="0pt">
2870 <column alignment="center" valignment="top" width="0pt">
2871 <row>
2872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 Commande
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885 Résultat
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 </row>
2891 <row>
2892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2893 \begin_inset Text
2894
2895 \begin_layout Plain Layout
2896
2897 \backslash
2898 cases
2899 \begin_inset space \textvisiblespace{}
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\to$
2904 \end_inset
2905
2906 B>0
2907 \begin_inset Index idx
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911 Commandes ! C ! 
2912 \backslash
2913 cases
2914 \end_layout
2915
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2924 \begin_inset Text
2925
2926 \begin_layout Plain Layout
2927 \begin_inset Formula $\begin{cases}
2928 A & B>0\end{cases}$
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 <row>
2938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942
2943 \backslash
2944 cases
2945 \begin_inset space \textvisiblespace{}
2946 \end_inset
2947
2948
2949 \family sans
2950 Ctrl-Entrée
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959 \begin_inset Formula $\begin{cases}
2960 A & \textrm{pour }\hat{x}>0\\
2961 B & \textrm{pour }\hat{x}=0
2962 \end{cases}$
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 </lyxtabular>
2972
2973 \end_inset
2974
2975
2976 \end_layout
2977
2978 \begin_layout Standard
2979 Après avoir inséré 
2980 \series bold
2981
2982 \backslash
2983 cases
2984 \series default
2985  ou avoir utilisé le bouton 
2986 \begin_inset Info
2987 type  "icon"
2988 arg   "math-insert \\cases"
2989 \end_inset
2990
2991  de la barre d'outils mathématique, vous pouvez ajouter de nouvelles lignes
2992  avec le raccourci 
2993 \family sans
2994 Ctrl+Entrée
2995 \family default
2996  ou avec le bouton 
2997 \begin_inset Info
2998 type  "icon"
2999 arg   "inset-modify tabular append-row"
3000 \end_inset
3001
3002 .
3003 \begin_inset Foot
3004 status collapsed
3005
3006 \begin_layout Plain Layout
3007 Les accents et autres trémas, comme ceux présents dans la formule précédente,
3008  sont expliqués dans 
3009 \begin_inset CommandInset ref
3010 LatexCommand ref
3011 reference "sub:Accents-sur-un-caractère"
3012
3013 \end_inset
3014
3015 .
3016 \end_layout
3017
3018 \end_inset
3019
3020
3021 \end_layout
3022
3023 \begin_layout Standard
3024 La commande 
3025 \series bold
3026
3027 \backslash
3028 cases
3029 \series default
3030  est aussi accessible par le menu 
3031 \family sans
3032 Insertion\SpecialChar \menuseparator
3033 Math\SpecialChar \menuseparator
3034 Environnement
3035 \begin_inset space ~
3036 \end_inset
3037
3038 Cas
3039 \family default
3040 .
3041 \end_layout
3042
3043 \begin_layout Subsection
3044 Négations
3045 \begin_inset Index idx
3046 status collapsed
3047
3048 \begin_layout Plain Layout
3049 Negations@Négations
3050 \end_layout
3051
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \begin_layout Standard
3058 En insérant la commande 
3059 \series bold
3060
3061 \backslash
3062 not
3063 \series default
3064
3065 \begin_inset Index idx
3066 status collapsed
3067
3068 \begin_layout Plain Layout
3069 Commandes ! N ! 
3070 \backslash
3071 not
3072 \end_layout
3073
3074 \end_inset
3075
3076  chaque caractère peut être affiché barré.
3077  Les caractères sont en quelque sorte accentués par une barre de fraction.
3078 \end_layout
3079
3080 \begin_layout Standard
3081 \align center
3082 \begin_inset Tabular
3083 <lyxtabular version="3" rows="4" columns="2">
3084 <features rotate="0" tabularvalignment="middle">
3085 <column alignment="center" valignment="top" width="0pt">
3086 <column alignment="center" valignment="top" width="0pt">
3087 <row>
3088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3089 \begin_inset Text
3090
3091 \begin_layout Plain Layout
3092 Commande
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Résultat
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 </row>
3107 <row>
3108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \backslash
3114 not=
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123 \begin_inset Formula $\not=$
3124 \end_inset
3125
3126
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 </row>
3132 <row>
3133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \backslash
3139 not 
3140 \backslash
3141 le
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150 \begin_inset Formula $\not\le$
3151 \end_inset
3152
3153
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 </row>
3159 <row>
3160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164
3165 \backslash
3166 not 
3167 \backslash
3168 parallel
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177 \begin_inset Formula $\not\parallel$
3178 \end_inset
3179
3180
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 </row>
3186 </lyxtabular>
3187
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \begin_layout Standard
3194 Le dernier exemple montre que toutes les négations n'ont pas forcément un
3195  bel aspect.
3196  C'est pourquoi il existe des commandes spéciales pour certaines négations
3197  (voir 
3198 \begin_inset CommandInset ref
3199 LatexCommand ref
3200 reference "sub:Symboles-mathématiques"
3201
3202 \end_inset
3203
3204  et 
3205 \begin_inset CommandInset ref
3206 LatexCommand ref
3207 reference "sec:Relations"
3208
3209 \end_inset
3210
3211 ).
3212 \end_layout
3213
3214 \begin_layout Subsection
3215 Garnitures
3216 \begin_inset CommandInset label
3217 LatexCommand label
3218 name "sub:Garnitures"
3219
3220 \end_inset
3221
3222
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 Garnitures
3228 \end_layout
3229
3230 \end_inset
3231
3232
3233 \begin_inset Index idx
3234 status collapsed
3235
3236 \begin_layout Plain Layout
3237 Symboles chimiques ! Isotopes
3238 \end_layout
3239
3240 \end_inset
3241
3242
3243 \begin_inset Index idx
3244 status collapsed
3245
3246 \begin_layout Plain Layout
3247 Isotopes|see
3248 \begin_inset ERT
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252
3253 {
3254 \end_layout
3255
3256 \end_inset
3257
3258 Symboles chimiques
3259 \begin_inset ERT
3260 status collapsed
3261
3262 \begin_layout Plain Layout
3263
3264 }
3265 \end_layout
3266
3267 \end_inset
3268
3269
3270 \end_layout
3271
3272 \end_inset
3273
3274
3275 \end_layout
3276
3277 \begin_layout Standard
3278 Quand on affiche par exemple des isotopes
3279 \begin_inset Foot
3280 status collapsed
3281
3282 \begin_layout Plain Layout
3283 Plus d'information sur les symboles chimiques dans 
3284 \begin_inset CommandInset ref
3285 LatexCommand ref
3286 reference "sub:Symboles-chimiques"
3287
3288 \end_inset
3289
3290 .
3291 \end_layout
3292
3293 \end_inset
3294
3295 , on rencontre le problème suivant:
3296 \end_layout
3297
3298 \begin_layout Standard
3299 \align center
3300 \begin_inset Tabular
3301 <lyxtabular version="3" rows="2" columns="2">
3302 <features rotate="0" tabularvalignment="middle">
3303 <column alignment="center" valignment="top" width="0pt">
3304 <column alignment="center" valignment="top" width="0pt">
3305 <row>
3306 <cell alignment="center" valignment="top" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310 Indices avec les indices et exposants:
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3320 \end_inset
3321
3322
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Indices corrects:
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 </lyxtabular>
3352
3353 \end_inset
3354
3355
3356 \begin_inset Note Note
3357 status collapsed
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362
3363 \backslash
3364 raisebox
3365 \series default
3366  est là pour faire de la place
3367 \end_layout
3368
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \begin_layout Standard
3375 L'indice le plus petit est placé implicitement au dessus ou en dessous du
3376  premier caractère le l'indice le plus long.
3377  Pour éviter ce problème il y a la commande 
3378 \series bold
3379
3380 \backslash
3381 phantom
3382 \series default
3383
3384 \begin_inset Index idx
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388 Commandes ! P ! 
3389 \backslash
3390 phantom
3391 \end_layout
3392
3393 \end_inset
3394
3395  ou le bouton
3396 \begin_inset space \thinspace{}
3397 \end_inset
3398
3399
3400 \begin_inset Foot
3401 status open
3402
3403 \begin_layout Plain Layout
3404
3405 \lang english
3406 can be found in the submenu of the toolbar button
3407 \lang french
3408  
3409 \family sans
3410
3411 \begin_inset Info
3412 type  "icon"
3413 arg   "math-insert \\space"
3414 \end_inset
3415
3416
3417 \end_layout
3418
3419 \end_inset
3420
3421  
3422 \begin_inset Graphics
3423         filename ../../images/math/phantom.png
3424         scale 85
3425
3426 \end_inset
3427
3428  qui crée un ou plusieurs caractères fantômes.
3429  Quand on insère la commande 
3430 \series bold
3431
3432 \backslash
3433 phantom
3434 \series default
3435  une petite boîte avec deux flèches rouges apparaît.
3436  Les flèches indiquent que la garniture
3437 \begin_inset Foot
3438 status collapsed
3439
3440 \begin_layout Plain Layout
3441 Traduction de placeholder, c'est un terme de typographie (NdT).
3442 \end_layout
3443
3444 \end_inset
3445
3446  créée aura la même largeur et la même hauteur que le contenu de la boîte.
3447  De la même façon, les caractères fantômes sont des garnitures qui ont la
3448  taille du caractère concerné.
3449 \end_layout
3450
3451 \begin_layout Standard
3452 \align center
3453 \begin_inset Tabular
3454 <lyxtabular version="3" rows="4" columns="2">
3455 <features rotate="0" tabularvalignment="middle">
3456 <column alignment="center" valignment="top">
3457 <column alignment="center" valignment="top">
3458 <row>
3459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463 Commande
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 Résultat
3473 \begin_inset Note Note
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479
3480 \backslash
3481 raisebox
3482 \series default
3483  est seulement utilisée pour faire de la place
3484 \end_layout
3485
3486 \end_inset
3487
3488
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 </row>
3494 <row>
3495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 ^19
3500 \begin_inset space \textvisiblespace{}
3501 \end_inset
3502
3503 _
3504 \backslash
3505 phantom
3506 \begin_inset space \textvisiblespace{}
3507 \end_inset
3508
3509 1
3510 \begin_inset Formula $\to$
3511 \end_inset
3512
3513 9
3514 \begin_inset space \textvisiblespace{}
3515 \end_inset
3516
3517 F
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3527 \end_inset
3528
3529
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 </row>
3535 <row>
3536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 ^235
3541 \begin_inset space \textvisiblespace{}
3542 \end_inset
3543
3544 _
3545 \backslash
3546 phantom
3547 \begin_inset space \textvisiblespace{}
3548 \end_inset
3549
3550 23
3551 \begin_inset Formula $\to$
3552 \end_inset
3553
3554 9
3555 \begin_inset space \textvisiblespace{}
3556 \end_inset
3557
3558 F
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3568 \end_inset
3569
3570
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \backslash
3583 Lambda^
3584 \begin_inset space \textvisiblespace{}
3585 \end_inset
3586
3587
3588 \backslash
3589 phantom
3590 \begin_inset space \textvisiblespace{}
3591 \end_inset
3592
3593 ii
3594 \begin_inset Formula $\to$
3595 \end_inset
3596
3597 t
3598 \begin_inset space \textvisiblespace{}
3599 \end_inset
3600
3601 _MMt
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3611 \end_inset
3612
3613
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 </row>
3619 </lyxtabular>
3620
3621 \end_inset
3622
3623
3624 \end_layout
3625
3626 \begin_layout Standard
3627 En plus, il y a les commandes 
3628 \series bold
3629
3630 \backslash
3631 vphantom
3632 \series default
3633
3634 \begin_inset Index idx
3635 status collapsed
3636
3637 \begin_layout Plain Layout
3638 Commandes ! V ! 
3639 \backslash
3640 vphantom
3641 \end_layout
3642
3643 \end_inset
3644
3645  (bouton
3646 \begin_inset space ~
3647 \end_inset
3648
3649
3650 \begin_inset Graphics
3651         filename ../../images/math/vphantom.png
3652         scale 85
3653
3654 \end_inset
3655
3656  de la barre d'outils) et 
3657 \series bold
3658
3659 \backslash
3660 hphantom
3661 \series default
3662
3663 \begin_inset Index idx
3664 status collapsed
3665
3666 \begin_layout Plain Layout
3667 Commandes ! H ! 
3668 \backslash
3669 hphantom
3670 \end_layout
3671
3672 \end_inset
3673
3674  (bouton
3675 \begin_inset space ~
3676 \end_inset
3677
3678
3679 \begin_inset Graphics
3680         filename ../../images/math/hphantom.png
3681         scale 85
3682
3683 \end_inset
3684
3685 ).
3686  
3687 \series bold
3688
3689 \backslash
3690 hphantom
3691 \series default
3692  crée seulement de l'espace pour la hauteur maximale des caractères de la
3693  boîte, mais pas pour leur largeur.
3694  
3695 \series bold
3696
3697 \backslash
3698 vphantom
3699 \series default
3700  crée de l'espace seulement pour la largeur du contenu de la boîte.
3701  C'est pour cela que les boîtes qui se trouvent sur les boutons des deux
3702  commandes n'ont qu'une seule flèche rouge.
3703 \end_layout
3704
3705 \begin_layout Standard
3706 Par exemple 
3707 \series bold
3708
3709 \backslash
3710 vphantom
3711 \series default
3712
3713 \begin_inset space \textvisiblespace{}
3714 \end_inset
3715
3716
3717 \series bold
3718 a
3719 \backslash
3720 int
3721 \series default
3722  crée de l'espace pour la hauteur du signe intégral
3723 \begin_inset Foot
3724 status collapsed
3725
3726 \begin_layout Plain Layout
3727 La commande 
3728 \series bold
3729
3730 \backslash
3731 int
3732 \series default
3733  insère le signe de l'intégrale, voir 
3734 \begin_inset CommandInset ref
3735 LatexCommand ref
3736 reference "sub:Grands-opérateurs"
3737
3738 \end_inset
3739
3740 .
3741 \end_layout
3742
3743 \end_inset
3744
3745 , vu que c'est le plus haut caractère.
3746  Voir un exemple d'application dans 
3747 \begin_inset CommandInset ref
3748 LatexCommand ref
3749 reference "sub:Crochets-multilignes"
3750
3751 \end_inset
3752
3753 .
3754 \end_layout
3755
3756 \begin_layout Standard
3757 Les réserves peuvent aussi être utilisées avec du texte en les insérant
3758  via le menu 
3759 \family sans
3760 Insertion\SpecialChar \menuseparator
3761 Typographie
3762 \begin_inset space ~
3763 \end_inset
3764
3765 spéciale\SpecialChar \menuseparator
3766 Fantôme
3767 \family default
3768 .
3769 \end_layout
3770
3771 \begin_layout Standard
3772 Ceci est une phrase.
3773 \begin_inset Newline newline
3774 \end_inset
3775
3776
3777 \begin_inset Phantom Phantom
3778 status open
3779
3780 \begin_layout Plain Layout
3781 Ceci
3782 \end_layout
3783
3784 \end_inset
3785
3786  est aussi une phrase.
3787 \end_layout
3788
3789 \begin_layout Subsection
3790 Lignes
3791 \begin_inset Index idx
3792 status collapsed
3793
3794 \begin_layout Plain Layout
3795 Lignes
3796 \end_layout
3797
3798 \end_inset
3799
3800
3801 \begin_inset Index idx
3802 status collapsed
3803
3804 \begin_layout Plain Layout
3805 Formules ! soulignées
3806 \end_layout
3807
3808 \end_inset
3809
3810
3811 \end_layout
3812
3813 \begin_layout Standard
3814 \align center
3815 \begin_inset Tabular
3816 <lyxtabular version="3" rows="4" columns="2">
3817 <features rotate="0" tabularvalignment="middle">
3818 <column alignment="center" valignment="top" width="0pt">
3819 <column alignment="center" valignment="top" width="0pt">
3820 <row>
3821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 Commande
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834 Résultat
3835 \begin_inset Note Note
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840 \series bold
3841
3842 \backslash
3843 raisebox
3844 \series default
3845  est seulement utilisée pour faire de la place
3846 \end_layout
3847
3848 \end_inset
3849
3850
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \backslash
3863 overline
3864 \begin_inset space \textvisiblespace{}
3865 \end_inset
3866
3867 A+B
3868 \begin_inset Index idx
3869 status collapsed
3870
3871 \begin_layout Plain Layout
3872 Commandes ! O ! 
3873 \backslash
3874 overline
3875 \end_layout
3876
3877 \end_inset
3878
3879
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 <row>
3898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902
3903 \backslash
3904 underline
3905 \begin_inset space \textvisiblespace{}
3906 \end_inset
3907
3908 A+B
3909 \begin_inset Index idx
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913 Commandes ! U ! 
3914 \backslash
3915 underline
3916 \end_layout
3917
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row>
3939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943
3944 \backslash
3945 overline
3946 \begin_inset space \textvisiblespace{}
3947 \end_inset
3948
3949
3950 \backslash
3951 underline
3952 \begin_inset space \textvisiblespace{}
3953 \end_inset
3954
3955 A+B
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3965 \end_inset
3966
3967
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 </row>
3973 </lyxtabular>
3974
3975 \end_inset
3976
3977
3978 \end_layout
3979
3980 \begin_layout Standard
3981 Dans le dernier exemple, il importe peu que 
3982 \series bold
3983
3984 \backslash
3985 overline
3986 \series default
3987  ou 
3988 \series bold
3989
3990 \backslash
3991 underline
3992 \series default
3993  soit inséré en premier.
3994 \end_layout
3995
3996 \begin_layout Standard
3997 Pour souligner deux fois, par exemple des résultats, on utilise 
3998 \backslash
3999 underline deux fois.
4000 \end_layout
4001
4002 \begin_layout Standard
4003 Il est possible de mettre jusqu'à 6 lignes au dessus ou en dessous de caractères.
4004 \end_layout
4005
4006 \begin_layout Standard
4007 \begin_inset VSpace bigskip
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \begin_layout Standard
4014 On peut créer des lignes personnalisées en utilisant la commande 
4015 \series bold
4016
4017 \backslash
4018 rule
4019 \series default
4020
4021 \begin_inset Index idx
4022 status collapsed
4023
4024 \begin_layout Plain Layout
4025 Commandes ! R ! 
4026 \backslash
4027 rule
4028 \end_layout
4029
4030 \end_inset
4031
4032  qui a la syntaxe suivante:
4033 \end_layout
4034
4035 \begin_layout Standard
4036
4037 \series bold
4038
4039 \backslash
4040 rule[décalage vertical]{longueur}{épaisseur}
4041 \end_layout
4042
4043 \begin_layout Standard
4044 Le décalage vertical optionnel déplace la ligne vers le haut (ou vers le
4045  bas, si sa valeur est négative).
4046  Les unités utilisables pour ces valeurs sont listées dans 
4047 \begin_inset CommandInset ref
4048 LatexCommand ref
4049 reference "tab:Unités-disponibles"
4050
4051 \end_inset
4052
4053 .
4054  Voici deux exemples de lignes créées avec les commandes
4055 \begin_inset Newline newline
4056 \end_inset
4057
4058
4059 \series bold
4060
4061 \backslash
4062 rule[-2ex]{3cm}{2pt}
4063 \series default
4064  et 
4065 \series bold
4066
4067 \backslash
4068 rule{2cm}{1pt}
4069 \series default
4070 :
4071 \end_layout
4072
4073 \begin_layout Standard
4074 Voici une phrase 
4075 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4076 \end_inset
4077
4078  avec deux lignes.
4079 \end_layout
4080
4081 \begin_layout Standard
4082
4083 \series bold
4084
4085 \backslash
4086 rule
4087 \series default
4088  peut aussi être utilisé avec du texte si la ligne est insérée via le menu
4089  
4090 \family sans
4091 Insertion\SpecialChar \menuseparator
4092 Typographie
4093 \begin_inset space ~
4094 \end_inset
4095
4096 spéciale\SpecialChar \menuseparator
4097 Ligne
4098 \begin_inset space ~
4099 \end_inset
4100
4101 horizontale
4102 \family default
4103
4104 \begin_inset space ~
4105 \end_inset
4106
4107 :
4108 \end_layout
4109
4110 \begin_layout Standard
4111 Ceci est une phrase 
4112 \begin_inset CommandInset line
4113 LatexCommand rule
4114 offset "0.5ex"
4115 width "3cm"
4116 height "1pt"
4117
4118 \end_inset
4119
4120  avec une ligne.
4121 \end_layout
4122
4123 \begin_layout Subsection
4124 Points de suspension
4125 \begin_inset CommandInset label
4126 LatexCommand label
4127 name "sub:Points-de-suspension"
4128
4129 \end_inset
4130
4131
4132 \begin_inset Index idx
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 Points de suspension
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \begin_layout Standard
4145 Différents types de points de suspension sont disponibles.
4146 \begin_inset Foot
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150 Dans la barre d'outils mathématique dans le sous-menu du bouton 
4151 \begin_inset Info
4152 type  "icon"
4153 arg   "math-insert \\ldots"
4154 \end_inset
4155
4156
4157 \end_layout
4158
4159 \end_inset
4160
4161  Les points utilisés pour les listes et qui se trouvent sur la ligne de
4162  base, on utilise (
4163 \series bold
4164
4165 \backslash
4166 ldots
4167 \series default
4168
4169 \begin_inset Index idx
4170 status collapsed
4171
4172 \begin_layout Plain Layout
4173 Commandes ! L ! 
4174 \backslash
4175 ldots
4176 \end_layout
4177
4178 \end_inset
4179
4180 ), alors que pour les points utilisé pour les opérations et qui se trouvent
4181  à la même hauteur que les opérateurs, on utilise (
4182 \series bold
4183
4184 \backslash
4185 cdots
4186 \series default
4187
4188 \begin_inset Index idx
4189 status collapsed
4190
4191 \begin_layout Plain Layout
4192 Commandes ! C ! 
4193 \backslash
4194 cdots
4195 \end_layout
4196
4197 \end_inset
4198
4199 ).
4200  Quand on utilise la commande 
4201 \series bold
4202
4203 \backslash
4204 dots
4205 \series default
4206
4207 \begin_inset Index idx
4208 status collapsed
4209
4210 \begin_layout Plain Layout
4211 Commandes ! D ! 
4212 \backslash
4213 dots
4214 \end_layout
4215
4216 \end_inset
4217
4218 , LaTeX décide en fonction du caractère qui suit, quel type utiliser.
4219 \end_layout
4220
4221 \begin_layout Standard
4222 \align center
4223 \begin_inset Tabular
4224 <lyxtabular version="3" rows="9" columns="2">
4225 <features rotate="0" tabularvalignment="middle">
4226 <column alignment="center" valignment="top" width="0pt">
4227 <column alignment="center" valignment="top" width="0pt">
4228 <row>
4229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Commande
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Résultat
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 A_1
4254 \begin_inset space \textvisiblespace{}
4255 \end_inset
4256
4257 ,
4258 \backslash
4259 dots
4260 \begin_inset space \textvisiblespace{}
4261 \end_inset
4262
4263 ,A_n
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 \begin_inset Formula $A_{1},\dots,A_{n}$
4273 \end_inset
4274
4275
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 A_1
4287 \begin_inset space \textvisiblespace{}
4288 \end_inset
4289
4290 +
4291 \backslash
4292 dots
4293 \begin_inset space \textvisiblespace{}
4294 \end_inset
4295
4296 +A_n
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 \begin_inset Formula $A_{1}+\dots+A_{n}$
4306 \end_inset
4307
4308
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 A_1
4320 \begin_inset space \textvisiblespace{}
4321 \end_inset
4322
4323 ,
4324 \backslash
4325 ldots
4326 \begin_inset space \textvisiblespace{}
4327 \end_inset
4328
4329 ,A_n
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 \begin_inset Formula $A_{1},\ldots,A_{n}$
4339 \end_inset
4340
4341
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 A_1
4353 \begin_inset space \textvisiblespace{}
4354 \end_inset
4355
4356 +
4357 \backslash
4358 cdots
4359 \begin_inset space \textvisiblespace{}
4360 \end_inset
4361
4362 +A_n
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4372 \end_inset
4373
4374
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \backslash
4387 vdots
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 \begin_inset Formula $\vdots$
4397 \end_inset
4398
4399
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \backslash
4412 ddots
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 \begin_inset Formula $\ddots$
4422 \end_inset
4423
4424
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 </row>
4430 <row>
4431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435
4436 \backslash
4437 iddots
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 \begin_inset Formula $\iddots$
4447 \end_inset
4448
4449
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 </row>
4455 <row>
4456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 matrice 3×3
4461 \begin_inset space \thinspace{}
4462 \end_inset
4463
4464 avec les différents types de points
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 \begin_inset Formula $\begin{array}{ccc}
4474 A_{11} & \cdots & A_{1m}\\
4475 \vdots & \ddots & \vdots\\
4476 A_{n1} & \cdots & A_{nm}
4477 \end{array}$
4478 \end_inset
4479
4480
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 </lyxtabular>
4487
4488 \end_inset
4489
4490
4491 \end_layout
4492
4493 \begin_layout Standard
4494 Les points de suspension accessibles avec le menu 
4495 \family sans
4496 Insertion\SpecialChar \menuseparator
4497 Caractère
4498 \begin_inset space ~
4499 \end_inset
4500
4501 spécial
4502 \family default
4503  sont des 
4504 \series bold
4505
4506 \backslash
4507 ldots
4508 \series default
4509 .
4510 \end_layout
4511
4512 \begin_layout Standard
4513 \begin_inset VSpace medskip
4514 \end_inset
4515
4516
4517 \end_layout
4518
4519 \begin_layout Standard
4520 Pour utiliser 
4521 \series bold
4522
4523 \backslash
4524 iddots
4525 \series default
4526 , on doit utiliser une des options 
4527 \family sans
4528 Utiliser
4529 \begin_inset space ~
4530 \end_inset
4531
4532 (automatiquement) le paquetage mathdots 
4533 \family default
4534 dans les paramètres du document, rubrique 
4535 \family sans
4536 Options du mode math
4537 \family default
4538 .
4539 \begin_inset Newline newline
4540 \end_inset
4541
4542 L'utilisation de l'option 
4543 \family sans
4544 Utiliser le paquetage mathdots
4545 \family default
4546  améliorera l'apparence de tous les points du document si leur police ou
4547  leur taille de caractère n'est pas le choix implicite.
4548 \end_layout
4549
4550 \begin_layout Standard
4551 \begin_inset VSpace medskip
4552 \end_inset
4553
4554 Spécialement pour les matrices, il y a des points de suspension qui peuvent
4555  couvrir plusieurs colonnes.
4556  Il sont créés avec la commande 
4557 \series bold
4558
4559 \backslash
4560 hdotsfor
4561 \series default
4562
4563 \begin_inset Index idx
4564 status collapsed
4565
4566 \begin_layout Plain Layout
4567 Commandes ! H ! 
4568 \backslash
4569 hdotsfor
4570 \end_layout
4571
4572 \end_inset
4573
4574 , qui a la syntaxe suivante:
4575 \end_layout
4576
4577 \begin_layout Standard
4578
4579 \series bold
4580
4581 \backslash
4582 hdotsfor[distance]{nombre de colonnes}
4583 \end_layout
4584
4585 \begin_layout Standard
4586 Le nombre de colonnes précise combien de colonnes doivent être couvertes.
4587  La distance est un facteur donnant la distance entre les points.
4588 \end_layout
4589
4590 \begin_layout Standard
4591 Dans la matrice suivante, on a inséré la commande 
4592 \series bold
4593
4594 \backslash
4595 hdotsfor[2]{4}
4596 \series default
4597  dans la première colonne de le deuxième ligne, pour avoir une ligne de
4598  points de suspension avec une distance entre points double de celle obtenue
4599  avec la commande 
4600 \series bold
4601
4602 \backslash
4603 dots
4604 \series default
4605 :
4606 \begin_inset Formula 
4607 \[
4608 \left(\begin{array}{cccc}
4609 A & B & C & D\\
4610 \hdotsfor[2]{4}\\
4611 a & z & e & r
4612 \end{array}\right)
4613 \]
4614
4615 \end_inset
4616
4617 Notez que les cases de la matrice qui doivent être couvertes doivent être
4618  vides, sinon vous aurez des erreurs LaTeX.
4619 \end_layout
4620
4621 \begin_layout Standard
4622 \begin_inset VSpace bigskip
4623 \end_inset
4624
4625 Pour aller plus loin, vous pouvez utiliser la commande 
4626 \series bold
4627
4628 \backslash
4629 dotfill
4630 \series default
4631
4632 \begin_inset Index idx
4633 status collapsed
4634
4635 \begin_layout Plain Layout
4636 Commandes ! D ! 
4637 \backslash
4638 dotfill
4639 \end_layout
4640
4641 \end_inset
4642
4643  pour remplir le reste d'une ligne avec des points.
4644  L'effet de ces commandes est le même que celui de 
4645 \series bold
4646
4647 \backslash
4648 hfill
4649 \series default
4650 , voir 
4651 \begin_inset CommandInset ref
4652 LatexCommand ref
4653 reference "sub:Espace-variable"
4654
4655 \end_inset
4656
4657 .
4658 \end_layout
4659
4660 \begin_layout Standard
4661 Par exemple, la commande 
4662 \series bold
4663 A
4664 \backslash
4665 dotfill
4666 \begin_inset space \textvisiblespace{}
4667 \end_inset
4668
4669 B
4670 \series default
4671  produit
4672 \end_layout
4673
4674 \begin_layout Standard
4675 \begin_inset Formula $A\dotfill B$
4676 \end_inset
4677
4678
4679 \end_layout
4680
4681 \begin_layout Standard
4682 Comme
4683 \series bold
4684  
4685 \backslash
4686 dotfill
4687 \series default
4688  avec des points, il existe la commande 
4689 \series bold
4690
4691 \backslash
4692 hrulefill
4693 \series default
4694
4695 \begin_inset Index idx
4696 status collapsed
4697
4698 \begin_layout Plain Layout
4699 Commandes ! H ! 
4700 \backslash
4701 hrulefill
4702 \end_layout
4703
4704 \end_inset
4705
4706  avec un filet:
4707 \end_layout
4708
4709 \begin_layout Standard
4710 \begin_inset Formula $A\hrulefill B$
4711 \end_inset
4712
4713
4714 \end_layout
4715
4716 \begin_layout Standard
4717 Pour utiliser ces commandes dans le texte, elles doivent être insérées en
4718  mode TeX.
4719 \end_layout
4720
4721 \begin_layout Section
4722 Matrices
4723 \begin_inset CommandInset label
4724 LatexCommand label
4725 name "sec:Matrices"
4726
4727 \end_inset
4728
4729
4730 \begin_inset Index idx
4731 status collapsed
4732
4733 \begin_layout Plain Layout
4734 Matrices
4735 \end_layout
4736
4737 \end_inset
4738
4739
4740 \end_layout
4741
4742 \begin_layout Standard
4743 On peut insérer des matrices avec le bouton 
4744 \begin_inset Info
4745 type  "icon"
4746 arg   "dialog-show mathmatrix"
4747 \end_inset
4748
4749  de la barre d'outils mathématique ou en utilisant le menu
4750 \family sans
4751  Insertion\SpecialChar \menuseparator
4752 Math\SpecialChar \menuseparator
4753 Matrice
4754 \begin_inset space ~
4755 \end_inset
4756
4757 mathématique
4758 \family default
4759 .
4760  On vous demande alors le nombre de lignes et de colonnes de la matrice,
4761  de leur alignement et de la décoration.
4762  L'alignement vertical n'est en fait important que pour les matrices qui
4763  se trouvent dans une formule en ligne:
4764 \end_layout
4765
4766 \begin_layout Standard
4767 L'alignement de la première matrice est haut 
4768 \begin_inset Formula $\begin{array}[t]{cccc}
4769 A & D & G & J\\
4770 B & E & H & K\\
4771 C & F & I & L
4772 \end{array}$
4773 \end_inset
4774
4775 , la seconde milieu 
4776 \begin_inset Formula $\begin{array}{cccc}
4777 A & D & G & J\\
4778 B & E & H & K\\
4779 C & F & I & L
4780 \end{array}$
4781 \end_inset
4782
4783 , et la troisième bas 
4784 \begin_inset Formula $\begin{array}[b]{cccc}
4785 A & D & G & J\\
4786 B & E & H & K\\
4787 C & F & I & L
4788 \end{array}$
4789 \end_inset
4790
4791  .
4792 \end_layout
4793
4794 \begin_layout Standard
4795 L'alignement horizontal précise comment le contenu des colonnes doit être
4796  aligné.
4797  On le choisit en entrant une lettre pour chaque colonne.
4798  
4799 \emph on
4800 l
4801 \emph default
4802  pour un alignement à gauche (left) , 
4803 \emph on
4804 c
4805 \emph default
4806  centré, et
4807 \emph on
4808  r
4809 \emph default
4810  à droite (right).
4811  Par exemple, pour créer une matrice
4812 \begin_inset space ~
4813 \end_inset
4814
4815 4
4816 \series bold
4817 ×
4818 \series default
4819 4 où la première colonne est alignée à gauche, la deuxième et la troisième
4820  sont centrées et la dernière est alignée à gauche, on va entrer 
4821 \series bold
4822 lccr
4823 \series default
4824  pour l'alignement horizontal.
4825  En principe, toutes les colonnes d'une matrice sont centrées, ce qui fait
4826  que l'alignement implicite pour toutes les colonnes est un 
4827 \series bold
4828 c
4829 \series default
4830 .
4831 \end_layout
4832
4833 \begin_layout Standard
4834 Alignement horizontal:
4835 \end_layout
4836
4837 \begin_layout Standard
4838
4839 \series bold
4840 lll
4841 \series default
4842  : 
4843 \begin_inset Formula $\begin{array}{lll}
4844 10000 & D & G\\
4845 B & 10000 & H\\
4846 C & F & 10000
4847 \end{array}$
4848 \end_inset
4849
4850  , 
4851 \series bold
4852 ccc
4853 \series default
4854  : 
4855 \begin_inset Formula $\begin{array}{ccc}
4856 10000 & D & G\\
4857 B & 10000 & H\\
4858 C & F & 10000
4859 \end{array}$
4860 \end_inset
4861
4862  , 
4863 \series bold
4864 rrr
4865 \series default
4866  : 
4867 \begin_inset Formula $\begin{array}{rrr}
4868 10000 & D & G\\
4869 B & 10000 & H\\
4870 C & F & 10000
4871 \end{array}$
4872 \end_inset
4873
4874
4875 \end_layout
4876
4877 \begin_layout Standard
4878 Pour ajouter ou supprimer des lignes ou des colonnes après coup, on peut
4879  utiliser les boutons 
4880 \begin_inset Info
4881 type  "icon"
4882 arg   "inset-modify tabular append-row"
4883 \end_inset
4884
4885
4886 \begin_inset Info
4887 type  "icon"
4888 arg   "inset-modify tabular delete-row"
4889 \end_inset
4890
4891 , etc.
4892 \begin_inset space \thinspace{}
4893 \end_inset
4894
4895 de la barre d'outils mathématique, ou le menu 
4896 \family sans
4897 Édition\SpecialChar \menuseparator
4898 Lignes
4899 \begin_inset space \thinspace{}
4900 \end_inset
4901
4902 &
4903 \begin_inset space \thinspace{}
4904 \end_inset
4905
4906 colonnes
4907 \family default
4908 .
4909  On peut aussi ajouter de nouvelles lignes avec 
4910 \family sans
4911 Ctrl-Entrée
4912 \family default
4913 .
4914 \end_layout
4915
4916 \begin_layout Standard
4917 \begin_inset VSpace bigskip
4918 \end_inset
4919
4920 La 
4921 \family sans
4922 Décoration
4923 \family default
4924  permet d'ajouter des parenthèses du type choisi autour de la matrice.
4925  Une autre façon d'ajouter des parenthèses autour d'une matrice, est soit
4926  d'utiliser les commandes 
4927 \series bold
4928
4929 \backslash
4930 left
4931 \series default
4932
4933 \begin_inset Index idx
4934 status collapsed
4935
4936 \begin_layout Plain Layout
4937 Commandes ! L ! 
4938 \backslash
4939 left
4940 \end_layout
4941
4942 \end_inset
4943
4944  et 
4945 \series bold
4946
4947 \backslash
4948 right
4949 \series default
4950
4951 \begin_inset Index idx
4952 status collapsed
4953
4954 \begin_layout Plain Layout
4955 Commandes ! R ! 
4956 \backslash
4957 right
4958 \end_layout
4959
4960 \end_inset
4961
4962  (raccourci 
4963 \family sans
4964 Alt-m
4965 \begin_inset space ~
4966 \end_inset
4967
4968 parenthèse
4969 \family default
4970 ), voir 
4971 \begin_inset CommandInset ref
4972 LatexCommand ref
4973 reference "sub:Taille-parenthèses-automatique"
4974
4975 \end_inset
4976
4977 , soit d'utiliser les commandes suivantes:
4978 \begin_inset VSpace medskip
4979 \end_inset
4980
4981
4982 \end_layout
4983
4984 \begin_layout Standard
4985 \begin_inset Tabular
4986 <lyxtabular version="3" rows="4" columns="2">
4987 <features rotate="0" tabularvalignment="middle">
4988 <column alignment="center" valignment="top" width="0pt">
4989 <column alignment="center" valignment="top">
4990 <row>
4991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 Commande
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Résultat
5005 \begin_inset Note Note
5006 status collapsed
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011
5012 \backslash
5013 raisebox
5014 \series default
5015  est seulement utilisée pour faire de la place
5016 \end_layout
5017
5018 \end_inset
5019
5020
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 </row>
5026 <row>
5027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031
5032 \backslash
5033 bmatrix
5034 \begin_inset space \textvisiblespace{}
5035 \end_inset
5036
5037 matrice
5038 \begin_inset space \thinspace{}
5039 \end_inset
5040
5041 2×2
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5051 0 & \textrm{-}\mathrm{i}\\
5052 \mathrm{i} & 0
5053 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5054 \end_inset
5055
5056
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \backslash
5069 Bmatrix
5070 \begin_inset space \textvisiblespace{}
5071 \end_inset
5072
5073 matrice
5074 \begin_inset space \thinspace{}
5075 \end_inset
5076
5077 2×2
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5087 0 & \textrm{-}\mathrm{i}\\
5088 \mathrm{i} & 0
5089 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5090 \end_inset
5091
5092
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row>
5099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103
5104 \backslash
5105 pmatrix
5106 \begin_inset space \textvisiblespace{}
5107 \end_inset
5108
5109 matrice
5110 \begin_inset space \thinspace{}
5111 \end_inset
5112
5113 2×2
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5123 0 & \textrm{-}\mathrm{i}\\
5124 \mathrm{i} & 0
5125 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5126 \end_inset
5127
5128
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 </row>
5134 </lyxtabular>
5135
5136 \end_inset
5137
5138
5139 \begin_inset space \hfill{}
5140 \end_inset
5141
5142
5143 \begin_inset Tabular
5144 <lyxtabular version="3" rows="4" columns="2">
5145 <features rotate="0" tabularvalignment="middle">
5146 <column alignment="center" valignment="top">
5147 <column alignment="center" valignment="top">
5148 <row>
5149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 Commande
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Résultat
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 <row>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \backslash
5175 vmatrix
5176 \begin_inset space \textvisiblespace{}
5177 \end_inset
5178
5179 matrice
5180 \begin_inset space \thinspace{}
5181 \end_inset
5182
5183 2×2
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5193 0 & \textrm{-}\mathrm{i}\\
5194 \mathrm{i} & 0
5195 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5196 \end_inset
5197
5198
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 </row>
5204 <row>
5205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209
5210 \backslash
5211 Vmatrix
5212 \begin_inset space \textvisiblespace{}
5213 \end_inset
5214
5215 matrice
5216 \begin_inset space \thinspace{}
5217 \end_inset
5218
5219 2×2
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5229 0 & \textrm{-}\mathrm{i}\\
5230 \mathrm{i} & 0
5231 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5232 \end_inset
5233
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \backslash
5247 matrix
5248 \begin_inset space \textvisiblespace{}
5249 \end_inset
5250
5251 matrice
5252 \begin_inset space \thinspace{}
5253 \end_inset
5254
5255 2×2
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5265 0 & \textrm{-}\mathrm{i}\\
5266 \mathrm{i} & 0
5267 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5268 \end_inset
5269
5270
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 </row>
5276 </lyxtabular>
5277
5278 \end_inset
5279
5280
5281 \end_layout
5282
5283 \begin_layout Standard
5284 \begin_inset VSpace medskip
5285 \end_inset
5286
5287 Quand on insère par exemple 
5288 \series bold
5289
5290 \backslash
5291 vmatrix,
5292 \series default
5293  une boîte bleue apparaît entre deux lignes verticales où la matrice est
5294  insérée.
5295 \begin_inset Newline newline
5296 \end_inset
5297
5298 Notez que les matrices décorées ignorent l'alignement vertical.
5299 \end_layout
5300
5301 \begin_layout Standard
5302 \begin_inset VSpace bigskip
5303 \end_inset
5304
5305 Comme toutes les formules multi-lignes sont en fait des matrices, la longueur
5306  
5307 \series bold
5308
5309 \backslash
5310 arraycolsep
5311 \series default
5312
5313 \begin_inset Index idx
5314 status collapsed
5315
5316 \begin_layout Plain Layout
5317 Commandes ! A ! 
5318 \backslash
5319 arraycolsep
5320 \end_layout
5321
5322 \end_inset
5323
5324  qui est décrite dans 
5325 \begin_inset CommandInset ref
5326 LatexCommand ref
5327 reference "sub:Séparation-des-colonnes"
5328
5329 \end_inset
5330
5331  peut aussi être utilisée pour changer la distance qui sépare les colonnes
5332  dans les matrices.
5333 \end_layout
5334
5335 \begin_layout Standard
5336 Pour changer l'espacement des lignes, on utilise la commande 
5337 \series bold
5338
5339 \backslash
5340 arraystretch
5341 \series default
5342
5343 \begin_inset Index idx
5344 status collapsed
5345
5346 \begin_layout Plain Layout
5347 Commandes ! A ! 
5348 \backslash
5349 arraystretch
5350 \end_layout
5351
5352 \end_inset
5353
5354  de la façon suivante:
5355 \end_layout
5356
5357 \begin_layout Standard
5358
5359 \series bold
5360
5361 \backslash
5362 renewcommand{
5363 \backslash
5364 arraystretch}{facteur d'étirement}
5365 \begin_inset Index idx
5366 status collapsed
5367
5368 \begin_layout Plain Layout
5369 Commandes ! R ! 
5370 \backslash
5371 renewcommand
5372 \end_layout
5373
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \begin_layout Standard
5380 La commande 
5381 \series bold
5382
5383 \backslash
5384 renewcommand
5385 \series default
5386  affecte le facteur d'étirement à la commande prédéfinie 
5387 \series bold
5388
5389 \backslash
5390 arraystretch
5391 \series default
5392 .
5393  Par exemple, pour doubler l'espacement des lignes, utilisez un facteur
5394  2.
5395  Ce facteur sera utilisé pour toutes les matrices qui suivent.
5396  Pour revenir à l'espacement initial, affectez un facteur 1 à 
5397 \series bold
5398
5399 \backslash
5400 arraystretch
5401 \series default
5402 .
5403 \end_layout
5404
5405 \begin_layout Standard
5406 Pour insérer une matrice dans une ligne de texte, on utilise la commande
5407  
5408 \series bold
5409
5410 \backslash
5411 smallmatrix
5412 \series default
5413
5414 \begin_inset Index idx
5415 status collapsed
5416
5417 \begin_layout Plain Layout
5418 Commandes ! S ! 
5419 \backslash
5420 smallmatrix
5421 \end_layout
5422
5423 \end_inset
5424
5425 .
5426  Quand elle est insérée, une boîte bleue avec deux lignes en pointillé apparaît
5427  où la matrice est insérée.
5428 \end_layout
5429
5430 \begin_layout Standard
5431 Voici une matrice 
5432 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5433 C & D
5434 \end{smallmatrix}\right)$
5435 \end_inset
5436
5437  dans une ligne de texte.
5438 \end_layout
5439
5440 \begin_layout Section
5441 Parenthèses et autres délimiteurs
5442 \begin_inset Index idx
5443 status collapsed
5444
5445 \begin_layout Plain Layout
5446 Parenthèses
5447 \end_layout
5448
5449 \end_inset
5450
5451
5452 \begin_inset Index idx
5453 status collapsed
5454
5455 \begin_layout Plain Layout
5456 Accolades
5457 \end_layout
5458
5459 \end_inset
5460
5461
5462 \begin_inset Index idx
5463 status collapsed
5464
5465 \begin_layout Plain Layout
5466 Crochets
5467 \end_layout
5468
5469 \end_inset
5470
5471
5472 \begin_inset Index idx
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476 Delimiteurs@Délimiteurs
5477 \end_layout
5478
5479 \end_inset
5480
5481
5482 \end_layout
5483
5484 \begin_layout Subsection
5485 Parenthèses verticales et délimiteurs
5486 \begin_inset Index idx
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490 Accolades ! verticales
5491 \end_layout
5492
5493 \end_inset
5494
5495
5496 \end_layout
5497
5498 \begin_layout Standard
5499 \begin_inset space \hfill{}
5500 \end_inset
5501
5502
5503 \begin_inset Tabular
5504 <lyxtabular version="3" rows="9" columns="2">
5505 <features rotate="0" tabularvalignment="middle">
5506 <column alignment="center" valignment="top" width="0pt">
5507 <column alignment="center" valignment="top" width="0pt">
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 Commande
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 Résultat
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 (
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 \begin_inset Formula $($
5543 \end_inset
5544
5545
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 </row>
5551 <row>
5552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 {
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 \begin_inset Formula $\{$
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 [
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 \begin_inset Formula $[$
5589 \end_inset
5590
5591
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 </row>
5597 <row>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602
5603 \backslash
5604 langle
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 \begin_inset Formula $\langle$
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627
5628 \backslash
5629 lceil
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 \begin_inset Formula $\lceil$
5639 \end_inset
5640
5641
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 </row>
5647 <row>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652
5653 \backslash
5654 lfloor
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 \begin_inset Formula $\lfloor$
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 /
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 \begin_inset Formula $/$
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 |
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 \begin_inset Formula $|$
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 </row>
5718 </lyxtabular>
5719
5720 \end_inset
5721
5722
5723 \begin_inset space \hfill{}
5724 \end_inset
5725
5726
5727 \begin_inset Tabular
5728 <lyxtabular version="3" rows="9" columns="2">
5729 <features rotate="0" tabularvalignment="middle">
5730 <column alignment="center" valignment="top" width="0pt">
5731 <column alignment="center" valignment="top" width="0pt">
5732 <row>
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 Commande
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 Résultat
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 )
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 \begin_inset Formula $)$
5767 \end_inset
5768
5769
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 <row>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 }
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 \begin_inset Formula $\}$
5790 \end_inset
5791
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 ]
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $]$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826
5827 \backslash
5828 rangle
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $\rangle$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851
5852 \backslash
5853 rceil
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 \begin_inset Formula $\rceil$
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 </row>
5871 <row>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876
5877 \backslash
5878 rfloor
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 \begin_inset Formula $\rfloor$
5888 \end_inset
5889
5890
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901
5902 \backslash
5903
5904 \backslash
5905
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $\backslash$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 |
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\|$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 </lyxtabular>
5949
5950 \end_inset
5951
5952
5953 \begin_inset space \hfill{}
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \begin_layout Standard
5960 \begin_inset Note Greyedout
5961 status open
5962
5963 \begin_layout Plain Layout
5964
5965 \series bold
5966 Notez:
5967 \series default
5968  En mode TeX, on doit utiliser la commande 
5969 \series bold
5970
5971 \backslash
5972 textbackslash
5973 \series default
5974
5975 \begin_inset Index idx
5976 status collapsed
5977
5978 \begin_layout Plain Layout
5979 Commandes ! T ! 
5980 \backslash
5981 textbackslash
5982 \end_layout
5983
5984 \end_inset
5985
5986  pour la barre de fraction inverse (backslash), puisque la commande 
5987 \backslash
5988
5989 \backslash
5990  produit un saut de ligne.
5991 \end_layout
5992
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \begin_layout Standard
5999 On peut ajuster la taille de tous les caractères listés ci-dessus avec les
6000  commandes décrites dans les deux sous-sections qui suivent.
6001  Quand on utilise ces commandes, on peut utiliser directement les caractères
6002  < et > , plutôt que les commandes 
6003 \series bold
6004
6005 \backslash
6006 langle
6007 \series default
6008  et 
6009 \series bold
6010
6011 \backslash
6012 rangle
6013 \series default
6014 .
6015 \end_layout
6016
6017 \begin_layout Subsubsection
6018 Taille de parenthèse manuelle
6019 \begin_inset CommandInset label
6020 LatexCommand label
6021 name "sub:Taille-parenthèses-manuelle"
6022
6023 \end_inset
6024
6025
6026 \begin_inset Index idx
6027 status collapsed
6028
6029 \begin_layout Plain Layout
6030 Taille parenthèses ! manuelle
6031 \end_layout
6032
6033 \end_inset
6034
6035
6036 \end_layout
6037
6038 \begin_layout Standard
6039 La taille des parenthèses peut être précisée manuellement en utilisant les
6040  commandes LaTeX 
6041 \series bold
6042
6043 \backslash
6044 big
6045 \series default
6046
6047 \begin_inset Index idx
6048 status collapsed
6049
6050 \begin_layout Plain Layout
6051 Commandes ! B ! 
6052 \backslash
6053 big
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \series bold
6060
6061 \backslash
6062 Big
6063 \series default
6064
6065 \series bold
6066
6067 \backslash
6068 bigg
6069 \series default
6070 , et 
6071 \series bold
6072
6073 \backslash
6074 Bigg
6075 \series default
6076 .
6077  
6078 \series bold
6079
6080 \backslash
6081 big
6082 \series default
6083  indique la plus petite taille et 
6084 \series bold
6085
6086 \backslash
6087 Bigg
6088 \series default
6089  la plus grande.
6090 \end_layout
6091
6092 \begin_layout Standard
6093 Ces commandes sont utilisées pour mettre en évidence les différents niveaux
6094  de parenthèses:
6095 \end_layout
6096
6097 \begin_layout Standard
6098 \align center
6099 \begin_inset Tabular
6100 <lyxtabular version="3" rows="2" columns="2">
6101 <features rotate="0" tabularvalignment="middle">
6102 <column alignment="center" valignment="top" width="0pt">
6103 <column alignment="center" valignment="top" width="0pt">
6104 <row>
6105 <cell alignment="center" valignment="top" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 toutes les parenthèses de la même taille:
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6119 \end_inset
6120
6121
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 </row>
6127 <row>
6128 <cell alignment="center" valignment="top" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132 c'est mieux comme cela:
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6142 \end_inset
6143
6144
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 </row>
6150 </lyxtabular>
6151
6152 \end_inset
6153
6154
6155 \begin_inset Note Note
6156 status collapsed
6157
6158 \begin_layout Plain Layout
6159
6160 \series bold
6161
6162 \backslash
6163 raisebox
6164 \series default
6165  est seulement utilisée pour faire de la place
6166 \end_layout
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \begin_layout Standard
6174 Pour la deuxième formule, on a utilisé la commande 
6175 \backslash
6176 Big((A+B)(A-B)
6177 \backslash
6178 Big)^
6179 \begin_inset space \textvisiblespace{}
6180 \end_inset
6181
6182 C.
6183 \end_layout
6184
6185 \begin_layout Standard
6186 Voici un aperçu de toutes les tailles de parenthèses:
6187 \end_layout
6188
6189 \begin_layout Standard
6190 \align center
6191
6192 \backslash
6193 Bigg(
6194 \backslash
6195 exp
6196 \backslash
6197 bigg<
6198 \backslash
6199 Big[
6200 \backslash
6201 big{
6202 \backslash
6203 ln(3x)
6204 \backslash
6205 big}^2
6206 \begin_inset space \textvisiblespace{}
6207 \end_inset
6208
6209
6210 \backslash
6211 sin(x)
6212 \backslash
6213 Big]^
6214 \begin_inset space \textvisiblespace{}
6215 \end_inset
6216
6217 A
6218 \begin_inset space \textvisiblespace{}
6219 \end_inset
6220
6221
6222 \backslash
6223 bigg>
6224 \backslash
6225 Bigg)^0,5
6226 \end_layout
6227
6228 \begin_layout Standard
6229 \align center
6230 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \begin_layout Standard
6237 En plus des commandes 
6238 \series bold
6239
6240 \backslash
6241 big
6242 \series default
6243 , il y a la variante 
6244 \series bold
6245
6246 \backslash
6247 bigm
6248 \series default
6249
6250 \begin_inset Index idx
6251 status collapsed
6252
6253 \begin_layout Plain Layout
6254 Commandes ! B ! 
6255 \backslash
6256 bigm
6257 \end_layout
6258
6259 \end_inset
6260
6261  qui ajoute un peu plus d'espace entre la parenthèse et son contenu, et
6262  la variante 
6263 \series bold
6264
6265 \backslash
6266 bigl
6267 \series default
6268 -
6269 \series bold
6270
6271 \backslash
6272 bigr
6273 \series default
6274
6275 \begin_inset Index idx
6276 status collapsed
6277
6278 \begin_layout Plain Layout
6279 Commandes ! B ! 
6280 \backslash
6281 bigl - 
6282 \backslash
6283 bigr
6284 \end_layout
6285
6286 \end_inset
6287
6288 , qui n'ajoute pas d'espace.
6289  Le 
6290 \emph on
6291 l
6292 \emph default
6293  à la fin de la commande 
6294 \series bold
6295
6296 \backslash
6297 bigl
6298 \series default
6299  est pour la parenthèse gauche; pour la parenthèse droite, il est remplacé
6300  par un 
6301 \emph on
6302 r
6303 \emph default
6304 .
6305  Une parenthèse droite ou gauche peut être aussi bien une parenthèse fermante
6306  ou ouvrante.
6307 \end_layout
6308
6309 \begin_layout Standard
6310 Dans le tableau qui suit il y a une comparaison des différentes variantes:
6311 \end_layout
6312
6313 \begin_layout Standard
6314 \align center
6315 \begin_inset Tabular
6316 <lyxtabular version="3" rows="5" columns="2">
6317 <features rotate="0" tabularvalignment="middle">
6318 <column alignment="center" valignment="middle">
6319 <column alignment="center" valignment="middle">
6320 <row>
6321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 Commande
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 Résultat
6335 \begin_inset Note Note
6336 status collapsed
6337
6338 \begin_layout Plain Layout
6339
6340 \series bold
6341
6342 \backslash
6343 raisebox
6344 \series default
6345  est seulement utilisée pour faire de la place
6346 \end_layout
6347
6348 \end_inset
6349
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \backslash
6363 Bigm(
6364 \backslash
6365 bigm(
6366 \backslash
6367 ln(3x)
6368 \backslash
6369 bigm)^2
6370 \begin_inset space \textvisiblespace{}
6371 \end_inset
6372
6373
6374 \backslash
6375 Bigm)
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6385 \end_inset
6386
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398
6399 \backslash
6400 Big(
6401 \backslash
6402 big(
6403 \backslash
6404 ln(3x)
6405 \backslash
6406 big)^2
6407 \begin_inset space \textvisiblespace{}
6408 \end_inset
6409
6410
6411 \backslash
6412 Big)
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 <row>
6431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435
6436 \backslash
6437 Bigl(
6438 \backslash
6439 bigl(
6440 \backslash
6441 ln(3x)
6442 \backslash
6443 bigr)^2
6444 \begin_inset space \textvisiblespace{}
6445 \end_inset
6446
6447
6448 \backslash
6449 Bigr)
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6455 \begin_inset Text
6456
6457 \begin_layout Plain Layout
6458 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6459 \end_inset
6460
6461
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 </row>
6467 <row>
6468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472
6473 \backslash
6474 bigl)
6475 \backslash
6476 ln(3x)
6477 \backslash
6478 bigr(
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6488 \end_inset
6489
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 </lyxtabular>
6497
6498 \end_inset
6499
6500
6501 \end_layout
6502
6503 \begin_layout Subsubsection
6504 Taille de parenthèse automatique
6505 \begin_inset CommandInset label
6506 LatexCommand label
6507 name "sub:Taille-parenthèses-automatique"
6508
6509 \end_inset
6510
6511
6512 \begin_inset Index idx
6513 status collapsed
6514
6515 \begin_layout Plain Layout
6516 Taille parenthèses ! automatique
6517 \end_layout
6518
6519 \end_inset
6520
6521
6522 \end_layout
6523
6524 \begin_layout Standard
6525 On peut insérer des parenthèses à taille variable avec les commandes 
6526 \series bold
6527
6528 \backslash
6529 left
6530 \series default
6531
6532 \begin_inset Index idx
6533 status collapsed
6534
6535 \begin_layout Plain Layout
6536 Commandes ! L ! 
6537 \backslash
6538 left
6539 \end_layout
6540
6541 \end_inset
6542
6543  et 
6544 \series bold
6545
6546 \backslash
6547 right
6548 \series default
6549
6550 \begin_inset Index idx
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 Commandes ! R ! 
6555 \backslash
6556 right
6557 \end_layout
6558
6559 \end_inset
6560
6561  ou avec le bouton
6562 \begin_inset space ~
6563 \end_inset
6564
6565
6566 \begin_inset Info
6567 type  "icon"
6568 arg   "dialog-show mathdelimiter"
6569 \end_inset
6570
6571  de la barre d'outils mathématique.
6572  On doit insérer la parenthèse voulue juste après la commande 
6573 \series bold
6574
6575 \backslash
6576 left
6577 \series default
6578  ou 
6579 \series bold
6580
6581 \backslash
6582 right
6583 \series default
6584 .
6585  La taille de la parenthèse sera alors calculée automatiquement pour la
6586  sortie.
6587 \end_layout
6588
6589 \begin_layout Standard
6590 \align center
6591 parenthèse normale: La commande 
6592 \series bold
6593
6594 \backslash
6595 ln(
6596 \backslash
6597 frac
6598 \begin_inset space \textvisiblespace{}
6599 \end_inset
6600
6601 A
6602 \begin_inset Formula $\downarrow$
6603 \end_inset
6604
6605 C
6606 \begin_inset space \textvisiblespace{}
6607 \end_inset
6608
6609 )
6610 \series default
6611  donne
6612 \begin_inset Formula 
6613 \[
6614 \ln(\frac{A}{C})
6615 \]
6616
6617 \end_inset
6618
6619
6620 \end_layout
6621
6622 \begin_layout Standard
6623 \align center
6624 parenthèse adaptable: La commande 
6625 \series bold
6626
6627 \backslash
6628 ln
6629 \backslash
6630 left(
6631 \backslash
6632 frac
6633 \begin_inset space \textvisiblespace{}
6634 \end_inset
6635
6636 A
6637 \begin_inset Formula $\downarrow$
6638 \end_inset
6639
6640 C
6641 \begin_inset space \textvisiblespace{}
6642 \end_inset
6643
6644
6645 \backslash
6646 right)
6647 \series default
6648  donne
6649 \begin_inset Formula 
6650 \[
6651 \ln\left(\frac{A}{C}\right)
6652 \]
6653
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \begin_layout Standard
6660 À la place des commandes 
6661 \series bold
6662
6663 \backslash
6664 left
6665 \series default
6666  et 
6667 \series bold
6668
6669 \backslash
6670 right
6671 \series default
6672  on peut utiliser le raccourci 
6673 \family sans
6674 Alt+M
6675 \begin_inset space ~
6676 \end_inset
6677
6678 parenthèse
6679 \family default
6680 .
6681  Ceci a l'avantage que vous pouvez voir immédiatement dans LyX la taille
6682  réelle des parenthèses et que la parenthèse droite associée est aussi créée
6683  en même temps.
6684 \begin_inset Newline newline
6685 \end_inset
6686
6687 La commande pour le dernier exemple serait alors: 
6688 \series bold
6689
6690 \backslash
6691 ln Alt+M
6692 \series default
6693  
6694 \series bold
6695 (
6696 \backslash
6697 frac
6698 \begin_inset space \textvisiblespace{}
6699 \end_inset
6700
6701 A
6702 \begin_inset Formula $\downarrow$
6703 \end_inset
6704
6705 C
6706 \end_layout
6707
6708 \begin_layout Standard
6709 Pour omettre une parenthèse gauche ou droite, on met un point à la place
6710  de la parenthèse omise.
6711  Par exemple, la commande 
6712 \series bold
6713
6714 \backslash
6715 left.
6716 \backslash
6717 frac
6718 \begin_inset space \textvisiblespace{}
6719 \end_inset
6720
6721 A
6722 \begin_inset Formula $\downarrow$
6723 \end_inset
6724
6725 B
6726 \begin_inset space \textvisiblespace{}
6727 \end_inset
6728
6729
6730 \backslash
6731 right}
6732 \series default
6733  donne:
6734 \series bold
6735
6736 \begin_inset Formula 
6737 \[
6738 \left.\frac{A}{B}\right\} 
6739 \]
6740
6741 \end_inset
6742
6743
6744 \series default
6745 Les commandes 
6746 \series bold
6747
6748 \backslash
6749 left
6750 \series default
6751  et 
6752 \series bold
6753
6754 \backslash
6755 right
6756 \series default
6757  seront converties par LyX en parenthèses de taille appropriée quand le
6758  document sera rechargé et une parenthèse omise apparaîtra sous la forme
6759  d'une ligne en pointillé.
6760 \end_layout
6761
6762 \begin_layout Standard
6763 \begin_inset VSpace bigskip
6764 \end_inset
6765
6766 Parce que toutes les distributions LaTeX courantes utilisent eTeX, une extension
6767  de LaTeX, la commande 
6768 \series bold
6769
6770 \backslash
6771 middle
6772 \series default
6773
6774 \begin_inset Index idx
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778 Commandes ! M ! 
6779 \backslash
6780 middle
6781 \end_layout
6782
6783 \end_inset
6784
6785  est aussi disponible pour toutes les parenthèses et limites.
6786  Avec cette commande la taille du caractère suivant est adaptée à la taille
6787  des parenthèses voisines, ce qui est nécessaire par exemple, pour les vecteurs
6788  de la physique quantique:
6789 \begin_inset Formula 
6790 \[
6791 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6792 \]
6793
6794 \end_inset
6795
6796 Pour les vecteurs physiques, il existe un paquetage LaTeX spécialisé décrit
6797  en 
6798 \begin_inset CommandInset ref
6799 LatexCommand ref
6800 reference "sub:Vecteurs-physiques"
6801
6802 \end_inset
6803
6804 .
6805 \end_layout
6806
6807 \begin_layout Subsection
6808 Accolades horizontales
6809 \begin_inset Index idx
6810 status collapsed
6811
6812 \begin_layout Plain Layout
6813 Accolades ! horizontales
6814 \end_layout
6815
6816 \end_inset
6817
6818
6819 \end_layout
6820
6821 \begin_layout Standard
6822 \align center
6823 \begin_inset Tabular
6824 <lyxtabular version="3" rows="4" columns="2">
6825 <features rotate="0" tabularvalignment="middle">
6826 <column alignment="center" valignment="top" width="0pt">
6827 <column alignment="center" valignment="top" width="0pt">
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 Commande
6834 \begin_inset Note Note
6835 status collapsed
6836
6837 \begin_layout Plain Layout
6838
6839 \series bold
6840
6841 \backslash
6842 raisebox
6843 \series default
6844  est seulement utilisée pour faire de la place
6845 \end_layout
6846
6847 \end_inset
6848
6849
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6855 \begin_inset Text
6856
6857 \begin_layout Plain Layout
6858 Résultat
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 </row>
6864 <row>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 \begin_inset ERT
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873
6874
6875 \backslash
6876 raisebox{2.3mm}{
6877 \end_layout
6878
6879 \end_inset
6880
6881
6882 \backslash
6883 overbrace
6884 \begin_inset space \textvisiblespace{}
6885 \end_inset
6886
6887 A+B
6888 \begin_inset space \textvisiblespace{}
6889 \end_inset
6890
6891 ^
6892 \begin_inset space \textvisiblespace{}
6893 \end_inset
6894
6895 3
6896 \begin_inset ERT
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901 }
6902 \end_layout
6903
6904 \end_inset
6905
6906
6907 \begin_inset Index idx
6908 status collapsed
6909
6910 \begin_layout Plain Layout
6911 Commandes ! O ! 
6912 \backslash
6913 overbrace
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 \begin_inset Formula $\overbrace{A+B}^{3}$
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 </row>
6936 <row>
6937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 \begin_inset ERT
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945
6946
6947 \backslash
6948 raisebox{-2.2mm}{
6949 \end_layout
6950
6951 \end_inset
6952
6953
6954 \backslash
6955 underbrace
6956 \begin_inset space \textvisiblespace{}
6957 \end_inset
6958
6959 A+B
6960 \begin_inset space \textvisiblespace{}
6961 \end_inset
6962
6963 _5
6964 \begin_inset ERT
6965 status collapsed
6966
6967 \begin_layout Plain Layout
6968
6969 }
6970 \end_layout
6971
6972 \end_inset
6973
6974
6975 \begin_inset Index idx
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979 Commandes ! U ! 
6980 \backslash
6981 underbrace
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 \begin_inset Formula $\underbrace{A+B}_{5}$
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \backslash
7011 overbrace
7012 \begin_inset space \textvisiblespace{}
7013 \end_inset
7014
7015
7016 \backslash
7017 underbrace
7018 \begin_inset space \textvisiblespace{}
7019 \end_inset
7020
7021 A+B_w
7022 \begin_inset space \textvisiblespace{}
7023 \end_inset
7024
7025
7026 \begin_inset space \textvisiblespace{}
7027 \end_inset
7028
7029 _7
7030 \begin_inset space \textvisiblespace{}
7031 \end_inset
7032
7033
7034 \begin_inset space \textvisiblespace{}
7035 \end_inset
7036
7037 ^
7038 \begin_inset space \textvisiblespace{}
7039 \end_inset
7040
7041 C
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 </lyxtabular>
7060
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \begin_layout Standard
7067 Dans le dernier exemple, il importe peu que 
7068 \series bold
7069
7070 \backslash
7071 overbrace
7072 \series default
7073  ou 
7074 \series bold
7075
7076 \backslash
7077 underbrace
7078 \series default
7079  soit inséré en premier.
7080 \end_layout
7081
7082 \begin_layout Standard
7083 \begin_inset VSpace bigskip
7084 \end_inset
7085
7086 Quand des accolades doivent se chevaucher les unes les autres, on doit utiliser
7087  des formules multi-lignes, comme c'est décrit en :
7088 \begin_inset Formula 
7089 \begin{eqnarray*}
7090 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7091  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7092 \end{eqnarray*}
7093
7094 \end_inset
7095
7096 Dans la première ligne la formule est insérée avec l'accolade.
7097  Dans celle-ci, il est important que la commande d'espacement
7098 \begin_inset Foot
7099 status collapsed
7100
7101 \begin_layout Plain Layout
7102 Les commandes concernant les espaces sont expliquées dans 
7103 \begin_inset CommandInset ref
7104 LatexCommand ref
7105 reference "sub:Espace-prédéfini"
7106
7107 \end_inset
7108
7109 .
7110 \end_layout
7111
7112 \end_inset
7113
7114  
7115 \series bold
7116
7117 \backslash
7118 :
7119 \series default
7120  soit insérée avant le premier 
7121 \begin_inset Formula $d$
7122 \end_inset
7123
7124 , parce que l'accolade qui se termine après le dernier 
7125 \begin_inset Formula $q$
7126 \end_inset
7127
7128  empêche que le 
7129 \begin_inset Quotes eld
7130 \end_inset
7131
7132 +
7133 \begin_inset Quotes erd
7134 \end_inset
7135
7136  qui suit soit entouré par des espaces
7137 \begin_inset Foot
7138 status collapsed
7139
7140 \begin_layout Plain Layout
7141 parce que l'accolade n'est pas traitée comme un caractère, voir 
7142 \begin_inset CommandInset ref
7143 LatexCommand ref
7144 reference "sub:Opérateurs-binaires"
7145
7146 \end_inset
7147
7148
7149 \end_layout
7150
7151 \end_inset
7152
7153 .
7154  On insère la deuxième accolade dans la deuxième ligne.
7155  Comme elle doit commencer juste avant le premier 
7156 \begin_inset Formula $b$
7157 \end_inset
7158
7159 , on insère d'abord la commande 
7160 \series bold
7161
7162 \backslash
7163 hphantom{gggg+
7164 \backslash
7165 :}
7166 \series default
7167
7168 \begin_inset Foot
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172 plus au sujet de 
7173 \series bold
7174
7175 \backslash
7176 hphantom
7177 \series default
7178 , voir 
7179 \begin_inset CommandInset ref
7180 LatexCommand ref
7181 reference "sub:Garnitures"
7182
7183 \end_inset
7184
7185
7186 \end_layout
7187
7188 \end_inset
7189
7190 .
7191  Cet espace est nécessaire puisque le 
7192 \begin_inset Quotes eld
7193 \end_inset
7194
7195 +
7196 \begin_inset Quotes erd
7197 \end_inset
7198
7199  est aussi entouré d'espace dans la formule.
7200  L'accolade est placée sous la commande 
7201 \series bold
7202
7203 \backslash
7204 hphantom{bbqq+dddd}
7205 \series default
7206 .
7207 \end_layout
7208
7209 \begin_layout Standard
7210 Cela devient plus compliqué quand les deux accolades se chevauchent comme
7211  dans l'exemple suivant:
7212 \begin_inset ERT
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216
7217
7218 \backslash
7219 setlength{
7220 \backslash
7221 jot}{-6pt}
7222 \end_layout
7223
7224 \end_inset
7225
7226
7227 \begin_inset Formula 
7228 \begin{eqnarray*}
7229  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7230 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7231 \end{eqnarray*}
7232
7233 \end_inset
7234
7235
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 setlength{
7244 \backslash
7245 jot}{3pt}
7246 \end_layout
7247
7248 \end_inset
7249
7250 La première ligne de la formule est la même que la deuxième ligne de l'exemple
7251  précédent, à la différence que l'accolade se trouve maintenant au dessus.
7252  La seconde ligne contient la formule avec la deuxième accolade.
7253  Pour éviter qu'il y ait trop d'espace entre l'accolade de la première ligne
7254  et la formule, on doit réduire l'espacement entre les lignes.
7255  Ce n'est pas facile à cause d'un bug de LyX
7256 \begin_inset Foot
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260 \begin_inset CommandInset href
7261 LatexCommand href
7262 name "LyX-bug #1505"
7263 target "http://www.lyx.org/trac/ticket/1505"
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \end_inset
7271
7272 .
7273  Comme solution à ce problème, on peut mettre à -6
7274 \begin_inset space \thinspace{}
7275 \end_inset
7276
7277 pt la formule globale pour l'espacement des lignes 
7278 \series bold
7279
7280 \backslash
7281 jot
7282 \series default
7283
7284 \begin_inset Index idx
7285 status collapsed
7286
7287 \begin_layout Plain Layout
7288 Commandes ! J ! 
7289 \backslash
7290 jot
7291 \begin_inset ERT
7292 status collapsed
7293
7294 \begin_layout Plain Layout
7295
7296
7297 \backslash
7298 vspace{4mm}
7299 \end_layout
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \end_inset
7307
7308 , juste avant la formule en utilisant la commande 
7309 \series bold
7310
7311 \backslash
7312 setlength{
7313 \backslash
7314 jot}{-6pt}
7315 \series default
7316  en mode TeX.
7317  
7318 \series bold
7319
7320 \backslash
7321 jot
7322 \series default
7323  est remise à sa valeur initiale de 3
7324 \begin_inset space \thinspace{}
7325 \end_inset
7326
7327 pt juste après la formule, en utilisant la même commande.
7328  Vous trouverez plus d'explications sur la séparation des lignes dans les
7329  formules dans 
7330 \begin_inset CommandInset ref
7331 LatexCommand ref
7332 reference "sub:Séparation-des-lignes"
7333
7334 \end_inset
7335
7336 .
7337 \end_layout
7338
7339 \begin_layout Section
7340 Flèches
7341 \begin_inset Index idx
7342 status collapsed
7343
7344 \begin_layout Plain Layout
7345 Flèches
7346 \end_layout
7347
7348 \end_inset
7349
7350
7351 \end_layout
7352
7353 \begin_layout Standard
7354 On peut insérer des flèches avec le bouton 
7355 \begin_inset Info
7356 type  "icon"
7357 arg   "math-insert \\leftarrow"
7358 \end_inset
7359
7360  de la barre d'outils mathématique ou en insérant une des commandes listées
7361  dans les sous-sections qui suivent.
7362 \end_layout
7363
7364 \begin_layout Subsection
7365 Flèches horizontales
7366 \begin_inset Index idx
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370 Flèches ! horizontales
7371 \end_layout
7372
7373 \end_inset
7374
7375
7376 \end_layout
7377
7378 \begin_layout Standard
7379 \begin_inset space \hfill{}
7380 \end_inset
7381
7382
7383 \begin_inset Tabular
7384 <lyxtabular version="3" rows="8" columns="2">
7385 <features rotate="0" tabularvalignment="middle">
7386 <column alignment="center" valignment="top" width="0pt">
7387 <column alignment="center" valignment="top" width="0pt">
7388 <row>
7389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Plain Layout
7393 Commande
7394 \end_layout
7395
7396 \end_inset
7397 </cell>
7398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402 Résultat
7403 \end_layout
7404
7405 \end_inset
7406 </cell>
7407 </row>
7408 <row>
7409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \backslash
7415 gets
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 \begin_inset Formula $\gets$
7425 \end_inset
7426
7427
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 <row>
7434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \backslash
7440 Leftarrow
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449 \begin_inset Formula $\Leftarrow$
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 </row>
7458 <row>
7459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \backslash
7465 longleftarrow
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 \begin_inset Formula $\longleftarrow$
7475 \end_inset
7476
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row>
7484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488
7489 \backslash
7490 Longleftarrow
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 \begin_inset Formula $\Longleftarrow$
7500 \end_inset
7501
7502
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 </row>
7508 <row>
7509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7510 \begin_inset Text
7511
7512 \begin_layout Plain Layout
7513
7514 \backslash
7515 leftharpoonup
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 \begin_inset Formula $\leftharpoonup$
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 </row>
7533 <row>
7534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \backslash
7540 leftharpoondown
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 \begin_inset Formula $\leftharpoondown$
7550 \end_inset
7551
7552
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 </row>
7558 <row>
7559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \backslash
7565 hookleftarrow
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 \begin_inset Formula $\hookleftarrow$
7575 \end_inset
7576
7577
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 </row>
7583 </lyxtabular>
7584
7585 \end_inset
7586
7587
7588 \begin_inset space \hfill{}
7589 \end_inset
7590
7591
7592 \begin_inset Tabular
7593 <lyxtabular version="3" rows="8" columns="2">
7594 <features rotate="0" tabularvalignment="middle">
7595 <column alignment="center" valignment="top" width="0pt">
7596 <column alignment="center" valignment="top" width="0pt">
7597 <row>
7598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 Command
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 Résultat
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \backslash
7624 to
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 \begin_inset Formula $\to$
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \backslash
7649 Rightarrow
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 \begin_inset Formula $\Rightarrow$
7659 \end_inset
7660
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 <row>
7668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \backslash
7674 longrightarrow
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 \begin_inset Formula $\longrightarrow$
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \backslash
7699 Longrightarrow
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 \begin_inset Formula $\Longrightarrow$
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \backslash
7724 rightharpoonup
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 \begin_inset Formula $\rightharpoonup$
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row>
7743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \backslash
7749 rightharpoondown
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 \begin_inset Formula $\rightharpoondown$
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row>
7768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \backslash
7774 hookrightarrow
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 \begin_inset Formula $\hookrightarrow$
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 </lyxtabular>
7793
7794 \end_inset
7795
7796
7797 \begin_inset space \hfill{}
7798 \end_inset
7799
7800
7801 \end_layout
7802
7803 \begin_layout Standard
7804 \begin_inset space \hfill{}
7805 \end_inset
7806
7807
7808 \begin_inset Tabular
7809 <lyxtabular version="3" rows="6" columns="2">
7810 <features rotate="0" tabularvalignment="middle">
7811 <column alignment="center" valignment="top" width="0pt">
7812 <column alignment="center" valignment="top" width="0pt">
7813 <row>
7814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 Commande
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827 Résultat
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 </row>
7833 <row>
7834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838
7839 \backslash
7840 leftrightarrow
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 \begin_inset Formula $\leftrightarrow$
7850 \end_inset
7851
7852
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 <row>
7859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863
7864 \backslash
7865 Leftrightarrow
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 \begin_inset Formula $\Leftrightarrow$
7875 \end_inset
7876
7877
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \backslash
7890 longleftrightarrow
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 \begin_inset Formula $\longleftrightarrow$
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 </row>
7908 <row>
7909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913
7914 \backslash
7915 Longleftrightarrow
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924 \begin_inset Formula $\Longleftrightarrow$
7925 \end_inset
7926
7927
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 </row>
7933 <row>
7934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938
7939 \backslash
7940 rightleftharpoons
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949 \begin_inset Formula $\rightleftharpoons$
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 </lyxtabular>
7959
7960 \end_inset
7961
7962
7963 \begin_inset space \hspace{}
7964 \length 25pt
7965 \end_inset
7966
7967
7968 \begin_inset space \hfill{}
7969 \end_inset
7970
7971
7972 \begin_inset Tabular
7973 <lyxtabular version="3" rows="5" columns="2">
7974 <features rotate="0" tabularvalignment="middle">
7975 <column alignment="center" valignment="top" width="0pt">
7976 <column alignment="center" valignment="top" width="0pt">
7977 <row>
7978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982 Commande
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 Résultat
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row>
7998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \backslash
8004 mapsto
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 \begin_inset Formula $\mapsto$
8014 \end_inset
8015
8016
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \backslash
8029 longmapsto
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 \begin_inset Formula $\longmapsto$
8039 \end_inset
8040
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 </row>
8047 <row>
8048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8049 \begin_inset Text
8050
8051 \begin_layout Plain Layout
8052
8053 \backslash
8054 leadsto
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063 \begin_inset Formula $\leadsto$
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \backslash
8079 dasharrow
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088 \begin_inset Formula $\dasharrow$
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 </lyxtabular>
8098
8099 \end_inset
8100
8101
8102 \begin_inset space \hfill{}
8103 \end_inset
8104
8105
8106 \end_layout
8107
8108 \begin_layout Standard
8109 \begin_inset VSpace medskip
8110 \end_inset
8111
8112 Les flèches qui sont utilisées comme accentuation, comme par exemple les
8113  flèches des vecteurs, sont listées dans 
8114 \begin_inset CommandInset ref
8115 LatexCommand ref
8116 reference "sec:Accents"
8117
8118 \end_inset
8119
8120 .
8121 \end_layout
8122
8123 \begin_layout Standard
8124 \begin_inset VSpace bigskip
8125 \end_inset
8126
8127 Il y a aussi les flèches avec étiquette 
8128 \begin_inset Index idx
8129 status collapsed
8130
8131 \begin_layout Plain Layout
8132 Flèches ! avec étiquette
8133 \end_layout
8134
8135 \end_inset
8136
8137  
8138 \series bold
8139
8140 \backslash
8141 xleftarrow
8142 \series default
8143
8144 \begin_inset Index idx
8145 status collapsed
8146
8147 \begin_layout Plain Layout
8148 Commandes ! X ! 
8149 \backslash
8150 xleftarrow
8151 \end_layout
8152
8153 \end_inset
8154
8155  et 
8156 \series bold
8157
8158 \backslash
8159 xrightarrow
8160 \series default
8161
8162 \begin_inset Index idx
8163 status collapsed
8164
8165 \begin_layout Plain Layout
8166 Commandes ! X ! 
8167 \backslash
8168 xrightarrow
8169 \begin_inset ERT
8170 status collapsed
8171
8172 \begin_layout Plain Layout
8173
8174
8175 \backslash
8176 vspace{4mm}
8177 \end_layout
8178
8179 \end_inset
8180
8181
8182 \end_layout
8183
8184 \end_inset
8185
8186 .
8187  Quand on insère une de ces commandes dans une formule, une flèche avec
8188  deux boîtes bleues apparaît, dans lesquelles on peut mettre les étiquettes.
8189  La longueur de la flèche s'adapte à la largeur de l'étiquette.
8190 \end_layout
8191
8192 \begin_layout Standard
8193 \align center
8194 \begin_inset Tabular
8195 <lyxtabular version="3" rows="3" columns="2">
8196 <features rotate="0" tabularvalignment="middle">
8197 <column alignment="center" valignment="top" width="0pt">
8198 <column alignment="center" valignment="top" width="0pt">
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Commande
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Résultat
8214 \begin_inset Note Note
8215 status collapsed
8216
8217 \begin_layout Plain Layout
8218
8219 \series bold
8220
8221 \backslash
8222 raisebox
8223 \series default
8224  est seulement utilisée pour faire de la place
8225 \end_layout
8226
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 F(a)
8241 \backslash
8242 xleftarrow
8243 \begin_inset space \textvisiblespace{}
8244 \end_inset
8245
8246 x=a
8247 \begin_inset Formula $\downarrow$
8248 \end_inset
8249
8250 x>0
8251 \begin_inset Formula $\to$
8252 \end_inset
8253
8254 F(x)
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8260 \begin_inset Text
8261
8262 \begin_layout Plain Layout
8263 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 </row>
8272 <row>
8273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 F(x)
8278 \backslash
8279 xrightarrow
8280 \begin_inset space \textvisiblespace{}
8281 \end_inset
8282
8283 x=a
8284 \begin_inset Formula $\downarrow$
8285 \end_inset
8286
8287 x>0
8288 \begin_inset Formula $\to$
8289 \end_inset
8290
8291 F(a)
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 </lyxtabular>
8310
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \begin_layout Subsection
8317 Flèches verticales et diagonales
8318 \begin_inset Index idx
8319 status collapsed
8320
8321 \begin_layout Plain Layout
8322 Flèches ! diagonales
8323 \end_layout
8324
8325 \end_inset
8326
8327
8328 \begin_inset Index idx
8329 status collapsed
8330
8331 \begin_layout Plain Layout
8332 Flèches ! verticales
8333 \end_layout
8334
8335 \end_inset
8336
8337
8338 \end_layout
8339
8340 \begin_layout Standard
8341 \begin_inset space \hfill{}
8342 \end_inset
8343
8344
8345 \begin_inset Tabular
8346 <lyxtabular version="3" rows="7" columns="2">
8347 <features rotate="0" tabularvalignment="middle">
8348 <column alignment="center" valignment="top" width="0pt">
8349 <column alignment="center" valignment="top" width="0pt">
8350 <row>
8351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Commande
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Résultat
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \backslash
8377 uparrow
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 \begin_inset Formula $\uparrow$
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \backslash
8402 Uparrow
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 \begin_inset Formula $\Uparrow$
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \backslash
8427 updownarrow
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 \begin_inset Formula $\updownarrow$
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \backslash
8452 Updownarrow
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 \begin_inset Formula $\Updownarrow$
8462 \end_inset
8463
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \backslash
8477 Downarrow
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 \begin_inset Formula $\Downarrow$
8487 \end_inset
8488
8489
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \backslash
8502 downarrow
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 \begin_inset Formula $\downarrow$
8512 \end_inset
8513
8514
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 </lyxtabular>
8521
8522 \end_inset
8523
8524
8525 \begin_inset space \hfill{}
8526 \end_inset
8527
8528
8529 \begin_inset Tabular
8530 <lyxtabular version="3" rows="5" columns="2">
8531 <features rotate="0" tabularvalignment="middle">
8532 <column alignment="center" valignment="top" width="0pt">
8533 <column alignment="center" valignment="top" width="0pt">
8534 <row>
8535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 Commande
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Résultat
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \backslash
8561 nearrow
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 \begin_inset Formula $\nearrow$
8571 \end_inset
8572
8573
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 <row>
8580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584
8585 \backslash
8586 searrow
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 \begin_inset Formula $\searrow$
8596 \end_inset
8597
8598
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \backslash
8611 swarrow
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 \begin_inset Formula $\swarrow$
8621 \end_inset
8622
8623
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 </row>
8629 <row>
8630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \backslash
8636 nwarrow
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 \begin_inset Formula $\nwarrow$
8646 \end_inset
8647
8648
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 </lyxtabular>
8655
8656 \end_inset
8657
8658
8659 \begin_inset space \hfill{}
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \begin_layout Standard
8666 \begin_inset VSpace medskip
8667 \end_inset
8668
8669 Les flèches verticales peuvent aussi être utilisées comme séparateurs en
8670  même temps que les commandes décrites dans 
8671 \begin_inset CommandInset ref
8672 LatexCommand ref
8673 reference "sub:Taille-parenthèses-manuelle"
8674
8675 \end_inset
8676
8677  et 
8678 \begin_inset CommandInset ref
8679 LatexCommand ref
8680 reference "sub:Taille-parenthèses-automatique"
8681
8682 \end_inset
8683
8684 .
8685 \end_layout
8686
8687 \begin_layout Section
8688 Accents
8689 \begin_inset CommandInset label
8690 LatexCommand label
8691 name "sec:Accents"
8692
8693 \end_inset
8694
8695
8696 \begin_inset Index idx
8697 status collapsed
8698
8699 \begin_layout Plain Layout
8700 Accents
8701 \end_layout
8702
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \begin_layout Standard
8709 On peut ajouter des accents avec le bouton
8710 \begin_inset space ~
8711 \end_inset
8712
8713
8714 \begin_inset Graphics
8715         filename ../../images/math/hat.png
8716         scale 85
8717
8718 \end_inset
8719
8720  de la barre d'outils mathématique ou en utilisant les commandes listées
8721  dans les sous-sections qui suivent.
8722 \end_layout
8723
8724 \begin_layout Subsection
8725 Accents pour un caractère
8726 \begin_inset ERT
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730
8731
8732 \backslash
8733 texorpdfstring{
8734 \end_layout
8735
8736 \end_inset
8737
8738
8739 \begin_inset Foot
8740 status collapsed
8741
8742 \begin_layout Plain Layout
8743 pour les accents dans le texte, voir 
8744 \begin_inset CommandInset ref
8745 LatexCommand ref
8746 reference "sub:Accents-dans-le-texte"
8747
8748 \end_inset
8749
8750
8751 \end_layout
8752
8753 \end_inset
8754
8755
8756 \begin_inset ERT
8757 status collapsed
8758
8759 \begin_layout Plain Layout
8760
8761 }{}
8762 \end_layout
8763
8764 \end_inset
8765
8766
8767 \begin_inset Note Note
8768 status collapsed
8769
8770 \begin_layout Plain Layout
8771
8772 \series bold
8773
8774 \backslash
8775 texorpdfstring
8776 \series default
8777  est utilisé pour éviter que la note de bas de page apparaisse dans les
8778  signets PDF.
8779 \end_layout
8780
8781 \begin_layout Plain Layout
8782 Plus au sujet de 
8783 \series bold
8784
8785 \backslash
8786 texorpdfstring
8787 \series default
8788  dans la section 
8789 \begin_inset CommandInset ref
8790 LatexCommand ref
8791 reference "sub:formules-dans-les-entêtes"
8792
8793 \end_inset
8794
8795 .
8796 \end_layout
8797
8798 \end_inset
8799
8800
8801 \begin_inset CommandInset label
8802 LatexCommand label
8803 name "sub:Accents-sur-un-caractère"
8804
8805 \end_inset
8806
8807
8808 \begin_inset Index idx
8809 status collapsed
8810
8811 \begin_layout Plain Layout
8812 Accents ! pour un caractère
8813 \end_layout
8814
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \begin_layout Standard
8821 \begin_inset space \hfill{}
8822 \end_inset
8823
8824
8825 \begin_inset Tabular
8826 <lyxtabular version="3" rows="8" columns="2">
8827 <features rotate="0" tabularvalignment="middle">
8828 <column alignment="center" valignment="top" width="0pt">
8829 <column alignment="center" valignment="top" width="0pt">
8830 <row>
8831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Commande
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 Résultat
8845 \begin_inset Note Note
8846 status collapsed
8847
8848 \begin_layout Plain Layout
8849
8850 \series bold
8851
8852 \backslash
8853 raisebox
8854 \series default
8855  est seulement utilisée pour faire de la place
8856 \end_layout
8857
8858 \end_inset
8859
8860
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \backslash
8873 dot
8874 \begin_inset space \textvisiblespace{}
8875 \end_inset
8876
8877 A
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8887 \end_inset
8888
8889
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 </row>
8895 <row>
8896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900
8901 \backslash
8902 ddot
8903 \begin_inset space \textvisiblespace{}
8904 \end_inset
8905
8906 A
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8916 \end_inset
8917
8918
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \backslash
8931 dddot
8932 \begin_inset space \textvisiblespace{}
8933 \end_inset
8934
8935 A
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8945 \end_inset
8946
8947
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \backslash
8960 ddddot
8961 \begin_inset space \textvisiblespace{}
8962 \end_inset
8963
8964 A
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989 vec
8990 \begin_inset space \textvisiblespace{}
8991 \end_inset
8992
8993 A
8994 \begin_inset Index idx
8995 status collapsed
8996
8997 \begin_layout Plain Layout
8998 Vecteurs
8999 \end_layout
9000
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9013 \end_inset
9014
9015
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \backslash
9028 bar
9029 \begin_inset space \textvisiblespace{}
9030 \end_inset
9031
9032 A
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \backslash
9057 mathring
9058 \begin_inset space \textvisiblespace{}
9059 \end_inset
9060
9061 A
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 </lyxtabular>
9080
9081 \end_inset
9082
9083
9084 \begin_inset space \hfill{}
9085 \end_inset
9086
9087
9088 \begin_inset Tabular
9089 <lyxtabular version="3" rows="7" columns="2">
9090 <features rotate="0" tabularvalignment="middle">
9091 <column alignment="center" valignment="top" width="0pt">
9092 <column alignment="center" valignment="top" width="0pt">
9093 <row>
9094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098 Commande
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 Résultat
9108 \end_layout
9109
9110 \end_inset
9111 </cell>
9112 </row>
9113 <row>
9114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118
9119 \backslash
9120 tilde
9121 \begin_inset space \textvisiblespace{}
9122 \end_inset
9123
9124 A
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9134 \end_inset
9135
9136
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 </row>
9142 <row>
9143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9144 \begin_inset Text
9145
9146 \begin_layout Plain Layout
9147
9148 \backslash
9149 hat
9150 \begin_inset space \textvisiblespace{}
9151 \end_inset
9152
9153 A
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9163 \end_inset
9164
9165
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 check
9179 \begin_inset space \textvisiblespace{}
9180 \end_inset
9181
9182 A
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \backslash
9207 acute
9208 \begin_inset space \textvisiblespace{}
9209 \end_inset
9210
9211 A
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9221 \end_inset
9222
9223
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \backslash
9236 grave
9237 \begin_inset space \textvisiblespace{}
9238 \end_inset
9239
9240 A
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \backslash
9265 breve
9266 \begin_inset space \textvisiblespace{}
9267 \end_inset
9268
9269 A
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9279 \end_inset
9280
9281
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 </row>
9287 </lyxtabular>
9288
9289 \end_inset
9290
9291
9292 \begin_inset space \hfill{}
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \begin_layout Standard
9299 \begin_inset VSpace bigskip
9300 \end_inset
9301
9302 Vous pouvez insérer directement des caractères accentués comme un é dans
9303  des formules.
9304  LyX va les transformer en la commande correspondante.
9305  Pour créer des trémas (umlauts en allemand)
9306 \begin_inset Index idx
9307 status collapsed
9308
9309 \begin_layout Plain Layout
9310 Umlauts | see
9311 \begin_inset ERT
9312 status collapsed
9313
9314 \begin_layout Plain Layout
9315
9316 {
9317 \end_layout
9318
9319 \end_inset
9320
9321 Trémas
9322 \begin_inset ERT
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326
9327 }
9328 \end_layout
9329
9330 \end_inset
9331
9332
9333 \end_layout
9334
9335 \end_inset
9336
9337
9338 \begin_inset Index idx
9339 status collapsed
9340
9341 \begin_layout Plain Layout
9342 Trémas
9343 \end_layout
9344
9345 \end_inset
9346
9347  dans des formules, il est préférable d'insérer des guillemets devant la
9348  voyelle.
9349  Ces deux caractères sont alors traités comme 
9350 \emph on
9351 un seul 
9352 \emph default
9353 caractère par LaTeX si la portion de formule avec le tréma est marqué comme
9354  étant en allemand.
9355  Avec cette méthode, contrairement à 
9356 \series bold
9357
9358 \backslash
9359 ddot
9360 \series default
9361 , on crée de 
9362 \begin_inset Quotes eld
9363 \end_inset
9364
9365 vrais
9366 \begin_inset Quotes erd
9367 \end_inset
9368
9369  umlauts, comme le montre l'exemple suivant:
9370 \end_layout
9371
9372 \begin_layout Standard
9373 \begin_inset VSpace -2mm
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \begin_layout Standard
9380 \align center
9381 \begin_inset Tabular
9382 <lyxtabular version="3" rows="3" columns="2">
9383 <features rotate="0" tabularvalignment="middle">
9384 <column alignment="center" valignment="top">
9385 <column alignment="center" valignment="top">
9386 <row>
9387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Commande
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9397 \begin_inset Text
9398
9399 \begin_layout Plain Layout
9400 Résultat
9401 \begin_inset Note Note
9402 status collapsed
9403
9404 \begin_layout Plain Layout
9405
9406 \series bold
9407
9408 \backslash
9409 raisebox
9410 \series default
9411  et le 0
9412 \begin_inset space \thinspace{}
9413 \end_inset
9414
9415 pt espace sont seulement utilisés pour faire de la place
9416 \end_layout
9417
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 <row>
9427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431 \begin_inset Quotes grd
9432 \end_inset
9433
9434 i
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 \begin_inset space \hspace{}
9444 \length 0pt
9445 \end_inset
9446
9447
9448 \lang german
9449
9450 \begin_inset Formula $"i$
9451 \end_inset
9452
9453
9454 \lang french
9455
9456 \begin_inset Note Note
9457 status collapsed
9458
9459 \begin_layout Plain Layout
9460 il faut que cette formule soit en allemand (NdT)
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \backslash
9478 ddot
9479 \begin_inset space \textvisiblespace{}
9480 \end_inset
9481
9482 i
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 </lyxtabular>
9501
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \begin_layout Standard
9508 Un autre avantage par rapport à 
9509 \series bold
9510
9511 \backslash
9512 ddot
9513 \series default
9514  est que les trémas peuvent être convertis directement en texte mathématique,
9515  parce que les accents vus plus haut 
9516 \emph on
9517 ne sont pas autorisés 
9518 \emph default
9519 en texte mathématique.
9520  Quand on convertit un caractère accentué en texte mathématique, seul le
9521  caractère qui est sous l'accent est converti.
9522  Ceci s'applique aussi à toutes les autres conversions comme par exemple
9523  l'italique ou le gras.
9524 \end_layout
9525
9526 \begin_layout Standard
9527 En texte mathématique, les trémas et autres caractères accentués peuvent
9528  être insérés directement.
9529 \end_layout
9530
9531 \begin_layout Standard
9532 \begin_inset VSpace bigskip
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \begin_layout Standard
9539
9540 \lang english
9541 LyX also supports a tilde under the character if the LaTeX-package
9542 \lang french
9543  
9544 \series bold
9545 undertilde
9546 \series default
9547
9548 \begin_inset Index idx
9549 status collapsed
9550
9551 \begin_layout Plain Layout
9552 Paquetages ! undertilde
9553 \end_layout
9554
9555 \end_inset
9556
9557  
9558 \lang english
9559 is installed on your system:
9560 \end_layout
9561
9562 \begin_layout Standard
9563 \begin_inset ERT
9564 status collapsed
9565
9566 \begin_layout Plain Layout
9567
9568
9569 \backslash
9570 ifundertilde 
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \begin_inset Note Note
9577 status open
9578
9579 \begin_layout Plain Layout
9580 Ce qui suit ne sera affiché que si le paquetage LaTeX 
9581 \series bold
9582 undertilde
9583 \series default
9584  est installé:
9585 \end_layout
9586
9587 \end_inset
9588
9589
9590 \end_layout
9591
9592 \begin_layout Standard
9593 \noindent
9594 \align center
9595 \begin_inset Tabular
9596 <lyxtabular version="3" rows="2" columns="2">
9597 <features rotate="0" tabularvalignment="middle">
9598 <column alignment="center" valignment="top" width="0pt">
9599 <column alignment="center" valignment="top" width="0pt">
9600 <row>
9601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 Commande
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Résultat
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \backslash
9627 utilde
9628 \begin_inset space \textvisiblespace{}
9629 \end_inset
9630
9631 A
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 </lyxtabular>
9650
9651 \end_inset
9652
9653
9654 \end_layout
9655
9656 \begin_layout Standard
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 else 
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \begin_inset Note Note
9671 status open
9672
9673 \begin_layout Plain Layout
9674 Ce qui suit sera affiché si la paquetage LaTeX 
9675 \series bold
9676 undertilde
9677 \series default
9678  n'est pas installé:
9679 \end_layout
9680
9681 \end_inset
9682
9683
9684 \end_layout
9685
9686 \begin_layout Standard
9687 Vous avez besoin du paquetage LaTeX 
9688 \series bold
9689 undertilde
9690 \series default
9691  pour voir le reste de cette sous section dans la sortie finale.
9692 \end_layout
9693
9694 \begin_layout Standard
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 fi 
9703 \end_layout
9704
9705 \end_inset
9706
9707
9708 \end_layout
9709
9710 \begin_layout Subsection
9711 Accents pour plusieurs caractères
9712 \begin_inset Index idx
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716 Accents ! pour plusieurs caractères
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \end_layout
9723
9724 \begin_layout Standard
9725 \begin_inset space \hfill{}
9726 \end_inset
9727
9728
9729 \begin_inset Tabular
9730 <lyxtabular version="3" rows="5" columns="2">
9731 <features rotate="0" tabularvalignment="middle">
9732 <column alignment="center" valignment="top" width="0pt">
9733 <column alignment="center" valignment="top" width="0pt">
9734 <row>
9735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 Commande
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748 Résultat
9749 \begin_inset Note Note
9750 status collapsed
9751
9752 \begin_layout Plain Layout
9753
9754 \series bold
9755
9756 \backslash
9757 raisebox
9758 \series default
9759  est seulement utilisée pour faire de la place
9760 \end_layout
9761
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \backslash
9777 overleftarrow
9778 \begin_inset space \textvisiblespace{}
9779 \end_inset
9780
9781 A=B
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9791 \end_inset
9792
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row>
9800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \backslash
9806 underleftarrow
9807 \begin_inset space \textvisiblespace{}
9808 \end_inset
9809
9810 A=B
9811 \end_layout
9812
9813 \end_inset
9814 </cell>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \backslash
9835 overleftrightarrow
9836 \begin_inset space \textvisiblespace{}
9837 \end_inset
9838
9839 A=B
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9849 \end_inset
9850
9851
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 </row>
9857 <row>
9858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \backslash
9864 underleftrightarrow
9865 \begin_inset space \textvisiblespace{}
9866 \end_inset
9867
9868 A=B
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 </row>
9886 </lyxtabular>
9887
9888 \end_inset
9889
9890
9891 \begin_inset space \hfill{}
9892 \end_inset
9893
9894
9895 \begin_inset Tabular
9896 <lyxtabular version="3" rows="5" columns="2">
9897 <features rotate="0" tabularvalignment="middle">
9898 <column alignment="center" valignment="top" width="0pt">
9899 <column alignment="center" valignment="top" width="0pt">
9900 <row>
9901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 Commande
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 Résultat
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 <row>
9921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925
9926 \backslash
9927 overrightarrow
9928 \begin_inset space \textvisiblespace{}
9929 \end_inset
9930
9931 A=B
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9941 \end_inset
9942
9943
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 </row>
9949 <row>
9950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954
9955 \backslash
9956 underrightarrow
9957 \begin_inset space \textvisiblespace{}
9958 \end_inset
9959
9960 A=B
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9970 \end_inset
9971
9972
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 </row>
9978 <row>
9979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9980 \begin_inset Text
9981
9982 \begin_layout Plain Layout
9983
9984 \backslash
9985 widetilde
9986 \begin_inset space \textvisiblespace{}
9987 \end_inset
9988
9989 A=B
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \backslash
10014 widehat
10015 \begin_inset space \textvisiblespace{}
10016 \end_inset
10017
10018 A=B
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 </row>
10036 </lyxtabular>
10037
10038 \end_inset
10039
10040
10041 \begin_inset space \hfill{}
10042 \end_inset
10043
10044
10045 \end_layout
10046
10047 \begin_layout Standard
10048 \begin_inset VSpace medskip
10049 \end_inset
10050
10051 Avec ces commandes, vous pouvez accentuer autant de caractères que vous
10052  voulez.
10053  Mais les accents 
10054 \series bold
10055
10056 \backslash
10057 widetilde
10058 \series default
10059  et 
10060 \series bold
10061
10062 \backslash
10063 widehat 
10064 \series default
10065 apparaîtront dans la sortie finale avec une longueur de seulement trois
10066  caractères, comme on le voit dans l'exemple suivant:
10067 \begin_inset Formula 
10068 \[
10069 \widetilde{A+B=C-D}
10070 \]
10071
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \begin_layout Standard
10078 Avec les commandes 
10079 \series bold
10080
10081 \backslash
10082 overset
10083 \series default
10084
10085 \begin_inset Index idx
10086 status collapsed
10087
10088 \begin_layout Plain Layout
10089 Commandes ! O ! 
10090 \backslash
10091 overset
10092 \end_layout
10093
10094 \end_inset
10095
10096  et 
10097 \series bold
10098
10099 \backslash
10100 underset
10101 \series default
10102
10103 \begin_inset Index idx
10104 status collapsed
10105
10106 \begin_layout Plain Layout
10107 Commandes ! U ! 
10108 \backslash
10109 underset
10110 \end_layout
10111
10112 \end_inset
10113
10114  décrites dans la sous-section précédente, il est aussi possible d'accentuer
10115  plusieurs caractères.
10116
10117 \series bold
10118  
10119 \series default
10120 La commande
10121 \series bold
10122  
10123 \backslash
10124 underset
10125 \begin_inset space \textvisiblespace{}
10126 \end_inset
10127
10128 A=B
10129 \begin_inset Formula $\downarrow$
10130 \end_inset
10131
10132 ***
10133 \series default
10134  donne:
10135 \begin_inset Formula 
10136 \[
10137 \underset{***}{A=B}
10138 \]
10139
10140 \end_inset
10141
10142
10143 \end_layout
10144
10145 \begin_layout Section
10146 Espace
10147 \begin_inset CommandInset label
10148 LatexCommand label
10149 name "sub:Espace"
10150
10151 \end_inset
10152
10153
10154 \begin_inset Index idx
10155 status collapsed
10156
10157 \begin_layout Plain Layout
10158 Espace ! horizontal
10159 \end_layout
10160
10161 \end_inset
10162
10163
10164 \end_layout
10165
10166 \begin_layout Subsection
10167 Espace prédéfini
10168 \begin_inset CommandInset label
10169 LatexCommand label
10170 name "sub:Espace-prédéfini"
10171
10172 \end_inset
10173
10174
10175 \begin_inset Index idx
10176 status collapsed
10177
10178 \begin_layout Plain Layout
10179 Espace ! horizontal ! prédéfini
10180 \end_layout
10181
10182 \end_inset
10183
10184
10185 \end_layout
10186
10187 \begin_layout Standard
10188 Il es parfois nécessaire d'insérer un espace horizontal dans une formule.
10189  On le fait en utilisant une espace insécable (raccourci 
10190 \family sans
10191 Ctrl-Espace
10192 \family default
10193 ).
10194  Un 
10195 \begin_inset Quotes eld
10196 \end_inset
10197
10198
10199 \color blue
10200
10201 \begin_inset space \textvisiblespace{}
10202 \end_inset
10203
10204
10205 \color inherit
10206
10207 \begin_inset Quotes erd
10208 \end_inset
10209
10210  apparaît et en appuyant plusieurs fois sur 
10211 \family sans
10212 Espace
10213 \family default
10214  on peut choisir l'une des huit différentes tailles d'espaces disponibles.
10215  On peut aussi insérer ces espaces en utilisant le bouton 
10216 \begin_inset Graphics
10217         filename ../../images/math/space.png
10218         scale 85
10219
10220 \end_inset
10221
10222  de la barre d'outils mathématique.
10223  Indépendemment de la commande insérée, on peut toujours changer de taille
10224  après en appuyant sur 
10225 \family sans
10226 Espace
10227 \family default
10228 .
10229  
10230 \end_layout
10231
10232 \begin_layout Standard
10233 \noindent
10234 \align center
10235 \begin_inset Tabular
10236 <lyxtabular version="3" rows="6" columns="3">
10237 <features rotate="0" tabularvalignment="middle">
10238 <column alignment="center" valignment="top">
10239 <column alignment="center" valignment="middle" width="15col%">
10240 <column alignment="center" valignment="top">
10241 <row>
10242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Commande
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Nombre de fois où on appuye la barre d'
10256 \family sans
10257 Espace
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10263 \begin_inset Text
10264
10265 \begin_layout Plain Layout
10266 Résultat
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row>
10273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \backslash
10279 ,
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 0
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 \begin_inset Formula $A\, B$
10298 \end_inset
10299
10300
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 </row>
10306 <row>
10307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \backslash
10313 :
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 1
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 \begin_inset Formula $A\: B$
10332 \end_inset
10333
10334
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \backslash
10347 ;
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 2
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 \begin_inset Formula $A\; B$
10366 \end_inset
10367
10368
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 </row>
10374 <row>
10375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379
10380 \backslash
10381 quad
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 3
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399 \begin_inset Formula $A\quad B$
10400 \end_inset
10401
10402
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 </row>
10408 <row>
10409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413
10414 \backslash
10415 qquad
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 4
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 \begin_inset Formula $A\qquad B$
10434 \end_inset
10435
10436
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 </lyxtabular>
10443
10444 \end_inset
10445
10446
10447 \begin_inset space \hfill{}
10448 \end_inset
10449
10450
10451 \begin_inset Tabular
10452 <lyxtabular version="3" rows="6" columns="3">
10453 <features rotate="0" tabularvalignment="middle">
10454 <column alignment="center" valignment="top">
10455 <column alignment="center" valignment="middle" width="15col%">
10456 <column alignment="center" valignment="top">
10457 <row>
10458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 Commande
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471 Nombre de fois où on appuye la barre d'
10472 \family sans
10473 Espace
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Résultat
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493
10494 \backslash
10495 hfill
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 5
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 \begin_inset Formula $A\hfill B$
10514 \end_inset
10515
10516
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 </row>
10522 <row>
10523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527
10528 \backslash
10529 hspace*{1em}
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 6
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 \begin_inset Formula $A\hspace*{1em}B$
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 <row>
10557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561
10562 \backslash
10563 hspace{1em}
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 7
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 \begin_inset Formula $A\hspace{1em}B$
10582 \end_inset
10583
10584
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \backslash
10597
10598 \begin_inset space \textvisiblespace{}
10599 \end_inset
10600
10601
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 8
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619 \begin_inset Formula $A\ B$
10620 \end_inset
10621
10622
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 </row>
10628 <row>
10629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633
10634 \backslash
10635 !
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 9
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 \begin_inset Formula $A\! B$
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 </row>
10662 </lyxtabular>
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Standard
10670
10671 \lang english
10672 Space
10673 \begin_inset space ~
10674 \end_inset
10675
10676 5
10677 \begin_inset space \thinspace{}
10678 \end_inset
10679
10680 --
10681 \begin_inset space \thinspace{}
10682 \end_inset
10683
10684 7 are variable spaces which are explained in
10685 \lang french
10686  
10687 \begin_inset CommandInset ref
10688 LatexCommand ref
10689 reference "sub:Espace-variable"
10690
10691 \end_inset
10692
10693 .
10694  La taille
10695 \begin_inset space ~
10696 \end_inset
10697
10698 9 n'a pas l'air de produire une espace.
10699  Elle est affichée en rouge dans LyX, contrairement aux autres espaces,
10700  parce que c'est une espace négative.
10701  Il y a deux autres espaces négatives:
10702 \end_layout
10703
10704 \begin_layout Standard
10705 \align center
10706 \begin_inset Tabular
10707 <lyxtabular version="3" rows="3" columns="3">
10708 <features rotate="0" tabularvalignment="middle">
10709 <column alignment="center" valignment="middle" width="6.8cm">
10710 <column alignment="center" valignment="top" width="0pt">
10711 <column alignment="center" valignment="top" width="0pt">
10712 <row>
10713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 Commande
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10723 \begin_inset Text
10724
10725 \begin_layout Plain Layout
10726
10727 \backslash
10728 negmedspace
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737
10738 \backslash
10739 negthickspace
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Nombre de fois où on a appuyé sur la barre d'
10751 \family sans
10752 Espace 
10753 \family default
10754 après avoir inséré l'espace insécable
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 10
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 11
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 Résultat
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 \begin_inset Formula $A\negmedspace B$
10793 \end_inset
10794
10795
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10801 \begin_inset Text
10802
10803 \begin_layout Plain Layout
10804 \begin_inset Formula $A\negthickspace B$
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 </lyxtabular>
10814
10815 \end_inset
10816
10817
10818 \end_layout
10819
10820 \begin_layout Standard
10821 Les espaces négatives peuvent faire que les caractères se chevauchent.
10822  Elles peuvent être utilisée pour forcer des ligatures, par exemple pour
10823  les opérateurs de somme:
10824 \end_layout
10825
10826 \begin_layout Standard
10827 \align center
10828 \begin_inset Tabular
10829 <lyxtabular version="3" rows="3" columns="2">
10830 <features rotate="0" tabularvalignment="middle">
10831 <column alignment="center" valignment="top">
10832 <column alignment="center" valignment="top">
10833 <row>
10834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 Commande
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 Résultat
10848 \begin_inset Note Note
10849 status collapsed
10850
10851 \begin_layout Plain Layout
10852
10853 \series bold
10854
10855 \backslash
10856 raisebox
10857 \series default
10858  est seulement utilisée pour faire de la place
10859 \end_layout
10860
10861 \end_inset
10862
10863
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 </row>
10869 <row>
10870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \backslash
10876 sum
10877 \backslash
10878 sum
10879 \begin_inset space \textvisiblespace{}
10880 \end_inset
10881
10882 f_kl
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 <row>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \backslash
10907 sum
10908 \backslash
10909 negmedspace
10910 \backslash
10911 sum
10912 \begin_inset space \textvisiblespace{}
10913 \end_inset
10914
10915 f_kl
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10925 \end_inset
10926
10927
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 </row>
10933 </lyxtabular>
10934
10935 \end_inset
10936
10937
10938 \end_layout
10939
10940 \begin_layout Standard
10941 \noindent
10942 \begin_inset VSpace medskip
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \begin_layout Standard
10949 \noindent
10950 Les opérateur de relations comme par exemple le signe égal, sont toujours
10951  entourés par des espaces.
10952  Pour les supprimer, le signe égal est mis entre deux accolades TeX.
10953  L'exemple suivant donne une illustration:
10954 \end_layout
10955
10956 \begin_layout Standard
10957 \align center
10958 \begin_inset Tabular
10959 <lyxtabular version="3" rows="2" columns="2">
10960 <features rotate="0" tabularvalignment="middle">
10961 <column alignment="center" valignment="top" width="0pt">
10962 <column alignment="center" valignment="top" width="0pt">
10963 <row>
10964 <cell alignment="center" valignment="top" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 équation normale
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 \begin_inset Formula $A=B$
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 </row>
10986 <row>
10987 <cell alignment="center" valignment="top" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 \begin_inset Note Note
10992 status collapsed
10993
10994 \begin_layout Plain Layout
10995
10996 \series bold
10997
10998 \backslash
10999 raisebox
11000 \series default
11001  est seulement utilisée pour faire de la place
11002 \end_layout
11003
11004 \end_inset
11005
11006
11007 \begin_inset Formula $\raisebox{5mm}{}$
11008 \end_inset
11009
11010 équation sans espace
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 \begin_inset Formula $A{=}B$
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 </row>
11028 </lyxtabular>
11029
11030 \end_inset
11031
11032
11033 \end_layout
11034
11035 \begin_layout Standard
11036 \noindent
11037 La commande utilisée pour la dernière formule est: 
11038 \series bold
11039 A
11040 \backslash
11041 {=
11042 \begin_inset Formula $\to$
11043 \end_inset
11044
11045 B
11046 \end_layout
11047
11048 \begin_layout Standard
11049 \begin_inset VSpace bigskip
11050 \end_inset
11051
11052 Les espaces sont nécessaires pour les unités physiques, parce que l'espace
11053  insérée entre la valeur et l'unité est une espace fine et pas une espace
11054  normale.
11055  Pour les unités dans le texte, l'espace fine est insérée avec le menu 
11056 \family sans
11057 Insertion\SpecialChar \menuseparator
11058 Typographie
11059 \begin_inset space ~
11060 \end_inset
11061
11062 spéciale\SpecialChar \menuseparator
11063 Espace
11064 \begin_inset space ~
11065 \end_inset
11066
11067 fine
11068 \family default
11069  (raccourci 
11070 \family sans
11071 Ctrl+Shift+Espace
11072 \family default
11073 ).
11074 \end_layout
11075
11076 \begin_layout Standard
11077 Un exemple pour voir la différence:
11078 \end_layout
11079
11080 \begin_layout Standard
11081 \begin_inset Tabular
11082 <lyxtabular version="3" rows="2" columns="2">
11083 <features rotate="0" tabularvalignment="middle">
11084 <column alignment="left" valignment="top">
11085 <column alignment="left" valignment="top">
11086 <row>
11087 <cell alignment="center" valignment="top" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091 24 kW
11092 \begin_inset Formula $\cdot$
11093 \end_inset
11094
11095 h
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 espace normale entre l'unité est la valeur
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 <row>
11111 <cell alignment="center" valignment="top" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 24
11116 \begin_inset space \thinspace{}
11117 \end_inset
11118
11119 kW
11120 \begin_inset Formula $\cdot$
11121 \end_inset
11122
11123 h
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 espace fine entre l'unité et la valeur
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 </row>
11138 </lyxtabular>
11139
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \begin_layout Subsection
11146 Espace variable
11147 \begin_inset ERT
11148 status collapsed
11149
11150 \begin_layout Plain Layout
11151
11152
11153 \backslash
11154 texorpdfstring{
11155 \end_layout
11156
11157 \end_inset
11158
11159
11160 \begin_inset Foot
11161 status collapsed
11162
11163 \begin_layout Plain Layout
11164 pour les espacements verticaux dans les formules, voir 
11165 \begin_inset CommandInset ref
11166 LatexCommand ref
11167 reference "sub:Séparation-des-lignes"
11168
11169 \end_inset
11170
11171
11172 \end_layout
11173
11174 \end_inset
11175
11176
11177 \begin_inset ERT
11178 status collapsed
11179
11180 \begin_layout Plain Layout
11181
11182 }{}
11183 \end_layout
11184
11185 \end_inset
11186
11187
11188 \begin_inset Note Note
11189 status collapsed
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194 texorpdfstring est utilisé pour éviter que la note de bas de page apparaisse
11195  dans les signets PDF.
11196 \end_layout
11197
11198 \begin_layout Plain Layout
11199 Plus au sujet de 
11200 \backslash
11201 texorpdfstring dans la section 
11202 \begin_inset CommandInset ref
11203 LatexCommand ref
11204 reference "sub:formules-dans-les-entêtes"
11205
11206 \end_inset
11207
11208 .
11209 \end_layout
11210
11211 \end_inset
11212
11213
11214 \begin_inset CommandInset label
11215 LatexCommand label
11216 name "sub:Espace-variable"
11217
11218 \end_inset
11219
11220
11221 \begin_inset Index idx
11222 status collapsed
11223
11224 \begin_layout Plain Layout
11225 Espace ! horizontal ! variable
11226 \end_layout
11227
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \begin_layout Standard
11234 Dans LyX, on peut insérer une espace de longueur définie avec la commande
11235  
11236 \series bold
11237
11238 \backslash
11239 hspace
11240 \series default
11241
11242 \begin_inset Index idx
11243 status collapsed
11244
11245 \begin_layout Plain Layout
11246 Commandes ! H ! 
11247 \backslash
11248 hspace
11249 \end_layout
11250
11251 \end_inset
11252
11253 .
11254  Un 
11255 \begin_inset Quotes eld
11256 \end_inset
11257
11258
11259 \color blue
11260
11261 \begin_inset space \textvisiblespace{}
11262 \end_inset
11263
11264
11265 \color inherit
11266
11267 \begin_inset Quotes erd
11268 \end_inset
11269
11270  long apparaît.
11271  La longueur peut être précisée en faisant un clic gauche sur le 
11272 \begin_inset Quotes eld
11273 \end_inset
11274
11275
11276 \color blue
11277
11278 \begin_inset space \textvisiblespace{}
11279 \end_inset
11280
11281
11282 \color inherit
11283
11284 \begin_inset Quotes erd
11285 \end_inset
11286
11287 .
11288  La longueur peut aussi être négative.
11289  
11290 \lang english
11291 When a space would be the first character in a line it would be omitted.
11292  To force its output use the command 
11293 \series bold
11294
11295 \backslash
11296 hspace*
11297 \series default
11298  instead of 
11299 \series bold
11300
11301 \backslash
11302 hspace
11303 \series default
11304  or left-click on the 
11305 \begin_inset Quotes eld
11306 \end_inset
11307
11308
11309 \color blue
11310
11311 \begin_inset space \textvisiblespace{}
11312 \end_inset
11313
11314
11315 \color inherit
11316
11317 \begin_inset Quotes erd
11318 \end_inset
11319
11320  and check the option 
11321 \family sans
11322 Protect
11323 \family default
11324 .
11325 \lang french
11326
11327 \begin_inset Newline newline
11328 \end_inset
11329
11330 Pour insérer suffisamment d'espace pour que la formule utilise tout l'espace
11331  disponible, on utilise la commande 
11332 \series bold
11333
11334 \backslash
11335 hfill
11336 \series default
11337
11338 \begin_inset Index idx
11339 status collapsed
11340
11341 \begin_layout Plain Layout
11342 Commandes ! H ! 
11343 \backslash
11344 hfill
11345 \end_layout
11346
11347 \end_inset
11348
11349 .
11350 \end_layout
11351
11352 \begin_layout Standard
11353 \begin_inset VSpace -1mm
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \begin_layout Standard
11360 \align center
11361 \begin_inset Tabular
11362 <lyxtabular version="3" rows="4" columns="2">
11363 <features rotate="0" tabularvalignment="middle">
11364 <column alignment="center" valignment="top">
11365 <column alignment="center" valignment="top">
11366 <row>
11367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 Commande (
11372 \backslash
11373 hspace longueur)
11374 \end_layout
11375
11376 \end_inset
11377 </cell>
11378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 Résultat
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 A=B
11394 \backslash
11395 hspace
11396 \begin_inset space \textvisiblespace{}
11397 \end_inset
11398
11399 A
11400 \backslash
11401 not=C (3
11402 \begin_inset space \thinspace{}
11403 \end_inset
11404
11405 cm)
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11415 \end_inset
11416
11417
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 A
11429 \backslash
11430 hspace
11431 \begin_inset space \textvisiblespace{}
11432 \end_inset
11433
11434 A
11435 \backslash
11436 not=A (-1
11437 \begin_inset space \thinspace{}
11438 \end_inset
11439
11440 mm)
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $A\hspace{-1mm}A\not=A$
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 A=A
11464 \backslash
11465 hfill
11466 \begin_inset space \textvisiblespace{}
11467 \end_inset
11468
11469 B=B
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 \begin_inset Formula $A=A\hfill B=B$
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 </lyxtabular>
11488
11489 \end_inset
11490
11491
11492 \end_layout
11493
11494 \begin_layout Standard
11495 Dans le dernier exemple, l'espace disponible est déterminé par le contenu
11496  de colonne le plus long du tableau.
11497  Dans une formule en ligne l'espace dépend de la longueur de la ligne dans
11498  laquelle 
11499 \series bold
11500
11501 \backslash
11502 hfill
11503 \series default
11504  est inséré.
11505  Ce qui fait que si la formule prend toute la largeur de la ligne, aucun
11506  espace ne sera ajouté.
11507  
11508 \series bold
11509
11510 \backslash
11511 hfill
11512 \series default
11513  a un effet sur les formules hors ligne uniquement si on utilise le style
11514  de formule 
11515 \series bold
11516 Indenté
11517 \series default
11518  (Les styles de formules sont expliqués dans 
11519 \begin_inset CommandInset ref
11520 LatexCommand ref
11521 reference "sec:Styles-de-formules"
11522
11523 \end_inset
11524
11525 ).
11526 \end_layout
11527
11528 \begin_layout Standard
11529 En plus de 
11530 \series bold
11531
11532 \backslash
11533 hfill, 
11534 \series default
11535 il y a les commandes 
11536 \series bold
11537
11538 \backslash
11539 dotfill
11540 \series default
11541  et 
11542 \series bold
11543
11544 \backslash
11545 hrulefill
11546 \series default
11547  qui remplissent l'espace avec un motif, voir 
11548 \begin_inset CommandInset ref
11549 LatexCommand ref
11550 reference "sub:Points-de-suspension"
11551
11552 \end_inset
11553
11554  pour un exemple.
11555 \end_layout
11556
11557 \begin_layout Standard
11558 Pour le texte, on peut insérer une espace de longueur variable avec le menu
11559  
11560 \family sans
11561 Insertion\SpecialChar \menuseparator
11562 Typographie
11563 \begin_inset space ~
11564 \end_inset
11565
11566 spéciale\SpecialChar \menuseparator
11567 Espacement horizontal
11568 \family default
11569 :
11570 \end_layout
11571
11572 \begin_layout Standard
11573 Ceci est une ligne avec un espace de
11574 \begin_inset space \hspace{}
11575 \length 2cm
11576 \end_inset
11577
11578 2
11579 \begin_inset space \thinspace{}
11580 \end_inset
11581
11582 cm.
11583 \end_layout
11584
11585 \begin_layout Standard
11586 Ceci est une ligne avec un
11587 \begin_inset space \hfill{}
11588 \end_inset
11589
11590 espace maximum.
11591 \end_layout
11592
11593 \begin_layout Subsection
11594 Espace après les formules en ligne
11595 \begin_inset Index idx
11596 status collapsed
11597
11598 \begin_layout Plain Layout
11599 Espace ! après les formules en ligne
11600 \end_layout
11601
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \begin_layout Standard
11608 L'espace qui entoure les formules en ligne peut être ajusté avec la longueur
11609  
11610 \series bold
11611
11612 \backslash
11613 mathsurround
11614 \series default
11615
11616 \begin_inset Index idx
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620 Commandes ! M ! 
11621 \backslash
11622 mathsurround
11623 \end_layout
11624
11625 \end_inset
11626
11627 .
11628  La valeur d'une longueur est modifiée avec la commande 
11629 \series bold
11630
11631 \backslash
11632 setlength
11633 \series default
11634
11635 \begin_inset Index idx
11636 status collapsed
11637
11638 \begin_layout Plain Layout
11639 Commandes ! S ! 
11640 \backslash
11641 setlength
11642 \end_layout
11643
11644 \end_inset
11645
11646  qui a la syntaxe suivante:
11647 \end_layout
11648
11649 \begin_layout Standard
11650
11651 \series bold
11652
11653 \backslash
11654 setlength{nom de la longueur}{valeur}
11655 \end_layout
11656
11657 \begin_layout Standard
11658 Pour mettre 
11659 \series bold
11660
11661 \backslash
11662 mathsurround
11663 \series default
11664  à une valeur de 5
11665 \begin_inset space \thinspace{}
11666 \end_inset
11667
11668 mm, on insère la commande
11669 \end_layout
11670
11671 \begin_layout Standard
11672
11673 \series bold
11674
11675 \backslash
11676 setlength{
11677 \backslash
11678 mathsurround}{5mm}
11679 \end_layout
11680
11681 \begin_layout Standard
11682 en mode TeX.
11683  Une espace de 5
11684 \begin_inset space \thinspace{}
11685 \end_inset
11686
11687 mm va maintenant être placée autour de toutes les formules en ligne:
11688 \begin_inset ERT
11689 status collapsed
11690
11691 \begin_layout Plain Layout
11692
11693
11694 \backslash
11695 setlength{
11696 \backslash
11697 mathsurround}{5mm}
11698 \end_layout
11699
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \begin_layout Standard
11706 Voici une formule en ligne 
11707 \begin_inset Formula $A=B$
11708 \end_inset
11709
11710  avec une espace de 5
11711 \begin_inset space \thinspace{}
11712 \end_inset
11713
11714 mm autour.
11715 \begin_inset ERT
11716 status collapsed
11717
11718 \begin_layout Plain Layout
11719
11720
11721 \backslash
11722 setlength{
11723 \backslash
11724 mathsurround}{0pt}
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Pour revenir à la valeur prédéfinie, on met 
11734 \series bold
11735
11736 \backslash
11737 mathsurround
11738 \series default
11739  à 0
11740 \begin_inset space \thinspace{}
11741 \end_inset
11742
11743 pt.
11744 \end_layout
11745
11746 \begin_layout Section
11747 Boîtes et cadres
11748 \begin_inset Index idx
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752 Boîtes
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \begin_inset Index idx
11759 status collapsed
11760
11761 \begin_layout Plain Layout
11762 Cadres | see 
11763 \begin_inset ERT
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767
11768 {
11769 \end_layout
11770
11771 \end_inset
11772
11773 Boîtes
11774 \begin_inset ERT
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778
11779 }
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \end_layout
11791
11792 \begin_layout Standard
11793 Les boîtes utilisées pour le texte sont décrites dans le chapitre 
11794 \emph on
11795 Boîtes 
11796 \emph default
11797 du manuel 
11798 \emph on
11799 Objets insérés.
11800  
11801 \end_layout
11802
11803 \begin_layout Subsection
11804 Boîtes avec cadre
11805 \begin_inset CommandInset label
11806 LatexCommand label
11807 name "sub:Boîtes-avec-cadre"
11808
11809 \end_inset
11810
11811
11812 \begin_inset Index idx
11813 status collapsed
11814
11815 \begin_layout Plain Layout
11816 Boîtes ! avec cadre
11817 \end_layout
11818
11819 \end_inset
11820
11821
11822 \end_layout
11823
11824 \begin_layout Standard
11825 Il es possible d'encadrer des formules ou des portions de formules avec
11826  la commande 
11827 \series bold
11828
11829 \backslash
11830 fbox
11831 \series default
11832
11833 \begin_inset Index idx
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Commandes ! F ! 
11838 \backslash
11839 fbox
11840 \end_layout
11841
11842 \end_inset
11843
11844  et 
11845 \series bold
11846
11847 \backslash
11848 boxed
11849 \series default
11850
11851 \begin_inset Index idx
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 Commandes ! B ! 
11856 \backslash
11857 boxed
11858 \end_layout
11859
11860 \end_inset
11861
11862 .
11863 \end_layout
11864
11865 \begin_layout Standard
11866 Quand on insère une de ces commandes dans un formule, une boîte bleue apparaît
11867  à l'intérieur d'un cadre pour que l'on puisse entrer des portions de formules.
11868  Pour 
11869 \series bold
11870
11871 \backslash
11872 fbox
11873 \series default
11874  on doit créer à l'intérieur de cette boîte, une formule supplémentaire
11875  avec 
11876 \family sans
11877 Ctrl+M
11878 \family default
11879 , sinon le contenu de la boîte sera considéré comme du texte mathématique.
11880  Quand on utilise 
11881 \series bold
11882
11883 \backslash
11884 boxed
11885 \series default
11886 , une nouvelle formule est automatiquement créée à l'intérieur du cadre.
11887 \end_layout
11888
11889 \begin_layout Standard
11890 La commande 
11891 \series bold
11892
11893 \backslash
11894 fbox
11895 \series default
11896  n'est pas utilisable pour encadrer des formules hors ligne, parce que la
11897  formule serait alors toujours mise à la taille du texte.
11898  
11899 \series bold
11900
11901 \backslash
11902 boxed
11903 \series default
11904 , au contraire, n'est pas utilisable pour les formules en ligne, parce que
11905  la formule serait alors toujours mise à la taille des formules hors ligne.
11906 \end_layout
11907
11908 \begin_layout Standard
11909 Comme extension à 
11910 \series bold
11911
11912 \backslash
11913 fbox
11914 \series default
11915  il y a la commande 
11916 \series bold
11917
11918 \backslash
11919 framebox
11920 \series default
11921
11922 \begin_inset Index idx
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 Commandes ! F ! 
11927 \backslash
11928 framebox
11929 \end_layout
11930
11931 \end_inset
11932
11933  où on peut en plus spécifier la largeur du cadre et l'alignement.
11934  La syntaxe de la commande 
11935 \series bold
11936
11937 \backslash
11938 framebox
11939 \series default
11940  est la suivante:
11941 \end_layout
11942
11943 \begin_layout Standard
11944
11945 \series bold
11946
11947 \backslash
11948 framebox[Largeur du cadre][position]{contenu de la boîte}
11949 \end_layout
11950
11951 \begin_layout Standard
11952 La position peut être soit 
11953 \emph on
11954 l
11955 \emph default
11956  soit 
11957 \emph on
11958 r
11959 \emph default
11960 .
11961  
11962 \emph on
11963 l
11964 \emph default
11965  aligne la formule à gauche dans la boîte, 
11966 \emph on
11967 r
11968 \emph default
11969  à droite.
11970  Quand on ne précise pas la position, la formule est centrée.
11971 \begin_inset Newline newline
11972 \end_inset
11973
11974 Si on ne donne pas de largeur, on ne peut pas donner d'indication de position.
11975  Dans ce cas, la largeur du cadre est ajustée au contenu de la boîte, comme
11976  c'est le cas avec 
11977 \series bold
11978
11979 \backslash
11980 fbox
11981 \series default
11982 .
11983 \end_layout
11984
11985 \begin_layout Standard
11986 Quand on insère la commande 
11987 \series bold
11988
11989 \backslash
11990 framebox
11991 \series default
11992 , une boîte apparaît contenant trois boîtes bleues.
11993  Les deux premières sont entourées de crochets pour signales des arguments
11994  optionnels.
11995  La troisième boîte est là pour contenir les portions de formules, comme
11996  pour 
11997 \series bold
11998
11999 \backslash
12000 fbox
12001 \series default
12002 .
12003 \end_layout
12004
12005 \begin_layout Standard
12006 \align center
12007 \begin_inset Tabular
12008 <lyxtabular version="3" rows="5" columns="2">
12009 <features rotate="0" tabularvalignment="middle">
12010 <column alignment="center" valignment="top">
12011 <column alignment="center" valignment="top">
12012 <row>
12013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 Commande
12018 \end_layout
12019
12020 \end_inset
12021 </cell>
12022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12023 \begin_inset Text
12024
12025 \begin_layout Plain Layout
12026 Résultat
12027 \begin_inset Note Note
12028 status collapsed
12029
12030 \begin_layout Plain Layout
12031
12032 \series bold
12033
12034 \backslash
12035 raisebox
12036 \series default
12037  est seulement utilisée pour faire de la place
12038 \end_layout
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 </row>
12048 <row>
12049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12050 \begin_inset Text
12051
12052 \begin_layout Plain Layout
12053
12054 \backslash
12055 fbox
12056 \begin_inset space \textvisiblespace{}
12057 \end_inset
12058
12059
12060 \family sans
12061 Ctrl+M
12062 \family default
12063  
12064 \backslash
12065 int
12066 \begin_inset space \textvisiblespace{}
12067 \end_inset
12068
12069 A=B
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12079 \end_inset
12080
12081
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 </row>
12087 <row>
12088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12089 \begin_inset Text
12090
12091 \begin_layout Plain Layout
12092
12093 \backslash
12094 boxed
12095 \begin_inset space \textvisiblespace{}
12096 \end_inset
12097
12098
12099 \backslash
12100 int
12101 \begin_inset space \textvisiblespace{}
12102 \end_inset
12103
12104 A=B
12105 \end_layout
12106
12107 \end_inset
12108 </cell>
12109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \end_inset
12120 </cell>
12121 </row>
12122 <row>
12123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 A+
12128 \backslash
12129 fbox
12130 \begin_inset space \textvisiblespace{}
12131 \end_inset
12132
12133 B
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12143 \end_inset
12144
12145
12146 \end_layout
12147
12148 \end_inset
12149 </cell>
12150 </row>
12151 <row>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156
12157 \backslash
12158 framebox
12159 \begin_inset space \textvisiblespace{}
12160 \end_inset
12161
12162 20mm
12163 \begin_inset Formula $\to$
12164 \end_inset
12165
12166
12167 \begin_inset Formula $\to$
12168 \end_inset
12169
12170
12171 \family sans
12172 Ctrl+M
12173 \family default
12174  
12175 \backslash
12176 frac
12177 \begin_inset space \textvisiblespace{}
12178 \end_inset
12179
12180 A
12181 \begin_inset Formula $\downarrow$
12182 \end_inset
12183
12184 B
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 \begin_inset Formula $\raisebox{6mm}{}$
12194 \end_inset
12195
12196
12197 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12198 \end_inset
12199
12200
12201 \begin_inset Formula $\raisebox{-4mm}{}$
12202 \end_inset
12203
12204
12205 \end_layout
12206
12207 \end_inset
12208 </cell>
12209 </row>
12210 </lyxtabular>
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \begin_layout Standard
12218 On peut aussi ajuster l'épaisseur du cadre.
12219  Pour cela, il faut insérer les commandes suivantes en mode TeX avant la
12220  formule
12221 \end_layout
12222
12223 \begin_layout Standard
12224
12225 \series bold
12226
12227 \backslash
12228 fboxrule
12229 \series default
12230  
12231 \series bold
12232
12233 \begin_inset Quotes eld
12234 \end_inset
12235
12236 épaisseur
12237 \begin_inset Quotes erd
12238 \end_inset
12239
12240
12241 \series default
12242  
12243 \series bold
12244
12245 \backslash
12246 fboxsep
12247 \series default
12248  
12249 \series bold
12250
12251 \begin_inset Quotes eld
12252 \end_inset
12253
12254 distance
12255 \begin_inset Quotes erd
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 \begin_inset Quotes eld
12263 \end_inset
12264
12265 distance
12266 \begin_inset Quotes erd
12267 \end_inset
12268
12269  précise la distance minimale entre le cadre et le premier caractère de
12270  la boîte.
12271  Un exemple pour illustrer ceci avec la formule encadrée suivante:
12272 \begin_inset ERT
12273 status collapsed
12274
12275 \begin_layout Plain Layout
12276
12277
12278 \backslash
12279 fboxrule 2mm 
12280 \backslash
12281 fboxsep 3mm
12282 \end_layout
12283
12284 \end_inset
12285
12286
12287 \begin_inset Formula 
12288 \[
12289 \boxed{A+B=C}
12290 \]
12291
12292 \end_inset
12293
12294 Avant cette formule, on a inséré en mode TeX les commandes
12295 \end_layout
12296
12297 \begin_layout Standard
12298
12299 \series bold
12300
12301 \backslash
12302 fboxrule
12303 \series default
12304  
12305 \series bold
12306 2mm
12307 \series default
12308  
12309 \series bold
12310
12311 \backslash
12312 fboxsep
12313 \series default
12314  
12315 \series bold
12316 3mm
12317 \end_layout
12318
12319 \begin_layout Standard
12320 Les valeurs indiquées sont utilisées pour toutes les boîtes qui suivent.
12321 \end_layout
12322
12323 \begin_layout Standard
12324 Pour revenir à la taille de cadre standard, on insère la commande
12325 \end_layout
12326
12327 \begin_layout Standard
12328
12329 \series bold
12330
12331 \backslash
12332 fboxrule
12333 \series default
12334  
12335 \series bold
12336 0.4pt
12337 \series default
12338  
12339 \series bold
12340
12341 \backslash
12342 fboxsep
12343 \series default
12344  
12345 \series bold
12346 3pt
12347 \series default
12348
12349 \begin_inset ERT
12350 status collapsed
12351
12352 \begin_layout Plain Layout
12353
12354
12355 \backslash
12356 fboxrule 0.4pt 
12357 \backslash
12358 fboxsep 3pt
12359 \end_layout
12360
12361 \end_inset
12362
12363
12364 \end_layout
12365
12366 \begin_layout Standard
12367 avant la formule suivante.
12368 \end_layout
12369
12370 \begin_layout Subsection
12371 Boîtes sans cadre
12372 \begin_inset CommandInset label
12373 LatexCommand label
12374 name "sub:Boîtes-sans-cadre"
12375
12376 \end_inset
12377
12378
12379 \begin_inset Index idx
12380 status collapsed
12381
12382 \begin_layout Plain Layout
12383 Boîtes ! sans cadre
12384 \end_layout
12385
12386 \end_inset
12387
12388
12389 \end_layout
12390
12391 \begin_layout Standard
12392 Pour obtenir des boîtes sans cadre, on utilise les commandes suivantes:
12393  
12394 \series bold
12395
12396 \backslash
12397 mbox
12398 \series default
12399
12400 \begin_inset Index idx
12401 status collapsed
12402
12403 \begin_layout Plain Layout
12404 Commandes ! M ! 
12405 \backslash
12406 mbox
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \series bold
12413
12414 \backslash
12415 makebox
12416 \series default
12417
12418 \begin_inset Index idx
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 Commandes ! M ! 
12423 \backslash
12424 makebox
12425 \end_layout
12426
12427 \end_inset
12428
12429 , et 
12430 \series bold
12431
12432 \backslash
12433 raisebox
12434 \series default
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Commandes ! R ! 
12441 \backslash
12442 raisebox
12443 \end_layout
12444
12445 \end_inset
12446
12447
12448 \end_layout
12449
12450 \begin_layout Standard
12451 Avec 
12452 \series bold
12453
12454 \backslash
12455 raisebox
12456 \series default
12457  une boîte peut être mise en exposant ou en indice.
12458  Mais contrairement aux indices et aux exposants normaux, les caractères
12459  conservent leur taille de police initiale.
12460  
12461 \series bold
12462
12463 \backslash
12464 raisebox
12465 \series default
12466  est utilisée avec la syntaxe suivante:
12467 \end_layout
12468
12469 \begin_layout Standard
12470
12471 \series bold
12472
12473 \backslash
12474 raisebox{hauteur}{contenu de la boîte}
12475 \end_layout
12476
12477 \begin_layout Standard
12478 Quand la boîte doit contenir une formule, il faut une formule supplémentaire
12479  comme pour 
12480 \series bold
12481
12482 \backslash
12483 fbox
12484 \series default
12485 .
12486  
12487 \begin_inset Note Greyedout
12488 status open
12489
12490 \begin_layout Plain Layout
12491
12492 \series bold
12493 Note:
12494 \series default
12495  Pour 
12496 \series bold
12497
12498 \backslash
12499 raisebox
12500 \series default
12501  cette formule supplémentaire esr créée en appuyant sur 
12502 \family sans
12503 Ctrl+M
12504 \family default
12505  deux fois au lieu d'une parceque LyX ne supporte pas encore directement
12506  la commande 
12507 \series bold
12508
12509 \backslash
12510 raisebox
12511 \series default
12512 .
12513 \end_layout
12514
12515 \end_inset
12516
12517
12518 \end_layout
12519
12520 \begin_layout Standard
12521 \align center
12522 \begin_inset Tabular
12523 <lyxtabular version="3" rows="4" columns="2">
12524 <features rotate="0" tabularvalignment="middle">
12525 <column alignment="center" valignment="top">
12526 <column alignment="center" valignment="top">
12527 <row>
12528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 Commande
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 Résultat
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 H
12553 \backslash
12554 raisebox{2mm
12555 \begin_inset Formula $\to$
12556 \end_inset
12557
12558
12559 \backslash
12560 {al
12561 \begin_inset Formula $\to$
12562 \end_inset
12563
12564  lo
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 <row>
12583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 H
12588 \backslash
12589 raisebox{-2mm
12590 \begin_inset Formula $\to$
12591 \end_inset
12592
12593
12594 \backslash
12595 {al
12596 \begin_inset Formula $\to$
12597 \end_inset
12598
12599 lo
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12609 \end_inset
12610
12611
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 A=
12623 \backslash
12624 raisebox{-2mm
12625 \begin_inset Formula $\to$
12626 \end_inset
12627
12628
12629 \backslash
12630 {
12631 \family sans
12632 Ctrl+M Ctrl+M
12633 \family default
12634  
12635 \backslash
12636 sqrt
12637 \begin_inset space \textvisiblespace{}
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 </lyxtabular>
12659
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \begin_layout Standard
12666 La commande 
12667 \series bold
12668
12669 \backslash
12670 mbox
12671 \series default
12672  est équivalente à 
12673 \series bold
12674
12675 \backslash
12676 fbox
12677 \series default
12678  et 
12679 \series bold
12680
12681 \backslash
12682 makebox
12683 \series default
12684  est équivalente à 
12685 \series bold
12686
12687 \backslash
12688 framebox
12689 \series default
12690 , avec la différence qu'il n'y a pas de cadre.
12691 \end_layout
12692
12693 \begin_layout Subsection
12694 Boîtes colorées
12695 \begin_inset CommandInset label
12696 LatexCommand label
12697 name "sub:Boîtes-colorées"
12698
12699 \end_inset
12700
12701
12702 \begin_inset Index idx
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706 Boîtes ! colorées
12707 \end_layout
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 Pour pouvoir utiliser les commandes de cette section il faut que le paquetage
12716  LaTeX 
12717 \series bold
12718 color
12719 \series default
12720
12721 \begin_inset Foot
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725 La paquetage LaTeX 
12726 \series bold
12727 color
12728 \series default
12729  fait partie de toutes les installations LaTeX standard.
12730 \end_layout
12731
12732 \end_inset
12733
12734
12735 \begin_inset Index idx
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 Paquetages ! color
12740 \end_layout
12741
12742 \end_inset
12743
12744  soit chargé dans le préambule LaTeX avec la ligne
12745 \begin_inset Foot
12746 status collapsed
12747
12748 \begin_layout Plain Layout
12749 Dès que du texte est coloré avec une couleur prédéfinie quelque part dans
12750  le document, LyX charge automatiquement le paquetage LaTeX 
12751 \series bold
12752 color
12753 \series default
12754 .
12755  Il est donc possible que le paquetage soit chargé deux fois, mais cela
12756  ne doit pas poser de problème.
12757 \end_layout
12758
12759 \end_inset
12760
12761
12762 \begin_inset Note Note
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766 Pour éviter que le paquetage soit chargé deux fois, une macro a été insérée
12767  dans le préambule LaTeX.
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Standard
12776
12777 \series bold
12778
12779 \backslash
12780 usepackage{color}
12781 \end_layout
12782
12783 \begin_layout Standard
12784 \begin_inset VSpace medskip
12785 \end_inset
12786
12787 Pour colorer des boîtes, on utilise la commande 
12788 \series bold
12789
12790 \backslash
12791 colorbox
12792 \series default
12793
12794 \begin_inset Index idx
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798 Commandes ! C ! 
12799 \backslash
12800 colorbox
12801 \end_layout
12802
12803 \end_inset
12804
12805  avec la syntaxe suivante
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 colorbox{couleur}{contenu de la boîte}
12814 \end_layout
12815
12816 \begin_layout Standard
12817 Le contenu de la boîte peut être une autre boîte et une 
12818 \series bold
12819
12820 \backslash
12821 colorbox
12822 \series default
12823  peut aussi être une partie d'une autre boîte (voir le deuxième et le troisième
12824  exemple).
12825  Quand une boîte est destinée à contenir une formule, on doit insérer une
12826  boîte supplémentaire, comme avec 
12827 \series bold
12828
12829 \backslash
12830 fraisebox
12831 \series default
12832 .
12833 \begin_inset Foot
12834 status collapsed
12835
12836 \begin_layout Plain Layout
12837 Ceci s'applique aussi à la commande 
12838 \series bold
12839
12840 \backslash
12841 fcolorbox
12842 \series default
12843 .
12844 \end_layout
12845
12846 \end_inset
12847
12848
12849 \end_layout
12850
12851 \begin_layout Standard
12852 On peut choisir une des couleurs prédéfinies suivantes:
12853 \end_layout
12854
12855 \begin_layout Standard
12856
12857 \series bold
12858 black
12859 \series default
12860  (noir), 
12861 \series bold
12862 blue
12863 \series default
12864  (bleu), 
12865 \series bold
12866 cyan
12867 \series default
12868
12869 \series bold
12870 green
12871 \series default
12872  (vert), 
12873 \series bold
12874 magenta
12875 \series default
12876
12877 \series bold
12878 red
12879 \series default
12880  (rouge), 
12881 \series bold
12882 white
12883 \series default
12884  (blanc), et 
12885 \series bold
12886 yellow (jaune)
12887 \end_layout
12888
12889 \begin_layout Standard
12890 \align center
12891 \begin_inset Tabular
12892 <lyxtabular version="3" rows="4" columns="2">
12893 <features rotate="0" tabularvalignment="middle">
12894 <column alignment="center" valignment="top">
12895 <column alignment="center" valignment="top">
12896 <row>
12897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 Commande
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 Résultat
12911 \begin_inset Note Note
12912 status collapsed
12913
12914 \begin_layout Plain Layout
12915
12916 \series bold
12917
12918 \backslash
12919 raisebox
12920 \series default
12921  est seulement utilisée pour faire de la place
12922 \end_layout
12923
12924 \end_inset
12925
12926
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 </row>
12932 <row>
12933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12934 \begin_inset Text
12935
12936 \begin_layout Plain Layout
12937
12938 \backslash
12939 colorbox{yellow
12940 \begin_inset Formula $\to$
12941 \end_inset
12942
12943
12944 \backslash
12945 {A=B
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \backslash
12970 colorbox{green
12971 \begin_inset Formula $\to$
12972 \end_inset
12973
12974
12975 \backslash
12976 {
12977 \backslash
12978 fbox
12979 \begin_inset space \textvisiblespace{}
12980 \end_inset
12981
12982 A=B
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12988 \begin_inset Text
12989
12990 \begin_layout Plain Layout
12991 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 </row>
13000 <row>
13001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005
13006 \backslash
13007 fbox
13008 \begin_inset space \textvisiblespace{}
13009 \end_inset
13010
13011
13012 \backslash
13013 colorbox{green
13014 \begin_inset Formula $\to$
13015 \end_inset
13016
13017
13018 \backslash
13019 {
13020 \family sans
13021 Ctrl+M Ctrl+M
13022 \family default
13023  
13024 \backslash
13025 int
13026 \begin_inset space \textvisiblespace{}
13027 \end_inset
13028
13029 C=D
13030 \end_layout
13031
13032 \end_inset
13033 </cell>
13034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13039 \end_inset
13040
13041
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 </row>
13047 </lyxtabular>
13048
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \begin_layout Standard
13055
13056 \series bold
13057
13058 \backslash
13059 colorbox
13060 \series default
13061  colorie uniquement la boîte, pas les caractères qui se trouvent dedans.
13062  Pour colorer tous les caractères, on sélectionne toute la formule et on
13063  choisit la couleur voulue avec la fenêtre de dialogue 
13064 \family sans
13065 Style
13066 \begin_inset space ~
13067 \end_inset
13068
13069 de
13070 \begin_inset space ~
13071 \end_inset
13072
13073 texte
13074 \family default
13075 .
13076  Cette fenêtre de dialogue peut être appelée avec le bouton 
13077 \begin_inset Graphics
13078         filename ../../images/dialog-show_character.png
13079         scale 85
13080
13081 \end_inset
13082
13083  de la barre d'outils, ou avec le menu 
13084 \family sans
13085 Édition\SpecialChar \menuseparator
13086 Style
13087 \begin_inset space ~
13088 \end_inset
13089
13090 de
13091 \begin_inset space ~
13092 \end_inset
13093
13094 texte\SpecialChar \menuseparator
13095 Personnalisé
13096 \family default
13097 .
13098  Le numéro de la formule prendra la même couleur que la formule.
13099  Si le numéro doit avoir une couleur différente de celle des caractères
13100  de la formule, la couleur doit être changée à l'intérieur de la formule.
13101 \end_layout
13102
13103 \begin_layout Standard
13104 Un exemple:
13105 \end_layout
13106
13107 \begin_layout Standard
13108
13109 \color red
13110 \begin_inset Formula 
13111 \begin{equation}
13112 \int A=B\label{eq:rouge}
13113 \end{equation}
13114
13115 \end_inset
13116
13117
13118 \color green
13119
13120 \begin_inset Formula 
13121 \begin{equation}
13122 \textcolor{red}{\int A=B}\label{eq:rougevert}
13123 \end{equation}
13124
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \begin_layout Standard
13131 La formule 
13132 \begin_inset CommandInset ref
13133 LatexCommand eqref
13134 reference "eq:rouge"
13135
13136 \end_inset
13137
13138  est complètement colorée en rouge.
13139 \begin_inset Newline newline
13140 \end_inset
13141
13142 La formule 
13143 \begin_inset CommandInset ref
13144 LatexCommand eqref
13145 reference "eq:rougevert"
13146
13147 \end_inset
13148
13149  a d'abord été complètement colorée en vert pour mettre le numéro en vert.
13150  Ensuite, les caractères de la formule ont été colorés en rouge.
13151 \end_layout
13152
13153 \begin_layout Standard
13154 \begin_inset VSpace bigskip
13155 \end_inset
13156
13157 Pour colorer le cadre d'une couleur différente du reste de la boîte, on
13158  utilise la commande 
13159 \series bold
13160
13161 \backslash
13162 fcolorbox
13163 \series default
13164
13165 \begin_inset Index idx
13166 status collapsed
13167
13168 \begin_layout Plain Layout
13169 Commandes ! F ! 
13170 \backslash
13171 fcolorbox
13172 \end_layout
13173
13174 \end_inset
13175
13176  avec la syntaxe suivante:
13177 \end_layout
13178
13179 \begin_layout Standard
13180
13181 \series bold
13182
13183 \backslash
13184 fcolorbox{couleur du cadre}{couleur}{contenu de la boîte}
13185 \end_layout
13186
13187 \begin_layout Standard
13188 Donc 
13189 \series bold
13190
13191 \backslash
13192 fcolorbox
13193 \series default
13194  est une extension de la commande 
13195 \series bold
13196
13197 \backslash
13198 colorbox
13199 \series default
13200 .
13201  L'épaisseur du cadre est déterminée comme avec 
13202 \series bold
13203
13204 \backslash
13205 framebox
13206 \series default
13207 , avec 
13208 \series bold
13209
13210 \backslash
13211 fboxrule
13212 \series default
13213  et 
13214 \series bold
13215
13216 \backslash
13217 fboxsep
13218 \series default
13219 .
13220  Un exemple:
13221 \begin_inset ERT
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225
13226
13227 \backslash
13228 fboxrule 1mm 
13229 \backslash
13230 fboxsep 1mm
13231 \end_layout
13232
13233 \end_inset
13234
13235
13236 \begin_inset Formula 
13237 \[
13238 \fcolorbox{cyan}{magenta}{A=B}
13239 \]
13240
13241 \end_inset
13242
13243
13244 \begin_inset ERT
13245 status collapsed
13246
13247 \begin_layout Plain Layout
13248
13249
13250 \backslash
13251 fboxrule 0.4pt 
13252 \backslash
13253 fboxsep 3pt
13254 \end_layout
13255
13256 \end_inset
13257
13258
13259 \end_layout
13260
13261 \begin_layout Standard
13262 Cette formule a été créée avec la commande
13263 \begin_inset Newline newline
13264 \end_inset
13265
13266
13267 \series bold
13268
13269 \backslash
13270 fcolorbox{cyan
13271 \begin_inset Formula $\to$
13272 \end_inset
13273
13274
13275 \backslash
13276 {magenta
13277 \begin_inset Formula $\to$
13278 \end_inset
13279
13280
13281 \backslash
13282 {A=B
13283 \series default
13284 .
13285 \end_layout
13286
13287 \begin_layout Standard
13288 \begin_inset VSpace bigskip
13289 \end_inset
13290
13291 Si on veut utiliser d'autres couleurs que celles qui sont prédéfinies, il
13292  faut d'abord les définir.
13293 \end_layout
13294
13295 \begin_layout Standard
13296 On peut par exemple définir la couleur 
13297 \begin_inset Quotes eld
13298 \end_inset
13299
13300 vertfonce
13301 \begin_inset Quotes erd
13302 \end_inset
13303
13304  avec la ligne suivante dans le préambule LaTeX:
13305 \end_layout
13306
13307 \begin_layout Standard
13308
13309 \series bold
13310
13311 \backslash
13312 definecolor{vertfonce}{cmyk}{0.5,
13313 \series default
13314  
13315 \series bold
13316 0,
13317 \series default
13318  
13319 \series bold
13320 1,
13321 \series default
13322  
13323 \series bold
13324 0.5}
13325 \series default
13326
13327 \begin_inset Index idx
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331 Commandes ! D ! 
13332 \backslash
13333 definecolor
13334 \end_layout
13335
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \begin_layout Standard
13342
13343 \series bold
13344 cmyk
13345 \series default
13346  est l'espace colorimétrique basé sur les couleurs 
13347 \series bold
13348 cyan
13349 \series default
13350
13351 \series bold
13352 magenta
13353 \series default
13354 , jaune
13355 \series bold
13356  (yellow
13357 \series default
13358 ), et noir 
13359 \series bold
13360 (black
13361 \series default
13362 ).
13363  Les quatre nombres séparés par des virgules sont les proportions des couleurs
13364  correspondantes dans l'espace colorimétrique.
13365  Ces facteurs prennent des valeurs entre 0 et 1.
13366  À la place de 
13367 \series bold
13368 cmyk 
13369 \series default
13370 on peut aussi utiliser l'espace 
13371 \series bold
13372 rgb 
13373 \series default
13374 basé sur les couleurs rouge (
13375 \series bold
13376 red
13377 \series default
13378 ), vert (
13379 \series bold
13380 green
13381 \series default
13382 ) et bleu (
13383 \series bold
13384 blue
13385 \series default
13386 ).
13387  On a dans ce cas trois facteurs qui donnent les proportions de ces trois
13388  couleurs.
13389  Il y a aussi l'espace de couleur 
13390 \series bold
13391 gray 
13392 \series default
13393 (dégradé de gris) avec un facteur donnant la proportion de gris.
13394 \end_layout
13395
13396 \begin_layout Standard
13397 Comme exemple, une boîte encadrée avec la couleur 
13398 \series bold
13399 vertfonce 
13400 \series default
13401 que l'on vient de définir et des caractères colorés en jaune (
13402 \series bold
13403 yellow
13404 \series default
13405 ):
13406 \begin_inset Formula 
13407 \begin{equation}
13408 \colorbox{vertfonce}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13409 \end{equation}
13410
13411 \end_inset
13412
13413
13414 \end_layout
13415
13416 \begin_layout Standard
13417 On peut aussi utiliser ces couleurs personnalisées avec du texte à l'aide
13418  de la commande 
13419 \series bold
13420
13421 \backslash
13422 textcolor
13423 \series default
13424 :
13425 \begin_inset Index idx
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429 Texte ! coloré
13430 \end_layout
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \begin_layout Standard
13438 \begin_inset ERT
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442
13443
13444 \backslash
13445 textcolor{vertfonce}{
13446 \end_layout
13447
13448 \end_inset
13449
13450 cette phrase est en 
13451 \begin_inset Quotes eld
13452 \end_inset
13453
13454 vertfonce
13455 \begin_inset Quotes erd
13456 \end_inset
13457
13458 .
13459 \begin_inset ERT
13460 status collapsed
13461
13462 \begin_layout Plain Layout
13463
13464 }
13465 \end_layout
13466
13467 \end_inset
13468
13469
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475
13476 \backslash
13477 textcolor
13478 \series default
13479
13480 \begin_inset Index idx
13481 status collapsed
13482
13483 \begin_layout Plain Layout
13484 Commandes ! T ! 
13485 \backslash
13486 textcolor
13487 \end_layout
13488
13489 \end_inset
13490
13491  utilise la syntaxe 
13492 \series bold
13493
13494 \backslash
13495 textcolor{couleur}{caractères à colorer}
13496 \series default
13497 .
13498 \end_layout
13499
13500 \begin_layout Subsection
13501 Boîtes de paragraphe
13502 \begin_inset CommandInset label
13503 LatexCommand label
13504 name "sub:Boîtes-de-paragraphes"
13505
13506 \end_inset
13507
13508
13509 \begin_inset Index idx
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513 Boîtes ! comme paragraphe
13514 \end_layout
13515
13516 \end_inset
13517
13518
13519 \end_layout
13520
13521 \begin_layout Standard
13522 On peut créer une boîte qui peut contenir plusieurs lignes, voir des paragraphes
13523  entiers, c'est ce que l'on nomme une boîte de paragraphe (parbox en anglais).
13524  On la crée avec le menu 
13525 \family sans
13526 Insertion\SpecialChar \menuseparator
13527 Boîte
13528 \family default
13529  ou le bouton 
13530 \begin_inset Graphics
13531         filename ../../images/box-insert.png
13532         scale 85
13533
13534 \end_inset
13535
13536  de la barre d'outils.
13537 \end_layout
13538
13539 \begin_layout Standard
13540 L'exemple qui suit montre une boîte de paragraphe encadrée incluse dans
13541  une ligne:
13542 \end_layout
13543
13544 \begin_layout Standard
13545 \begin_inset VSpace medskip
13546 \end_inset
13547
13548 Ceci est une ligne 
13549 \begin_inset Box Boxed
13550 position "c"
13551 hor_pos "c"
13552 has_inner_box 1
13553 inner_pos "t"
13554 use_parbox 1
13555 use_makebox 0
13556 width "5cm"
13557 special "none"
13558 height "1in"
13559 height_special "totalheight"
13560 status open
13561
13562 \begin_layout Plain Layout
13563 Ceci est une boîte de paragraphe.
13564  Elle a exactement 5
13565 \begin_inset space \thinspace{}
13566 \end_inset
13567
13568 cm de large et peut aussi contenir des formules: 
13569 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13570 \end_inset
13571
13572
13573 \end_layout
13574
13575 \end_inset
13576
13577  avec une boîte de paragraphe.
13578 \end_layout
13579
13580 \begin_layout Standard
13581 \begin_inset VSpace medskip
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \begin_layout Standard
13588 Une telle boîte est créée en faisant un clic droit sur la boîte d'insert
13589  grise.
13590  Une fenêtre de dialogue apparaît montrant les propriétés de la boîte.
13591  Dans notre cas, on met: 
13592 \emph on
13593 Décoration:
13594 \emph default
13595  Boîte rectangulaire, 
13596 \emph on
13597 Boîte intérieure:
13598 \emph default
13599  Parbox, 
13600 \emph on
13601 Largeur
13602 \emph default
13603 : 5
13604 \begin_inset space \thinspace{}
13605 \end_inset
13606
13607 cm, 
13608 \emph on
13609 Alignement vertical boîte
13610 \emph default
13611 : milieu
13612 \end_layout
13613
13614 \begin_layout Standard
13615 \begin_inset VSpace medskip
13616 \end_inset
13617
13618 Dans LaTeX, une boîte de paragraphe est créée avec la commande 
13619 \series bold
13620
13621 \backslash
13622 parbox
13623 \series default
13624
13625 \begin_inset Index idx
13626 status collapsed
13627
13628 \begin_layout Plain Layout
13629 Commandes ! P ! 
13630 \backslash
13631 parbox
13632 \end_layout
13633
13634 \end_inset
13635
13636  qui a la syntaxe suivante:
13637 \end_layout
13638
13639 \begin_layout Standard
13640
13641 \series bold
13642
13643 \backslash
13644 parbox[position]{largeur}{contenu de la boîte}
13645 \end_layout
13646
13647 \begin_layout Standard
13648 Les positions 
13649 \emph on
13650 b
13651 \emph default
13652  et 
13653 \emph on
13654 t
13655 \emph default
13656  sont possibles.
13657  
13658 \emph on
13659 b
13660 \emph default
13661  pour 
13662 \begin_inset Quotes fld
13663 \end_inset
13664
13665 bas
13666 \begin_inset Quotes frd
13667 \end_inset
13668
13669  (bottom) signifie que la boîte est alignée au sein du texte qui l'entoure,
13670  au niveau de sa dernière ligne.
13671  Avec 
13672 \emph on
13673 t
13674 \emph default
13675  pour 
13676 \begin_inset Quotes fld
13677 \end_inset
13678
13679 haut
13680 \begin_inset Quotes frd
13681 \end_inset
13682
13683  (top) l'alignement se fait avec la première ligne.
13684  Si aucune position n'est précisée, la boîte est centrée verticalement,
13685  voir la section 
13686 \emph on
13687 Boîtes 
13688 \emph default
13689 du manuel 
13690 \emph on
13691 Objets insérés 
13692 \emph default
13693 pour des exemples.
13694 \end_layout
13695
13696 \begin_layout Standard
13697 \begin_inset VSpace bigskip
13698 \end_inset
13699
13700 Pour encadrer une formule complètement, y compris le numéro de la formule,
13701  il faut la placer dans une boîte de paragraphe.
13702  Pour le faire, on insère la commande 
13703 \series bold
13704
13705 \backslash
13706 fbox{
13707 \backslash
13708 parbox{
13709 \backslash
13710 linewidth-2
13711 \backslash
13712 fboxsep-2
13713 \backslash
13714 fboxrule}{
13715 \series default
13716  en mode TeX avant la formule.
13717  Dans cette commande 
13718 \series bold
13719
13720 \backslash
13721 linewidth
13722 \series default
13723
13724 \begin_inset Index idx
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 Commandes ! L ! 
13729 \backslash
13730 linewidth
13731 \end_layout
13732
13733 \end_inset
13734
13735  est l'épaisseur de ligne qui est active pour tout le document.
13736  Puisque le cadre se trouve à l'extérieur de la boîte de paragraphe, on
13737  doit soustraire de l'épaisseur de ligne deux fois la séparation du cadre
13738  et l'épaisseur du cadre.
13739  Comme cela n'est pas fait automatiquement par LyX, à cause d'un bug
13740 \begin_inset Foot
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744 \begin_inset CommandInset href
13745 LatexCommand href
13746 name "LyX-bug #4483"
13747 target "http://www.lyx.org/trac/ticket/4483"
13748
13749 \end_inset
13750
13751
13752 \end_layout
13753
13754 \end_inset
13755
13756 , on doit utiliser le mode TeX.
13757  Pour pouvoir effectuer des multiplications et des additions dans les arguments,
13758  on doit charger le paquetage LaTeX 
13759 \series bold
13760 calc
13761 \series default
13762
13763 \begin_inset Foot
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767
13768 \series bold
13769 calc
13770 \series default
13771  fait partie de toutes les installations standard de LaTeX.
13772 \end_layout
13773
13774 \end_inset
13775
13776
13777 \begin_inset Index idx
13778 status collapsed
13779
13780 \begin_layout Plain Layout
13781 Paquetages ! calc
13782 \end_layout
13783
13784 \end_inset
13785
13786  dans le préambule LaTeX avec la ligne
13787 \end_layout
13788
13789 \begin_layout Standard
13790
13791 \series bold
13792
13793 \backslash
13794 usepackage{calc}
13795 \end_layout
13796
13797 \begin_layout Standard
13798 Après la formule, les deux boîtes sont refermées en entrant 
13799 \series bold
13800 }}
13801 \series default
13802  en mode TeX.
13803  Voici un exemple:
13804 \begin_inset ERT
13805 status collapsed
13806
13807 \begin_layout Plain Layout
13808
13809
13810 \backslash
13811 fboxsep 5mm 
13812 \backslash
13813 fboxrule 5mm
13814 \end_layout
13815
13816 \end_inset
13817
13818
13819 \end_layout
13820
13821 \begin_layout Standard
13822 \begin_inset ERT
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826
13827
13828 \backslash
13829 fbox{
13830 \backslash
13831 parbox{
13832 \backslash
13833 linewidth-2
13834 \backslash
13835 fboxsep-2
13836 \backslash
13837 fboxrule}{
13838 \end_layout
13839
13840 \end_inset
13841
13842
13843 \begin_inset Formula 
13844 \begin{equation}
13845 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13846 \end{equation}
13847
13848 \end_inset
13849
13850
13851 \begin_inset ERT
13852 status collapsed
13853
13854 \begin_layout Plain Layout
13855
13856 }}
13857 \end_layout
13858
13859 \end_inset
13860
13861
13862 \begin_inset ERT
13863 status collapsed
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 fboxrule 0.4pt 
13870 \backslash
13871 fboxsep 3pt
13872 \end_layout
13873
13874 \end_inset
13875
13876
13877 \end_layout
13878
13879 \begin_layout Standard
13880 \begin_inset VSpace medskip
13881 \end_inset
13882
13883 Comme on utilise une boîte de paragraphe comme argument de 
13884 \series bold
13885
13886 \backslash
13887 fbox
13888 \series default
13889 , il n'y a dans ce cas pas de différence entre 
13890 \series bold
13891
13892 \backslash
13893 fbox
13894 \series default
13895  et 
13896 \series bold
13897
13898 \backslash
13899 boxed
13900 \series default
13901 .
13902 \end_layout
13903
13904 \begin_layout Standard
13905 \begin_inset VSpace bigskip
13906 \end_inset
13907
13908 Les boîtes de paragraphes sont très utiles pour commenter directement des
13909  formules.
13910  Pour faire cela, on utilise la commande 
13911 \series bold
13912
13913 \backslash
13914 parbox
13915 \series default
13916  en combinaison avec la commande 
13917 \series bold
13918
13919 \backslash
13920 tag
13921 \series default
13922
13923 \begin_inset Foot
13924 status collapsed
13925
13926 \begin_layout Plain Layout
13927 plus au sujet de la commande 
13928 \series bold
13929
13930 \backslash
13931 tag
13932 \series default
13933 , voir 
13934 \begin_inset CommandInset ref
13935 LatexCommand ref
13936 reference "sub:Numérotation-personnalisée"
13937
13938 \end_inset
13939
13940 .
13941 \end_layout
13942
13943 \end_inset
13944
13945 .
13946 \end_layout
13947
13948 \begin_layout Standard
13949 Un exemple de formule commentée avec 
13950 \series bold
13951
13952 \backslash
13953 parbox
13954 \series default
13955 :
13956 \end_layout
13957
13958 \begin_layout Standard
13959 \begin_inset ERT
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 [5x-7b=3b
13967 \backslash
13968 tag*{
13969 \backslash
13970 parbox{5cm}{
13971 \end_layout
13972
13973 \end_inset
13974
13975 Ceci est une description.
13976  Elle est clairement séparée de la formule et est multi-ligne.
13977 \begin_inset ERT
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981
13982 }}
13983 \backslash
13984 ]
13985 \end_layout
13986
13987 \end_inset
13988
13989
13990 \end_layout
13991
13992 \begin_layout Standard
13993 Une telle formule doit être complètement insérée en mode TeX, parce que
13994  LyX ne supporte pas encore la commande 
13995 \series bold
13996
13997 \backslash
13998 parbox
13999 \series default
14000  dans les formules.
14001  On crée la formule avec la suite de commandes suivante:
14002 \end_layout
14003
14004 \begin_layout Standard
14005 On insère la commande 
14006 \series bold
14007
14008 \backslash
14009 [5x-7b=3b
14010 \backslash
14011 tag*
14012 \backslash
14013 {
14014 \backslash
14015 parbox{5cm}{
14016 \series default
14017  en mode TeX.
14018 \begin_inset Foot
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022 Quand on utilise le style de formule 
14023 \series bold
14024 Indenté
14025 \series default
14026 , on peut aussi remplacer 
14027 \series bold
14028
14029 \backslash
14030 tag*
14031 \backslash
14032 {
14033 \series default
14034  par 
14035 \series bold
14036
14037 \backslash
14038 hfill
14039 \series default
14040 .
14041  (pour les styles de formules, voir 
14042 \begin_inset CommandInset ref
14043 LatexCommand ref
14044 reference "sec:Styles-de-formules"
14045
14046 \end_inset
14047
14048 ).
14049 \end_layout
14050
14051 \end_inset
14052
14053  Ensuite la description suit en texte normal et enfin on insère 
14054 \series bold
14055 }}
14056 \backslash
14057 ]
14058 \series default
14059  en mode TeX.
14060  Dans ces commandes, 
14061 \series bold
14062
14063 \backslash
14064 [
14065 \series default
14066  et 
14067 \series bold
14068
14069 \backslash
14070 ]
14071 \series default
14072  créent une formule hors ligne.
14073 \end_layout
14074
14075 \begin_layout Standard
14076 On peut voir les avantages de 
14077 \series bold
14078
14079 \backslash
14080 parbox
14081 \series default
14082  dans cet exemple qui a été commenté en utilisant du texte mathématique:
14083 \begin_inset Formula 
14084 \[
14085 5x-7b=3b\textrm{Ceci est une description. Elle n'est pas séparée de la formule ...}
14086 \]
14087
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \begin_layout Section
14094 Opérateurs
14095 \begin_inset Index idx
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099 Opérateurs
14100 \end_layout
14101
14102 \end_inset
14103
14104
14105 \end_layout
14106
14107 \begin_layout Subsection
14108 Grands Opérateurs
14109 \begin_inset CommandInset label
14110 LatexCommand label
14111 name "sub:Grands-opérateurs"
14112
14113 \end_inset
14114
14115
14116 \begin_inset Index idx
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120 Opérateurs ! grands
14121 \end_layout
14122
14123 \end_inset
14124
14125
14126 \begin_inset Index idx
14127 status collapsed
14128
14129 \begin_layout Plain Layout
14130 Sommes
14131 \end_layout
14132
14133 \end_inset
14134
14135
14136 \begin_inset Index idx
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 Intégrales
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 Pour pouvoir utiliser tous les opérateurs intégraux listés ici, on doit
14150  activer l'option 
14151 \family sans
14152 Utiliser
14153 \begin_inset space ~
14154 \end_inset
14155
14156 automatiquement le paquetage
14157 \begin_inset space ~
14158 \end_inset
14159
14160 esint
14161 \family default
14162  dans les 
14163 \family sans
14164 Options du mode math.
14165 \end_layout
14166
14167 \begin_layout Standard
14168 \begin_inset space \hfill{}
14169 \end_inset
14170
14171
14172 \begin_inset Tabular
14173 <lyxtabular version="3" rows="11" columns="2">
14174 <features rotate="0" tabularvalignment="middle">
14175 <column alignment="center" valignment="top" width="0pt">
14176 <column alignment="center" valignment="top" width="0pt">
14177 <row>
14178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 Commande
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14188 \begin_inset Text
14189
14190 \begin_layout Plain Layout
14191 Résultat
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 </row>
14197 <row>
14198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202
14203 \backslash
14204 int
14205 \begin_inset Index idx
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209 Commandes ! I ! 
14210 \backslash
14211 int
14212 \end_layout
14213
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225 \begin_inset Formula $\int$
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 </row>
14234 <row>
14235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14236 \begin_inset Text
14237
14238 \begin_layout Plain Layout
14239
14240 \backslash
14241 oint
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 \begin_inset Formula $\oint$
14251 \end_inset
14252
14253
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 </row>
14259 <row>
14260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264
14265 \backslash
14266 ointctrclockwise
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 \begin_inset Formula $\ointctrclockwise$
14276 \end_inset
14277
14278
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 <row>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289
14290 \backslash
14291 ointclockwise
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 \begin_inset Formula $\ointclockwise$
14301 \end_inset
14302
14303
14304 \end_layout
14305
14306 \end_inset
14307 </cell>
14308 </row>
14309 <row>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314
14315 \backslash
14316 sqint
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325 \begin_inset Formula $\sqint$
14326 \end_inset
14327
14328
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 </row>
14334 <row>
14335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339
14340 \backslash
14341 fint
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350  
14351 \begin_inset Formula $\fint$
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 </row>
14360 <row>
14361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365
14366 \backslash
14367 landupint
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14373 \begin_inset Text
14374
14375 \begin_layout Plain Layout
14376  
14377 \begin_inset Formula $\landupint$
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 </row>
14386 <row>
14387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391
14392 \backslash
14393 landdownint
14394 \end_layout
14395
14396 \end_inset
14397 </cell>
14398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14399 \begin_inset Text
14400
14401 \begin_layout Plain Layout
14402  
14403 \begin_inset Formula $\landdownint$
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417
14418 \backslash
14419 bigcap
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 \begin_inset Formula $\bigcap$
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 </row>
14437 <row>
14438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442
14443 \backslash
14444 bigcup
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 \begin_inset Formula $\bigcup$
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 </row>
14462 </lyxtabular>
14463
14464 \end_inset
14465
14466
14467 \begin_inset space \hfill{}
14468 \end_inset
14469
14470
14471 \begin_inset Tabular
14472 <lyxtabular version="3" rows="11" columns="2">
14473 <features rotate="0" tabularvalignment="middle">
14474 <column alignment="center" valignment="top" width="0pt">
14475 <column alignment="center" valignment="top" width="0pt">
14476 <row>
14477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481 Commande
14482 \end_layout
14483
14484 \end_inset
14485 </cell>
14486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 Résultat
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 </row>
14496 <row>
14497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501
14502 \backslash
14503 sum
14504 \begin_inset Index idx
14505 status collapsed
14506
14507 \begin_layout Plain Layout
14508 Commandes ! S ! 
14509 \backslash
14510 sum
14511 \end_layout
14512
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14521 \begin_inset Text
14522
14523 \begin_layout Plain Layout
14524 \begin_inset Formula $\sum$
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 </row>
14533 <row>
14534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538
14539 \backslash
14540 prod
14541 \begin_inset Index idx
14542 status collapsed
14543
14544 \begin_layout Plain Layout
14545 Commandes ! P ! 
14546 \backslash
14547 prod
14548 \end_layout
14549
14550 \end_inset
14551
14552
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 \begin_inset Formula $\prod$
14562 \end_inset
14563
14564
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 </row>
14570 <row>
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575
14576 \backslash
14577 coprod
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586 \begin_inset Formula $\coprod$
14587 \end_inset
14588
14589
14590 \end_layout
14591
14592 \end_inset
14593 </cell>
14594 </row>
14595 <row>
14596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14597 \begin_inset Text
14598
14599 \begin_layout Plain Layout
14600
14601 \backslash
14602 bigodot
14603 \end_layout
14604
14605 \end_inset
14606 </cell>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 \begin_inset Formula $\bigodot$
14612 \end_inset
14613
14614
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 </row>
14620 <row>
14621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625
14626 \backslash
14627 bigotimes
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636 \begin_inset Formula $\bigotimes$
14637 \end_inset
14638
14639
14640 \end_layout
14641
14642 \end_inset
14643 </cell>
14644 </row>
14645 <row>
14646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14647 \begin_inset Text
14648
14649 \begin_layout Plain Layout
14650
14651 \backslash
14652 bigoplus
14653 \end_layout
14654
14655 \end_inset
14656 </cell>
14657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 \begin_inset Formula $\bigoplus$
14662 \end_inset
14663
14664
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 </row>
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675
14676 \backslash
14677 bigwedge
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686 \begin_inset Formula $\bigwedge$
14687 \end_inset
14688
14689
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 </row>
14695 <row>
14696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700
14701 \backslash
14702 bigvee
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711 \begin_inset Formula $\bigvee$
14712 \end_inset
14713
14714
14715 \end_layout
14716
14717 \end_inset
14718 </cell>
14719 </row>
14720 <row>
14721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14722 \begin_inset Text
14723
14724 \begin_layout Plain Layout
14725
14726 \backslash
14727 bigsqcup
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736 \begin_inset Formula $\bigsqcup$
14737 \end_inset
14738
14739
14740 \end_layout
14741
14742 \end_inset
14743 </cell>
14744 </row>
14745 <row>
14746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750
14751 \backslash
14752 biguplus
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761 \begin_inset Formula $\biguplus$
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \end_inset
14768 </cell>
14769 </row>
14770 </lyxtabular>
14771
14772 \end_inset
14773
14774
14775 \begin_inset space \hfill{}
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 Tous les grands opérateurs peuvent aussi être insérés en utilisant le bouton
14783  
14784 \begin_inset Graphics
14785         filename ../../images/math/intop.png
14786         scale 85
14787
14788 \end_inset
14789
14790  de la barre d'outils mathématique.
14791 \end_layout
14792
14793 \begin_layout Standard
14794 On nomme ces opérateurs 
14795 \begin_inset Quotes eld
14796 \end_inset
14797
14798 grands
14799 \begin_inset Quotes erd
14800 \end_inset
14801
14802  parce qu'ils sont plus grands que les opérateurs binaires qui leur ressemblent
14803  parfois.
14804  Tous les grands opérateur peuvent avoir des limites comme c'est décrit
14805  dans la section qui suit.
14806 \end_layout
14807
14808 \begin_layout Standard
14809 Pour tous les opérateurs intégrales, une seconde version est disponible,
14810  se terminant en 
14811 \series bold
14812 op
14813 \series default
14814
14815 \series bold
14816
14817 \backslash
14818 intop
14819 \series default
14820
14821 \series bold
14822
14823 \backslash
14824 ointop
14825 \series default
14826  etc..
14827  Ces opérateurs sont différents de
14828 \series bold
14829  
14830 \backslash
14831 int
14832 \series default
14833  etc.
14834 \begin_inset space \space{}
14835 \end_inset
14836
14837 dans la manière dont sont affichés les limites, voir 
14838 \begin_inset CommandInset ref
14839 LatexCommand ref
14840 reference "sub:Limites-des-opérateurs"
14841
14842 \end_inset
14843
14844 .
14845  
14846 \end_layout
14847
14848 \begin_layout Subsubsection*
14849 Conseils pour les intégrales
14850 \end_layout
14851
14852 \begin_layout Standard
14853 La lettre 
14854 \emph on
14855 d
14856 \emph default
14857  dans une intégrale est un opérateur, elle doit donc être en lettres droites.
14858  On le fait en sélectionnant le 
14859 \emph on
14860
14861 \emph default
14862 et en utilisant le raccourci clavier 
14863 \family sans
14864 Alt+C
14865 \begin_inset space ~
14866 \end_inset
14867
14868 R
14869 \family default
14870
14871 \begin_inset Foot
14872 status collapsed
14873
14874 \begin_layout Plain Layout
14875 Pour les styles de polices, voir 
14876 \begin_inset CommandInset ref
14877 LatexCommand ref
14878 reference "sub:Styles-de-polices"
14879
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \end_inset
14886
14887 .
14888  Pour finir, on insère une espace fine avant le 
14889 \emph on
14890
14891 \emph default
14892 puisque c'est l'habitude avec les opérateurs.
14893  Un exemple:
14894 \end_layout
14895
14896 \begin_layout Standard
14897 incorrect: 
14898 \begin_inset Formula $\int A(x)dx$
14899 \end_inset
14900
14901
14902 \begin_inset Newline newline
14903 \end_inset
14904
14905
14906 \begin_inset Phantom HPhantom
14907 status open
14908
14909 \begin_layout Plain Layout
14910 in
14911 \end_layout
14912
14913 \end_inset
14914
14915 correct: 
14916 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \begin_layout Standard
14923 Pour les intégrales multiples, il y a les commandes suivantes:
14924 \begin_inset VSpace medskip
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Standard
14931 \begin_inset space \hfill{}
14932 \end_inset
14933
14934
14935 \begin_inset Tabular
14936 <lyxtabular version="3" rows="4" columns="2">
14937 <features rotate="0" tabularvalignment="middle">
14938 <column alignment="center" valignment="top">
14939 <column alignment="center" valignment="top">
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 Commande
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 Résultat
14955 \begin_inset Note Note
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959
14960 \series bold
14961
14962 \backslash
14963 raisebox
14964 \series default
14965  est seulement utilisée pour faire de la place
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \backslash
14983 iint
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 </row>
15001 <row>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006
15007 \backslash
15008 oiint
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \backslash
15033 sqiint
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 </lyxtabular>
15052
15053 \end_inset
15054
15055
15056 \begin_inset space \hfill{}
15057 \end_inset
15058
15059
15060 \begin_inset Tabular
15061 <lyxtabular version="3" rows="4" columns="2">
15062 <features rotate="0" tabularvalignment="middle">
15063 <column alignment="center" valignment="top">
15064 <column alignment="center" valignment="top">
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 Commande
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Résultat
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 </row>
15085 <row>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \backslash
15092 iiint
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 </row>
15110 <row>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \backslash
15117 iiiint
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 </row>
15135 <row>
15136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \backslash
15142 dotsint
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 </lyxtabular>
15161
15162 \end_inset
15163
15164
15165 \begin_inset space \hfill{}
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Subsection
15172 Limites des opérateurs
15173 \begin_inset CommandInset label
15174 LatexCommand label
15175 name "sub:Limites-des-opérateurs"
15176
15177 \end_inset
15178
15179
15180 \begin_inset Index idx
15181 status collapsed
15182
15183 \begin_layout Plain Layout
15184 Opérateurs ! Limites
15185 \end_layout
15186
15187 \end_inset
15188
15189
15190 \end_layout
15191
15192 \begin_layout Standard
15193 Les limites sont créées avec les indices et les exposants:
15194 \end_layout
15195
15196 \begin_layout Standard
15197 \align center
15198 \begin_inset Tabular
15199 <lyxtabular version="3" rows="2" columns="2">
15200 <features rotate="0" tabularvalignment="middle">
15201 <column alignment="center" valignment="top" width="0pt">
15202 <column alignment="center" valignment="top" width="0pt">
15203 <row>
15204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 Commande
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 Résultat
15218 \begin_inset Note Note
15219 status collapsed
15220
15221 \begin_layout Plain Layout
15222
15223 \series bold
15224
15225 \backslash
15226 raisebox
15227 \series default
15228  est seulement utilisée pour faire de la place
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 </row>
15239 <row>
15240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244
15245 \backslash
15246 prod^
15247 \backslash
15248 infty
15249 \begin_inset space \textvisiblespace{}
15250 \end_inset
15251
15252
15253 \begin_inset Formula $\to$
15254 \end_inset
15255
15256 _0
15257 \begin_inset Formula $\to$
15258 \end_inset
15259
15260 A(x)
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 </lyxtabular>
15279
15280 \end_inset
15281
15282
15283 \end_layout
15284
15285 \begin_layout Standard
15286 Pour les formules en lignes, les limites sont placées juste après l'opérateur.
15287  Pour les formules hors ligne, les limites sont placées au dessus ou en
15288  dessous de l'opérateur, sauf pour les limites des intégrales.
15289 \end_layout
15290
15291 \begin_layout Standard
15292 Pour forcer les limites à être après l'opérateur, on place le curseur juste
15293  après l'opérateur et on change le type de limite avec le menu 
15294 \family sans
15295 Édition\SpecialChar \menuseparator
15296 Math\SpecialChar \menuseparator
15297 Changer
15298 \begin_inset space ~
15299 \end_inset
15300
15301 le
15302 \begin_inset space ~
15303 \end_inset
15304
15305 type
15306 \begin_inset space ~
15307 \end_inset
15308
15309 de
15310 \begin_inset space ~
15311 \end_inset
15312
15313 limites
15314 \family default
15315  pour 
15316 \family sans
15317 En
15318 \begin_inset space ~
15319 \end_inset
15320
15321 ligne
15322 \family default
15323  (raccourci 
15324 \family sans
15325 Alt+M
15326 \family default
15327
15328 \begin_inset space ~
15329 \end_inset
15330
15331
15332 \family sans
15333 L
15334 \family default
15335 ).
15336  Un exemple:
15337 \end_layout
15338
15339 \begin_layout Standard
15340 Implicitement les limites ont ce type:
15341 \begin_inset Formula 
15342 \[
15343 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15344 \]
15345
15346 \end_inset
15347
15348 Voici à quoi elles ressemblent si on change le type des limites à 
15349 \family sans
15350 En
15351 \begin_inset space ~
15352 \end_inset
15353
15354 ligne
15355 \family default
15356 :
15357 \begin_inset Formula 
15358 \[
15359 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15360 \]
15361
15362 \end_inset
15363
15364 Pour les intégrales, à part pour celles dont le nom se termine en 
15365 \series bold
15366 op
15367 \series default
15368  comme 
15369 \series bold
15370
15371 \backslash
15372 intop
15373 \series default
15374
15375 \series bold
15376
15377 \backslash
15378 ointop
15379 \series default
15380  etc., les limites sont placées implicitement après l'opérateur.
15381  Mais pour les intégrales multiples les limites sont souvent placées sous
15382  l'opérateur.
15383  Dans l'exemple suivant, le type de limites a donc été mis à 
15384 \series bold
15385 Hors
15386 \begin_inset space ~
15387 \end_inset
15388
15389 ligne 
15390 \series default
15391 et elles sont donc placées sous les intégrales:
15392 \begin_inset Formula 
15393 \begin{equation}
15394 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15395 \end{equation}
15396
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 \begin_inset VSpace medskip
15404 \end_inset
15405
15406 Pour préciser des conditions pour les limites, on utilise les commandes
15407  
15408 \series bold
15409
15410 \backslash
15411 subarray
15412 \series default
15413
15414 \begin_inset Index idx
15415 status collapsed
15416
15417 \begin_layout Plain Layout
15418 Commandes ! S ! 
15419 \backslash
15420 subarray
15421 \end_layout
15422
15423 \end_inset
15424
15425  et 
15426 \series bold
15427
15428 \backslash
15429 substack
15430 \series default
15431
15432 \begin_inset Index idx
15433 status collapsed
15434
15435 \begin_layout Plain Layout
15436 Commandes ! S ! 
15437 \backslash
15438 substack
15439 \end_layout
15440
15441 \end_inset
15442
15443 .
15444  Par exemple, pour obtenir cette expression 
15445 \begin_inset Formula 
15446 \begin{equation}
15447 \sum_{\begin{subarray}{c}
15448 0<k<1000\\
15449 \\
15450 k\,\in\,\mathbb{N}
15451 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15452 \end{equation}
15453
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \begin_layout Standard
15460 on doit faire ceci:
15461 \begin_inset Newline newline
15462 \end_inset
15463
15464 D'abord taper la commande 
15465 \series bold
15466
15467 \backslash
15468 sum
15469 \series default
15470 ^
15471 \series bold
15472 n
15473 \begin_inset space \textvisiblespace{}
15474 \end_inset
15475
15476 _
15477 \series default
15478  .
15479  On se trouve alors dans une boîte bleue sous l'opérateur de sommation et
15480  on y insère la commande 
15481 \series bold
15482
15483 \backslash
15484 subarray
15485 \begin_inset space \textvisiblespace{}
15486 \end_inset
15487
15488
15489 \series default
15490 .
15491  La boîte bleue se trouve maintenant dans une boîte violette et on peut
15492  écrire plusieurs lignes les unes au dessus des autres.
15493  On crée une nouvelle ligne en insérant un saut de ligne (
15494 \family sans
15495 Ctrl+Entrée
15496 \family default
15497 ).
15498  Maintenant, quand on tape
15499 \begin_inset Newline newline
15500 \end_inset
15501
15502
15503 \series bold
15504 0<k<1000 Ctrl+Entrée
15505 \begin_inset Newline newline
15506 \end_inset
15507
15508
15509 \series default
15510 une nouvelle boîte apparaît en dessous pour une nouvelle ligne.
15511 \end_layout
15512
15513 \begin_layout Standard
15514 L'alignement des lignes peut être modifié en alignement à gauche avec la
15515  barre d'outils 
15516 \family sans
15517 Tableaux
15518 \family default
15519  ou avec le menu 
15520 \family sans
15521 Édition\SpecialChar \menuseparator
15522 Lignes
15523 \begin_inset space ~
15524 \end_inset
15525
15526 &
15527 \begin_inset space ~
15528 \end_inset
15529
15530 colonnes
15531 \family default
15532 .
15533  Pour avoir un alignement à droite, on insère un 
15534 \series bold
15535
15536 \backslash
15537 hfill
15538 \begin_inset space \textvisiblespace{}
15539 \end_inset
15540
15541
15542 \series default
15543  au début de la ligne.
15544 \end_layout
15545
15546 \begin_layout Standard
15547 La commande 
15548 \series bold
15549
15550 \backslash
15551 substack
15552 \series default
15553  est équivalente à 
15554 \series bold
15555
15556 \backslash
15557 subarray
15558 \series default
15559  avec la différence que les lignes sont toujours centrées.
15560 \end_layout
15561
15562 \begin_layout Standard
15563 \begin_inset VSpace bigskip
15564 \end_inset
15565
15566 Comme dans le cas de la formule 
15567 \begin_inset CommandInset ref
15568 LatexCommand eqref
15569 reference "eq:substack"
15570
15571 \end_inset
15572
15573 , il se peut qu'il y ait trop d'espace après un opérateur, puisque les caractère
15574 s qui suivent l'opérateur se trouvent après la limite.
15575  Pour éviter cela, on peut utiliser la commande 
15576 \series bold
15577
15578 \backslash
15579 mathclap
15580 \series default
15581
15582 \begin_inset Index idx
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586 Commandes ! M ! 
15587 \backslash
15588 mathclap
15589 \end_layout
15590
15591 \end_inset
15592
15593  qui met la largeur 
15594 \lang english
15595 of its content
15596 \lang french
15597  à 0
15598 \begin_inset space \thinspace{}
15599 \end_inset
15600
15601 pt.
15602 \begin_inset Newline newline
15603 \end_inset
15604
15605 Appliqué à la formule 
15606 \begin_inset CommandInset ref
15607 LatexCommand eqref
15608 reference "eq:substack"
15609
15610 \end_inset
15611
15612 , on utilise la commande
15613 \end_layout
15614
15615 \begin_layout Standard
15616
15617 \series bold
15618
15619 \backslash
15620 sum_
15621 \backslash
15622 mathclap
15623 \backslash
15624 substack
15625 \begin_inset space \textvisiblespace{}
15626 \end_inset
15627
15628 0<k<1000 Ctrl+Entrée
15629 \end_layout
15630
15631 \begin_layout Standard
15632 pour créer la limite inférieure.
15633  L'opérande est maintenant juste après l'opérateur de sommation:
15634 \begin_inset Formula 
15635 \[
15636 \sum_{\mathclap{\substack{0<k<1000\\
15637 \\
15638 k\,\in\,\mathbb{N}
15639 }
15640 }}^{n}k^{-2}
15641 \]
15642
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649 \begin_inset VSpace bigskip
15650 \end_inset
15651
15652
15653 \end_layout
15654
15655 \begin_layout Standard
15656
15657 \lang english
15658 When several consecutive operators have limits the typesetting of the limits
15659  looks often imperfect in the output, see this example:
15660 \lang french
15661
15662 \begin_inset Formula 
15663 \[
15664 \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}
15665 \]
15666
15667 \end_inset
15668
15669
15670 \lang english
15671 To improve the typesetting set in the document settings under 
15672 \family sans
15673 Math
15674 \begin_inset space ~
15675 \end_inset
15676
15677 Options
15678 \family default
15679  for the package
15680 \lang french
15681  
15682 \series bold
15683 mathtools
15684 \series default
15685
15686 \begin_inset Index idx
15687 status collapsed
15688
15689 \begin_layout Plain Layout
15690 Paquetages ! mathtools
15691 \end_layout
15692
15693 \end_inset
15694
15695  
15696 \lang english
15697 the option 
15698 \family sans
15699 Load
15700 \begin_inset space ~
15701 \end_inset
15702
15703 always
15704 \family default
15705 .
15706  Then insert into your formula the command 
15707 \series bold
15708 \lang french
15709
15710 \backslash
15711 adjustlimits
15712 \series default
15713
15714 \begin_inset Index idx
15715 status collapsed
15716
15717 \begin_layout Plain Layout
15718 Commandes ! A ! 
15719 \backslash
15720 adjustlimits
15721 \end_layout
15722
15723 \end_inset
15724
15725  
15726 \lang english
15727 directly before the first operator.
15728  The example will then look like this:
15729 \lang french
15730
15731 \begin_inset Formula 
15732 \[
15733 \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}
15734 \]
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Standard
15742 \begin_inset VSpace bigskip
15743 \end_inset
15744
15745 On décrit comment utiliser une limite pour plusieurs opérateurs dans 
15746 \begin_inset CommandInset ref
15747 LatexCommand ref
15748 reference "sub:Opérateurs-personnalisés"
15749
15750 \end_inset
15751
15752 .
15753 \end_layout
15754
15755 \begin_layout Subsection
15756 Décoration pour les opérateurs
15757 \begin_inset Index idx
15758 status collapsed
15759
15760 \begin_layout Plain Layout
15761 Opérateurs ! Décoration
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Standard
15770 Avec les commandes 
15771 \series bold
15772
15773 \backslash
15774 overset
15775 \series default
15776
15777 \begin_inset Index idx
15778 status collapsed
15779
15780 \begin_layout Plain Layout
15781 Commandes ! O ! 
15782 \backslash
15783 overset
15784 \end_layout
15785
15786 \end_inset
15787
15788  et 
15789 \series bold
15790
15791 \backslash
15792 underset
15793 \series default
15794
15795 \begin_inset Index idx
15796 status collapsed
15797
15798 \begin_layout Plain Layout
15799 Commandes ! U ! 
15800 \backslash
15801 underset
15802 \end_layout
15803
15804 \end_inset
15805
15806  on peut placer des caractères respectivement au dessus ou en dessous d'un
15807  opérateur.
15808  Avec la commande 
15809 \series bold
15810
15811 \backslash
15812 sideset
15813 \series default
15814
15815 \begin_inset Index idx
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819 Commandes ! S ! 
15820 \backslash
15821 sideset
15822 \end_layout
15823
15824 \end_inset
15825
15826 , on peut placer des caractères avant ou après un grand opérateur.
15827 \end_layout
15828
15829 \begin_layout Standard
15830
15831 \lang english
15832 There are 4
15833 \begin_inset space ~
15834 \end_inset
15835
15836 variants of 
15837 \series bold
15838
15839 \backslash
15840 sideset
15841 \series default
15842 :
15843 \end_layout
15844
15845 \begin_layout Itemize
15846
15847 \series bold
15848 \lang english
15849
15850 \backslash
15851 sideset
15852 \series default
15853  is used to set characters at the corners of the operator
15854 \end_layout
15855
15856 \begin_layout Itemize
15857
15858 \series bold
15859 \lang english
15860
15861 \backslash
15862 sidesetn
15863 \series default
15864  is used to set characters before and/or behind the operator (this variant
15865  represents LaTeX's original 
15866 \series bold
15867
15868 \backslash
15869 sideset
15870 \series default
15871  command)
15872 \end_layout
15873
15874 \begin_layout Itemize
15875
15876 \series bold
15877 \lang english
15878
15879 \backslash
15880 sidesetl
15881 \series default
15882  is used to set characters at the left corners and/or behind the operator
15883 \end_layout
15884
15885 \begin_layout Itemize
15886
15887 \series bold
15888 \lang english
15889
15890 \backslash
15891 sidesetr
15892 \series default
15893  is used to set characters at the right corners and/or before the operator
15894 \end_layout
15895
15896 \begin_layout Standard
15897 Par exemple la commande 
15898 \series bold
15899
15900 \backslash
15901 sidesetn
15902 \begin_inset space \textvisiblespace{}
15903 \end_inset
15904
15905
15906 \backslash
15907 sum
15908 \begin_inset space \textvisiblespace{}
15909 \end_inset
15910
15911
15912 \begin_inset Formula $\to$
15913 \end_inset
15914
15915 '
15916 \begin_inset Formula $\to$
15917 \end_inset
15918
15919 _k=1
15920 \begin_inset space \textvisiblespace{}
15921 \end_inset
15922
15923
15924 \series default
15925 ^
15926 \series bold
15927 n
15928 \series default
15929  donne:
15930 \begin_inset Formula 
15931 \[
15932 \sideset{}{'}\sum_{k=1}^{n}
15933 \]
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Standard
15941 \begin_inset Note Greyedout
15942 status open
15943
15944 \begin_layout Plain Layout
15945
15946 \series bold
15947 Nota: 
15948 \backslash
15949 sideset
15950 \series default
15951  ne peut être utilisé que pour les grands opérateurs, il ne convient pas
15952  pour les opérateurs binaires.
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 Avec 
15962 \series bold
15963
15964 \backslash
15965 overset
15966 \series default
15967  et 
15968 \series bold
15969
15970 \backslash
15971 underset
15972 \series default
15973  on peut aussi décorer des symboles et des caractères.
15974  Pour exemple la commande 
15975 \series bold
15976
15977 \backslash
15978 overset
15979 \begin_inset space \textvisiblespace{}
15980 \end_inset
15981
15982
15983 \backslash
15984 maltese
15985 \begin_inset space \textvisiblespace{}
15986 \end_inset
15987
15988
15989 \series default
15990
15991 \begin_inset Formula $\uparrow$
15992 \end_inset
15993
15994
15995 \series bold
15996 a
15997 \series default
15998  donne:
15999 \begin_inset Formula 
16000 \[
16001 \overset{a}{\maltese}
16002 \]
16003
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \begin_layout Subsection
16010 Opérateurs binaires
16011 \begin_inset CommandInset label
16012 LatexCommand label
16013 name "sub:Opérateurs-binaires"
16014
16015 \end_inset
16016
16017
16018 \begin_inset Index idx
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022 Opérateurs ! binaires
16023 \end_layout
16024
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \begin_layout Standard
16031 Les opérateurs binaires sont entourés d'espaces quand il y a un caractère
16032  avant et après eux.
16033 \begin_inset VSpace medskip
16034 \end_inset
16035
16036
16037 \end_layout
16038
16039 \begin_layout Standard
16040 \begin_inset space \hfill{}
16041 \end_inset
16042
16043
16044 \begin_inset Tabular
16045 <lyxtabular version="3" rows="13" columns="2">
16046 <features rotate="0" tabularvalignment="middle">
16047 <column alignment="center" valignment="top" width="0pt">
16048 <column alignment="center" valignment="top" width="0pt">
16049 <row>
16050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 Commande
16055 \begin_inset Note Note
16056 status collapsed
16057
16058 \begin_layout Plain Layout
16059
16060 \series bold
16061
16062 \backslash
16063 raisebox
16064 \series default
16065  est seulement utilisée pour faire de la place
16066 \end_layout
16067
16068 \end_inset
16069
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16076 \begin_inset Text
16077
16078 \begin_layout Plain Layout
16079 Résultat
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 <row>
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 +
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 \begin_inset Formula $+$
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113 -
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 \begin_inset Formula $-$
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136
16137 \backslash
16138 pm
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 \begin_inset Formula $\pm$
16148 \end_inset
16149
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 </row>
16156 <row>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \backslash
16163 mp
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 \begin_inset Formula $\mp$
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 <row>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186
16187 \backslash
16188 cdot
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 \begin_inset Formula $\cdot$
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row>
16207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \backslash
16213 times
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 \begin_inset Formula $\times$
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 </row>
16231 <row>
16232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16233 \begin_inset Text
16234
16235 \begin_layout Plain Layout
16236
16237 \backslash
16238 div
16239 \end_layout
16240
16241 \end_inset
16242 </cell>
16243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16244 \begin_inset Text
16245
16246 \begin_layout Plain Layout
16247 \begin_inset Formula $\div$
16248 \end_inset
16249
16250
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 </row>
16256 <row>
16257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 \begin_inset ERT
16262 status collapsed
16263
16264 \begin_layout Plain Layout
16265
16266
16267 \backslash
16268 raisebox{-1.2mm}{
16269 \end_layout
16270
16271 \end_inset
16272
16273 *
16274 \begin_inset ERT
16275 status collapsed
16276
16277 \begin_layout Plain Layout
16278
16279 }
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293 \begin_inset Formula $*$
16294 \end_inset
16295
16296
16297 \end_layout
16298
16299 \end_inset
16300 </cell>
16301 </row>
16302 <row>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307
16308 \backslash
16309 star
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Formula $\star$
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \end_inset
16325 </cell>
16326 </row>
16327 <row>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332
16333 \backslash
16334 circ
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 \begin_inset Formula $\circ$
16344 \end_inset
16345
16346
16347 \end_layout
16348
16349 \end_inset
16350 </cell>
16351 </row>
16352 <row>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357
16358 \backslash
16359 diamond
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 \begin_inset Formula $\diamond$
16369 \end_inset
16370
16371
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 <row>
16378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382
16383 \backslash
16384 bullet
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 \begin_inset Formula $\bullet$
16394 \end_inset
16395
16396
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 </row>
16402 </lyxtabular>
16403
16404 \end_inset
16405
16406
16407 \begin_inset space \hfill{}
16408 \end_inset
16409
16410
16411 \begin_inset Tabular
16412 <lyxtabular version="3" rows="13" columns="2">
16413 <features rotate="0" tabularvalignment="middle">
16414 <column alignment="center" valignment="top" width="0pt">
16415 <column alignment="center" valignment="top" width="0pt">
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 Commande
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 Résultat
16431 \end_layout
16432
16433 \end_inset
16434 </cell>
16435 </row>
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \backslash
16443 nabla
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 \begin_inset Formula $\nabla$
16453 \end_inset
16454
16455
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466
16467 \backslash
16468 bigtriangledown
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 \begin_inset Formula $\bigtriangledown$
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491
16492 \backslash
16493 bigtriangleup
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502 \begin_inset Formula $\bigtriangleup$
16503 \end_inset
16504
16505
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 </row>
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516
16517 \backslash
16518 Box
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 \begin_inset Formula $\Box$
16528 \end_inset
16529
16530
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 </row>
16536 <row>
16537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541
16542 \backslash
16543 cap 
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Formula $\cap$
16553 \end_inset
16554
16555
16556 \end_layout
16557
16558 \end_inset
16559 </cell>
16560 </row>
16561 <row>
16562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566
16567 \backslash
16568 cup
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 \begin_inset Formula $\cup$
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591
16592 \backslash
16593 dagger
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $\dagger$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \backslash
16618 ddagger
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 \begin_inset Formula $\ddagger$
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641
16642 \backslash
16643 wr
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Formula $\wr$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666
16667 \backslash
16668 bigcirc
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 $\bigcirc$
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 wedge
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 $\wedge$
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" bottomline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716
16717 \backslash
16718 vee
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 \begin_inset Formula $\vee$
16728 \end_inset
16729
16730
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 </lyxtabular>
16737
16738 \end_inset
16739
16740
16741 \begin_inset space \hfill{}
16742 \end_inset
16743
16744
16745 \begin_inset Tabular
16746 <lyxtabular version="3" rows="13" columns="2">
16747 <features rotate="0" tabularvalignment="middle">
16748 <column alignment="center" valignment="top" width="0pt">
16749 <column alignment="center" valignment="top" width="0pt">
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 Commande
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 Résultat
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775
16776 \backslash
16777 oplus
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Formula $\oplus$
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 </row>
16795 <row>
16796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16797 \begin_inset Text
16798
16799 \begin_layout Plain Layout
16800
16801 \backslash
16802 ominus
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 \begin_inset Formula $\ominus$
16812 \end_inset
16813
16814
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825
16826 \backslash
16827 otimes
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836 \begin_inset Formula $\otimes$
16837 \end_inset
16838
16839
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 </row>
16845 <row>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850
16851 \backslash
16852 oslash
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 \begin_inset Formula $\oslash$
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \end_inset
16868 </cell>
16869 </row>
16870 <row>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875
16876 \backslash
16877 odot
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Formula $\odot$
16887 \end_inset
16888
16889
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 </row>
16895 <row>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900
16901 \backslash
16902 amalg
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 \begin_inset Formula $\amalg$
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 <row>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925
16926 \backslash
16927 uplus
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $\uplus$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \backslash
16952 setminus
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 \begin_inset Formula $\setminus$
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 </row>
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975
16976 \backslash
16977 sqcap
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16983 \begin_inset Text
16984
16985 \begin_layout Plain Layout
16986 \begin_inset Formula $\sqcap$
16987 \end_inset
16988
16989
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000
17001 \backslash
17002 sqcup
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 \begin_inset Formula $\sqcup$
17012 \end_inset
17013
17014
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 </row>
17020 <row>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025
17026 \backslash
17027 triangleleft
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Formula $\triangleleft$
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 </row>
17045 <row>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050
17051 \backslash
17052 triangleright
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17058 \begin_inset Text
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Formula $\triangleright$
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 </row>
17070 </lyxtabular>
17071
17072 \end_inset
17073
17074
17075 \begin_inset space \hfill{}
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \begin_layout Standard
17082 Tous les opérateurs binaires peuvent être insérés avec le bouton 
17083 \begin_inset Graphics
17084         filename ../../images/math/pm.png
17085         scale 85
17086
17087 \end_inset
17088
17089  de la barre d'outils mathématique.
17090 \end_layout
17091
17092 \begin_layout Standard
17093 Pour obtenir l'opérateur Laplacien, on peut utiliser 
17094 \series bold
17095
17096 \backslash
17097 Delta
17098 \series default
17099  ou 
17100 \series bold
17101
17102 \backslash
17103 nabla
17104 \series default
17105 ^
17106 \series bold
17107 2
17108 \series default
17109  (
17110 \begin_inset Formula $\nabla^{2}$
17111 \end_inset
17112
17113 ) à la place de 
17114 \series bold
17115
17116 \backslash
17117 bigtriangleup
17118 \series default
17119  .
17120 \end_layout
17121
17122 \begin_layout Standard
17123 Le caractère 
17124 \family sans
17125 Séparateur
17126 \begin_inset space ~
17127 \end_inset
17128
17129 de
17130 \begin_inset space ~
17131 \end_inset
17132
17133 menu
17134 \family default
17135  du menu 
17136 \family sans
17137 Insertion\SpecialChar \menuseparator
17138 Caractères
17139 \begin_inset space ~
17140 \end_inset
17141
17142 spécial
17143 \family default
17144  est en fait l'opérateur 
17145 \series bold
17146
17147 \backslash
17148 triangleright
17149 \series default
17150 .
17151 \end_layout
17152
17153 \begin_layout Subsection
17154 Opérateurs personnalisés
17155 \begin_inset CommandInset label
17156 LatexCommand label
17157 name "sub:Opérateurs-personnalisés"
17158
17159 \end_inset
17160
17161
17162 \begin_inset Index idx
17163 status collapsed
17164
17165 \begin_layout Plain Layout
17166 Opérateurs ! personnalisés
17167 \end_layout
17168
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \begin_layout Standard
17175 Avec l'aide de la commande 
17176 \series bold
17177
17178 \backslash
17179 DeclareMathOperator
17180 \series default
17181
17182 \begin_inset Index idx
17183 status collapsed
17184
17185 \begin_layout Plain Layout
17186 Commandes ! D ! 
17187 \backslash
17188 dbinom@
17189 \backslash
17190 DeclareMathOperator
17191 \end_layout
17192
17193 \end_inset
17194
17195 , on peut définir des opérateurs personnalisés dans le préambule LaTeX.
17196  La syntaxe de la commande est:
17197 \end_layout
17198
17199 \begin_layout Standard
17200
17201 \series bold
17202
17203 \backslash
17204 DeclareMathOperator{nouvelle commande}{affichage}
17205 \end_layout
17206
17207 \begin_layout Standard
17208 L'affichage peut être composé de caractères ou de symboles qui définissent
17209  comment l'opérateur doit apparaître dans la sortie finale.
17210  Pour définir un grand opérateur, on met une * après la commande.
17211  Tous les grands opérateurs personnalisés peuvent avoir des limites comme
17212  c'est décrit dans 
17213 \begin_inset CommandInset ref
17214 LatexCommand ref
17215 reference "sub:Limites-des-opérateurs"
17216
17217 \end_inset
17218
17219 .
17220 \end_layout
17221
17222 \begin_layout Standard
17223 Par exemple la ligne 
17224 \end_layout
17225
17226 \begin_layout Standard
17227
17228 \series bold
17229
17230 \backslash
17231 DeclareMathOperator*{
17232 \backslash
17233 Losange}{
17234 \backslash
17235 blacklozenge}
17236 \end_layout
17237
17238 \begin_layout Standard
17239 dans le préambule LaTeX définit la commande 
17240 \series bold
17241
17242 \backslash
17243 Losange
17244 \series default
17245 , qui insère un grand opérateur qui consiste en un symbole losange venant
17246  de 
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "sub:Symboles-divers"
17250
17251 \end_inset
17252
17253 :
17254 \begin_inset Formula 
17255 \[
17256 \Losange_{n=1}^{\infty}
17257 \]
17258
17259 \end_inset
17260
17261 La commande utilisée pour cette formule est: 
17262 \series bold
17263
17264 \backslash
17265 Losange
17266 \series default
17267 ^
17268 \series bold
17269
17270 \backslash
17271 infty
17272 \begin_inset Formula $\to$
17273 \end_inset
17274
17275 _n=1
17276 \end_layout
17277
17278 \begin_layout Standard
17279 \begin_inset VSpace bigskip
17280 \end_inset
17281
17282 Quand un opérateur personnalisé n'est pas utilisé plusieurs fois dans le
17283  document, on peut aussi le définir avec les commandes 
17284 \series bold
17285
17286 \backslash
17287 mathop
17288 \series default
17289
17290 \begin_inset Index idx
17291 status collapsed
17292
17293 \begin_layout Plain Layout
17294 Commandes ! M ! 
17295 \backslash
17296 mathop
17297 \end_layout
17298
17299 \end_inset
17300
17301  et 
17302 \series bold
17303
17304 \backslash
17305 mathbin
17306 \series default
17307
17308 \begin_inset Index idx
17309 status collapsed
17310
17311 \begin_layout Plain Layout
17312 Commandes ! M ! 
17313 \backslash
17314 mathbin
17315 \end_layout
17316
17317 \end_inset
17318
17319 , qui ont les syntaxes suivantes:
17320 \end_layout
17321
17322 \begin_layout Standard
17323
17324 \series bold
17325
17326 \backslash
17327 mathop{affichage}
17328 \series default
17329  et 
17330 \series bold
17331
17332 \backslash
17333 mathbin{affichage}
17334 \end_layout
17335
17336 \begin_layout Standard
17337
17338 \series bold
17339
17340 \backslash
17341 mathop
17342 \series default
17343  définit des grands opérateurs et 
17344 \series bold
17345
17346 \backslash
17347 mathbin
17348 \series default
17349  des opérateurs binaires.
17350 \end_layout
17351
17352 \begin_layout Standard
17353
17354 \series bold
17355
17356 \backslash
17357 mathop
17358 \series default
17359  peut par exemple servir à mettre une limite à plusieurs opérateurs:
17360 \end_layout
17361
17362 \begin_layout Standard
17363 \begin_inset Formula 
17364 \[
17365 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17366 \]
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \begin_layout Standard
17374 La commande pour la formule précédente est:
17375 \begin_inset Newline newline
17376 \end_inset
17377
17378
17379 \series bold
17380
17381 \backslash
17382 mathop{
17383 \backslash
17384 sum
17385 \backslash
17386 negmedspace
17387 \backslash
17388 sum
17389 \series default
17390
17391 \begin_inset space \textvisiblespace{}
17392 \end_inset
17393
17394
17395 \series bold
17396
17397 \begin_inset Formula $\to$
17398 \end_inset
17399
17400 ^N
17401 \series default
17402
17403 \begin_inset space \textvisiblespace{}
17404 \end_inset
17405
17406
17407 \series bold
17408 _i,j=1
17409 \end_layout
17410
17411 \begin_layout Standard
17412 \begin_inset Newpage newpage
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \begin_layout Section
17419 Polices de caractères
17420 \begin_inset Index idx
17421 status collapsed
17422
17423 \begin_layout Plain Layout
17424 Polices de caractères
17425 \end_layout
17426
17427 \end_inset
17428
17429
17430 \begin_inset Index idx
17431 status collapsed
17432
17433 \begin_layout Plain Layout
17434 Fontes| see
17435 \begin_inset ERT
17436 status collapsed
17437
17438 \begin_layout Plain Layout
17439
17440 {
17441 \end_layout
17442
17443 \end_inset
17444
17445 Polices de caractères
17446 \begin_inset ERT
17447 status collapsed
17448
17449 \begin_layout Plain Layout
17450
17451 }
17452 \end_layout
17453
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \begin_layout Subsection
17465 Styles de polices
17466 \begin_inset CommandInset label
17467 LatexCommand label
17468 name "sub:Styles-de-polices"
17469
17470 \end_inset
17471
17472
17473 \begin_inset Index idx
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477 Polices de caractères ! style
17478 \end_layout
17479
17480 \end_inset
17481
17482
17483 \end_layout
17484
17485 \begin_layout Standard
17486 Dans les formules on peut affecter aux lettres latines un des styles de
17487  police suivant:
17488 \begin_inset VSpace -2mm
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \begin_layout Standard
17495 \align center
17496 \begin_inset Tabular
17497 <lyxtabular version="3" rows="7" columns="3">
17498 <features rotate="0" tabularvalignment="middle">
17499 <column alignment="center" valignment="top">
17500 <column alignment="center" valignment="top">
17501 <column alignment="center" valignment="top">
17502 <row>
17503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 Commande
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 Résultat
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17522 \begin_inset Text
17523
17524 \begin_layout Plain Layout
17525 Raccourci
17526 \end_layout
17527
17528 \end_inset
17529 </cell>
17530 </row>
17531 <row>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536
17537 \backslash
17538 mathbb
17539 \begin_inset space \textvisiblespace{}
17540 \end_inset
17541
17542 ABC
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $\mathbb{ABC}$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \family sans
17565 Alt+C C
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 </row>
17571 <row>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576
17577 \backslash
17578 mathbf
17579 \begin_inset space \textvisiblespace{}
17580 \end_inset
17581
17582 AbC
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\mathbf{AbC}$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603
17604 \family sans
17605 Ctrl+B
17606 \end_layout
17607
17608 \end_inset
17609 </cell>
17610 </row>
17611 <row>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616
17617 \backslash
17618 boldsymbol
17619 \begin_inset space \textvisiblespace{}
17620 \end_inset
17621
17622 AbC
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 \begin_inset Formula $\boldsymbol{AbC}$
17632 \end_inset
17633
17634
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643
17644 \family sans
17645 Alt+C B
17646 \family default
17647  ou 
17648 \family sans
17649 Ctrl+Alt+B
17650 \end_layout
17651
17652 \end_inset
17653 </cell>
17654 </row>
17655 <row>
17656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \backslash
17662 mathcal
17663 \begin_inset space \textvisiblespace{}
17664 \end_inset
17665
17666 ABC
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 \begin_inset Formula $\mathcal{ABC}$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \family sans
17689 Ctrl+E
17690 \end_layout
17691
17692 \end_inset
17693 </cell>
17694 </row>
17695 <row>
17696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17697 \begin_inset Text
17698
17699 \begin_layout Plain Layout
17700
17701 \backslash
17702 mathfrak
17703 \begin_inset space \textvisiblespace{}
17704 \end_inset
17705
17706 AbC
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 \begin_inset Formula $\mathfrak{AbC}$
17716 \end_inset
17717
17718
17719 \end_layout
17720
17721 \end_inset
17722 </cell>
17723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727 -
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 </row>
17733 <row>
17734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738
17739 \backslash
17740 mathscr
17741 \series bold
17742
17743 \begin_inset space \textvisiblespace{}
17744 \end_inset
17745
17746
17747 \series default
17748 AbC
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 \begin_inset Formula $\mathscr{AbC}$
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 -
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 </row>
17775 </lyxtabular>
17776
17777 \end_inset
17778
17779
17780 \end_layout
17781
17782 \begin_layout Standard
17783 \align center
17784 \begin_inset Tabular
17785 <lyxtabular version="3" rows="5" columns="3">
17786 <features rotate="0" tabularvalignment="middle">
17787 <column alignment="center" valignment="top">
17788 <column alignment="center" valignment="top">
17789 <column alignment="center" valignment="top">
17790 <row>
17791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795 Commande
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 Résultat
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17810 \begin_inset Text
17811
17812 \begin_layout Plain Layout
17813 Raccourci
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 </row>
17819 <row>
17820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824
17825 \backslash
17826 mathit
17827 \begin_inset space \textvisiblespace{}
17828 \end_inset
17829
17830 AbC
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839 \begin_inset Formula $\mathit{AbC}$
17840 \end_inset
17841
17842
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851 -
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 </row>
17857 <row>
17858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \backslash
17864 mathrm
17865 \begin_inset space \textvisiblespace{}
17866 \end_inset
17867
17868 AbC
17869 \end_layout
17870
17871 \end_inset
17872 </cell>
17873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Formula $\mathrm{AbC}$
17878 \end_inset
17879
17880
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \family sans
17891 Alt+C R
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 </row>
17897 <row>
17898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17899 \begin_inset Text
17900
17901 \begin_layout Plain Layout
17902
17903 \backslash
17904 mathsf
17905 \begin_inset space \textvisiblespace{}
17906 \end_inset
17907
17908 AbC
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 \begin_inset Formula $\mathsf{AbC}$
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929
17930 \family sans
17931 Alt+C S
17932 \end_layout
17933
17934 \end_inset
17935 </cell>
17936 </row>
17937 <row>
17938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942
17943 \backslash
17944 mathtt
17945 \begin_inset space \textvisiblespace{}
17946 \end_inset
17947
17948 AbC
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 \begin_inset Formula $\mathtt{AbC}$
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \family sans
17971 Ctrl+Shift+P
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 </row>
17977 </lyxtabular>
17978
17979 \end_inset
17980
17981
17982 \end_layout
17983
17984 \begin_layout Standard
17985 \begin_inset Note Greyedout
17986 status open
17987
17988 \begin_layout Plain Layout
17989
17990 \series bold
17991 Note:
17992 \series default
17993  Les styles 
17994 \series bold
17995
17996 \backslash
17997 mathbb
17998 \series default
17999  et 
18000 \series bold
18001
18002 \backslash
18003 mathcal
18004 \series default
18005  ne peuvent être utilisés que pour les lettres majuscules.
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \begin_layout Standard
18014 Le style prédéfini est 
18015 \series bold
18016
18017 \backslash
18018 mathnormal
18019 \series default
18020 .
18021 \end_layout
18022
18023 \begin_layout Standard
18024 Les commandes de style fonctionnent aussi pour des caractères dans des construct
18025 ions mathématiques:
18026 \begin_inset Formula 
18027 \[
18028 \mathfrak{A=\frac{b}{C}}
18029 \]
18030
18031 \end_inset
18032
18033
18034 \end_layout
18035
18036 \begin_layout Standard
18037 Les caractères en texte mathématique n'apparaissent pas avec un style de
18038  police mathématique mais avec le style de police texte 
18039 \series bold
18040
18041 \backslash
18042 textrm
18043 \series default
18044 .
18045  Le fait que l'on ne puisse pas changer leur style avec la fenêtre de dialogue
18046  de style est un bug de LyX.
18047 \begin_inset Foot
18048 status collapsed
18049
18050 \begin_layout Plain Layout
18051 \begin_inset CommandInset href
18052 LatexCommand href
18053 name "LyX-bug #4629"
18054 target "http://www.lyx.org/trac/ticket/4629"
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \end_inset
18062
18063
18064 \end_layout
18065
18066 \begin_layout Standard
18067 À la place des commandes de style, on peut utiliser le menu 
18068 \family sans
18069 Édition\SpecialChar \menuseparator
18070 Math\SpecialChar \menuseparator
18071 Style
18072 \begin_inset space ~
18073 \end_inset
18074
18075 de
18076 \begin_inset space ~
18077 \end_inset
18078
18079 Texte
18080 \family default
18081  ou le bouton 
18082 \begin_inset Graphics
18083         filename ../../images/math/font.png
18084         scale 85
18085
18086 \end_inset
18087
18088  de la barre d'outils mathématique.
18089 \end_layout
18090
18091 \begin_layout Subsection
18092 Formules en gras
18093 \begin_inset CommandInset label
18094 LatexCommand label
18095 name "sub:Formules-en-gras"
18096
18097 \end_inset
18098
18099
18100 \begin_inset Index idx
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104 Formules ! en gras
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Standard
18113 Pour mettre toute une formule en gras, on ne peut pas utiliser la commande
18114  
18115 \series bold
18116
18117 \backslash
18118 mathbf
18119 \series default
18120  de la sous-section précédente, parce qu'elle ne marche pas avec les lettres
18121  grecques minuscules.
18122  En plus elle affiche toujours les lettres latines en caractères droits,
18123  comme dans l'équation suivante:
18124 \end_layout
18125
18126 \begin_layout Standard
18127 \begin_inset Formula 
18128 \[
18129 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{équation avec \textbackslash mathbf}
18130 \]
18131
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \begin_layout Standard
18138 Pour afficher cette formule correctement; on utilise la commande 
18139 \series bold
18140
18141 \backslash
18142 boldsymbol
18143 \series default
18144 :
18145 \begin_inset Formula 
18146 \[
18147 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation avec \textbackslash boldsymbol}}
18148 \]
18149
18150 \end_inset
18151
18152 Il est aussi possible de mettre l'équation dans un environnement 
18153 \series bold
18154 boldmath
18155 \series default
18156 .
18157  On crée cet environnement en insérant la commande 
18158 \series bold
18159
18160 \backslash
18161 boldmath
18162 \series default
18163
18164 \begin_inset Index idx
18165 status collapsed
18166
18167 \begin_layout Plain Layout
18168 Commandes ! B ! 
18169 \backslash
18170 boldmath
18171 \end_layout
18172
18173 \end_inset
18174
18175  en mode TeX.
18176  Pour terminer l'environnement, on insère la commande 
18177 \series bold
18178
18179 \backslash
18180 unboldmath
18181 \series default
18182
18183 \begin_inset Index idx
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 Commandes ! U ! 
18188 \backslash
18189 unboldmath
18190 \end_layout
18191
18192 \end_inset
18193
18194  toujours en mode TeX.
18195 \begin_inset ERT
18196 status collapsed
18197
18198 \begin_layout Plain Layout
18199
18200
18201 \backslash
18202 boldmath 
18203 \end_layout
18204
18205 \end_inset
18206
18207
18208 \begin_inset Formula 
18209 \[
18210 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{équation dans un environnement boldmath}
18211 \]
18212
18213 \end_inset
18214
18215
18216 \begin_inset ERT
18217 status collapsed
18218
18219 \begin_layout Plain Layout
18220
18221
18222 \backslash
18223 unboldmath 
18224 \end_layout
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Subsection
18232 Formules en couleur
18233 \begin_inset Index idx
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237 Formules ! en couleur
18238 \end_layout
18239
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \begin_layout Standard
18246 Les formules peuvent être colorées comme du texte normal : mettez en évidence
18247  la formule ou la portion de formule et utilisez la fenêtre de dialogue
18248  
18249 \family sans
18250 Style de texte
18251 \family default
18252 .
18253  Voici une formule en magenta :
18254 \end_layout
18255
18256 \begin_layout Standard
18257 \begin_inset Formula 
18258 \[
18259 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18260 \]
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 Vous pouvez aussi définir vos propres couleurs comme c'est expliqué dans
18269 \begin_inset space ~
18270 \end_inset
18271
18272
18273 \begin_inset CommandInset ref
18274 LatexCommand ref
18275 reference "sub:Boîtes-colorées"
18276
18277 \end_inset
18278
18279 .
18280  Elles peuvent ensuite être utilisées avec la commande en code TeX 
18281 \series bold
18282
18283 \backslash
18284 textcolor
18285 \series default
18286  
18287 \begin_inset Index idx
18288 status collapsed
18289
18290 \begin_layout Plain Layout
18291 Commandes ! T ! 
18292 \backslash
18293 textcolor
18294 \end_layout
18295
18296 \end_inset
18297
18298  avec la syntaxe 
18299 \end_layout
18300
18301 \begin_layout Standard
18302
18303 \series bold
18304
18305 \backslash
18306 textcolor{couleur}{caractères ou formule}
18307 \end_layout
18308
18309 \begin_layout Standard
18310 L'exemple suivant a été coloré entièrement en vert foncé et partiellement
18311  en rouge :
18312 \end_layout
18313
18314 \begin_layout Standard
18315 \begin_inset ERT
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319
18320
18321 \backslash
18322 textcolor{vertfonce}{
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \begin_inset Formula 
18329 \[
18330 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18331 \]
18332
18333 \end_inset
18334
18335
18336 \begin_inset ERT
18337 status collapsed
18338
18339 \begin_layout Plain Layout
18340
18341 }
18342 \end_layout
18343
18344 \end_inset
18345
18346
18347 \end_layout
18348
18349 \begin_layout Standard
18350 A cause d'un bug de LyX, on peut colorer seulement des formules complètes
18351  avec des couleurs personnalisées.
18352 \begin_inset Foot
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356 \begin_inset CommandInset href
18357 LatexCommand href
18358 name "LyX-bug #5269"
18359 target "http://www.lyx.org/trac/ticket/5269"
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \end_inset
18367
18368
18369 \end_layout
18370
18371 \begin_layout Subsection
18372 Tailles de polices
18373 \begin_inset CommandInset label
18374 LatexCommand label
18375 name "sub:Tailles-polices"
18376
18377 \end_inset
18378
18379
18380 \begin_inset Index idx
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384 Polices ! tailles
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 Pour les caractères qui se trouvent dans des formules, il y a, comme pour
18394  les caractères qui sont dans le texte, les commandes de changement de taille
18395  suivantes:
18396 \end_layout
18397
18398 \begin_layout Standard
18399
18400 \series bold
18401
18402 \backslash
18403 Huge
18404 \series default
18405
18406 \series bold
18407
18408 \backslash
18409 huge
18410 \series default
18411
18412 \series bold
18413
18414 \backslash
18415 LARGE
18416 \series default
18417
18418 \series bold
18419
18420 \backslash
18421 Large
18422 \series default
18423
18424 \series bold
18425
18426 \backslash
18427 large
18428 \series default
18429
18430 \series bold
18431
18432 \backslash
18433 normalsize
18434 \series default
18435
18436 \series bold
18437
18438 \backslash
18439 small
18440 \series default
18441 ,
18442 \begin_inset Newline newline
18443 \end_inset
18444
18445
18446 \series bold
18447
18448 \backslash
18449 footnotesize
18450 \series default
18451
18452 \series bold
18453
18454 \backslash
18455 scriptsize
18456 \series default
18457  et 
18458 \series bold
18459
18460 \backslash
18461 tiny
18462 \begin_inset Foot
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466 Qui correspondent respectivement aux tailles Énorme, Très très grand, Très
18467  grand, Grand, Normal, Petit, Très petit, Tout petit et Minuscule (NdT).
18468 \end_layout
18469
18470 \end_inset
18471
18472
18473 \end_layout
18474
18475 \begin_layout Standard
18476 La taille des caractères produits par ces commandes dépend de la taille
18477  de police du document, qui correspond à la commande 
18478 \series bold
18479
18480 \backslash
18481 normalsize
18482 \series default
18483 .
18484  Les autres commandes produisent des tailles plus ou moins grandes que 
18485 \series bold
18486
18487 \backslash
18488 normalsize
18489 \series default
18490 .
18491  La taille de la police ne peut donc pas dépasser une certaine valeur.
18492  Par exemple, pour un document dans une police de taille 12
18493 \begin_inset space \thinspace{}
18494 \end_inset
18495
18496 pt, la commande 
18497 \series bold
18498
18499 \backslash
18500 Huge
18501 \series default
18502  va donner la même taille que 
18503 \series bold
18504
18505 \backslash
18506 huge
18507 \series default
18508 .
18509  
18510 \end_layout
18511
18512 \begin_layout Standard
18513 Une commande de changement de taille est insérée en mode TeX avant la formule
18514  et fixe la taille de toutes les formules qui suivent ainsi que celle des
18515  caractères du texte.
18516  Pour revenir à la taille initiale, on doit insérer la commande 
18517 \series bold
18518
18519 \backslash
18520 normalsize
18521 \series default
18522  en mode TeX après la formule.
18523 \end_layout
18524
18525 \begin_layout Standard
18526 Dans un formule, la taille peut être modifiée grâce aux commandes suivantes:
18527 \end_layout
18528
18529 \begin_layout Standard
18530 \noindent
18531 \align center
18532 \begin_inset Tabular
18533 <lyxtabular version="3" rows="5" columns="2">
18534 <features rotate="0" tabularvalignment="middle">
18535 <column alignment="center" valignment="top">
18536 <column alignment="center" valignment="top">
18537 <row>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 Commande
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 Résultat
18552 \begin_inset Note Note
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556
18557 \series bold
18558
18559 \backslash
18560 raisebox
18561 \series default
18562  est seulement utilisée pour faire de la place
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 </row>
18573 <row>
18574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578
18579 \backslash
18580 displaystyle
18581 \begin_inset Index idx
18582 status collapsed
18583
18584 \begin_layout Plain Layout
18585 Commandes ! D ! 
18586 \backslash
18587 displaystyle
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 <row>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615
18616 \backslash
18617 textstyle
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18627 \end_inset
18628
18629
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 </row>
18635 <row>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640
18641 \backslash
18642 scriptstyle
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 </row>
18660 <row>
18661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \backslash
18667 scriptscriptstyle
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 </row>
18685 </lyxtabular>
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 Après la saisie de ces commandes, une boîte bleue apparaît, où doivent être
18694  saisies les parties de formule concernées.
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Il existe une autre méthode pour changer la taille de la police, qui ne
18699  s'applique que pour modifier la taille des symboles et des lettres dans
18700  le texte mathématique.
18701  Pour l'utiliser, une des commandes usuelles de modification de taille de
18702  texte vues plus haut est insérée en mode mathématique: tous les caractères
18703  qui suivent jusqu'à la fin du texte mathématique ou jusqu'à ce que la taille
18704  soit de nouveau modifiée, auront la taille choisie.
18705  Deux exemples:
18706 \begin_inset VSpace -2mm
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 huge 
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Formula 
18727 \[
18728 A=\frac{B}{c}\cdot\maltese
18729 \]
18730
18731 \end_inset
18732
18733
18734 \begin_inset Formula 
18735 \[
18736 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18737 \]
18738
18739 \end_inset
18740
18741
18742 \begin_inset ERT
18743 status collapsed
18744
18745 \begin_layout Plain Layout
18746
18747
18748 \backslash
18749 normalsize 
18750 \end_layout
18751
18752 \end_inset
18753
18754
18755 \end_layout
18756
18757 \begin_layout Standard
18758 \begin_inset VSpace medskip
18759 \end_inset
18760
18761 Avant les deux formules, on a inséré la commande 
18762 \series bold
18763
18764 \backslash
18765 huge
18766 \series default
18767 .
18768  La commande utilisée pour la deuxième formule est:
18769 \begin_inset Newline newline
18770 \end_inset
18771
18772
18773 \series bold
18774
18775 \backslash
18776 maltese
18777 \begin_inset space \textvisiblespace{}
18778 \end_inset
18779
18780 A Alt+M M 
18781 \backslash
18782 Large
18783 \begin_inset space \textvisiblespace{}
18784 \end_inset
18785
18786
18787 \backslash
18788 maltese
18789 \begin_inset space \textvisiblespace{}
18790 \end_inset
18791
18792
18793 \backslash
18794 textit
18795 \begin_inset space \textvisiblespace{}
18796 \end_inset
18797
18798 A
18799 \begin_inset Formula $\to$
18800 \end_inset
18801
18802
18803 \begin_inset Formula $\to$
18804 \end_inset
18805
18806
18807 \begin_inset Newline newline
18808 \end_inset
18809
18810
18811 \series default
18812
18813 \begin_inset space \hspace*{}
18814 \length 1cm
18815 \end_inset
18816
18817
18818 \series bold
18819 Alt+M M 
18820 \backslash
18821 tiny
18822 \begin_inset space \textvisiblespace{}
18823 \end_inset
18824
18825
18826 \backslash
18827 maltese
18828 \begin_inset space \textvisiblespace{}
18829 \end_inset
18830
18831
18832 \backslash
18833 textit
18834 \begin_inset space \textvisiblespace{}
18835 \end_inset
18836
18837 A
18838 \end_layout
18839
18840 \begin_layout Standard
18841 Si un symbole ne peut pas être affiché dans plusieurs tailles, il sera toujours
18842  affiché dans la taille implicite
18843 \end_layout
18844
18845 \begin_layout Section
18846 Les lettres grecques
18847 \begin_inset Index idx
18848 status collapsed
18849
18850 \begin_layout Plain Layout
18851 Lettres grecques
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Standard
18860 On peut insérer toutes les lettres grecques avec le bouton 
18861 \begin_inset Graphics
18862         filename ../../images/math/alpha.png
18863         scale 85
18864
18865 \end_inset
18866
18867  de la barre d'outils mathématiques.
18868  Toutes les normes internationales de typographie indiquent que les lettres
18869  grecques en mathématique doivent être écrites en italique.
18870  Dans certaines langues comme le russe et le français, elles sont parfois
18871  quand même en lettres droites.
18872 \end_layout
18873
18874 \begin_layout Subsection
18875 Lettres minuscules
18876 \begin_inset Index idx
18877 status collapsed
18878
18879 \begin_layout Plain Layout
18880 Lettres grecques ! minuscules
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Standard
18889 \begin_inset space \hfill{}
18890 \end_inset
18891
18892
18893 \begin_inset Tabular
18894 <lyxtabular version="3" rows="11" columns="2">
18895 <features rotate="0" tabularvalignment="middle">
18896 <column alignment="center" valignment="top" width="0pt">
18897 <column alignment="center" valignment="top" width="0pt">
18898 <row>
18899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18900 \begin_inset Text
18901
18902 \begin_layout Plain Layout
18903 Commande
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 Résultat
18913 \end_layout
18914
18915 \end_inset
18916 </cell>
18917 </row>
18918 <row>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923
18924 \backslash
18925 alpha
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 \begin_inset Formula $\alpha$
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 <row>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \backslash
18950 beta
18951 \end_layout
18952
18953 \end_inset
18954 </cell>
18955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18956 \begin_inset Text
18957
18958 \begin_layout Plain Layout
18959 \begin_inset Formula $\beta$
18960 \end_inset
18961
18962
18963 \end_layout
18964
18965 \end_inset
18966 </cell>
18967 </row>
18968 <row>
18969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973
18974 \backslash
18975 gamma
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984 \begin_inset Formula $\gamma$
18985 \end_inset
18986
18987
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \backslash
19000 delta
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009 \begin_inset Formula $\delta$
19010 \end_inset
19011
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \backslash
19025 epsilon
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 \begin_inset Formula $\epsilon$
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 </row>
19043 <row>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048
19049 \backslash
19050 varepsilon
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 \begin_inset Formula $\varepsilon$
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 </row>
19068 <row>
19069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073
19074 \backslash
19075 zeta
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084 \begin_inset Formula $\zeta$
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 </row>
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098
19099 \backslash
19100 eta
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 \begin_inset Formula $\eta$
19110 \end_inset
19111
19112
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 </row>
19118 <row>
19119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19120 \begin_inset Text
19121
19122 \begin_layout Plain Layout
19123
19124 \backslash
19125 theta
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 \begin_inset Formula $\theta$
19135 \end_inset
19136
19137
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 </row>
19143 <row>
19144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19145 \begin_inset Text
19146
19147 \begin_layout Plain Layout
19148
19149 \backslash
19150 vartheta
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159 \begin_inset Formula $\vartheta$
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 </row>
19168 </lyxtabular>
19169
19170 \end_inset
19171
19172
19173 \begin_inset space \hfill{}
19174 \end_inset
19175
19176
19177 \begin_inset Tabular
19178 <lyxtabular version="3" rows="12" columns="2">
19179 <features rotate="0" tabularvalignment="middle">
19180 <column alignment="center" valignment="top" width="0pt">
19181 <column alignment="center" valignment="top" width="0pt">
19182 <row>
19183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19184 \begin_inset Text
19185
19186 \begin_layout Plain Layout
19187 Commande
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 Résultat
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 </row>
19202 <row>
19203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207
19208 \backslash
19209 iota
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19215 \begin_inset Text
19216
19217 \begin_layout Plain Layout
19218 \begin_inset Formula $\iota$
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 </row>
19227 <row>
19228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232
19233 \backslash
19234 kappa
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19240 \begin_inset Text
19241
19242 \begin_layout Plain Layout
19243 \begin_inset Formula $\kappa$
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 </row>
19252 <row>
19253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257
19258 \backslash
19259 varkappa
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19265 \begin_inset Text
19266
19267 \begin_layout Plain Layout
19268 \begin_inset Formula $\varkappa$
19269 \end_inset
19270
19271
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 </row>
19277 <row>
19278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282
19283 \backslash
19284 lambda
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293 \begin_inset Formula $\lambda$
19294 \end_inset
19295
19296
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 </row>
19302 <row>
19303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307
19308 \backslash
19309 mu
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 \begin_inset Formula $\mu$
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row>
19328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \backslash
19334 nu
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 \begin_inset Formula $\nu$
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 </row>
19352 <row>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \backslash
19359 xi
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Formula $\xi$
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382 o
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 \begin_inset Formula $o$
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 </row>
19400 <row>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405
19406 \backslash
19407 pi
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416 \begin_inset Formula $\pi$
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 </row>
19425 <row>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \backslash
19432 varpi
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 \begin_inset Formula $\varpi$
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \backslash
19457 rho
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 \begin_inset Formula $\rho$
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 </row>
19475 </lyxtabular>
19476
19477 \end_inset
19478
19479
19480 \begin_inset space \hfill{}
19481 \end_inset
19482
19483
19484 \begin_inset Tabular
19485 <lyxtabular version="3" rows="11" columns="2">
19486 <features rotate="0" tabularvalignment="middle">
19487 <column alignment="center" valignment="top" width="0pt">
19488 <column alignment="center" valignment="top" width="0pt">
19489 <row>
19490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19491 \begin_inset Text
19492
19493 \begin_layout Plain Layout
19494 Commande
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 Résultat
19504 \end_layout
19505
19506 \end_inset
19507 </cell>
19508 </row>
19509 <row>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514
19515 \backslash
19516 varrho
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 \begin_inset Formula $\varrho$
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 </row>
19534 <row>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \backslash
19541 sigma
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 \begin_inset Formula $\sigma$
19551 \end_inset
19552
19553
19554 \end_layout
19555
19556 \end_inset
19557 </cell>
19558 </row>
19559 <row>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564
19565 \backslash
19566 varsigma
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 \begin_inset Formula $\varsigma$
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \backslash
19591 tau
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\tau$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 upsilon
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\upsilon$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 phi
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\phi$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 varphi
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\varphi$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 chi
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\chi$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 psi
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\psi$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 omega
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\omega$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 </lyxtabular>
19760
19761 \end_inset
19762
19763
19764 \begin_inset space \hfill{}
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \begin_layout Standard
19771 \begin_inset VSpace medskip
19772 \end_inset
19773
19774
19775 \end_layout
19776
19777 \begin_layout Standard
19778 On explique comment obtenir des lettres grecques droites spéciales dans
19779  
19780 \begin_inset CommandInset ref
19781 LatexCommand ref
19782 reference "sub:minuscules-grecques-droites"
19783
19784 \end_inset
19785
19786 .
19787 \end_layout
19788
19789 \begin_layout Standard
19790 \begin_inset Newpage newpage
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Subsection
19797 Lettres majuscules
19798 \begin_inset Index idx
19799 status collapsed
19800
19801 \begin_layout Plain Layout
19802 Lettres grecques ! majuscules
19803 \end_layout
19804
19805 \end_inset
19806
19807
19808 \end_layout
19809
19810 \begin_layout Standard
19811 \begin_inset space \hfill{}
19812 \end_inset
19813
19814
19815 \begin_inset Tabular
19816 <lyxtabular version="3" rows="7" columns="2">
19817 <features rotate="0" tabularvalignment="middle">
19818 <column alignment="center" valignment="top" width="0pt">
19819 <column alignment="center" valignment="top" width="0pt">
19820 <row>
19821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 Commande
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19831 \begin_inset Text
19832
19833 \begin_layout Plain Layout
19834 Résultat
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 </row>
19840 <row>
19841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19842 \begin_inset Text
19843
19844 \begin_layout Plain Layout
19845
19846 \backslash
19847 Gamma
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856 \begin_inset Formula $\Gamma$
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 </row>
19865 <row>
19866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870
19871 \backslash
19872 Delta
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881 \begin_inset Formula $\Delta$
19882 \end_inset
19883
19884
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 </row>
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895
19896 \backslash
19897 Theta
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Formula $\Theta$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 <row>
19916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \backslash
19922 Lambda
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931 \begin_inset Formula $\Lambda$
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 </row>
19940 <row>
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945
19946 \backslash
19947 Xi
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956 \begin_inset Formula $\Xi$
19957 \end_inset
19958
19959
19960 \end_layout
19961
19962 \end_inset
19963 </cell>
19964 </row>
19965 <row>
19966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970
19971 \backslash
19972 Pi
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981 \begin_inset Formula $\Pi$
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 </row>
19990 </lyxtabular>
19991
19992 \end_inset
19993
19994
19995 \begin_inset space \hfill{}
19996 \end_inset
19997
19998
19999 \begin_inset Tabular
20000 <lyxtabular version="3" rows="6" columns="2">
20001 <features rotate="0" tabularvalignment="middle">
20002 <column alignment="center" valignment="top" width="0pt">
20003 <column alignment="center" valignment="top" width="0pt">
20004 <row>
20005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 Commande
20010 \end_layout
20011
20012 \end_inset
20013 </cell>
20014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20015 \begin_inset Text
20016
20017 \begin_layout Plain Layout
20018 Résultat
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 </row>
20024 <row>
20025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20026 \begin_inset Text
20027
20028 \begin_layout Plain Layout
20029
20030 \backslash
20031 Sigma
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040 \begin_inset Formula $\Sigma$
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 </row>
20049 <row>
20050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20051 \begin_inset Text
20052
20053 \begin_layout Plain Layout
20054
20055 \backslash
20056 Upsilon
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065 \begin_inset Formula $\Upsilon$
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 </row>
20074 <row>
20075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \backslash
20081 Phi
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 \begin_inset Formula $\Phi$
20091 \end_inset
20092
20093
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 </row>
20099 <row>
20100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20101 \begin_inset Text
20102
20103 \begin_layout Plain Layout
20104
20105 \backslash
20106 Psi
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115 \begin_inset Formula $\Psi$
20116 \end_inset
20117
20118
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 </row>
20124 <row>
20125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20126 \begin_inset Text
20127
20128 \begin_layout Plain Layout
20129
20130 \backslash
20131 Omega
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140 \begin_inset Formula $\Omega$
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 </row>
20149 </lyxtabular>
20150
20151 \end_inset
20152
20153
20154 \begin_inset space \hfill{}
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \begin_layout Standard
20161 \begin_inset VSpace medskip
20162 \end_inset
20163
20164 Le fait que les lettres grecques majuscules apparaissent droites provient
20165  d'un défaut de conception quand TeX a été développé.
20166  Pour obtenir des lettres majuscules italiques correctes, commencez chaque
20167  commande par 
20168 \series bold
20169 var
20170 \series default
20171 .
20172  Par exemple, la commande 
20173 \series bold
20174
20175 \backslash
20176 varGamma
20177 \series default
20178  produit 
20179 \begin_inset Formula $\varGamma$
20180 \end_inset
20181
20182 .
20183  Une autre méthode consiste à charger le paquetage 
20184 \series bold
20185 fixmath
20186 \series default
20187
20188 \begin_inset Foot
20189 status collapsed
20190
20191 \begin_layout Plain Layout
20192
20193 \series bold
20194 fixmath
20195 \series default
20196  fait partie du paquetage 
20197 \series bold
20198 was
20199 \series default
20200
20201 \begin_inset Index idx
20202 status collapsed
20203
20204 \begin_layout Plain Layout
20205 Paquetages ! was
20206 \begin_inset ERT
20207 status collapsed
20208
20209 \begin_layout Plain Layout
20210
20211
20212 \backslash
20213 vspace{4mm}
20214 \end_layout
20215
20216 \end_inset
20217
20218
20219 \end_layout
20220
20221 \end_inset
20222
20223 .
20224 \end_layout
20225
20226 \end_inset
20227
20228
20229 \begin_inset Index idx
20230 status collapsed
20231
20232 \begin_layout Plain Layout
20233 Paquetages ! fixmath
20234 \end_layout
20235
20236 \end_inset
20237
20238  avec la ligne suivante dans le préambule LaTeX :
20239 \end_layout
20240
20241 \begin_layout Standard
20242
20243 \series bold
20244
20245 \backslash
20246 usepackage{fixmath}
20247 \end_layout
20248
20249 \begin_layout Standard
20250 Toutes les majuscules grecques du document seront alors mises en italique.
20251 \end_layout
20252
20253 \begin_layout Subsection
20254 Lettres grasses
20255 \begin_inset Index idx
20256 status collapsed
20257
20258 \begin_layout Plain Layout
20259 Lettres grecques ! grasses
20260 \end_layout
20261
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \begin_layout Standard
20268 Les lettres grecques ne peuvent être mise dans différents styles de polices
20269  comme les lettres latines.
20270  Elles peuvent seulement être mises en gras avec la commande 
20271 \series bold
20272
20273 \backslash
20274 boldsymbol
20275 \series default
20276
20277 \begin_inset Index idx
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281 Commandes ! B ! 
20282 \backslash
20283 boldsymbol
20284 \end_layout
20285
20286 \end_inset
20287
20288 .
20289 \end_layout
20290
20291 \begin_layout Standard
20292 \align center
20293 \begin_inset Tabular
20294 <lyxtabular version="3" rows="3" columns="2">
20295 <features rotate="0" tabularvalignment="middle">
20296 <column alignment="center" valignment="top">
20297 <column alignment="center" valignment="top">
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 Commande
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 Résultat
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 Upsilon
20326 \backslash
20327 boldsymbol
20328 \backslash
20329 Upsilon
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352
20353 \backslash
20354 theta
20355 \backslash
20356 boldsymbol
20357 \backslash
20358 theta
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\theta\boldsymbol{\theta}$
20368 \end_inset
20369
20370
20371 \end_layout
20372
20373 \end_inset
20374 </cell>
20375 </row>
20376 </lyxtabular>
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Section
20384 Symboles
20385 \begin_inset ERT
20386 status collapsed
20387
20388 \begin_layout Plain Layout
20389
20390
20391 \backslash
20392 texorpdfstring{
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \begin_inset Foot
20399 status collapsed
20400
20401 \begin_layout Plain Layout
20402 Une liste avec tous les symboles de la plupart des paquetages LaTeX peut
20403  être trouvée dans 
20404 \begin_inset CommandInset citation
20405 LatexCommand cite
20406 key "Symbols"
20407
20408 \end_inset
20409
20410 .
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \begin_inset ERT
20417 status collapsed
20418
20419 \begin_layout Plain Layout
20420
20421 }{}
20422 \end_layout
20423
20424 \end_inset
20425
20426
20427 \begin_inset Note Note
20428 status collapsed
20429
20430 \begin_layout Plain Layout
20431
20432 \backslash
20433 texorpdfstring est utilisée pour éviter que la note de bas de page n'apparaisse
20434  dans les signets PDF.
20435 \end_layout
20436
20437 \begin_layout Plain Layout
20438 Plus au sujet de 
20439 \backslash
20440 texorpdfstring dans la section 
20441 \begin_inset CommandInset ref
20442 LatexCommand ref
20443 reference "sub:formules-dans-les-entêtes"
20444
20445 \end_inset
20446
20447 .
20448 \end_layout
20449
20450 \end_inset
20451
20452
20453 \begin_inset Index idx
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 Symboles
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Plusieurs symboles listés dans cette section peuvent aussi être insérés
20467  grâce aux boutons 
20468 \begin_inset Graphics
20469         filename ../../images/math/nabla.png
20470         scale 85
20471
20472 \end_inset
20473
20474  et 
20475 \begin_inset Graphics
20476         filename ../../images/math/digamma.png
20477         scale 85
20478
20479 \end_inset
20480
20481  de la barre d'outils mathématique.
20482 \end_layout
20483
20484 \begin_layout Subsection
20485 Symboles mathématiques
20486 \begin_inset CommandInset label
20487 LatexCommand label
20488 name "sub:Symboles-mathématiques"
20489
20490 \end_inset
20491
20492
20493 \begin_inset Index idx
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 Symboles ! mathématiques
20498 \end_layout
20499
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \begin_layout Standard
20506 \begin_inset space \hfill{}
20507 \end_inset
20508
20509
20510 \begin_inset Tabular
20511 <lyxtabular version="3" rows="10" columns="2">
20512 <features rotate="0" tabularvalignment="middle">
20513 <column alignment="center" valignment="top" width="0pt">
20514 <column alignment="center" valignment="top" width="0pt">
20515 <row>
20516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 Commande
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 Résultat
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 neg
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\neg$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 <row>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565
20566 \backslash
20567 Im
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 \begin_inset Formula $\Im$
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 </row>
20585 <row>
20586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590
20591 \backslash
20592 Re
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Formula $\Re$
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \backslash
20617 aleph
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Formula $\aleph$
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 partial
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 \begin_inset Formula $\partial$
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 infty
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\infty$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 wp
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\wp$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 imath
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\imath$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 jmath
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\jmath$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 </lyxtabular>
20761
20762 \end_inset
20763
20764
20765 \begin_inset space \hfill{}
20766 \end_inset
20767
20768
20769 \begin_inset Tabular
20770 <lyxtabular version="3" rows="10" columns="2">
20771 <features rotate="0" tabularvalignment="middle">
20772 <column alignment="center" valignment="top" width="0pt">
20773 <column alignment="center" valignment="top" width="0pt">
20774 <row>
20775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 Commande
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 Résultat
20789 \begin_inset Note Note
20790 status collapsed
20791
20792 \begin_layout Plain Layout
20793
20794 \series bold
20795
20796 \backslash
20797 raisebox
20798 \series default
20799  est seulement utilisée pour faire de la place
20800 \end_layout
20801
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \backslash
20817 forall
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\forall$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \backslash
20842 exists
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 \begin_inset Formula $\exists$
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 nexists
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\nexists$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 emptyset
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Formula $\emptyset$
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \backslash
20917 varnothing
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\varnothing$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 dag
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Formula $\dag$
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965
20966 \backslash
20967 ddag
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 \begin_inset Formula $\ddag$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 complement
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset ERT
21002 status collapsed
21003
21004 \begin_layout Plain Layout
21005
21006
21007 \backslash
21008 raisebox{-0.8mm}{
21009 \end_layout
21010
21011 \end_inset
21012
21013
21014 \begin_inset Formula $\complement$
21015 \end_inset
21016
21017
21018 \begin_inset ERT
21019 status collapsed
21020
21021 \begin_layout Plain Layout
21022
21023 }
21024 \end_layout
21025
21026 \end_inset
21027
21028
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 <row>
21035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039
21040 \backslash
21041 Bbbk
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050 \begin_inset Formula $\Bbbk$
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 </row>
21059 </lyxtabular>
21060
21061 \end_inset
21062
21063
21064 \begin_inset space \hfill{}
21065 \end_inset
21066
21067
21068 \begin_inset Tabular
21069 <lyxtabular version="3" rows="10" columns="2">
21070 <features rotate="0" tabularvalignment="middle">
21071 <column alignment="center" valignment="top" width="0pt">
21072 <column alignment="center" valignment="top" width="0pt">
21073 <row>
21074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 Commande
21079 \end_layout
21080
21081 \end_inset
21082 </cell>
21083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 Résultat
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098
21099 \backslash
21100 prime
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\prime$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 <row>
21119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123
21124 \backslash
21125 backprime
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21131 \begin_inset Text
21132
21133 \begin_layout Plain Layout
21134 \begin_inset Formula $\backprime$
21135 \end_inset
21136
21137
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 </row>
21143 <row>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148
21149 \backslash
21150 mho
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 \begin_inset Formula $\mho$
21160 \end_inset
21161
21162
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 </row>
21168 <row>
21169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21170 \begin_inset Text
21171
21172 \begin_layout Plain Layout
21173
21174 \backslash
21175 triangle
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\triangle$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 <row>
21194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21195 \begin_inset Text
21196
21197 \begin_layout Plain Layout
21198
21199 \backslash
21200 angle
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21206 \begin_inset Text
21207
21208 \begin_layout Plain Layout
21209 \begin_inset Formula $\angle$
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 </row>
21218 <row>
21219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21220 \begin_inset Text
21221
21222 \begin_layout Plain Layout
21223
21224 \backslash
21225 measuredangle
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21231 \begin_inset Text
21232
21233 \begin_layout Plain Layout
21234 \begin_inset Formula $\measuredangle$
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 </row>
21243 <row>
21244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248
21249 \backslash
21250 sphericalangle
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 \begin_inset Formula $\sphericalangle$
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 </row>
21268 <row>
21269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273
21274 \backslash
21275 top
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 \begin_inset Formula $\top$
21285 \end_inset
21286
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \backslash
21300 bot
21301 \end_layout
21302
21303 \end_inset
21304 </cell>
21305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309 \begin_inset Formula $\bot$
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 </row>
21318 </lyxtabular>
21319
21320 \end_inset
21321
21322
21323 \begin_inset space \hfill{}
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \begin_layout Subsection
21330 Symboles divers
21331 \begin_inset CommandInset label
21332 LatexCommand label
21333 name "sub:Symboles-divers"
21334
21335 \end_inset
21336
21337
21338 \begin_inset Index idx
21339 status collapsed
21340
21341 \begin_layout Plain Layout
21342 Symboles ! divers
21343 \end_layout
21344
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \begin_layout Standard
21351 \noindent
21352 \align center
21353 \begin_inset Tabular
21354 <lyxtabular version="3" rows="10" columns="2">
21355 <features rotate="0" tabularvalignment="middle">
21356 <column alignment="center" valignment="top" width="0pt">
21357 <column alignment="center" valignment="top" width="0pt">
21358 <row>
21359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 Commande
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 Résultat
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 flat
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $\flat$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408
21409 \backslash
21410 natural
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 \begin_inset Formula $\natural$
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433
21434 \backslash
21435 sharp
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 \begin_inset Formula $\sharp$
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 surd
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\surd$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 checkmark
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\checkmark$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 yen
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\yen$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 pounds
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\pounds$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 $
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567 \begin_inset Formula $\$$
21568 \end_inset
21569
21570
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 </row>
21576 <row>
21577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 §
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Formula $§$
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 </lyxtabular>
21600
21601 \end_inset
21602
21603
21604 \begin_inset Tabular
21605 <lyxtabular version="3" rows="10" columns="2">
21606 <features rotate="0" tabularvalignment="middle">
21607 <column alignment="center" valignment="top">
21608 <column alignment="center" valignment="top">
21609 <row>
21610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614 Commande
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 Résultat
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \backslash
21636 hbar
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 \begin_inset Formula $\hbar$
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 <row>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659
21660 \backslash
21661 hslash
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Formula $\hslash$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \backslash
21686 clubsuit
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 \begin_inset Formula $\clubsuit$
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 <row>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \backslash
21711 spadesuit
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 \begin_inset Formula $\spadesuit$
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 <row>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734
21735 \backslash
21736 bigstar
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 \begin_inset Formula $\bigstar$
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 blacklozenge
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\blacklozenge$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \backslash
21786 blacktriangle
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 \begin_inset Formula $\blacktriangle$
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 blacktiangledown
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\blacktriangledown$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 bullet
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\bullet$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 </lyxtabular>
21855
21856 \end_inset
21857
21858
21859 \begin_inset Tabular
21860 <lyxtabular version="3" rows="10" columns="2">
21861 <features rotate="0" tabularvalignment="middle">
21862 <column alignment="center" valignment="top" width="0pt">
21863 <column alignment="center" valignment="top" width="0pt">
21864 <row>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 Commande
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 Résultat
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 diamondsuit
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\diamondsuit$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914
21915 \backslash
21916 Diamond
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 \begin_inset Formula $\Diamond$
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939
21940 \backslash
21941 heartsuit
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Formula $\heartsuit$
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 <row>
21960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \backslash
21966 P
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 \begin_inset Formula $\P$
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 copyright
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\copyright$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 circledR
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\circledR$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 <row>
22035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039
22040 \backslash
22041 maltese
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Formula $\maltese$
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \backslash
22066 diagup
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Formula $\diagup$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \backslash
22091 diagdown
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Formula $\diagdown$
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 </lyxtabular>
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Standard
22117 \begin_inset VSpace medskip
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \begin_layout Standard
22124 Certains symboles peuvent être affichés dans plusieurs tailles, voir 
22125 \begin_inset CommandInset ref
22126 LatexCommand ref
22127 reference "sub:Tailles-polices"
22128
22129 \end_inset
22130
22131 .
22132 \end_layout
22133
22134 \begin_layout Subsection
22135 Le symbole de l'Euro €
22136 \begin_inset Index idx
22137 status collapsed
22138
22139 \begin_layout Plain Layout
22140 Symboles ! symbole de l'Euro
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \begin_inset Index idx
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150
22151 \backslash
22152 @
22153 \begin_inset ERT
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157
22158
22159 \backslash
22160 officialeuro
22161 \end_layout
22162
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \begin_layout Standard
22174 Pour utiliser le symbole de l'Euro dans une formule, il faut installer le
22175  paquetage LaTeX 
22176 \series bold
22177 eurosym
22178 \series default
22179
22180 \begin_inset Index idx
22181 status collapsed
22182
22183 \begin_layout Plain Layout
22184 Paquetages ! eurosym
22185 \end_layout
22186
22187 \end_inset
22188
22189  et le charger avec la ligne suivante dans le préambule LaTeX
22190 \end_layout
22191
22192 \begin_layout Standard
22193
22194 \series bold
22195
22196 \backslash
22197 usepackage[gennarrow]{eurosym}
22198 \end_layout
22199
22200 \begin_layout Standard
22201 Le symbole de l'Euro peut alors être inséré avec la commande 
22202 \series bold
22203
22204 \backslash
22205 euro
22206 \series default
22207
22208 \begin_inset Index idx
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212 Commandes ! E ! 
22213 \backslash
22214 euro
22215 \end_layout
22216
22217 \end_inset
22218
22219 .
22220 \end_layout
22221
22222 \begin_layout Standard
22223 On peut aussi insérer le symbole de l'Euro directement en mode texte mathématiqu
22224 e avec la touche €, sans avoir à installer le paquetage 
22225 \series bold
22226 eurosym
22227 \series default
22228 .
22229  Quand 
22230 \series bold
22231 eurosym
22232 \series default
22233  est installé, on peut aussi insérer la commande 
22234 \series bold
22235
22236 \backslash
22237 euro
22238 \series default
22239  en mode TeX.
22240  Le symbole monétaire officiel de l'Euro peut être inséré avec la commande
22241  
22242 \series bold
22243
22244 \backslash
22245 officialeuro
22246 \series default
22247
22248 \begin_inset Index idx
22249 status collapsed
22250
22251 \begin_layout Plain Layout
22252 Commandes ! O ! 
22253 \backslash
22254 officialeuro
22255 \end_layout
22256
22257 \end_inset
22258
22259 , qui n'est utilisable qu'en mode TeX.
22260 \end_layout
22261
22262 \begin_layout Standard
22263 \begin_inset ERT
22264 status collapsed
22265
22266 \begin_layout Plain Layout
22267
22268
22269 \backslash
22270 ifeurosym 
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \begin_inset Note Note
22277 status open
22278
22279 \begin_layout Plain Layout
22280 Le tableau suivant ne sera affiché que si le paquetage LaTeX 
22281 \series bold
22282 eurosym
22283 \series default
22284  est installé.
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \begin_layout Standard
22293 Un aperçu des différents symboles de l'Euro:
22294 \end_layout
22295
22296 \begin_layout Standard
22297 \align center
22298 \begin_inset Tabular
22299 <lyxtabular version="3" rows="4" columns="3">
22300 <features rotate="0" tabularvalignment="middle">
22301 <column alignment="center" valignment="top" width="0pt">
22302 <column alignment="center" valignment="top" width="0pt">
22303 <column alignment="center" valignment="top" width="0pt">
22304 <row>
22305 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 Commande 
22319 \end_layout
22320
22321 \end_inset
22322 </cell>
22323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22324 \begin_inset Text
22325
22326 \begin_layout Plain Layout
22327 Résultat
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 formule
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347
22348 \backslash
22349 euro
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 \begin_inset Formula $\euro$
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 </row>
22367 <row>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 texte mathématique
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 \begin_inset Formula $\mbox{€}$
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 </row>
22399 <row>
22400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 mode TeX
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 officialeuro
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset ERT
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428
22429
22430 \backslash
22431 officialeuro
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 </row>
22442 </lyxtabular>
22443
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \begin_layout Standard
22450 \begin_inset ERT
22451 status collapsed
22452
22453 \begin_layout Plain Layout
22454
22455
22456 \backslash
22457 else 
22458 \end_layout
22459
22460 \end_inset
22461
22462
22463 \begin_inset Note Note
22464 status open
22465
22466 \begin_layout Plain Layout
22467 Ce qui suit sera affiché si le paquetage LaTeX 
22468 \series bold
22469 eurosym
22470 \series default
22471  n'est pas installé:
22472 \end_layout
22473
22474 \end_inset
22475
22476
22477 \end_layout
22478
22479 \begin_layout Standard
22480 Vous devez installer le paquetage LaTeX 
22481 \series bold
22482 eurosym
22483 \series default
22484  pour voir le reste de cette section dans la sortie imprimée.
22485 \end_layout
22486
22487 \begin_layout Standard
22488 \begin_inset ERT
22489 status collapsed
22490
22491 \begin_layout Plain Layout
22492
22493
22494 \backslash
22495 fi 
22496 \end_layout
22497
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \begin_layout Section
22504 Opérateurs de relation
22505 \begin_inset CommandInset label
22506 LatexCommand label
22507 name "sec:Relations"
22508
22509 \end_inset
22510
22511
22512 \begin_inset Index idx
22513 status collapsed
22514
22515 \begin_layout Plain Layout
22516 Relations
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \begin_inset Index idx
22523 status collapsed
22524
22525 \begin_layout Plain Layout
22526 Comparaisons|see
22527 \begin_inset ERT
22528 status collapsed
22529
22530 \begin_layout Plain Layout
22531
22532 {
22533 \end_layout
22534
22535 \end_inset
22536
22537 Relations
22538 \begin_inset ERT
22539 status collapsed
22540
22541 \begin_layout Plain Layout
22542
22543 }
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Standard
22557 Tous les opérateurs de relation peuvent aussi être insérés en passant par
22558  le bouton 
22559 \begin_inset Graphics
22560         filename ../../images/math/leq.png
22561         scale 85
22562
22563 \end_inset
22564
22565  de la barre d'outils.
22566 \end_layout
22567
22568 \begin_layout Standard
22569 \begin_inset Tabular
22570 <lyxtabular version="3" rows="17" columns="2">
22571 <features rotate="0" tabularvalignment="middle">
22572 <column alignment="center" valignment="top" width="0pt">
22573 <column alignment="center" valignment="top">
22574 <row>
22575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579
22580 \size small
22581 Commande
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590
22591 \size small
22592 Résultat
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 <
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 \begin_inset Formula $<$
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 <row>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626
22627 \backslash
22628 le
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Formula $\le$
22638 \end_inset
22639
22640
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 </row>
22646 <row>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \backslash
22653 ll
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 \begin_inset Formula $\ll$
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 </row>
22671 <row>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676
22677 \backslash
22678 prec
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 \begin_inset Formula $\prec$
22688 \end_inset
22689
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 </row>
22696 <row>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701
22702 \backslash
22703 preceq
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 \begin_inset Formula $\preceq$
22713 \end_inset
22714
22715
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 </row>
22721 <row>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726
22727 \backslash
22728 subset
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 \begin_inset Formula $\subset$
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 <row>
22747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751
22752 \backslash
22753 subseteq
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 \begin_inset Formula $\subseteq$
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 </row>
22771 <row>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776
22777 \backslash
22778 sqsubseteq
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 \begin_inset Formula $\sqsubseteq$
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 </row>
22796 <row>
22797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \backslash
22803 in
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Formula $\in$
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 </row>
22821 <row>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826
22827 \backslash
22828 vdash
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837 \begin_inset Formula $\vdash$
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 </row>
22846 <row>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851
22852 \backslash
22853 smile
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Formula $\smile$
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 </row>
22871 <row>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876
22877 \backslash
22878 lhd
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 \begin_inset Formula $\lhd$
22888 \end_inset
22889
22890
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 </row>
22896 <row>
22897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901
22902 \backslash
22903 unlhd
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 \begin_inset Formula $\unlhd$
22913 \end_inset
22914
22915
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 <row>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926
22927 \backslash
22928 gtrless
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Formula $\gtrless$
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951
22952 \backslash
22953 mid
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 \begin_inset Formula $\mid$
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 <row>
22972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \backslash
22978 nmid
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Formula $\nmid$
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 </lyxtabular>
22997
22998 \end_inset
22999
23000
23001 \begin_inset space \hfill{}
23002 \end_inset
23003
23004
23005 \begin_inset Tabular
23006 <lyxtabular version="3" rows="17" columns="2">
23007 <features rotate="0" tabularvalignment="middle">
23008 <column alignment="center" valignment="top" width="0pt">
23009 <column alignment="center" valignment="top">
23010 <row>
23011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015
23016 \size small
23017 Commande
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \size small
23028 Résultat
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 </row>
23034 <row>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 =
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $=$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 not=
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\not=$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 equiv
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\equiv$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 sim
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\sim$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 simeq
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\simeq$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 approx
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\approx$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 cong
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\cong$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212
23213 \backslash
23214 bowtie
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 \begin_inset Formula $\bowtie$
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 </row>
23232 <row>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \backslash
23239 notin
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset Formula $\notin$
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 <row>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262
23263 \backslash
23264 perp
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23270 \begin_inset Text
23271
23272 \begin_layout Plain Layout
23273 \begin_inset Formula $\perp$
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 </row>
23282 <row>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287
23288 \backslash
23289 propto
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 \begin_inset Formula $\propto$
23299 \end_inset
23300
23301
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 </row>
23307 <row>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312
23313 \backslash
23314 asymp
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23320 \begin_inset Text
23321
23322 \begin_layout Plain Layout
23323 \begin_inset Formula $\asymp$
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 </row>
23332 <row>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337
23338 \backslash
23339 doteq
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 \begin_inset Formula $\doteq$
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \end_inset
23355 </cell>
23356 </row>
23357 <row>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362
23363 \backslash
23364 circeq
23365 \end_layout
23366
23367 \end_inset
23368 </cell>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 \begin_inset Formula $\circeq$
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 </row>
23382 <row>
23383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387
23388 \backslash
23389 models
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 \begin_inset Formula $\models$
23399 \end_inset
23400
23401
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 </row>
23407 <row>
23408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412
23413 \backslash
23414 widehat=
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23420 \begin_inset Text
23421
23422 \begin_layout Plain Layout
23423 \begin_inset Formula $\widehat{=}$
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 </row>
23432 </lyxtabular>
23433
23434 \end_inset
23435
23436
23437 \begin_inset space \hfill{}
23438 \end_inset
23439
23440
23441 \begin_inset Tabular
23442 <lyxtabular version="3" rows="17" columns="2">
23443 <features rotate="0" tabularvalignment="middle">
23444 <column alignment="center" valignment="top" width="0pt">
23445 <column alignment="center" valignment="top">
23446 <row>
23447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451
23452 \size small
23453 Commande
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23459 \begin_inset Text
23460
23461 \begin_layout Plain Layout
23462
23463 \size small
23464 Résultat
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 </row>
23470 <row>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 >
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $>$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 ge
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\ge$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 gg
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\gg$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 succ
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\succ$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 succeq
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\succeq$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 supset
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\supset$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 supseteq
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\supseteq$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 sqsupseteq
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\sqsupseteq$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 ni
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\ni$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 dashv
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\dashv$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \backslash
23725 frown
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $\frown$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 rhd
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\rhd$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 unrhd
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\unrhd$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 lessgtr
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\lessgtr$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 parallel
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\parallel$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 nparallel
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\nparallel$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 </lyxtabular>
23869
23870 \end_inset
23871
23872
23873 \end_layout
23874
23875 \begin_layout Standard
23876 \begin_inset VSpace medskip
23877 \end_inset
23878
23879 Les caractères 
23880 \series bold
23881
23882 \backslash
23883 lhd
23884 \series default
23885  et 
23886 \series bold
23887
23888 \backslash
23889 rhd
23890 \series default
23891  sont plus gros que les opérateurs 
23892 \series bold
23893
23894 \backslash
23895 triangleleft
23896 \series default
23897  et 
23898 \series bold
23899
23900 \backslash
23901 triangleright
23902 \series default
23903  auxquels ils ressemblent.
23904 \end_layout
23905
23906 \begin_layout Standard
23907 Les opérateurs de relation sont, contrairement aux symboles, toujours entourés
23908  par des espaces.
23909 \end_layout
23910
23911 \begin_layout Standard
23912 Les opérateurs de relation avec des étiquettes peuvent être créés avec la
23913  commande 
23914 \series bold
23915
23916 \backslash
23917 stackrel
23918 \series default
23919
23920 \begin_inset Index idx
23921 status collapsed
23922
23923 \begin_layout Plain Layout
23924 Commandes ! S ! 
23925 \backslash
23926 stackrel
23927 \end_layout
23928
23929 \end_inset
23930
23931 :
23932 \end_layout
23933
23934 \begin_layout Standard
23935 \align center
23936 \begin_inset Tabular
23937 <lyxtabular version="3" rows="2" columns="2">
23938 <features rotate="0" tabularvalignment="middle">
23939 <column alignment="center" valignment="top">
23940 <column alignment="center" valignment="top">
23941 <row>
23942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946 Commande
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 Résultat
23956 \begin_inset Note Note
23957 status collapsed
23958
23959 \begin_layout Plain Layout
23960
23961 \series bold
23962
23963 \backslash
23964 raisebox
23965 \series default
23966  est seulement utilisée pour faire de la place
23967 \end_layout
23968
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 <row>
23978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 A(r)
23983 \backslash
23984 stackrel
23985 \begin_inset space \textvisiblespace{}
23986 \end_inset
23987
23988 r
23989 \backslash
23990 to
23991 \backslash
23992 infty
23993 \begin_inset space \textvisiblespace{}
23994 \end_inset
23995
23996
23997 \begin_inset Formula $\downarrow$
23998 \end_inset
23999
24000
24001 \backslash
24002 approx
24003 \begin_inset space \textvisiblespace{}
24004 \end_inset
24005
24006
24007 \begin_inset space \textvisiblespace{}
24008 \end_inset
24009
24010 B
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 </row>
24028 </lyxtabular>
24029
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \begin_layout Section
24036 Fonctions
24037 \end_layout
24038
24039 \begin_layout Subsection
24040 Fonctions prédéfinies
24041 \begin_inset CommandInset label
24042 LatexCommand label
24043 name "sub:Fonctions-prédéfinies"
24044
24045 \end_inset
24046
24047
24048 \begin_inset Index idx
24049 status collapsed
24050
24051 \begin_layout Plain Layout
24052 Fonctions ! prédéfinies
24053 \end_layout
24054
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \begin_layout Standard
24061 En général, les variables sont écrites en 
24062 \emph on
24063 italiques
24064 \emph default
24065  dans les expressions mathématiques, mais pas les noms des fonctions, puisque
24066  
24067 \begin_inset Formula $sin$
24068 \end_inset
24069
24070  pourrait être confondue avec le produit 
24071 \begin_inset Formula $s\cdot i\cdot n$
24072 \end_inset
24073
24074 .
24075  Il y a donc des fonctions prédéfinies qui sont en plus séparées de leurs
24076  arguments par un peu d'espace.
24077  Elles sont insérées comme des commandes commençant par une barre de fraction
24078  inverse avant leur nom.
24079 \end_layout
24080
24081 \begin_layout Standard
24082 \align center
24083 \begin_inset Tabular
24084 <lyxtabular version="3" rows="2" columns="4">
24085 <features rotate="0" tabularvalignment="middle">
24086 <column alignment="center" valignment="top" width="0pt">
24087 <column alignment="center" valignment="top" width="0pt">
24088 <column alignment="center" valignment="top" width="0pt">
24089 <column alignment="center" valignment="top" width="0pt">
24090 <row>
24091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095 Commande
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 Résultat
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 Commande
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122 Résultat
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 </row>
24128 <row>
24129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 Asin(x)+B
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 \begin_inset Formula $Asin(x)+B$
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 A
24155 \backslash
24156 sin(x)+B
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165 \begin_inset Formula $A\sin(x)+B$
24166 \end_inset
24167
24168
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 </row>
24174 </lyxtabular>
24175
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \begin_layout Standard
24182 Les fonctions suivantes sont prédéfinies:
24183 \end_layout
24184
24185 \begin_layout Standard
24186 \begin_inset VSpace -2mm
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \begin_layout Standard
24193 \align center
24194 \begin_inset Tabular
24195 <lyxtabular version="3" rows="9" columns="4">
24196 <features rotate="0" tabularvalignment="middle">
24197 <column alignment="center" valignment="top" width="0pt">
24198 <column alignment="center" valignment="top" width="0pt">
24199 <column alignment="center" valignment="top" width="0pt">
24200 <column alignment="center" valignment="top" width="0pt">
24201 <row>
24202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 Commande
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 Commande
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224 Commande
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 Commande
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 sin
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 sinh
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \backslash
24268 arcsin
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 sup
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 </row>
24285 <row>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290
24291 \backslash
24292 cos
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 cosh
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 arccos
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 inf
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 </row>
24331 <row>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336
24337 \backslash
24338 tan
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \backslash
24349 tanh
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \backslash
24360 arctan
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 lim
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382
24383 \backslash
24384 cot
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \backslash
24395 coth
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 arg
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 liminf
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 <row>
24424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24425 \begin_inset Text
24426
24427 \begin_layout Plain Layout
24428
24429 \backslash
24430 sec
24431 \end_layout
24432
24433 \end_inset
24434 </cell>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \backslash
24441 min
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 deg
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \backslash
24463 limsup
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 </row>
24469 <row>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 csc
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 max
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 det
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 Pr
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 </row>
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 ln
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \backslash
24533 exp
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542
24543 \backslash
24544 dim
24545 \end_layout
24546
24547 \end_inset
24548 </cell>
24549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24550 \begin_inset Text
24551
24552 \begin_layout Plain Layout
24553
24554 \backslash
24555 hom
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 </row>
24561 <row>
24562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566
24567 \backslash
24568 lg
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24574 \begin_inset Text
24575
24576 \begin_layout Plain Layout
24577
24578 \backslash
24579 log
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588
24589 \backslash
24590 ker
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \backslash
24601 gcd
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 </row>
24607 </lyxtabular>
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 Elles peuvent aussi être insérées en utilisant le bouton 
24616 \begin_inset Graphics
24617         filename ../../images/math/functions.png
24618         scale 85
24619
24620 \end_inset
24621
24622  de la barre d'outils mathématique.
24623 \end_layout
24624
24625 \begin_layout Subsection
24626 Fonctions définies par l'utilisateur
24627 \begin_inset Index idx
24628 status collapsed
24629
24630 \begin_layout Plain Layout
24631 Fonctions ! définies par l'utilisateur
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \end_layout
24638
24639 \begin_layout Standard
24640 Pour utiliser une fonction qui n'est pas prédéfinie, comme par exemple la
24641  fonction sgn(x), il y a deux possibilités:
24642 \end_layout
24643
24644 \begin_layout Itemize
24645 Définir la fonction en insérant la ligne suivante dans le préambule LaTeX
24646 \begin_inset Foot
24647 status collapsed
24648
24649 \begin_layout Plain Layout
24650 Pour en savoir plus sur la commande 
24651 \series bold
24652
24653 \backslash
24654 DeclareMathOperator
24655 \series default
24656  voir 
24657 \begin_inset CommandInset ref
24658 LatexCommand ref
24659 reference "sub:Opérateurs-personnalisés"
24660
24661 \end_inset
24662
24663 .
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \begin_inset Newline newline
24670 \end_inset
24671
24672
24673 \begin_inset VSpace -3mm
24674 \end_inset
24675
24676
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680
24681 \series bold
24682
24683 \backslash
24684 DeclareMathOperator{
24685 \backslash
24686 sgn}{sgn}
24687 \series default
24688
24689 \begin_inset Index idx
24690 status collapsed
24691
24692 \begin_layout Plain Layout
24693 Commandes ! D ! 
24694 \backslash
24695 dbinom@
24696 \backslash
24697 DeclareMathOperator
24698 \end_layout
24699
24700 \end_inset
24701
24702
24703 \begin_inset Newline newline
24704 \end_inset
24705
24706
24707 \begin_inset VSpace -2mm
24708 \end_inset
24709
24710
24711 \begin_inset Newline newline
24712 \end_inset
24713
24714 Maintenant la fonction qui vient d'être définie peut être appelée avec la
24715  commande 
24716 \series bold
24717
24718 \backslash
24719 sgn
24720 \series default
24721 .
24722 \end_layout
24723
24724 \begin_layout Itemize
24725 Écrire la formule comme d'habitude, marquer le nom de la fonction -- dans
24726  notre exemple les lettres 
24727 \emph on
24728 sgn
24729 \emph default
24730  -- et les changer en texte mathématique.
24731  Pour finir, on insère une espace entre le préfacteur et la fonction.
24732 \end_layout
24733
24734 \begin_layout Standard
24735 Le résultat avec les deux méthodes est le même qu'avec les fonctions prédéfinies
24736 \begin_inset Foot
24737 status collapsed
24738
24739 \begin_layout Plain Layout
24740 Dans LyX, les fonctions prédéfinies sont en noir, celles définies par l'utilisat
24741 eur en rouge.
24742 \end_layout
24743
24744 \end_inset
24745
24746 :
24747 \end_layout
24748
24749 \begin_layout Standard
24750 \align center
24751 \begin_inset Tabular
24752 <lyxtabular version="3" rows="3" columns="2">
24753 <features rotate="0" tabularvalignment="middle">
24754 <column alignment="center" valignment="top" width="0pt">
24755 <column alignment="center" valignment="top" width="0pt">
24756 <row>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 Commande
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 Résultat
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 </row>
24776 <row>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 A
24782 \backslash
24783 sgn(x)+B
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 \begin_inset Formula $A\sgn(x)+B$
24793 \end_inset
24794
24795
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 </row>
24801 <row>
24802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Plain Layout
24806 A
24807 \backslash
24808 ,
24809 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24810 \end_inset
24811
24812 (x)+B
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24818 \begin_inset Text
24819
24820 \begin_layout Plain Layout
24821 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 </row>
24830 </lyxtabular>
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \begin_layout Standard
24838 La première méthode est recommandée quand la fonction définie doit être
24839  utilisée plusieurs fois dans le document.
24840 \end_layout
24841
24842 \begin_layout Subsection
24843 Les limites
24844 \begin_inset Index idx
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848 Limites
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Pour les limites, en plus des commandes 
24858 \series bold
24859
24860 \backslash
24861 lim
24862 \series default
24863
24864 \begin_inset Index idx
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868 Commandes ! L ! 
24869 \backslash
24870 lim
24871 \end_layout
24872
24873 \end_inset
24874
24875
24876 \series bold
24877
24878 \backslash
24879 liminf
24880 \series default
24881  et 
24882 \series bold
24883
24884 \backslash
24885 limsup
24886 \series default
24887  on a aussi les fonctions suivantes:
24888 \end_layout
24889
24890 \begin_layout Standard
24891 \align center
24892 \begin_inset Tabular
24893 <lyxtabular version="3" rows="5" columns="2">
24894 <features rotate="0" tabularvalignment="middle">
24895 <column alignment="center" valignment="top">
24896 <column alignment="center" valignment="top">
24897 <row>
24898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24899 \begin_inset Text
24900
24901 \begin_layout Plain Layout
24902 Commande
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 Résultat
24912 \begin_inset Note Note
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916
24917 \series bold
24918
24919 \backslash
24920 raisebox
24921 \series default
24922  est seulement utilisée pour faire de la place
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 </row>
24933 <row>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938
24939 \backslash
24940 varliminf
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 \begin_inset Formula $\varliminf$
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 </row>
24958 <row>
24959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963
24964 \backslash
24965 varlimsup
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974 \begin_inset Formula $\varlimsup$
24975 \end_inset
24976
24977
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 </row>
24983 <row>
24984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988
24989 \backslash
24990 varprojlim
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 \begin_inset Formula $\varprojlim$
25000 \end_inset
25001
25002
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 </row>
25008 <row>
25009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013
25014 \backslash
25015 varinjlim
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25021 \begin_inset Text
25022
25023 \begin_layout Plain Layout
25024 \begin_inset Formula $\varinjlim$
25025 \end_inset
25026
25027
25028 \begin_inset Formula $\raisebox{-2.5mm}{}$
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \end_inset
25035 </cell>
25036 </row>
25037 </lyxtabular>
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset VSpace medskip
25046 \end_inset
25047
25048 La valeur de la limite est créée en ajoutant un indice.
25049  Il est placé juste à la droite de la fonction dans le cas d'une formule
25050  en ligne:
25051 \end_layout
25052
25053 \begin_layout Standard
25054 \align center
25055 \begin_inset Tabular
25056 <lyxtabular version="3" rows="2" columns="2">
25057 <features rotate="0" tabularvalignment="middle">
25058 <column alignment="center" valignment="top" width="0pt">
25059 <column alignment="center" valignment="top" width="0pt">
25060 <row>
25061 <cell alignment="center" valignment="top" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 Commande
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 \begin_inset space \hspace{}
25075 \length 1cm
25076 \end_inset
25077
25078 Résultat
25079 \begin_inset Note Note
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083 L'espace
25084 \series bold
25085  
25086 \series default
25087 et 
25088 \series bold
25089
25090 \backslash
25091 raisebox
25092 \series default
25093  sont seulement utilisées pour faire de la place.
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 </row>
25104 <row>
25105 <cell alignment="center" valignment="top" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 lim_x
25112 \backslash
25113 to
25114 \begin_inset space \textvisiblespace{}
25115 \end_inset
25116
25117 A
25118 \begin_inset space \textvisiblespace{}
25119 \end_inset
25120
25121 x=B
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 </row>
25139 </lyxtabular>
25140
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \begin_layout Standard
25147 Dans une formule hors ligne la valeur de la limite est placée comme d'habitude,
25148  en dessous de la fonction:
25149 \begin_inset Formula 
25150 \[
25151 \lim_{x\to A}x=B
25152 \]
25153
25154 \end_inset
25155
25156
25157 \end_layout
25158
25159 \begin_layout Standard
25160 \begin_inset VSpace medskip
25161 \end_inset
25162
25163
25164 \end_layout
25165
25166 \begin_layout Standard
25167
25168 \lang english
25169 How to adjust the typesetting of the limits see
25170 \lang french
25171  
25172 \begin_inset CommandInset ref
25173 LatexCommand ref
25174 reference "sub:Limites-des-opérateurs"
25175
25176 \end_inset
25177
25178 .
25179 \end_layout
25180
25181 \begin_layout Subsection
25182 Les fonctions modulo
25183 \begin_inset Index idx
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187 Fonctions ! modulo
25188 \end_layout
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \begin_layout Standard
25196 La fonction modulo est un peu spéciale, vu qu'il en existe quatre variantes.
25197 \end_layout
25198
25199 \begin_layout Standard
25200 Les variantes pour une formule hors ligne:
25201 \begin_inset Formula 
25202 \begin{align*}
25203 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25204 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25205 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25206 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25207 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25208 \end{align*}
25209
25210 \end_inset
25211
25212
25213 \end_layout
25214
25215 \begin_layout Standard
25216 Dans une formule en ligne, il y a moins d'espace inséré avant le nom de
25217  la fonction, quelque soit la variante.
25218  
25219 \lang english
25220 By default the modulo-functions take only the first following character
25221  into account.
25222  To use more than one character, one has to put them into TeX-braces:
25223 \lang french
25224
25225 \begin_inset Formula 
25226 \begin{align*}
25227 \underline{\textrm{Commande}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Résultat}}\\
25228 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25229 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25230 \end{align*}
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Section
25238 Caractères spéciaux
25239 \begin_inset Index idx
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243 Caractères spéciaux
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Subsection
25252 Caractères spéciaux en  texte mathématique
25253 \end_layout
25254
25255 \begin_layout Standard
25256 Les commandes suivantes ne peuvent être utilisées qu'en texte mathématique
25257  ou en mode TeX:
25258 \end_layout
25259
25260 \begin_layout Standard
25261 \begin_inset space \hfill{}
25262 \end_inset
25263
25264
25265 \begin_inset Tabular
25266 <lyxtabular version="3" rows="8" columns="2">
25267 <features rotate="0" tabularvalignment="middle">
25268 <column alignment="block" valignment="top">
25269 <column alignment="block" valignment="top">
25270 <row>
25271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 Commande
25276 \end_layout
25277
25278 \end_inset
25279 </cell>
25280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284 Résultat
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 </row>
25290 <row>
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295
25296 \backslash
25297 oe
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306 \begin_inset Formula $\textrm{œ}$
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \end_inset
25313 </cell>
25314 </row>
25315 <row>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320
25321 \backslash
25322 OE
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25328 \begin_inset Text
25329
25330 \begin_layout Plain Layout
25331 \begin_inset Formula $\textrm{Œ}$
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 </row>
25340 <row>
25341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345
25346 \backslash
25347 ae
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356 \begin_inset Formula $\textrm{æ}$
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 <row>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \backslash
25372 AE
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381 \begin_inset Formula $\textrm{Æ}$
25382 \end_inset
25383
25384
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 </row>
25390 <row>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 aa
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406 \begin_inset Formula $\textrm{\aa}$
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 </row>
25415 <row>
25416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25417 \begin_inset Text
25418
25419 \begin_layout Plain Layout
25420
25421 \backslash
25422 AA
25423 \begin_inset Index idx
25424 status collapsed
25425
25426 \begin_layout Plain Layout
25427
25428 \backslash
25429 @
25430 \begin_inset ERT
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434
25435
25436 \backslash
25437 textrm{
25438 \backslash
25439 AA}
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458 \begin_inset Formula $\textrm{Å}$
25459 \end_inset
25460
25461
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 </row>
25467 <row>
25468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472
25473 \backslash
25474 i
25475 \end_layout
25476
25477 \end_inset
25478 </cell>
25479 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25480 \begin_inset Text
25481
25482 \begin_layout Plain Layout
25483 \begin_inset Formula $\textrm{ı}$
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \end_inset
25490 </cell>
25491 </row>
25492 </lyxtabular>
25493
25494 \end_inset
25495
25496
25497 \begin_inset space \hfill{}
25498 \end_inset
25499
25500
25501 \begin_inset Tabular
25502 <lyxtabular version="3" rows="8" columns="2">
25503 <features rotate="0" tabularvalignment="middle">
25504 <column alignment="block" valignment="top">
25505 <column alignment="center" valignment="top">
25506 <row>
25507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511 commande
25512 \begin_inset Note Note
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 L'espace de 0
25517 \begin_inset space \thinspace{}
25518 \end_inset
25519
25520 mm est utilisée pour faire une séparation invisible, sinon la sortie finale
25521  serait respectivement ¡ et ¿.
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \end_inset
25530 </cell>
25531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25532 \begin_inset Text
25533
25534 \begin_layout Plain Layout
25535 Résultat
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 </row>
25541 <row>
25542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546
25547 \backslash
25548 o
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557 \begin_inset Formula $\textrm{ø}$
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 </row>
25566 <row>
25567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25568 \begin_inset Text
25569
25570 \begin_layout Plain Layout
25571
25572 \backslash
25573 O
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 \begin_inset Formula $\textrm{Ø}$
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 </row>
25591 <row>
25592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25593 \begin_inset Text
25594
25595 \begin_layout Plain Layout
25596
25597 \backslash
25598 l
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25604 \begin_inset Text
25605
25606 \begin_layout Plain Layout
25607 \begin_inset Formula $\textrm{ł}$
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621
25622 \backslash
25623 L
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Plain Layout
25632 \begin_inset Formula $\textrm{Ł}$
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 </row>
25641 <row>
25642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646 !
25647 \begin_inset space \hspace{}
25648 \length 0mm
25649 \end_inset
25650
25651 `
25652 \begin_inset space \textvisiblespace{}
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25661 \begin_inset Text
25662
25663 \begin_layout Plain Layout
25664 \begin_inset Formula $\textrm{!`}$
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 </row>
25673 <row>
25674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678 ?
25679 \begin_inset space \hspace{}
25680 \length 0mm
25681 \end_inset
25682
25683 `
25684 \begin_inset space \textvisiblespace{}
25685 \end_inset
25686
25687
25688 \end_layout
25689
25690 \end_inset
25691 </cell>
25692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25693 \begin_inset Text
25694
25695 \begin_layout Plain Layout
25696 \begin_inset Formula $\textrm{?`}$
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 </row>
25705 <row>
25706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710
25711 \backslash
25712 j
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25718 \begin_inset Text
25719
25720 \begin_layout Plain Layout
25721 \begin_inset Formula $\textrm{ȷ}$
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 </row>
25730 </lyxtabular>
25731
25732 \end_inset
25733
25734
25735 \begin_inset space \hfill{}
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 Les caractères 
25743 \begin_inset Formula $\textrm{\textrm{Å}}$
25744 \end_inset
25745
25746  et 
25747 \begin_inset Formula $\textrm{\textrm{Ø}}$
25748 \end_inset
25749
25750  peuvent aussi être insérés avec le bouton 
25751 \begin_inset Graphics
25752         filename ../../images/math/digamma.png
25753         scale 85
25754
25755 \end_inset
25756
25757  de la barre d'outils mathématique.
25758 \end_layout
25759
25760 \begin_layout Standard
25761 Les commandes 
25762 \series bold
25763 !
25764 \begin_inset space \hspace{}
25765 \length 0mm
25766 \end_inset
25767
25768 `
25769 \series default
25770  et ?
25771 \series bold
25772
25773 \begin_inset space \hspace{}
25774 \length 0mm
25775 \end_inset
25776
25777
25778 \series default
25779 ` sont des exceptions puisqu'elles peuvent être insérées directement dans
25780  le texte dans LyX.
25781 \end_layout
25782
25783 \begin_layout Subsection
25784 Les accents dans le texte
25785 \begin_inset CommandInset label
25786 LatexCommand label
25787 name "sub:Accents-dans-le-texte"
25788
25789 \end_inset
25790
25791
25792 \begin_inset Index idx
25793 status collapsed
25794
25795 \begin_layout Plain Layout
25796 Accents ! dans le texte
25797 \end_layout
25798
25799 \end_inset
25800
25801
25802 \end_layout
25803
25804 \begin_layout Standard
25805 Avec les commandes suivantes, on peut accentuer toutes les lettres.
25806  Ces commandes doivent être insérées en mode TeX.
25807 \end_layout
25808
25809 \begin_layout Standard
25810 \begin_inset space \hfill{}
25811 \end_inset
25812
25813
25814 \begin_inset Tabular
25815 <lyxtabular version="3" rows="8" columns="2">
25816 <features rotate="0" tabularvalignment="middle">
25817 <column alignment="block" valignment="top">
25818 <column alignment="block" valignment="top">
25819 <row>
25820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25821 \begin_inset Text
25822
25823 \begin_layout Plain Layout
25824 Commande
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833 Résultat
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 </row>
25839 <row>
25840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844
25845 \backslash
25846
25847 \begin_inset Quotes grd
25848 \end_inset
25849
25850 e
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859 \begin_inset ERT
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863
25864
25865 \backslash
25866 "e
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 </row>
25877 <row>
25878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882
25883 \backslash
25884 `e
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893 \begin_inset ERT
25894 status collapsed
25895
25896 \begin_layout Plain Layout
25897
25898
25899 \backslash
25900 `e
25901 \end_layout
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \end_inset
25909 </cell>
25910 </row>
25911 <row>
25912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916
25917 \backslash
25918 ^
25919 \begin_inset space \textvisiblespace{}
25920 \end_inset
25921
25922 e
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931 \begin_inset ERT
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935
25936
25937 \backslash
25938 ^e
25939 \end_layout
25940
25941 \end_inset
25942
25943
25944 \end_layout
25945
25946 \end_inset
25947 </cell>
25948 </row>
25949 <row>
25950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25951 \begin_inset Text
25952
25953 \begin_layout Plain Layout
25954
25955 \backslash
25956 =e
25957 \end_layout
25958
25959 \end_inset
25960 </cell>
25961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965 \begin_inset ERT
25966 status collapsed
25967
25968 \begin_layout Plain Layout
25969
25970
25971 \backslash
25972 =e
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 <row>
25984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988
25989 \backslash
25990 u
25991 \begin_inset space \textvisiblespace{}
25992 \end_inset
25993
25994 e
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26000 \begin_inset Text
26001
26002 \begin_layout Plain Layout
26003 \begin_inset ERT
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007
26008
26009 \backslash
26010 u e
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 </row>
26021 <row>
26022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026
26027 \backslash
26028 b
26029 \begin_inset space \textvisiblespace{}
26030 \end_inset
26031
26032 e
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 \begin_inset ERT
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045
26046
26047 \backslash
26048 b e
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row>
26060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064
26065 \backslash
26066 t
26067 \begin_inset space \textvisiblespace{}
26068 \end_inset
26069
26070 ee
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 \begin_inset ERT
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083
26084
26085 \backslash
26086 t ee
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 </lyxtabular>
26098
26099 \end_inset
26100
26101
26102 \begin_inset space \hfill{}
26103 \end_inset
26104
26105
26106 \begin_inset Tabular
26107 <lyxtabular version="3" rows="8" columns="2">
26108 <features rotate="0" tabularvalignment="middle">
26109 <column alignment="block" valignment="top">
26110 <column alignment="center" valignment="top">
26111 <row>
26112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26113 \begin_inset Text
26114
26115 \begin_layout Plain Layout
26116 Commande
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 Résultat
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 </row>
26131 <row>
26132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136
26137 \backslash
26138 H
26139 \begin_inset space \textvisiblespace{}
26140 \end_inset
26141
26142 e
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26148 \begin_inset Text
26149
26150 \begin_layout Plain Layout
26151 \begin_inset ERT
26152 status collapsed
26153
26154 \begin_layout Plain Layout
26155
26156
26157 \backslash
26158 H e
26159 \end_layout
26160
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row>
26170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174
26175 \backslash
26176 'e
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 \begin_inset ERT
26186 status collapsed
26187
26188 \begin_layout Plain Layout
26189
26190
26191 \backslash
26192 'e
26193 \end_layout
26194
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 ~e
26211 \begin_inset Index idx
26212 status collapsed
26213
26214 \begin_layout Plain Layout
26215 Tilde
26216 \end_layout
26217
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229 \begin_inset ERT
26230 status collapsed
26231
26232 \begin_layout Plain Layout
26233
26234
26235 \backslash
26236 ~e
26237 \end_layout
26238
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 </row>
26247 <row>
26248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252
26253 \backslash
26254 .e
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset ERT
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 .e
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \end_inset
26279 </cell>
26280 </row>
26281 <row>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286
26287 \backslash
26288 v
26289 \begin_inset space \textvisiblespace{}
26290 \end_inset
26291
26292 e
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301 \begin_inset ERT
26302 status collapsed
26303
26304 \begin_layout Plain Layout
26305
26306
26307 \backslash
26308 v e
26309 \end_layout
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 </row>
26319 <row>
26320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324
26325 \backslash
26326 d
26327 \begin_inset space \textvisiblespace{}
26328 \end_inset
26329
26330 e
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset ERT
26340 status collapsed
26341
26342 \begin_layout Plain Layout
26343
26344
26345 \backslash
26346 d e
26347 \end_layout
26348
26349 \end_inset
26350
26351
26352 \end_layout
26353
26354 \end_inset
26355 </cell>
26356 </row>
26357 <row>
26358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362
26363 \backslash
26364 c
26365 \begin_inset space \textvisiblespace{}
26366 \end_inset
26367
26368 e
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 \begin_inset ERT
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381
26382
26383 \backslash
26384 c e
26385 \end_layout
26386
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 </row>
26395 </lyxtabular>
26396
26397 \end_inset
26398
26399
26400 \begin_inset space \hfill{}
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \begin_layout Standard
26407 \begin_inset VSpace medskip
26408 \end_inset
26409
26410 Avec la commande 
26411 \series bold
26412
26413 \backslash
26414 t
26415 \series default
26416  on peut aussi accentuer deux caractères différents.
26417  La commande 
26418 \series bold
26419
26420 \backslash
26421 t
26422 \begin_inset space \textvisiblespace{}
26423 \end_inset
26424
26425 sz
26426 \series default
26427  va donner: 
26428 \begin_inset ERT
26429 status collapsed
26430
26431 \begin_layout Plain Layout
26432
26433
26434 \backslash
26435 t sz
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \begin_layout Standard
26444 Les accents 
26445 \series bold
26446 `
26447 \series default
26448  , 
26449 \series bold
26450 '
26451 \series default
26452  , et 
26453 \series bold
26454 ^
26455 \series default
26456  peuvent être insérés directement avec le clavier, sans utiliser le mode
26457  TeX, quand ils sont utilisés avec des voyelles.
26458  La même chose s'applique au tilde
26459 \begin_inset Foot
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463 Ceci s'applique uniquement aux claviers où le tilde est défini comme un
26464  accent.
26465 \end_layout
26466
26467 \end_inset
26468
26469  
26470 \series bold
26471 ~
26472 \series default
26473  en combinaison avec 
26474 \emph on
26475 a
26476 \emph default
26477  , 
26478 \emph on
26479 n
26480 \emph default
26481  , ou 
26482 \emph on
26483 o
26484 \emph default
26485 .
26486 \end_layout
26487
26488 \begin_layout Standard
26489 Les commandes 
26490 \series bold
26491
26492 \backslash
26493 b
26494 \series default
26495  , 
26496 \series bold
26497
26498 \backslash
26499 c
26500 \series default
26501  , 
26502 \series bold
26503
26504 \backslash
26505 d
26506 \series default
26507  , 
26508 \series bold
26509
26510 \backslash
26511 H
26512 \series default
26513  , 
26514 \series bold
26515
26516 \backslash
26517 t
26518 \series default
26519  , 
26520 \series bold
26521
26522 \backslash
26523 u
26524 \series default
26525  , 
26526 \series bold
26527
26528 \backslash
26529 v
26530 \series default
26531 , et les accents qui sont insérés directement au clavier sont aussi disponibles
26532  en texte mathématique.
26533  Pour les autres accents, il y a des commandes mathématiques spéciales à
26534  utiliser dans les formules, voir 
26535 \begin_inset CommandInset ref
26536 LatexCommand ref
26537 reference "sub:Accents-sur-un-caractère"
26538
26539 \end_inset
26540
26541 .
26542 \end_layout
26543
26544 \begin_layout Standard
26545 \begin_inset VSpace bigskip
26546 \end_inset
26547
26548 En plus, avec la commande 
26549 \series bold
26550
26551 \backslash
26552 textcircled
26553 \series default
26554
26555 \begin_inset Index idx
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559 Commandes ! T ! 
26560 \backslash
26561 textcircled
26562 \end_layout
26563
26564 \end_inset
26565
26566  tous les nombres et toutes les lettres peuvent être mises dans un cercle,
26567  comme pour le symbole du copyright.
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \align center
26572 \begin_inset Tabular
26573 <lyxtabular version="3" rows="3" columns="2">
26574 <features rotate="0" tabularvalignment="middle">
26575 <column alignment="center" valignment="top">
26576 <column alignment="center" valignment="top">
26577 <row>
26578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 Commande
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591 Résultat
26592 \begin_inset Note Note
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596
26597 \series bold
26598
26599 \backslash
26600 raisebox
26601 \series default
26602  est seulement utilisée pour faire de la place
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 <row>
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618
26619 \backslash
26620 textcircled{w}
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26626 \begin_inset Text
26627
26628 \begin_layout Plain Layout
26629 \begin_inset ERT
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633
26634
26635 \backslash
26636 textcircled{w}
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \end_inset
26645 </cell>
26646 </row>
26647 <row>
26648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26649 \begin_inset Text
26650
26651 \begin_layout Plain Layout
26652
26653 \backslash
26654 Large 
26655 \backslash
26656 textcircled{
26657 \backslash
26658 normalsize
26659 \backslash
26660 protect
26661 \backslash
26662 raisebox{-1.5pt}{W}}
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 \begin_inset Formula $\raisebox{4.5mm}{}$
26672 \end_inset
26673
26674
26675 \begin_inset ERT
26676 status collapsed
26677
26678 \begin_layout Plain Layout
26679
26680
26681 \backslash
26682 Large 
26683 \backslash
26684 textcircled{
26685 \backslash
26686 normalsize
26687 \backslash
26688 protect
26689 \backslash
26690 raisebox{-1.5pt}W}
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \begin_inset Formula $\raisebox{-2mm}{}$
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 </row>
26705 </lyxtabular>
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \begin_layout Standard
26713 On doit faire attentions à ce que le caractère tienne dans le cercle.
26714  
26715 \series bold
26716
26717 \backslash
26718 Large
26719 \series default
26720
26721 \begin_inset Foot
26722 status collapsed
26723
26724 \begin_layout Plain Layout
26725 voir 
26726 \begin_inset CommandInset ref
26727 LatexCommand ref
26728 reference "sub:Tailles-polices"
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \end_inset
26736
26737  donne ici la taille du cercle.
26738  On peut centrer le caractère avec l'aide de la commande  
26739 \series bold
26740
26741 \backslash
26742 raisebox
26743 \series default
26744
26745 \begin_inset Foot
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 voir 
26750 \begin_inset CommandInset ref
26751 LatexCommand ref
26752 reference "sub:Boîtes-sans-cadre"
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \end_inset
26760
26761  .
26762 \end_layout
26763
26764 \begin_layout Subsection
26765 Nombres en minuscules
26766 \begin_inset Index idx
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770 Minuscules pour les nombres
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \end_layout
26777
26778 \begin_layout Standard
26779 Les nombres en minuscule sont créés avec la commande 
26780 \series bold
26781
26782 \backslash
26783 oldstylenums
26784 \series default
26785
26786 \begin_inset Index idx
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790 Commandes ! O ! 
26791 \backslash
26792 oldstylenums
26793 \end_layout
26794
26795 \end_inset
26796
26797 .
26798  Cette commande peut être utilisée dans des formules et aussi en mode TeX.
26799  La syntaxe de la commande est:
26800 \end_layout
26801
26802 \begin_layout Standard
26803
26804 \series bold
26805
26806 \backslash
26807 oldstylenums{nombre}
26808 \end_layout
26809
26810 \begin_layout Standard
26811 La commande 
26812 \series bold
26813
26814 \backslash
26815 oldstylenums{0123456789
26816 \series default
26817  donne: 
26818 \begin_inset Formula $\oldstylenums{0123456789}$
26819 \end_inset
26820
26821
26822 \end_layout
26823
26824 \begin_layout Section
26825 Styles de formules
26826 \begin_inset CommandInset label
26827 LatexCommand label
26828 name "sec:Styles-de-formules"
26829
26830 \end_inset
26831
26832
26833 \begin_inset Index idx
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837 Formules ! styles
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \begin_layout Itemize
26846 Il y a deux styles d'alignements différents:
26847 \end_layout
26848
26849 \begin_deeper
26850 \begin_layout Description
26851 Centré est le standard prédéfini
26852 \end_layout
26853
26854 \begin_layout Description
26855 Indenté pour ce style, l'option 
26856 \series bold
26857 fleqn
26858 \series default
26859  doit être insérée dans la fenêtre de dialogue 
26860 \family sans
26861 Document\SpecialChar \menuseparator
26862 Paramètres
26863 \family default
26864  dans la rubrique 
26865 \family sans
26866 Classe
26867 \begin_inset space ~
26868 \end_inset
26869
26870 de
26871 \begin_inset space ~
26872 \end_inset
26873
26874 Document
26875 \end_layout
26876
26877 \begin_layout Standard
26878 Quand on utilise 
26879 \series bold
26880 Indenté
26881 \series default
26882 , la profondeur de l'indentation peut être ajustée en modifiant la longueur
26883  
26884 \series bold
26885
26886 \backslash
26887 mathindent
26888 \series default
26889
26890 \begin_inset Index idx
26891 status collapsed
26892
26893 \begin_layout Plain Layout
26894 Commandes ! M ! 
26895 \backslash
26896 mathindent
26897 \end_layout
26898
26899 \end_inset
26900
26901 .
26902  Par exemple, pour une distance de 15
26903 \begin_inset space \thinspace{}
26904 \end_inset
26905
26906 mm, on insère la ligne de commande suivante dans le préambule LaTeX
26907 \end_layout
26908
26909 \begin_layout Standard
26910
26911 \series bold
26912
26913 \backslash
26914 setlength{
26915 \backslash
26916 mathindent}{15mm}
26917 \end_layout
26918
26919 \begin_layout Standard
26920 Si on ne spécifie pas de distance, la valeur prédéfinie de 30
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924 pt est utilisée.
26925 \end_layout
26926
26927 \end_deeper
26928 \begin_layout Itemize
26929 Et deux styles différents de numérotation:
26930 \end_layout
26931
26932 \begin_deeper
26933 \begin_layout Description
26934 Droite est le standard prédéfini
26935 \end_layout
26936
26937 \begin_layout Description
26938 Gauche pour ce style, l'option 
26939 \series bold
26940 leqno
26941 \series default
26942  doit être insérée dans la fenêtre de dialogue 
26943 \family sans
26944 Document\SpecialChar \menuseparator
26945 Paramètres
26946 \family default
26947  dans la rubrique 
26948 \family sans
26949 Classe
26950 \begin_inset space ~
26951 \end_inset
26952
26953 de
26954 \begin_inset space ~
26955 \end_inset
26956
26957 Document
26958 \end_layout
26959
26960 \end_deeper
26961 \begin_layout Standard
26962
26963 \series bold
26964 fleqn
26965 \series default
26966  et 
26967 \series bold
26968 leqno
26969 \series default
26970  peuvent être utilisés ensembles.
26971  Dans ce cas les deux options sont insérées, séparées par une virgule.
26972 \end_layout
26973
26974 \begin_layout Standard
26975 Les styles choisis sont utilisés par toutes les formules du document.
26976  Quand il faut créer à la fois des formules centrées et des formules alignées,
26977  on utilise le style 
26978 \series bold
26979 Centré
26980 \series default
26981 .
26982  Les formules indentées sont alors placées dans un environnement 
26983 \series bold
26984 falign, 
26985 \series default
26986 voir 
26987 \begin_inset CommandInset ref
26988 LatexCommand ref
26989 reference "sub:Environnement-Flalign"
26990
26991 \end_inset
26992
26993 .
26994 \end_layout
26995
26996 \begin_layout Section
26997 Formules multi-lignes
26998 \begin_inset CommandInset label
26999 LatexCommand label
27000 name "sec:Formules-multi-lignes"
27001
27002 \end_inset
27003
27004
27005 \begin_inset Index idx
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 Formules ! multi-lignes
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Subsection
27018 Généralités
27019 \end_layout
27020
27021 \begin_layout Standard
27022 Dans LyX, on crée les formules multi-lignes en appuyant sur 
27023 \family sans
27024 Ctrl+Entrée
27025 \family default
27026  à l'intérieur d'une formule.
27027  Cela crée soit un environnement 
27028 \series bold
27029 equnarray 
27030 \series default
27031 qui est décrit dans
27032 \begin_inset space ~
27033 \end_inset
27034
27035
27036 \begin_inset CommandInset ref
27037 LatexCommand ref
27038 reference "sub:Environnement-eqnarray"
27039
27040 \end_inset
27041
27042  
27043 \series bold
27044 ,
27045 \series default
27046  soit dans le cas où l'option 
27047 \family sans
27048 Utilise le paquetage math AMS
27049 \family default
27050  est activé dans les préférences du document, un environnement 
27051 \series bold
27052 align 
27053 \series default
27054 qui est décrit dans 
27055 \begin_inset CommandInset ref
27056 LatexCommand ref
27057 reference "sub:Environnement-align-standard"
27058
27059 \end_inset
27060
27061 .
27062  L'environnement
27063 \series bold
27064  align
27065 \series default
27066  est recommandé car il produit une sortie typographiquement correcte dans
27067  tous les cas.
27068 \end_layout
27069
27070 \begin_layout Standard
27071 Il y a d'autres environnement de formules multi-lignes qui peuvent être
27072  créés en passant par le menu 
27073 \family sans
27074 Insertion\SpecialChar \menuseparator
27075 Math
27076 \family default
27077 .
27078  Ces environnements sont décrits dans les sections qui suivent.
27079 \end_layout
27080
27081 \begin_layout Standard
27082 Dans tous les environnements de formules multi-ligne, une nouvelle ligne
27083  est créée en appuyant sur 
27084 \family sans
27085 Ctrl+Entrée
27086 \family default
27087 .
27088  Pour ajouter ou supprimer des lignes, on peut utiliser respectivement les
27089  boutons 
27090 \begin_inset Graphics
27091         filename ../../images/tabular-feature_append-row.png
27092         scale 85
27093
27094 \end_inset
27095
27096  ou 
27097 \begin_inset Graphics
27098         filename ../../images/tabular-feature_delete-row.png
27099         scale 85
27100
27101 \end_inset
27102
27103  de la barre d'outils mathématique ou bien le menu 
27104 \family sans
27105 Édition\SpecialChar \menuseparator
27106 Lignes
27107 \begin_inset space \thinspace{}
27108 \end_inset
27109
27110 &
27111 \begin_inset space \thinspace{}
27112 \end_inset
27113
27114 Colonnes
27115 \family default
27116 .
27117 \end_layout
27118
27119 \begin_layout Subsubsection
27120 Séparation des lignes
27121 \begin_inset CommandInset label
27122 LatexCommand label
27123 name "sub:Séparation-des-lignes"
27124
27125 \end_inset
27126
27127
27128 \begin_inset Index idx
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132 Formules ! multi-lignes ! Séparation des lignes
27133 \end_layout
27134
27135 \end_inset
27136
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 Il n'y a parfois pas assez d'espace entre les lignes d'une formule multi-lignes:
27142 \begin_inset Formula 
27143 \begin{eqnarray*}
27144 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}\\
27145 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
27146 \end{eqnarray*}
27147
27148 \end_inset
27149
27150
27151 \end_layout
27152
27153 \begin_layout Standard
27154 En LaTeX l'espacement supplémentaire entre deux lignes est spécifié en tant
27155  qu'argument optionnel de la commande de saut de ligne.
27156  Ce n'est pas encore possible avec LyX
27157 \begin_inset Foot
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161 voir 
27162 \begin_inset CommandInset href
27163 LatexCommand href
27164 name "LyX-bug #1505"
27165 target "http://www.lyx.org/trac/ticket/1505"
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \end_inset
27173
27174 , ce qui fait que la totalité de la formule doit être insérée en mode TeX.
27175  Pour ajouter de l'espace dans notre exemple, on insère la commande 
27176 \series bold
27177
27178 \backslash
27179
27180 \backslash
27181 [3mm]
27182 \series default
27183  à la fin de la première ligne et on obtient: 
27184 \begin_inset ERT
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188
27189
27190 \backslash
27191 begin{eqnarray*}
27192 \end_layout
27193
27194 \begin_layout Plain Layout
27195
27196 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27197  = & 
27198 \backslash
27199 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27200 \backslash
27201
27202 \backslash
27203 [3mm]
27204 \end_layout
27205
27206 \begin_layout Plain Layout
27207
27208 4x^{2}
27209 \backslash
27210 left(B^{2}+x_{0}^{2}
27211 \backslash
27212 right)+4x_{0}x
27213 \backslash
27214 left(D-B^{2}
27215 \backslash
27216 right)+B^{2}
27217 \backslash
27218 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27219 \backslash
27220 right) & = & 0
27221 \end_layout
27222
27223 \begin_layout Plain Layout
27224
27225
27226 \backslash
27227 end{eqnarray*}
27228 \end_layout
27229
27230 \end_inset
27231
27232
27233 \end_layout
27234
27235 \begin_layout Standard
27236 \begin_inset VSpace bigskip
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Standard
27243 Pour modifier l'interligne pour toutes les lignes d'une formule, on doit
27244  changer la valeur de la longueur 
27245 \series bold
27246
27247 \backslash
27248 jot
27249 \series default
27250
27251 \begin_inset Index idx
27252 status collapsed
27253
27254 \begin_layout Plain Layout
27255 Commandes ! J ! 
27256 \backslash
27257 jot
27258 \begin_inset ERT
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262
27263
27264 \backslash
27265 vspace{4mm}
27266 \end_layout
27267
27268 \end_inset
27269
27270
27271 \end_layout
27272
27273 \end_inset
27274
27275 .
27276  La définition est : 
27277 \begin_inset Formula $\mathrm{interligne}=6\,\mathrm{pt}+\backslash\mathrm{jot}$
27278 \end_inset
27279
27280 .
27281  La valeur prédéfinie de 
27282 \series bold
27283
27284 \backslash
27285 jot 
27286 \series default
27287 est de 3
27288 \begin_inset space \thinspace{}
27289 \end_inset
27290
27291 pt.
27292  Pour créer un interligne supplémentaire de 3
27293 \begin_inset space \thinspace{}
27294 \end_inset
27295
27296 mm, comme dans l'exemple précédent, on insère la commande 
27297 \end_layout
27298
27299 \begin_layout Standard
27300
27301 \series bold
27302
27303 \backslash
27304 setlength{
27305 \backslash
27306 jot}{3mm+3pt}
27307 \end_layout
27308
27309 \begin_layout Standard
27310 en Code TeX avant la formule.
27311  Cela exige que le paquetage LaTeX 
27312 \series bold
27313 calc
27314 \begin_inset Foot
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318
27319 \series bold
27320 calc 
27321 \series default
27322 fait partie de toutes les distributions standard de LaTeX.
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \series default
27329
27330 \begin_inset Index idx
27331 status collapsed
27332
27333 \begin_layout Plain Layout
27334 Paquetages ! calc
27335 \end_layout
27336
27337 \end_inset
27338
27339  ait été chargé dans le préambule LaTeX avec la ligne
27340 \end_layout
27341
27342 \begin_layout Standard
27343
27344 \series bold
27345
27346 \backslash
27347 usepackage{calc}
27348 \end_layout
27349
27350 \begin_layout Standard
27351 On obtient alors: 
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 setlength{
27360 \backslash
27361 jot}{3mm+3pt}
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \begin_inset Formula 
27368 \begin{eqnarray*}
27369 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}\\
27370 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
27371 \end{eqnarray*}
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Standard
27379 \begin_inset ERT
27380 status collapsed
27381
27382 \begin_layout Plain Layout
27383
27384
27385 \backslash
27386 setlength{
27387 \backslash
27388 jot}{3pt}
27389 \end_layout
27390
27391 \end_inset
27392
27393  Pour revenir à l'espacement implicite, on remet la valeur de 
27394 \series bold
27395
27396 \backslash
27397 jot
27398 \series default
27399  à 3
27400 \begin_inset space \thinspace{}
27401 \end_inset
27402
27403 pt.
27404 \end_layout
27405
27406 \begin_layout Subsubsection
27407 Séparation des colonnes
27408 \begin_inset CommandInset label
27409 LatexCommand label
27410 name "sub:Séparation-des-colonnes"
27411
27412 \end_inset
27413
27414
27415 \begin_inset Index idx
27416 status collapsed
27417
27418 \begin_layout Plain Layout
27419 Formules ! multi-lignes ! Séparation des colonnes
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 Les formules multi-lignes forment une matrice.
27429  Une formule dans un environnement eqnarray est par exemple une matrice
27430  à trois colonnes.
27431  En changeant l'espacement des colonnes de cet environnement, on peut modifier
27432  l'espace à côté du symbole de relation.
27433 \end_layout
27434
27435 \begin_layout Standard
27436 L'espacement des colonnes est spécifié avec la longueur 
27437 \series bold
27438
27439 \backslash
27440 arraycolsep
27441 \series default
27442
27443 \begin_inset Index idx
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447 Commandes ! A ! 
27448 \backslash
27449 arraycolsep
27450 \end_layout
27451
27452 \end_inset
27453
27454  selon la relation:
27455 \begin_inset Newline newline
27456 \end_inset
27457
27458 séparation des colonnes = 2
27459 \begin_inset space \thinspace{}
27460 \end_inset
27461
27462
27463 \series bold
27464
27465 \backslash
27466 arraycolsep
27467 \series default
27468
27469 \begin_inset Newline newline
27470 \end_inset
27471
27472 Donc, la commande
27473 \end_layout
27474
27475 \begin_layout Standard
27476
27477 \series bold
27478
27479 \backslash
27480 setlength{
27481 \backslash
27482 arraycolsep}{1cm}
27483 \end_layout
27484
27485 \begin_layout Standard
27486 insérée en mode TeX, met pour toutes les formules qui la suivent, l'espacement
27487  des colonnes à 2
27488 \begin_inset space \thinspace{}
27489 \end_inset
27490
27491 cm.
27492  Pour revenir à la valeur implicite, on met 
27493 \series bold
27494
27495 \backslash
27496 arraycolsep
27497 \series default
27498  à 5
27499 \begin_inset space \thinspace{}
27500 \end_inset
27501
27502 pt.
27503 \end_layout
27504
27505 \begin_layout Standard
27506 Une formule avec des colonnes séparées de 2
27507 \begin_inset space \thinspace{}
27508 \end_inset
27509
27510 cm:
27511 \begin_inset ERT
27512 status collapsed
27513
27514 \begin_layout Plain Layout
27515
27516
27517 \backslash
27518 setlength{
27519 \backslash
27520 arraycolsep}{1cm}
27521 \end_layout
27522
27523 \end_inset
27524
27525
27526 \begin_inset Formula 
27527 \begin{eqnarray*}
27528 A & = & B\\
27529 C & \ne & A
27530 \end{eqnarray*}
27531
27532 \end_inset
27533
27534 Une formule avec la séparation de colonne prédéfinie de 10
27535 \begin_inset space \thinspace{}
27536 \end_inset
27537
27538 pt:
27539 \begin_inset ERT
27540 status collapsed
27541
27542 \begin_layout Plain Layout
27543
27544
27545 \backslash
27546 setlength{
27547 \backslash
27548 arraycolsep}{5pt}
27549 \end_layout
27550
27551 \end_inset
27552
27553
27554 \begin_inset Formula 
27555 \begin{eqnarray*}
27556 A & = & B\\
27557 C & \ne & A
27558 \end{eqnarray*}
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \begin_layout Standard
27566 \begin_inset Newpage newpage
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Subsubsection
27573 Formules longues
27574 \begin_inset Index idx
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 Formules ! longues
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 Les formules longues peuvent être mises en forme en utilisant une de ces
27588  méthodes:
27589 \end_layout
27590
27591 \begin_layout Itemize
27592 Quand un des membres de l'équation est beaucoup plus court que la largeur
27593  de la ligne, c'est lui qui est choisi comme membre de gauche et le membre
27594  de droite est écrit sur deux lignes: 
27595 \begin_inset Formula 
27596 \begin{eqnarray}
27597 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 \\
27598  &  & -\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}
27599 \end{eqnarray}
27600
27601 \end_inset
27602
27603 Le signe moins au début de la deuxième ligne n'apparaît normalement pas
27604  comme un opérateur puisqu'il est le premier caractère de la ligne.
27605  À cause de cela, il ne devrait pas être entouré d'espace ce qui le rendrait
27606  difficile à distinguer de la barre de fraction.
27607  Pour éviter cela, une espace de 3
27608 \begin_inset space \thinspace{}
27609 \end_inset
27610
27611 pt a été insérée après les signe moins avec la commande 
27612 \series bold
27613
27614 \backslash
27615 hspace
27616 \series default
27617 .
27618 \begin_inset Foot
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 plus au sujet de la commande 
27623 \series bold
27624
27625 \backslash
27626 hspace
27627 \series default
27628 , voir 
27629 \begin_inset CommandInset ref
27630 LatexCommand ref
27631 reference "sub:Espace-variable"
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \begin_inset Index idx
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 Commandes ! H ! 
27646 \backslash
27647 hspace
27648 \end_layout
27649
27650 \end_inset
27651
27652
27653 \end_layout
27654
27655 \begin_layout Itemize
27656 Quand les deux membre de l'équation sont trop longs, on utilise la commande
27657  
27658 \series bold
27659
27660 \backslash
27661 lefteqn
27662 \series default
27663
27664 \begin_inset Index idx
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668 Commandes ! L ! 
27669 \backslash
27670 lefteqn
27671 \end_layout
27672
27673 \end_inset
27674
27675 .
27676  Elle est insérée dans la première colonne de la première ligne et a comme
27677  effet que tout ce qui sera inséré après va recouvrir les colonnes qui suivent:
27678 \begin_inset Formula 
27679 \begin{eqnarray}
27680 \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 \\
27681  &  & -\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 \\
27682  &  & =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}
27683 \end{eqnarray}
27684
27685 \end_inset
27686
27687 Après l'insertion de la commande 
27688 \series bold
27689
27690 \backslash
27691 lefteqn
27692 \series default
27693 , le curseur se trouve dans une boîte violette qui est légèrement décalée
27694  vers la gauche par rapport à la boîte bleue.
27695  C'est dans cette dernière que l'on insère la formule.
27696 \begin_inset Newline newline
27697 \end_inset
27698
27699 Le contenu des lignes suivantes est inséré dans la deuxième colonne ou dans
27700  celles d'après.
27701  Plus le numéro de la colonne sera élevé, plus l'indentation sera importante.
27702 \begin_inset VSpace medskip
27703 \end_inset
27704
27705
27706 \begin_inset Newline newline
27707 \end_inset
27708
27709
27710 \begin_inset Note Greyedout
27711 status open
27712
27713 \begin_layout Plain Layout
27714 Notez les points suivants quand vous utilisez 
27715 \series bold
27716
27717 \backslash
27718 lefteqn
27719 \series default
27720 :
27721 \end_layout
27722
27723 \begin_layout Itemize
27724 La formule n'utilise pas la totalité de la largeur de la page.
27725  Quand par exemple on a ajouté le terme 
27726 \begin_inset Formula $-B^{2}$
27727 \end_inset
27728
27729  à la première ligne de l'exemple ci-dessus, il aurait dû être en dehors
27730  de la marge.
27731  Pour mieux utiliser la largeur disponible, on peut insérer un espacement
27732  négatif en début de la première ligne.
27733 \end_layout
27734
27735 \begin_layout Itemize
27736 À cause d'un bug dans LyX le curseur ne peut pas être positionné sur la
27737  première ligne avec la souris
27738 \begin_inset Foot
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742 \begin_inset CommandInset href
27743 LatexCommand href
27744 name "LyX-bug #1429"
27745 target "http://www.lyx.org/trac/ticket/1429"
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \end_inset
27753
27754 .
27755  On peut seulement placer le curseur au début de la ligne et ensuite le
27756  déplacer avec les flèches du clavier.
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Itemize
27765 D'autres méthodes pour créer des formules longues sont offertes par les
27766  environnements décrits dans 
27767 \begin_inset CommandInset ref
27768 LatexCommand ref
27769 reference "sub:Environnement-Multline"
27770
27771 \end_inset
27772
27773  et 
27774 \begin_inset CommandInset ref
27775 LatexCommand ref
27776 reference "sub:Portions-de-formules-en-multiligne"
27777
27778 \end_inset
27779
27780 .
27781 \end_layout
27782
27783 \begin_layout Subsubsection
27784 Crochets sur plusieurs lignes
27785 \begin_inset CommandInset label
27786 LatexCommand label
27787 name "sub:Crochets-multilignes"
27788
27789 \end_inset
27790
27791
27792 \begin_inset Index idx
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796 Crochets ! pour expressions multi-lignes
27797 \end_layout
27798
27799 \end_inset
27800
27801
27802 \end_layout
27803
27804 \begin_layout Standard
27805 Pour des parenthèses ou des crochets entourant des expressions réparties
27806  sur plusieurs lignes, on rencontre le problème suivant:
27807 \begin_inset Formula 
27808 \begin{eqnarray*}
27809 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27810  &  & \left.\cdots+B-D\right]
27811 \end{eqnarray*}
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Standard
27819 Le crochet de fermeture est plus petit que celui d'ouverture parce que les
27820  crochets à taille variable ne peuvent pas couvrir plusieurs lignes.
27821 \end_layout
27822
27823 \begin_layout Standard
27824 Pour donner la bonne taille au crochet de la deuxième ligne, la première
27825  ligne doit se terminer par la commande 
27826 \series bold
27827
27828 \backslash
27829 right.
27830 \series default
27831
27832 \begin_inset Index idx
27833 status collapsed
27834
27835 \begin_layout Plain Layout
27836 Commandes ! R ! 
27837 \backslash
27838 right
27839 \end_layout
27840
27841 \end_inset
27842
27843  et la seconde commencer par 
27844 \series bold
27845
27846 \backslash
27847 left.
27848 \begin_inset Foot
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852 pour plus au sujet des commandes 
27853 \series bold
27854
27855 \backslash
27856 left
27857 \series default
27858  et 
27859 \series bold
27860
27861 \backslash
27862 right
27863 \series default
27864  voir 
27865 \begin_inset CommandInset ref
27866 LatexCommand ref
27867 reference "sub:Taille-parenthèses-automatique"
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \series default
27878
27879 \begin_inset Index idx
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883 Commandes ! L ! 
27884 \backslash
27885 left
27886 \end_layout
27887
27888 \end_inset
27889
27890 .
27891  Après le 
27892 \series bold
27893
27894 \backslash
27895 left.
27896
27897 \series default
27898  on insère la commande 
27899 \series bold
27900
27901 \backslash
27902 vphantom
27903 \series default
27904
27905 \begin_inset space \textvisiblespace{}
27906 \end_inset
27907
27908
27909 \series bold
27910
27911 \backslash
27912 prod
27913 \series default
27914 ^
27915 \begin_inset space \textvisiblespace{}
27916 \end_inset
27917
27918
27919 \series bold
27920
27921 \backslash
27922 infty
27923 \series default
27924
27925 \begin_inset space \textvisiblespace{}
27926 \end_inset
27927
27928
27929 \series bold
27930
27931 \begin_inset Formula $\downarrow$
27932 \end_inset
27933
27934 _R=1}
27935 \series default
27936
27937 \begin_inset Index idx
27938 status collapsed
27939
27940 \begin_layout Plain Layout
27941 Commandes ! V ! 
27942 \backslash
27943 vphantom
27944 \end_layout
27945
27946 \end_inset
27947
27948  , puisque l'opérateur produit avec ses limites est le symbole le plus grand
27949  de la première ligne, c'est donc lui qui doit imposer la taille du crochet
27950  de la deuxième ligne.
27951 \end_layout
27952
27953 \begin_layout Standard
27954 On obtient ceci:
27955 \end_layout
27956
27957 \begin_layout Standard
27958 \begin_inset Formula 
27959 \begin{eqnarray*}
27960 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27961  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27962 \end{eqnarray*}
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \begin_layout Subsection
27970 Les environnements align 
27971 \end_layout
27972
27973 \begin_layout Standard
27974 Les environnements align peuvent être utilisés pour tous les cas de formules
27975  multi-lignes.
27976  Ils sont particulièrement utiles pour positionner plusieurs formules côte-à-côt
27977 e.
27978 \end_layout
27979
27980 \begin_layout Standard
27981 Les environnement Align sont composés de colonnes.
27982  Les colonnes impaires sont alignées à gauche alors que les colonnes paires
27983  sont alignées à droite.
27984  Chaque ligne d'un environnement Align peut être numérotée.
27985 \end_layout
27986
27987 \begin_layout Standard
27988 Les environnement Align sont créés avec le menu 
27989 \family sans
27990 Insertion\SpecialChar \menuseparator
27991 Math
27992 \family default
27993 .
27994  Avec le menu 
27995 \family sans
27996 Édition\SpecialChar \menuseparator
27997 Math\SpecialChar \menuseparator
27998 Change le type de formule
27999 \family default
28000  on peut convertir des formules existantes en environnement Align.
28001 \end_layout
28002
28003 \begin_layout Standard
28004 Pour ajouter ou supprimer des colonnes, on peut utiliser soit les boutons
28005  
28006 \begin_inset Graphics
28007         filename ../../images/tabular-feature_append-column.png
28008         scale 85
28009
28010 \end_inset
28011
28012  ou 
28013 \begin_inset Graphics
28014         filename ../../images/tabular-feature_delete-column.png
28015         scale 85
28016
28017 \end_inset
28018
28019 , respectivement, soit le menu 
28020 \family sans
28021 Édition\SpecialChar \menuseparator
28022 Lignes & colonnes
28023 \family default
28024 .
28025 \end_layout
28026
28027 \begin_layout Subsubsection
28028 L'environnement align standard
28029 \begin_inset CommandInset label
28030 LatexCommand label
28031 name "sub:Environnement-align-standard"
28032
28033 \end_inset
28034
28035
28036 \begin_inset Index idx
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 Formules ! multi-lignes ! environnement align
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Standard
28049 Cet environnement align est créé en appuyant sur 
28050 \family sans
28051 Ctrl+Entrée
28052 \family default
28053  dans une formule ou en utilisant le menu 
28054 \family sans
28055 Insertion\SpecialChar \menuseparator
28056 Math\SpecialChar \menuseparator
28057 Environnement
28058 \begin_inset space ~
28059 \end_inset
28060
28061 AMS
28062 \begin_inset space ~
28063 \end_inset
28064
28065 align
28066 \family default
28067 .
28068 \end_layout
28069
28070 \begin_layout Standard
28071 Un exemple avec deux formules mises côte-à-côte, créé avec un environnement
28072  align à quatre colonnes:
28073 \begin_inset Formula 
28074 \begin{align*}
28075 A & =\sin(B) & C & =D\\
28076 C & \ne A & B & \ne D
28077 \end{align*}
28078
28079 \end_inset
28080
28081 Comme on peut le voir, dans cet environnement les formules sont placées
28082  comme s'il y avait un 
28083 \series bold
28084
28085 \backslash
28086 hfill
28087 \begin_inset Foot
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091 pour plus d'information au sujet de 
28092 \series bold
28093
28094 \backslash
28095 hfill
28096 \series default
28097  voir 
28098 \begin_inset CommandInset ref
28099 LatexCommand ref
28100 reference "sub:Espace-variable"
28101
28102 \end_inset
28103
28104
28105 \end_layout
28106
28107 \end_inset
28108
28109
28110 \series default
28111  avant la première colonne et après chaque colonne paire.
28112  Quand on utilise le style 
28113 \series bold
28114 Indenté
28115 \begin_inset Foot
28116 status collapsed
28117
28118 \begin_layout Plain Layout
28119 pour les styles de formules, voir 
28120 \begin_inset CommandInset ref
28121 LatexCommand ref
28122 reference "sec:Styles-de-formules"
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \end_inset
28130
28131  
28132 \series default
28133 la formule est écrite sans le 
28134 \series bold
28135
28136 \backslash
28137 hfill
28138 \series default
28139  avant la première colonne.
28140 \end_layout
28141
28142 \begin_layout Subsubsection
28143 L'environnement alignat
28144 \begin_inset Index idx
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148 Formules ! multi-lignes ! environnement alignat
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \end_layout
28155
28156 \begin_layout Standard
28157 L'environnement alignat n'a pas d'espacement de colonne prédéfini.
28158  Il peut être inséré manuellement avec les espaces qui sont décrits en 
28159 \begin_inset CommandInset ref
28160 LatexCommand ref
28161 reference "sub:Espace"
28162
28163 \end_inset
28164
28165 .
28166 \end_layout
28167
28168 \begin_layout Standard
28169 Voici l'exemple précédent dans un environnement alignat où on a inséré une
28170  espace de 1
28171 \begin_inset space \thinspace{}
28172 \end_inset
28173
28174 cm au début de la deuxième formule:
28175 \begin_inset Formula 
28176 \begin{alignat*}{2}
28177 A & =\sin(B) & \hspace{1cm}C & =D\\
28178 C & \ne A & B & \ne D
28179 \end{alignat*}
28180
28181 \end_inset
28182
28183 Puisque l'espacement des colonnes peut être choisi séparément pour chaque
28184  colonne, cet environnement est particulièrement adapté aux cas où on a
28185  trois colonnes ou plus côte-à-côte.
28186  
28187 \end_layout
28188
28189 \begin_layout Standard
28190 \begin_inset Newpage newpage
28191 \end_inset
28192
28193
28194 \end_layout
28195
28196 \begin_layout Subsubsection
28197 Environnement flalign
28198 \begin_inset CommandInset label
28199 LatexCommand label
28200 name "sub:Environnement-Flalign"
28201
28202 \end_inset
28203
28204
28205 \begin_inset Index idx
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 Formules ! multi-lignes ! environnement flalign
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Standard
28218 Dans cet environnement les deux premières colonnes sont placées le plus
28219  à gauche possible et les deux dernière le plus à droite possible.
28220  Un exemple:
28221 \begin_inset Formula 
28222 \begin{flalign*}
28223 A & =1 & B & =2 & C & =3\\
28224 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28225 \end{flalign*}
28226
28227 \end_inset
28228
28229
28230 \end_layout
28231
28232 \begin_layout Standard
28233 En créant un environnement flalign avec un nombre impair de colonnes et
28234  en insérant des accolades TeX vides dans la dernière colonne, plusieurs
28235  formules d'un document peuvent être mises à gauche, bien que le style de
28236  formules 
28237 \series bold
28238 Centré 
28239 \series default
28240 soit utilisé.
28241  Comme exemple la formule 
28242 \begin_inset CommandInset ref
28243 LatexCommand eqref
28244 reference "eq:VolInt"
28245
28246 \end_inset
28247
28248  indentée:
28249 \begin_inset Formula 
28250 \begin{flalign}
28251 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28252 \end{flalign}
28253
28254 \end_inset
28255
28256 Les deux premières colonnes contiennent la formule.
28257  Pour l'indenter comme avec le style de formule 
28258 \series bold
28259 Indenté,
28260 \series default
28261  on a inséré une espace de 30
28262 \begin_inset space \thinspace{}
28263 \end_inset
28264
28265 pt au début de la première colonne.
28266 \end_layout
28267
28268 \begin_layout Subsection
28269 Environnement eqnarray
28270 \begin_inset CommandInset label
28271 LatexCommand label
28272 name "sub:Environnement-eqnarray"
28273
28274 \end_inset
28275
28276
28277 \begin_inset Index idx
28278 status collapsed
28279
28280 \begin_layout Plain Layout
28281 Formules ! multi-lignes ! environnement eqnarray
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \end_layout
28288
28289 \begin_layout Standard
28290 Quand on créé cet environnement, trois boîtes bleues apparaissent.
28291  Le contenu de la première boîte est aligné à droite, celui de la dernière
28292  est aligné à gauche.
28293  Le contenu de la boîte du milieu est centré et apparaît un peu plus petit,
28294  parce qu'il est prévu pour y mettre seulement des opérateurs de relation.
28295 \begin_inset Formula 
28296 \begin{eqnarray*}
28297 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28298 AB & AB & AB\\
28299 A & = & A
28300 \end{eqnarray*}
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Subsection
28308 Environnement gather
28309 \begin_inset Index idx
28310 status collapsed
28311
28312 \begin_layout Plain Layout
28313 Formules ! multi-lignes ! environnement gather
28314 \end_layout
28315
28316 \end_inset
28317
28318
28319 \end_layout
28320
28321 \begin_layout Standard
28322 Cet environnement consiste seulement en une colonne centrée.
28323  Chaque ligne peut être numérotée.
28324 \begin_inset Formula 
28325 \begin{gather}
28326 A=1\\
28327 X=\textrm{-}1
28328 \end{gather}
28329
28330 \end_inset
28331
28332
28333 \end_layout
28334
28335 \begin_layout Subsection
28336 Environnement multline
28337 \begin_inset CommandInset label
28338 LatexCommand label
28339 name "sub:Environnement-Multline"
28340
28341 \end_inset
28342
28343
28344 \begin_inset Index idx
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348 Formules ! multi-lignes ! environnement multline
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \end_layout
28355
28356 \begin_layout Standard
28357 L'environnement multline consiste, comme l'environnement gather en une seule
28358  colonne.
28359  Mais la première ligne est alignée à gauche, la dernière est alignée à
28360  droite et toutes les autres sont centrées.
28361  Cet environnement est donc particulièrement adapté aux formules très longues.
28362  Comme exemple, voici la formule 
28363 \begin_inset CommandInset ref
28364 LatexCommand eqref
28365 reference "eq:lefteqn"
28366
28367 \end_inset
28368
28369  dans un environnement multline:
28370 \begin_inset Formula 
28371 \begin{multline}
28372 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}\\
28373 -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}\\
28374 =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}}
28375 \end{multline}
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 Dans la sortie finale, seule la dernière ligne d'un environnement multline
28384  apparaît numérotée si le document est numéroté à droite, la première s'il
28385  est numéroté à gauche.
28386 \begin_inset Foot
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390 pour les styles de numérotation, voir 
28391 \begin_inset CommandInset ref
28392 LatexCommand ref
28393 reference "sec:Styles-de-formules"
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \begin_layout Standard
28406 Avec les commandes 
28407 \series bold
28408
28409 \backslash
28410 shoveright
28411 \series default
28412
28413 \begin_inset Index idx
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417 Commandes ! S ! 
28418 \backslash
28419 shoveright
28420 \end_layout
28421
28422 \end_inset
28423
28424  et 
28425 \series bold
28426
28427 \backslash
28428 shoveleft
28429 \series default
28430
28431 \begin_inset Index idx
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435 Commandes ! S ! 
28436 \backslash
28437 shoveleft
28438 \end_layout
28439
28440 \end_inset
28441
28442  une ligne centrée peut être alignée respectivement à droite ou à gauche.
28443  Les commandes sont utilisées de la façon suivante:
28444 \end_layout
28445
28446 \begin_layout Standard
28447
28448 \series bold
28449
28450 \backslash
28451 shoveright{contenu de la ligne}
28452 \series default
28453  et 
28454 \series bold
28455
28456 \backslash
28457 shoveleft{contenu de la ligne}
28458 \end_layout
28459
28460 \begin_layout Standard
28461 \begin_inset VSpace medskip
28462 \end_inset
28463
28464 La longueur 
28465 \series bold
28466
28467 \backslash
28468 multlinegap
28469 \series default
28470
28471 \begin_inset Index idx
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475 Commandes ! M ! 
28476 \backslash
28477 multlinegap
28478 \end_layout
28479
28480 \end_inset
28481
28482  précise la distance entre le début de la première ligne et la marge de
28483  gauche.
28484  La valeur prédéfinie est 0
28485 \begin_inset space \thinspace{}
28486 \end_inset
28487
28488 pt.
28489 \end_layout
28490
28491 \begin_layout Standard
28492 Comme exemple, la formule précédente en ajoutant avant en mode TeX
28493 \end_layout
28494
28495 \begin_layout Standard
28496
28497 \series bold
28498
28499 \backslash
28500 setlength{
28501 \backslash
28502 multlinegap}{2cm}
28503 \end_layout
28504
28505 \begin_layout Standard
28506 \begin_inset ERT
28507 status collapsed
28508
28509 \begin_layout Plain Layout
28510
28511
28512 \backslash
28513 setlength{
28514 \backslash
28515 multlinegap}{2cm}
28516 \end_layout
28517
28518 \end_inset
28519
28520
28521 \begin_inset Formula 
28522 \begin{multline}
28523 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}\\
28524 \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}}\\
28525 =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}}
28526 \end{multline}
28527
28528 \end_inset
28529
28530
28531 \begin_inset ERT
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535
28536
28537 \backslash
28538 setlength{
28539 \backslash
28540 multlinegap}{0pt}
28541 \end_layout
28542
28543 \end_inset
28544
28545 La deuxième ligne a été alignée à gauche en utilisant 
28546 \series bold
28547
28548 \backslash
28549 shoveleft
28550 \series default
28551 .
28552 \end_layout
28553
28554 \begin_layout Subsection
28555 Portions de formules en multi-ligne
28556 \begin_inset CommandInset label
28557 LatexCommand label
28558 name "sub:Portions-de-formules-en-multiligne"
28559
28560 \end_inset
28561
28562
28563 \begin_inset Index idx
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567 Formules ! multi-lignes ! portions de formules
28568 \end_layout
28569
28570 \end_inset
28571
28572
28573 \end_layout
28574
28575 \begin_layout Standard
28576 Pour afficher seulement une partie d'une formule avec plusieurs lignes,
28577  on peut utiliser l'un des environnements suivants: 
28578 \series bold
28579 aligned
28580 \series default
28581
28582 \series bold
28583 alignedat
28584 \series default
28585
28586 \series bold
28587 gathered
28588 \series default
28589  or 
28590 \series bold
28591 split
28592 \series default
28593 .
28594  Ils peuvent être insérés en utilisant le menu 
28595 \family sans
28596 Insertion\SpecialChar \menuseparator
28597 Math
28598 \family default
28599  ou en utilisant les commandes décrites dans cette section.
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Les trois premier ont les mêmes propriétés que les environnements de formules
28604  correspondants, à part le fait que l'on peut ajouter d'autres portions
28605  de formules après eux.
28606  Un exemple:
28607 \begin_inset Formula 
28608 \[
28609 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28610 \Delta E\Delta t & \ge\frac{\hbar}{2}
28611 \end{aligned}
28612 \right\} \textrm{Relations d'incertitude}
28613 \]
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 Pour obtenir cette formule, on crée une formule hors-ligne dans laquelle
28622  on insère la commande 
28623 \series bold
28624
28625 \backslash
28626 aligned
28627 \series default
28628
28629 \begin_inset Index idx
28630 status collapsed
28631
28632 \begin_layout Plain Layout
28633 Commandes ! A ! 
28634 \backslash
28635 aligned
28636 \end_layout
28637
28638 \end_inset
28639
28640 .
28641  Une boîte violette apparaît autour de la boîte de formule dans laquelle
28642  on peut ajouter des lignes et des colonnes.
28643  En dehors de l'environnement multiligne, on peut mettre d'autres portions
28644  de formules, comme des accolades.
28645 \end_layout
28646
28647 \begin_layout Standard
28648 L'environnement aligned est aussi utilisable pour de longues formules dont
28649  les lignes sont alignées horizontalement.
28650  Un avantage d'utiliser l'environnement aligned avec des formules hors-lignes
28651  est que le numéro des formules est centré verticalement après les formules.
28652  Un exemple, la formule
28653 \begin_inset CommandInset ref
28654 LatexCommand eqref
28655 reference "eq:courtlong"
28656
28657 \end_inset
28658
28659  dans l'environnement aligned:
28660 \begin_inset Formula 
28661 \begin{equation}
28662 \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}|}\\
28663  & -\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}|}
28664 \end{aligned}
28665 \end{equation}
28666
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \begin_layout Standard
28673 Pour utiliser les environnements 
28674 \series bold
28675 alignedat
28676 \series default
28677
28678 \series bold
28679 gathered
28680 \series default
28681 , ou 
28682 \series bold
28683 split
28684 \series default
28685 , on doit insérer respectivement, les commandes 
28686 \series bold
28687
28688 \backslash
28689 alignedat
28690 \series default
28691 ,
28692 \begin_inset Index idx
28693 status collapsed
28694
28695 \begin_layout Plain Layout
28696 Commandes ! A ! 
28697 \backslash
28698 alignedat
28699 \end_layout
28700
28701 \end_inset
28702
28703  
28704 \series bold
28705
28706 \backslash
28707 gathered
28708 \series default
28709
28710 \begin_inset Index idx
28711 status collapsed
28712
28713 \begin_layout Plain Layout
28714 Commandes ! G ! 
28715 \backslash
28716 gathered
28717 \end_layout
28718
28719 \end_inset
28720
28721 , ou 
28722 \series bold
28723
28724 \backslash
28725 split
28726 \series default
28727
28728 \begin_inset Index idx
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 Commandes ! S ! 
28733 \backslash
28734 split
28735 \end_layout
28736
28737 \end_inset
28738
28739 .
28740  L'environnement split a les mêmes propriétés que l'environnement aligned,
28741  mais il ne peut avoir que deux colonnes.
28742 \end_layout
28743
28744 \begin_layout Subsection
28745 Texte dans les formules multi-lignes
28746 \begin_inset CommandInset label
28747 LatexCommand label
28748 name "sub:Texte-dans-multi-lignes"
28749
28750 \end_inset
28751
28752
28753 \begin_inset Index idx
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757 Texte ! dans les formules
28758 \end_layout
28759
28760 \end_inset
28761
28762
28763 \begin_inset Index idx
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767 Formules ! multi-lignes ! texte
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \end_layout
28774
28775 \begin_layout Standard
28776 Dans les environnements align, multline et gather, on peut insérer du texte
28777  qui apparaîtra sur une ligne séparée et donc, n'affectera pas l'alignement
28778  des colonnes.
28779  Pour faire cela, on utilise la commande 
28780 \series bold
28781
28782 \backslash
28783 intertext
28784 \series default
28785
28786 \begin_inset Index idx
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790 Commandes ! I ! 
28791 \backslash
28792 intertext
28793 \end_layout
28794
28795 \end_inset
28796
28797  avec la syntaxe suivante:
28798 \end_layout
28799
28800 \begin_layout Standard
28801
28802 \series bold
28803
28804 \backslash
28805 intertext{texte}
28806 \end_layout
28807
28808 \begin_layout Standard
28809 Le texte ne doit pas être plus long qu'une ligne puisqu'il ne pourra pas
28810  subir de césure.
28811  Comme LyX ne supporte pas directement 
28812 \series bold
28813
28814 \backslash
28815 intertext
28816 \series default
28817 , le texte doit être écrit comme du texte mathématique.
28818  Le texte inséré avec 
28819 \series bold
28820
28821 \backslash
28822 intertext
28823 \series default
28824  doit être au début d'une ligne pour se trouver dans la sortie final au
28825  dessus de celle-ci.
28826  Un exemple où le texte a été inséré au début de la deuxième ligne:
28827 \begin_inset Formula 
28828 \begin{align}
28829 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28830 \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
28831 \end{align}
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Section
28839 Numérotation des formules
28840 \begin_inset Index idx
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844 Numérotation des formules
28845 \end_layout
28846
28847 \end_inset
28848
28849
28850 \begin_inset Index idx
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854 Formules ! numérotation|see
28855 \begin_inset ERT
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859
28860 {
28861 \end_layout
28862
28863 \end_inset
28864
28865 Numérotation des formules
28866 \begin_inset ERT
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870
28871 }
28872 \end_layout
28873
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \begin_layout Subsection
28885 Généralités
28886 \end_layout
28887
28888 \begin_layout Standard
28889 On peut créer des formules numérotées avec le menu 
28890 \family sans
28891 Insertion\SpecialChar \menuseparator
28892 Math\SpecialChar \menuseparator
28893 Formule
28894 \begin_inset space ~
28895 \end_inset
28896
28897 numérotée
28898 \family default
28899  (raccourci 
28900 \family sans
28901 Ctrl+Alt
28902 \begin_inset space ~
28903 \end_inset
28904
28905
28906 \family default
28907 N).
28908  On peut aussi numéroter des formules existantes avec le menu 
28909 \family sans
28910 Édition\SpecialChar \menuseparator
28911 Math\SpecialChar \menuseparator
28912 (Dés)Activer
28913 \begin_inset space ~
28914 \end_inset
28915
28916 numérotation
28917 \family default
28918  (raccourci 
28919 \family sans
28920 Alt+M
28921 \family default
28922
28923 \begin_inset space ~
28924 \end_inset
28925
28926
28927 \family sans
28928 N
28929 \family default
28930 ).
28931  Le numéro de la formule est affiché dans LyX après la formule sous la forme
28932  d'un dièse entre parenthèse
28933 \begin_inset Foot
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937 En anglais le dièse est le symbole du numéro (NdT).
28938 \end_layout
28939
28940 \end_inset
28941
28942 .
28943  Le dièse est remplacé dans la sortie finale par le numéro de la formule
28944 \end_layout
28945
28946 \begin_layout Standard
28947 Quand on active la numérotation sur des formules multi-lignes, toutes les
28948  lignes sont numérotées.
28949  La numérotation peut ensuite être contrôlée pour chaque ligne avec le menu
28950  
28951 \family sans
28952 Édition\SpecialChar \menuseparator
28953 Math\SpecialChar \menuseparator
28954 (Dés)Activer
28955 \begin_inset space ~
28956 \end_inset
28957
28958 Numérotation
28959 \begin_inset space ~
28960 \end_inset
28961
28962 de
28963 \begin_inset space ~
28964 \end_inset
28965
28966 cette
28967 \begin_inset space ~
28968 \end_inset
28969
28970 ligne
28971 \family default
28972  (raccourci
28973 \begin_inset Newline newline
28974 \end_inset
28975
28976
28977 \family sans
28978 Alt+M
28979 \begin_inset space ~
28980 \end_inset
28981
28982 Shift+N
28983 \family default
28984 ).
28985 \end_layout
28986
28987 \begin_layout Standard
28988 À part pour les formules en ligne, toutes les formules peuvent être numérotées
28989  avec deux styles différents, voir 
28990 \begin_inset CommandInset ref
28991 LatexCommand ref
28992 reference "sec:Styles-de-formules"
28993
28994 \end_inset
28995
28996 .
28997 \end_layout
28998
28999 \begin_layout Subsection
29000 Références croisées
29001 \begin_inset Index idx
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005 References@Références croisées ! à des formules
29006 \end_layout
29007
29008 \end_inset
29009
29010
29011 \end_layout
29012
29013 \begin_layout Standard
29014 On peut faire référence à toute formule ayant une étiquette.
29015  On ajoute une étiquette avec le menu 
29016 \family sans
29017 Insertion\SpecialChar \menuseparator
29018 Étiquette
29019 \family default
29020  ou avec le bouton 
29021 \begin_inset Graphics
29022         filename ../../images/label-insert.png
29023         scale 85
29024
29025 \end_inset
29026
29027  de la barre d'outils.
29028  Pour cela, le curseur doit se trouver à l'intérieur d'une formule hors
29029  ligne.
29030  Vous pouvez également effectuer un clic droit sur la formule et choisir
29031  
29032 \family sans
29033 Étiquette d'équation
29034 \family default
29035 \lang english
29036 .
29037
29038 \lang french
29039  Une fenêtre de dialogue apparaît affichant le préfixe 
29040 \series bold
29041 eq:
29042 \series default
29043  dans un champ de texte.
29044  L'étiquette est insérée à cet endroit, juste après le préfixe.
29045  Le préfixe prédéfini signifie 
29046 \begin_inset Quotes eld
29047 \end_inset
29048
29049 équation
29050 \begin_inset Quotes erd
29051 \end_inset
29052
29053  et rend plus facile la recherche d'une étiquette dans les grand documents
29054  en l'identifiant comme une étiquette de formule et pas, par exemple comme
29055  une étiquette de section.
29056  Pour modifier l'étiquette vous devez repasser par le menu 
29057 \family sans
29058 Insertion\SpecialChar \menuseparator
29059 Étiquette 
29060 \family default
29061 ou effectuer un clic droit sur la formule et choisir 
29062 \family sans
29063 Étiquette d'équation
29064 \family default
29065 .
29066 \end_layout
29067
29068 \begin_layout Standard
29069 Le nom de l'étiquette est affiché dans LyX entre deux parenthèses, après
29070  la formule.
29071  Une formule avec une étiquette est toujours numérotée.
29072 \end_layout
29073
29074 \begin_layout Standard
29075 On insère une référence croisée avec le menu 
29076 \family sans
29077 Insertion\SpecialChar \menuseparator
29078 Référence
29079 \begin_inset space ~
29080 \end_inset
29081
29082 croisée
29083 \family default
29084  ou avec le bouton 
29085 \begin_inset Graphics
29086         filename ../../images/dialog-show-new-inset_ref.png
29087         scale 85
29088
29089 \end_inset
29090
29091  de la barre d'outils.
29092  Une référence croisée à une formule apparaît dans la sortie finale comme
29093  un numéro de formule.
29094  Quand on choisit dans la fenêtre de dialogue de référence croisée le format
29095  
29096 \series bold
29097 (<reference>),
29098 \series default
29099  la référence croisée apparaît dans la sortie finale comme un numéro de
29100  formule entre parenthèses.
29101 \begin_inset Newline newline
29102 \end_inset
29103
29104 En faisant un clic droit sur une référence croisée dans LyX, on saute à
29105  la formule qui est référencée.
29106 \end_layout
29107
29108 \begin_layout Standard
29109 Voici comme exemples des références croisées à des formules qui se trouvent
29110  dans les sous-sections qui suivent:
29111 \begin_inset Note Note
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115 Noter les différents types de références croisées.
29116 \end_layout
29117
29118 \end_inset
29119
29120
29121 \end_layout
29122
29123 \begin_layout Standard
29124 Les équations 
29125 \begin_inset CommandInset ref
29126 LatexCommand eqref
29127 reference "eq:tag"
29128
29129 \end_inset
29130
29131  et 
29132 \begin_inset CommandInset ref
29133 LatexCommand eqref
29134 reference "eq:c"
29135
29136 \end_inset
29137
29138  sont équivalentes.
29139  Dans (
29140 \begin_inset CommandInset ref
29141 LatexCommand ref
29142 reference "eq:Lat"
29143
29144 \end_inset
29145
29146 ) on a utilisé de grosses lettres latines pour la numérotation, contrairement
29147  à  (
29148 \begin_inset CommandInset ref
29149 LatexCommand ref
29150 reference "eq:Rom"
29151
29152 \end_inset
29153
29154 ).
29155 \end_layout
29156
29157 \begin_layout Standard
29158 \begin_inset VSpace medskip
29159 \end_inset
29160
29161 Quand l'argument de 
29162 \series bold
29163
29164 \backslash
29165 tag
29166 \begin_inset Foot
29167 status collapsed
29168
29169 \begin_layout Plain Layout
29170
29171 \series bold
29172
29173 \backslash
29174 tag
29175 \series default
29176  est décrit dans 
29177 \begin_inset CommandInset ref
29178 LatexCommand ref
29179 reference "sub:Numérotation-personnalisée"
29180
29181 \end_inset
29182
29183 .
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \series default
29190  contient une boîte comme dans 
29191 \begin_inset CommandInset ref
29192 LatexCommand ref
29193 reference "sub:Boîtes-de-paragraphes"
29194
29195 \end_inset
29196
29197 , la formule ne peut pas être référencée.
29198 \end_layout
29199
29200 \begin_layout Subsection
29201 Sous-numérotation
29202 \begin_inset Index idx
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206 Numérotation des formules ! sous-numérotation
29207 \end_layout
29208
29209 \end_inset
29210
29211
29212 \end_layout
29213
29214 \begin_layout Standard
29215 Avec l'aide des commandes 
29216 \series bold
29217
29218 \backslash
29219 begin{subequations}
29220 \series default
29221  et 
29222 \series bold
29223
29224 \backslash
29225 end{subequations}
29226 \series default
29227  on peut faire une sous-numérotation de formules.
29228  Les deux commandes doivent être insérées en mode TeX.
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Un exemple:
29233 \begin_inset Formula 
29234 \begin{equation}
29235 A=C-B\label{eq:a}
29236 \end{equation}
29237
29238 \end_inset
29239
29240
29241 \begin_inset ERT
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245
29246
29247 \backslash
29248 addtocounter{equation}{-1}
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \begin_inset ERT
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258
29259
29260 \backslash
29261 begin{subequations}
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \begin_inset VSpace -5mm
29268 \end_inset
29269
29270
29271 \begin_inset Formula 
29272 \begin{equation}
29273 B=C-A\label{eq:b}
29274 \end{equation}
29275
29276 \end_inset
29277
29278
29279 \begin_inset Formula 
29280 \begin{equation}
29281 C=A+B\label{eq:c}
29282 \end{equation}
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Standard
29290 \begin_inset ERT
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294
29295
29296 \backslash
29297 end{subequations}
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Pour créer cet exemple, on fait ce qui suit:
29307 \end_layout
29308
29309 \begin_layout Enumerate
29310 on insère la première formule
29311 \end_layout
29312
29313 \begin_layout Enumerate
29314 après la première formule on insère 
29315 \begin_inset Newline newline
29316 \end_inset
29317
29318
29319 \series bold
29320
29321 \backslash
29322 addtocounter{equation}{-1} 
29323 \backslash
29324 begin{subequations}
29325 \begin_inset Index idx
29326 status collapsed
29327
29328 \begin_layout Plain Layout
29329 Commandes ! A ! 
29330 \backslash
29331 addtocounter
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Enumerate
29340 on insère la deuxième formule
29341 \end_layout
29342
29343 \begin_layout Enumerate
29344 on insère la troisième formule
29345 \end_layout
29346
29347 \begin_layout Enumerate
29348 on insère 
29349 \series bold
29350
29351 \backslash
29352 end{subequations}
29353 \series default
29354  après la troisième formule
29355 \end_layout
29356
29357 \begin_layout Standard
29358 Chaque formule entre les commandes 
29359 \series bold
29360
29361 \backslash
29362 begin
29363 \series default
29364  et 
29365 \series bold
29366
29367 \backslash
29368 end
29369 \series default
29370  est sous-numérotée avec a, b,
29371 \begin_inset Newline linebreak
29372 \end_inset
29373
29374 c, \SpecialChar \ldots{}
29375  Pour les formules multi-lignes, chaque ligne sera numérotée.
29376  Toutes les formules sous-numérotées sont traitées comme 
29377 \emph on
29378 une seule 
29379 \emph default
29380 formule.
29381  Mais comme chaque formule numérotée incrémente le compteur 
29382 \series bold
29383 equation
29384 \series default
29385  de un, on a besoin de la commande 
29386 \series bold
29387
29388 \backslash
29389 addtocounter
29390 \series default
29391  pour le décrémenter.
29392  Sinon les formules 
29393 \begin_inset CommandInset ref
29394 LatexCommand eqref
29395 reference "eq:a"
29396
29397 \end_inset
29398
29399
29400 \begin_inset CommandInset ref
29401 LatexCommand eqref
29402 reference "eq:b"
29403
29404 \end_inset
29405
29406
29407 \begin_inset CommandInset ref
29408 LatexCommand eqref
29409 reference "eq:c"
29410
29411 \end_inset
29412
29413  seraient numérotées comme 
29414 \begin_inset CommandInset ref
29415 LatexCommand eqref
29416 reference "eq:a"
29417
29418 \end_inset
29419
29420
29421 \begin_inset CommandInset ref
29422 LatexCommand eqref
29423 reference "eq:d"
29424
29425 \end_inset
29426
29427
29428 \begin_inset CommandInset ref
29429 LatexCommand eqref
29430 reference "eq:f"
29431
29432 \end_inset
29433
29434 .
29435 \end_layout
29436
29437 \begin_layout Standard
29438 En insérant les commandes en mode TeX entre les deux premières formules,
29439  on crée un espace.
29440  Pour le supprimer, on insère un espace vertical négatif de -5
29441 \begin_inset space \thinspace{}
29442 \end_inset
29443
29444 mm après la commande 
29445 \series bold
29446
29447 \backslash
29448 begin{subequations}
29449 \series default
29450 .
29451  Quand on utilise le style 
29452 \series bold
29453 Indenté
29454 \begin_inset Foot
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458 pour les styles de formules, voir 
29459 \begin_inset CommandInset ref
29460 LatexCommand ref
29461 reference "sec:Styles-de-formules"
29462
29463 \end_inset
29464
29465
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \series default
29472 on insère un espace de -7
29473 \begin_inset space \thinspace{}
29474 \end_inset
29475
29476 mm à la place.
29477 \end_layout
29478
29479 \begin_layout Standard
29480 Voici un exemple de formule multi-lignes où on a désactivé la numérotation
29481  pour la deuxième ligne:
29482 \end_layout
29483
29484 \begin_layout Standard
29485 \begin_inset ERT
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489
29490
29491 \backslash
29492 begin{subequations}
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset Formula 
29499 \begin{eqnarray}
29500 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29501  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29502  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29503 \end{eqnarray}
29504
29505 \end_inset
29506
29507
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513
29514 \backslash
29515 end{subequations}
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \end_layout
29522
29523 \begin_layout Subsection
29524 Numérotation personnalisée
29525 \begin_inset CommandInset label
29526 LatexCommand label
29527 name "sub:Numérotation-personnalisée"
29528
29529 \end_inset
29530
29531
29532 \begin_inset Index idx
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536 Numérotation des formules !  personnalisée
29537 \end_layout
29538
29539 \end_inset
29540
29541
29542 \end_layout
29543
29544 \begin_layout Standard
29545 \begin_inset Index idx
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549 Numérotation des formules ! délimiteurs personnalisés
29550 \end_layout
29551
29552 \end_inset
29553
29554 Avec la numérotation standard, on a des parenthèses autour du numéro de
29555  formule.
29556  Pour, par exemple, remplacer ces parenthèses par des barres verticales,
29557  il faut ajouter la lignes suivante dans le préambule LaTeX:
29558 \end_layout
29559
29560 \begin_layout Standard
29561
29562 \series bold
29563
29564 \backslash
29565 def
29566 \backslash
29567 tagform@#1{
29568 \backslash
29569 maketag@@@{|#1|}}
29570 \series default
29571
29572 \begin_inset Note Note
29573 status collapsed
29574
29575 \begin_layout Plain Layout
29576 Cette macro est déjà déclarée dans le préambule LaTeX pour faire des tests.
29577  Pour l'activer, il suffit d'enlever le signe pourcent qui se trouve en
29578  début de ligne.
29579 \end_layout
29580
29581 \end_inset
29582
29583
29584 \end_layout
29585
29586 \begin_layout Standard
29587 Pour utiliser d'autres symboles, il faut remplacer les barres verticales
29588  autour du 
29589 \series bold
29590 #1
29591 \series default
29592  par un caractère ou plus.
29593  Pour n'avoir que le numéro de la formule, il suffit d'enlever les barres
29594  verticales.
29595 \end_layout
29596
29597 \begin_layout Standard
29598 \begin_inset VSpace bigskip
29599 \end_inset
29600
29601 Si vous voulez avoir une expression de votre choix entre parenthèses après
29602  la formule au lieu des numéros qui se suivent, vous pouvez utiliser la
29603  commande 
29604 \series bold
29605
29606 \backslash
29607 tag
29608 \series default
29609
29610 \begin_inset Index idx
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614 Commandes ! T ! 
29615 \backslash
29616 tag
29617 \end_layout
29618
29619 \end_inset
29620
29621 :
29622 \begin_inset Formula 
29623 \begin{equation}
29624 A+B=C\tag{quelquechose}\label{eq:tag}
29625 \end{equation}
29626
29627 \end_inset
29628
29629 Dans cet exemple, on a mis la commande 
29630 \series bold
29631
29632 \backslash
29633 tag
29634 \series default
29635
29636 \begin_inset space \textvisiblespace{}
29637 \end_inset
29638
29639
29640 \series bold
29641 quelquechose
29642 \series default
29643  dans la formule.
29644 \end_layout
29645
29646 \begin_layout Standard
29647 Quand on insère la commande 
29648 \series bold
29649
29650 \backslash
29651 tag*
29652 \series default
29653
29654 \begin_inset space \textvisiblespace{}
29655 \end_inset
29656
29657
29658 \series bold
29659 quelquechose
29660 \series default
29661  à la place, l'astérisque supprime les parenthèses autour du texte:
29662 \begin_inset Formula 
29663 \[
29664 A+B=C\tag*{quelquechose}
29665 \]
29666
29667 \end_inset
29668
29669
29670 \end_layout
29671
29672 \begin_layout Standard
29673 \begin_inset VSpace bigskip
29674 \end_inset
29675
29676 Pour réinitialiser la numérotation des formules à chaque nouvelle partie
29677  ou section du document, on utilise les commandes suivantes: 
29678 \end_layout
29679
29680 \begin_layout Standard
29681
29682 \series bold
29683
29684 \backslash
29685 @addtoreset{equation}{part}
29686 \series default
29687
29688 \begin_inset Index idx
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692 Commandes ! 
29693 \begin_inset ERT
29694 status collapsed
29695
29696 \begin_layout Plain Layout
29697
29698 "
29699 \end_layout
29700
29701 \end_inset
29702
29703 @
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709 "
29710 \end_layout
29711
29712 \end_inset
29713
29714  ! 
29715 \backslash
29716
29717 \begin_inset ERT
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722 "
29723 \end_layout
29724
29725 \end_inset
29726
29727 @
29728 \begin_inset ERT
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732
29733 "
29734 \end_layout
29735
29736 \end_inset
29737
29738 addtoreset
29739 \end_layout
29740
29741 \end_inset
29742
29743
29744 \begin_inset Newline newline
29745 \end_inset
29746
29747 ou
29748 \begin_inset Newline newline
29749 \end_inset
29750
29751
29752 \series bold
29753
29754 \backslash
29755 @addtoreset{equation}{section}
29756 \end_layout
29757
29758 \begin_layout Standard
29759 Pour pouvoir utiliser ces commandes en mode TeX, le caractère 
29760 \begin_inset Quotes eld
29761 \end_inset
29762
29763 @
29764 \begin_inset Quotes erd
29765 \end_inset
29766
29767  doit être rendu 
29768 \begin_inset Quotes eld
29769 \end_inset
29770
29771 actif
29772 \begin_inset Quotes erd
29773 \end_inset
29774
29775  pour LaTeX en utilisant la commande 
29776 \series bold
29777
29778 \backslash
29779 makeatletter.
29780
29781 \series default
29782  La commande 
29783 \series bold
29784
29785 \backslash
29786 makeatother
29787 \series default
29788  le désactive.
29789  La suite de commandes en mode TeX est donc:
29790 \end_layout
29791
29792 \begin_layout Standard
29793
29794 \series bold
29795
29796 \backslash
29797 makeatletter
29798 \begin_inset Newline newline
29799 \end_inset
29800
29801
29802 \backslash
29803 @addtoreset{equation}{section}
29804 \begin_inset Newline newline
29805 \end_inset
29806
29807
29808 \backslash
29809 makeatother
29810 \end_layout
29811
29812 \begin_layout Standard
29813 Dans le préambule LaTeX on peut omettre les commandes 
29814 \series bold
29815
29816 \backslash
29817 makeatletter
29818 \series default
29819  et 
29820 \series bold
29821
29822 \backslash
29823 makeatother
29824 \series default
29825 , vu que LyX les insère automatiquement en interne.
29826 \end_layout
29827
29828 \begin_layout Standard
29829 Pour supprimer l'effet de 
29830 \series bold
29831
29832 \backslash
29833 @addtoreset
29834 \series default
29835 , on doit charger le fichier 
29836 \series bold
29837 remreset.sty
29838 \series default
29839
29840 \begin_inset Foot
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845 \series bold
29846 remreset
29847 \series default
29848  fait partie du paquetage LaTeX 
29849 \series bold
29850 carlisle
29851 \series default
29852
29853 \begin_inset Index idx
29854 status collapsed
29855
29856 \begin_layout Plain Layout
29857 Paquetages ! carlisle
29858 \end_layout
29859
29860 \end_inset
29861
29862  qui est compris dans toutes les installations LaTeX standard.
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \begin_inset Index idx
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 Paquetages ! remreset
29873 \end_layout
29874
29875 \end_inset
29876
29877  dans le préambule LaTeX avec la ligne
29878 \end_layout
29879
29880 \begin_layout Standard
29881
29882 \series bold
29883
29884 \backslash
29885 usepackage{remreset}
29886 \end_layout
29887
29888 \begin_layout Standard
29889 On peut alors utiliser la commande 
29890 \series bold
29891
29892 \backslash
29893 @removefromreset
29894 \series default
29895
29896 \begin_inset Index idx
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900 Commandes ! 
29901 \begin_inset ERT
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905
29906 "
29907 \end_layout
29908
29909 \end_inset
29910
29911 @
29912 \begin_inset ERT
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916
29917 "
29918 \end_layout
29919
29920 \end_inset
29921
29922  ! 
29923 \backslash
29924
29925 \begin_inset ERT
29926 status collapsed
29927
29928 \begin_layout Plain Layout
29929
29930 "
29931 \end_layout
29932
29933 \end_inset
29934
29935 @
29936 \begin_inset ERT
29937 status collapsed
29938
29939 \begin_layout Plain Layout
29940
29941 "
29942 \end_layout
29943
29944 \end_inset
29945
29946 removefromreset
29947 \end_layout
29948
29949 \end_inset
29950
29951  avec la même syntaxe que 
29952 \series bold
29953
29954 \backslash
29955 @addtoreset
29956 \series default
29957 .
29958 \end_layout
29959
29960 \begin_layout Standard
29961 \begin_inset VSpace bigskip
29962 \end_inset
29963
29964 On doit parfois numéroter les formules de la façon suivante
29965 \end_layout
29966
29967 \begin_layout Standard
29968
29969 \family typewriter
29970 (numéro de section.numéro de formule)
29971 \end_layout
29972
29973 \begin_layout Standard
29974 Le numéro de formule repart à 
29975 \begin_inset Quotes eld
29976 \end_inset
29977
29978 1
29979 \begin_inset Quotes erd
29980 \end_inset
29981
29982  à chaque nouvelle section
29983 \end_layout
29984
29985 \begin_layout Standard
29986 Dans ce cas, on peut utiliser la commande 
29987 \series bold
29988
29989 \backslash
29990 numberwithin
29991 \series default
29992
29993 \begin_inset Index idx
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 Commandes ! N ! 
29998 \backslash
29999 numberwithin
30000 \end_layout
30001
30002 \end_inset
30003
30004 , qui a la syntaxe suivante:
30005 \end_layout
30006
30007 \begin_layout Standard
30008
30009 \series bold
30010
30011 \backslash
30012 numberwithin{compteur}{sectionnement}
30013 \end_layout
30014
30015 \begin_layout Standard
30016 Le compteur indique quelle sorte de numérotation est concernée et le sectionneme
30017 nt indique quel numéro est placé avant le point.
30018 \end_layout
30019
30020 \begin_layout Standard
30021 Donc, dans notre cas, on utilise la commande suivante, soit dans le préambule
30022  LaTeX soit en mode TeX:
30023 \end_layout
30024
30025 \begin_layout Standard
30026
30027 \series bold
30028
30029 \backslash
30030 numberwithin{equation}{section}
30031 \end_layout
30032
30033 \begin_layout Standard
30034 Voici le résultat:
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040
30041 \backslash
30042 numberwithin{equation}{section}
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \begin_inset Formula 
30049 \begin{equation}
30050 A+B=C
30051 \end{equation}
30052
30053 \end_inset
30054
30055
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Pour numéroter les tableaux avec le numéro de la partie comme sectionnement,
30060  on utilisera
30061 \begin_inset Newline newline
30062 \end_inset
30063
30064
30065 \series bold
30066
30067 \backslash
30068 numberwithin{table}{part}
30069 \end_layout
30070
30071 \begin_layout Standard
30072 Pour revenir à la numérotation standard pour éviter ce type de numérotation
30073  quand elle est définie par la classe du document, on insère la commande
30074  suivante, soit dans le préambule, soit en mode TeX:
30075 \end_layout
30076
30077 \begin_layout Standard
30078
30079 \series bold
30080
30081 \backslash
30082 renewcommand{
30083 \backslash
30084 theequation}{
30085 \backslash
30086 arabic{equation}}
30087 \begin_inset Index idx
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 Commandes ! A ! 
30092 \backslash
30093 arabic
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \series default
30100
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106
30107 \backslash
30108 renewcommand{
30109 \backslash
30110 theequation}{
30111 \backslash
30112 arabic{equation}}
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \series bold
30119
30120 \begin_inset Newline newline
30121 \end_inset
30122
30123
30124 \series default
30125 ou
30126 \series bold
30127
30128 \begin_inset Newline newline
30129 \end_inset
30130
30131
30132 \backslash
30133 renewcommand{
30134 \backslash
30135 thetable}{
30136 \backslash
30137 arabic{table}}
30138 \end_layout
30139
30140 \begin_layout Standard
30141
30142 \series bold
30143
30144 \backslash
30145 numberwithin
30146 \series default
30147  utilise en interne la commande 
30148 \series bold
30149
30150 \backslash
30151 @addtoreset
30152 \series default
30153 , décrite plus haut et qui doit aussi être annulée.
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159
30160 \backslash
30161 makeatletter
30162 \end_layout
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 @removefromreset{equation}{section}
30169 \end_layout
30170
30171 \begin_layout Plain Layout
30172
30173
30174 \backslash
30175 makeatother
30176 \end_layout
30177
30178 \end_inset
30179
30180
30181 \end_layout
30182
30183 \begin_layout Subsection
30184 Numérotation avec des chiffres romains ou des lettres
30185 \begin_inset Index idx
30186 status collapsed
30187
30188 \begin_layout Plain Layout
30189 Numérotation des formules ! avec des lettres
30190 \end_layout
30191
30192 \end_inset
30193
30194
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 Numérotation des formules ! avec des chiffres romains
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \end_layout
30206
30207 \begin_layout Standard
30208 On peut aussi numéroter les formules avec des chiffres romains ou des lettres
30209  latines.
30210  Par exemple, pour numéroter avec des petits chiffres romains, on insère
30211  la commande
30212 \end_layout
30213
30214 \begin_layout Standard
30215
30216 \series bold
30217
30218 \backslash
30219 renewcommand{
30220 \backslash
30221 theequation}{
30222 \backslash
30223 roman{equation}}
30224 \end_layout
30225
30226 \begin_layout Standard
30227 en mode TeX juste avant la formule.
30228  
30229 \series bold
30230
30231 \backslash
30232 renewcommand
30233 \series default
30234
30235 \begin_inset Index idx
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239 Commandes ! R ! 
30240 \backslash
30241 renewcommand
30242 \end_layout
30243
30244 \end_inset
30245
30246  redéfinit la commande prédéfinie 
30247 \series bold
30248
30249 \backslash
30250 theequation
30251 \series default
30252  en la commande 
30253 \series bold
30254
30255 \backslash
30256 roman{equation}
30257 \series default
30258
30259 \begin_inset Foot
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263 La commande 
30264 \series bold
30265
30266 \backslash
30267 renewcommand
30268 \series default
30269  a la même syntaxe que la commande 
30270 \series bold
30271
30272 \backslash
30273 newcommand
30274 \series default
30275  qui est décrite dans 
30276 \begin_inset CommandInset ref
30277 LatexCommand ref
30278 reference "sec:Commandes-personnalisées"
30279
30280 \end_inset
30281
30282 .
30283 \end_layout
30284
30285 \end_inset
30286
30287 .
30288  
30289 \series bold
30290 equation
30291 \series default
30292  est le compteur pour les formules.
30293  Quand la commande 
30294 \series bold
30295
30296 \backslash
30297 the
30298 \series default
30299  est utilisée comme préfixe pour un compteur, la valeur du compteur est
30300  écrite en utilisant des chiffres arabes.
30301  Quand une formule est numérotée, LaTeX met en interne la commande 
30302 \series bold
30303
30304 \backslash
30305 theequation
30306 \series default
30307  après la formule.
30308  
30309 \series bold
30310
30311 \backslash
30312 roman{equation}
30313 \begin_inset Index idx
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317 Commandes ! R ! 
30318 \backslash
30319 roman
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \series default
30326  écrit la valeur du compteur en utilisant des petits chiffres romains.
30327 \end_layout
30328
30329 \begin_layout Standard
30330 Toutes les formules qui suivent 
30331 \series bold
30332
30333 \backslash
30334 renew
30335 \series default
30336 c
30337 \series bold
30338 ommand
30339 \series default
30340  sont maintenant numérotées en chiffres romains.
30341  Pour passer à une numérotation avec de gros chiffres romains, on insère
30342  la même commande, mais avec 
30343 \series bold
30344
30345 \backslash
30346 roman
30347 \series default
30348  remplacé par 
30349 \series bold
30350
30351 \backslash
30352 Roman
30353 \series default
30354
30355 \begin_inset Index idx
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359 Commandes ! R ! 
30360 \backslash
30361 roman@
30362 \backslash
30363 Roman
30364 \end_layout
30365
30366 \end_inset
30367
30368 .
30369  Pour numéroter avec des lettres latines minuscules, on a la commande 
30370 \series bold
30371
30372 \backslash
30373 alph
30374 \series default
30375
30376 \begin_inset Index idx
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380 Commandes ! A ! 
30381 \backslash
30382 alphe
30383 \end_layout
30384
30385 \end_inset
30386
30387 , pour les lettres majuscules, on a 
30388 \series bold
30389
30390 \backslash
30391 Alph
30392 \series default
30393
30394 \begin_inset Index idx
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398 Commandes ! A ! 
30399 \backslash
30400 alph@
30401 \backslash
30402 Alph
30403 \end_layout
30404
30405 \end_inset
30406
30407 .
30408 \end_layout
30409
30410 \begin_layout Standard
30411 \begin_inset Note Greyedout
30412 status open
30413
30414 \begin_layout Plain Layout
30415
30416 \series bold
30417 \color none
30418 Note:
30419 \series default
30420  on peut numéroter au maximum 26
30421 \begin_inset space ~
30422 \end_inset
30423
30424 formules avec des lettres latines dans un même document.
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \end_layout
30431
30432 \begin_layout Standard
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438
30439 \backslash
30440 renewcommand{
30441 \backslash
30442 theequation}{
30443 \backslash
30444 roman{equation}}
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \begin_layout Standard
30453 \begin_inset Formula 
30454 \begin{equation}
30455 A=\textrm{romains minuscules}
30456 \end{equation}
30457
30458 \end_inset
30459
30460
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466
30467 \backslash
30468 renewcommand{
30469 \backslash
30470 theequation}{
30471 \backslash
30472 Roman{equation}}
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \begin_inset Formula 
30479 \begin{equation}
30480 B=\textrm{romains majuscules}\label{eq:Rom}
30481 \end{equation}
30482
30483 \end_inset
30484
30485
30486 \begin_inset ERT
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490
30491
30492 \backslash
30493 renewcommand{
30494 \backslash
30495 theequation}{
30496 \backslash
30497 alph{equation}}
30498 \end_layout
30499
30500 \end_inset
30501
30502
30503 \begin_inset Formula 
30504 \begin{equation}
30505 C=\textrm{latines minuscules}
30506 \end{equation}
30507
30508 \end_inset
30509
30510
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516
30517 \backslash
30518 renewcommand{
30519 \backslash
30520 theequation}{
30521 \backslash
30522 Alph{equation}}
30523 \end_layout
30524
30525 \end_inset
30526
30527
30528 \begin_inset Formula 
30529 \begin{equation}
30530 D=\textrm{latines majuscules}\label{eq:Lat}
30531 \end{equation}
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Standard
30539 Pour revenir à la numérotation implicite, on insère la commande:
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 renewcommand{
30548 \backslash
30549 theequation}{
30550 \backslash
30551 arabic{equation}}
30552 \begin_inset Index idx
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556 Commandes ! A ! 
30557 \backslash
30558 arabic
30559 \end_layout
30560
30561 \end_inset
30562
30563
30564 \end_layout
30565
30566 \begin_layout Standard
30567 \begin_inset ERT
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571
30572
30573 \backslash
30574 renewcommand{
30575 \backslash
30576 theequation}{
30577 \backslash
30578 arabic{equation}}
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Formula 
30585 \begin{equation}
30586 E=\textrm{Arabes}
30587 \end{equation}
30588
30589 \end_inset
30590
30591
30592 \end_layout
30593
30594 \begin_layout Standard
30595 \begin_inset VSpace medskip
30596 \end_inset
30597
30598 Comme vous pouvez le voir, les numéros d'équation se suivent, indépendemment
30599  du style de numérotation.
30600  Si l'on veut que la numérotation reparte à 
30601 \begin_inset Quotes eld
30602 \end_inset
30603
30604 1
30605 \begin_inset Quotes erd
30606 \end_inset
30607
30608  quand on change de style de numérotation, on doit définir de nouveaux compteurs.
30609  On trouvera une description de cette opération dans le fichier 
30610 \begin_inset CommandInset href
30611 LatexCommand href
30612 name "Formula-numbering.lyx"
30613 target "run:Formula-numbering.lyx"
30614
30615 \end_inset
30616
30617 .
30618 \end_layout
30619
30620 \begin_layout Section
30621 Symboles et équations chimiques
30622 \begin_inset CommandInset label
30623 LatexCommand label
30624 name "sub:Symboles-chimiques"
30625
30626 \end_inset
30627
30628
30629 \begin_inset Index idx
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633 Equations@Équations chimiques
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \begin_inset Index idx
30640 status collapsed
30641
30642 \begin_layout Plain Layout
30643 Symboles ! chimiques
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \begin_layout Standard
30652 Un exemple de texte de chimie:
30653 \end_layout
30654
30655 \begin_layout Quote
30656 L'ion 
30657 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30658 \end_inset
30659
30660 réagit avec deux ions 
30661 \begin_inset Formula $\mathrm{Na^{+}}$
30662 \end_inset
30663
30664  pour donner du sulfate de sodium 
30665 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30666 \end_inset
30667
30668 .
30669  La réaction chimique peut être mise sous la forme:
30670 \begin_inset Formula 
30671 \begin{equation}
30672 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:reaction-chimique}
30673 \end{equation}
30674
30675 \end_inset
30676
30677
30678 \end_layout
30679
30680 \begin_layout Standard
30681 Cette équation chimique peut être créée directement sous la forme d'une
30682  formule.
30683  Pour éviter que les symboles apparaissent en italiques, sélectionnez tout
30684  et mettez-le dans la police droite avec le raccourci 
30685 \family sans
30686 Alt+C
30687 \begin_inset space ~
30688 \end_inset
30689
30690 R
30691 \family default
30692  .
30693 \begin_inset Foot
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697 Style de polices, voir 
30698 \begin_inset CommandInset ref
30699 LatexCommand ref
30700 reference "sub:Styles-de-polices"
30701
30702 \end_inset
30703
30704
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \begin_layout Standard
30713 Une méthode plus pratique pour mettre en forme des formules chimiques est
30714  d'utiliser la commande 
30715 \series bold
30716
30717 \backslash
30718 ce
30719 \series default
30720
30721 \begin_inset Index idx
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725 Commandes ! C ! 
30726 \backslash
30727 ce
30728 \end_layout
30729
30730 \end_inset
30731
30732  qui est disponible si le paquetage LaTeX 
30733 \series bold
30734 mhchem
30735 \series default
30736
30737 \begin_inset Index idx
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741 Paquetages ! mhchem
30742 \end_layout
30743
30744 \end_inset
30745
30746  est installé.
30747  Quand on insère 
30748 \series bold
30749
30750 \backslash
30751 ce
30752 \series default
30753  dans une formule, une boîte bleue apparaît dans laquelle on peut saisir
30754  des formules chimiques de façon intuitive.
30755 \end_layout
30756
30757 \begin_layout Standard
30758 \align center
30759 \begin_inset Tabular
30760 <lyxtabular version="3" rows="9" columns="2">
30761 <features rotate="0" tabularvalignment="middle">
30762 <column alignment="center" valignment="top">
30763 <column alignment="center" valignment="top">
30764 <row>
30765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30766 \begin_inset Text
30767
30768 \begin_layout Plain Layout
30769 Commande
30770 \end_layout
30771
30772 \end_inset
30773 </cell>
30774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778 Résultat
30779 \begin_inset Note Note
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783
30784 \series bold
30785
30786 \backslash
30787 raisebox
30788 \series default
30789  est seulement utilisée pour faire de la place
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \end_inset
30798 </cell>
30799 </row>
30800 <row>
30801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30802 \begin_inset Text
30803
30804 \begin_layout Plain Layout
30805
30806 \backslash
30807 ce
30808 \begin_inset space \textvisiblespace{}
30809 \end_inset
30810
30811 H2CO3
30812 \end_layout
30813
30814 \end_inset
30815 </cell>
30816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30817 \begin_inset Text
30818
30819 \begin_layout Plain Layout
30820 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30821 \end_inset
30822
30823
30824 \end_layout
30825
30826 \end_inset
30827 </cell>
30828 </row>
30829 <row>
30830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834
30835 \backslash
30836 ce
30837 \begin_inset space \textvisiblespace{}
30838 \end_inset
30839
30840 SO4^2-
30841 \end_layout
30842
30843 \end_inset
30844 </cell>
30845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30846 \begin_inset Text
30847
30848 \begin_layout Plain Layout
30849 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \end_inset
30856 </cell>
30857 </row>
30858 <row>
30859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30860 \begin_inset Text
30861
30862 \begin_layout Plain Layout
30863
30864 \backslash
30865 ce
30866 \begin_inset space \textvisiblespace{}
30867 \end_inset
30868
30869 (NH4)2S
30870 \end_layout
30871
30872 \end_inset
30873 </cell>
30874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30875 \begin_inset Text
30876
30877 \begin_layout Plain Layout
30878 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30879 \end_inset
30880
30881
30882 \end_layout
30883
30884 \end_inset
30885 </cell>
30886 </row>
30887 <row>
30888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30889 \begin_inset Text
30890
30891 \begin_layout Plain Layout
30892
30893 \backslash
30894 ce
30895 \begin_inset space \textvisiblespace{}
30896 \end_inset
30897
30898 KCr(SO4)2.12H2O
30899 \end_layout
30900
30901 \end_inset
30902 </cell>
30903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30904 \begin_inset Text
30905
30906 \begin_layout Plain Layout
30907 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30908 \end_inset
30909
30910
30911 \end_layout
30912
30913 \end_inset
30914 </cell>
30915 </row>
30916 <row>
30917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30918 \begin_inset Text
30919
30920 \begin_layout Plain Layout
30921
30922 \backslash
30923 ce
30924 \begin_inset space \textvisiblespace{}
30925 \end_inset
30926
30927 A-B
30928 \backslash
30929 dbond
30930 \begin_inset space \textvisiblespace{}
30931 \end_inset
30932
30933 C
30934 \backslash
30935 tbond
30936 \begin_inset space \textvisiblespace{}
30937 \end_inset
30938
30939 D
30940 \end_layout
30941
30942 \end_inset
30943 </cell>
30944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30945 \begin_inset Text
30946
30947 \begin_layout Plain Layout
30948 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30949 \end_inset
30950
30951
30952 \end_layout
30953
30954 \end_inset
30955 </cell>
30956 </row>
30957 <row>
30958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30959 \begin_inset Text
30960
30961 \begin_layout Plain Layout
30962
30963 \backslash
30964 ce
30965 \begin_inset space \textvisiblespace{}
30966 \end_inset
30967
30968 ^227
30969 \begin_inset Formula $\downarrow$
30970 \end_inset
30971
30972 _90
30973 \begin_inset Formula $\to$
30974 \end_inset
30975
30976 Th+
30977 \end_layout
30978
30979 \end_inset
30980 </cell>
30981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30982 \begin_inset Text
30983
30984 \begin_layout Plain Layout
30985 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30986 \end_inset
30987
30988
30989 \end_layout
30990
30991 \end_inset
30992 </cell>
30993 </row>
30994 <row>
30995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30996 \begin_inset Text
30997
30998 \begin_layout Plain Layout
30999
31000 \backslash
31001 ce
31002 \begin_inset space \textvisiblespace{}
31003 \end_inset
31004
31005 CO2
31006 \begin_inset space \textvisiblespace{}
31007 \end_inset
31008
31009 +
31010 \begin_inset space \textvisiblespace{}
31011 \end_inset
31012
31013 C
31014 \begin_inset space \textvisiblespace{}
31015 \end_inset
31016
31017 <=>
31018 \begin_inset space \textvisiblespace{}
31019 \end_inset
31020
31021 2CO
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \end_inset
31037 </cell>
31038 </row>
31039 <row>
31040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31041 \begin_inset Text
31042
31043 \begin_layout Plain Layout
31044
31045 \backslash
31046 ce
31047 \begin_inset space \textvisiblespace{}
31048 \end_inset
31049
31050 CO2
31051 \begin_inset space \textvisiblespace{}
31052 \end_inset
31053
31054 +
31055 \begin_inset space \textvisiblespace{}
31056 \end_inset
31057
31058 C
31059 \begin_inset space \textvisiblespace{}
31060 \end_inset
31061
31062 ->[
31063 \backslash
31064 alpha][
31065 \backslash
31066 beta]
31067 \begin_inset space \textvisiblespace{}
31068 \end_inset
31069
31070 2CO}
31071 \end_layout
31072
31073 \end_inset
31074 </cell>
31075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31076 \begin_inset Text
31077
31078 \begin_layout Plain Layout
31079 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \end_inset
31086 </cell>
31087 </row>
31088 </lyxtabular>
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \begin_layout Standard
31096 \begin_inset Note Greyedout
31097 status open
31098
31099 \begin_layout Plain Layout
31100
31101 \series bold
31102 \color none
31103 Note:
31104 \series default
31105  L'insertion d'une formule mathématique dans une boîte 
31106 \series bold
31107
31108 \backslash
31109 ce
31110 \series default
31111  va provoquer une erreur LaTeX.
31112  Dans ce cas le code TeX devra être utilisé comme par exemple pour 
31113 \series bold
31114
31115 \backslash
31116 ce{$
31117 \backslash
31118 mu
31119 \backslash
31120 hyphen$Cl}
31121 \series default
31122
31123 \begin_inset ERT
31124 status collapsed
31125
31126 \begin_layout Plain Layout
31127
31128
31129 \backslash
31130 ce{$
31131 \backslash
31132 mu
31133 \backslash
31134 hyphen$Cl}
31135 \end_layout
31136
31137 \end_inset
31138
31139  
31140 \end_layout
31141
31142 \end_inset
31143
31144
31145 \end_layout
31146
31147 \begin_layout Standard
31148
31149 \lang english
31150 \begin_inset Note Greyedout
31151 status open
31152
31153 \begin_layout Plain Layout
31154
31155 \series bold
31156 \color none
31157 Nota:
31158 \series default
31159  il n'est pas possible avec LyX d'utiliser le caractère ^ pour obtenir une
31160  flèche vers le haut, comme il est expliqué dans le manuel de 
31161 \series bold
31162 mhchem
31163 \series default
31164  On doit utiliser à la place une espace fine négative suivie de la commande
31165  
31166 \series bold
31167
31168 \backslash
31169 uparrow
31170 \series default
31171
31172 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \end_layout
31182
31183 \begin_layout Standard
31184 L'utilisation de la commande 
31185 \series bold
31186
31187 \backslash
31188 ce
31189 \series default
31190  pour l'équation
31191 \begin_inset space ~
31192 \end_inset
31193
31194
31195 \begin_inset CommandInset ref
31196 LatexCommand eqref
31197 reference "eq:reaction-chimique"
31198
31199 \end_inset
31200
31201  donne
31202 \begin_inset Newline newline
31203 \end_inset
31204
31205
31206 \series bold
31207  
31208 \backslash
31209 ce
31210 \begin_inset space \textvisiblespace{}
31211 \end_inset
31212
31213 2Na+
31214 \begin_inset space \textvisiblespace{}
31215 \end_inset
31216
31217 +
31218 \begin_inset space \textvisiblespace{}
31219 \end_inset
31220
31221 SO4^2-
31222 \begin_inset space \textvisiblespace{}
31223 \end_inset
31224
31225
31226 \begin_inset space \textvisiblespace{}
31227 \end_inset
31228
31229 ->
31230 \begin_inset space \textvisiblespace{}
31231 \end_inset
31232
31233 Na2SO4
31234 \end_layout
31235
31236 \begin_layout Standard
31237 Pour créer des équations chimiques multilignes, on crée d'abord une formule
31238  multiligne comme cela est décrit dans 
31239 \begin_inset CommandInset ref
31240 LatexCommand ref
31241 reference "sec:Formules-multi-lignes"
31242
31243 \end_inset
31244
31245 .
31246  Ensuite on utilise la commande 
31247 \series bold
31248
31249 \backslash
31250 ce
31251 \series default
31252  dans chaque petite boîte bleue de la formule.
31253  
31254 \begin_inset CommandInset ref
31255 LatexCommand eqref
31256 reference "eq:TEOS-reaction-1"
31257
31258 \end_inset
31259
31260  et 
31261 \begin_inset CommandInset ref
31262 LatexCommand eqref
31263 reference "eq:TEOS-reaction-2"
31264
31265 \end_inset
31266
31267  sont un exemple d'une réaction chimique multi-étape où chaque équation
31268  a son propre numéro.
31269 \begin_inset Formula 
31270 \begin{eqnarray}
31271 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31272 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31273 \end{eqnarray}
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 En plus de 
31282 \series bold
31283
31284 \backslash
31285 ce
31286 \series default
31287  le paquetage 
31288 \series bold
31289 mhchem
31290 \series default
31291  fournit la commande 
31292 \series bold
31293
31294 \backslash
31295 cf
31296 \series default
31297
31298 \begin_inset Index idx
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 Commandes ! C ! 
31303 \backslash
31304 cf
31305 \end_layout
31306
31307 \end_inset
31308
31309  qui doit être réservée à des cas spéciaux.
31310  Pour avoir plus d'information au sujet de 
31311 \series bold
31312
31313 \backslash
31314 cf
31315 \series default
31316  et plus d'exemples, jetez un coup d'oeil à la documentation de 
31317 \series bold
31318 mhchem
31319 \series default
31320
31321 \begin_inset CommandInset citation
31322 LatexCommand cite
31323 key "mhchem"
31324
31325 \end_inset
31326
31327 .
31328 \end_layout
31329
31330 \begin_layout Section
31331 Diagrammes
31332 \end_layout
31333
31334 \begin_layout Standard
31335 LyX gère deux types de diagrammes commutatifs; 
31336 \series bold
31337 amscd
31338 \series default
31339  et
31340 \series bold
31341  xymatrix
31342 \series default
31343  qui sont décrits dans ce qui suit.
31344 \end_layout
31345
31346 \begin_layout Subsection
31347 Les diagrammes amscd
31348 \begin_inset Index idx
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352 Diagrammes ! amscd
31353 \end_layout
31354
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \begin_layout Standard
31361 Des diagrammes de ce type visualisent les relations par des lignes verticales
31362  ou horizontales ou encore des flèches: 
31363 \begin_inset Formula 
31364 \[
31365 \begin{CD}A@>>>B@>>>C\\
31366 @AAA@.@VVV\\
31367 F@<<<E@<<<D
31368 \end{CD}
31369 \]
31370
31371 \end_inset
31372
31373
31374 \end_layout
31375
31376 \begin_layout Standard
31377 Pour les obtenir, on insère la commande 
31378 \series bold
31379
31380 \backslash
31381 CD
31382 \begin_inset Index idx
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386 Commandes ! C ! 
31387 \backslash
31388 CD
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \series default
31395  dans une formule.
31396  Une boîte bleue apparaît avec deux lignes en pointillé entre lesquelles
31397  on peut insérer d'autres commandes.
31398  On crée une nouvelle ligne avec 
31399 \family sans
31400 Ctrl+Entrée
31401 \family default
31402 .
31403  Les relations horizontales sont insérées dans les lignes impaires et les
31404  relations verticales dans les lignes paires.
31405 \end_layout
31406
31407 \begin_layout Standard
31408 Pour créer les relations, il y a les commandes suivantes:
31409 \end_layout
31410
31411 \begin_layout Itemize
31412
31413 \series bold
31414 @<<<
31415 \series default
31416  crée une flèche gauche, 
31417 \series bold
31418 @>>>
31419 \series default
31420  une flèche droite, et 
31421 \series bold
31422 @=
31423 \series default
31424  un long signe égal
31425 \end_layout
31426
31427 \begin_layout Itemize
31428
31429 \series bold
31430 @AAA
31431 \series default
31432  crée une flèche vers le haut, 
31433 \series bold
31434 @VVV
31435 \series default
31436  une flèche vers le bas, et 
31437 \series bold
31438 @|
31439 \series default
31440  un signe égal vertical
31441 \end_layout
31442
31443 \begin_layout Itemize
31444
31445 \series bold
31446 @.
31447
31448 \series default
31449  sert de remplissage pour une relation inexistante
31450 \end_layout
31451
31452 \begin_layout Standard
31453 Toutes les flèches peuvent être étiquetées de la façon suivante:
31454 \end_layout
31455
31456 \begin_layout Itemize
31457 Si le texte est inséré entre les deux premiers < ou >, il est placé au dessus
31458  de la flèche.
31459  Quand il est placé entre le deuxième et le troisième, il apparaît sou la
31460  flèche.
31461 \end_layout
31462
31463 \begin_layout Itemize
31464 Quand le texte destiné à une flèche verticale est inséré entre le premier
31465  et le second A ou V, il est placé sur le côté gauche de la flèche.
31466  Si il est inséré entre le deuxième et le troisième, il apparaît à droite
31467  de la flèche.
31468  Si le texte contient un A ou un V, ces lettres doivent être placées entre
31469  des accolades TeX.
31470 \end_layout
31471
31472 \begin_layout Standard
31473 Comme exemple, un diagramme avec toutes les relations possibles:
31474 \end_layout
31475
31476 \begin_layout Standard
31477 \begin_inset Formula 
31478 \[
31479 \begin{CD}A@>j>>B@>>k>C@=F\\
31480 @AmAA@.@VV{V}V@|\\
31481 D@<<j<E@>k>>F@=C
31482 \end{CD}
31483 \]
31484
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \begin_layout Standard
31491 La commande pour l'obtenir:
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \series bold
31497
31498 \backslash
31499 CD
31500 \begin_inset space \textvisiblespace{}
31501 \end_inset
31502
31503 A@>j>>B@>>k>C@=F Ctrl+Entrée
31504 \begin_inset Newline newline
31505 \end_inset
31506
31507
31508 \begin_inset Phantom HPhantom
31509 status open
31510
31511 \begin_layout Plain Layout
31512
31513 \series bold
31514
31515 \backslash
31516 CD
31517 \begin_inset space \textvisiblespace{}
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \end_inset
31524
31525 @AmAA@.@VV
31526 \backslash
31527 {V
31528 \series default
31529
31530 \begin_inset Formula $\to$
31531 \end_inset
31532
31533
31534 \series bold
31535 V@| Ctrl+Entrée
31536 \begin_inset Newline newline
31537 \end_inset
31538
31539
31540 \begin_inset Phantom HPhantom
31541 status open
31542
31543 \begin_layout Plain Layout
31544
31545 \series bold
31546
31547 \backslash
31548 CD
31549 \begin_inset space \textvisiblespace{}
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \end_inset
31556
31557 D@<<j<E@>k>>F@=C
31558 \end_layout
31559
31560 \begin_layout Subsection
31561 Les diagrammes xymatrix
31562 \begin_inset Index idx
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566 Diagrammes ! xymatrix
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Standard
31575 Pour pouvoir utiliser des xymatrices, on doit installer le paquetage LaTeX
31576  
31577 \series bold
31578 xypic
31579 \series default
31580 .
31581  Une xymatrice est créée en insérant la commande 
31582 \series bold
31583
31584 \backslash
31585 xymatrix
31586 \series default
31587  dans une formule.
31588  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31589  comme pour une matrice normale, voir 
31590 \begin_inset CommandInset ref
31591 LatexCommand ref
31592 reference "sec:Matrices"
31593
31594 \end_inset
31595
31596 .
31597 \end_layout
31598
31599 \begin_layout Standard
31600 Contrairement aux diagrammes amscd, les xymatrices acceptent les flèches
31601  diagonales ou courbes et plus encore.
31602  Toutes les possibilités pour créer des diagrammes commutatifs et leurs
31603  décorations sont expliquées en détail dans ce 
31604 \emph on
31605 manuel pour XY-pic 
31606 \emph default
31607 que vous trouverez dans le menu 
31608 \family sans
31609 Aide\SpecialChar \menuseparator
31610 Manuels
31611 \begin_inset space ~
31612 \end_inset
31613
31614 spécifiques
31615 \family default
31616 .
31617 \end_layout
31618
31619 \begin_layout Subsection
31620 Les diagrammes
31621 \noun on
31622  Feynman
31623 \noun default
31624
31625 \begin_inset Index idx
31626 status collapsed
31627
31628 \begin_layout Plain Layout
31629 Diagrammes ! Feynman
31630 \end_layout
31631
31632 \end_inset
31633
31634
31635 \end_layout
31636
31637 \begin_layout Standard
31638 Pour pouvoir utiliser des diagrammes 
31639 \noun on
31640 Feynman
31641 \noun default
31642 , on doit installer le paquetage LaTeX 
31643 \series bold
31644 feyn
31645 \series default
31646 .
31647  Un diagramme 
31648 \noun on
31649 Feynman
31650 \noun default
31651  est créée en insérant la commande 
31652 \series bold
31653
31654 \backslash
31655 Diagram
31656 \series default
31657  dans une formule.
31658  Ensuite vous pouvez ajouter de nouvelles lignes et de nouvelles colonnes
31659  comme pour une matrice normale, voir 
31660 \begin_inset CommandInset ref
31661 LatexCommand ref
31662 reference "sec:Matrices"
31663
31664 \end_inset
31665
31666 .
31667 \end_layout
31668
31669 \begin_layout Standard
31670 On trouvera des exemples montrant comment créer des diagrammes de 
31671 \noun on
31672 Feynman
31673 \noun default
31674  avec LyX dans le 
31675 \emph on
31676 Manuel des diagrammes de Feynman
31677 \emph default
31678  que vous trouverez dans le menu 
31679 \family sans
31680 Aide\SpecialChar \menuseparator
31681 Manuels
31682 \begin_inset space ~
31683 \end_inset
31684
31685 spécifiques
31686 \family default
31687 .
31688 \end_layout
31689
31690 \begin_layout Standard
31691 \begin_inset Newpage newpage
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Section
31698 Commandes personnalisées
31699 \begin_inset CommandInset label
31700 LatexCommand label
31701 name "sec:Commandes-personnalisées"
31702
31703 \end_inset
31704
31705
31706 \begin_inset Index idx
31707 status collapsed
31708
31709 \begin_layout Plain Layout
31710 Commandes personnalisées
31711 \end_layout
31712
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \begin_layout Standard
31719 \begin_inset Note Greyedout
31720 status open
31721
31722 \begin_layout Plain Layout
31723
31724 \series bold
31725 Note:
31726 \series default
31727  Les noms des commandes personnalisées ne peuvent contenir que des lettres
31728  latines.
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Subsection
31737 La commande 
31738 \backslash
31739 newcommand
31740 \begin_inset CommandInset label
31741 LatexCommand label
31742 name "sub:La-commande-newcommand"
31743
31744 \end_inset
31745
31746
31747 \begin_inset Index idx
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751 Commandes personnalisées ! 
31752 \backslash
31753 newcommand
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \begin_inset Index idx
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 Commandes ! N ! 
31764 \backslash
31765 newcommand
31766 \end_layout
31767
31768 \end_inset
31769
31770
31771 \end_layout
31772
31773 \begin_layout Standard
31774 De nombreuses commandes LaTeX sont trop longues pour être utilisées fréquemment.
31775  Mais on peut définir de nouvelles commandes plus courtes avec la commande
31776  
31777 \series bold
31778
31779 \backslash
31780 newcommand
31781 \series default
31782
31783 \begin_inset Index idx
31784 status collapsed
31785
31786 \begin_layout Plain Layout
31787 Commandes ! N ! 
31788 \backslash
31789 newcommand
31790 \end_layout
31791
31792 \end_inset
31793
31794  .
31795 \end_layout
31796
31797 \begin_layout Standard
31798 La syntaxe de 
31799 \series bold
31800
31801 \backslash
31802 newcommand
31803 \series default
31804  est:
31805 \end_layout
31806
31807 \begin_layout Standard
31808
31809 \series bold
31810
31811 \backslash
31812 newcommand{nom de la nouvelle commande}[nombre d'arguments][valeur optionnelle]
31813 \begin_inset Newline newline
31814 \end_inset
31815
31816
31817 \begin_inset Phantom HPhantom
31818 status open
31819
31820 \begin_layout Plain Layout
31821
31822 \series bold
31823
31824 \backslash
31825 newcommand
31826 \end_layout
31827
31828 \end_inset
31829
31830 {définition de la commande}
31831 \end_layout
31832
31833 \begin_layout Standard
31834 \begin_inset Note Greyedout
31835 status open
31836
31837 \begin_layout Plain Layout
31838
31839 \series bold
31840 Note:
31841 \series default
31842  Vérifiez que le nom de la nouvelle commande n'est pas déjà utilisé par
31843  votre document ou par un des paquetages LaTeX que vous utilisez.
31844  Si par exemple, vous tentez de définir la commande 
31845 \series bold
31846
31847 \backslash
31848 le
31849 \series default
31850  pour 
31851 \series bold
31852
31853 \backslash
31854 Leftarrow
31855 \series default
31856 , vous aurez un message d'erreur puisque 
31857 \series bold
31858
31859 \backslash
31860 le
31861 \series default
31862  est déjà définie comme étant la commande pour le symbole 
31863 \begin_inset Quotes eld
31864 \end_inset
31865
31866
31867 \begin_inset Formula $\le$
31868 \end_inset
31869
31870
31871 \begin_inset Quotes erd
31872 \end_inset
31873
31874 .
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Standard
31883 Le nombre d'arguments est un entier entre 0 et 9 et il précise le nombre
31884  d'argument que la commande doit avoir.
31885  Avec la valeur optionnelle, on peut prédéfinir une valeur pour un argument
31886  optionnel.
31887  Quand on utilise cette valeur, le 
31888 \emph on
31889 premier 
31890 \emph default
31891 argument de la nouvelle commande est automatiquement l'argument optionnel.
31892 \end_layout
31893
31894 \begin_layout Standard
31895 Voici quelques exemples:
31896 \end_layout
31897
31898 \begin_layout Itemize
31899 Pour définir la commande 
31900 \series bold
31901
31902 \backslash
31903 gr
31904 \series default
31905  pour 
31906 \series bold
31907
31908 \backslash
31909 Longrightarrow
31910 \series default
31911 , la ligne à insérer dans le préambule LaTeX est:
31912 \begin_inset VSpace medskip
31913 \end_inset
31914
31915
31916 \begin_inset Newline newline
31917 \end_inset
31918
31919
31920 \series bold
31921
31922 \backslash
31923 newcommand{
31924 \backslash
31925 gr}{
31926 \backslash
31927 Longrightarrow}
31928 \end_layout
31929
31930 \begin_layout Itemize
31931 Pour définir la commande
31932 \series bold
31933  
31934 \backslash
31935 us
31936 \series default
31937  pour 
31938 \series bold
31939
31940 \backslash
31941 underline
31942 \series default
31943 , l'argument (qui doit être souligné) doit être pris en compte.
31944  Pour cela, la ligne à insérer dans le préambule est:
31945 \begin_inset VSpace medskip
31946 \end_inset
31947
31948
31949 \begin_inset Newline newline
31950 \end_inset
31951
31952
31953 \series bold
31954
31955 \backslash
31956 newcommand{
31957 \backslash
31958 us}[1]{
31959 \backslash
31960 underline{#1}}
31961 \series default
31962
31963 \begin_inset VSpace medskip
31964 \end_inset
31965
31966
31967 \begin_inset Newline newline
31968 \end_inset
31969
31970 Le caractère 
31971 \series bold
31972 #
31973 \series default
31974  agit comme un argument formel, le 
31975 \series bold
31976 1
31977 \series default
31978  derrière lui indique qu'il représente le premier argument.
31979 \end_layout
31980
31981 \begin_layout Itemize
31982 Pour remplacer la commande 
31983 \series bold
31984
31985 \backslash
31986 framebox
31987 \series default
31988  on peut par exemple définir, la commande 
31989 \series bold
31990
31991 \backslash
31992 fb
31993 \series default
31994 :
31995 \begin_inset VSpace medskip
31996 \end_inset
31997
31998
31999 \begin_inset Newline newline
32000 \end_inset
32001
32002
32003 \series bold
32004
32005 \backslash
32006 newcommand{
32007 \backslash
32008 fb}[3]{
32009 \backslash
32010 framebox#1#2{$#3$}}
32011 \series default
32012
32013 \begin_inset VSpace medskip
32014 \end_inset
32015
32016
32017 \begin_inset Newline newline
32018 \end_inset
32019
32020 Les deux dollars créent une formule supplémentaire pour la commande 
32021 \series bold
32022
32023 \backslash
32024 framebox
32025 \series default
32026 , voir 
32027 \begin_inset CommandInset ref
32028 LatexCommand ref
32029 reference "sub:Boîtes-avec-cadre"
32030
32031 \end_inset
32032
32033 .
32034 \end_layout
32035
32036 \begin_layout Itemize
32037 Pour créer une nouvelle commande pour remplacer 
32038 \series bold
32039
32040 \backslash
32041 fcolorbox
32042 \series default
32043  où la couleur de la boîte n'aurait pas besoin d'être précisée, l'argument
32044  pour la couleur est défini comme optionnel:
32045 \begin_inset VSpace medskip
32046 \end_inset
32047
32048
32049 \begin_inset Newline newline
32050 \end_inset
32051
32052
32053 \series bold
32054
32055 \backslash
32056 newcommand{
32057 \backslash
32058 cb}[3][white]{
32059 \backslash
32060 fcolorbox{#2}{#1}{$#3$}}
32061 \series default
32062
32063 \begin_inset VSpace medskip
32064 \end_inset
32065
32066
32067 \begin_inset Newline newline
32068 \end_inset
32069
32070 Quand la couleur n'est pas définie lors d'une utilisation de 
32071 \series bold
32072
32073 \backslash
32074 cb
32075 \series default
32076 , la couleur prédéfinie 
32077 \series bold
32078 white
32079 \series default
32080  est utilisée implicitement.
32081 \end_layout
32082
32083 \begin_layout Standard
32084 Un test des nouvelles commandes:
32085 \end_layout
32086
32087 \begin_layout Standard
32088 \align center
32089 \begin_inset Tabular
32090 <lyxtabular version="3" rows="6" columns="2">
32091 <features rotate="0" tabularvalignment="middle">
32092 <column alignment="center" valignment="top">
32093 <column alignment="center" valignment="top">
32094 <row>
32095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32096 \begin_inset Text
32097
32098 \begin_layout Plain Layout
32099 Commande
32100 \end_layout
32101
32102 \end_inset
32103 </cell>
32104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32105 \begin_inset Text
32106
32107 \begin_layout Plain Layout
32108 Résultat
32109 \begin_inset Note Note
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113
32114 \series bold
32115
32116 \backslash
32117 raisebox
32118 \series default
32119  est seulement utilisée pour faire de la place
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 </row>
32130 <row>
32131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135 A
32136 \backslash
32137 gr
32138 \begin_inset space \textvisiblespace{}
32139 \end_inset
32140
32141 B
32142 \end_layout
32143
32144 \end_inset
32145 </cell>
32146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32147 \begin_inset Text
32148
32149 \begin_layout Plain Layout
32150 \begin_inset Formula $A\gr B$
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 </row>
32159 <row>
32160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164
32165 \backslash
32166 us{ABcd
32167 \end_layout
32168
32169 \end_inset
32170 </cell>
32171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32172 \begin_inset Text
32173
32174 \begin_layout Plain Layout
32175 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 </row>
32184 <row>
32185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189
32190 \backslash
32191 fb{[2cm]
32192 \begin_inset Formula $\to$
32193 \end_inset
32194
32195
32196 \backslash
32197 {
32198 \begin_inset Formula $\to$
32199 \end_inset
32200
32201
32202 \backslash
32203 {
32204 \backslash
32205 int
32206 \begin_inset space \textvisiblespace{}
32207 \end_inset
32208
32209 A=B
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32215 \begin_inset Text
32216
32217 \begin_layout Plain Layout
32218 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \end_inset
32225 </cell>
32226 </row>
32227 <row>
32228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32229 \begin_inset Text
32230
32231 \begin_layout Plain Layout
32232
32233 \backslash
32234 cb{red
32235 \begin_inset Formula $\to$
32236 \end_inset
32237
32238
32239 \backslash
32240 {
32241 \backslash
32242 int
32243 \begin_inset space \textvisiblespace{}
32244 \end_inset
32245
32246 A=B
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 </row>
32264 <row>
32265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269
32270 \backslash
32271 cb[green]
32272 \backslash
32273 {red
32274 \begin_inset Formula $\to$
32275 \end_inset
32276
32277
32278 \backslash
32279 {
32280 \backslash
32281 int
32282 \begin_inset space \textvisiblespace{}
32283 \end_inset
32284
32285 A=B
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32291 \begin_inset Text
32292
32293 \begin_layout Plain Layout
32294 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \end_inset
32301 </cell>
32302 </row>
32303 </lyxtabular>
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \begin_layout Subsection
32311 Macros en mode mathématique
32312 \begin_inset Index idx
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316 Commandes personnalisées ! macros mathématiques
32317 \end_layout
32318
32319 \end_inset
32320
32321
32322 \begin_inset Index idx
32323 status collapsed
32324
32325 \begin_layout Plain Layout
32326 Macros
32327 \end_layout
32328
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \begin_layout Standard
32335 LyX permet la définition de macros pour les formules, ce qui est parciculièremen
32336 t utile pour les expressions complexes.
32337  Par exemple, supposons que les solutions de l'équation du second degré
32338  apparaissent souvent dans votre document sous des formes variées.
32339  La forme générale de l'équation du second degré est:
32340 \begin_inset Formula 
32341 \[
32342 0=\lambda^{2}+p\lambda+q
32343 \]
32344
32345 \end_inset
32346
32347 La forme générale de ses solutions est:
32348 \begin_inset Formula 
32349 \[
32350 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32351 \]
32352
32353 \end_inset
32354
32355
32356 \end_layout
32357
32358 \begin_layout Standard
32359 Pour définir une commande pour la formule de la solution, les paramètres
32360  
32361 \begin_inset Formula $\lambda$
32362 \end_inset
32363
32364
32365 \begin_inset Formula $p$
32366 \end_inset
32367
32368  et 
32369 \begin_inset Formula $q$
32370 \end_inset
32371
32372  peuvent prendre des formes variées et l'indice de 
32373 \begin_inset Formula $\lambda$
32374 \end_inset
32375
32376  doit pouvoir être donné de façon optionnelle, la ligne de préambule LaTeX
32377  est
32378 \begin_inset Newline newline
32379 \end_inset
32380
32381
32382 \series bold
32383
32384 \backslash
32385 newcommand{
32386 \backslash
32387 qG}[4][1,
32388 \backslash
32389 ,2]{#2_{#1}=-
32390 \backslash
32391 frac{#3}{2}
32392 \backslash
32393 pm
32394 \begin_inset Newline newline
32395 \end_inset
32396
32397
32398 \begin_inset Phantom HPhantom
32399 status open
32400
32401 \begin_layout Plain Layout
32402
32403 \series bold
32404
32405 \backslash
32406 newcommand
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \backslash
32413 sqrt{
32414 \backslash
32415 frac{#3^{2}}{4}-#4}}
32416 \end_layout
32417
32418 \begin_layout Standard
32419 Pour créer une formule de solution avec cette définition, on peut insérer
32420  dans une formule la commande:
32421 \end_layout
32422
32423 \begin_layout Standard
32424
32425 \series bold
32426
32427 \backslash
32428 qG{
32429 \backslash
32430 lambda
32431 \begin_inset Formula $\to$
32432 \end_inset
32433
32434
32435 \backslash
32436 {p
32437 \begin_inset Formula $\to$
32438 \end_inset
32439
32440
32441 \backslash
32442 {q
32443 \end_layout
32444
32445 \begin_layout Standard
32446 La définition de la nouvelle commande n'est pas intuitive parce que l'on
32447  doit connaître la syntaxe des commandes LaTeX que l'on utilise, par exemple
32448  que l'on insère une fraction en faisant 
32449 \series bold
32450
32451 \backslash
32452 frac{numérateur}{dénominateur}
32453 \series default
32454 .
32455  En plus on peut facilement oublier une accolade dans la définition et ne
32456  pas voir dans LyX ce que la nouvelle commande va faire.
32457  Pour éviter ces problèmes LyX offre la possibilité d'utiliser des macros
32458  mathématiques à la place de la commande 
32459 \series bold
32460
32461 \backslash
32462 newcommand
32463 \series default
32464 .
32465 \end_layout
32466
32467 \begin_layout Standard
32468 Une macro est créée en utilisant le menu 
32469 \family sans
32470 Insertion\SpecialChar \menuseparator
32471 Math\SpecialChar \menuseparator
32472 Macro
32473 \family default
32474  ou le bouton 
32475 \begin_inset Graphics
32476         filename ../../images/math-macro_newmacroname_newcommand.png
32477         scale 85
32478
32479 \end_inset
32480
32481  de la barre d'outils.
32482  La barre d'outils macro apparaît alors ainsi que la boîte suivante où on
32483  définit la macro:
32484 \begin_inset Newline newline
32485 \end_inset
32486
32487
32488 \begin_inset space \hspace*{\fill}
32489 \end_inset
32490
32491
32492 \begin_inset Graphics
32493         filename ../clipart/macrobox.png
32494
32495 \end_inset
32496
32497
32498 \begin_inset space \hspace*{\fill}
32499 \end_inset
32500
32501
32502 \begin_inset Newline newline
32503 \end_inset
32504
32505
32506 \begin_inset FormulaMacro
32507 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32508 \end_inset
32509
32510
32511 \backslash
32512 newmacroname est le nom qui est donné implicitement à la macro et qui doit
32513  être remplacé par quelquechose de raisonable.
32514  La formule voulue est insérée dans la première boîte bleue.
32515  On insère une réservation pour un argument avec la commande 
32516 \series bold
32517
32518 \backslash
32519 #numéro_argument
32520 \series default
32521 , par exemple 
32522 \series bold
32523
32524 \backslash
32525 #1
32526 \series default
32527 , ou en utilisant le bouton 
32528 \begin_inset Graphics
32529         filename ../../images/math-macro-add-param.png
32530         scale 85
32531
32532 \end_inset
32533
32534  de la barre d'outils macro.
32535  On peut avoir au maximum 9
32536 \begin_inset space ~
32537 \end_inset
32538
32539 arguments.
32540  Les arguments optionnels sont créés avec le bouton 
32541 \begin_inset Graphics
32542         filename ../../images/math-macro-add-optional-param.png
32543         scale 85
32544
32545 \end_inset
32546
32547 de la barre d'outils.
32548  Le prenier argument non optionnel peut être transformé en argument optionnel
32549  avec le bouton 
32550 \begin_inset Graphics
32551         filename ../../images/math-macro-make-optional.png
32552         scale 85
32553
32554 \end_inset
32555
32556 .
32557  On peut utiliser la deuxième boîte bleue pour décrire l'apparence de la
32558  macro dans LyX.
32559  En principe, vous voudrez la voir comme vous l'avez définie, la boîte est
32560  alors laissée vide.
32561  Mais quand vous avez créé une macro qui demande beaucoup de place à l'écran,
32562  vous pouvez par exemple, insérer dans la boîte quelquechose comme ceci
32563 \begin_inset Newline newline
32564 \end_inset
32565
32566
32567 \series bold
32568 qG: 
32569 \backslash
32570 #1
32571 \series default
32572  
32573 \series bold
32574 ,
32575 \series default
32576  
32577 \series bold
32578
32579 \backslash
32580 #2
32581 \series default
32582  
32583 \series bold
32584 ,
32585 \series default
32586  
32587 \series bold
32588
32589 \backslash
32590 #3, 
32591 \backslash
32592 #4
32593 \begin_inset Newline newline
32594 \end_inset
32595
32596
32597 \series default
32598 Au niveau de la macro on n'affichera que les arguments, précédés du nom
32599  de la macro, ce qui facilitera la lisibilité.
32600  La formule sera imprimée sur la sortie conformément à la description de
32601  la première boîte.
32602 \begin_inset Newline newline
32603 \end_inset
32604
32605 L'apparence d'une macro dans une formule peut être modifiée en déplaçant
32606  le curseur dans la macro et en utilisant le menu 
32607 \family sans
32608 Visualiser\SpecialChar \menuseparator
32609 Déplier/Replier la macro mathématique
32610 \family default
32611 .
32612 \end_layout
32613
32614 \begin_layout Standard
32615 Pour utiliser une macro, son nom est inséré dans une formule comme une commande,
32616  dans notre cas, on met 
32617 \series bold
32618
32619 \backslash
32620 qG
32621 \series default
32622 .
32623  Dans Lyx, notre macro va ressembler à ceci:
32624 \begin_inset Newline newline
32625 \end_inset
32626
32627
32628 \begin_inset space \hspace*{\fill}
32629 \end_inset
32630
32631
32632 \begin_inset Graphics
32633         filename ../clipart/macrouse.png
32634
32635 \end_inset
32636
32637
32638 \begin_inset space \hspace*{\fill}
32639 \end_inset
32640
32641
32642 \begin_inset Newline newline
32643 \end_inset
32644
32645 Voici notre exemple avec les arguments 
32646 \begin_inset Formula $x$
32647 \end_inset
32648
32649
32650 \begin_inset Formula $\ln(x)$
32651 \end_inset
32652
32653  et 
32654 \begin_inset Formula $B$
32655 \end_inset
32656
32657 :
32658 \end_layout
32659
32660 \begin_layout Standard
32661 \begin_inset Formula 
32662 \[
32663 \qG x{\ln(x)}B
32664 \]
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Standard
32672 LyX propose dans le menu 
32673 \family sans
32674 Outils
32675 \family default
32676 \SpecialChar \menuseparator
32677
32678 \family sans
32679 Préférences\SpecialChar \menuseparator
32680 En
32681 \begin_inset space ~
32682 \end_inset
32683
32684 cours
32685 \begin_inset space ~
32686 \end_inset
32687
32688 de
32689 \begin_inset space ~
32690 \end_inset
32691
32692 modification\SpecialChar \menuseparator
32693 Contrôle
32694 \family default
32695  different styles pour éditer les macros.
32696  Pour trouver le style qui vous convient le mieux, choisissez un style et
32697  placez le curseur dans une macro pour voir la différence.
32698 \end_layout
32699
32700 \begin_layout Standard
32701 En interne, une macro est transformée en une commande 
32702 \series bold
32703
32704 \backslash
32705 newcommand
32706 \series default
32707  au moment de l'exportation du document.
32708  Les commandes 
32709 \series bold
32710
32711 \backslash
32712 newcommand
32713 \series default
32714  qui sont ainsi générées ne sont pas placées dans le préambule LaTeX, ce
32715  qui fait que les macros ne peuvent être utilisées que dans des formules
32716  qui suivent leur boîte de définition dans le document.
32717 \end_layout
32718
32719 \begin_layout Standard
32720 On peut aussi créer une macro mathématique directement à partir d'une commande
32721  
32722 \series bold
32723
32724 \backslash
32725 newcommand
32726 \series default
32727 .
32728  Écrivez par exemple la commande
32729 \begin_inset Newline newline
32730 \end_inset
32731
32732
32733 \series bold
32734
32735 \backslash
32736 newcommand{
32737 \backslash
32738 larrow}[2]{
32739 \backslash
32740 xleftarrow[#2]{#1}}
32741 \series default
32742
32743 \begin_inset Newline newline
32744 \end_inset
32745
32746 dans LyX, en texte normal, sélectionnez-la et ensuite utilisez la raccourci
32747  clavier 
32748 \family sans
32749 Ctrl+M
32750 \family default
32751 , la commande sera transformée en macro mathématique.
32752  En utilisant cette méthode, vous devez faire attention au fait que la commande
32753  
32754 \series bold
32755
32756 \backslash
32757 newcommand
32758 \series default
32759  soit tapée correctement, sinon vous obtiendrez une macro corrompue qui
32760  amènera des erreurs LaTeX.
32761 \end_layout
32762
32763 \begin_layout Standard
32764 Les macro mathématiques ont encore actuellement un problème qui fait que
32765  les formules supplémentaires dans une définition de macro ne sont pas gérées
32766  correctement.
32767  Ce qui fait que l'exemple 
32768 \series bold
32769
32770 \backslash
32771 fb
32772 \series default
32773  de la sous-section
32774 \begin_inset space ~
32775 \end_inset
32776
32777
32778 \begin_inset CommandInset ref
32779 LatexCommand ref
32780 reference "sub:La-commande-newcommand"
32781
32782 \end_inset
32783
32784  ne peut pas être créée comme macro.
32785 \end_layout
32786
32787 \begin_layout Standard
32788 Quand le curseur se trouve dans la boîte de définition d'une macro, vous
32789  verrez dans la fenêtre de LyX, la barre d'outils macro :
32790 \end_layout
32791
32792 \begin_layout Standard
32793 \begin_inset VSpace defskip
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \begin_layout Standard
32800 \begin_inset Graphics
32801         filename ../clipart/MacroToolbar.png
32802
32803 \end_inset
32804
32805
32806 \begin_inset Index idx
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810 Macros ! Barre d'outils
32811 \end_layout
32812
32813 \end_inset
32814
32815
32816 \end_layout
32817
32818 \begin_layout Standard
32819 \begin_inset VSpace defskip
32820 \end_inset
32821
32822
32823 \end_layout
32824
32825 \begin_layout Standard
32826 La barre d'outils macro contient de la gauche vers la droite les boutons
32827  suivants :
32828 \end_layout
32829
32830 \begin_layout Standard
32831 \begin_inset VSpace defskip
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset Tabular
32839 <lyxtabular version="3" rows="9" columns="2">
32840 <features rotate="0" islongtable="true" longtabularalignment="center">
32841 <column alignment="left" valignment="top">
32842 <column alignment="left" valignment="top" width="85col%">
32843 <row interlinespace="2.5mm">
32844 <cell alignment="center" valignment="top" usebox="none">
32845 \begin_inset Text
32846
32847 \begin_layout Plain Layout
32848 \begin_inset Graphics
32849         filename ../../images/math-macro-remove-param.png
32850         rotateOrigin center
32851
32852 \end_inset
32853
32854
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 <cell alignment="center" valignment="top" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863
32864 \family sans
32865 Édition\SpecialChar \menuseparator
32866 Math\SpecialChar \menuseparator
32867 Définition
32868 \begin_inset space ~
32869 \end_inset
32870
32871 de
32872 \begin_inset space ~
32873 \end_inset
32874
32875 macro\SpecialChar \menuseparator
32876 Supprimer
32877 \begin_inset space ~
32878 \end_inset
32879
32880 le
32881 \begin_inset space ~
32882 \end_inset
32883
32884 dernier
32885 \begin_inset space ~
32886 \end_inset
32887
32888 argument
32889 \end_layout
32890
32891 \end_inset
32892 </cell>
32893 </row>
32894 <row interlinespace="2.5mm">
32895 <cell alignment="center" valignment="top" usebox="none">
32896 \begin_inset Text
32897
32898 \begin_layout Plain Layout
32899 \begin_inset Graphics
32900         filename ../../images/math-macro-add-param.png
32901         rotateOrigin center
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \end_inset
32909 </cell>
32910 <cell alignment="center" valignment="top" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914
32915 \family sans
32916 Édition\SpecialChar \menuseparator
32917 Math\SpecialChar \menuseparator
32918 Définition
32919 \begin_inset space ~
32920 \end_inset
32921
32922 de
32923 \begin_inset space ~
32924 \end_inset
32925
32926 macro\SpecialChar \menuseparator
32927 Ajouter
32928 \begin_inset space ~
32929 \end_inset
32930
32931 un
32932 \begin_inset space ~
32933 \end_inset
32934
32935 argument
32936 \end_layout
32937
32938 \end_inset
32939 </cell>
32940 </row>
32941 <row interlinespace="2.5mm">
32942 <cell alignment="center" valignment="top" usebox="none">
32943 \begin_inset Text
32944
32945 \begin_layout Plain Layout
32946 \begin_inset Graphics
32947         filename ../../images/math-macro-make-optional.png
32948         rotateOrigin center
32949
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \end_inset
32956 </cell>
32957 <cell alignment="center" valignment="top" usebox="none">
32958 \begin_inset Text
32959
32960 \begin_layout Plain Layout
32961
32962 \family sans
32963 Édition\SpecialChar \menuseparator
32964 Math\SpecialChar \menuseparator
32965 Définition
32966 \begin_inset space ~
32967 \end_inset
32968
32969 de
32970 \begin_inset space ~
32971 \end_inset
32972
32973 macro\SpecialChar \menuseparator
32974 Rendre optionnel le premier
32975 \begin_inset Newline newline
32976 \end_inset
32977
32978
32979 \begin_inset Phantom HPhantom
32980 status open
32981
32982 \begin_layout Plain Layout
32983
32984 \family sans
32985 Édition\SpecialChar \menuseparator
32986 Math\SpecialChar \menuseparator
32987 Définition
32988 \begin_inset space ~
32989 \end_inset
32990
32991 de
32992 \begin_inset space ~
32993 \end_inset
32994
32995 macro\SpecialChar \menuseparator
32996
32997 \end_layout
32998
32999 \end_inset
33000
33001 argument
33002 \begin_inset space ~
33003 \end_inset
33004
33005 non
33006 \begin_inset space ~
33007 \end_inset
33008
33009 optionnel
33010 \end_layout
33011
33012 \end_inset
33013 </cell>
33014 </row>
33015 <row interlinespace="2.5mm">
33016 <cell alignment="center" valignment="top" usebox="none">
33017 \begin_inset Text
33018
33019 \begin_layout Plain Layout
33020 \begin_inset Graphics
33021         filename ../../images/math-macro-make-nonoptional.png
33022         rotateOrigin center
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \end_inset
33030 </cell>
33031 <cell alignment="center" valignment="top" usebox="none">
33032 \begin_inset Text
33033
33034 \begin_layout Plain Layout
33035
33036 \family sans
33037 Édition\SpecialChar \menuseparator
33038 Math\SpecialChar \menuseparator
33039 Définition
33040 \begin_inset space ~
33041 \end_inset
33042
33043 de
33044 \begin_inset space ~
33045 \end_inset
33046
33047 macro\SpecialChar \menuseparator
33048 Rendre non optionnel le dernier
33049 \begin_inset Newline newline
33050 \end_inset
33051
33052
33053 \begin_inset Phantom HPhantom
33054 status open
33055
33056 \begin_layout Plain Layout
33057
33058 \family sans
33059 Édition\SpecialChar \menuseparator
33060 Math\SpecialChar \menuseparator
33061 Définition
33062 \begin_inset space ~
33063 \end_inset
33064
33065 de
33066 \begin_inset space ~
33067 \end_inset
33068
33069 macro\SpecialChar \menuseparator
33070
33071 \end_layout
33072
33073 \end_inset
33074
33075 argument
33076 \begin_inset space ~
33077 \end_inset
33078
33079 optionnel
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 </row>
33085 <row interlinespace="2.5mm">
33086 <cell alignment="center" valignment="top" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 \begin_inset Graphics
33091         filename ../../images/math-macro-remove-optional-param.png
33092         rotateOrigin center
33093
33094 \end_inset
33095
33096
33097 \end_layout
33098
33099 \end_inset
33100 </cell>
33101 <cell alignment="center" valignment="top" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105
33106 \family sans
33107 Édition\SpecialChar \menuseparator
33108 Math\SpecialChar \menuseparator
33109 Définition
33110 \begin_inset space ~
33111 \end_inset
33112
33113 de
33114 \begin_inset space ~
33115 \end_inset
33116
33117 macro\SpecialChar \menuseparator
33118 Supprimer
33119 \begin_inset space ~
33120 \end_inset
33121
33122 un
33123 \begin_inset space ~
33124 \end_inset
33125
33126 argument
33127 \begin_inset space ~
33128 \end_inset
33129
33130 optionnel
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 </row>
33136 <row interlinespace="2.5mm">
33137 <cell alignment="center" valignment="top" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 \begin_inset Graphics
33142         filename ../../images/math-macro-add-optional-param.png
33143         rotateOrigin center
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156
33157 \family sans
33158 Édition\SpecialChar \menuseparator
33159 Math\SpecialChar \menuseparator
33160 Définition
33161 \begin_inset space ~
33162 \end_inset
33163
33164 de
33165 \begin_inset space ~
33166 \end_inset
33167
33168 macro\SpecialChar \menuseparator
33169 Insérer
33170 \begin_inset space ~
33171 \end_inset
33172
33173 un
33174 \begin_inset space ~
33175 \end_inset
33176
33177 argument
33178 \begin_inset space ~
33179 \end_inset
33180
33181 optionnel
33182 \end_layout
33183
33184 \end_inset
33185 </cell>
33186 </row>
33187 <row interlinespace="2.5mm">
33188 <cell alignment="center" valignment="top" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 \begin_inset Graphics
33193         filename ../../images/math-macro-remove-greedy-param.png
33194         rotateOrigin center
33195
33196 \end_inset
33197
33198
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 <cell alignment="center" valignment="top" usebox="none">
33204 \begin_inset Text
33205
33206 \begin_layout Plain Layout
33207
33208 \family sans
33209 Édition\SpecialChar \menuseparator
33210 Math\SpecialChar \menuseparator
33211 Définition
33212 \begin_inset space ~
33213 \end_inset
33214
33215 de
33216 \begin_inset space ~
33217 \end_inset
33218
33219 macro\SpecialChar \menuseparator
33220 Enlever
33221 \begin_inset space ~
33222 \end_inset
33223
33224 le
33225 \begin_inset space ~
33226 \end_inset
33227
33228 dernier
33229 \begin_inset space ~
33230 \end_inset
33231
33232 argument
33233 \begin_inset space ~
33234 \end_inset
33235
33236 en
33237 \begin_inset Newline newline
33238 \end_inset
33239
33240
33241 \begin_inset Phantom HPhantom
33242 status open
33243
33244 \begin_layout Plain Layout
33245
33246 \family sans
33247 Édition\SpecialChar \menuseparator
33248 Math\SpecialChar \menuseparator
33249 Définition
33250 \begin_inset space ~
33251 \end_inset
33252
33253 de
33254 \begin_inset space ~
33255 \end_inset
33256
33257 macro\SpecialChar \menuseparator
33258
33259 \end_layout
33260
33261 \end_inset
33262
33263 éjectant
33264 \begin_inset space ~
33265 \end_inset
33266
33267 par
33268 \begin_inset space ~
33269 \end_inset
33270
33271 la
33272 \begin_inset space ~
33273 \end_inset
33274
33275 droite
33276 \end_layout
33277
33278 \end_inset
33279 </cell>
33280 </row>
33281 <row interlinespace="2.5mm">
33282 <cell alignment="center" valignment="top" usebox="none">
33283 \begin_inset Text
33284
33285 \begin_layout Plain Layout
33286 \begin_inset Graphics
33287         filename ../../images/math-macro-append-greedy-param.png
33288         rotateOrigin center
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 <cell alignment="center" valignment="top" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301
33302 \family sans
33303 Édition\SpecialChar \menuseparator
33304 Math\SpecialChar \menuseparator
33305 Définition
33306 \begin_inset space ~
33307 \end_inset
33308
33309 de
33310 \begin_inset space ~
33311 \end_inset
33312
33313 macro\SpecialChar \menuseparator
33314 Ajouter
33315 \begin_inset space ~
33316 \end_inset
33317
33318 l'argument
33319 \begin_inset space ~
33320 \end_inset
33321
33322 en
33323 \begin_inset space ~
33324 \end_inset
33325
33326 intégrant
33327 \begin_inset Newline newline
33328 \end_inset
33329
33330
33331 \begin_inset Phantom HPhantom
33332 status open
33333
33334 \begin_layout Plain Layout
33335
33336 \family sans
33337 Édition\SpecialChar \menuseparator
33338 Math\SpecialChar \menuseparator
33339 Définition
33340 \begin_inset space ~
33341 \end_inset
33342
33343 de
33344 \begin_inset space ~
33345 \end_inset
33346
33347 macro\SpecialChar \menuseparator
33348
33349 \end_layout
33350
33351 \end_inset
33352
33353 depuis
33354 \begin_inset space ~
33355 \end_inset
33356
33357 la
33358 \begin_inset space ~
33359 \end_inset
33360
33361 droite
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 </row>
33367 <row interlinespace="2.5mm">
33368 <cell alignment="center" valignment="top" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372 \begin_inset Graphics
33373         filename ../../images/math-macro-add-greedy-optional-param.png
33374         rotateOrigin center
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387
33388 \family sans
33389 Édition\SpecialChar \menuseparator
33390 Math\SpecialChar \menuseparator
33391 Définition
33392 \begin_inset space ~
33393 \end_inset
33394
33395 de
33396 \begin_inset space ~
33397 \end_inset
33398
33399 macro\SpecialChar \menuseparator
33400 Ajouter
33401 \begin_inset space ~
33402 \end_inset
33403
33404 l'argument
33405 \begin_inset space ~
33406 \end_inset
33407
33408 optionnel
33409 \begin_inset space ~
33410 \end_inset
33411
33412 en
33413 \begin_inset Newline newline
33414 \end_inset
33415
33416
33417 \begin_inset Phantom HPhantom
33418 status open
33419
33420 \begin_layout Plain Layout
33421
33422 \family sans
33423 Édition\SpecialChar \menuseparator
33424 Math\SpecialChar \menuseparator
33425 Définition
33426 \begin_inset space ~
33427 \end_inset
33428
33429 de
33430 \begin_inset space ~
33431 \end_inset
33432
33433 macro\SpecialChar \menuseparator
33434
33435 \end_layout
33436
33437 \end_inset
33438
33439 intégrant
33440 \begin_inset space ~
33441 \end_inset
33442
33443 depuis
33444 \begin_inset space ~
33445 \end_inset
33446
33447 la
33448 \begin_inset space ~
33449 \end_inset
33450
33451 droite
33452 \end_layout
33453
33454 \end_inset
33455 </cell>
33456 </row>
33457 </lyxtabular>
33458
33459 \end_inset
33460
33461
33462 \end_layout
33463
33464 \begin_layout Section
33465 Système de calcul formel
33466 \end_layout
33467
33468 \begin_layout Standard
33469 LyX permet l'échange d'expressions mathématiques écrites avec l'éditeur
33470  mathématique de LyX et des applications externes ou des programmes écrits
33471  par l'utilisateur.
33472  Actuellement les applications qui sont gérées sont 
33473 \family sans
33474 Maple
33475 \family default
33476
33477 \family sans
33478 Mathematica
33479 \family default
33480
33481 \family sans
33482 Maxima
33483 \family default
33484  et 
33485 \family sans
33486 Octave
33487 \family default
33488 .
33489  Notez que les constructions mathematiques qui sont acceptées sont limitées
33490  à des cas très simples.
33491 \end_layout
33492
33493 \begin_layout Subsection
33494 Utilisation
33495 \end_layout
33496
33497 \begin_layout Standard
33498 Écrivez une expression dans une formule puis allez dans 
33499 \family sans
33500 Édition\SpecialChar \menuseparator
33501 Maths
33502 \family default
33503 \SpecialChar \menuseparator
33504
33505 \family sans
33506 Appel à un logiciel de calcul formel
33507 \family default
33508 , choisissez une des applications que vous avez installé sur votre ordinateur.
33509  Après cela, le résultat du calcul devrait apparaître sur le côté droit
33510  de l'expression avec l'opérateur 
33511 \begin_inset Quotes fld
33512 \end_inset
33513
33514 =
33515 \begin_inset Quotes frd
33516 \end_inset
33517
33518 .
33519 \end_layout
33520
33521 \begin_layout Standard
33522 Voici quelques exemples très simples ( avec les résultats de 
33523 \family sans
33524 Maxima
33525 \family default
33526  ) pour montrer quel genre de calculs on peut effectuer :
33527 \end_layout
33528
33529 \begin_layout Itemize
33530 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \begin_layout Itemize
33537 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Itemize
33544 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33545 \end_inset
33546
33547
33548 \end_layout
33549
33550 \begin_layout Itemize
33551 \begin_inset Formula $\det\left[\begin{array}{ccc}
33552 1 & 6 & 7\\
33553 2 & 5 & 8\\
33554 3 & 4 & 17
33555 \end{array}\right]=-56$
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \begin_layout Itemize
33562 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33563 \end_inset
33564
33565
33566 \end_layout
33567
33568 \begin_layout Subsection
33569 Raccourci clavier
33570 \end_layout
33571
33572 \begin_layout Standard
33573 Actuellement, il n'y a pas de raccourci clavier pour appeler les applications
33574  algébriques.
33575  On peut facilement attacher un raccourci à la fonction math-extern de LyX
33576  ( voir le manuel 
33577 \family sans
33578 \emph on
33579 Fonctions LyX
33580 \family default
33581 \emph default
33582  ).
33583  On peut par exemple attacher la touche 
33584 \family sans
33585 Entrée
33586 \family default
33587  à l'intérieur de l'éditeur mathématique à 
33588 \family sans
33589 Maxima
33590 \family default
33591 , ce qui donnera la commande de définition suivante pour le raccourci
33592 \begin_inset space ~
33593 \end_inset
33594
33595 :
33596 \end_layout
33597
33598 \begin_layout Standard
33599
33600 \series bold
33601 command-alternatives break-paragraph;math-extern maxima
33602 \end_layout
33603
33604 \begin_layout Section
33605 Points divers
33606 \begin_inset Index idx
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 Points divers
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Subsection
33619 Nombres négatifs
33620 \begin_inset Index idx
33621 status collapsed
33622
33623 \begin_layout Plain Layout
33624 Nombres ! négatifs
33625 \end_layout
33626
33627 \end_inset
33628
33629
33630 \end_layout
33631
33632 \begin_layout Standard
33633 Les nombres négatifs ont souvent un aspect horrible dans les formules parce
33634  que le signe moins qui est devant le nombre a la même longueur que l'opérateur
33635  moins.
33636  Quand on écrit un nombre négatif en texte normal, le signe moins apparaît
33637  correctement.
33638 \end_layout
33639
33640 \begin_layout Standard
33641 Le problème disparaît donc en convertissant le signe moins en texte mathématique.
33642 \end_layout
33643
33644 \begin_layout Standard
33645 Un exemple pour illustrer le problème:
33646 \end_layout
33647
33648 \begin_layout Standard
33649 \align center
33650 \begin_inset Tabular
33651 <lyxtabular version="3" rows="3" columns="2">
33652 <features rotate="0" tabularvalignment="middle">
33653 <column alignment="right" valignment="top">
33654 <column alignment="left" valignment="top">
33655 <row>
33656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33657 \begin_inset Text
33658
33659 \begin_layout Plain Layout
33660 texte normal:
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33666 \begin_inset Text
33667
33668 \begin_layout Plain Layout
33669 x = -2
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 </row>
33675 <row>
33676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680 formule:
33681 \end_layout
33682
33683 \end_inset
33684 </cell>
33685 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689 \begin_inset Formula $x=-2$
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \end_inset
33696 </cell>
33697 </row>
33698 <row>
33699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33700 \begin_inset Text
33701
33702 \begin_layout Plain Layout
33703 solution:
33704 \end_layout
33705
33706 \end_inset
33707 </cell>
33708 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33709 \begin_inset Text
33710
33711 \begin_layout Plain Layout
33712 \begin_inset Formula $x=\textrm{-}2$
33713 \end_inset
33714
33715
33716 \end_layout
33717
33718 \end_inset
33719 </cell>
33720 </row>
33721 </lyxtabular>
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Subsection
33729 La virgule comme séparateur décimal
33730 \begin_inset Index idx
33731 status collapsed
33732
33733 \begin_layout Plain Layout
33734 Virgule
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 Avec LaTeX la virgule, en accord avec la convention anglaise, est utilisée
33744  pour grouper les chiffres dans un nombre.
33745  Il y aura donc de l'espace d'ajouté après toutes les virgules dans les
33746  formules.
33747 \end_layout
33748
33749 \begin_layout Standard
33750 Pour éviter cela, on sélectionne la virgule et on la passe en texte mathématique
33751  (raccourci 
33752 \family sans
33753 Ctrl+M
33754 \family default
33755 ).
33756 \end_layout
33757
33758 \begin_layout Standard
33759 Pour utiliser toutes les virgules d'un document comme séparateur décimal,
33760  on doit charger le fichier 
33761 \series bold
33762 icomma.sty
33763 \series default
33764
33765 \begin_inset Foot
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769
33770 \series bold
33771 icomma
33772 \series default
33773  fait partie du paquetage 
33774 \series bold
33775 was
33776 \series default
33777
33778 \begin_inset Index idx
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 Paquetages ! was
33783 \begin_inset ERT
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787
33788
33789 \backslash
33790 vspace{4mm}
33791 \end_layout
33792
33793 \end_inset
33794
33795
33796 \end_layout
33797
33798 \end_inset
33799
33800 .
33801 \end_layout
33802
33803 \end_inset
33804
33805
33806 \begin_inset Index idx
33807 status collapsed
33808
33809 \begin_layout Plain Layout
33810 Paquetages ! icomma
33811 \end_layout
33812
33813 \end_inset
33814
33815  dans le préambule LaTeX avec la ligne
33816 \end_layout
33817
33818 \begin_layout Standard
33819
33820 \series bold
33821
33822 \backslash
33823 usepackage{icomma}
33824 \end_layout
33825
33826 \begin_layout Subsection
33827 Les vecteurs physiques
33828 \begin_inset CommandInset label
33829 LatexCommand label
33830 name "sub:Vecteurs-physiques"
33831
33832 \end_inset
33833
33834
33835 \begin_inset Index idx
33836 status collapsed
33837
33838 \begin_layout Plain Layout
33839 Vecteurs ! physiques
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \begin_layout Standard
33848 Des vecteurs prédéfinis sont proposés par le paquetage LaTeX
33849 \series bold
33850  braket
33851 \series default
33852
33853 \begin_inset Index idx
33854 status collapsed
33855
33856 \begin_layout Plain Layout
33857 Paquetages ! braket
33858 \end_layout
33859
33860 \end_inset
33861
33862  que l'on charge en mettant dans le préambule LaTeX la ligne
33863 \end_layout
33864
33865 \begin_layout Standard
33866
33867 \series bold
33868
33869 \backslash
33870 usepackage{braket}
33871 \end_layout
33872
33873 \begin_layout Standard
33874 \begin_inset ERT
33875 status collapsed
33876
33877 \begin_layout Plain Layout
33878
33879
33880 \backslash
33881 ifbraket 
33882 \end_layout
33883
33884 \end_inset
33885
33886
33887 \begin_inset Note Note
33888 status open
33889
33890 \begin_layout Plain Layout
33891 Ce qui suit ne sera affiché que si le paquetage LaTeX 
33892 \series bold
33893 braket
33894 \series default
33895  est installé:
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Standard
33904 \begin_inset Newpage newpage
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Standard
33911 Les commandes suivantes sont définies:
33912 \end_layout
33913
33914 \begin_layout Standard
33915 \align center
33916 \begin_inset Tabular
33917 <lyxtabular version="3" rows="4" columns="2">
33918 <features rotate="0" tabularvalignment="middle">
33919 <column alignment="center" valignment="top">
33920 <column alignment="center" valignment="top">
33921 <row>
33922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33923 \begin_inset Text
33924
33925 \begin_layout Plain Layout
33926 Commande
33927 \end_layout
33928
33929 \end_inset
33930 </cell>
33931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33932 \begin_inset Text
33933
33934 \begin_layout Plain Layout
33935 Résultat
33936 \end_layout
33937
33938 \end_inset
33939 </cell>
33940 </row>
33941 <row>
33942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33943 \begin_inset Text
33944
33945 \begin_layout Plain Layout
33946
33947 \backslash
33948 Bra{
33949 \backslash
33950 psi
33951 \end_layout
33952
33953 \end_inset
33954 </cell>
33955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33956 \begin_inset Text
33957
33958 \begin_layout Plain Layout
33959 \begin_inset Formula $\Bra{\psi}$
33960 \end_inset
33961
33962
33963 \end_layout
33964
33965 \end_inset
33966 </cell>
33967 </row>
33968 <row>
33969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973
33974 \backslash
33975 Ket{
33976 \backslash
33977 psi
33978 \end_layout
33979
33980 \end_inset
33981 </cell>
33982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 \begin_inset Formula $\Ket{\psi}$
33987 \end_inset
33988
33989
33990 \end_layout
33991
33992 \end_inset
33993 </cell>
33994 </row>
33995 <row>
33996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000
34001 \backslash
34002 Braket{
34003 \backslash
34004 psi|
34005 \backslash
34006 phi
34007 \end_layout
34008
34009 \end_inset
34010 </cell>
34011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34012 \begin_inset Text
34013
34014 \begin_layout Plain Layout
34015 \begin_inset Formula $\Braket{\psi|\phi}$
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \end_inset
34022 </cell>
34023 </row>
34024 </lyxtabular>
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Standard
34032 La commande 
34033 \series bold
34034
34035 \backslash
34036 Braket
34037 \series default
34038  assure que toutes les barres verticales ont la même taille que les crochets
34039  englobants:
34040 \begin_inset Formula 
34041 \[
34042 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34043 \]
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \begin_layout Standard
34051 \begin_inset ERT
34052 status collapsed
34053
34054 \begin_layout Plain Layout
34055
34056
34057 \backslash
34058 else 
34059 \end_layout
34060
34061 \end_inset
34062
34063
34064 \begin_inset Note Note
34065 status open
34066
34067 \begin_layout Plain Layout
34068 Ce qui suit sera affiché si la paquetage LaTeX 
34069 \series bold
34070 braket
34071 \series default
34072  n'est pas installé:
34073 \end_layout
34074
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \begin_layout Standard
34081 Vous avez besoin du paquetage LaTeX 
34082 \series bold
34083 braket
34084 \series default
34085  pour voir le reste de cette sous section dans la sortie finale.
34086 \end_layout
34087
34088 \begin_layout Standard
34089 \begin_inset ERT
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093
34094
34095 \backslash
34096 fi 
34097 \end_layout
34098
34099 \end_inset
34100
34101
34102 \end_layout
34103
34104 \begin_layout Standard
34105 L'effet de la commande 
34106 \series bold
34107
34108 \backslash
34109 Braket
34110 \series default
34111  peut aussi être obtenu en utilisant la commande 
34112 \series bold
34113
34114 \backslash
34115 middle
34116 \series default
34117 , qui est décrite dans 
34118 \begin_inset CommandInset ref
34119 LatexCommand ref
34120 reference "sub:Taille-parenthèses-automatique"
34121
34122 \end_inset
34123
34124 .
34125 \end_layout
34126
34127 \begin_layout Subsection
34128 Fractions personnalisées
34129 \begin_inset CommandInset label
34130 LatexCommand label
34131 name "sub:Fractions-personnalisées"
34132
34133 \end_inset
34134
34135
34136 \begin_inset Index idx
34137 status collapsed
34138
34139 \begin_layout Plain Layout
34140 Fractions ! personnalisées
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Pour définir des commandes personnalisées pour les fractions, on utilise
34150  la commande 
34151 \series bold
34152
34153 \backslash
34154 genfrac
34155 \series default
34156
34157 \begin_inset Index idx
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161 Commandes ! G ! 
34162 \backslash
34163 genfrac
34164 \end_layout
34165
34166 \end_inset
34167
34168  avec la syntaxe suivante:
34169 \end_layout
34170
34171 \begin_layout Standard
34172
34173 \series bold
34174
34175 \backslash
34176 genfrac{parenthèse gauche}{parenthèse droite}
34177 \begin_inset Newline newline
34178 \end_inset
34179
34180
34181 \begin_inset Phantom HPhantom
34182 status open
34183
34184 \begin_layout Plain Layout
34185
34186 \series bold
34187
34188 \backslash
34189 genfrac
34190 \end_layout
34191
34192 \end_inset
34193
34194 {épaisseur barre de fraction}{style}{numérateur}{dénominateur}
34195 \end_layout
34196
34197 \begin_layout Standard
34198 Le style est un nombre allant de 0 à 3.
34199 \end_layout
34200
34201 \begin_layout Standard
34202 \align center
34203 \begin_inset Tabular
34204 <lyxtabular version="3" rows="5" columns="2">
34205 <features rotate="0" tabularvalignment="middle">
34206 <column alignment="center" valignment="top">
34207 <column alignment="center" valignment="top">
34208 <row>
34209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34210 \begin_inset Text
34211
34212 \begin_layout Plain Layout
34213 Nombre
34214 \end_layout
34215
34216 \end_inset
34217 </cell>
34218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34219 \begin_inset Text
34220
34221 \begin_layout Plain Layout
34222 Style (Taille)
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 <row>
34229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233 0
34234 \end_layout
34235
34236 \end_inset
34237 </cell>
34238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34239 \begin_inset Text
34240
34241 \begin_layout Plain Layout
34242 formule hors ligne
34243 \end_layout
34244
34245 \end_inset
34246 </cell>
34247 </row>
34248 <row>
34249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34250 \begin_inset Text
34251
34252 \begin_layout Plain Layout
34253 1
34254 \end_layout
34255
34256 \end_inset
34257 </cell>
34258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34259 \begin_inset Text
34260
34261 \begin_layout Plain Layout
34262 formule en ligne
34263 \end_layout
34264
34265 \end_inset
34266 </cell>
34267 </row>
34268 <row>
34269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34270 \begin_inset Text
34271
34272 \begin_layout Plain Layout
34273 2
34274 \end_layout
34275
34276 \end_inset
34277 </cell>
34278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34279 \begin_inset Text
34280
34281 \begin_layout Plain Layout
34282 petit (small)
34283 \end_layout
34284
34285 \end_inset
34286 </cell>
34287 </row>
34288 <row>
34289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34290 \begin_inset Text
34291
34292 \begin_layout Plain Layout
34293 3
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34299 \begin_inset Text
34300
34301 \begin_layout Plain Layout
34302 minuscule (tiny)
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 </row>
34308 </lyxtabular>
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Standard
34316 Quand on ne donne pas de style, la taille est adaptée à celle de l'environnement
34317  dans lequel on se trouve, comme avec la commande 
34318 \series bold
34319
34320 \backslash
34321 frac
34322 \series default
34323 .
34324 \end_layout
34325
34326 \begin_layout Standard
34327 Quand on ne donne pas d'épaisseur pour la barre de fraction, la valeur prédéfini
34328 e de 0.4
34329 \begin_inset space \thinspace{}
34330 \end_inset
34331
34332 pt est utilisée.
34333 \end_layout
34334
34335 \begin_layout Standard
34336 \begin_inset VSpace medskip
34337 \end_inset
34338
34339 Par exemple les commandes 
34340 \series bold
34341
34342 \backslash
34343 dfrac
34344 \series default
34345  et 
34346 \series bold
34347
34348 \backslash
34349 tbinom
34350 \series default
34351  vues en 
34352 \begin_inset CommandInset ref
34353 LatexCommand ref
34354 reference "sub:Fractions"
34355
34356 \end_inset
34357
34358  sont définies avec les commandes 
34359 \end_layout
34360
34361 \begin_layout Standard
34362
34363 \series bold
34364
34365 \backslash
34366 newcommand{
34367 \backslash
34368 dfrac}[2]{
34369 \backslash
34370 genfrac{}{}{}{0}{#1}{#2}}
34371 \end_layout
34372
34373 \begin_layout Standard
34374 et
34375 \end_layout
34376
34377 \begin_layout Standard
34378
34379 \series bold
34380
34381 \backslash
34382 newcommand{
34383 \backslash
34384 tbinom}[2]{
34385 \backslash
34386 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34387 \end_layout
34388
34389 \begin_layout Standard
34390 \begin_inset VSpace medskip
34391 \end_inset
34392
34393 Pour définir une fraction où on peut donner l'épaisseur de la barre de fraction
34394  en argument, on insère la ligne suivante dans le préambule LaTeX:
34395 \end_layout
34396
34397 \begin_layout Standard
34398
34399 \series bold
34400
34401 \backslash
34402 newcommand{
34403 \backslash
34404 fracS}[3][]{
34405 \backslash
34406 genfrac{}{}{#1}{}{#2}{#3}}
34407 \end_layout
34408
34409 \begin_layout Standard
34410 Un test:
34411 \begin_inset Formula 
34412 \begin{align*}
34413 \text{Commande} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34414 \text{Résultat} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34415 \end{align*}
34416
34417 \end_inset
34418
34419 Comme on peut le voir, la distance entre le numérateur et le dénominateur
34420  à la barre de fraction est à peu près trois fois l'épaisseur de la barre.
34421 \end_layout
34422
34423 \begin_layout Subsection
34424 Formules barrées
34425 \begin_inset Index idx
34426 status collapsed
34427
34428 \begin_layout Plain Layout
34429 Formules ! barrées
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \begin_layout Standard
34438 \begin_inset ERT
34439 status collapsed
34440
34441 \begin_layout Plain Layout
34442
34443
34444 \backslash
34445 ifcancel 
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \begin_inset Note Note
34452 status open
34453
34454 \begin_layout Plain Layout
34455 Ce qui suit ne sera affiché que si le paquetage LaTeX 
34456 \series bold
34457 cancel
34458 \series default
34459  est installé:
34460 \end_layout
34461
34462 \end_inset
34463
34464
34465 \end_layout
34466
34467 \begin_layout Standard
34468 Il y a quatre façon de barrer une formule u une portion de formule:
34469 \end_layout
34470
34471 \begin_layout Standard
34472 \align center
34473 \begin_inset Tabular
34474 <lyxtabular version="3" rows="5" columns="2">
34475 <features rotate="0" tabularvalignment="middle">
34476 <column alignment="center" valignment="top">
34477 <column alignment="center" valignment="top">
34478 <row>
34479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34480 \begin_inset Text
34481
34482 \begin_layout Plain Layout
34483 Commande
34484 \end_layout
34485
34486 \end_inset
34487 </cell>
34488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34489 \begin_inset Text
34490
34491 \begin_layout Plain Layout
34492 Résultat
34493 \begin_inset Note Note
34494 status collapsed
34495
34496 \begin_layout Plain Layout
34497 L'espace et
34498 \series bold
34499  
34500 \backslash
34501 raisebox 
34502 \series default
34503 sont seulement utilisées pour faire de la place.
34504 \end_layout
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 <row>
34515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519
34520 \backslash
34521 cancel
34522 \begin_inset space \textvisiblespace{}
34523 \end_inset
34524
34525
34526 \backslash
34527 int
34528 \begin_inset space \textvisiblespace{}
34529 \end_inset
34530
34531 A=B
34532 \end_layout
34533
34534 \end_inset
34535 </cell>
34536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34537 \begin_inset Text
34538
34539 \begin_layout Plain Layout
34540 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \end_inset
34547 </cell>
34548 </row>
34549 <row>
34550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34551 \begin_inset Text
34552
34553 \begin_layout Plain Layout
34554
34555 \backslash
34556 bcancel
34557 \begin_inset space \textvisiblespace{}
34558 \end_inset
34559
34560
34561 \backslash
34562 int
34563 \begin_inset space \textvisiblespace{}
34564 \end_inset
34565
34566 A=B
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34576 \end_inset
34577
34578
34579 \end_layout
34580
34581 \end_inset
34582 </cell>
34583 </row>
34584 <row>
34585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34586 \begin_inset Text
34587
34588 \begin_layout Plain Layout
34589
34590 \backslash
34591 xcancel
34592 \begin_inset space \textvisiblespace{}
34593 \end_inset
34594
34595 int
34596 \begin_inset space \textvisiblespace{}
34597 \end_inset
34598
34599 A=B
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34605 \begin_inset Text
34606
34607 \begin_layout Plain Layout
34608 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34609 \end_inset
34610
34611
34612 \end_layout
34613
34614 \end_inset
34615 </cell>
34616 </row>
34617 <row>
34618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34619 \begin_inset Text
34620
34621 \begin_layout Plain Layout
34622
34623 \backslash
34624 cancelto
34625 \begin_inset space \textvisiblespace{}
34626 \end_inset
34627
34628
34629 \backslash
34630 int
34631 \begin_inset space \textvisiblespace{}
34632 \end_inset
34633
34634 A=B
34635 \begin_inset Formula $\to$
34636 \end_inset
34637
34638 1
34639 \end_layout
34640
34641 \end_inset
34642 </cell>
34643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34644 \begin_inset Text
34645
34646 \begin_layout Plain Layout
34647 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 </row>
34656 </lyxtabular>
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Standard
34664
34665 \series bold
34666
34667 \backslash
34668 cancelto
34669 \series default
34670  est particulièrement utile pour visionner des simplifications de fractions
34671  dans les formules:
34672 \begin_inset Formula 
34673 \[
34674 \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}}}
34675 \]
34676
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Standard
34683 Pour modifier la taille de la valeur d' 
34684 \begin_inset Quotes fld
34685 \end_inset
34686
34687 indice
34688 \begin_inset Quotes frd
34689 \end_inset
34690
34691  de 
34692 \series bold
34693
34694 \backslash
34695 cancelto
34696 \series default
34697  , il est possible de 
34698 \lang english
34699 add the LaTeX-preamble line
34700 \end_layout
34701
34702 \begin_layout Standard
34703
34704 \series bold
34705
34706 \backslash
34707 PassOptionsToPackage{option}{cancel}
34708 \end_layout
34709
34710 \begin_layout Standard
34711
34712 \lang english
34713 where 
34714 \series bold
34715 option
34716 \series default
34717  is either 
34718 \series bold
34719 \lang french
34720 samesize
34721 \series default
34722  qui laissera la valeur barrée avec la même taille, ou 
34723 \series bold
34724 Smaller
34725 \series default
34726  qui la met dans une taille un peu plus petite que la taille normale.
34727 \end_layout
34728
34729 \begin_layout Standard
34730 Pour mettre la barre en couleur, il faut ajouter cette commande en mode
34731  TeX:
34732 \end_layout
34733
34734 \begin_layout Standard
34735
34736 \series bold
34737
34738 \backslash
34739 renewcommand{
34740 \backslash
34741 CancelColor}{
34742 \backslash
34743 color{red}}
34744 \end_layout
34745
34746 \begin_layout Standard
34747 où 
34748 \series bold
34749 \lang english
34750 red
34751 \series default
34752 \lang french
34753  peut être remplacé par ma couleur de votre choix.
34754 \end_layout
34755
34756 \begin_layout Standard
34757 \begin_inset ERT
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761
34762
34763 \backslash
34764 renewcommand{
34765 \backslash
34766 CancelColor}{
34767 \backslash
34768 color{red}}
34769 \end_layout
34770
34771 \end_inset
34772
34773
34774 \end_layout
34775
34776 \begin_layout Standard
34777 \begin_inset Formula 
34778 \[
34779 \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}}}
34780 \]
34781
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Standard
34788 \begin_inset ERT
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792
34793
34794 \backslash
34795 renewcommand{
34796 \backslash
34797 CancelColor}{
34798 \backslash
34799 color{black}}
34800 \end_layout
34801
34802 \end_inset
34803
34804
34805 \begin_inset Note Note
34806 status open
34807
34808 \begin_layout Plain Layout
34809
34810 \lang english
34811 reset the color
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 Pour d'autres personnalisations, voir le manuel du paquetage 
34821 \series bold
34822 cancel
34823 \series default
34824
34825 \begin_inset CommandInset citation
34826 LatexCommand cite
34827 key "cancel"
34828
34829 \end_inset
34830
34831 .
34832 \begin_inset Index idx
34833 status collapsed
34834
34835 \begin_layout Plain Layout
34836 Paquetages ! cancel
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \begin_layout Standard
34845 \begin_inset ERT
34846 status collapsed
34847
34848 \begin_layout Plain Layout
34849
34850
34851 \backslash
34852 else 
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \begin_inset Note Note
34859 status open
34860
34861 \begin_layout Plain Layout
34862 Ce qui suit sera affiché si la paquetage LaTeX 
34863 \series bold
34864 cancel
34865 \series default
34866  n'est pas installé:
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \end_layout
34873
34874 \begin_layout Standard
34875 Vous avez besoin du paquetage LaTeX 
34876 \series bold
34877 cancel
34878 \series default
34879  pour voir le reste de cette sous section dans la sortie finale.
34880 \end_layout
34881
34882 \begin_layout Standard
34883 \begin_inset ERT
34884 status collapsed
34885
34886 \begin_layout Plain Layout
34887
34888
34889 \backslash
34890 fi 
34891 \end_layout
34892
34893 \end_inset
34894
34895
34896 \end_layout
34897
34898 \begin_layout Subsection
34899 Formules dans les entêtes de section
34900 \begin_inset CommandInset label
34901 LatexCommand label
34902 name "sub:formules-dans-les-entêtes"
34903
34904 \end_inset
34905
34906
34907 \begin_inset Index idx
34908 status collapsed
34909
34910 \begin_layout Plain Layout
34911 Formules ! dans les entêtes de section
34912 \end_layout
34913
34914 \end_inset
34915
34916
34917 \end_layout
34918
34919 \begin_layout Standard
34920 Quand des formules sont utilisées dans des entêtes de section, on doit prendre
34921  en compte les points suivants:
34922 \end_layout
34923
34924 \begin_layout Standard
34925 \begin_inset Note Greyedout
34926 status open
34927
34928 \begin_layout Plain Layout
34929 Quand la gestion de 
34930 \series bold
34931 hyperref
34932 \series default
34933
34934 \begin_inset Index idx
34935 status collapsed
34936
34937 \begin_layout Plain Layout
34938 Paquetages ! hyperref
34939 \end_layout
34940
34941 \end_inset
34942
34943  est activée dans le dialogue paramètres du document dans la rubrique 
34944 \family sans
34945 Propriétés du PDF
34946 \family default
34947 , les signets PDF sont créés dans la table des matières pour chaque entête
34948  de section.
34949  Si l'entête de section contient une formule, elle est affichée de façon
34950  incorrecte dans le texte du signet parce que les formules dans les signets
34951  ne respectent pas certaines conventions du PDF.
34952  
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 Les deux problèmes peuvent être résolus en insérant à la fin de l'entête
34962  de section un titre court avec le menu 
34963 \family sans
34964 Insertion\SpecialChar \menuseparator
34965 Titre
34966 \begin_inset space ~
34967 \end_inset
34968
34969 court
34970 \family default
34971 .
34972  Les titres courts sont en général utilisés avec des entêtes de section
34973  couvrant plusieurs lignes pour garder une table des matière bien ordonnée.
34974  Seul le titre court apparaît dans la table des matières et donc dans les
34975  signets PDF.
34976 \end_layout
34977
34978 \begin_layout Standard
34979 Quand des formules doivent apparaître dans la table des matières mais que
34980  l'on utilise aussi 
34981 \series bold
34982 hyperref
34983 \series default
34984 , on peut utiliser la commande suivante en mode TeX:
34985 \end_layout
34986
34987 \begin_layout Standard
34988
34989 \series bold
34990
34991 \backslash
34992 texorpdfstring{partie à problème}{alternative}
34993 \begin_inset Index idx
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997 Commandes ! T ! 
34998 \backslash
34999 texorpdfstring
35000 \end_layout
35001
35002 \end_inset
35003
35004
35005 \end_layout
35006
35007 \begin_layout Standard
35008 \begin_inset Quotes eld
35009 \end_inset
35010
35011 Partie à problème
35012 \begin_inset Quotes erd
35013 \end_inset
35014
35015  est la partie de l'entête qui ne doit pas apparaître dans les signets PDF.
35016  Cela peut être des caractères, des formules, des notes de bas de page,
35017  mais aussi des références croisées.
35018  L'
35019 \begin_inset Quotes erd
35020 \end_inset
35021
35022 alternative
35023 \begin_inset Quotes erd
35024 \end_inset
35025
35026  est utilisée à la place de la 
35027 \begin_inset Quotes eld
35028 \end_inset
35029
35030 partie à problème
35031 \begin_inset Quotes erd
35032 \end_inset
35033
35034  pour les signets.
35035 \end_layout
35036
35037 \begin_layout Standard
35038 Voici deux exemples d'entêtes de section:
35039 \begin_inset VSpace -3mm
35040 \end_inset
35041
35042
35043 \begin_inset ERT
35044 status collapsed
35045
35046 \begin_layout Plain Layout
35047
35048
35049 \backslash
35050 boldmath 
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Subsubsection
35059 Entête de section sans formule dans la table des matières 
35060 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35061 \end_inset
35062
35063
35064 \begin_inset Argument 1
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068 Entête sans formule dans la table des matières
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Subsubsection
35077 Entête de section avec formule dans la table des matières
35078 \begin_inset ERT
35079 status collapsed
35080
35081 \begin_layout Plain Layout
35082
35083
35084 \backslash
35085 texorpdfstring{
35086 \end_layout
35087
35088 \end_inset
35089
35090  
35091 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35092 \end_inset
35093
35094
35095 \begin_inset ERT
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099
35100 }{}
35101 \end_layout
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \begin_layout Standard
35109 \begin_inset ERT
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114
35115 \backslash
35116 unboldmath 
35117 \end_layout
35118
35119 \end_inset
35120
35121 Dans le premier entête, on a utilisé un titre court, dans le second la commande
35122  
35123 \series bold
35124
35125 \backslash
35126 texorpdfstring
35127 \series default
35128 .
35129 \end_layout
35130
35131 \begin_layout Standard
35132 Pour avoir la même mise en forme que les autres entêtes, toute l'entête
35133  a été placée dans un environnement  
35134 \series bold
35135 boldmath
35136 \series default
35137 .
35138 \begin_inset Foot
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142 voir 
35143 \begin_inset CommandInset ref
35144 LatexCommand ref
35145 reference "sub:Formules-en-gras"
35146
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Subsection
35158 Formules dans du texte multi-colonnes
35159 \begin_inset Index idx
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163 Formules ! dans du texte multi-colonnes
35164 \end_layout
35165
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \begin_layout Standard
35172 Quand elles se trouvent dans un texte multi-colonnes, les formules sont
35173  souvent trop larges pour tenir sur une colonne et donc elles doivent pouvoir
35174  utiliser toute la largeur de la page.
35175  Pour faire cela, on utilise le paquetage LaTeX 
35176 \series bold
35177 multicol
35178 \series default
35179
35180 \begin_inset Foot
35181 status collapsed
35182
35183 \begin_layout Plain Layout
35184
35185 \series bold
35186 multicol
35187 \series default
35188  fait partie de toutes les installations LaTeX standard.
35189 \end_layout
35190
35191 \end_inset
35192
35193
35194 \begin_inset Index idx
35195 status collapsed
35196
35197 \begin_layout Plain Layout
35198 Paquetages ! multicol
35199 \end_layout
35200
35201 \end_inset
35202
35203 , qui est chargé avec la ligne suivante dans le préambule LaTeX
35204 \end_layout
35205
35206 \begin_layout Standard
35207
35208 \series bold
35209
35210 \backslash
35211 usepackage{multicol}
35212 \end_layout
35213
35214 \begin_layout Standard
35215 \begin_inset Note Greyedout
35216 status open
35217
35218 \begin_layout Plain Layout
35219 Noter que dans ce cas on ne 
35220 \emph on
35221 doit pas 
35222 \emph default
35223 activer l'option 
35224 \family sans
35225 Document
35226 \begin_inset space ~
35227 \end_inset
35228
35229 sur
35230 \begin_inset space ~
35231 \end_inset
35232
35233 deux
35234 \begin_inset space ~
35235 \end_inset
35236
35237 colonnes
35238 \family default
35239  dans la rubrique 
35240 \family sans
35241 Format
35242 \begin_inset space ~
35243 \end_inset
35244
35245 du
35246 \begin_inset space ~
35247 \end_inset
35248
35249 texte 
35250 \family default
35251 du menu 
35252 \family sans
35253 Document\SpecialChar \menuseparator
35254 Paramètres
35255 \family default
35256 .
35257 \end_layout
35258
35259 \end_inset
35260
35261
35262 \end_layout
35263
35264 \begin_layout Standard
35265 Avant le texte multi-colonnes on met la commande
35266 \end_layout
35267
35268 \begin_layout Standard
35269
35270 \series bold
35271
35272 \backslash
35273 begin{multicols}{nombre de colonnes}
35274 \end_layout
35275
35276 \begin_layout Standard
35277 en mode TeX.
35278  Le nombre de colonnes est un entier entre 2 et 10.
35279  Avant la formule, le texte multi-colonnes et interrompu avec la commande
35280 \end_layout
35281
35282 \begin_layout Standard
35283
35284 \series bold
35285
35286 \backslash
35287 end{multicols}
35288 \end_layout
35289
35290 \begin_layout Standard
35291 en mode TeX.
35292 \end_layout
35293
35294 \begin_layout Standard
35295 À cause de la commande, un peu d'espace est ajouté automatiquement avant
35296  la formule.
35297  Pour le supprimer, on peut insérer avant la formule un espace vertical
35298  de -6
35299 \begin_inset space \thinspace{}
35300 \end_inset
35301
35302 mm.
35303  Quand on utilise le style de formules 
35304 \series bold
35305 Indenté
35306 \begin_inset Foot
35307 status collapsed
35308
35309 \begin_layout Plain Layout
35310 voir 
35311 \begin_inset CommandInset ref
35312 LatexCommand ref
35313 reference "sec:Styles-de-formules"
35314
35315 \end_inset
35316
35317  pour les styles de formules.
35318 \end_layout
35319
35320 \end_inset
35321
35322
35323 \series default
35324 , il faut mettre un espace de -9
35325 \begin_inset space \thinspace{}
35326 \end_inset
35327
35328 mm à la place.
35329 \end_layout
35330
35331 \begin_layout Standard
35332 Comme exemple, un texte multi-colonne avec une formule hors-ligne:
35333 \end_layout
35334
35335 \begin_layout Standard
35336
35337 \lang german
35338 \begin_inset ERT
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342
35343
35344 \backslash
35345 begin{multicols}{2}
35346 \end_layout
35347
35348 \end_inset
35349
35350 Das Spektrum wird fouriertransformiert.
35351  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35352 , Lösungsmittel) zu trennen.
35353  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35354  nun das Aussehen des Ausgangssignals.
35355  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35356  über alle Phasen integrieren muss.
35357  Sei nun 
35358 \begin_inset Formula $S$
35359 \end_inset
35360
35361  unser normiertes Ausgangssignal und 
35362 \begin_inset Formula $P$
35363 \end_inset
35364
35365  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35366 \begin_inset ERT
35367 status collapsed
35368
35369 \begin_layout Plain Layout
35370
35371
35372 \backslash
35373 end{multicols}
35374 \end_layout
35375
35376 \end_inset
35377
35378
35379 \begin_inset VSpace -6mm
35380 \end_inset
35381
35382
35383 \begin_inset Formula 
35384 \begin{equation}
35385 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35386 \end{equation}
35387
35388 \end_inset
35389
35390
35391 \begin_inset ERT
35392 status collapsed
35393
35394 \begin_layout Plain Layout
35395
35396
35397 \backslash
35398 begin{multicols}{2}
35399 \end_layout
35400
35401 \end_inset
35402
35403 wobei 
35404 \begin_inset Formula $S_{0}$
35405 \end_inset
35406
35407  das Signal ohne Gradient ist und die Normierungsbedingung 
35408 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35409 \end_inset
35410
35411  gilt.
35412  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35413  Direkt nach dem 
35414 \begin_inset Formula $\nicefrac{\pi}{2}$
35415 \end_inset
35416
35417
35418 \begin_inset space \thinspace{}
35419 \end_inset
35420
35421 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35422  das Signal zusätzlich abschwächt.
35423  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35424  
35425 \begin_inset Formula $T_{2}$
35426 \end_inset
35427
35428 -Zeit.
35429 \end_layout
35430
35431 \begin_layout Standard
35432
35433 \lang german
35434 \begin_inset ERT
35435 status collapsed
35436
35437 \begin_layout Plain Layout
35438
35439
35440 \backslash
35441 end{multicols}
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Subsection
35450 Formules avec description des variables
35451 \begin_inset Index idx
35452 status collapsed
35453
35454 \begin_layout Plain Layout
35455 Formules ! avec description des variables
35456 \end_layout
35457
35458 \end_inset
35459
35460
35461 \end_layout
35462
35463 \begin_layout Standard
35464 Pour décrire les variable au sein d'une formule, comme dans la formule 
35465 \begin_inset CommandInset ref
35466 LatexCommand eqref
35467 reference "eq:within"
35468
35469 \end_inset
35470
35471 , on peut utiliser une matrice
35472 \begin_inset space ~
35473 \end_inset
35474
35475 2
35476 \series bold
35477 ×
35478 \series default
35479
35480 \begin_inset Formula $n$
35481 \end_inset
35482
35483  avec une colonne alignée à gauche pour les 
35484 \begin_inset Formula $n$
35485 \end_inset
35486
35487  variables utilisées.
35488 \begin_inset Foot
35489 status collapsed
35490
35491 \begin_layout Plain Layout
35492 pour les matrices, voir 
35493 \begin_inset CommandInset ref
35494 LatexCommand ref
35495 reference "sec:Matrices"
35496
35497 \end_inset
35498
35499
35500 \end_layout
35501
35502 \end_inset
35503
35504  Pour mettre la description en plus petits caractères, on peut insérer par
35505  exemple la commande 
35506 \series bold
35507
35508 \backslash
35509 footnotesize
35510 \series default
35511  avant la matrice.
35512 \begin_inset Foot
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516 pour les tailles de polices, voir 
35517 \begin_inset CommandInset ref
35518 LatexCommand ref
35519 reference "sub:Tailles-polices"
35520
35521 \end_inset
35522
35523
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \end_layout
35530
35531 \begin_layout Standard
35532 Quand on utilise le style de formules 
35533 \series bold
35534 Indenté
35535 \begin_inset Foot
35536 status collapsed
35537
35538 \begin_layout Plain Layout
35539 pour les styles de formules, voir 
35540 \begin_inset CommandInset ref
35541 LatexCommand ref
35542 reference "sec:Styles-de-formules"
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \end_inset
35550
35551
35552 \series default
35553 , on insère un 
35554 \series bold
35555
35556 \backslash
35557 hfill
35558 \series default
35559
35560 \begin_inset Foot
35561 status collapsed
35562
35563 \begin_layout Plain Layout
35564
35565 \series bold
35566
35567 \backslash
35568 hfill
35569 \series default
35570  marche seulement avec des formules dans le style 
35571 \series bold
35572 Indenté
35573 \series default
35574 , voir 
35575 \begin_inset CommandInset ref
35576 LatexCommand ref
35577 reference "sub:Espace-variable"
35578
35579 \end_inset
35580
35581 .
35582 \end_layout
35583
35584 \end_inset
35585
35586  avant et après la matrice pour avoir la même séparation entre la matrice
35587  et la formule et entre la matrice et la marge.
35588 \end_layout
35589
35590 \begin_layout Standard
35591 Quand on utilise le style de formules
35592 \series bold
35593  Centré
35594 \series default
35595 , on utilise la méthode décrite dans 
35596 \begin_inset CommandInset ref
35597 LatexCommand ref
35598 reference "sub:Environnement-Flalign"
35599
35600 \end_inset
35601
35602  pour indenter les formules.
35603  La formule 
35604 \begin_inset CommandInset ref
35605 LatexCommand eqref
35606 reference "eq:within"
35607
35608 \end_inset
35609
35610  consiste en cinq colonnes dont les deux premières contiennent l'équation,
35611  la troisième la matrice et la dernière une accolade TeX vide.
35612 \begin_inset Formula 
35613 \begin{flalign}
35614 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35615 \rho & \textrm{density}\\
35616 V & \textrm{volume}\\
35617 g & \textrm{gravitational acceleration}
35618 \end{array} &  & {}\label{eq:within}
35619 \end{flalign}
35620
35621 \end_inset
35622
35623
35624 \end_layout
35625
35626 \begin_layout Subsection
35627 Lettres grecques minuscules droites
35628 \begin_inset CommandInset label
35629 LatexCommand label
35630 name "sub:minuscules-grecques-droites"
35631
35632 \end_inset
35633
35634
35635 \begin_inset Index idx
35636 status collapsed
35637
35638 \begin_layout Plain Layout
35639 Lettres grecques ! droites
35640 \end_layout
35641
35642 \end_inset
35643
35644
35645 \end_layout
35646
35647 \begin_layout Standard
35648 La plupart des polices de caractères mathématiques ne fournissent que des
35649  minuscules grecques italiques.
35650  Mais pour les symboles des particules élémentaires comme les pions et le
35651  neutrinos, on a besoin de lettre grecques droites.
35652  Elles sont fournies par le fichier 
35653 \series bold
35654 upgreek.sty
35655 \series default
35656
35657 \begin_inset Foot
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662 \series bold
35663 upgreek
35664 \series default
35665  fait partie du paquetage LaTeX 
35666 \series bold
35667 was
35668 \series default
35669
35670 \begin_inset Index idx
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674 Paquetages ! was
35675 \begin_inset ERT
35676 status collapsed
35677
35678 \begin_layout Plain Layout
35679
35680
35681 \backslash
35682 vspace{4mm}
35683 \end_layout
35684
35685 \end_inset
35686
35687
35688 \end_layout
35689
35690 \end_inset
35691
35692 .
35693 \end_layout
35694
35695 \end_inset
35696
35697
35698 \begin_inset Index idx
35699 status collapsed
35700
35701 \begin_layout Plain Layout
35702 Paquetages ! upgreek
35703 \end_layout
35704
35705 \end_inset
35706
35707  qui est chargé avec la ligne suivante dans le préambule LaTeX:
35708 \end_layout
35709
35710 \begin_layout Standard
35711
35712 \series bold
35713
35714 \backslash
35715 usepackage{upgreek}
35716 \end_layout
35717
35718 \begin_layout Standard
35719 \begin_inset ERT
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723
35724
35725 \backslash
35726 ifupgreek 
35727 \end_layout
35728
35729 \end_inset
35730
35731
35732 \begin_inset Note Note
35733 status open
35734
35735 \begin_layout Plain Layout
35736 Ce qui suit ne sera affiché que si le paquetage LaTeX 
35737 \series bold
35738 upgreek
35739 \series default
35740  est installé:
35741 \end_layout
35742
35743 \end_inset
35744
35745  On crée ces minuscules droites en commençant la commande pour une minuscule
35746  grecque par 
35747 \series bold
35748 up
35749 \series default
35750 .
35751  Par exemple, la commande 
35752 \series bold
35753
35754 \backslash
35755 uptau
35756 \series default
35757  donne ceci: 
35758 \begin_inset Formula $\uptau$
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \begin_layout Standard
35765 Avec ces commandes, on peut typographier des réactions entre particules
35766  élémentaires:
35767 \begin_inset Formula 
35768 \[
35769 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35770 \]
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \begin_layout Standard
35778 Les lettres droites sont plus grasses et plus larges que les italiques.
35779  On ne doit donc pas les utiliser pour des unités comme 
35780 \begin_inset Quotes eld
35781 \end_inset
35782
35783 µm
35784 \begin_inset Quotes erd
35785 \end_inset
35786
35787 .
35788 \end_layout
35789
35790 \begin_layout Standard
35791 \begin_inset ERT
35792 status collapsed
35793
35794 \begin_layout Plain Layout
35795
35796
35797 \backslash
35798 else 
35799 \end_layout
35800
35801 \end_inset
35802
35803
35804 \begin_inset Note Note
35805 status open
35806
35807 \begin_layout Plain Layout
35808 Ce qui suit sera affiché si la paquetage LaTeX 
35809 \series bold
35810 upgreek
35811 \series default
35812  n'est pas installé:
35813 \end_layout
35814
35815 \end_inset
35816
35817
35818 \end_layout
35819
35820 \begin_layout Standard
35821 Vous avez besoin du paquetage LaTeX 
35822 \series bold
35823 upgreek
35824 \series default
35825  pour voir le reste de cette sous section dans la sortie finale.
35826 \end_layout
35827
35828 \begin_layout Standard
35829 \begin_inset ERT
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833
35834
35835 \backslash
35836 fi 
35837 \end_layout
35838
35839 \end_inset
35840
35841
35842 \end_layout
35843
35844 \begin_layout Subsection
35845 Caractères texte dans les formules
35846 \begin_inset CommandInset label
35847 LatexCommand label
35848 name "sub:Caractères-texte"
35849
35850 \end_inset
35851
35852
35853 \begin_inset Index idx
35854 status collapsed
35855
35856 \begin_layout Plain Layout
35857 Texte ! dans les formules
35858 \end_layout
35859
35860 \end_inset
35861
35862
35863 \end_layout
35864
35865 \begin_layout Standard
35866 Dans certains cas, vous pouvez vouloir insérer des caractères en mode texte
35867  directement dans des formules.
35868  Quand, par exemple, vous utilisez souvent le point centré · dans des formules
35869  du genre 
35870 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35871 \end_inset
35872
35873 , vous devrez insérer tout le temps la commande 
35874 \series bold
35875
35876 \backslash
35877 cdot
35878 \series default
35879
35880 \begin_inset Foot
35881 status collapsed
35882
35883 \begin_layout Plain Layout
35884 voir 
35885 \begin_inset CommandInset ref
35886 LatexCommand ref
35887 reference "sub:Opérateurs-binaires"
35888
35889 \end_inset
35890
35891
35892 \end_layout
35893
35894 \end_inset
35895
35896 , puisque ce caractère est défini dans tous les encodages comme un caractère
35897  texte.
35898  Mais l'encodage peut être modifié avec cette ligne dans le préambule LaTeX:
35899 \end_layout
35900
35901 \begin_layout Standard
35902
35903 \series bold
35904
35905 \backslash
35906 Declare Inputtext{183}{
35907 \backslash
35908 ifmmode
35909 \backslash
35910 cdot
35911 \backslash
35912 else
35913 \backslash
35914 textperiodcentered
35915 \backslash
35916 f\SpecialChar \textcompwordmark{}
35917 i}
35918 \end_layout
35919
35920 \begin_layout Standard
35921 En plus du point centré, dans ce document on a défini le symbole degré °
35922  pour qu'il puisse être inséré directement dans une formule grâce à la ligne
35923  suivante dans le préambule LaTeX:
35924 \end_layout
35925
35926 \begin_layout Standard
35927
35928 \series bold
35929
35930 \backslash
35931 DeclareInputtext{176}{
35932 \backslash
35933 ifmmode^
35934 \backslash
35935 circ
35936 \backslash
35937 else
35938 \backslash
35939 textdegree
35940 \backslash
35941 f\SpecialChar \textcompwordmark{}
35942 i}
35943 \end_layout
35944
35945 \begin_layout Standard
35946 \begin_inset Newpage newpage
35947 \end_inset
35948
35949
35950 \end_layout
35951
35952 \begin_layout Section
35953 \start_of_appendix
35954 Conseils Typographiques
35955 \begin_inset Index idx
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959 Typographiques, conseils
35960 \end_layout
35961
35962 \end_inset
35963
35964
35965 \end_layout
35966
35967 \begin_layout Standard
35968 Ce paragraphe est un résumé des usages typographiques les plus importants,
35969  documentés dans les normes ISO.
35970 \begin_inset Foot
35971 status collapsed
35972
35973 \begin_layout Plain Layout
35974 Cette collection a été extraite partiellement du dictionnaire allmend semi-offic
35975 iel dénommé 
35976 \begin_inset Quotes fld
35977 \end_inset
35978
35979 Duden
35980 \begin_inset Quotes frd
35981 \end_inset
35982
35983  
35984 \begin_inset CommandInset citation
35985 LatexCommand cite
35986 key "Duden"
35987
35988 \end_inset
35989
35990  qui indique quelques règles ISO.
35991  D'autre règles sont décrites dans 
35992 \begin_inset CommandInset citation
35993 LatexCommand cite
35994 key "Checklist"
35995
35996 \end_inset
35997
35998 .
35999 \end_layout
36000
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \begin_layout Itemize
36007 Les symboles d'unités sont 
36008 \emph on
36009 toujours
36010 \emph default
36011  en caractères droits
36012 \begin_inset Foot
36013 status collapsed
36014
36015 \begin_layout Plain Layout
36016 obtenu avec les styles de polices, voir 
36017 \begin_inset CommandInset ref
36018 LatexCommand ref
36019 reference "sub:Styles-de-polices"
36020
36021 \end_inset
36022
36023
36024 \end_layout
36025
36026 \end_inset
36027
36028 , même dans un texte en italique: 30
36029 \begin_inset space \thinspace{}
36030 \end_inset
36031
36032 km/h
36033 \begin_inset Newline newline
36034 \end_inset
36035
36036 Entre la valeur numérique et l'unité on a la plus petite espace, voir 
36037 \begin_inset CommandInset ref
36038 LatexCommand ref
36039 reference "sub:Espace-prédéfini"
36040
36041 \end_inset
36042
36043 .
36044 \begin_inset Newline newline
36045 \end_inset
36046
36047 Cette convention est automatiquement respectée quand on utilise la commande
36048  
36049 \series bold
36050
36051 \backslash
36052 unittwo.
36053  
36054 \series default
36055 Quand on l'insère dans une formule, deux boîtes apparaissent.
36056  Dans la première on met la valeur et dans la seconde l'unité et on obtient
36057  comme ci-dessus: 
36058 \begin_inset Formula $\unit[30]{km/h}$
36059 \end_inset
36060
36061
36062 \begin_inset space \thinspace{}
36063 \end_inset
36064
36065 .
36066  Notez que 
36067 \series bold
36068
36069 \backslash
36070 unittwo
36071 \series default
36072  n'est pas une vraie commande LaTeX, mais c'est la commande 
36073 \series bold
36074
36075 \backslash
36076 unit[valeur]{unité}
36077 \series default
36078 , vous ne pouvez donc pas l'insérer en code TeX.
36079 \end_layout
36080
36081 \begin_layout Itemize
36082 Les symboles pourcent et les pour mille sont présentés comme les symboles
36083  d'unités:
36084 \begin_inset Newline newline
36085 \end_inset
36086
36087 1,2
36088 \begin_inset space \thinspace{}
36089 \end_inset
36090
36091 ‰ d'alcool dans le sang
36092 \begin_inset Foot
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096 Le symbole pour mille est déconseillé par l'AFNOR (NdT).
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \end_layout
36103
36104 \begin_layout Itemize
36105 Le symbole degré suit directement la valeur numérique: 15°, sauf quand il
36106  est utilisé dans une unité: 15
36107 \begin_inset space \thinspace{}
36108 \end_inset
36109
36110 °C
36111 \end_layout
36112
36113 \begin_layout Itemize
36114 Dans les nombres de plus de quatre chiffres, une espace fine est insérée
36115  tous les trois chiffres pour les grouper: 18
36116 \begin_inset space \thinspace{}
36117 \end_inset
36118
36119 473
36120 \begin_inset space \thinspace{}
36121 \end_inset
36122
36123 588
36124 \end_layout
36125
36126 \begin_layout Itemize
36127 Pour exprimer des dimensions comme par exemple 120×90×40
36128 \begin_inset space \thinspace{}
36129 \end_inset
36130
36131 cm on utilise le signe de la multiplication 
36132 \begin_inset Quotes eld
36133 \end_inset
36134
36135 ×
36136 \begin_inset Quotes erd
36137 \end_inset
36138
36139  .
36140  Il est accessible soit par la commande 
36141 \series bold
36142
36143 \backslash
36144 times
36145 \series default
36146  ou par le menu 
36147 \family sans
36148 Insertion\SpecialChar \menuseparator
36149 Caractère
36150 \begin_inset space ~
36151 \end_inset
36152
36153 spécial\SpecialChar \menuseparator
36154 Symboles,
36155 \family default
36156  mais il peut aussi être accessible directement sur certains claviers.
36157 \begin_inset Foot
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161 Par exemple sous Windows on l'obtient avec 
36162 \family sans
36163 Alt-0215
36164 \family default
36165  (NdT).
36166 \end_layout
36167
36168 \end_inset
36169
36170
36171 \end_layout
36172
36173 \begin_layout Itemize
36174 Les fonctions mathématiques dont le nom est composé de plusieurs lettres
36175  sont écrites en caractères droits pour éviter toute confusion, voir 
36176 \begin_inset CommandInset ref
36177 LatexCommand ref
36178 reference "sub:Fonctions-prédéfinies"
36179
36180 \end_inset
36181
36182 .
36183 \end_layout
36184
36185 \begin_layout Itemize
36186 Les indices composés de plusieurs caractères sont écrits en caractères droits:
36187  
36188 \begin_inset Formula $E_{\mathrm{kin}}$
36189 \end_inset
36190
36191
36192 \begin_inset Newline newline
36193 \end_inset
36194
36195 Les composants de matrices sont en italiques: 
36196 \begin_inset Formula $\hat{H}_{kl}$
36197 \end_inset
36198
36199
36200 \end_layout
36201
36202 \begin_layout Itemize
36203 L'opérateur 
36204 \begin_inset Quotes fld
36205 \end_inset
36206
36207 d
36208 \begin_inset Quotes frd
36209 \end_inset
36210
36211  de différentiation/intégration, la constante d'Euler 
36212 \begin_inset Quotes fld
36213 \end_inset
36214
36215 e
36216 \begin_inset Quotes frd
36217 \end_inset
36218
36219 , et la base des nombre imaginaires 
36220 \begin_inset Quotes fld
36221 \end_inset
36222
36223 i
36224 \begin_inset Quotes frd
36225 \end_inset
36226
36227  devraient être écrits en caractères droits pour éviter de les mélanger
36228  avec les autres variables.
36229 \end_layout
36230
36231 \begin_layout Itemize
36232 Le caractère qui représente une transformation de Fourier peut être obtenu
36233  soit avec la commande 
36234 \series bold
36235
36236 \backslash
36237 mathscr
36238 \begin_inset space \textvisiblespace{}
36239 \end_inset
36240
36241 F
36242 \series default
36243 , soit avec le menu 
36244 \family sans
36245 Insertion\SpecialChar \menuseparator
36246 Caractère
36247 \begin_inset space ~
36248 \end_inset
36249
36250 spécial\SpecialChar \menuseparator
36251 Symboles\SpecialChar \menuseparator
36252 Symboles de type lettre
36253 \family default
36254 .
36255 \end_layout
36256
36257 \begin_layout Standard
36258 \begin_inset Newpage newpage
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Section
36265 Synonymes
36266 \begin_inset Index idx
36267 status collapsed
36268
36269 \begin_layout Plain Layout
36270 Synonymes
36271 \end_layout
36272
36273 \end_inset
36274
36275
36276 \end_layout
36277
36278 \begin_layout Standard
36279 Certains caractères peuvent être obtenus en utilisant différentes commandes.
36280  Voici une liste de commandes synonymes:
36281 \end_layout
36282
36283 \begin_layout Standard
36284 \begin_inset VSpace bigskip
36285 \end_inset
36286
36287
36288 \begin_inset space \hfill{}
36289 \end_inset
36290
36291
36292 \begin_inset Tabular
36293 <lyxtabular version="3" rows="12" columns="2">
36294 <features rotate="0" tabularvalignment="middle">
36295 <column alignment="center" valignment="top" width="0pt">
36296 <column alignment="center" valignment="top" width="0pt">
36297 <row>
36298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36299 \begin_inset Text
36300
36301 \begin_layout Plain Layout
36302 Commande
36303 \end_layout
36304
36305 \end_inset
36306 </cell>
36307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36308 \begin_inset Text
36309
36310 \begin_layout Plain Layout
36311 est équivalente à
36312 \begin_inset Note Note
36313 status collapsed
36314
36315 \begin_layout Plain Layout
36316
36317 \series bold
36318
36319 \backslash
36320 raisebox
36321 \series default
36322  est seulement utilisée pour faire de la place
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \end_inset
36331 </cell>
36332 </row>
36333 <row>
36334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36335 \begin_inset Text
36336
36337 \begin_layout Plain Layout
36338
36339 \backslash
36340 ast
36341 \end_layout
36342
36343 \end_inset
36344 </cell>
36345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36346 \begin_inset Text
36347
36348 \begin_layout Plain Layout
36349 \begin_inset ERT
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353
36354
36355 \backslash
36356 raisebox{-1.2mm}{
36357 \end_layout
36358
36359 \end_inset
36360
36361 *
36362 \begin_inset ERT
36363 status collapsed
36364
36365 \begin_layout Plain Layout
36366
36367 }
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \end_inset
36376 </cell>
36377 </row>
36378 <row>
36379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36380 \begin_inset Text
36381
36382 \begin_layout Plain Layout
36383
36384 \backslash
36385 choose
36386 \end_layout
36387
36388 \end_inset
36389 </cell>
36390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36391 \begin_inset Text
36392
36393 \begin_layout Plain Layout
36394
36395 \backslash
36396 binom
36397 \end_layout
36398
36399 \end_inset
36400 </cell>
36401 </row>
36402 <row>
36403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36404 \begin_inset Text
36405
36406 \begin_layout Plain Layout
36407
36408 \backslash
36409 geq
36410 \end_layout
36411
36412 \end_inset
36413 </cell>
36414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36415 \begin_inset Text
36416
36417 \begin_layout Plain Layout
36418
36419 \backslash
36420 ge
36421 \end_layout
36422
36423 \end_inset
36424 </cell>
36425 </row>
36426 <row>
36427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36428 \begin_inset Text
36429
36430 \begin_layout Plain Layout
36431
36432 \backslash
36433 lbrace
36434 \end_layout
36435
36436 \end_inset
36437 </cell>
36438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36439 \begin_inset Text
36440
36441 \begin_layout Plain Layout
36442 {
36443 \end_layout
36444
36445 \end_inset
36446 </cell>
36447 </row>
36448 <row>
36449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36450 \begin_inset Text
36451
36452 \begin_layout Plain Layout
36453
36454 \backslash
36455 lbracket
36456 \end_layout
36457
36458 \end_inset
36459 </cell>
36460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36461 \begin_inset Text
36462
36463 \begin_layout Plain Layout
36464 [
36465 \end_layout
36466
36467 \end_inset
36468 </cell>
36469 </row>
36470 <row>
36471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36472 \begin_inset Text
36473
36474 \begin_layout Plain Layout
36475
36476 \backslash
36477 leftarrow
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36483 \begin_inset Text
36484
36485 \begin_layout Plain Layout
36486
36487 \backslash
36488 gets
36489 \end_layout
36490
36491 \end_inset
36492 </cell>
36493 </row>
36494 <row>
36495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36496 \begin_inset Text
36497
36498 \begin_layout Plain Layout
36499
36500 \backslash
36501 leq
36502 \end_layout
36503
36504 \end_inset
36505 </cell>
36506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Plain Layout
36510
36511 \backslash
36512 le
36513 \end_layout
36514
36515 \end_inset
36516 </cell>
36517 </row>
36518 <row>
36519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36520 \begin_inset Text
36521
36522 \begin_layout Plain Layout
36523
36524 \backslash
36525 lor
36526 \end_layout
36527
36528 \end_inset
36529 </cell>
36530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36531 \begin_inset Text
36532
36533 \begin_layout Plain Layout
36534
36535 \backslash
36536 vee
36537 \end_layout
36538
36539 \end_inset
36540 </cell>
36541 </row>
36542 <row>
36543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36544 \begin_inset Text
36545
36546 \begin_layout Plain Layout
36547
36548 \backslash
36549 neq
36550 \end_layout
36551
36552 \end_inset
36553 </cell>
36554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36555 \begin_inset Text
36556
36557 \begin_layout Plain Layout
36558
36559 \backslash
36560 not=
36561 \end_layout
36562
36563 \end_inset
36564 </cell>
36565 </row>
36566 <row>
36567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36568 \begin_inset Text
36569
36570 \begin_layout Plain Layout
36571
36572 \backslash
36573 slash
36574 \end_layout
36575
36576 \end_inset
36577 </cell>
36578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36579 \begin_inset Text
36580
36581 \begin_layout Plain Layout
36582 /
36583 \end_layout
36584
36585 \end_inset
36586 </cell>
36587 </row>
36588 <row>
36589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36590 \begin_inset Text
36591
36592 \begin_layout Plain Layout
36593
36594 \backslash
36595 vert
36596 \end_layout
36597
36598 \end_inset
36599 </cell>
36600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604 |
36605 \end_layout
36606
36607 \end_inset
36608 </cell>
36609 </row>
36610 </lyxtabular>
36611
36612 \end_inset
36613
36614
36615 \begin_inset space \hfill{}
36616 \end_inset
36617
36618
36619 \begin_inset Tabular
36620 <lyxtabular version="3" rows="12" columns="2">
36621 <features rotate="0" tabularvalignment="middle">
36622 <column alignment="center" valignment="top" width="0pt">
36623 <column alignment="center" valignment="top" width="0pt">
36624 <row>
36625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36626 \begin_inset Text
36627
36628 \begin_layout Plain Layout
36629 Commande
36630 \end_layout
36631
36632 \end_inset
36633 </cell>
36634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36635 \begin_inset Text
36636
36637 \begin_layout Plain Layout
36638 est équivalente à
36639 \end_layout
36640
36641 \end_inset
36642 </cell>
36643 </row>
36644 <row>
36645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36646 \begin_inset Text
36647
36648 \begin_layout Plain Layout
36649
36650 \backslash
36651 backslash
36652 \end_layout
36653
36654 \end_inset
36655 </cell>
36656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36657 \begin_inset Text
36658
36659 \begin_layout Plain Layout
36660
36661 \backslash
36662
36663 \backslash
36664
36665 \end_layout
36666
36667 \end_inset
36668 </cell>
36669 </row>
36670 <row>
36671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36672 \begin_inset Text
36673
36674 \begin_layout Plain Layout
36675
36676 \backslash
36677 dasharrow
36678 \end_layout
36679
36680 \end_inset
36681 </cell>
36682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686
36687 \backslash
36688 dashrightarrow
36689 \end_layout
36690
36691 \end_inset
36692 </cell>
36693 </row>
36694 <row>
36695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36696 \begin_inset Text
36697
36698 \begin_layout Plain Layout
36699
36700 \backslash
36701 land
36702 \end_layout
36703
36704 \end_inset
36705 </cell>
36706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36707 \begin_inset Text
36708
36709 \begin_layout Plain Layout
36710
36711 \backslash
36712 wedge
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 </row>
36718 <row>
36719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36720 \begin_inset Text
36721
36722 \begin_layout Plain Layout
36723
36724 \backslash
36725 rbrace
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36731 \begin_inset Text
36732
36733 \begin_layout Plain Layout
36734 }
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 </row>
36740 <row>
36741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745
36746 \backslash
36747 rbracket
36748 \end_layout
36749
36750 \end_inset
36751 </cell>
36752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36753 \begin_inset Text
36754
36755 \begin_layout Plain Layout
36756 ]
36757 \end_layout
36758
36759 \end_inset
36760 </cell>
36761 </row>
36762 <row>
36763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767
36768 \backslash
36769 rightarrow
36770 \end_layout
36771
36772 \end_inset
36773 </cell>
36774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36775 \begin_inset Text
36776
36777 \begin_layout Plain Layout
36778
36779 \backslash
36780 to
36781 \end_layout
36782
36783 \end_inset
36784 </cell>
36785 </row>
36786 <row>
36787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791
36792 \backslash
36793 lnot
36794 \end_layout
36795
36796 \end_inset
36797 </cell>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 neg
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 </row>
36810 <row>
36811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815
36816 \backslash
36817 ne
36818 \end_layout
36819
36820 \end_inset
36821 </cell>
36822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36823 \begin_inset Text
36824
36825 \begin_layout Plain Layout
36826
36827 \backslash
36828 not=
36829 \end_layout
36830
36831 \end_inset
36832 </cell>
36833 </row>
36834 <row>
36835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36836 \begin_inset Text
36837
36838 \begin_layout Plain Layout
36839
36840 \backslash
36841 owns
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36847 \begin_inset Text
36848
36849 \begin_layout Plain Layout
36850
36851 \backslash
36852 ni
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 </row>
36858 <row>
36859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36860 \begin_inset Text
36861
36862 \begin_layout Plain Layout
36863
36864 \backslash
36865 square
36866 \end_layout
36867
36868 \end_inset
36869 </cell>
36870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36871 \begin_inset Text
36872
36873 \begin_layout Plain Layout
36874
36875 \backslash
36876 Box
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 </row>
36882 <row>
36883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887
36888 \backslash
36889 Vert
36890 \end_layout
36891
36892 \end_inset
36893 </cell>
36894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36895 \begin_inset Text
36896
36897 \begin_layout Plain Layout
36898
36899 \backslash
36900 |
36901 \end_layout
36902
36903 \end_inset
36904 </cell>
36905 </row>
36906 </lyxtabular>
36907
36908 \end_inset
36909
36910
36911 \begin_inset space \hfill{}
36912 \end_inset
36913
36914
36915 \end_layout
36916
36917 \begin_layout Standard
36918 \begin_inset Newpage newpage
36919 \end_inset
36920
36921
36922 \end_layout
36923
36924 \begin_layout Bibliography
36925 \begin_inset CommandInset bibitem
36926 LatexCommand bibitem
36927 key "TLC2"
36928
36929 \end_inset
36930
36931
36932 \shape smallcaps
36933 Mittelbach, F.
36934  ; Goossens, M.
36935 \shape default
36936
36937 \shape italic
36938 The LaTeX Companion
36939 \shape default
36940 .
36941  Addison Wesley, 2004
36942 \end_layout
36943
36944 \begin_layout Bibliography
36945 \begin_inset CommandInset bibitem
36946 LatexCommand bibitem
36947 key "Mathmode"
36948
36949 \end_inset
36950
36951
36952 \begin_inset CommandInset href
36953 LatexCommand href
36954 name "Description"
36955 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36956
36957 \end_inset
36958
36959  des possibilités mathématiques de LaTeX
36960 \end_layout
36961
36962 \begin_layout Bibliography
36963 \begin_inset CommandInset bibitem
36964 LatexCommand bibitem
36965 key "AMS"
36966
36967 \end_inset
36968
36969
36970 \begin_inset CommandInset href
36971 LatexCommand href
36972 name "Description"
36973 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36974
36975 \end_inset
36976
36977  de 
36978 \begin_inset ERT
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982
36983
36984 \backslash
36985 AmS
36986 \end_layout
36987
36988 \end_inset
36989
36990 -LaTeX
36991 \end_layout
36992
36993 \begin_layout Bibliography
36994 \begin_inset CommandInset bibitem
36995 LatexCommand bibitem
36996 key "Symbols"
36997
36998 \end_inset
36999
37000
37001 \begin_inset CommandInset href
37002 LatexCommand href
37003 name "Liste"
37004 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37005
37006 \end_inset
37007
37008  de tous les symboles disponibles avec les paquetages LaTeX
37009 \end_layout
37010
37011 \begin_layout Bibliography
37012 \begin_inset CommandInset bibitem
37013 LatexCommand bibitem
37014 key "cancel"
37015
37016 \end_inset
37017
37018
37019 \begin_inset CommandInset href
37020 LatexCommand href
37021 name "Documentation"
37022 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37023
37024 \end_inset
37025
37026  paquetage LaTeX 
37027 \series bold
37028 cancel
37029 \series default
37030
37031 \begin_inset Index idx
37032 status collapsed
37033
37034 \begin_layout Plain Layout
37035 Paquetages ! cancel
37036 \end_layout
37037
37038 \end_inset
37039
37040
37041 \end_layout
37042
37043 \begin_layout Bibliography
37044 \begin_inset CommandInset bibitem
37045 LatexCommand bibitem
37046 key "hyperref"
37047
37048 \end_inset
37049
37050
37051 \begin_inset CommandInset href
37052 LatexCommand href
37053 name "Documentation"
37054 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37055
37056 \end_inset
37057
37058  paquetage LaTeX 
37059 \series bold
37060 hyperref
37061 \series default
37062
37063 \begin_inset Index idx
37064 status collapsed
37065
37066 \begin_layout Plain Layout
37067 Paquetages ! hyperref
37068 \end_layout
37069
37070 \end_inset
37071
37072
37073 \end_layout
37074
37075 \begin_layout Bibliography
37076 \begin_inset CommandInset bibitem
37077 LatexCommand bibitem
37078 key "mhchem"
37079
37080 \end_inset
37081
37082
37083 \begin_inset CommandInset href
37084 LatexCommand href
37085 name "Documentation"
37086 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37087
37088 \end_inset
37089
37090  paquetage LaTeX 
37091 \series bold
37092 mhchem
37093 \series default
37094
37095 \begin_inset Index idx
37096 status collapsed
37097
37098 \begin_layout Plain Layout
37099 Paquetages ! mhchem
37100 \end_layout
37101
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \begin_layout Bibliography
37108 \begin_inset CommandInset bibitem
37109 LatexCommand bibitem
37110 key "Mathclap"
37111
37112 \end_inset
37113
37114
37115 \begin_inset CommandInset href
37116 LatexCommand href
37117 name "Description"
37118 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37119
37120 \end_inset
37121
37122  de la commande 
37123 \series bold
37124
37125 \backslash
37126 mathclap
37127 \series default
37128 , décrite dans 
37129 \begin_inset CommandInset ref
37130 LatexCommand ref
37131 reference "sub:Limites-des-opérateurs"
37132
37133 \end_inset
37134
37135
37136 \begin_inset Index idx
37137 status collapsed
37138
37139 \begin_layout Plain Layout
37140 Commandes ! M ! 
37141 \backslash
37142 mathclap
37143 \end_layout
37144
37145 \end_inset
37146
37147
37148 \end_layout
37149
37150 \begin_layout Bibliography
37151 \begin_inset CommandInset bibitem
37152 LatexCommand bibitem
37153 key "Duden"
37154
37155 \end_inset
37156
37157
37158 \emph on
37159 Duden Band 1
37160 \emph default
37161 .
37162  22.
37163  Auflage, Duden 2001
37164 \end_layout
37165
37166 \begin_layout Bibliography
37167 \begin_inset CommandInset bibitem
37168 LatexCommand bibitem
37169 key "Checklist"
37170
37171 \end_inset
37172
37173
37174 \begin_inset CommandInset href
37175 LatexCommand href
37176 name "Check list"
37177 target "http://physics.nist.gov/Document/checklist.pdf"
37178
37179 \end_inset
37180
37181  pour relire les manuscrits
37182 \end_layout
37183
37184 \begin_layout Standard
37185 \begin_inset CommandInset index_print
37186 LatexCommand printindex
37187 type "idx"
37188
37189 \end_inset
37190
37191
37192 \end_layout
37193
37194 \end_body
37195 \end_document